Home
last modified time | relevance | path

Searched refs:get_special_points (Results 1 – 6 of 6) sorted by relevance

/dports/science/py-ase/ase-3.22.0/ase/test/dft/
H A Dtest_hex.py4 from ase.dft.kpoints import get_special_points
20 k = get_special_points(a.cell)['K']
/dports/science/py-ase/ase-3.22.0/ase/test/bravais/
H A Dtest_lattices.py34 dct = lat.get_special_points()
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dleafop.h76 const std::vector<Vector<double, NDIM> > &special_points = f->get_special_points(); in check_special_points()
214 const std::vector<Vector<double, NDIM> > &special_points = f->get_special_points(); in operator()
H A Dfuncimpl.h861 const std::vector<Vector<double,NDIM> >& get_special_points()const{return special_points;} in get_special_points() function
/dports/science/py-ase/ase-3.22.0/ase/dft/
H A Dkpoints.py584 special_points = get_special_points(cell)
637 def get_special_points(cell, lattice=None, eps=2e-4): function
/dports/science/py-ase/ase-3.22.0/ase/lattice/
H A D__init__.py143 d = self.get_special_points()
157 def get_special_points(self) -> Dict[str, np.ndarray]: member in BravaisLattice
191 special_points = self.get_special_points()
251 points = self.get_special_points()