Closed kaspernielsen96 closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.75%. Comparing base (
d1a2f5a
) to head (9191cdd
).
I've noticed a bug:
q0 = QuadratureEigenstate([0], x=0, phi=0);
np.linalg.norm(q0.fock(100))
# 1.7818953913923246
it depends on hbar, so probably there's a missing or extra one
@ziofil regarding the hbar, if we remove the hbar^-1/4 from c then the fock amplitudes no longer depends on the value of hbar. Do you think that is the right solution?
Context: Adding the quadrature eigenstate Description of the Change: Adding triple, state and tests