def calculate_density(self): """dit is the ior""" return _mixing_rules.zdanovskii_stokes_robinson(self.data, which='density')
def calculate_refractive_index(self): """dit is the ior""" # _pdb.set_trace() return _mixing_rules.zdanovskii_stokes_robinson( self.data, which='refractive_Index')
def calculate_kappa(self): return _mixing_rules.zdanovskii_stokes_robinson(self.data, which='kappa_chem')
def calculate_density(self): """dit is the ior""" return _mixing_rules.zdanovskii_stokes_robinson(self.data, which = 'density')
def calculate_refractive_index(self): """dit is the ior""" # _pdb.set_trace() return _mixing_rules.zdanovskii_stokes_robinson(self.data, which = 'refractive_Index')
def calculate_kappa(self): return _mixing_rules.zdanovskii_stokes_robinson(self.data, which = 'kappa_chem')