name = 'SH'
symbol = 'S'
mass = 33.072364
color = 'yellow'
vdW_radius = 0.180000
b_coherent = -0.894*fm
b_incoherent = 25.218*fm

import Numeric
b_coherent = (2.847 + 1*(-3.741))*fm
b_incoherent = Numeric.sqrt(0.188**2 + 1*25.217**2)*fm
b_coherent_deut = (2.847 + 1*6.674)*fm
b_incoherent_deut = Numeric.sqrt(0.188**2 + 1*4.022**2)*fm
del Numeric
