Skip to content

Commit 94f6bf9

Browse files
committed
ED-PIC: Remove proton/neutron Number
Remove the attributes for ions which can now be expressed via the `SpeciesType` extension.
1 parent c85d574 commit 94f6bf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openpmd_validator/check_h5.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,6 @@ def check_particles(f, iteration, v, extensionStates) :
820820
result_array += test_key(species, v, "required", "mass")
821821
result_array += test_key(species, v, "required", "weighting")
822822
result_array += test_key(species, v, "optional", "boundElectrons")
823-
result_array += test_key(species, v, "optional", "protonNumber")
824-
result_array += test_key(species, v, "optional", "neutronNumber")
825823

826824
# Check the attributes associated with the PIC extension
827825
if extensionStates['ED-PIC'] :

0 commit comments

Comments
 (0)