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
1 changed files with 0 additions and 2 deletions

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