Search found 166 matches

by Vladimir_Konjkov
Wed Apr 29, 2015 1:45 pm
Forum: The CASINO program
Topic: molden2qmc
Replies: 45
Views: 351426

molden2qmc

Dear all The last few days I have been refactoring script molden2qmc.py, trying to understand the algorithm of conversion. Normalization algorithm of MO-coefficients, and Cartesian->Spherical transformation remains unclear to me. Because the script is written in python, I did not break the tradition...
by Vladimir_Konjkov
Wed Apr 22, 2015 5:29 pm
Forum: The CASINO program
Topic: Calculation of forces in QMC
Replies: 15
Views: 45960

Calculation of forces in QMC

I found an interesting article of Sandro Sorella and Luca Capriotti http://www.luca-capriotti.net/pdfs/Physics/JCP_133_234111.pdf on the calculation of an arbitrarily large number of energy derivatives in QMC by using adjoint algorithmic differentiation. Whether implemented this algorithm in CASINO?...
by Vladimir_Konjkov
Sun Apr 19, 2015 6:51 am
Forum: The CASINO program
Topic: Cubane (C8H8) VMC
Replies: 7
Views: 15378

Re: Cubane (C8H8) VMC

Thanks for the help , Mike. Now all became clear. As I am doing QMC calculations only a few weeks, I wanted to make sure that the QMC programs work, as I guess. I assumed that the cusp condition should not change the energy, it turned out that this is not true. I want to add a few additional comment...
by Vladimir_Konjkov
Fri Apr 17, 2015 4:21 am
Forum: The CASINO program
Topic: Cubane (C8H8) VMC
Replies: 7
Views: 15378

Re: Cubane (C8H8) VMC

If you can help us and Mike D. with this we would be very grateful. Maintaining interfaces with large numbers of external codes that we know very little about is one of the biggest pains about being a QMC developer, as I'm sure you can appreciate. If the interface is well defined it usually does no...
by Vladimir_Konjkov
Fri Apr 17, 2015 2:08 am
Forum: The CASINO program
Topic: Cubane (C8H8) VMC
Replies: 7
Views: 15378

Re: Cubane (C8H8) VMC

So - try again with a smaller basis set containing only s , p , d functions and it will probably pass your tests. See the files in examples/generic/gauss_dfg in the CASINO distribution for further discussion - in particular the files README and RESULTS. Dear Mike, def2-SVP have no f-function in a '...
by Vladimir_Konjkov
Thu Apr 16, 2015 1:21 pm
Forum: The CASINO program
Topic: Cubane (C8H8) VMC
Replies: 7
Views: 15378

Cubane (C8H8) VMC

Hello Mike. I am a professional programmer, but in the last few years as a hobby I have been doing quantum-chemical calculations. Until recently, in my calculations, I used only the classical quantum-mechanical methods, such as HF, MP2, CI, CC, DFT and their multireference implementation. However, t...