1
0
mirror of https://github.com/TREX-CoE/qmc-lttc.git synced 2024-08-24 22:21:46 +02:00

Update variance_hydrogen.py

This commit is contained in:
Anthony Scemama 2021-06-09 16:47:16 +02:00 committed by GitHub
parent eec585cf77
commit 04bfcc1098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,5 +36,5 @@ for a in [0.1, 0.2, 0.5, 0.9, 1., 1.5, 2.]:
E = E / 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}")