mirror of
https://github.com/nqrduck/nqr-blochsimulator.git
synced 2024-11-16 15:21:01 +00:00
Added unit correction.
This commit is contained in:
parent
594f484323
commit
6770f7a318
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class Simulation:
|
|||
# print(abs(timedomain_signal))
|
||||
|
||||
timedomain_signal = timedomain_signal
|
||||
return timedomain_signal * self.conversion_factor
|
||||
return timedomain_signal * self.conversion_factor * 1e-2
|
||||
|
||||
def bloch_symmetric_strang_splitting(
|
||||
self, B1, xdis, real_pulsepower, imag_pulsepower, relax=1
|
||||
|
|
Loading…
Reference in a new issue