Home
last modified time | relevance | path

Searched refs:phfactor_ev2units (Results 1 – 12 of 12) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Draman.py114 laser_freq = laser_freq / abu.phfactor_ev2units(units)
192 units_factor = abu.phfactor_ev2units(units)
263 x = freqs * abu.phfactor_ev2units(units)
320 laser_freq = laser_freq / abu.phfactor_ev2units(units)
378 x = freqs * abu.phfactor_ev2units(units)
441 w = w * abu.phfactor_ev2units(units)
463 w = self.phfreqs * abu.phfactor_ev2units(units)
465 w = self.non_anal_phfreqs[non_anal_dir] * abu.phfactor_ev2units(units)
H A Dfrozen_phonons.py9 from abipy.core.abinit_units import phfactor_ev2units, amu_emass, Bohr_Ang, eV_Ha
203 return dict2namedtuple(freq=freq*phfactor_ev2units(units), fit_params=params, cov=cov)
H A Dphonons.py188 def phfactor_ev2units(units): member in PhononBands
192 return abu.phfactor_ev2units(units)
457 factor = abu.phfactor_ev2units(units)
1071 factor = abu.phfactor_ev2units(units)
1120 factor = abu.phfactor_ev2units(units)
1167 factor = abu.phfactor_ev2units(units)
1435 factor = abu.phfactor_ev2units(units)
1583 factor = abu.phfactor_ev2units(units)
1641 factor = abu.phfactor_ev2units(units)
1865 factor = abu.phfactor_ev2units(units)
[all …]
H A Dgruneisen.py286 factor = phbands.phfactor_ev2units(units)
399 w = self.wvols_qibz[:, self.iv0, :] * abu.phfactor_ev2units(units)
H A Dvsound.py309 units_factor = abu.phfactor_ev2units(units)
H A Dddb.py35 from abipy.core.abinit_units import phfactor_ev2units, phunit_tag
2197 w = w / phfactor_ev2units(units)
2311 w_max = (np.max(self.phfreqs) + gamma_ev * 10) * phfactor_ev2units(units)
2431 wvals = self.phfreqs[3:] * phfactor_ev2units(units)
2691 freqs = phbands.phfreqs[0, :] * phfactor_ev2units(units)
H A Dmsqdos.py475 factor = abu.phfactor_ev2units(units)
/dports/science/py-abipy/abipy-0.9.0/abipy/core/tests/
H A Dtest_abinit_units.py13 assert abu.phfactor_ev2units(units)
18 for func in [abu.phfactor_ev2units, abu.phunit_tag, abu.phdos_label_from_units]:
/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dabinit_units.py78 def phfactor_ev2units(units): function
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/tests/
H A Dtest_phonons.py61 assert phbands.phfactor_ev2units("eV") == abu.phfactor_ev2units("eV")
/dports/science/py-abipy/abipy-0.9.0/abipy/eph/
H A Da2f.py221 wfactor = abu.phfactor_ev2units(units)
313 wfactor = abu.phfactor_ev2units(units)
760 wvals = self.phbands.phfreqs * abu.phfactor_ev2units(units)
H A Dsigeph.py754 wmesh = self.mesh * abu.phfactor_ev2units(units)