![]() |
Calculate the inner product of two wavefunctions using conjugation on
fqe.dot(
wfn1: "wavefunction.Wavefunction",
wfn2: "wavefunction.Wavefunction"
) -> complex
the elements of wfn1.
Args | |
---|---|
wfn1 (wavefunction.Wavefunction) - wavefunction corresponding to the conjugate row vector
wfn2 (wavefunction.Wavefunction) - wavefunction corresponding to the coumn vector |
Returns | |
---|---|
(complex) - scalar as result of the dot product |