Skip to content

Commit

Permalink
SOF-6892: specify required properties in hubbard_u and hubbard_v
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Dec 7, 2023
1 parent 176ec74 commit 6bab86c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion schema/core/reusable/atomic_data_per_orbital.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"pattern": "^[1-7][sSpPdDfF]$",
"description": "Atomic orbital or Hubbard manifold."
}
}
},
"required": ["id", "siteName", "orbitalName"]
}
5 changes: 3 additions & 2 deletions schema/core/reusable/atomic_data_per_orbital_pair.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
"distance": {
"type": "number",
"description": "Distance between to sites in angstrom."
"description": "Distance between two sites in angstrom."
}
}
},
"required": ["id", "id2", "siteName", "siteName2"]
}

0 comments on commit 6bab86c

Please sign in to comment.