TensorWaves 0.2.0
See all documentation for this version here.
⚠️ Interface
Several breaking changes!
All physics (amplitude
, dynamics
, and kinematics
modules) has been moved to the expertsystem
, where the amplitude model is now formulated in terms of SymPy (see v0.7.0). TensorWaves is now more abstract: the core has become a template Model
class that can be 'lambdified' into a Function
with different computational backends. The esimator
and data
modules are still there, but changed slightly because of the intermediate Model
layer.
Since the responsibilities of tensorwaves
have changed quite a bit and much code has been removed, the module structure has been changed drastically as well. The example workflow notebooks therefore changed as well.
The new workflow is described here.
Contributors since 0.1.5
@redeboer and @spflueger