Tiernan8r/variational_principle

Incorrect Mathematical implementation:

Closed this issue · 0 comments

Hamiltonian is defined using the laplacian operator on the wavefunction psi. Current implementation takes the grad(grad(psi)) which is not equivalent to the laplacian, instead a laplacian function should be implemented, or the div(grad(psi)) will suffice.