Home
last modified time | relevance | path

Searched defs:frac_coords (Results 1 – 13 of 13) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dstructure.py1211 def dot(self, coords_a, coords_b, space="r", frac_coords=False): argument
1229 def norm(self, coords, space="r", frac_coords=True): argument
1590 def displace(self, displ, eta, frac_coords=True, normalize=True): argument
1752 def write_vib_file(self, xyz_file, qpoint, displ, do_real=True, frac_coords=True, argument
1805 …def frozen_2phonon(self, qpoint, displ1, displ2, eta=1, frac_coords=False, scale_matrix=None, max_… argument
1877 …def frozen_phonon(self, qpoint, displ, eta=1, frac_coords=False, scale_matrix=None, max_supercell=… argument
2313 def displace(self, displ, etas, frac_coords=True): argument
2340 …def frozen_phonon(self, qpoint, displ, eta=1, frac_coords=False, scale_matrix=None, max_supercell=… argument
2344 …def frozen_2phonon(self, qpoint, displ1, displ2, eta=1, frac_coords=False, scale_matrix=None, max_… argument
H A Dkpoints.py571 def __init__(self, frac_coords, lattice, weight=None, name=None): argument
616 def frac_coords(self): member in Kpoint
847 def __init__(self, reciprocal_lattice, frac_coords, weights=None, names=None, ksampling=None): argument
1027 def frac_coords(self): member in KpointList
1437 def __init__(self, reciprocal_lattice, frac_coords, weights=None, names=None, ksampling=None): argument
H A Dsymmetries.py393 def rotate_k(self, frac_coords, wrap_tows=False): argument
403 def preserve_k(self, frac_coords, ret_g0=True): argument
423 def rotate_r(self, frac_coords, in_ucell=False): argument
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/command_line/
H A Dcritic2_caller.py334 frac_coords, argument
864 def _add_node(self, idx, unique_idx, frac_coords): argument
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/
H A Dsites.py408 def frac_coords(self) -> np.ndarray: member in PeriodicSite
415 def frac_coords(self, frac_coords): member in PeriodicSite
H A Dstructure.py1127 def frac_coords(self): member in IStructure
/dports/science/py-abipy/abipy-0.9.0/abipy/display/
H A Dmvtk.py148 def plot_structure(structure, frac_coords=False, to_unit_cell=False, style="points+labels", argument
/dports/science/py-abipy/abipy-0.9.0/abipy/tools/
H A Dnumtools.py423 def eval_points(self, frac_coords, idt=None, cartesian=False, kpoint=None): argument
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/
H A Dphonopy.py105 def eigvec_to_eigdispl(v, q, frac_coords, mass): argument
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/
H A Dpath_finder.py283 def __f2d(frac_coords, v): argument
/dports/science/py-kliff/kliff-0.3.0/kliff/neighbor/
H A Dneighbor_list.cpp294 double * frac_coords = new double[DIM * numberOfParticles]; in nbl_create_paddings() local
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/electronic_structure/
H A Dbandstructure.py87 def frac_coords(self): member in Kpoint
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/defects/
H A Dutils.py878 def __init__(self, lattice, frac_coords, polyhedron_indices, all_coords, name=None): argument