1
0
mirror of https://github.com/TREX-CoE/qmc-lttc.git synced 2024-07-03 09:56:12 +02:00

Fix Parameters

This commit is contained in:
Anthony Scemama 2021-02-03 00:07:54 +01:00
parent 3c374930d1
commit 14b35f2c2c

View File

@ -2457,7 +2457,8 @@ gfortran hydrogen.f90 qmc_stats.f90 vmc_metropolis.f90 -o vmc_metropolis
Modify the Metropolis VMC program into a PDMC program. Modify the Metropolis VMC program into a PDMC program.
In the limit $\delta t \rightarrow 0$, you should recover the exact In the limit $\delta t \rightarrow 0$, you should recover the exact
energy of H for any value of $a$, as long as the simulation is stable. energy of H for any value of $a$, as long as the simulation is stable.
We choose here a fixed projection time $\tau=10$ a.u. We choose here a time step of 0.05 a.u. and a fixed projection
time $\tau$ =100 a.u.
#+end_exercise #+end_exercise
*Python* *Python*