Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HCN and HCOH #50

Merged
merged 17 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@misc{Utkarsh2023Chemistry,
 title = {PennyLane Quantum Chemistry Datasets},
 author = {Utkarsh Azad},
 howpublished = {\url{https://pennylane.ai/datasets/hcoh-molecule}},
 howpublished = {\url{https://pennylane.ai/datasets/ch2o-molecule}},
 year = {2023}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"slug": "hcoh-molecule",
"slug": "ch2o-molecule",
"class": {
"$path": "/qchem/_meta/class.json"
},
Expand All @@ -8,9 +8,9 @@
},
"data": [
{
"dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCOH/STO-3G/0.917/HCOH_STO-3G_0.917.h5",
"dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2O/STO-3G/0.917/CH2O_STO-3G_0.917.h5",
"parameters": {
"molname": "HCOH",
"molname": "CH2O",
"basis": "STO-3G",
"bondlength": "0.917",
"bondangle": "\u2221 OCH = 102.3\u00b0",
Expand All @@ -21,7 +21,7 @@
}
}
],
"downloadName": "HCOH",
"downloadName": "CH2O",
"features": [
{
"slug": "auxiliary-observables",
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"parameterTree": {
"next": {
"HCOH": {
"CH2O": {
"default": "STO-3G",
"next": {
"STO-3G": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
">16 Qubits",
">20 Qubits"
],
"title": "HCOH Molecule",
"description": "This dataset contains Hamiltonian information, molecular data, VQE data, and tapering data for the HCOH Molecule using the STO-3G basis set at its optimal bondlength.",
"title": "CH2O Molecule",
"description": "This dataset contains Hamiltonian information, molecular data, VQE data, and tapering data for the CH2O Molecule using the STO-3G basis set at its optimal bondlength.",
"usingThisDataset": {
"$path": "using_this_dataset.md"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This dataset contains various quantum properties that represent and describe the HCOH molecule with a specific [bond length](https://en.wikipedia.org/wiki/Bond_length).
This dataset contains various quantum properties that represent and describe the CH2O molecule with a specific [bond length](https://en.wikipedia.org/wiki/Bond_length).

Key features include:

Expand Down
4 changes: 2 additions & 2 deletions content/qchem/hcn-molecule/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"hamiltonianEquation": "$H = \\sum_{p,q}h_{pq}c^\\dagger_pc_q + \\frac{1}{2}\\sum_{p,q,r,s}h_{pqrs}c^\\dagger_pc^\\dagger_qc_rc_s$",
"defaultParameters": {
"basis": "STO-3G",
"bondangle": "1.156",
"bondangle": "3.142",
"bondlength": "3.142",
"number_of_spin_orbitals": "22"
}
Expand All @@ -233,7 +233,7 @@
"default": "STO-3G",
"next": {
"STO-3G": {
"default": "1.156",
"default": "3.142",
"next": {}
}
}
Expand Down