Home
last modified time | relevance | path

Searched defs:is_metal (Results 1 – 8 of 8) sorted by relevance

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/piston-graphics_api_version-0.2.0/src/
H A Dlib.rs79 pub fn is_metal(&self) -> bool {self.api == METAL} in is_metal() method
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/cp2k/
H A Doutputs.py163 def is_metal(self): member in Cp2kOutput
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/electronic_structure/
H A Dbandstructure.py333 def is_metal(self, efermi_tol=1e-4): member in BandStructure
/dports/science/mol2ps/mol2ps-0.4b_9/
H A Dmol2ps.pas1363 function is_metal(id:integer):boolean; in is_metal() function
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/ios/
H A Dwindow.rs376 let is_metal: BOOL = in new() localVariable
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/ios/
H A Dwindow.rs392 let is_metal: BOOL = in new() localVariable
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/
H A Dperiodic_table.py732 def is_metal(self) -> bool: member in ElementBase
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/vasp/
H A Dsets.py2263 def __init__(self, structure, k_product=40, slab_mode=False, is_metal=True, **kwargs): argument