Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogila committed Oct 18, 2024
1 parent d20488e commit 66bcda9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maat/deuteration.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ def impulse_approx(ins: Spectra,
'''
Calculate the deuteration levels from INS spectra with the Impulse Approximation.\n
See https://www.tandfonline.com/doi/full/10.1080/00018732.2017.1317963.\n
Protonated and deuterated materials must be specified as dictionaries, such as:\n
CH3NH3 = {'C':1, 'N':1, 'H':6}\n
Protonated and deuterated materials must be specified as Material objects.\n
Material mass must be specified in grams.
'''
ins = deepcopy(ins)
Expand Down

0 comments on commit 66bcda9

Please sign in to comment.