Home
last modified time | relevance | path

Searched defs:reciprocal_lattice (Results 1 – 22 of 22) sorted by relevance

/dports/science/berkeleygw/BGW-2.0.0/MeanField/ABINIT/
H A Dreciprocal_lattice.f904 subroutine reciprocal_lattice(gmet,gprimd,rmet,rprimd,gcvol,rcvol) subroutine
21 PUSH_SUB(reciprocal_lattice) argument
59 PUSH_SUB(reciprocal_lattice.calculate_volume) argument
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/structure/
H A Dbrillouin_zone.py68 def get_qpoints_in_Brillouin_zone(reciprocal_lattice, argument
94 def __init__(self, reciprocal_lattice, tolerance=0.01): argument
H A Dgrid_points.py96 reciprocal_lattice, # column vectors argument
165 reciprocal_lattice, argument
244 def reciprocal_lattice(self): member in GridPoints
/dports/science/phonopy/phonopy-2.11.0/phonopy/structure/
H A Dbrillouin_zone.py68 def get_qpoints_in_Brillouin_zone(reciprocal_lattice, argument
94 def __init__(self, reciprocal_lattice, tolerance=0.01): argument
H A Dgrid_points.py96 reciprocal_lattice, # column vectors argument
165 reciprocal_lattice, argument
244 def reciprocal_lattice(self): member in GridPoints
/dports/science/py-phono3py/phono3py-1.22.3/phono3py/phonon3/
H A Dtriplets.py46 reciprocal_lattice, # column vectors argument
151 reciprocal_lattice, argument
186 def get_bz_grid_address(mesh, reciprocal_lattice, with_boundary=False): argument
/dports/science/py-abipy/abipy-0.9.0/abipy/flowtk/
H A Deffmass_works.py14 def _get_red_dirs_from_opts(red_dirs, cart_dirs, reciprocal_lattice): argument
/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dkpoints.py847 def __init__(self, reciprocal_lattice, frac_coords, weights=None, names=None, ksampling=None): argument
878 def reciprocal_lattice(self): member in KpointList
1437 def __init__(self, reciprocal_lattice, frac_coords, weights=None, names=None, ksampling=None): argument
1910 def build_segments(k0_list, npts, step, red_dirs, reciprocal_lattice): argument
H A Dstructure.py765 def reciprocal_lattice(self): member in Structure
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/python/spglib/
H A Dspglib.py608 reciprocal_lattice, # column vectors argument
/dports/science/spglib/spglib-1.16.2/python/spglib/
H A Dspglib.py822 reciprocal_lattice, # column vectors argument
/dports/science/py-spglib/spglib-1.16.2/python/spglib/
H A Dspglib.py822 reciprocal_lattice, # column vectors argument
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/
H A Dlattice.py465 def reciprocal_lattice(self) -> "Lattice": member in Lattice
/dports/science/octopus/octopus-10.5/src/ions/
H A Dsimul_box.F90916 subroutine reciprocal_lattice(rv, kv, volume, dim, namespace) subroutine
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/python/
H A D_spglib.c970 double (*reciprocal_lattice)[3]; in py_relocate_BZ_grid_address() local
/dports/science/spglib/spglib-1.16.2/python/
H A D_spglib.c1151 double (*reciprocal_lattice)[3]; in py_relocate_BZ_grid_address() local
/dports/science/py-spglib/spglib-1.16.2/python/
H A D_spglib.c1151 double (*reciprocal_lattice)[3]; in py_relocate_BZ_grid_address() local
/dports/science/py-phonopy/phonopy-2.11.0/c/
H A D_phonopy.c1007 double (*reciprocal_lattice)[3]; in py_thm_relative_grid_address() local
/dports/science/phonopy/phonopy-2.11.0/c/
H A D_phonopy.c1007 double (*reciprocal_lattice)[3]; in py_thm_relative_grid_address() local
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Debands.py620 def reciprocal_lattice(self): member in ElectronBands
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqes_init_module.f901600 SUBROUTINE qes_init_basis_set(obj, tagname, ecutwfc, fft_grid, ngm, npwx, reciprocal_lattice,& argument
1616 TYPE(reciprocal_lattice_type),INTENT(IN) :: reciprocal_lattice local
H A Dqes_types_module.f901135 TYPE(reciprocal_lattice_type) :: reciprocal_lattice component