We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842b92a commit 92c1832Copy full SHA for 92c1832
1 file changed
src/diffpy/structure/parsers/p_vesta.py
@@ -35,12 +35,8 @@
35
from diffpy.structure.parsers.p_xcfg import AtomicMass
36
from diffpy.structure.structureerrors import StructureFormatError
37
38
-# Constants ------------------------------------------------------------------
39
-
40
-# Atomic Mass of elements
41
-# This can be later when PeriodicTable package becomes available.
42
43
+# Constants ------------------------------------------------------------------
44
class P_vesta(StructureParser):
45
"""Parser for VESTA native structure format (.vesta).
46
0 commit comments