Skip to content

Commit 8c6ae1a

Browse files
committed
fix point charge Quantity type
1 parent ddab789 commit 8c6ae1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nomad_simulations/schema_packages/basis_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class AtomCenteredFunction(ArchiveSection):
238238
)
239239

240240
point_charge = Quantity(
241-
type=np.int32,
241+
type=np.float32,
242242
description="""
243243
the value of the point charge.
244244
""",

0 commit comments

Comments
 (0)