Skip to content

Commit

Permalink
SOF-6927: add optional label to atomic symbol for spin magnetic calcu…
Browse files Browse the repository at this point in the history
…lation.
  • Loading branch information
pranabdas committed Mar 2, 2024
1 parent 60d6c08 commit 7f1278c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
},
"oxidationState": {
"type": "number"
},
"label": {
"description": "Optional numeric label (e.g., 1, 2, as in Fe1, Fe2) to distinguish same atomic species to attach different spin magnetic moment.",
"type": "number"
}
},
"required": [
Expand Down
2 changes: 1 addition & 1 deletion src/py/mat3ra/esse/data/schemas.py

Large diffs are not rendered by default.

0 comments on commit 7f1278c

Please sign in to comment.