From 94f6bf95656c0831509b2aeb8644435cd514734a Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 3 Apr 2018 19:43:30 +0200 Subject: [PATCH] ED-PIC: Remove proton/neutron Number Remove the attributes for ions which can now be expressed via the `SpeciesType` extension. --- openpmd_validator/check_h5.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openpmd_validator/check_h5.py b/openpmd_validator/check_h5.py index 238aa22..bcde0b6 100755 --- a/openpmd_validator/check_h5.py +++ b/openpmd_validator/check_h5.py @@ -820,8 +820,6 @@ def check_particles(f, iteration, v, extensionStates) : result_array += test_key(species, v, "required", "mass") result_array += test_key(species, v, "required", "weighting") result_array += test_key(species, v, "optional", "boundElectrons") - result_array += test_key(species, v, "optional", "protonNumber") - result_array += test_key(species, v, "optional", "neutronNumber") # Check the attributes associated with the PIC extension if extensionStates['ED-PIC'] :