Home
last modified time | relevance | path

Searched refs:CastepCell (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-ase/ase-3.22.0/ase/test/calculator/castep/
H A Dtest_castep_interface.py8 CastepParam, CastepCell,
120 mock_ccell = CastepCell(mock_castep_keywords, keyword_tolerance=2)
172 ccell = CastepCell(testing_keywords, keyword_tolerance=2)
/dports/science/py-ase/ase-3.22.0/ase/io/
H A Dcastep.py180 from ase.calculators.castep import Castep, CastepCell
183 has_cell = isinstance(atoms.calc.cell, CastepCell)
/dports/science/py-ase/ase-3.22.0/ase/calculators/
H A Dcastep.py518 self.cell = CastepCell(castep_keywords,
2126 elif attr == 'cell' and not isinstance(value, CastepCell):
2892 class CastepCell(CastepInputFile): class