Ajout de composants et de leurs markers

This commit is contained in:
2024-01-18 13:45:04 +01:00
parent e5a1e71788
commit 8ca1aa7ad8
19 changed files with 1889 additions and 19 deletions

View File

@ -1,5 +1,54 @@
{
"molecules":[
{
"name": "Méthanal",
"formula": "CH2O",
"atoms": [
{
"element": "C",
"geometry": [0.0, 0.0, 0.0]
},
{
"element": "H2",
"geometry": [0.0, 1.0, 2.0]
},
{
"element": "O",
"geometry": [1.2, 0.0, 0.0]
}
],
"bonds": [
{"atoms": [0, 1], "order": 1},
{"atoms": [1, 2], "order": 1}
],
"properties": {
"molecularMass": 32.0,
"meltingPoint": -218.8,
"boilingPoint": -183.0
}
},
{
"name": "Eau",
"formula": "H2O",
"atoms": [
{
"element": "H2",
"geometry": [0.0, 0.0, 0.0]
},
{
"element": "O",
"geometry": [1.2, 0.0, 0.0]
}
],
"bonds": [
{"atoms": [0, 1], "order": 2}
],
"properties": {
"molecularMass": 32.0,
"meltingPoint": -218.8,
"boilingPoint": -183.0
}
},
{
"name": "Dioxygène",
"formula": "O2",