Home
last modified time | relevance | path

Searched refs:get_symmetry (Results 76 – 100 of 104) sorted by relevance

12345

/dports/science/spglib/spglib-1.16.2/doc/
H A Dpython-spglib.rst157 ``magmoms`` only work with ``get_symmetry`` and are given
170 magmoms = [m_1, m_2, m_3, ...] # Only works with get_symmetry
216 directory. ``get_symmetry`` with collinear polarizations is not
268 ``get_symmetry``
273 symmetry = get_symmetry(cell, symprec=1e-5)
/dports/games/leela-zero/leela-zero-0.17/src/
H A DFullBoard.cpp115 const auto newvtx = Network::get_symmetry(get_xy(vertex), symmetry, m_boardsize); in calc_symmetry_hash()
H A DNetwork.cpp506 get_symmetry({v % BOARD_SIZE, v / BOARD_SIZE}, s); in initialize()
958 std::pair<int, int> Network::get_symmetry(const std::pair<int, int>& vertex, in get_symmetry() function in Network
/dports/science/py-spglib/spglib-1.16.2/ruby/
H A DsymPoscar.rb323 rotations, translations = get_symmetry(lattice,
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dindexed.h190 ex get_symmetry() const {return symtree;} in get_symmetry() function
H A Dindexed.cpp801 bool first_nonsymmetric = ex_to<symmetry>(ex_to<indexed>(*it1).get_symmetry()).has_nonsymmetric(); in simplify_indexed_product()
888 ex_to<symmetry>(ex_to<indexed>(*it2).get_symmetry()).has_nonsymmetric())) { in simplify_indexed_product()
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/ruby/
H A DsymPoscar.rb323 rotations, translations = get_symmetry(lattice,
/dports/science/spglib/spglib-1.16.2/ruby/
H A DsymPoscar.rb323 rotations, translations = get_symmetry(lattice,
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A Dapi.py141 get_symmetry, \
H A Dquerying.py149 def get_symmetry(selection="(all)",state=CURRENT_STATE,quiet=1,_self=cmd): function
168 r = _cmd.get_symmetry(_self._COb,str(selection),int(state) - 1)
H A Dkeywords.py107 'get_symmetry' : [ self_cmd.get_symmetry , 0 , 0 , '' , parsing.STRICT ],
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Diesparser.h277 SymmetryType get_symmetry() const in get_symmetry() function
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/python/spglib/
H A Dspglib.py47 def get_symmetry(cell, symprec=1e-5, angle_tolerance=-1.0): function
/dports/science/spglib/spglib-1.16.2/python/spglib/
H A Dspglib.py51 def get_symmetry(cell, function
/dports/science/py-spglib/spglib-1.16.2/python/spglib/
H A Dspglib.py51 def get_symmetry(cell, function
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/structure/
H A Dsymmetry.py250 self._symmetry_operations = spglib.get_symmetry(self._cell.totuple(),
/dports/science/phonopy/phonopy-2.11.0/phonopy/structure/
H A Dsymmetry.py250 self._symmetry_operations = spglib.get_symmetry(self._cell.totuple(),
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dstructure.py5160 def get_symmetry(self,symprec=1e-5): member in Structure
5162 return spglib.get_symmetry(cell,symprec=symprec)
5229 ds = self.get_symmetry(symprec=tol)
5640 def get_symmetry( function
5976 get_symmetry = get_symmetry,
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dgamessplugin.c271 static int get_symmetry(qmdata_t *);
961 if (!get_symmetry(data)) return FALSE; in parse_static_data()
2001 static int get_symmetry(qmdata_t *data) { in get_symmetry() function
/dports/science/py-phono3py/phono3py-1.22.3/phono3py/
H A Dapi_phono3py.py411 def get_symmetry(self): member in Phono3py
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/cui/
H A Dphonopy_script.py231 s_indep_atoms = phonon.get_symmetry().get_independent_atoms()
/dports/math/GiNaC/ginac-1.8.2/check/
H A Dexam_clifford.cpp507 …y>(ex_to<indexed>(ex_to<clifford>(clifford_unit(mu, G)).get_metric()).get_symmetry()).has_symmetry… in clifford_check7()
/dports/science/phonopy/phonopy-2.11.0/phonopy/cui/
H A Dphonopy_script.py231 s_indep_atoms = phonon.get_symmetry().get_independent_atoms()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/symmetry/
H A Danalyzer.py217 d = spglib.get_symmetry(self._cell, symprec=self._symprec, angle_tolerance=self._angle_tol)
/dports/math/octave-forge-sparsersb/sparsersb-1.0.9/src/
H A Dsparsersb.cc1170 …std::string get_symmetry (void) const { return (RSB_DO_FLAG_HAS(this->rsbflags(),RSB_FLAG_SYMMETRI… in get_symmetry() function in octave_sparsersb_mtx
3179 if(nargout) retval.append(osmp->get_symmetry()),--nargout;

12345