Skip to content

Commit

Permalink
feat: change value for deuterium oxide
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan Le committed Oct 2, 2023
1 parent 492e4b1 commit 8898a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chem_spectra/lib/converter/share.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ def parse_solvent(base):
base.dic['$CSSOLVENTX'] = ['0']
base.solv_peaks = [(peak - delta, peak + delta)]
elif 'deuterium' in orig_solv:
peak = 4.75
peak = 4.79
delta = 0.01
base.dic['$CSSOLVENTNAME'] = ['Deuterium oxide (s)']
base.dic['$CSSOLVENTNAME'] = ['D2O (s)']
base.dic['$CSSOLVENTVALUE'] = [str(peak)]
base.dic['$CSSOLVENTX'] = ['0']
base.solv_peaks = [(peak - delta, peak + delta)]
Expand Down

0 comments on commit 8898a25

Please sign in to comment.