Search found 178 matches

by Vladimir_Konjkov
Sat Aug 30, 2025 3:03 am
Forum: Quantum Monte Carlo
Topic: Backflow transformation for Gaussian orbitals
Replies: 3
Views: 87

Re: Backflow transformation for Gaussian orbitals

and the equation
4.png
4.png (4.89 KiB) Viewed 41 times
has a stationary point at which the optimization of ξi will converge and this is obvious flattened (corrected) trial function.
by Vladimir_Konjkov
Thu Aug 28, 2025 8:13 am
Forum: Quantum Monte Carlo
Topic: Backflow transformation for Gaussian orbitals
Replies: 3
Views: 87

Re: Backflow transformation for Gaussian orbitals

I can't understand what Ceperly wanted to say. So if I start with the unsymmetrical version of the pair product trial function. I get a slightly different formula. 1.png Substitute the value of the expressions into the discrete step of the generalized Feynman-Kac / DMC for the trial function with co...
by Vladimir_Konjkov
Tue Aug 26, 2025 11:49 am
Forum: Quantum Monte Carlo
Topic: Backflow transformation for Gaussian orbitals
Replies: 3
Views: 87

Re: Backflow transformation for Gaussian orbitals

ChatGPT-5 told me that this is a consequence of the type of function defined in eq 20 In article "Fermion Nodes" "Journal o f Statistical Physics, Vol. 63, Nos. 5/6, 1991", DOI :10.1007/BF01030009 Screenshot_20250826_184834.png a plane wave is a complex exponential, so the formul...
by Vladimir_Konjkov
Tue Aug 26, 2025 7:51 am
Forum: Quantum Monte Carlo
Topic: Backflow transformation for Gaussian orbitals
Replies: 3
Views: 87

Backflow transformation for Gaussian orbitals

Hello QMC experts. In his article "Fermion Nodes" "Journal o f Statistical Physics, Vol. 63, Nos. 5/6, 1991", DOI :10.1007/BF01030009 D. M. Ceperley make a crude approximation of correcting the trial function by the local energy itself: ψ₂(R) = Aψ₁(R)exp(-𝜏E₁(R)) (eq. 19) This le...
by Vladimir_Konjkov
Sun Aug 03, 2025 2:56 pm
Forum: The CASINO program
Topic: Is CASINO an Acronym?
Replies: 1
Views: 117212

Is CASINO an Acronym?

Hello CASINO developers, ChatGPT shocked me by stating that CASINO is an acronym for "Cambridge Advanced Simulation of Interacting N-electrOns." However, I couldn't find any confirmation of this either in the documentation or on Wikipedia. Is this true, or is it a hallucination of the neur...
by Vladimir_Konjkov
Tue Apr 29, 2025 4:44 am
Forum: The CASINO program
Topic: I congratulate the Casino developers for neural networks implementing in the code.
Replies: 3
Views: 148336

Re: I congratulate the Casino developers for neural networks implementing in the code.

The Jastrow factor redistributes the electron density from where the probability of two electrons meeting is higher to where it is lower, so a term is needed that will redistribute it back. Such a term (chi-term) is usually included and depends on the distance of the electron to the nucleus, since s...
by Vladimir_Konjkov
Sat Apr 26, 2025 2:20 am
Forum: The CASINO program
Topic: I congratulate the Casino developers for neural networks implementing in the code.
Replies: 3
Views: 148336

I congratulate the Casino developers for neural networks implementing in the code.

Please accept my sincere congratulations on this epochal event!
Could you also provide an example config file and a link to updated documentation?


Vladimir.
by Vladimir_Konjkov
Fri Nov 01, 2024 5:16 am
Forum: The CASINO program
Topic: molden2qmc
Replies: 46
Views: 764879

Re: molden2qmc

Hello Mike. I was wondering why we convert Cartesian GTO to solid-harmonic ones, and not the other way around? After all, the calculation of the wave function and its partial derivatives is simpler for Cartesian and maybe Hermitian GTO. WIREs Comput Mol Sci 2012, 2: 290–303 doi: 10.1002/wcms.78 eq. ...
by Vladimir_Konjkov
Tue Oct 29, 2024 5:55 am
Forum: Quantum Monte Carlo
Topic: Constrained derivatives.
Replies: 10
Views: 131936

Re: Constrained derivatives.

Unfortunately, the calculation of 3-rd partial derivatives of the slater determinant w.r.t e-coordinates do not fit in the L1/L2 cache even for moderately large system like Kr-atom. I ran perf stat -e instructions,cache-misses <executable> and confirmed my assumptions. I don't see such cache-misses ...
by Vladimir_Konjkov
Mon Sep 30, 2024 6:16 am
Forum: The CASINO program
Topic: gautol
Replies: 1
Views: 32911

gautol

Hello Casino developers. While reading the CASINO documentation I discovered: Gaussian basis functions can be regarded as localized if they are truncated to zero outside a certain radius. This is done by default in casino: Gaussian functions exp(−ar²) are assumed to be zero when exp(−ar²) < 10^-GT ,...