Skip to content

Commit 7665f91

Browse files
committed
Update describe.
1 parent 74d8134 commit 7665f91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jarvis/core/atoms.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,8 +1297,6 @@ def describe(
12971297
# "point_group": spg.point_group_symbol,
12981298
# "wyckoff": ", ".join(list(set(spg._dataset["wyckoffs"]))),
12991299
"bond_distances": bond_distances,
1300-
# "natoms_primitive": spg.primitive_atoms.num_atoms,
1301-
# "natoms_conventional": spg.conventional_standard_structure.num_atoms,
13021300
}
13031301
if include_spg:
13041302
struct_info["spg_number"] = spg.space_group_number

0 commit comments

Comments
 (0)