Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dist/js/schema/core/reusable/band_gap.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
1 change: 1 addition & 0 deletions dist/js/schema/core/reusable/energy.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"oneOf": [
{
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
11 changes: 11 additions & 0 deletions dist/js/schema/definitions/units.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
},
"energy": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down Expand Up @@ -106,6 +107,16 @@
"pa"
]
},
"entropy": {
"enum": [
"cal/mol-K"
]
},
"heatCapacity": {
"enum": [
"cal/mol-K"
]
},
"phononDOS": {
"enum": [
"states/cm-1",
Expand Down
1 change: 1 addition & 0 deletions dist/js/schema/element.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/properties_directory/enum_options.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
"type": "string",
"enum": [
"fermi_energy",
"heat_capacity_cv",
"homo_energy",
"ionization_potential",
"lumo_energy",
"pressure",
"reaction_energy_barrier",
"surface_energy",
"total_entropy",
"total_energy",
"total_force",
"valence_band_offset",
Expand Down Expand Up @@ -71,6 +73,9 @@
"ObjectPropertyEnum": {
"type": "string",
"enum": [
"heat_capacity_cv_contributions",
"thermal_corrections",
"total_entropy_contributions",
"total_energy_contributions"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"$id": "properties-directory/non-scalar/heat-capacity-cv-contributions",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Heat capacity Cv contributions property schema",
"type": "object",
"required": [
"name"
],
"properties": {
"translational": {
"description": "translational contribution to heat capacity Cv",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "scalar schema",
"required": [
"value"
],
"properties": {
"name": {
"enum": [
"translational"
]
},
"value": {
"type": "number"
}
}
},
"rotational": {
"description": "rotational contribution to heat capacity Cv",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "scalar schema",
"required": [
"value"
],
"properties": {
"name": {
"enum": [
"rotational"
]
},
"value": {
"type": "number"
}
}
},
"vibrational": {
"description": "vibrational contribution to heat capacity Cv",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "scalar schema",
"required": [
"value"
],
"properties": {
"name": {
"enum": [
"vibrational"
]
},
"value": {
"type": "number"
}
}
},
"name": {
"enum": [
"heat_capacity_cv_contributions"
]
},
"units": {
"enum": [
"cal/mol-K"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"$id": "properties-directory/non-scalar/thermal-corrections",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Thermal corrections property schema",
"type": "object",
"required": [
"name"
],
"properties": {
"to_energy": {
"description": "thermal correction to energy",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "scalar schema",
"required": [
"value"
],
"properties": {
"name": {
"enum": [
"to_energy"
]
},
"value": {
"type": "number"
}
}
},
"to_enthalpy": {
"description": "thermal correction to enthalpy",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "scalar schema",
"required": [
"value"
],
"properties": {
"name": {
"enum": [
"to_enthalpy"
]
},
"value": {
"type": "number"
}
}
},
"name": {
"enum": [
"thermal_corrections"
]
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
"hartree",
"cm-1",
"Ry",
"eV/atom"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
},
"units": {
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"$id": "properties-directory/non-scalar/total-entropy-contributions",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Total entropy contributions property schema",
"type": "object",
"required": [
"name"
],
"properties": {
"translational": {
"description": "translational contribution to entropy",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "scalar schema",
"required": [
"value"
],
"properties": {
"name": {
"enum": [
"translational"
]
},
"value": {
"type": "number"
}
}
},
"rotational": {
"description": "rotational contribution to entropy",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "scalar schema",
"required": [
"value"
],
"properties": {
"name": {
"enum": [
"rotational"
]
},
"value": {
"type": "number"
}
}
},
"vibrational": {
"description": "vibrational contribution to entropy",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "scalar schema",
"required": [
"value"
],
"properties": {
"name": {
"enum": [
"vibrational"
]
},
"value": {
"type": "number"
}
}
},
"name": {
"enum": [
"total_entropy_contributions"
]
},
"units": {
"enum": [
"cal/mol-K"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"oneOf": [
{
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"oneOf": [
{
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"oneOf": [
{
"enum": [
"kcal/mol",
"kJ/mol",
"eV",
"J/mol",
Expand Down
Loading
Loading