Home
last modified time | relevance | path

Searched refs:from_abivars (Results 1 – 21 of 21) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/abipy/examples/flows/
H A Drun_elastic.py39 structure = abilab.Structure.from_abivars(
H A Drun_eph_al.py27 structure = abilab.Structure.from_abivars(
/dports/science/py-abipy/abipy-0.9.0/abipy/benchmarks/
H A D_string5.py44 structure = abilab.Structure.from_abivars(
H A Dgs_au108.py137 structure = abilab.Structure.from_abivars(
H A Dgs_ti256.py286 structure = abilab.Structure.from_abivars(
H A Dmoldyn1.py59 structure = abilab.Structure.from_abivars(
H A Dmoldyn5.py135 structure = abilab.Structure.from_abivars(
H A D_dfpt_phonon_tio2.py55 structure = abilab.Structure.from_abivars(
H A Dgs_uo2.py127 structure = abilab.Structure.from_abivars(
H A Dgs_febio3.py66 structure = abilab.Structure.from_abivars(unit_cell)
H A Deph_al.py22 structure = abilab.Structure.from_abivars(
/dports/science/py-abipy/abipy-0.9.0/abipy/data/
H A Ducells.py26 return Structure.from_abivars(ucell(name))
/dports/science/py-abipy/abipy-0.9.0/abipy/data/refs/al_eph/
H A D_runflow.py26 structure = abilab.Structure.from_abivars(
/dports/science/py-abipy/abipy-0.9.0/abipy/data/refs/diamond_fullbz_sigeph/
H A D_runflow.py28 structure = abilab.Structure.from_abivars(
/dports/science/py-abipy/abipy-0.9.0/abipy/data/refs/diamond_sigeph/
H A D_runflow.py28 structure = abilab.Structure.from_abivars(
/dports/science/py-abipy/abipy-0.9.0/abipy/core/tests/
H A Dtest_structure.py150 assert si == Structure.from_abivars(si.to_abivars())
/dports/science/py-abipy/abipy-0.9.0/abipy/abio/
H A Dabivars.py196 return Structure.from_abivars(acell=acell, znucl=znucl, typat=typat, **kwargs)
H A Doutputs.py320 abistr = Structure.from_abivars(d)
/dports/science/py-abipy/abipy-0.9.0/abipy/dynamics/
H A Dhist.py770 s = Structure.from_abivars(
/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dstructure.py180 return Structure.from_abivars(obj)
515 def from_abivars(cls, *args, **kwargs): member in Structure
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dddb.py148 self._structure = Structure.from_abivars(**self.header)