Home
last modified time | relevance | path

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

/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/
H A Dcif.py616 length_strings=("a", "b", "c"), argument
627 lengths = [str2float(data["_cell_length_" + i]) for i in length_strings]
646 lengths = (l for l in length_strings if l in required_args)