mirror of
https://github.com/TREX-CoE/qmc-lttc.git
synced 2024-12-22 04:15:01 +01:00
Update variance_hydrogen.py
This commit is contained in:
parent
eec585cf77
commit
04bfcc1098
@ -36,5 +36,5 @@ for a in [0.1, 0.2, 0.5, 0.9, 1., 1.5, 2.]:
|
|||||||
E = E / norm
|
E = E / norm
|
||||||
E2 = E2 / norm
|
E2 = E2 / norm
|
||||||
|
|
||||||
s2 = E2 #- E**2
|
s2 = E2 - E**2
|
||||||
print(f"a = {a} \t E = {E:10.8f} \t \sigma^2 = {s2:10.8f}")
|
print(f"a = {a} \t E = {E:10.8f} \t \sigma^2 = {s2:10.8f}")
|
||||||
|
Loading…
Reference in New Issue
Block a user