name = 'SD1'
symbol = 'S'

atomic_number = 16 + 1
atomic_number_deut = 16 + 1

mass = 31.972072000000001 + 1*2.014102
mass_deut = 31.972072000000001 + 1*2.014102

color = 'yellow'
vdW_radius = 0.180000

from Scientific import N
b_coherent = (2.847 + 1*(6.674))*fm
b_incoherent = N.sqrt(0.188**2 + 1*4.038982752**2)*fm
b_coherent_deut = (2.847 + 1*6.674)*fm
b_incoherent_deut = N.sqrt(0.188**2 + 1*4.038982752**2)*fm
del N
