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
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:
and similarly for the momenta