Skip to content

Commit

Permalink
Crystal Output Validation; removed requirements not met by non-spin c…
Browse files Browse the repository at this point in the history
…alculations
  • Loading branch information
chrisjsewell committed Jun 3, 2018
1 parent 0e1e8f0 commit 54e774e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ejplugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def load_all_encoders():
return plugins.load_plugin_classes([Encode_Pymatgen, Encode_ASE])


__version__ = "0.9.0"
__version__ = "0.9.1"
7 changes: 2 additions & 5 deletions ejplugins/schema/crystal_out.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,7 @@
"required": [
"atomic_charges_peratom",
"charge_normalization_factor",
"energy",
"spin_density_peratom",
"spin_density_total"
"energy"
]
}
},
Expand Down Expand Up @@ -1478,8 +1476,7 @@
}
},
"required": [
"alpha+beta_electrons",
"alpha-beta_electrons"
"alpha+beta_electrons"
]
}
},
Expand Down

0 comments on commit 54e774e

Please sign in to comment.