mirror of
https://github.com/nqrduck/nqr-blochsimulator.git
synced 2024-11-18 16:21:01 +00:00
Prettier imports.
This commit is contained in:
parent
8182de30fb
commit
83a4889748
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
"""The nqr_blochsimulator package contains the classes necessary to simulate NQR experiments using the Bloch equations."""
|
||||
|
||||
from .classes.sample import Sample
|
||||
from .classes.simulation import Simulation
|
||||
from .classes.pulse import PulseArray
|
||||
|
||||
__all__ = ["Sample", "Simulation", "PulseArray"]
|
Loading…
Reference in a new issue