Searched refs:Ry_to_eV (Results 1 – 3 of 3) sorted by relevance
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/tests/ |
H A D | test_lmto.py | 11 from pymatgen.core.units import Ry_to_eV 97 [round_to_sigfigs(energy, 5) for energy in self.copl_bise.energies * Ry_to_eV], 102 icohp = np.array([round_to_sigfigs(i, 5) for i in copl_icohp * Ry_to_eV], dtype=float)
|
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/ |
H A D | lmto.py | 19 from pymatgen.core.units import Ry_to_eV, bohr_to_angstrom 367 [round_to_sigfigs(energy, 5) for energy in data[0] * Ry_to_eV], 370 self.efermi = round_to_sigfigs(float(parameters[-1]) * Ry_to_eV, 5) 381 … spin: np.array([round_to_sigfigs(i, 5) for i in data[2 * (bond + s * num_bonds) + 2] * Ry_to_eV])
|
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/ |
H A D | units.py | 33 Ry_to_eV = Ha_to_eV / 2 variable 93 "Ry": {"kg": 1, "m": 2, "s": -2, const.e * Ry_to_eV: 1},
|