mirror of
https://github.com/nqrduck/nqr-blochsimulator.git
synced 2024-11-16 07:11:03 +00:00
Updated references.
This commit is contained in:
parent
d30c97ac53
commit
2345cf6fe4
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# NQR Bloch Simulator for Python
|
||||
|
||||
This is a Python implementation of an NQR Bloch Simulator.
|
||||
This is a Python implementation of an NQR Bloch Simulator. It can be used for simulating NQR spectroscopy signals in the time domain. The simulator is based on the paper [1].
|
||||
|
||||
Right now the implementation is in a early stage and has not yet been tested and verified.
|
||||
|
||||
|
@ -28,4 +28,8 @@ python -m unittest tests/simulation.py
|
|||
This will run a simulation of a simple FID for BiPh3 and plot the result in time domain.
|
||||
|
||||
|
||||
## References
|
||||
## References
|
||||
|
||||
The simulator is based on the paper:
|
||||
|
||||
[1] [C. Graf, A. Rund, C.S. Aigner, R. Stollberger, Accuracy and Performance Analysis for Bloch and Bloch-McConnell simulation methods Journal of Magnetic Resonance 329(3):107011 doi: 10.1016/j.jmr.2021.107011](https://doi.org/10.1016/j.jmr.2021.107011)
|
Loading…
Reference in a new issue