qojulia / QuantumOptics.jl

Library for the numerical simulation of closed as well as open quantum systems.
http://qojulia.org
Other
518 stars 101 forks source link

Support for a tidy up funcion to kill small values #319

Closed joreb closed 2 years ago

joreb commented 2 years ago

a tidy up like in qutip would be a nice feature to have.

david-pl commented 2 years ago

There's no tidy up in that sense, but there is QuantumOptics.set_printing(round_tol=1e-17) that removes small numbers from the output printed in the REPL. This leaves the data unchanged though.

joreb commented 2 years ago

thank you