You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Force](Force.ipynb) - Estimators for forces. The bare estimator has a variance problem. The Chiesa estimator is one approach to dealing with this problem.
Copy file name to clipboardexpand all lines: README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@ Scripts and supporting material to validate QMC codes.
4
4
Primarily for QMCPACK (http://qmcpack.org/ ), but could be used more generally useful.
5
5
6
6
Directories:
7
-
* LongRange - Ewald summation on a lattice for long range (Coulomb) potentials.
8
-
* StochasticReconfiguration - Stochastic reconfiguration for fixed population diffusion Monte Carlo.
9
-
* Variational - Demonstration of variational principle for energy of hydrogen and helium atoms.
10
-
* Wavefunctions - Various functional forms for wavefunctions.
7
+
*[LongRange](LongRange/Readme.md) - Ewald summation on a lattice for long range (Coulomb) potentials.
8
+
*[StochasticReconfiguration](StochasticReconfiguration/Readme.md) - Stochastic reconfiguration for fixed population diffusion Monte Carlo.
9
+
*[Variational](Variational/Readme.md) - Demonstration of variational principle for energy of hydrogen and helium atoms.
10
+
*[Wavefunctions](Wavefunctions/Readme.md) - Various functional forms for wavefunctions.
11
+
*[Diffusion](Diffusion/Readme.md) - Diffusion Monte Carlo
12
+
*[Estimators](Estimators/Readme.md) - Quantities of interest to compute.
11
13
12
-
Many of these notebooks use Sympy for symbolic expressions. The notebook [Intro to Sympy](Intro%20to%20Sympy.ipynb) contains a a short guide to Sympy as used in these notebooks.
14
+
Many of these notebooks use Sympy for symbolic expressions. The notebook [Intro to Sympy](Intro%20to%20Sympy.ipynb) contains a short guide to Sympy as used in these notebooks.
*[Parameter_Optimization.ipynb](Parameter_Optimization.ipynb) - Derivatives of the VMC energy with respect to varational parameters
6
+
*[Variational_Hydrogen.ipynb](Variational_Hydrogen.ipynb) - Hydrogen is a 3-D integral. An artificially de-optimized wavefunction is used to demonstrate the variational principle.
7
+
*[Variational_Helium.ipynb](Variational_Helium.ipynb) - Compute energy of Helium using grid-based quadrature.
0 commit comments