{"id":195,"date":"2013-11-21T01:11:30","date_gmt":"2013-11-21T01:11:30","guid":{"rendered":"https:\/\/vallico.net\/casinoqmc\/?page_id=195"},"modified":"2019-10-08T21:13:19","modified_gmt":"2019-10-08T21:13:19","slug":"interfaces","status":"publish","type":"page","link":"https:\/\/vallico.net\/casinoqmc\/interfaces\/","title":{"rendered":"Interfaces to other programs"},"content":{"rendered":"<p>CASINO works as stand-alone software only for certain model systems like the homogeneous electron gas. For real systems containing atoms it requires input from another program &#8211; such as a Hartree-Fock, DFT, or quantum chemistry program &#8211; to define a &#8216;trial wave function&#8217; which the DMC process is then supposed to improve. Hence QMC &#8216;makes the answer better&#8217;.\u00a0 Unluckily for the CASINO developers, quantum Monte Carlo codes therefore require the development and long-term support of\u00a0 standard interfaces with multiple external programs.<\/p>\n<p>For the case of CASINO, an external code needs to write an &#8216;<code>xwfn.data<\/code>&#8216; file, where <code>x<\/code> is a letter indicating the kind of basis set (<code>p<\/code>=plane-wave, <code>b<\/code>=blip, <code>g<\/code>=gaussian, <code>sto<\/code>=slater, <code>a<\/code>=numerical atomic orbitals on a grid, <code>d<\/code>=numerical molecular orbitals on a grid for diatomics). These files contain (1) some basic information about the system and the generating program, (2) the geometry, (3) the basis set, (4) any multideterminant information, and (4) the orbital coefficients (the numbers that multiply the basis functions when you&#8217;re linearly combining them to represent an orbital). For the <code>awfn.data<\/code> and <code>dwfn.data<\/code> cases, (3) and (4) are not present, and the value of the orbital is given directly on some kind of grid. The exact format of these files is defined in a formal specification in Section 7 of the CASINO <a title=\"CASINO manual\" href=\"https:\/\/casinoqmc.net\/casino_manual_dir\/casino_manual.pdf\">user manual<\/a>. Anyone who has some knowledge of the internal workings of a third-party code, or is in possession of a proper definition of the output of such a code, should find it easy enough to develop a simple converter program to write a CASINO <code>xwfn.data<\/code> file and thus construct a formally defined interface. This can take the form of an external utility which reads the output of the third-party code, or one can modify the third-party code to write the CASINO file directly. Potential QMC users are warmly encouraged to do so! More advice is given on this site <a href=\"https:\/\/vallico.net\/casinoqmc\/interface_development\">here<\/a>.<\/p>\n<p><a href=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2015\/07\/prog_new5.jpg\" rel=\"attachment wp-att-6501\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-6501\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2015\/07\/prog_new5.jpg\" alt=\"prog_new5\" width=\"726\" height=\"605\" srcset=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2015\/07\/prog_new5.jpg 726w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2015\/07\/prog_new5-300x250.jpg 300w\" sizes=\"auto, (max-width: 726px) 100vw, 726px\" \/><\/a><\/p>\n<p>This page provides a list of third-party codes that &#8211; at least in principle &#8211; have support for producing\u00a0 CASINO trial wave function <code>xwfn.data<\/code> files. The exact degree of support will depend on time; in particular the interfaces may stop working if the developers release a new version of their code without bothering to check that CASINO support still works. If you find this is the case, please let us know. All voluntary contributions to maintaining these interfaces is gratefully accepted, since doing so is very boring indeed.\u00a0 Our personal support for the codes can be greatly enhanced if we have someone working in Cambridge who is a dedicated user of the code in question. When they leave, our group knowledge may become non-existent (e.g., currently, none of us know anything about the popular GAUSSIAN code).<\/p>\n<p>Example input files for some of the codes below can be found in the distribution directory <code>CASINO\/examples\/wfn_generation<\/code> and in <code>CASINO\/examples\/generic\/gauss_dfg<\/code>. Instructions are in accompanying READMEs.<\/p>\n<p>Inside each of the basis set headers, the codes are given in a rough order of preference. The codes near the top of each list are likely to be widely used with a properly supported and maintained interface, and\/or support more features.<\/p>\n<p><strong>Plane-wave\/blip basis set<\/strong><\/p>\n<p>Although CASINO is capable of directly evaluating orbitals expanded in plane-waves (in its initial version, that was all it could do) this is now considered extremely inadvisable, as it adds an extra power of <em>N<\/em> to the scaling\u00a0 of the required computer time with system size. This is because every plane-wave potentially contributes at every point in space, and the number of necessary plane-waves increases with system size. It is far better to expand the orbitals in a <em>localized<\/em> basis set; then only a fixed number of basis functions\u00a0 can potentially contribute at any random point, and this number does not increase with system size. For users of plane-wave codes, the plane-wave orbitals can be re-expanded in a localized basis of blip functions using a well-defined mathematical transformation. PWSCF is currently the only code that can do this natively; the <code>pwfn.data<\/code> output of all other plane-wave codes will need to be transformed into a <code>bwfn.data<\/code> blip file by the CASINO utility program &#8216;<code>blip<\/code>&#8216;.<\/p>\n<p>(1) <span style=\"text-decoration: underline;\">PWSCF (part of the <a title=\"Quantum Espresso\/PWSCF\" href=\"http:\/\/www.quantum-espresso.org\/\">Quantum Espresso<\/a> package)<\/span><\/p>\n<p><a title=\"Quantum Espresso\/PWSCF\" href=\"http:\/\/www.quantum-espresso.org\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-367\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/logo_header-300x128.jpg\" alt=\"logo_header\" width=\"300\" height=\"128\" srcset=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/logo_header-300x128.jpg 300w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/logo_header.jpg 442w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>This is the best-supported plane-wave DFT package with native CASINO support and it&#8217;s free (amongst the developers and their friends it is used by Mike Towler and Dario Alf\u00e8). The CASINO support has three unique features: (1) PWSCF can do blip transformations natively and write out either <code>pwfn.data<\/code> or <code>bwfn.data<\/code> files (the latter in a binary format if requested), (2) the CASINO distribution contains a &#8216;<code>runpwscf<\/code>&#8216; run script that supports the CASINO architecture system, and (3) it supports DFT-DMC molecular dynamics calculations. CASINO also supplies a &#8216;<code>twistav_pwscf<\/code>&#8216; script which automates the process of performing twist-averaged QMC calculations.<\/p>\n<p>Assuming you use the supplied &#8216;<code>runpwscf<\/code>&#8216; script, then one can generate an xwfn.data file simply by typing &#8216;<code>runpwscf --qmc<\/code>&#8216; (where <code>runpwscf<\/code> also supports all the usual <code>runqmc<\/code> command-line arguments specifying e.g. the number of cores etc. on any machine supported by CASINO, that is, one that has a defined CASINO_ARCH file).<\/p>\n<p>Pseudopotential converters between PWSCF&#8217;s UPF format and CASINO&#8217;s <em>x_pp.data<\/em> format are supplied with PWSCF.<\/p>\n<p>For more detailed information, see Section 8.10 of the CASINO manual.<\/p>\n<p>(2) <span style=\"text-decoration: underline;\"><a title=\"CASTEP\" href=\"http:\/\/www.castep.org\">CASTEP<\/a><\/span><\/p>\n<p><a title=\"Accelrys \/ CASTEP\" href=\"http:\/\/www.accelrys.com\/products\/mstudio\/index.html\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-374\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/accelrys.gif\" alt=\"accelrys\" width=\"134\" height=\"34\" \/><\/a><\/p>\n<p>CASTEP is a powerful plane-wave DFT package that &#8211; like CASINO &#8211; was originally developed in the Cavendish Laboratory Theory of Condensed Matter Group. It is currently distributed by Accelrys as part of its Materials Studio package: see <a title=\"Accelrys \/ CASTEP\" href=\"http:\/\/www.accelrys.com\/products\/mstudio\/index.html\">here<\/a>. It is freely available to UK academics: see <a title=\"Academic CASTEP\" href=\"http:\/\/www.cse.clrc.ac.uk\/cmg\/NETWORKS\/UKCP\/castep.shtml\">here<\/a> . Mail Chris Pickard at <code>c.pickard@ucl.ac.uk<\/code> to discuss CASTEP and how to get hold of a copy. Of the main CASINO developers, Neil Drummond is the one who uses CASTEP as his principal DFT code.<\/p>\n<p>You can generate a CASINO <code>pwfn.data<\/code> file by running the <code>castep2casino<\/code> utility (supplied with CASTEP) in a directory containing CASTEP output. This can be transformed into a blip representation using the CASINO-supplied <code>blip<\/code> utility.<\/p>\n<p>CASINO&#8217;s <code>x_pp.data<\/code> pseudopotential format is supported natively by CASTEP.<\/p>\n<p>For more detailed information, see Section 8.4\u00a0 of the CASINO manual.<\/p>\n<p>(3) <span style=\"text-decoration: underline;\"><a title=\"Abinit\" href=\"http:\/\/www.abinit.org\/\">ABINIT<\/a><\/span><\/p>\n<p><a title=\"ABINIT\" href=\"http:\/\/abinit.org\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-377\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/abinit-300x86.png\" alt=\"abinit\" width=\"300\" height=\"86\" srcset=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/abinit-300x86.png 300w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/abinit.png 601w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>Official ABINIT blurb:<\/p>\n<p>&#8220;<em>ABINIT is a package whose main program allows one to find the total energy, charge density and electronic structure of systems made of electrons and nuclei (molecules and periodic solids) within Density Functional Theory (DFT), using pseudopotentials and a planewave or wavelet basis. ABINIT also includes options to optimize the geometry according to the DFT forces and stresses, or to perform molecular dynamics simulations using these forces, or to generate dynamical matrices, Born effective charges, and dielectric tensors, based on Density-Functional Perturbation Theory, and many more properties. Excited states can be computed within the Many-Body Perturbation Theory (the GW approximation and the Bethe-Salpeter equation), and Time-Dependent Density Functional Theory (for molecules).<\/em>&#8221;<\/p>\n<p>ABINIT has native CASINO support. To tell ABINIT to write the wave function in CASINO format, set <strong>prtwf<\/strong> to 2 in the ABINIT input file. Some other input parameters must also be set appropriately.<\/p>\n<p>Appropriate pseudopotential converters are provided in the CASINO distribution.<\/p>\n<p>For more detailed information, see Section 8.1 of the CASINO manual.<\/p>\n<p>(4) <span style=\"text-decoration: underline;\">MCEXX<\/span><\/p>\n<p>MCEXX is a code written by A. G\u00f6rling, S. Rohra, P. Carrier, A. Hesselmann, H. Schulz and E. Trushin at the University Erlangen Nuremberg in Germany. It is a plane wave electronic structure code for conventional Kohn-Sham calculations (LDA\/GGAs), Hartree-Fock calculations, DFT calculations with hybrid functionals, exact-exchange (EXX) Kohn-Sham calculations, and calculations treating electron correlation within the random phase approximation. Spin-orbit interactions, non-collinear spin, and accompanying magnetization currents can be treated. With explicitly temperature-dependent functionals calculations for the the very high temperatures relevant in warm dense matter physics (e.g. in the context of nuclear fusion or matter in stars) can be carried out. An interface between MCEXX and CASINO was implemented in November 2013.\u00a0 The code is not formally publically available, and no information has been provided on how to use the interface, but interested parties may contact Prof. G\u00f6rling at <code>andreas.goerling@fau.de<\/code>.<\/p>\n<p>(5) <span style=\"text-decoration: underline;\"><a title=\"QBOX\" href=\"http:\/\/eslab.ucdavis.edu\/software\/qbox\/index.htm\">GP \/ JEEP \/ QBOX<\/a><br \/>\n<\/span><\/p>\n<p>We used to support an old Lawrence Livermore code which, when we played with it years ago, was called GP. It also appears to have been called JEEP, and has now morphed into something called QBOX which has a website <a title=\"QBOX\" href=\"http:\/\/eslab.ucdavis.edu\/software\/qbox\/index.htm\">here<\/a>.<\/p>\n<p>There is a converter called &#8216;<code>jeep_to_pwfn<\/code>&#8216; supplied with CASINO which used to read in GP &#8216;<code>jeep.wf<\/code>&#8216; and &#8216;<code>atoms.sys<\/code>&#8216; files to produce a CASINO <code>pwfn.data<\/code> file. It is highly unlikely that this still works with modern versions of QBOX. If anyone out there would like to update this information, or to make the converter work in a modern context, then they would be very welcome.<\/p>\n<p><strong>Gaussian basis set<\/strong><\/p>\n<p>(6) <span style=\"text-decoration: underline;\"><a title=\"CRYSTAL\" href=\"http:\/\/www.crystal.unito.it\">CRYSTAL<\/a><\/span> (95\/98\/03\/06\/09\/14\/17)<\/p>\n<p><a title=\"CRYSTAL\" href=\"http:\/\/www.crystal.unito.it\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-383\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/crybanner2-300x58.jpg\" alt=\"crybanner2\" width=\"300\" height=\"58\" srcset=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/crybanner2-300x58.jpg 300w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/crybanner2.jpg 618w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>CRYSTAL is a commercially available Hartree-Fock\/DFT Gaussian basis set package which is able to treat\u00a0 both molecules and systems with periodic boundary conditions in 1, 2 or 3 dimensions (polymers, slabs or crystals). It originated at the University of Torino in Italy, with considerable collaboration from Daresbury Laboratory and other institutions in the UK. The author list of the latest version of the program is Roberto Dovesi, Vic Saunders, Carla Roetti, Roberto Orlando, Claudio Zicovich-Wilson, F. Pascale, Bartolomeo Civalleri, Klaus Doll, Nic Harrison, Ian Bush, Philippe D&#8217;Arco, Miquel Llunell, Mauro Causa, Y. Noel, L. Maschio, A. Erba, M. Rerat and Silvia Casassa.<\/p>\n<p>CRYSTAL has the best CASINO support of all the available Gaussian basis codes, and has the unique advantage of treating periodic systems (which is done either badly or &#8211; more usually &#8211;\u00a0 not at all in other Gaussian codes that we know about). Versions of CRYSTAL are supported back to CRYSTAL95, but we strongly recommend that you use the latest CRYSTAL17 edition.<\/p>\n<p>THE CASINO distribution includes a &#8216;<code>runcrystal<\/code>&#8216; shell script which will produce a <code>gwfn.data<\/code> file if invoked with the <code>-qmc<\/code> command line option (note this is currently still an old script which does not use the CASINO architecture system, and it may therefore need some manual setup). Without this script the procedure for generating the <code>gwfn.data<\/code> file is somewhat more involved; full details are provided in Section 8.4. of the CASINO manual.<\/p>\n<p>Trail-Needs pseudopotentials (and some corresponding Gaussian basis sets) are provided in our <a title=\"CASINO pseudopotential library\" href=\"https:\/\/vallico.net\/casinoqmc\/pplib\">pseudopotential library<\/a> in CRYSTAL format. Other basis sets and various other somewhat out-of-date material can be found on Mike Towler&#8217;s old <a title=\"Mike Towler's CRYSTAL page\" href=\"http:\/\/www.tcm.phy.cam.ac.uk\/~mdt26\/crystal.html\">CRYSTAL website<\/a> &#8211; which he made because his first job after getting his Ph.D. involved spending two years in Torino in Roberto Dovesi&#8217;s group (Mike should therefore be the first person you ask about any issues about the CASINO-CRYSTAL interface).<\/p>\n<p>(7) <span style=\"text-decoration: underline;\"><a title=\"Gaussian\" href=\"http:\/\/www.gaussian.com\">GAUSSIAN<\/a><\/span> (94\/98\/03\/09)<\/p>\n<p><a title=\"Gaussian\" href=\"http:\/\/www.gaussian.com\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-385\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/gaussian_banner-300x94.jpg\" alt=\"gaussian_banner\" width=\"300\" height=\"94\" srcset=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/gaussian_banner-300x94.jpg 300w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/gaussian_banner.jpg 820w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>GAUSSIAN is an extremely large and widely used commercially available quantum chemistry package which implements pretty much every quantum chemistry technique. That said, the CASINO distribution contains the utility &#8216;<code>gaussiantoqmc<\/code>&#8216; which can read in GAUSSIAN formatted checkpoint files (along with the standard output file) and produce a CASINO <code>gwfn.data<\/code>.<\/p>\n<p>The GAUSSIAN-CASINO interface can supposedly deal with the following sorts of calculation:<\/p>\n<ul>\n<li>Hartree-Fock and DFT ground states, open and closed shell.<\/li>\n<li>CIS excited states, open and closed shell.<\/li>\n<li>CASSCF states.<\/li>\n<li>Time-dependent HF (TD-HF) or DFT (TD-DFT) excited states.<\/li>\n<\/ul>\n<p>A large amount of detailed information about how to use <code>gaussiantoqmc<\/code> is given in Section 8.6 of the CASINO manual.<\/p>\n<p>Trail-Needs pseudopotentials (and some corresponding Gaussian basis sets) are provided in our <a title=\"CASINO pseudopotential library\" href=\"https:\/\/vallico.net\/casinoqmc\/pplib\">pseudopotential library<\/a> in GAUSSIAN format.<\/p>\n<p>Note that if the <code>gaussiantoqmc<\/code> utility doesn&#8217;t do what you want (and it may not, since it&#8217;s 15 years old, and the person who wrote it disappeared not long afterwards) then you might ask Katharina Doblhoff-Dier, who has apparently written a new equivalent utility from scratch (ask MDT for her contact details if you can&#8217;t find her on the internet).<\/p>\n<p>(8) <span style=\"text-decoration: underline;\"><a title=\"GAMESS-US\" href=\"http:\/\/www.msg.ameslab.gov\/gamess\/\">GAMESS-US<\/a><\/span><\/p>\n<p><a title=\"GAMESS-US\" href=\"http:\/\/www.msg.ameslab.gov\/gamess\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-390\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/gamesslogo-300x103.png\" alt=\"gamesslogo\" width=\"300\" height=\"103\" srcset=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/gamesslogo-300x103.png 300w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/gamesslogo.png 332w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>&#8220;<em>GAMESS is a program for ab initio molecular quantum chemistry. Briefly, GAMESS can compute SCF wave functions ranging from RHF, ROHF, UHF, GVB, and MCSCF. Correlation corrections to these SCF wave functions include Configuration Interaction, second order perturbation Theory, and Coupled-Cluster approaches, as well as the Density Functional Theory approximation. Excited states can be computed by CI, EOM, or TD-DFT procedures<\/em>&#8220;.<\/p>\n<p>There are two alternatives for the CASINO interface to the GAMESS-US package:<\/p>\n<ul>\n<li>\u00a0An old set of Perl scripts distributed with the main CASINO distribution, the main one of which is called &#8216;<code>gamess2qmc<\/code>&#8216;.\u00a0 These live, along with a <code>README<\/code> file with instructions and some basic examples, in the directory <code>CASINO\/utils\/wfn_converters\/gamess.<\/code>\u00a0They were originally written by\u00a0 Alexander Badinski many years ago.\u00a0Support for <em>f<\/em> functions was added in 2015 by Kevin Gasperich. The script has considerable limitations and some users have reported errors. \u00a0A typical comment from an\u00a0(understandably) anonymous user was: &#8220;<em>However, I admit that the gamess2qmc\u00a0<\/em><em>converter is rubbish! It is very unstable for different GAMESS\u00a0versions and\u00a0<\/em><em>leads to basically unpredicted results with NO error catches. I would\u00a0<\/em><em>strongly discourage anyone from using it without carefully adapting it by\u00a0<\/em><em>hand to the GAMESS\u00a0version used.<\/em>&#8221; Make of that what you will, but providing you have some idea of what you&#8217;re doing and you&#8217;re not doing anything weird it is not so difficult\u00a0to make it work.<\/li>\n<li>(2) Albert Defusco of the University of Pittsburgh has\u00a0implemented native CASINO support into GAMESS independently of the <code>gamess2qmc<\/code> script. This is certainly available in the current standard GAMESS distribution; the facility has been evolving and \u00a0it might\u00a0be best to\u00a0say you should use the most recent version available (I &#8211; MDT &#8211; have been made aware [July 2015] of a problem occuring when basis functions are automatically discarded because of quasi-linear dependence. . last I heard a fix was being worked on..).<\/li>\n<\/ul>\n<p>(9) <span style=\"text-decoration: underline;\"><a title=\"Turbomole\" href=\"http:\/\/www.turbomole.com\">TURBOMOLE<\/a><\/span><\/p>\n<p><a href=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/turbomole.gif\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-393\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/turbomole-300x32.gif\" alt=\"turbomole\" width=\"300\" height=\"32\" \/><\/a><\/p>\n<p>TURBOMOLE is a quantum chemical program package, initially developed in the group of Prof. Dr. Reinhart Ahlrichs at the University of Karlsruhe and at the Forschungszentrum Karlsruhe, and now run by a commercial company. It provides all standard and state of the art methods for ground state calculations (Hartree-Fock, DFT, MP2, CCSD(T)), excited state calculations at different levels (full RPA, TDDFT, CIS(D), CC2, ADC(2), &#8230;), geometry optimizations, transition state searches, and molecular dynamics calculations.<\/p>\n<p>The CASINO converter\/interface was implemented a long time ago (2001) by Stefan Grimme of the University of Muenster, and has almost certainly stopped working. A piece of code which was to be incorporated into the TURBOMOLE source is provided in <code>CASINO\/utils\/wfn_converters\/turbomole_old<\/code>. \u00a0(Martin Korth of the University of Ulm was the last person known to\u00a0possibly have his own private version which works).<\/p>\n<p>In modern times\u00a0the interface to Turbomole has in fact been revived through its ability to write out MOLDEN files. These can be read by the\u00a0<em>molden2qmc<\/em> converter (written by Mike Deible and Vladimir Konjkov) which is included in the current CASINO distribution.<\/p>\n<p>(10-13) <span style=\"text-decoration: underline;\"><a title=\"Molpro\" href=\"http:\/\/www.molpro.net\">MOLPRO<\/a> <\/span>, <span style=\"text-decoration: underline;\"><a title=\"Cfour\" href=\"http:\/\/www.cfour.de\">CFOUR<\/a><\/span>,\u00a0<span style=\"text-decoration: underline;\">\u00a0<a href=\"http:\/\/www.psicode.org\">PSI4<\/a><\/span>, <a href=\"http:\/\/www.daltonprogram.org\/\">DALTON<\/a>, <a href=\"https:\/\/orcaforum.cec.mpg.de\/\">ORCA<\/a> (<a href=\"http:\/\/www.nwchem-sw.org\/\">NWCHEM<\/a>, <a href=\"http:\/\/www.q-chem.com\/Q-CHEM\">Q-CHEM<\/a>..)<\/p>\n<p><a href=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/molpro.gif\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-395\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/molpro.gif\" alt=\"molpro\" width=\"75\" height=\"100\" \/><\/a>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <a href=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/cfour.gif\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-399\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/cfour.gif\" alt=\"cfour\" width=\"136\" height=\"40\" \/><\/a>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <a href=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/psi4bannerextclean.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-400\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/psi4bannerextclean-300x94.png\" alt=\"psi4bannerextclean\" width=\"300\" height=\"94\" srcset=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/psi4bannerextclean-300x94.png 300w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/psi4bannerextclean-1024x323.png 1024w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/psi4bannerextclean.png 1956w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>Mike Deible and Vladimir Konjkov have written a converter <em>molden2qmc<\/em> that will write a <code>gwfn.data<\/code> file from information written in the standard <a title=\"MOLDEN format\" href=\"http:\/\/www.cmbi.ru.nl\/molden\/molden_format.html\">MOLDEN file format<\/a>, with the intention of supporting all five of the codes above. Vladimir has also indicated to me that it may be possible to add <a href=\"http:\/\/www.nwchem-sw.org\/\">NWCHEM<\/a> and <a href=\"http:\/\/www.q-chem.com\/Q-CHEM\">Q-CHEM<\/a> to this list.<\/p>\n<p>According to\u00a0Google, one <a title=\"Codes supporting MOLDEN\" href=\"http:\/\/www.cmbi.ru.nl\/molden\/others.html\">finds<\/a> that the MOLDEN format is also supposedly supported in some sense by ACESII, MOLCAS, Jaguar, CADPAC, GEOMOP, \u00a0and HONDO (whatever they might be) thus it may ultimately be possible to provide some sort of connection with these codes too.<\/p>\n<p>Support is now in the CASINO distribution for all five of these codes. Some additional notes regarding the idiosyncrasies of particular codes can be found in the relevant section of the manual.<\/p>\n<p>Note in particular that CFOUR&#8217;s implementation of MOLDEN is a little special.. and requires various vectors to be reordered before the standard CASINO molden2qmc converter will work. To do this, replace the file <code>\/libr\/reorderdf.f<\/code> in the CFOUR distribution with the file <code>utils\/wfn_converters\/cfour\/reorderdf.f<\/code> from the CASINO distribution, then recompile CFOUR.<\/p>\n<p><a href=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/dalton.jpg\" rel=\"attachment wp-att-6514\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-6514\" src=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/dalton.jpg\" alt=\"dalton\" width=\"1200\" height=\"1200\" srcset=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/dalton.jpg 1200w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/dalton-150x150.jpg 150w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/dalton-300x300.jpg 300w, https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2013\/11\/dalton-1024x1024.jpg 1024w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/a><\/p>\n<p><strong>Slater basis set<\/strong><\/p>\n<p>(13) <span style=\"text-decoration: underline;\"><a title=\"ADF\" href=\"http:\/\/www.scm.com\">ADF<\/a><\/span><\/p>\n<p>ADF is a DFT code that uses Slater basis sets.<\/p>\n<p>The CASINO converter <code>adf2stowf.py<\/code> &#8211; which is a Python script (whatever that might be) &#8211; was developed for version 2008.01 of the ADF code by a TCM postdoc (Norbert Nemec) who has since left.\u00a0 It takes the output of a molecular ADF calculation and produces a CASINO trial wave function file (<code>stowfn.data<\/code>) in a Slater-type basis.<\/p>\n<p>The ADF converter and the Slater-type orbital implementation in CASINO have not yet been properly tested, so expect bugs and limitations, which will need to be fixed by a competent person who understands what on earth is going on.<\/p>\n<p>Further useful information may be available in Section 8.2 of the CASINO manual, and in the README file in <code>CASINO\/utils\/wfn_converters\/adf<\/code> .<\/p>\n<p><strong>Numerical orbitals<\/strong><\/p>\n<p>CASINO is capable of using numerical orbitals represented on grids for atoms and diatomic molecules.<\/p>\n<p>(14) <span style=\"text-decoration: underline;\"><a href=\"http:\/\/nlte.nist.gov\/cgi-bin\/MCHF\/download.pl?d=ATSP2K\">ATSP2K<\/a><\/span><\/p>\n<p>For the atomic case we supply a converter &#8216;<code>extractdet<\/code>&#8216; which converts the output of the program A2SP2K into CASINO <code>awfn.data<\/code> format (further details are in section 8.3 of the CASINO manual).<\/p>\n<p>(15) <span style=\"text-decoration: underline;\"><a href=\"http:\/\/fizyka.umk.pl\/~jkob\/software\/2dhf\/\">2DHF<\/a><\/span><\/p>\n<p>For the diatomic case, one may use the code 2DHF. Its output may be converted into the CASINO <code>dwfn.data<\/code> format\u00a0 using the supplied CASINO utility &#8216;<code>uf2dwfn<\/code>&#8216;. Further details are in section 8.12 of the CASINO manual.<\/p>\n<p>Both utilities were written by John Trail, and he (jrt32 at cam.ac.uk) should be your first point of contact for numerical atomic or diatomic issues.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CASINO works as stand-alone software only for certain model systems like the homogeneous electron gas. For real systems containing atoms it requires input from another program &#8211; such as a Hartree-Fock, DFT, or quantum chemistry program &#8211; to define a &#8216;trial wave function&#8217; which the DMC process is then supposed to improve. Hence QMC &#8216;makes &hellip; <a href=\"https:\/\/vallico.net\/casinoqmc\/interfaces\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Interfaces to other programs<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-195","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Interfaces to other programs - Quantum Monte Carlo<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vallico.net\/casinoqmc\/interfaces\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Interfaces to other programs - Quantum Monte Carlo\" \/>\n<meta property=\"og:description\" content=\"CASINO works as stand-alone software only for certain model systems like the homogeneous electron gas. For real systems containing atoms it requires input from another program &#8211; such as a Hartree-Fock, DFT, or quantum chemistry program &#8211; to define a &#8216;trial wave function&#8217; which the DMC process is then supposed to improve. Hence QMC &#8216;makes &hellip; Continue reading Interfaces to other programs &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vallico.net\/casinoqmc\/interfaces\/\" \/>\n<meta property=\"og:site_name\" content=\"Quantum Monte Carlo\" \/>\n<meta property=\"article:modified_time\" content=\"2019-10-08T21:13:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2015\/07\/prog_new5.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/interfaces\\\/\",\"url\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/interfaces\\\/\",\"name\":\"Interfaces to other programs - Quantum Monte Carlo\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/interfaces\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/interfaces\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/wp-content\\\/uploads\\\/2015\\\/07\\\/prog_new5.jpg\",\"datePublished\":\"2013-11-21T01:11:30+00:00\",\"dateModified\":\"2019-10-08T21:13:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/interfaces\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/interfaces\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/interfaces\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/wp-content\\\/uploads\\\/2015\\\/07\\\/prog_new5.jpg\",\"contentUrl\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/wp-content\\\/uploads\\\/2015\\\/07\\\/prog_new5.jpg\",\"width\":726,\"height\":605},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/interfaces\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Interfaces to other programs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/#website\",\"url\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/\",\"name\":\"Quantum Monte Carlo\",\"description\":\"and the CASINO program\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vallico.net\\\/casinoqmc\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Interfaces to other programs - Quantum Monte Carlo","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vallico.net\/casinoqmc\/interfaces\/","og_locale":"en_US","og_type":"article","og_title":"Interfaces to other programs - Quantum Monte Carlo","og_description":"CASINO works as stand-alone software only for certain model systems like the homogeneous electron gas. For real systems containing atoms it requires input from another program &#8211; such as a Hartree-Fock, DFT, or quantum chemistry program &#8211; to define a &#8216;trial wave function&#8217; which the DMC process is then supposed to improve. Hence QMC &#8216;makes &hellip; Continue reading Interfaces to other programs &rarr;","og_url":"https:\/\/vallico.net\/casinoqmc\/interfaces\/","og_site_name":"Quantum Monte Carlo","article_modified_time":"2019-10-08T21:13:19+00:00","og_image":[{"url":"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2015\/07\/prog_new5.jpg","type":"","width":"","height":""}],"twitter_misc":{"Est. reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vallico.net\/casinoqmc\/interfaces\/","url":"https:\/\/vallico.net\/casinoqmc\/interfaces\/","name":"Interfaces to other programs - Quantum Monte Carlo","isPartOf":{"@id":"https:\/\/vallico.net\/casinoqmc\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vallico.net\/casinoqmc\/interfaces\/#primaryimage"},"image":{"@id":"https:\/\/vallico.net\/casinoqmc\/interfaces\/#primaryimage"},"thumbnailUrl":"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2015\/07\/prog_new5.jpg","datePublished":"2013-11-21T01:11:30+00:00","dateModified":"2019-10-08T21:13:19+00:00","breadcrumb":{"@id":"https:\/\/vallico.net\/casinoqmc\/interfaces\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vallico.net\/casinoqmc\/interfaces\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vallico.net\/casinoqmc\/interfaces\/#primaryimage","url":"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2015\/07\/prog_new5.jpg","contentUrl":"https:\/\/vallico.net\/casinoqmc\/wp-content\/uploads\/2015\/07\/prog_new5.jpg","width":726,"height":605},{"@type":"BreadcrumbList","@id":"https:\/\/vallico.net\/casinoqmc\/interfaces\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vallico.net\/casinoqmc\/"},{"@type":"ListItem","position":2,"name":"Interfaces to other programs"}]},{"@type":"WebSite","@id":"https:\/\/vallico.net\/casinoqmc\/#website","url":"https:\/\/vallico.net\/casinoqmc\/","name":"Quantum Monte Carlo","description":"and the CASINO program","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vallico.net\/casinoqmc\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"jetpack_sharing_enabled":true,"jetpack_likes_enabled":false,"_links":{"self":[{"href":"https:\/\/vallico.net\/casinoqmc\/wp-json\/wp\/v2\/pages\/195","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vallico.net\/casinoqmc\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vallico.net\/casinoqmc\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vallico.net\/casinoqmc\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vallico.net\/casinoqmc\/wp-json\/wp\/v2\/comments?post=195"}],"version-history":[{"count":2,"href":"https:\/\/vallico.net\/casinoqmc\/wp-json\/wp\/v2\/pages\/195\/revisions"}],"predecessor-version":[{"id":10611,"href":"https:\/\/vallico.net\/casinoqmc\/wp-json\/wp\/v2\/pages\/195\/revisions\/10611"}],"wp:attachment":[{"href":"https:\/\/vallico.net\/casinoqmc\/wp-json\/wp\/v2\/media?parent=195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}