Originally created by: bsch63
Originally owned by: bsch63
Occasionally, problems arise when calculating quantum-mechanical uncertainties, see .err files created by 'curta' batch jobs.
Probably, the following line in method observe in class QuantumMechanics* is not smart enough:
np.real_if_close ( np.sqrt(self.pos_squa[i,j] - self.position[i,j]**2), tol=TOLERANCE )
and similarly for the momenta
Diff: