Skip to content

Commit

Permalink
Update molecule.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Oct 23, 2018
1 parent cc151bc commit 4153408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qcschema/dev/molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type": "number"
}
},
"atomic_number": {
"atomic_numbers": {
"description": "(nat, ) atomic numbers, nuclear charge for atoms.",
"type": "array",
"items": {
Expand Down Expand Up @@ -130,7 +130,7 @@
"default": False
},
"fix_symmetry":{
"description": "Maximal point group symmetry which `geometry` should be treated. Lowercase.",
"description": "Maximal point group symmetry at which `geometry` should be treated. Lowercase.",
"type": "string"
},
"provenance": {
Expand Down

0 comments on commit 4153408

Please sign in to comment.