newtonprop package

Pure Python reference implementation of the Newton propagator for quantum dynamics.

Submodules:

Summary

__all__ Classes:

NewtonPropagatorBase Abstract base class for a stateful interface for using the Newton propagator

__all__ Functions:

newton Evaluate \(f(A\,dt)\,v\), for example \(e^{-i\,A\,dt}\,v\) for the propagation of a quantum state.