1
0
mirror of https://github.com/TREX-CoE/qmc-lttc.git synced 2024-07-03 01:46:13 +02:00

Update variance_hydrogen.py

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

View File

@ -4,8 +4,6 @@ import numpy as np
from hydrogen import e_loc, psi
interval = np.linspace(-5,5,num=50)
print(interval
)
delta = (interval[1]-interval[0])**3