Skip to content

Commit 51691f7

Browse files
committed
New release
1 parent d2e7b63 commit 51691f7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="radicalpy",
12-
version="0.2rc1",
12+
version="0.3rc1",
1313
license="MIT",
1414
author="Lewis M. Antill",
1515
author_email="lewismantill@gmail.com",

src/tests/radpy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,7 @@ def MC_exchange_dipolar(n_steps, r_min, del_T, radA_x, dist, angle):
14251425

14261426

14271427
def MC_kSTD_kD(J, D, tau_c):
1428+
# !this was changed (two tau_c's)
14281429
mT2MHz = 28.025 # Conversion factor for mT to MHz
14291430

14301431
# J-modulation rate

0 commit comments

Comments
 (0)