diff --git a/.github/workflows/deploy_build.yml b/.github/workflows/deploy_build.yml index 80a24424..d1551b13 100644 --- a/.github/workflows/deploy_build.yml +++ b/.github/workflows/deploy_build.yml @@ -31,6 +31,7 @@ jobs: PYTHONPATH: "lib/:${PYTHONPATH}" BUCKET_NAME: ${{ secrets.BUCKET_NAME }} BUCKET_PUBLIC_DOMAIN: ${{ secrets.BUCKET_PUBLIC_DOMAIN }} + DATASETS_ADMIN_API_URL: ${{ secrets.DATASETS_ADMIN_API_URL }} steps: - name: Checkout code @@ -58,5 +59,4 @@ jobs: run: .venv/bin/python3 -m dsets upload-assets - name: Deploy build - run: .venv/bin/python3 -m dsets deploy-build \ - ${{ inputs.environment }} ${{ inputs.ref }} + run: .venv/bin/python3 -m dsets deploy-build diff --git a/content/other/_meta/class.json b/content/other/_meta/class.json deleted file mode 100644 index cb4fa9ed..00000000 --- a/content/other/_meta/class.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "slug": "other", - "name": "Other", - "attributeList": [], - "parameterList": [ - { - "name": "name", - "title": "Name", - "description": "Name of the dataset", - "optional": false - } - ] -} diff --git a/content/other/hamlib/hamlib-max-3-sat/dataset.json b/content/other/hamlib/hamlib-max-3-sat/dataset.json index 9c60ff05..aa78a70f 100644 --- a/content/other/hamlib/hamlib-max-3-sat/dataset.json +++ b/content/other/hamlib/hamlib-max-3-sat/dataset.json @@ -1,39 +1,9 @@ { "slug": "hamlib-max-3-sat", "class": { - "$path": "/other/_meta/class.json" - }, - "collection": { - "$path": "/other/hamlib/_meta/collection.json" - }, - "data": [ - { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/Max3Sat/Max3Sat_Max3Sat.h5", - "parameters": { - "name": "hamlib-max-3-sat" - }, - "extra": {} - } - ], - "downloadName": "hamlib-max3sat", - "features": [ - { - "slug": "dataset-attributes", - "title": "Dataset Attributes", - "type": "DATA", - "content": { - "$path": "features/dataset-attributes.md" - } - } - ], - "meta": { - "$path": "meta.json" - }, - "extra": { - "defaultParameters": { - "name": "hamlib-max-3-sat" - }, - "extraAttributes": [ + "slug": "hamlib-max-3-sat", + "name": "HamlibMax3Sat", + "attributeList": [ { "name": "clauses", "pythonType": "list[tuple[int, int, int]]", @@ -65,5 +35,36 @@ "doc": "List of clause ratios r = m/n, where m is the number of clauses and n is the number of variables." } ] + }, + "collection": { + "$path": "/other/hamlib/_meta/collection.json" + }, + "data": [ + { + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/Max3Sat/Max3Sat_Max3Sat.h5", + "parameters": { + "name": "hamlib-max-3-sat" + }, + "extra": {} + } + ], + "downloadName": "hamlib-max3sat", + "features": [ + { + "slug": "dataset-attributes", + "title": "Dataset Attributes", + "type": "DATA", + "content": { + "$path": "features/dataset-attributes.md" + } + } + ], + "meta": { + "$path": "meta.json" + }, + "extra": { + "defaultParameters": { + "name": "hamlib-max-3-sat" + } } -} +} \ No newline at end of file diff --git a/content/other/hamlib/hamlib-max-3-sat/meta.json b/content/other/hamlib/hamlib-max-3-sat/meta.json index d2719cb3..bfa5376f 100644 --- a/content/other/hamlib/hamlib-max-3-sat/meta.json +++ b/content/other/hamlib/hamlib-max-3-sat/meta.json @@ -1,28 +1,60 @@ { "abstract": null, "authors": [ - "Nicolas PD Sawaya", - "Daniel Marti-Dafcik", - "Yang Ho", - "Daniel P Tabor", - "David E Bernal Neira", - "Alicia B Magann", - "Shavindra Premaratne", - "Pradeep Dubey", - "Anne Matsuura", - "Nathan Bishop", - "Wibe A de Jong", - "Simon Benjamin", - "Ojas D Parekh", - "Norm M. Tubman", - "Katherine Klymko", - "Daan Camps" + { + "name": "Nicolas PD Sawaya" + }, + { + "name": "Daniel Marti-Dafcik" + }, + { + "name": "Yang Ho" + }, + { + "name": "Daniel P Tabor" + }, + { + "name": "David E Bernal Neira" + }, + { + "name": "Alicia B Magann" + }, + { + "name": "Shavindra Premaratne" + }, + { + "name": "Pradeep Dubey" + }, + { + "name": "Anne Matsuura" + }, + { + "name": "Nathan Bishop" + }, + { + "name": "Wibe A de Jong" + }, + { + "name": "Simon Benjamin" + }, + { + "name": "Ojas D Parekh" + }, + { + "name": "Norm M. Tubman" + }, + { + "name": "Katherine Klymko" + }, + { + "name": "Daan Camps" + } ], "citation": { "$path": "citation.txt" }, "changelog": [ - "{\"version 0.1 : initial public release\"}" + "version 0.1 : initial public release" ], "license": "[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)", "sourceCodeUrl": null, diff --git a/content/other/hamlib/hamlib-max-3-sat/using_this_dataset.md b/content/other/hamlib/hamlib-max-3-sat/using_this_dataset.md index b244fe74..8ace040d 100644 --- a/content/other/hamlib/hamlib-max-3-sat/using_this_dataset.md +++ b/content/other/hamlib/hamlib-max-3-sat/using_this_dataset.md @@ -37,7 +37,7 @@ Each Hamiltonian acts as the cost function for its corresponding Max-3-SAT probl **Example usage** ```python -[ds] = qml.data.load("other", name="hamlib-max3sat") +[ds] = qml.data.load("hamlib-max3sat") ham = ds.hamiltonians[1320] dev = qml.device("default.qubit", wires=4) diff --git a/content/other/hamlib/hamlib-maxcut/dataset.json b/content/other/hamlib/hamlib-maxcut/dataset.json index 2e25f26e..69e8284e 100644 --- a/content/other/hamlib/hamlib-maxcut/dataset.json +++ b/content/other/hamlib/hamlib-maxcut/dataset.json @@ -1,7 +1,30 @@ { "slug": "hamlib-maxcut", "class": { - "$path": "/other/_meta/class.json" + "slug": "hamlib-maxcut", + "name": "HamlibMaxcut", + "attributeList": [ + { + "name": "hamiltonians", + "pythonType": "list[Hamiltonian]", + "doc": "List of hamiltonians. Each Hamiltonian corresponds to one MaxCut instance." + }, + { + "name": "ns", + "pythonType": "list[int]", + "doc": "List containing the number of nodes for each maxcut instance." + }, + { + "name": "ids", + "pythonType": "list[Any]", + "doc": "Describes the graph type. For circulant graphs, these describe the offset in edge connections and have form `circ_offsets-{distance to first connection}-{distance to second connection}`. For complete bipartite graphs, these describe the number of nodes in each set and have form `complbipart_a-{number of nodes in set a}_b{number of nodes in set b}`. Star graphs do not contain extra information and are labeled `star`." + }, + { + "name": "edges", + "pythonType": "list[Any]", + "doc": "The MaxCut edges provided as tuples of form (node1, node2)." + } + ] }, "collection": { "$path": "/other/hamlib/_meta/collection.json" @@ -32,28 +55,6 @@ "extra": { "defaultParameters": { "name": "hamlib-maxcut" - }, - "extraAttributes": [ - { - "name": "hamiltonians", - "pythonType": "list[Hamiltonian]", - "doc": "List of hamiltonians. Each Hamiltonian corresponds to one MaxCut instance." - }, - { - "name": "ns", - "pythonType": "list[int]", - "doc": "List containing the number of nodes for each maxcut instance." - }, - { - "name": "ids", - "pythonType": "list[Any]", - "doc": "Describes the graph type. For circulant graphs, these describe the offset in edge connections and have form `circ_offsets-{distance to first connection}-{distance to second connection}`. For complete bipartite graphs, these describe the number of nodes in each set and have form `complbipart_a-{number of nodes in set a}_b{number of nodes in set b}`. Star graphs do not contain extra information and are labeled `star`." - }, - { - "name": "edges", - "pythonType": "list[Any]", - "doc": "The MaxCut edges provided as tuples of form (node1, node2)." - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/hamlib/hamlib-maxcut/meta.json b/content/other/hamlib/hamlib-maxcut/meta.json index 3f0f9cd1..4c81576d 100644 --- a/content/other/hamlib/hamlib-maxcut/meta.json +++ b/content/other/hamlib/hamlib-maxcut/meta.json @@ -1,22 +1,54 @@ { "abstract": null, "authors": [ - "Nicolas PD Sawaya", - "Daniel Marti-Dafcik", - "Yang Ho", - "Daniel P Tabor", - "David E Bernal Neira", - "Alicia B Magann", - "Shavindra Premaratne", - "Pradeep Dubey", - "Anne Matsuura", - "Nathan Bishop", - "Wibe A de Jong", - "Simon Benjamin", - "Ojas D Parekh", - "Norm M. Tubman", - "Katherine Klymko", - "Daan Camps" + { + "name": "Nicolas PD Sawaya" + }, + { + "name": "Daniel Marti-Dafcik" + }, + { + "name": "Yang Ho" + }, + { + "name": "Daniel P Tabor" + }, + { + "name": "David E Bernal Neira" + }, + { + "name": "Alicia B Magann" + }, + { + "name": "Shavindra Premaratne" + }, + { + "name": "Pradeep Dubey" + }, + { + "name": "Anne Matsuura" + }, + { + "name": "Nathan Bishop" + }, + { + "name": "Wibe A de Jong" + }, + { + "name": "Simon Benjamin" + }, + { + "name": "Ojas D Parekh" + }, + { + "name": "Norm M. Tubman" + }, + { + "name": "Katherine Klymko" + }, + { + "name": "Daan Camps" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/hamlib/hamlib-maxcut/using_this_dataset.md b/content/other/hamlib/hamlib-maxcut/using_this_dataset.md index deb15d55..d9a0b10e 100644 --- a/content/other/hamlib/hamlib-maxcut/using_this_dataset.md +++ b/content/other/hamlib/hamlib-maxcut/using_this_dataset.md @@ -38,7 +38,7 @@ all nodes in the other set. **Example usage** ```python -[ds] = qml.data.load("other", name="hamlib-maxcut") +[ds] = qml.data.load("hamlib-maxcut") ham = ds.hamiltonians[4] dev = qml.device("default.qubit", wires=4) diff --git a/content/other/hamlib/hamlib-travelling-salesperson-problem/dataset.json b/content/other/hamlib/hamlib-travelling-salesperson-problem/dataset.json index cb65f809..74a72d95 100644 --- a/content/other/hamlib/hamlib-travelling-salesperson-problem/dataset.json +++ b/content/other/hamlib/hamlib-travelling-salesperson-problem/dataset.json @@ -1,7 +1,30 @@ { "slug": "hamlib-travelling-salesperson-problem", "class": { - "$path": "/other/_meta/class.json" + "slug": "hamlib-travelling-salesperson-problem", + "name": "HamlibTravellingSalespersonProblem", + "attributeList": [ + { + "name": "num_cities", + "pythonType": "list[int]", + "doc": "The number of cities in each travelling salesperson problem." + }, + { + "name": "ids", + "pythonType": "list[str]", + "doc": "Strings that identify the particular travelling salesperson problems." + }, + { + "name": "hamiltonians", + "pythonType": "list[Hamiltonian]", + "doc": "Hamiltonians encoding the travelling salesperson problems." + }, + { + "name": "distmats", + "pythonType": "list[numpy.ndarray]", + "doc": "Matrices defining the distances between cities. Matrix entry i,j contains the distance between cities i and j." + } + ] }, "collection": { "$path": "/other/hamlib/_meta/collection.json" @@ -32,28 +55,6 @@ "extra": { "defaultParameters": { "name": "hamlib-travelling-salesperson-problem" - }, - "extraAttributes": [ - { - "name": "num_cities", - "pythonType": "list[int]", - "doc": "The number of cities in each travelling salesperson problem." - }, - { - "name": "ids", - "pythonType": "list[str]", - "doc": "Strings that identify the particular travelling salesperson problems." - }, - { - "name": "hamiltonians", - "pythonType": "list[Hamiltonian]", - "doc": "Hamiltonians encoding the travelling salesperson problems." - }, - { - "name": "distmats", - "pythonType": "list[numpy.ndarray]", - "doc": "Matrices defining the distances between cities. Matrix entry i,j contains the distance between cities i and j." - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/hamlib/hamlib-travelling-salesperson-problem/meta.json b/content/other/hamlib/hamlib-travelling-salesperson-problem/meta.json index b8b09bba..94a596cf 100644 --- a/content/other/hamlib/hamlib-travelling-salesperson-problem/meta.json +++ b/content/other/hamlib/hamlib-travelling-salesperson-problem/meta.json @@ -1,22 +1,54 @@ { "abstract": null, "authors": [ - "Nicolas PD Sawaya", - "Daniel Marti-Dafcik", - "Yang Ho", - "Daniel P Tabor", - "David E Bernal Neira", - "Alicia B Magann", - "Shavindra Premaratne", - "Pradeep Dubey", - "Anne Matsuura", - "Nathan Bishop", - "Wibe A de Jong", - "Simon Benjamin", - "Ojas D Parekh", - "Norm M. Tubman", - "Katherine Klymko", - "Daan Camps" + { + "name": "Nicolas PD Sawaya" + }, + { + "name": "Daniel Marti-Dafcik" + }, + { + "name": "Yang Ho" + }, + { + "name": "Daniel P Tabor" + }, + { + "name": "David E Bernal Neira" + }, + { + "name": "Alicia B Magann" + }, + { + "name": "Shavindra Premaratne" + }, + { + "name": "Pradeep Dubey" + }, + { + "name": "Anne Matsuura" + }, + { + "name": "Nathan Bishop" + }, + { + "name": "Wibe A de Jong" + }, + { + "name": "Simon Benjamin" + }, + { + "name": "Ojas D Parekh" + }, + { + "name": "Norm M. Tubman" + }, + { + "name": "Katherine Klymko" + }, + { + "name": "Daan Camps" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/hamlib/hamlib-travelling-salesperson-problem/using_this_dataset.md b/content/other/hamlib/hamlib-travelling-salesperson-problem/using_this_dataset.md index 96bf9402..a54d47f0 100644 --- a/content/other/hamlib/hamlib-travelling-salesperson-problem/using_this_dataset.md +++ b/content/other/hamlib/hamlib-travelling-salesperson-problem/using_this_dataset.md @@ -43,7 +43,7 @@ Each Hamiltonian acts as the cost function for its corresponding traveling sales **Example usage** ```python -[ds] = qml.data.load("other", name="hamlib-tsp") +[ds] = qml.data.load("hamlib-tsp") dev = qml.device("default.qubit", wires = 8) @qml.qnode(dev) diff --git a/content/other/ketgpt/dataset.json b/content/other/ketgpt/dataset.json index 32d294cf..870b44d5 100644 --- a/content/other/ketgpt/dataset.json +++ b/content/other/ketgpt/dataset.json @@ -1,7 +1,28 @@ { "slug": "ketgpt", "class": { - "$path": "/other/_meta/class.json" + "slug": "ketgpt", + "name": "Ketgpt", + "attributeList": [ + { + "name": "circuits", + "pythonType": "list", + "doc": "Circuits produced by applying KetGPT to existing circuits. No measurements included.", + "optional": false + }, + { + "name": "n_gates", + "pythonType": "list[int]", + "doc": "Number of gates used in the circuits above.", + "optional": false + }, + { + "name": "n_qubits", + "pythonType": "list[int]", + "doc": "Number of qubits used in the circuits above.", + "optional": false + } + ] }, "data": [ { @@ -26,26 +47,5 @@ "meta": { "$path": "meta.json" }, - "extra": { - "extraAttributes": [ - { - "name": "circuits", - "pythonType": "list", - "doc": "Circuits produced by applying KetGPT to existing circuits. No measurements included.", - "optional": false - }, - { - "name": "n_gates", - "pythonType": "list[int]", - "doc": "Number of gates used in the circuits above.", - "optional": false - }, - { - "name": "n_qubits", - "pythonType": "list[int]", - "doc": "Number of qubits used in the circuits above.", - "optional": false - } - ] - } -} + "extra": {} +} \ No newline at end of file diff --git a/content/other/ketgpt/meta.json b/content/other/ketgpt/meta.json index 55c43185..d044fec4 100644 --- a/content/other/ketgpt/meta.json +++ b/content/other/ketgpt/meta.json @@ -1,10 +1,18 @@ { "abstract": null, "authors": [ - "Boran Apak", - "Medina Bandic", - "Aritra Sarkar", - "Sebastian Feld" + { + "name": "Boran Apak" + }, + { + "name": "Medina Bandic" + }, + { + "name": "Aritra Sarkar" + }, + { + "name": "Sebastian Feld" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/ketgpt/using_this_dataset.md b/content/other/ketgpt/using_this_dataset.md index dfba07ee..09f7732c 100644 --- a/content/other/ketgpt/using_this_dataset.md +++ b/content/other/ketgpt/using_this_dataset.md @@ -33,7 +33,7 @@ please view additional files on [Kaggle](https://www.kaggle.com/datasets/boranap **Example usage** ```python -[ds] = qml.data.load("other", name="ketgpt") +[ds] = qml.data.load("ketgpt") @qml.qnode(qml.device('default.qubit')) def circuit(training_circuit): diff --git a/content/other/learning-dynamics-incoherently/citation.txt b/content/other/learning-dynamics-incoherently/citation.txt index fc655157..0652838e 100644 --- a/content/other/learning-dynamics-incoherently/citation.txt +++ b/content/other/learning-dynamics-incoherently/citation.txt @@ -9,5 +9,5 @@ @misc{jerbi2024learning, title = {Learning Dynamics Incoherently}, author = {Sofiene Jerbi and Joe Gibbs and Manuel S. Rudolph and Matthias C. Caro and Patrick J. Coles and Hsin-Yuan Huang and ZoĆ« Holmes}, - howpublished = {\url{https://pennylane.ai/datasets/single-dataset/learning-dynamics-incoherently}}, + howpublished = {\url{https://pennylane.ai/datasets/learning-dynamics-incoherently}}, year = {2024}} diff --git a/content/other/learning-dynamics-incoherently/dataset.json b/content/other/learning-dynamics-incoherently/dataset.json index 26f07a47..d4adc287 100644 --- a/content/other/learning-dynamics-incoherently/dataset.json +++ b/content/other/learning-dynamics-incoherently/dataset.json @@ -1,36 +1,9 @@ { "slug": "learning-dynamics-incoherently", "class": { - "$path": "/other/_meta/class.json" - }, - "data": [ - { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/LearningDynamicsIncoherently/LearningDynamicsIncoherently_LearningDynamicsIncoherently.h5", - "parameters": { - "name": "learning-dynamics-incoherently" - }, - "extra": {} - } - ], - "downloadName": "learning-dynamics-incoherently", - "features": [ - { - "slug": "dataset-attributes", - "title": "Dataset Attributes", - "type": "DATA", - "content": { - "$path": "features/dataset-attributes.md" - } - } - ], - "meta": { - "$path": "meta.json" - }, - "extra": { - "defaultParameters": { - "name": "learning-dynamics-incoherently" - }, - "extraAttributes": [ + "slug": "learning-dynamics-incoherently", + "name": "LearningDynamicsIncoherently", + "attributeList": [ { "name": "shadow_meas", "pythonType": "list", @@ -62,5 +35,33 @@ "doc": "Pauli bases for the classical shadow measurements. The list is organized as `shadow_bases[training_state_0_or_1][measurement_instance][qubit]`. E.g. shadow_bases[0][10][3] will tell us whether qubit 3 was measured in X, Y, or Z basis for the 10th shadow measurement applied to the 0th training state." } ] + }, + "data": [ + { + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/LearningDynamicsIncoherently/LearningDynamicsIncoherently_LearningDynamicsIncoherently.h5", + "parameters": { + "name": "learning-dynamics-incoherently" + }, + "extra": {} + } + ], + "downloadName": "learning-dynamics-incoherently", + "features": [ + { + "slug": "dataset-attributes", + "title": "Dataset Attributes", + "type": "DATA", + "content": { + "$path": "features/dataset-attributes.md" + } + } + ], + "meta": { + "$path": "meta.json" + }, + "extra": { + "defaultParameters": { + "name": "learning-dynamics-incoherently" + } } -} +} \ No newline at end of file diff --git a/content/other/learning-dynamics-incoherently/meta.json b/content/other/learning-dynamics-incoherently/meta.json index 6173ad5e..894f53cd 100644 --- a/content/other/learning-dynamics-incoherently/meta.json +++ b/content/other/learning-dynamics-incoherently/meta.json @@ -1,13 +1,27 @@ { "abstract": null, "authors": [ - "Sofienne Jerbi", - "Joe Gibbs", - "Manuel S. Rudolph", - "Matthias C. Caro", - "Patrick J. Coles", - "Hsin-Yuan Huang", - "Zoe Holmes" + { + "name": "Sofienne Jerbi" + }, + { + "name": "Joe Gibbs" + }, + { + "name": "Manuel S. Rudolph" + }, + { + "name": "Matthias C. Caro" + }, + { + "name": "Patrick J. Coles" + }, + { + "name": "Hsin-Yuan Huang" + }, + { + "name": "Zoe Holmes" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/learning-dynamics-incoherently/using_this_dataset.md b/content/other/learning-dynamics-incoherently/using_this_dataset.md index c5939cd5..bf484fc7 100644 --- a/content/other/learning-dynamics-incoherently/using_this_dataset.md +++ b/content/other/learning-dynamics-incoherently/using_this_dataset.md @@ -42,7 +42,7 @@ This dataset provides the information required to reproduce the training in the To create a circuit that reproduces the system measured in the paper: ```python -[ds] = qml.data.load("other", name="learning-dynamics-incoherently") +[ds] = qml.data.load("learning-dynamics-incoherently") @qml.qnode(qml.device('default.qubit')) def circuit(training_circuit): diff --git a/content/other/mnisq/dataset.json b/content/other/mnisq/dataset.json index 23bf5f1d..333c6064 100644 --- a/content/other/mnisq/dataset.json +++ b/content/other/mnisq/dataset.json @@ -1,7 +1,30 @@ { "slug": "mnisq", "class": { - "$path": "/other/_meta/class.json" + "slug": "mnisq", + "name": "Mnisq", + "attributeList": [ + { + "name": "circuits", + "pythonType": "list", + "doc": "Circuits defined as lists of operations. Each list is a circuit that uses Automatic Quantum Circuit Encoding to embed an image in the complex amplitudes of a quantum state." + }, + { + "name": "target_states", + "pythonType": "list[np.ndarray]", + "doc": "A list of numpy arrays. Each numpy array defines a quantum state that exactly encodes an MNIST image." + }, + { + "name": "labels", + "pythonType": "list", + "doc": "A list of the correct labels for each image." + }, + { + "name": "fidelity", + "pythonType": "list", + "doc": "The fidelity between the target state and the state implemented by the circuit." + } + ] }, "data": [ { @@ -29,28 +52,6 @@ "extra": { "defaultParameters": { "name": "mnisq" - }, - "extraAttributes": [ - { - "name": "circuits", - "pythonType": "list", - "doc": "Circuits defined as lists of operations. Each list is a circuit that uses Automatic Quantum Circuit Encoding to embed an image in the complex amplitudes of a quantum state." - }, - { - "name": "target_states", - "pythonType": "list[np.ndarray]", - "doc": "A list of numpy arrays. Each numpy array defines a quantum state that exactly encodes an MNIST image." - }, - { - "name": "labels", - "pythonType": "list", - "doc": "A list of the correct labels for each image." - }, - { - "name": "fidelity", - "pythonType": "list", - "doc": "The fidelity between the target state and the state implemented by the circuit." - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/mnisq/meta.json b/content/other/mnisq/meta.json index baff1c8f..e83d2b27 100644 --- a/content/other/mnisq/meta.json +++ b/content/other/mnisq/meta.json @@ -1,13 +1,27 @@ { "abstract": null, "authors": [ - "Leonardo Placidi", - "Ryuichiro Hataya", - "Toshio Mori", - "Koki Aoyama", - "Hayata Morisaki", - "Kosuke Mitarai", - "Keisuke Fujii" + { + "name": "Leonardo Placidi" + }, + { + "name": "Ryuichiro Hataya" + }, + { + "name": "Toshio Mori" + }, + { + "name": "Koki Aoyama" + }, + { + "name": "Hayata Morisaki" + }, + { + "name": "Kosuke Mitarai" + }, + { + "name": "Keisuke Fujii" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/mnisq/using_this_dataset.md b/content/other/mnisq/using_this_dataset.md index da18c031..1b9e5d50 100644 --- a/content/other/mnisq/using_this_dataset.md +++ b/content/other/mnisq/using_this_dataset.md @@ -27,7 +27,7 @@ import numpy as np import matplotlib.pyplot as plt import pennylane as qml -ds= qml.data.load("other", name="mnisq") +ds= qml.data.load("mnisq") @qml.qnode(qml.device("default.qubit")) def circuit(): diff --git a/content/other/mqt-bench/dataset.json b/content/other/mqt-bench/dataset.json index 3239092d..c660faf6 100644 --- a/content/other/mqt-bench/dataset.json +++ b/content/other/mqt-bench/dataset.json @@ -1,36 +1,9 @@ { "slug": "mqt-bench", "class": { - "$path": "/other/_meta/class.json" - }, - "data": [ - { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/MQTBench/MQTBench_MQTBench.h5", - "parameters": { - "name": "mqt-bench" - }, - "extra": {} - } - ], - "downloadName": "mqt-bench", - "features": [ - { - "slug": "dataset-attributes", - "title": "Dataset Attributes", - "type": "DATA", - "content": { - "$path": "features/dataset-attributes.md" - } - } - ], - "meta": { - "$path": "meta.json" - }, - "extra": { - "defaultParameters": { - "name": "mqt-bench" - }, - "extraAttributes": [ + "slug": "mqt-bench", + "name": "MqtBench", + "attributeList": [ { "name": "ae", "pythonType": "dict", @@ -57,12 +30,12 @@ "doc": "Ground state preparation circuits. A famous application of quantum computing, specifically of VQE algorithms is the ground state estimation of molecules. Here, we provide two different molecules, H2 (4 qubits) and LiH (12 qubits), and estimate their ground state using VQE with a TwoLocal ansatz. These circuits are given as a dictionary of form `groundstate['n_qubits']`." }, { - "name": "grover-noancilla", + "name": "grover_noancilla", "pythonType": "dict", "doc": "Grover's algorithm circuits without ancilla. One of the most famous quantum algorithms known so far, Grover's algorithm finds a certain goal quantum state determined by an oracle. In our case, the oracle is implemented by a multi-controlled Toffoli gate over all input qubits. In this no ancilla version, no ancilla qubits are used during its realization. These circuits are given as a dictionary of form `grover_noancilla['n_qubits']`." }, { - "name": "grover-v-chain", + "name": "grover_v_chain", "pythonType": "dict", "doc": "Grover's algorithm circuits with v-chain ancillary mode. These circuits are given as a dictionary of form `grover_v_chain['n_qubits']`." }, @@ -117,12 +90,12 @@ "doc": "Quantum Phase Estimation (QPE) inexact circuits. Similar to QPE exact, with the difference that the applied phase is not exactly representable by the number of qubits. These circuits are given as a dictionary of form `qpeinexact['n_qubits']`." }, { - "name": "qwalk-noancilla", + "name": "qwalk_noancilla", "pythonType": "dict", "doc": "Quantum Walk (no ancilla) circuits. Quantum walks are the quantum equivalent of classical random walks. In this no ancilla version, no ancilla qubits are used during its realization. These circuits are given as a dictionary of form `qwalk_noancilla['n_qubits']`" }, { - "name": "qwalk-v-chain", + "name": "qwalk_v_chain", "pythonType": "dict", "doc": "Quantum Walk (v-chain) circuits. Similar to the Quantum Walk (no ancilla) algorithm, with the difference that the ancillary mode is a v-chain in this algorithm. These circuits are given as a dictionary of form `qwalk_v_chain['n_qubits']`." }, @@ -172,5 +145,33 @@ "doc": "W-State preparation circuits. The W state is an entangled quantum state with a certain type of entanglement. These circuits are given as a dictionary of form `wstate['n_qubits']`." } ] + }, + "data": [ + { + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/MQTBench/MQTBench_MQTBench.h5", + "parameters": { + "name": "mqt-bench" + }, + "extra": {} + } + ], + "downloadName": "mqt-bench", + "features": [ + { + "slug": "dataset-attributes", + "title": "Dataset Attributes", + "type": "DATA", + "content": { + "$path": "features/dataset-attributes.md" + } + } + ], + "meta": { + "$path": "meta.json" + }, + "extra": { + "defaultParameters": { + "name": "mqt-bench" + } } -} +} \ No newline at end of file diff --git a/content/other/mqt-bench/meta.json b/content/other/mqt-bench/meta.json index 425d4b9a..c3fba6ac 100644 --- a/content/other/mqt-bench/meta.json +++ b/content/other/mqt-bench/meta.json @@ -1,9 +1,15 @@ { "abstract": null, "authors": [ - "Nils Quetschlich", - "Lukas Burgholzer", - "Robert Wille" + { + "name": "Nils Quetschlich" + }, + { + "name": "Lukas Burgholzer" + }, + { + "name": "Robert Wille" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/plus-minus/citation.txt b/content/other/plus-minus/citation.txt index 26f0d31d..0ad3a1aa 100644 --- a/content/other/plus-minus/citation.txt +++ b/content/other/plus-minus/citation.txt @@ -1,7 +1,7 @@ @misc{wendlinger2024plusminus, title={Plus Minus}, author={Maximilian Wendlinger and Kilian Tscharke and Pascal Debus}, - howpublished={\url{https://pennylane.ai/datasets/single-dataset/plus-minus}}, + howpublished={\url{https://pennylane.ai/datasets/plus-minus}}, year={2024} } diff --git a/content/other/plus-minus/dataset.json b/content/other/plus-minus/dataset.json index 8256bdee..db165c48 100644 --- a/content/other/plus-minus/dataset.json +++ b/content/other/plus-minus/dataset.json @@ -1,7 +1,30 @@ { "slug": "plus-minus", "class": { - "$path": "/other/_meta/class.json" + "slug": "plus-minus", + "name": "PlusMinus", + "attributeList": [ + { + "name": "img_test", + "pythonType": "pennylane.numpy.tensor.tensor", + "doc": "Two hundred 16x16 pixel images given as a PennyLane tensor of shape (200, 16, 16)." + }, + { + "name": "img_train", + "pythonType": "pennylane.numpy.tensor.tensor", + "doc": "One thousand 16x16 pixel images given as a PennyLane tensor of shape (1000, 16, 16)." + }, + { + "name": "labels_test", + "pythonType": "numpy.ndarray", + "doc": "Labels corresponding to the images in img_test. 0 corresponds to '-', 1 corresponds to '+', 2 corresponds to '\u22a2' and 3 corresponds to '\u22a3'." + }, + { + "name": "labels_train", + "pythonType": "numpy.ndarray", + "doc": "Labels corresponding to the images in img_train. 0 corresponds to '-', 1 corresponds to '+', 2 corresponds to '\u22a2' and 3 corresponds to '\u22a3'" + } + ] }, "data": [ { @@ -29,28 +52,6 @@ "extra": { "defaultParameters": { "name": "plus-minus" - }, - "extraAttributes": [ - { - "name": "img_test", - "pythonType": "pennylane.numpy.tensor.tensor", - "doc": "Two hundred 16x16 pixel images given as a PennyLane tensor of shape (200, 16, 16)." - }, - { - "name": "img_train", - "pythonType": "pennylane.numpy.tensor.tensor", - "doc": "One thousand 16x16 pixel images given as a PennyLane tensor of shape (1000, 16, 16)." - }, - { - "name": "labels_test", - "pythonType": "numpy.ndarray", - "doc": "Labels corresponding to the images in img_test. 0 corresponds to '-', 1 corresponds to '+', 2 corresponds to '\u22a2' and 3 corresponds to '\u22a3'." - }, - { - "name": "labels_train", - "pythonType": "numpy.ndarray", - "doc": "Labels corresponding to the images in img_train. 0 corresponds to '-', 1 corresponds to '+', 2 corresponds to '\u22a2' and 3 corresponds to '\u22a3'" - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/plus-minus/meta.json b/content/other/plus-minus/meta.json index 19727130..d779a88f 100644 --- a/content/other/plus-minus/meta.json +++ b/content/other/plus-minus/meta.json @@ -1,9 +1,15 @@ { "abstract": null, "authors": [ - "Maximilian Wendlinger", - "Kilian Tscharke", - "Pascal Debus" + { + "name": "Maximilian Wendlinger" + }, + { + "name": "Kilian Tscharke" + }, + { + "name": "Pascal Debus" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/plus-minus/using_this_dataset.md b/content/other/plus-minus/using_this_dataset.md index 8d5a50dc..9c0ebbc6 100644 --- a/content/other/plus-minus/using_this_dataset.md +++ b/content/other/plus-minus/using_this_dataset.md @@ -17,7 +17,7 @@ the investigation by Wendlinger et al., see the **Example usage** ```python -[ds] = qml.data.load("other", name="plus-minus") +[ds] = qml.data.load("plus-minus") X_train, Y_train = ds.img_train, ds.labels_train diff --git a/content/other/qml-benchmarks/bars-and-stripes/citation.txt b/content/other/qml-benchmarks/bars-and-stripes/citation.txt index 404dda51..7d9251fe 100644 --- a/content/other/qml-benchmarks/bars-and-stripes/citation.txt +++ b/content/other/qml-benchmarks/bars-and-stripes/citation.txt @@ -1,7 +1,7 @@ @misc{bowles2024subtledata, title={PennyLane Datasets for Better than classical? The subtle art of benchmarking quantum machine learning models}, author={Joseph Bowles and Shahnawaz Ahmed and Maria Schuld}, - howpublished = {\url{https://pennylane.ai/datasets/other/bars-and-stripes}} + howpublished = {\url{https://pennylane.ai/datasets/bars-and-stripes}} year={2024}} @misc{bowles2024subtle, diff --git a/content/other/qml-benchmarks/bars-and-stripes/dataset.json b/content/other/qml-benchmarks/bars-and-stripes/dataset.json index 0cfbff13..6c9905ec 100644 --- a/content/other/qml-benchmarks/bars-and-stripes/dataset.json +++ b/content/other/qml-benchmarks/bars-and-stripes/dataset.json @@ -1,7 +1,20 @@ { "slug": "bars-and-stripes", "class": { - "$path": "/other/_meta/class.json" + "slug": "bars-and-stripes", + "name": "BarsAndStripes", + "attributeList": [ + { + "name": "train", + "pythonType": "dict", + "doc": "Training sets. These are provided as a dictionary with form ``train[image_size]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each image size: 4x4, 8x8, 16x16, and 32x32. The vectors can be reshaped to image_size x image_size arrays to reproduce the original image." + }, + { + "name": "test", + "pythonType": "dict", + "doc": "Test sets. These are provided as a dictionary with form ``test[image_size]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each image size: 4x4, 8x8, 16x16, and 32x32. The vectors can be reshaped to image_size x image_size arrays to reproduce the original image." + } + ] }, "collection": { "$path": "/other/qml-benchmarks/_meta/collection.json" @@ -32,18 +45,6 @@ "extra": { "defaultParameters": { "name": "bars-and-stripes" - }, - "extraAttributes": [ - { - "name": "train", - "pythonType": "dict", - "doc": "Training sets. These are provided as a dictionary with form ``train[image_size]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each image size: 4x4, 8x8, 16x16, and 32x32. The vectors can be reshaped to image_size x image_size arrays to reproduce the original image." - }, - { - "name": "test", - "pythonType": "dict", - "doc": "Test sets. These are provided as a dictionary with form ``test[image_size]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each image size: 4x4, 8x8, 16x16, and 32x32. The vectors can be reshaped to image_size x image_size arrays to reproduce the original image." - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/qml-benchmarks/bars-and-stripes/meta.json b/content/other/qml-benchmarks/bars-and-stripes/meta.json index 77329da3..e4c91c12 100644 --- a/content/other/qml-benchmarks/bars-and-stripes/meta.json +++ b/content/other/qml-benchmarks/bars-and-stripes/meta.json @@ -1,15 +1,21 @@ { "abstract": null, "authors": [ - "Joseph Bowles", - "Shahnawaz Ahmed", - "Maria Schuld" + { + "name": "Joseph Bowles" + }, + { + "name": "Shahnawaz Ahmed" + }, + { + "name": "Maria Schuld" + } ], "citation": { "$path": "citation.txt" }, "changelog": [ - "{\"version 0.1 : initial public release\"}" + "version 0.1 : initial public release" ], "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)", "sourceCodeUrl": "https://github.com/XanaduAI/qml-benchmarks", diff --git a/content/other/qml-benchmarks/bars-and-stripes/using_this_dataset.md b/content/other/qml-benchmarks/bars-and-stripes/using_this_dataset.md index c80759c0..9a9a123b 100644 --- a/content/other/qml-benchmarks/bars-and-stripes/using_this_dataset.md +++ b/content/other/qml-benchmarks/bars-and-stripes/using_this_dataset.md @@ -19,7 +19,7 @@ Gaussian noise with a standard deviation of 0.5 was added to each pixel to deter **Example usage** ```python -[ds] = qml.data.load("other", name="bars-and-stripes") +[ds] = qml.data.load("bars-and-stripes") ds.train['4']['inputs'] # vector representations of 4x4 pixel images ds.train['4']['labels'] # labels for the above images diff --git a/content/other/qml-benchmarks/downscaled-mnist/citation.txt b/content/other/qml-benchmarks/downscaled-mnist/citation.txt index 41b224a0..08e211bb 100644 --- a/content/other/qml-benchmarks/downscaled-mnist/citation.txt +++ b/content/other/qml-benchmarks/downscaled-mnist/citation.txt @@ -1,7 +1,7 @@ @misc{bowles2024subtledata, title={PennyLane Datasets for Better than classical? The subtle art of benchmarking quantum machine learning models}, author={Joseph Bowles and Shahnawaz Ahmed and Maria Schuld}, - howpublished = {\url{https://pennylane.ai/datasets/other/downscaled-mnist}} + howpublished = {\url{https://pennylane.ai/datasets/downscaled-mnist}} year={2024}} @misc{bowles2024subtle, diff --git a/content/other/qml-benchmarks/downscaled-mnist/dataset.json b/content/other/qml-benchmarks/downscaled-mnist/dataset.json index f9818ebf..a37f51bb 100644 --- a/content/other/qml-benchmarks/downscaled-mnist/dataset.json +++ b/content/other/qml-benchmarks/downscaled-mnist/dataset.json @@ -1,7 +1,20 @@ { "slug": "downscaled-mnist", "class": { - "$path": "/other/_meta/class.json" + "slug": "downscaled-mnist", + "name": "DownscaledMnist", + "attributeList": [ + { + "name": "train", + "pythonType": "dict", + "doc": "Training sets. These are provided as a dictionary with form ``train[dimension]['labels' or 'inputs'][index]`` and contain 11552 labeled vectors for each number of dimensions between 2 and 20." + }, + { + "name": "test", + "pythonType": "dict", + "doc": "Test sets. These are provided as a dictionary with form ``test[dimension]['labels' or 'inputs'][index]`` and contain 1902 labeled vectors for each number of dimensions between 2 and 20." + } + ] }, "collection": { "$path": "/other/qml-benchmarks/_meta/collection.json" @@ -32,18 +45,6 @@ "extra": { "defaultParameters": { "name": "downscaled-mnist" - }, - "extraAttributes": [ - { - "name": "train", - "pythonType": "dict", - "doc": "Training sets. These are provided as a dictionary with form ``train[dimension]['labels' or 'inputs'][index]`` and contain 11552 labeled vectors for each number of dimensions between 2 and 20." - }, - { - "name": "test", - "pythonType": "dict", - "doc": "Test sets. These are provided as a dictionary with form ``test[dimension]['labels' or 'inputs'][index]`` and contain 1902 labeled vectors for each number of dimensions between 2 and 20." - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/qml-benchmarks/downscaled-mnist/meta.json b/content/other/qml-benchmarks/downscaled-mnist/meta.json index 5c5e674b..438b2536 100644 --- a/content/other/qml-benchmarks/downscaled-mnist/meta.json +++ b/content/other/qml-benchmarks/downscaled-mnist/meta.json @@ -1,9 +1,15 @@ { "abstract": null, "authors": [ - "Joseph Bowles", - "Shahnawaz Ahmed", - "Maria Schuld" + { + "name": "Joseph Bowles" + }, + { + "name": "Shahnawaz Ahmed" + }, + { + "name": "Maria Schuld" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/qml-benchmarks/downscaled-mnist/using_this_dataset.md b/content/other/qml-benchmarks/downscaled-mnist/using_this_dataset.md index b0149cc0..e5c73fc2 100644 --- a/content/other/qml-benchmarks/downscaled-mnist/using_this_dataset.md +++ b/content/other/qml-benchmarks/downscaled-mnist/using_this_dataset.md @@ -18,7 +18,7 @@ and using the same model to reduce the images from the test set. **Example usage** ```python -[ds] = qml.data.load("other", name="mnist-pca") +[ds] = qml.data.load("mnist-pca") ds.train['4']['inputs'] # points in 4-dimensional space ds.test['4']['labels'] # labels for the points above diff --git a/content/other/qml-benchmarks/hidden-manifold/citation.txt b/content/other/qml-benchmarks/hidden-manifold/citation.txt index c557a3d8..5dfa0bcd 100644 --- a/content/other/qml-benchmarks/hidden-manifold/citation.txt +++ b/content/other/qml-benchmarks/hidden-manifold/citation.txt @@ -1,7 +1,7 @@ @misc{bowles2024subtledata, title={PennyLane Datasets for Better than classical? The subtle art of benchmarking quantum machine learning models}, author={Joseph Bowles and Shahnawaz Ahmed and Maria Schuld}, - howpublished = {\url{https://pennylane.ai/datasets/other/hidden-manifold}} + howpublished = {\url{https://pennylane.ai/datasets/hidden-manifold}} year={2024}} @misc{bowles2024subtle, diff --git a/content/other/qml-benchmarks/hidden-manifold/dataset.json b/content/other/qml-benchmarks/hidden-manifold/dataset.json index fb4f081b..1f35d6b2 100644 --- a/content/other/qml-benchmarks/hidden-manifold/dataset.json +++ b/content/other/qml-benchmarks/hidden-manifold/dataset.json @@ -1,7 +1,30 @@ { "slug": "hidden-manifold", "class": { - "$path": "/other/_meta/class.json" + "slug": "hidden-manifold", + "name": "HiddenManifold", + "attributeList": [ + { + "name": "train", + "pythonType": "dict", + "doc": "Training sets. These are provided as a dictionary with form ``train[dimensions]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each number of dimensions between 2 and 20." + }, + { + "name": "diff_train", + "pythonType": "dict", + "doc": "Diff training sets. These are provided as a dictionary with form ``diff_train[n_manifolds]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each number of manifolds (n_manifolds) between 2 and 20." + }, + { + "name": "test", + "pythonType": "dict", + "doc": "Test sets. These are provided as a dictionary with form ``test[dimensions]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each number of dimensions between 2 and 20." + }, + { + "name": "diff_test", + "pythonType": "dict", + "doc": "Diff test sets. These are provided as a dictionary with form ``diff_test[n_manifolds]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each number of manifolds (n_manifolds) between 2 and 20." + } + ] }, "collection": { "$path": "/other/qml-benchmarks/_meta/collection.json" @@ -32,28 +55,6 @@ "extra": { "defaultParameters": { "name": "hidden-manifold" - }, - "extraAttributes": [ - { - "name": "train", - "pythonType": "dict", - "doc": "Training sets. These are provided as a dictionary with form ``train[dimensions]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each number of dimensions between 2 and 20." - }, - { - "name": "diff_train", - "pythonType": "dict", - "doc": "Diff training sets. These are provided as a dictionary with form ``diff_train[n_manifolds]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each number of manifolds (n_manifolds) between 2 and 20." - }, - { - "name": "test", - "pythonType": "dict", - "doc": "Test sets. These are provided as a dictionary with form ``test[dimensions]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each number of dimensions between 2 and 20." - }, - { - "name": "diff_test", - "pythonType": "dict", - "doc": "Diff test sets. These are provided as a dictionary with form ``diff_test[n_manifolds]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each number of manifolds (n_manifolds) between 2 and 20." - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/qml-benchmarks/hidden-manifold/meta.json b/content/other/qml-benchmarks/hidden-manifold/meta.json index d02f3185..4300de6f 100644 --- a/content/other/qml-benchmarks/hidden-manifold/meta.json +++ b/content/other/qml-benchmarks/hidden-manifold/meta.json @@ -1,9 +1,15 @@ { "abstract": null, "authors": [ - "Joseph Bowles", - "Shahnawaz Ahmed", - "Maria Schuld" + { + "name": "Joseph Bowles" + }, + { + "name": "Shahnawaz Ahmed" + }, + { + "name": "Maria Schuld" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/qml-benchmarks/hidden-manifold/using_this_dataset.md b/content/other/qml-benchmarks/hidden-manifold/using_this_dataset.md index c6041d4d..9f1df0fd 100644 --- a/content/other/qml-benchmarks/hidden-manifold/using_this_dataset.md +++ b/content/other/qml-benchmarks/hidden-manifold/using_this_dataset.md @@ -28,7 +28,7 @@ There are two different dataset collections in this task: **Example usage** ```python -[ds] = qml.data.load("other", name="hidden-manifold") +[ds] = qml.data.load("hidden-manifold") ds.train['4']['inputs'] # points in 4-dimensional space ds.train['4']['labels'] # labels for the points above diff --git a/content/other/qml-benchmarks/hyperplanes/citation.txt b/content/other/qml-benchmarks/hyperplanes/citation.txt index 2d7e88e2..0aa393b6 100644 --- a/content/other/qml-benchmarks/hyperplanes/citation.txt +++ b/content/other/qml-benchmarks/hyperplanes/citation.txt @@ -1,7 +1,7 @@ @misc{bowles2024subtledata, title={PennyLane Datasets for Better than classical? The subtle art of benchmarking quantum machine learning models}, author={Joseph Bowles and Shahnawaz Ahmed and Maria Schuld}, - howpublished = {\url{https://pennylane.ai/datasets/other/hyperplanes}} + howpublished = {\url{https://pennylane.ai/datasets/hyperplanes}} year={2024}} @misc{bowles2024subtle, diff --git a/content/other/qml-benchmarks/hyperplanes/dataset.json b/content/other/qml-benchmarks/hyperplanes/dataset.json index 638ad64e..92eb6fd2 100644 --- a/content/other/qml-benchmarks/hyperplanes/dataset.json +++ b/content/other/qml-benchmarks/hyperplanes/dataset.json @@ -1,7 +1,20 @@ { "slug": "hyperplanes", "class": { - "$path": "/other/_meta/class.json" + "slug": "hyperplanes", + "name": "Hyperplanes", + "attributeList": [ + { + "name": "diff_train", + "pythonType": "dict", + "doc": "Diff training sets. These are provided as a dictionary with form ``diff_train[n_hyperplanes]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each number of hyperplanes (n_hyperplanes) between 2 and 20." + }, + { + "name": "diff_test", + "pythonType": "dict", + "doc": "Diff test sets. These are provided as a dictionary with form ``diff_test[n_hyperplanes]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each number of hyperplanes (n_hyperplanes) between 2 and 20." + } + ] }, "collection": { "$path": "/other/qml-benchmarks/_meta/collection.json" @@ -32,18 +45,6 @@ "extra": { "defaultParameters": { "name": "hyperplanes" - }, - "extraAttributes": [ - { - "name": "diff_train", - "pythonType": "dict", - "doc": "Diff training sets. These are provided as a dictionary with form ``diff_train[n_hyperplanes]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each number of hyperplanes (n_hyperplanes) between 2 and 20." - }, - { - "name": "diff_test", - "pythonType": "dict", - "doc": "Diff test sets. These are provided as a dictionary with form ``diff_test[n_hyperplanes]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each number of hyperplanes (n_hyperplanes) between 2 and 20." - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/qml-benchmarks/hyperplanes/meta.json b/content/other/qml-benchmarks/hyperplanes/meta.json index e6efbdd6..9c664135 100644 --- a/content/other/qml-benchmarks/hyperplanes/meta.json +++ b/content/other/qml-benchmarks/hyperplanes/meta.json @@ -1,9 +1,15 @@ { "abstract": null, "authors": [ - "Joseph Bowles", - "Shahnawaz Ahmed", - "Maria Schuld" + { + "name": "Joseph Bowles" + }, + { + "name": "Shahnawaz Ahmed" + }, + { + "name": "Maria Schuld" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/qml-benchmarks/hyperplanes/using_this_dataset.md b/content/other/qml-benchmarks/hyperplanes/using_this_dataset.md index 0aa56f48..34eb2aab 100644 --- a/content/other/qml-benchmarks/hyperplanes/using_this_dataset.md +++ b/content/other/qml-benchmarks/hyperplanes/using_this_dataset.md @@ -23,7 +23,7 @@ The overall label is determined as the parity of the individual labels. **Example usage** ```python -[ds] = qml.data.load("other", name="hyperplanes") +[ds] = qml.data.load("hyperplanes") ds.diff_train['4']['inputs'] # points in 10-dimensional space for 4 hyperplanes ds.diff_train['4']['labels'] # labels for the points above diff --git a/content/other/qml-benchmarks/linearly-separable/citation.txt b/content/other/qml-benchmarks/linearly-separable/citation.txt index 3c814c01..340b86e5 100644 --- a/content/other/qml-benchmarks/linearly-separable/citation.txt +++ b/content/other/qml-benchmarks/linearly-separable/citation.txt @@ -1,7 +1,7 @@ @misc{bowles2024subtledata, title={PennyLane Datasets for Better than classical? The subtle art of benchmarking quantum machine learning models}, author={Joseph Bowles and Shahnawaz Ahmed and Maria Schuld}, - howpublished = {\url{https://pennylane.ai/datasets/other/linearly-separable}} + howpublished = {\url{https://pennylane.ai/datasets/linearly-separable}} year={2024}} @misc{bowles2024subtle, diff --git a/content/other/qml-benchmarks/linearly-separable/dataset.json b/content/other/qml-benchmarks/linearly-separable/dataset.json index aacf7db3..56bc4304 100644 --- a/content/other/qml-benchmarks/linearly-separable/dataset.json +++ b/content/other/qml-benchmarks/linearly-separable/dataset.json @@ -1,7 +1,20 @@ { "slug": "linearly-separable", "class": { - "$path": "/other/_meta/class.json" + "slug": "linearly-separable", + "name": "LinearlySeparable", + "attributeList": [ + { + "name": "train", + "pythonType": "dict", + "doc": "Training sets. These are provided as a dictionary with form ``train[dimension]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each dimension between 2 and 20." + }, + { + "name": "test", + "pythonType": "dict", + "doc": "Test sets. These are provided as a dictionary with form ``test[dimension]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each dimension between 2 and 20." + } + ] }, "collection": { "$path": "/other/qml-benchmarks/_meta/collection.json" @@ -32,18 +45,6 @@ "extra": { "defaultParameters": { "name": "linearly-separable" - }, - "extraAttributes": [ - { - "name": "train", - "pythonType": "dict", - "doc": "Training sets. These are provided as a dictionary with form ``train[dimension]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each dimension between 2 and 20." - }, - { - "name": "test", - "pythonType": "dict", - "doc": "Test sets. These are provided as a dictionary with form ``test[dimension]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each dimension between 2 and 20." - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/qml-benchmarks/linearly-separable/meta.json b/content/other/qml-benchmarks/linearly-separable/meta.json index 661eaefa..b668afaa 100644 --- a/content/other/qml-benchmarks/linearly-separable/meta.json +++ b/content/other/qml-benchmarks/linearly-separable/meta.json @@ -1,9 +1,15 @@ { "abstract": null, "authors": [ - "Joseph Bowles", - "Shahnawaz Ahmed", - "Maria Schuld" + { + "name": "Joseph Bowles" + }, + { + "name": "Shahnawaz Ahmed" + }, + { + "name": "Maria Schuld" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/qml-benchmarks/linearly-separable/using_this_dataset.md b/content/other/qml-benchmarks/linearly-separable/using_this_dataset.md index 8da4465b..0534ee53 100644 --- a/content/other/qml-benchmarks/linearly-separable/using_this_dataset.md +++ b/content/other/qml-benchmarks/linearly-separable/using_this_dataset.md @@ -28,7 +28,7 @@ $x$ fulfill $|x w| > \delta$. The size of the margin grows with the dimension as **Example usage** ```python -[ds] = qml.data.load("other", name="linearly-separable") +[ds] = qml.data.load("linearly-separable") ds.train['4']['inputs'] # points in 4-dimensional space ds.train['4']['labels'] # labels for the points above diff --git a/content/other/qml-benchmarks/two-curves/citation.txt b/content/other/qml-benchmarks/two-curves/citation.txt index e30a7d75..3f35aad7 100644 --- a/content/other/qml-benchmarks/two-curves/citation.txt +++ b/content/other/qml-benchmarks/two-curves/citation.txt @@ -1,7 +1,7 @@ @misc{bowles2024subtledata, title={PennyLane Datasets for Better than classical? The subtle art of benchmarking quantum machine learning models}, author={Joseph Bowles and Shahnawaz Ahmed and Maria Schuld}, - howpublished = {\url{https://pennylane.ai/datasets/other/two-curves}} + howpublished = {\url{https://pennylane.ai/datasets/two-curves}} year={2024}} @misc{bowles2024subtle, diff --git a/content/other/qml-benchmarks/two-curves/dataset.json b/content/other/qml-benchmarks/two-curves/dataset.json index d7a3a0ee..02d942cb 100644 --- a/content/other/qml-benchmarks/two-curves/dataset.json +++ b/content/other/qml-benchmarks/two-curves/dataset.json @@ -1,7 +1,30 @@ { "slug": "two-curves", "class": { - "$path": "/other/_meta/class.json" + "slug": "two-curves", + "name": "TwoCurves", + "attributeList": [ + { + "name": "train", + "pythonType": "dict", + "doc": "Training sets. These are provided as a dictionary with form ``train[dimension]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each dimension between 2 and 20." + }, + { + "name": "diff_train", + "pythonType": "dict", + "doc": "Diff training sets. These are provided as a dictionary with form ``diff_train[polynomialdegree]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each polynomial degree between 2 and 20." + }, + { + "name": "test", + "pythonType": "dict", + "doc": "Test sets. These are provided as a dictionary with form ``test[dimension]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each dimension between 2 and 20." + }, + { + "name": "diff_test", + "pythonType": "dict", + "doc": "Diff test sets. These are provided as a dictionary with form ``diff_test[polynomialdegree]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each polynomial degree between 2 and 20." + } + ] }, "collection": { "$path": "/other/qml-benchmarks/_meta/collection.json" @@ -32,28 +55,6 @@ "extra": { "defaultParameters": { "name": "two-curves" - }, - "extraAttributes": [ - { - "name": "train", - "pythonType": "dict", - "doc": "Training sets. These are provided as a dictionary with form ``train[dimension]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each dimension between 2 and 20." - }, - { - "name": "diff_train", - "pythonType": "dict", - "doc": "Diff training sets. These are provided as a dictionary with form ``diff_train[polynomialdegree]['labels' or 'inputs'][index]`` and contain 240 labeled vectors for each polynomial degree between 2 and 20." - }, - { - "name": "test", - "pythonType": "dict", - "doc": "Test sets. These are provided as a dictionary with form ``test[dimension]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each dimension between 2 and 20." - }, - { - "name": "diff_test", - "pythonType": "dict", - "doc": "Diff test sets. These are provided as a dictionary with form ``diff_test[polynomialdegree]['labels' or 'inputs'][index]`` and contain 60 labeled vectors for each polynomial degree between 2 and 20." - } - ] + } } -} +} \ No newline at end of file diff --git a/content/other/qml-benchmarks/two-curves/meta.json b/content/other/qml-benchmarks/two-curves/meta.json index 5189d3c0..a2f58d4c 100644 --- a/content/other/qml-benchmarks/two-curves/meta.json +++ b/content/other/qml-benchmarks/two-curves/meta.json @@ -1,9 +1,15 @@ { "abstract": null, "authors": [ - "Joseph Bowles", - "Shahnawaz Ahmed", - "Maria Schuld" + { + "name": "Joseph Bowles" + }, + { + "name": "Shahnawaz Ahmed" + }, + { + "name": "Maria Schuld" + } ], "citation": { "$path": "citation.txt" diff --git a/content/other/qml-benchmarks/two-curves/using_this_dataset.md b/content/other/qml-benchmarks/two-curves/using_this_dataset.md index e3fed238..4bf791d9 100644 --- a/content/other/qml-benchmarks/two-curves/using_this_dataset.md +++ b/content/other/qml-benchmarks/two-curves/using_this_dataset.md @@ -28,7 +28,7 @@ There are two different dataset collections in this task: **Example usage** ```python -[ds] = qml.data.load("other", name="two-curves") +[ds] = qml.data.load("two-curves") ds.train['4']['inputs'] # points in 4-dimensional space ds.train['4']['labels'] # labels for the points above diff --git a/content/other/rydberggpt/citation.txt b/content/other/rydberggpt/citation.txt index a980d647..3a81eff6 100644 --- a/content/other/rydberggpt/citation.txt +++ b/content/other/rydberggpt/citation.txt @@ -1,7 +1,7 @@ @misc{fitzek2024rydberggptdata, title={PennyLane Datasets for RydbergGPT}, author={Fitzek, David and Teoh, Yi Hong and Fung, Hin Pok and Dagnew, Gebremedhin A and Merali, Ejaaz and Moss, M Schuyler and MacLellan, Benjamin and Melko, Roger G}, - howpublished = {\url{https://pennylane.ai/datasets/single-dataset/rydberggpt}} + howpublished = {\url{https://pennylane.ai/datasets/rydberggpt}} year={2024} } diff --git a/content/other/rydberggpt/dataset.json b/content/other/rydberggpt/dataset.json index 2f053baf..2883f175 100644 --- a/content/other/rydberggpt/dataset.json +++ b/content/other/rydberggpt/dataset.json @@ -1,33 +1,9 @@ { "slug": "rydberggpt", "class": { - "$path": "/other/_meta/class.json" - }, - "data": [ - { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/RydbergGPT/RydbergGPT_RydbergGPT.h5", - "parameters": { - "name": "rydberggpt" - }, - "extra": {} - } - ], - "downloadName": "rydberggpt", - "features": [ - { - "slug": "dataset-attributes", - "title": "Dataset Attributes", - "type": "DATA", - "content": { - "$path": "features/dataset-attributes.md" - } - } - ], - "meta": { - "$path": "meta.json" - }, - "extra": { - "extraAttributes": [ + "slug": "rydberggpt", + "name": "Rydberggpt", + "attributeList": [ { "name": "Rbs", "pythonType": "list[float]", @@ -71,5 +47,29 @@ "optional": false } ] - } -} + }, + "data": [ + { + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/RydbergGPT/RydbergGPT_RydbergGPT.h5", + "parameters": { + "name": "rydberggpt" + }, + "extra": {} + } + ], + "downloadName": "rydberggpt", + "features": [ + { + "slug": "dataset-attributes", + "title": "Dataset Attributes", + "type": "DATA", + "content": { + "$path": "features/dataset-attributes.md" + } + } + ], + "meta": { + "$path": "meta.json" + }, + "extra": {} +} \ No newline at end of file diff --git a/content/other/rydberggpt/meta.json b/content/other/rydberggpt/meta.json index 03127dff..a38f1391 100644 --- a/content/other/rydberggpt/meta.json +++ b/content/other/rydberggpt/meta.json @@ -1,14 +1,30 @@ { "abstract": null, "authors": [ - "David Fitzek", - "Yi Hong Teoh", - "Hin Pok Fung", - "Gebremedhin A. Dagnew", - "Ejaaz Merali", - "M. Schuyler Moss", - "Benjamin MacLellan", - "Roger G. Melko" + { + "name": "David Fitzek" + }, + { + "name": "Yi Hong Teoh" + }, + { + "name": "Hin Pok Fung" + }, + { + "name": "Gebremedhin A. Dagnew" + }, + { + "name": "Ejaaz Merali" + }, + { + "name": "M. Schuyler Moss" + }, + { + "name": "Benjamin MacLellan" + }, + { + "name": "Roger G. Melko" + } ], "citation": { "$path": "citation.txt" @@ -22,13 +38,13 @@ "Other" ], "title": "RydbergGPT", - "description": "This dataset contains various quantum properties that represent and describe the RydbergGPT under specified system parameters.", + "description": "This dataset contains the data used to train RydbergGPT, a generative pre-trained transformer designed to learn the measurement outcomes of a neutral atom array quantum computer.", "usingThisDataset": { "$path": "using_this_dataset.md" }, "heroImage": "https://assets.cloud.pennylane.ai/datasets/generic/hero/Datasets_GenericHero_2.png", "thumbnail": "https://assets.cloud.pennylane.ai/datasets/generic/thumbnail/Dataset_Thumb_RydbergGPT.png", "extra": {}, - "dateOfLastModification": "2024-09-12", + "dateOfLastModification": "2024-10-11", "dateOfPublication": "2024-09-11" } diff --git a/content/other/t-optimize/citation.txt b/content/other/t-optimize/citation.txt index 9da52c3f..736a25e2 100644 --- a/content/other/t-optimize/citation.txt +++ b/content/other/t-optimize/citation.txt @@ -1,6 +1,6 @@ @misc{Kottmann2024_op-T-mize, title={T-gate optimization}, author={Korbinian Kottmann}, - howpublished={\urlhttps://pennylane.ai/datasets/single-dataset/op-T-mize}, + howpublished={\urlhttps://pennylane.ai/datasets/op-T-mize}, year={2024} } \ No newline at end of file diff --git a/content/other/t-optimize/dataset.json b/content/other/t-optimize/dataset.json index f483df98..68c44b20 100644 --- a/content/other/t-optimize/dataset.json +++ b/content/other/t-optimize/dataset.json @@ -1,11 +1,34 @@ { "slug": "op-t-mize", "class": { - "$path": "/other/_meta/class.json" + "slug": "op-t-mize", + "name": "OpTMize", + "attributeList": [ + { + "name": "circuit_names", + "pythonType": "list[str]", + "doc": "Ordered list of the names of the benchmark quantum circuits." + }, + { + "name": "circuits", + "pythonType": "list[[`QuantumScript`](https://docs.pennylane.ai/en/stable/code/api/pennylane.tape.QuantumScript.html)]", + "doc": "Ordered list of the respective quantum circuits." + }, + { + "name": "n_wires", + "pythonType": "list[int]", + "doc": "Ordered list of qubit counts for the respective quantum circuits." + }, + { + "name": "wires", + "pythonType": "list[int]", + "doc": "Ordered list of wires for the respective quantum circuits." + } + ] }, "data": [ { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/BenchmarkCircuitsCliffordT/BenchmarkCircuitsCliffordT.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/other/op-T-mize/op-T-mize.h5", "parameters": { "name": "op-T-mize" }, @@ -29,28 +52,6 @@ "extra": { "defaultParameters": { "name": "op-T-mize" - }, - "extraAttributes": [ - { - "name": "circuits", - "pythonType": "List[QuantumScript]", - "doc": "Ordered list of the respective quantum circuits." - }, - { - "name": "circuit_names", - "pythonType": "List[string]", - "doc": "Ordered list of the names of the benchmark quantum circuits." - }, - { - "name": "n_wires", - "pythonType": "List[int]", - "doc": "Ordered list of qubit counts for the respective quantum circuits." - }, - { - "name": "wires", - "pythonType": "List[List[int]]", - "doc": "Ordered list of wires for the respective quantum circuits." - } - ] + } } -} \ No newline at end of file +} diff --git a/content/other/t-optimize/meta.json b/content/other/t-optimize/meta.json index bf8598f1..44df83f2 100644 --- a/content/other/t-optimize/meta.json +++ b/content/other/t-optimize/meta.json @@ -1,7 +1,9 @@ { "abstract": null, "authors": [ - "Korbinian Kottmann" + { + "name": "Korbinian Kottmann" + } ], "citation": { "$path": "citation.txt" @@ -10,8 +12,8 @@ "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)", "sourceCodeUrl": null, "tags": [ - "Other" - ], + "Other" + ], "title": "op-T-mize", "description": "Quantum circuits that are commonly used to benchmark T-gate optimization techniques.", "dateOfLastModification": "2024-09-19", @@ -22,4 +24,4 @@ "heroImage": "https://assets.cloud.pennylane.ai/datasets/generic/hero/Datasets_GenericHero_2.png", "thumbnail": "op-t-mize.png", "extra": {} -} \ No newline at end of file +} diff --git a/content/other/t-optimize/using_this_dataset.md b/content/other/t-optimize/using_this_dataset.md index 1618d0a8..647e788b 100644 --- a/content/other/t-optimize/using_this_dataset.md +++ b/content/other/t-optimize/using_this_dataset.md @@ -17,7 +17,7 @@ These circuits are commonly encountered in literature as a test-bed for techniqu Basic properties of the dataset: ```python ->>> [ds] = qml.data.load("other", name="op-T-mize") +>>> [ds] = qml.data.load("op-T-mize") >>> # ordered list of circuits as QuantumScript objects >>> ds.circuits @@ -101,4 +101,4 @@ If you want to obtain only a specific sub-set of circuits by their name, you can >>> circuits_dict = {name : circuit for name, circuit in zip(ds.circuit_names, ds.circuits)} >>> circuits_dict["gf2^4_mult"] -``` \ No newline at end of file +``` diff --git a/content/qchem/_meta/class.json b/content/qchem/_meta/class.json index 49e51a8f..dea09377 100644 --- a/content/qchem/_meta/class.json +++ b/content/qchem/_meta/class.json @@ -160,6 +160,12 @@ } ], "parameterList": [ + { + "name": "molname", + "title": "Molecule Name", + "description": null, + "optional": false + }, { "name": "basis", "title": "Basis", @@ -167,13 +173,13 @@ "optional": false }, { - "name": "bond_length", + "name": "bondlength", "title": "Bond length", "description": null, "optional": true }, { - "name": "bond_angle", + "name": "bondangle", "title": "Bond angle", "description": null, "optional": true diff --git a/content/qchem/beh2-molecule/citation.txt b/content/qchem/beh2-molecule/citation.txt index b44eb004..af881896 100644 --- a/content/qchem/beh2-molecule/citation.txt +++ b/content/qchem/beh2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/beh2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/beh2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/beh2-molecule/dataset.json b/content/qchem/beh2-molecule/dataset.json index 10f1f6f8..c09d170d 100644 --- a/content/qchem/beh2-molecule/dataset.json +++ b/content/qchem/beh2-molecule/dataset.json @@ -8,11 +8,12 @@ }, "data": [ { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.5/BEH2_STO-3G_0.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.5/BeH2_STO-3G_0.5.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -20,11 +21,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.54/BEH2_STO-3G_0.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.54/BeH2_STO-3G_0.54.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -32,11 +34,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.58/BEH2_STO-3G_0.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.58/BeH2_STO-3G_0.58.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -44,11 +47,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.62/BEH2_STO-3G_0.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.62/BeH2_STO-3G_0.62.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -56,11 +60,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.66/BEH2_STO-3G_0.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.66/BeH2_STO-3G_0.66.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -68,11 +73,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.7/BEH2_STO-3G_0.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.7/BeH2_STO-3G_0.7.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -80,11 +86,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.74/BEH2_STO-3G_0.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.74/BeH2_STO-3G_0.74.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -92,11 +99,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.78/BEH2_STO-3G_0.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.78/BeH2_STO-3G_0.78.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -104,11 +112,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.82/BEH2_STO-3G_0.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.82/BeH2_STO-3G_0.82.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -116,11 +125,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.86/BEH2_STO-3G_0.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.86/BeH2_STO-3G_0.86.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -128,11 +138,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.9/BEH2_STO-3G_0.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.9/BeH2_STO-3G_0.9.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -140,11 +151,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.94/BEH2_STO-3G_0.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.94/BeH2_STO-3G_0.94.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -152,11 +164,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/0.98/BEH2_STO-3G_0.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/0.98/BeH2_STO-3G_0.98.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -164,11 +177,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.02/BEH2_STO-3G_1.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.02/BeH2_STO-3G_1.02.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -176,11 +190,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.06/BEH2_STO-3G_1.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.06/BeH2_STO-3G_1.06.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -188,11 +203,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.1/BEH2_STO-3G_1.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.1/BeH2_STO-3G_1.1.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -200,11 +216,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.14/BEH2_STO-3G_1.14.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.14/BeH2_STO-3G_1.14.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -212,11 +229,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.18/BEH2_STO-3G_1.18.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.18/BeH2_STO-3G_1.18.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -224,11 +242,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.22/BEH2_STO-3G_1.22.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.22/BeH2_STO-3G_1.22.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -236,11 +255,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.26/BEH2_STO-3G_1.26.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.26/BeH2_STO-3G_1.26.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -248,11 +268,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.3/BEH2_STO-3G_1.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.3/BeH2_STO-3G_1.3.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -260,11 +281,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.33/BEH2_STO-3G_1.33.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.33/BeH2_STO-3G_1.33.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.33", + "bondlength": "1.33", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -272,11 +294,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.34/BEH2_STO-3G_1.34.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.34/BeH2_STO-3G_1.34.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -284,11 +307,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.38/BEH2_STO-3G_1.38.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.38/BeH2_STO-3G_1.38.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -296,11 +320,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.42/BEH2_STO-3G_1.42.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.42/BeH2_STO-3G_1.42.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -308,11 +333,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.46/BEH2_STO-3G_1.46.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.46/BeH2_STO-3G_1.46.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -320,11 +346,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.5/BEH2_STO-3G_1.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.5/BeH2_STO-3G_1.5.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -332,11 +359,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.54/BEH2_STO-3G_1.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.54/BeH2_STO-3G_1.54.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -344,11 +372,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.58/BEH2_STO-3G_1.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.58/BeH2_STO-3G_1.58.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -356,11 +385,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.62/BEH2_STO-3G_1.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.62/BeH2_STO-3G_1.62.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -368,11 +398,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.66/BEH2_STO-3G_1.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.66/BeH2_STO-3G_1.66.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -380,11 +411,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.7/BEH2_STO-3G_1.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.7/BeH2_STO-3G_1.7.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -392,11 +424,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.74/BEH2_STO-3G_1.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.74/BeH2_STO-3G_1.74.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -404,11 +437,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.78/BEH2_STO-3G_1.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.78/BeH2_STO-3G_1.78.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -416,11 +450,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.82/BEH2_STO-3G_1.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.82/BeH2_STO-3G_1.82.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -428,11 +463,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.86/BEH2_STO-3G_1.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.86/BeH2_STO-3G_1.86.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -440,11 +476,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.9/BEH2_STO-3G_1.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.9/BeH2_STO-3G_1.9.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -452,11 +489,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.94/BEH2_STO-3G_1.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.94/BeH2_STO-3G_1.94.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -464,11 +502,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/1.98/BEH2_STO-3G_1.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/1.98/BeH2_STO-3G_1.98.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -476,11 +515,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/2.02/BEH2_STO-3G_2.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/2.02/BeH2_STO-3G_2.02.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -488,11 +528,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/2.06/BEH2_STO-3G_2.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/2.06/BeH2_STO-3G_2.06.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -500,11 +541,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BEH2/STO-3G/2.1/BEH2_STO-3G_2.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BeH2/STO-3G/2.1/BeH2_STO-3G_2.1.h5", "parameters": { + "molname": "BeH2", "basis": "STO-3G", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "\u2221 HBeH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -548,8 +590,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -586,9 +628,22 @@ "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", - "bond_angle": "\u2221 HBeH = 180\u00b0", - "bond_length": "1.33", + "bondangle": "\u2221 HBeH = 180\u00b0", + "bondlength": "1.33", "number_of_spin_orbitals": "14" } + }, + "parameterTree": { + "next": { + "BeH2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.33", + "next": {} + } + } + } + } } } diff --git a/content/qchem/beh2-molecule/meta.json b/content/qchem/beh2-molecule/meta.json index d45cfce0..2b21b745 100644 --- a/content/qchem/beh2-molecule/meta.json +++ b/content/qchem/beh2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/bh3-molecule/citation.txt b/content/qchem/bh3-molecule/citation.txt index 6da27961..272eb0f8 100644 --- a/content/qchem/bh3-molecule/citation.txt +++ b/content/qchem/bh3-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/bh3-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/bh3-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/bh3-molecule/dataset.json b/content/qchem/bh3-molecule/dataset.json index b6b9cce6..d254d222 100644 --- a/content/qchem/bh3-molecule/dataset.json +++ b/content/qchem/bh3-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.5/BH3_STO-3G_0.5.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.53/BH3_STO-3G_0.53.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.53", + "bondlength": "0.53", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.56/BH3_STO-3G_0.56.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.56", + "bondlength": "0.56", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.59/BH3_STO-3G_0.59.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.59", + "bondlength": "0.59", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.62/BH3_STO-3G_0.62.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.65/BH3_STO-3G_0.65.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.65", + "bondlength": "0.65", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.68/BH3_STO-3G_0.68.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.68", + "bondlength": "0.68", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.71/BH3_STO-3G_0.71.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.71", + "bondlength": "0.71", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.74/BH3_STO-3G_0.74.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.77/BH3_STO-3G_0.77.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.77", + "bondlength": "0.77", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.8/BH3_STO-3G_0.8.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.8", + "bondlength": "0.8", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.83/BH3_STO-3G_0.83.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.83", + "bondlength": "0.83", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.86/BH3_STO-3G_0.86.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.89/BH3_STO-3G_0.89.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.89", + "bondlength": "0.89", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.92/BH3_STO-3G_0.92.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.92", + "bondlength": "0.92", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.95/BH3_STO-3G_0.95.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.95", + "bondlength": "0.95", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/0.98/BH3_STO-3G_0.98.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.01/BH3_STO-3G_1.01.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.01", + "bondlength": "1.01", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.04/BH3_STO-3G_1.04.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.04", + "bondlength": "1.04", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.07/BH3_STO-3G_1.07.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.07", + "bondlength": "1.07", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.1/BH3_STO-3G_1.1.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.13/BH3_STO-3G_1.13.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.13", + "bondlength": "1.13", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.16/BH3_STO-3G_1.16.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.16", + "bondlength": "1.16", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.189/BH3_STO-3G_1.189.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.189", + "bondlength": "1.189", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.19/BH3_STO-3G_1.19.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.19", + "bondlength": "1.19", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.22/BH3_STO-3G_1.22.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.25/BH3_STO-3G_1.25.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.25", + "bondlength": "1.25", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.28/BH3_STO-3G_1.28.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.28", + "bondlength": "1.28", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.31/BH3_STO-3G_1.31.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.31", + "bondlength": "1.31", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.33/BH3_STO-3G_1.33.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.33", + "bondlength": "1.33", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.34/BH3_STO-3G_1.34.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.37/BH3_STO-3G_1.37.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.37", + "bondlength": "1.37", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.4/BH3_STO-3G_1.4.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.4", + "bondlength": "1.4", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.43/BH3_STO-3G_1.43.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.43", + "bondlength": "1.43", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.46/BH3_STO-3G_1.46.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.49/BH3_STO-3G_1.49.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.49", + "bondlength": "1.49", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.52/BH3_STO-3G_1.52.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.52", + "bondlength": "1.52", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.55/BH3_STO-3G_1.55.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.55", + "bondlength": "1.55", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.58/BH3_STO-3G_1.58.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.61/BH3_STO-3G_1.61.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.61", + "bondlength": "1.61", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.64/BH3_STO-3G_1.64.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.64", + "bondlength": "1.64", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -502,9 +543,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.67/BH3_STO-3G_1.67.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.67", + "bondlength": "1.67", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -514,9 +556,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.7/BH3_STO-3G_1.7.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -526,9 +569,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/1.98/BH3_STO-3G_1.98.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -538,9 +582,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/2.06/BH3_STO-3G_2.06.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -550,9 +595,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/BH3/STO-3G/2.1/BH3_STO-3G_2.1.h5", "parameters": { + "molname": "BH3", "basis": "STO-3G", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "\u2221 HBH = 120\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -596,8 +642,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -634,9 +680,22 @@ "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", - "bond_angle": "\u2221 HBH = 120\u00b0", - "bond_length": "1.189", + "bondangle": "\u2221 HBH = 120\u00b0", + "bondlength": "1.189", "number_of_spin_orbitals": "16" } + }, + "parameterTree": { + "next": { + "BH3": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.189", + "next": {} + } + } + } + } } } diff --git a/content/qchem/bh3-molecule/meta.json b/content/qchem/bh3-molecule/meta.json index 52d9fc6b..50e1002c 100644 --- a/content/qchem/bh3-molecule/meta.json +++ b/content/qchem/bh3-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/c2-molecule/citation.txt b/content/qchem/c2-molecule/citation.txt index 494e5d79..df870a21 100644 --- a/content/qchem/c2-molecule/citation.txt +++ b/content/qchem/c2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/c2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/c2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/c2-molecule/dataset.json b/content/qchem/c2-molecule/dataset.json index 15b4748c..20a651a8 100644 --- a/content/qchem/c2-molecule/dataset.json +++ b/content/qchem/c2-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/0.5/C2_STO-3G_0.5.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/0.7/C2_STO-3G_0.7.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/0.9/C2_STO-3G_0.9.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/1.1/C2_STO-3G_1.1.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/1.246/C2_STO-3G_1.246.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.246", + "bondlength": "1.246", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/1.3/C2_STO-3G_1.3.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/1.5/C2_STO-3G_1.5.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/1.7/C2_STO-3G_1.7.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/1.9/C2_STO-3G_1.9.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/2.1/C2_STO-3G_2.1.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/2.3/C2_STO-3G_2.3.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2/STO-3G/2.5/C2_STO-3G_2.5.h5", "parameters": { + "molname": "C2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.5", + "bondlength": "2.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -188,8 +200,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -226,9 +238,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "1.246", + "bondangle": "N\\A", + "bondlength": "1.246", "number_of_spin_orbitals": "20" } + }, + "parameterTree": { + "next": { + "C2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.246", + "next": {} + } + } + } + } } } diff --git a/content/qchem/c2-molecule/meta.json b/content/qchem/c2-molecule/meta.json index 74334e28..971548f8 100644 --- a/content/qchem/c2-molecule/meta.json +++ b/content/qchem/c2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -28,4 +30,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/c2h2-molecule/citation.txt b/content/qchem/c2h2-molecule/citation.txt index e9cecde9..85fec878 100644 --- a/content/qchem/c2h2-molecule/citation.txt +++ b/content/qchem/c2h2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/c2h2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/c2h2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/c2h2-molecule/dataset.json b/content/qchem/c2h2-molecule/dataset.json index 9d1ffeb0..253fe1c8 100644 --- a/content/qchem/c2h2-molecule/dataset.json +++ b/content/qchem/c2h2-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2H2/STO-3G/1.203/C2H2_STO-3G_1.203.h5", "parameters": { + "molname": "C2H2", "basis": "STO-3G", - "bond_angle": "\u2221 CCH = 180.0\u00b0", - "bond_length": "1.203", + "bondlength": "1.203", + "bondangle": "\u2221 CCH = 180.0\u00b0", "number_of_spin_orbitals": "24" }, "extra": { @@ -56,8 +57,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -94,9 +95,22 @@ "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", - "bond_angle": "\u2221 CCH = 180.0\u00b0", - "bond_length": "1.203", + "bondangle": "\u2221 CCH = 180.0\u00b0", + "bondlength": "1.203", "number_of_spin_orbitals": "24" } + }, + "parameterTree": { + "next": { + "C2H2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.203", + "next": {} + } + } + } + } } } diff --git a/content/qchem/c2h2-molecule/meta.json b/content/qchem/c2h2-molecule/meta.json index c2c073c8..bc7c454b 100644 --- a/content/qchem/c2h2-molecule/meta.json +++ b/content/qchem/c2h2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/c2h4-molecule/citation.txt b/content/qchem/c2h4-molecule/citation.txt index ac775f51..552a482c 100644 --- a/content/qchem/c2h4-molecule/citation.txt +++ b/content/qchem/c2h4-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/c2h4-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/c2h4-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/c2h4-molecule/dataset.json b/content/qchem/c2h4-molecule/dataset.json index c78a60f0..47df0783 100644 --- a/content/qchem/c2h4-molecule/dataset.json +++ b/content/qchem/c2h4-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2H4/STO-3G/1.339/C2H4_STO-3G_1.339.h5", "parameters": { + "molname": "C2H4", "basis": "STO-3G", - "bond_angle": "\u2221 CCH = 121.2\u00b0, \u2221 HCH = 117.6\u00b0", - "bond_length": "1.339", + "bondlength": "1.339", + "bondangle": "\u2221 CCH = 121.2\u00b0, \u2221 HCH = 117.6\u00b0", "number_of_spin_orbitals": "28" }, "extra": { @@ -78,9 +79,22 @@ "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", - "bond_angle": "\u2221 CCH = 121.2\u00b0, \u2221 HCH = 117.6\u00b0", - "bond_length": "1.339", + "bondangle": "\u2221 CCH = 121.2\u00b0, \u2221 HCH = 117.6\u00b0", + "bondlength": "1.339", "number_of_spin_orbitals": "28" } + }, + "parameterTree": { + "next": { + "C2H4": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.339", + "next": {} + } + } + } + } } } diff --git a/content/qchem/c2h4-molecule/meta.json b/content/qchem/c2h4-molecule/meta.json index be721adc..18ad05e0 100644 --- a/content/qchem/c2h4-molecule/meta.json +++ b/content/qchem/c2h4-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/c2h6-molecule/citation.txt b/content/qchem/c2h6-molecule/citation.txt index 5a82baae..a773e063 100644 --- a/content/qchem/c2h6-molecule/citation.txt +++ b/content/qchem/c2h6-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/c2h6-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/c2h6-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/c2h6-molecule/dataset.json b/content/qchem/c2h6-molecule/dataset.json index c7138fec..6022e895 100644 --- a/content/qchem/c2h6-molecule/dataset.json +++ b/content/qchem/c2h6-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/C2H6/STO-3G/1.535/C2H6_STO-3G_1.535.h5", "parameters": { + "molname": "C2H6", "basis": "STO-3G", - "bond_angle": "\u2221 CCH = 110.9\u00b0, \u2221 HCH = 108.0\u00b0", - "bond_length": "1.535", + "bondlength": "1.535", + "bondangle": "\u2221 CCH = 110.9\u00b0, \u2221 HCH = 108.0\u00b0", "number_of_spin_orbitals": "32" }, "extra": { @@ -78,9 +79,22 @@ "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", - "bond_angle": "\u2221 CCH = 110.9\u00b0, \u2221 HCH = 108.0\u00b0", - "bond_length": "1.535", + "bondangle": "\u2221 CCH = 110.9\u00b0, \u2221 HCH = 108.0\u00b0", + "bondlength": "1.535", "number_of_spin_orbitals": "30" } + }, + "parameterTree": { + "next": { + "C2H6": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.535", + "next": {} + } + } + } + } } } diff --git a/content/qchem/c2h6-molecule/meta.json b/content/qchem/c2h6-molecule/meta.json index 13d391d2..1bd67676 100644 --- a/content/qchem/c2h6-molecule/meta.json +++ b/content/qchem/c2h6-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/ch2-molecule/citation.txt b/content/qchem/ch2-molecule/citation.txt index 5d916f3d..1acc3e23 100644 --- a/content/qchem/ch2-molecule/citation.txt +++ b/content/qchem/ch2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/ch2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/ch2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/ch2-molecule/dataset.json b/content/qchem/ch2-molecule/dataset.json index 221fb8cd..492453d6 100644 --- a/content/qchem/ch2-molecule/dataset.json +++ b/content/qchem/ch2-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.5/CH2_STO-3G_0.5.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.54/CH2_STO-3G_0.54.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.58/CH2_STO-3G_0.58.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.62/CH2_STO-3G_0.62.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.66/CH2_STO-3G_0.66.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.7/CH2_STO-3G_0.7.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.74/CH2_STO-3G_0.74.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.78/CH2_STO-3G_0.78.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.82/CH2_STO-3G_0.82.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.86/CH2_STO-3G_0.86.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.9/CH2_STO-3G_0.9.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.94/CH2_STO-3G_0.94.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/0.98/CH2_STO-3G_0.98.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.02/CH2_STO-3G_1.02.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.06/CH2_STO-3G_1.06.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.085/CH2_STO-3G_1.085.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.085", + "bondlength": "1.085", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.1/CH2_STO-3G_1.1.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.14/CH2_STO-3G_1.14.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.18/CH2_STO-3G_1.18.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.22/CH2_STO-3G_1.22.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.26/CH2_STO-3G_1.26.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.3/CH2_STO-3G_1.3.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.34/CH2_STO-3G_1.34.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.38/CH2_STO-3G_1.38.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.42/CH2_STO-3G_1.42.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.46/CH2_STO-3G_1.46.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.5/CH2_STO-3G_1.5.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.54/CH2_STO-3G_1.54.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.58/CH2_STO-3G_1.58.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.62/CH2_STO-3G_1.62.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.66/CH2_STO-3G_1.66.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.7/CH2_STO-3G_1.7.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.74/CH2_STO-3G_1.74.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.78/CH2_STO-3G_1.78.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.82/CH2_STO-3G_1.82.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.86/CH2_STO-3G_1.86.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.9/CH2_STO-3G_1.9.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.94/CH2_STO-3G_1.94.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/1.98/CH2_STO-3G_1.98.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/2.02/CH2_STO-3G_2.02.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/2.06/CH2_STO-3G_2.06.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -502,9 +543,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH2/STO-3G/2.1/CH2_STO-3G_2.1.h5", "parameters": { + "molname": "CH2", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "\u2221 HCH = 135.503\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -548,8 +590,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -586,9 +628,22 @@ "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", - "bond_angle": "\u2221 HCH = 135.503\u00b0", - "bond_length": "1.085", + "bondangle": "\u2221 HCH = 135.503\u00b0", + "bondlength": "1.085", "number_of_spin_orbitals": "14" } + }, + "parameterTree": { + "next": { + "CH2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.085", + "next": {} + } + } + } + } } } diff --git a/content/qchem/ch2-molecule/meta.json b/content/qchem/ch2-molecule/meta.json index db959c90..3b763323 100644 --- a/content/qchem/ch2-molecule/meta.json +++ b/content/qchem/ch2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry" @@ -25,4 +27,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/ch4-molecule/citation.txt b/content/qchem/ch4-molecule/citation.txt index 95d2454a..4f6797bc 100644 --- a/content/qchem/ch4-molecule/citation.txt +++ b/content/qchem/ch4-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/ch4-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/ch4-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/ch4-molecule/dataset.json b/content/qchem/ch4-molecule/dataset.json index fc77906c..923922e8 100644 --- a/content/qchem/ch4-molecule/dataset.json +++ b/content/qchem/ch4-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/0.5/CH4_STO-3G_0.5.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/0.7/CH4_STO-3G_0.7.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/0.9/CH4_STO-3G_0.9.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/1.086/CH4_STO-3G_1.086.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "1.086", + "bondlength": "1.086", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/1.1/CH4_STO-3G_1.1.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/1.3/CH4_STO-3G_1.3.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/1.5/CH4_STO-3G_1.5.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/1.7/CH4_STO-3G_1.7.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/1.9/CH4_STO-3G_1.9.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/2.1/CH4_STO-3G_2.1.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/2.3/CH4_STO-3G_2.3.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CH4/STO-3G/2.5/CH4_STO-3G_2.5.h5", "parameters": { + "molname": "CH4", "basis": "STO-3G", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "2.5", + "bondlength": "2.5", + "bondangle": "\u2221 HCH = 109.5\u00b0", "number_of_spin_orbitals": "18" }, "extra": { @@ -188,8 +200,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -226,9 +238,22 @@ "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", - "bond_angle": "\u2221 HCH = 109.5\u00b0", - "bond_length": "1.086", + "bondangle": "\u2221 HCH = 109.5\u00b0", + "bondlength": "1.086", "number_of_spin_orbitals": "18" } + }, + "parameterTree": { + "next": { + "CH4": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.086", + "next": {} + } + } + } + } } } diff --git a/content/qchem/ch4-molecule/meta.json b/content/qchem/ch4-molecule/meta.json index 2277d798..fec5fa77 100644 --- a/content/qchem/ch4-molecule/meta.json +++ b/content/qchem/ch4-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -28,4 +30,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/co-molecule/citation.txt b/content/qchem/co-molecule/citation.txt index 549d1c80..522d778e 100644 --- a/content/qchem/co-molecule/citation.txt +++ b/content/qchem/co-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/co-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/co-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/co-molecule/dataset.json b/content/qchem/co-molecule/dataset.json index b2733e7f..8fd59b9b 100644 --- a/content/qchem/co-molecule/dataset.json +++ b/content/qchem/co-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/0.5/CO_STO-3G_0.5.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/0.7/CO_STO-3G_0.7.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/0.9/CO_STO-3G_0.9.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/1.1/CO_STO-3G_1.1.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/1.128/CO_STO-3G_1.128.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.128", + "bondlength": "1.128", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/1.3/CO_STO-3G_1.3.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/1.5/CO_STO-3G_1.5.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/1.7/CO_STO-3G_1.7.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/1.9/CO_STO-3G_1.9.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/2.1/CO_STO-3G_2.1.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/2.3/CO_STO-3G_2.3.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO/STO-3G/2.5/CO_STO-3G_2.5.h5", "parameters": { + "molname": "CO", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.5", + "bondlength": "2.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -210,9 +222,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "1.128", + "bondangle": "N\\A", + "bondlength": "1.128", "number_of_spin_orbitals": "20" } + }, + "parameterTree": { + "next": { + "CO": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.128", + "next": {} + } + } + } + } } } diff --git a/content/qchem/co-molecule/meta.json b/content/qchem/co-molecule/meta.json index 95056c05..a3af64ed 100644 --- a/content/qchem/co-molecule/meta.json +++ b/content/qchem/co-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -28,4 +30,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/co2-molecule/citation.txt b/content/qchem/co2-molecule/citation.txt index 656318c3..b2ffa04a 100644 --- a/content/qchem/co2-molecule/citation.txt +++ b/content/qchem/co2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/co2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/co2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/co2-molecule/dataset.json b/content/qchem/co2-molecule/dataset.json index 08cd9dbd..268ae35c 100644 --- a/content/qchem/co2-molecule/dataset.json +++ b/content/qchem/co2-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/CO2/STO-3G/1.162/CO2_STO-3G_1.162.h5", "parameters": { + "molname": "CO2", "basis": "STO-3G", - "bond_angle": "\u2221 OCO = 180.0\u00b0", - "bond_length": "1.162", + "bondlength": "1.162", + "bondangle": "\u2221 OCO = 180.0\u00b0", "number_of_spin_orbitals": "30" }, "extra": { @@ -56,8 +57,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -94,9 +95,22 @@ "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", - "bond_angle": "\u2221 OCO = 180.0\u00b0", - "bond_length": "1.162", + "bondangle": "\u2221 OCO = 180.0\u00b0", + "bondlength": "1.162", "number_of_spin_orbitals": "30" } + }, + "parameterTree": { + "next": { + "CO2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.162", + "next": {} + } + } + } + } } } diff --git a/content/qchem/co2-molecule/meta.json b/content/qchem/co2-molecule/meta.json index 5ff2c784..6bca0f8b 100644 --- a/content/qchem/co2-molecule/meta.json +++ b/content/qchem/co2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h10-molecule/citation.txt b/content/qchem/h10-molecule/citation.txt index febdf82d..e0a9275e 100644 --- a/content/qchem/h10-molecule/citation.txt +++ b/content/qchem/h10-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h10-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h10-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h10-molecule/dataset.json b/content/qchem/h10-molecule/dataset.json index 29dd1656..93944115 100644 --- a/content/qchem/h10-molecule/dataset.json +++ b/content/qchem/h10-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H10/STO-3G/1.0/H10_STO-3G_1.0.h5", "parameters": { + "molname": "H10", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.0", + "bondlength": "1.0", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -56,8 +57,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -94,9 +95,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "1", + "bondangle": "N\\A", + "bondlength": "1", "number_of_spin_orbitals": "20" } + }, + "parameterTree": { + "next": { + "H10": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.0", + "next": {} + } + } + } + } } } diff --git a/content/qchem/h10-molecule/meta.json b/content/qchem/h10-molecule/meta.json index 70241e6d..092027fe 100644 --- a/content/qchem/h10-molecule/meta.json +++ b/content/qchem/h10-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -28,4 +30,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h2-molecule/citation.txt b/content/qchem/h2-molecule/citation.txt index 3575e073..e23ffdb8 100644 --- a/content/qchem/h2-molecule/citation.txt +++ b/content/qchem/h2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h2-molecule/dataset.json b/content/qchem/h2-molecule/dataset.json index 8877d76a..5a9f9870 100644 --- a/content/qchem/h2-molecule/dataset.json +++ b/content/qchem/h2-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.54/H2_6-31G_0.54.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.5/H2_6-31G_0.5.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.58/H2_6-31G_0.58.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.62/H2_6-31G_0.62.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.66/H2_6-31G_0.66.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.742/H2_6-31G_0.742.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.742", + "bondlength": "0.742", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.74/H2_6-31G_0.74.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.7/H2_6-31G_0.7.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.78/H2_6-31G_0.78.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.82/H2_6-31G_0.82.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.86/H2_6-31G_0.86.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.94/H2_6-31G_0.94.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.9/H2_6-31G_0.9.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/0.98/H2_6-31G_0.98.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.02/H2_6-31G_1.02.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.06/H2_6-31G_1.06.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.14/H2_6-31G_1.14.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.1/H2_6-31G_1.1.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.18/H2_6-31G_1.18.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.22/H2_6-31G_1.22.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.26/H2_6-31G_1.26.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.34/H2_6-31G_1.34.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.3/H2_6-31G_1.3.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.38/H2_6-31G_1.38.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.42/H2_6-31G_1.42.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.46/H2_6-31G_1.46.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.54/H2_6-31G_1.54.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.5/H2_6-31G_1.5.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.58/H2_6-31G_1.58.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.62/H2_6-31G_1.62.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.66/H2_6-31G_1.66.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.74/H2_6-31G_1.74.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.7/H2_6-31G_1.7.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.78/H2_6-31G_1.78.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.82/H2_6-31G_1.82.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.86/H2_6-31G_1.86.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.94/H2_6-31G_1.94.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.9/H2_6-31G_1.9.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/1.98/H2_6-31G_1.98.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/2.02/H2_6-31G_2.02.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/2.06/H2_6-31G_2.06.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -502,9 +543,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/6-31G/2.1/H2_6-31G_2.1.h5", "parameters": { + "molname": "H2", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -514,9 +556,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/0.5/H2_CC-PVDZ_0.5.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -526,9 +569,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/0.7/H2_CC-PVDZ_0.7.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -538,9 +582,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/0.742/H2_CC-PVDZ_0.742.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "0.742", + "bondlength": "0.742", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -550,9 +595,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/0.9/H2_CC-PVDZ_0.9.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -562,9 +608,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/1.1/H2_CC-PVDZ_1.1.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -574,9 +621,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/1.3/H2_CC-PVDZ_1.3.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -586,9 +634,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/1.5/H2_CC-PVDZ_1.5.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -598,9 +647,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/1.7/H2_CC-PVDZ_1.7.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -610,9 +660,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/1.9/H2_CC-PVDZ_1.9.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -622,9 +673,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/2.1/H2_CC-PVDZ_2.1.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -634,9 +686,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/2.3/H2_CC-PVDZ_2.3.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -646,9 +699,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/CC-PVDZ/2.5/H2_CC-PVDZ_2.5.h5", "parameters": { + "molname": "H2", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "2.5", + "bondlength": "2.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -658,9 +712,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.5/H2_STO-3G_0.5.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -670,9 +725,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.54/H2_STO-3G_0.54.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -682,9 +738,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.58/H2_STO-3G_0.58.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -694,9 +751,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.62/H2_STO-3G_0.62.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -706,9 +764,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.66/H2_STO-3G_0.66.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -718,9 +777,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.7/H2_STO-3G_0.7.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -730,9 +790,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.742/H2_STO-3G_0.742.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.742", + "bondlength": "0.742", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -742,9 +803,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.74/H2_STO-3G_0.74.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -754,9 +816,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.78/H2_STO-3G_0.78.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -766,9 +829,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.82/H2_STO-3G_0.82.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -778,9 +842,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.86/H2_STO-3G_0.86.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -790,9 +855,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.9/H2_STO-3G_0.9.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -802,9 +868,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.94/H2_STO-3G_0.94.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -814,9 +881,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/0.98/H2_STO-3G_0.98.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -826,9 +894,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.02/H2_STO-3G_1.02.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -838,9 +907,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.06/H2_STO-3G_1.06.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -850,9 +920,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.1/H2_STO-3G_1.1.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -862,9 +933,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.14/H2_STO-3G_1.14.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -874,9 +946,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.18/H2_STO-3G_1.18.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -886,9 +959,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.22/H2_STO-3G_1.22.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -898,9 +972,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.26/H2_STO-3G_1.26.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -910,9 +985,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.3/H2_STO-3G_1.3.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -922,9 +998,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.34/H2_STO-3G_1.34.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -934,9 +1011,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.38/H2_STO-3G_1.38.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -946,9 +1024,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.42/H2_STO-3G_1.42.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -958,9 +1037,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.46/H2_STO-3G_1.46.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -970,9 +1050,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.5/H2_STO-3G_1.5.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -982,9 +1063,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.54/H2_STO-3G_1.54.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -994,9 +1076,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.58/H2_STO-3G_1.58.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1006,9 +1089,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.62/H2_STO-3G_1.62.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1018,9 +1102,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.66/H2_STO-3G_1.66.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1030,9 +1115,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.7/H2_STO-3G_1.7.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1042,9 +1128,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.74/H2_STO-3G_1.74.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1054,9 +1141,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.78/H2_STO-3G_1.78.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1066,9 +1154,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.82/H2_STO-3G_1.82.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1078,9 +1167,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.86/H2_STO-3G_1.86.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1090,9 +1180,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.9/H2_STO-3G_1.9.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1102,9 +1193,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.94/H2_STO-3G_1.94.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1114,9 +1206,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/1.98/H2_STO-3G_1.98.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1126,9 +1219,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/2.02/H2_STO-3G_2.02.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1138,9 +1232,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/2.06/H2_STO-3G_2.06.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1150,9 +1245,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2/STO-3G/2.1/H2_STO-3G_2.1.h5", "parameters": { + "molname": "H2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1196,8 +1292,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -1234,9 +1330,30 @@ "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", - "bond_angle": "N/A", - "bond_length": "0.742", + "bondangle": "N\\A", + "bondlength": "0.742", "number_of_spin_orbitals": "4" } + }, + "parameterTree": { + "next": { + "H2": { + "default": "STO-3G", + "next": { + "6-31G": { + "default": "0.742", + "next": {} + }, + "CC-PVDZ": { + "default": "0.742", + "next": {} + }, + "STO-3G": { + "default": "0.742", + "next": {} + } + } + } + } } } diff --git a/content/qchem/h2-molecule/meta.json b/content/qchem/h2-molecule/meta.json index f253d341..7a30d2e6 100644 --- a/content/qchem/h2-molecule/meta.json +++ b/content/qchem/h2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -28,4 +30,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h2o-molecule/citation.txt b/content/qchem/h2o-molecule/citation.txt index 2930f50c..9596a219 100644 --- a/content/qchem/h2o-molecule/citation.txt +++ b/content/qchem/h2o-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h2o-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h2o-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h2o-molecule/dataset.json b/content/qchem/h2o-molecule/dataset.json index 9ad22bfd..211986c4 100644 --- a/content/qchem/h2o-molecule/dataset.json +++ b/content/qchem/h2o-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.5/H2O_STO-3G_0.5.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.54/H2O_STO-3G_0.54.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.58/H2O_STO-3G_0.58.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.62/H2O_STO-3G_0.62.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.66/H2O_STO-3G_0.66.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.7/H2O_STO-3G_0.7.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.74/H2O_STO-3G_0.74.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.78/H2O_STO-3G_0.78.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.82/H2O_STO-3G_0.82.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.86/H2O_STO-3G_0.86.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.9/H2O_STO-3G_0.9.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.94/H2O_STO-3G_0.94.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.958/H2O_STO-3G_0.958.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.958", + "bondlength": "0.958", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/0.98/H2O_STO-3G_0.98.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.02/H2O_STO-3G_1.02.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.06/H2O_STO-3G_1.06.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.1/H2O_STO-3G_1.1.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.14/H2O_STO-3G_1.14.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.18/H2O_STO-3G_1.18.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.22/H2O_STO-3G_1.22.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.26/H2O_STO-3G_1.26.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.3/H2O_STO-3G_1.3.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.34/H2O_STO-3G_1.34.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.38/H2O_STO-3G_1.38.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.42/H2O_STO-3G_1.42.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.46/H2O_STO-3G_1.46.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.5/H2O_STO-3G_1.5.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.54/H2O_STO-3G_1.54.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.58/H2O_STO-3G_1.58.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.62/H2O_STO-3G_1.62.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.66/H2O_STO-3G_1.66.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.7/H2O_STO-3G_1.7.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.74/H2O_STO-3G_1.74.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.78/H2O_STO-3G_1.78.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.82/H2O_STO-3G_1.82.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.86/H2O_STO-3G_1.86.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.9/H2O_STO-3G_1.9.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.94/H2O_STO-3G_1.94.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/1.98/H2O_STO-3G_1.98.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/2.02/H2O_STO-3G_2.02.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/2.06/H2O_STO-3G_2.06.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -502,9 +543,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O/STO-3G/2.1/H2O_STO-3G_2.1.h5", "parameters": { + "molname": "H2O", "basis": "STO-3G", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "\u2221 HOH = 104.5\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -548,8 +590,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -586,9 +628,22 @@ "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", - "bond_angle": "\u2221 HOH = 104.5\u00b0", - "bond_length": "0.958", + "bondangle": "\u2221 HOH = 104.5\u00b0", + "bondlength": "0.958", "number_of_spin_orbitals": "14" } + }, + "parameterTree": { + "next": { + "H2O": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "0.958", + "next": {} + } + } + } + } } } diff --git a/content/qchem/h2o-molecule/meta.json b/content/qchem/h2o-molecule/meta.json index 4eea7d72..3391911c 100644 --- a/content/qchem/h2o-molecule/meta.json +++ b/content/qchem/h2o-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h2o2-molecule/citation.txt b/content/qchem/h2o2-molecule/citation.txt index 0244b9ba..7c9d0b1f 100644 --- a/content/qchem/h2o2-molecule/citation.txt +++ b/content/qchem/h2o2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h2o2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h2o2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h2o2-molecule/dataset.json b/content/qchem/h2o2-molecule/dataset.json index 4e5d6415..8c96e3f9 100644 --- a/content/qchem/h2o2-molecule/dataset.json +++ b/content/qchem/h2o2-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H2O2/STO-3G/1.475/H2O2_STO-3G_1.475.h5", "parameters": { + "molname": "H2O2", "basis": "STO-3G", - "bond_angle": "\u2221 OOH = 94.8", - "bond_length": "1.475", + "bondlength": "1.475", + "bondangle": "\u2221 OOH = 94.8", "number_of_spin_orbitals": "24" }, "extra": { @@ -56,8 +57,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -94,9 +95,22 @@ "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", - "bond_angle": "\u2221 OOH = 94.8", - "bond_length": "1.475", + "bondangle": "\u2221 OOH = 94.8", + "bondlength": "1.475", "number_of_spin_orbitals": "24" } + }, + "parameterTree": { + "next": { + "H2O2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.475", + "next": {} + } + } + } + } } } diff --git a/content/qchem/h2o2-molecule/meta.json b/content/qchem/h2o2-molecule/meta.json index b19244d3..2c24fd5d 100644 --- a/content/qchem/h2o2-molecule/meta.json +++ b/content/qchem/h2o2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h3-cation/citation.txt b/content/qchem/h3-cation/citation.txt index a8265803..ff4d1baa 100644 --- a/content/qchem/h3-cation/citation.txt +++ b/content/qchem/h3-cation/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h3-plus-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h3-plus-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h3-cation/dataset.json b/content/qchem/h3-cation/dataset.json index edf298b6..a5c90160 100644 --- a/content/qchem/h3-cation/dataset.json +++ b/content/qchem/h3-cation/dataset.json @@ -8,11 +8,12 @@ }, "data": [ { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.54/H3+_6-31G_0.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.54/H3%2B_6-31G_0.54.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -20,11 +21,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.54/H3+_STO-3G_0.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.54/H3%2B_STO-3G_0.54.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -32,11 +34,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.58/H3+_6-31G_0.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.58/H3%2B_6-31G_0.58.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -44,11 +47,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.58/H3+_STO-3G_0.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.58/H3%2B_STO-3G_0.58.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -56,11 +60,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.5/H3+_6-31G_0.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.5/H3%2B_6-31G_0.5.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -68,11 +73,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.5/H3+_STO-3G_0.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.5/H3%2B_STO-3G_0.5.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -80,11 +86,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.62/H3+_6-31G_0.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.62/H3%2B_6-31G_0.62.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -92,11 +99,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.62/H3+_STO-3G_0.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.62/H3%2B_STO-3G_0.62.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -104,11 +112,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.66/H3+_6-31G_0.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.66/H3%2B_6-31G_0.66.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -116,11 +125,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.66/H3+_STO-3G_0.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.66/H3%2B_STO-3G_0.66.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -128,11 +138,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.74/H3+_6-31G_0.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.74/H3%2B_6-31G_0.74.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -140,11 +151,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.74/H3+_STO-3G_0.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.74/H3%2B_STO-3G_0.74.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -152,11 +164,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.78/H3+_6-31G_0.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.78/H3%2B_6-31G_0.78.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -164,11 +177,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.78/H3+_STO-3G_0.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.78/H3%2B_STO-3G_0.78.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -176,11 +190,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.7/H3+_6-31G_0.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.7/H3%2B_6-31G_0.7.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -188,11 +203,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.7/H3+_STO-3G_0.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.7/H3%2B_STO-3G_0.7.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -200,11 +216,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.82/H3+_6-31G_0.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.82/H3%2B_6-31G_0.82.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -212,11 +229,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.82/H3+_STO-3G_0.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.82/H3%2B_STO-3G_0.82.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -224,11 +242,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.86/H3+_6-31G_0.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.86/H3%2B_6-31G_0.86.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -236,11 +255,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.86/H3+_STO-3G_0.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.86/H3%2B_STO-3G_0.86.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -248,11 +268,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.874/H3+_6-31G_0.874.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.874/H3%2B_6-31G_0.874.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.874", + "bondlength": "0.874", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -260,11 +281,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.874/H3+_STO-3G_0.874.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.874/H3%2B_STO-3G_0.874.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.874", + "bondlength": "0.874", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -272,11 +294,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.94/H3+_6-31G_0.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.94/H3%2B_6-31G_0.94.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -284,11 +307,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.94/H3+_STO-3G_0.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.94/H3%2B_STO-3G_0.94.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -296,11 +320,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.98/H3+_6-31G_0.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.98/H3%2B_6-31G_0.98.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -308,11 +333,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.98/H3+_STO-3G_0.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.98/H3%2B_STO-3G_0.98.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -320,11 +346,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/0.9/H3+_6-31G_0.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/0.9/H3%2B_6-31G_0.9.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -332,11 +359,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/0.9/H3+_STO-3G_0.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/0.9/H3%2B_STO-3G_0.9.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -344,11 +372,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.02/H3+_6-31G_1.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.02/H3%2B_6-31G_1.02.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -356,11 +385,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.02/H3+_STO-3G_1.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.02/H3%2B_STO-3G_1.02.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -368,11 +398,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.06/H3+_6-31G_1.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.06/H3%2B_6-31G_1.06.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -380,11 +411,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.06/H3+_STO-3G_1.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.06/H3%2B_STO-3G_1.06.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -392,11 +424,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.14/H3+_6-31G_1.14.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.14/H3%2B_6-31G_1.14.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -404,11 +437,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.14/H3+_STO-3G_1.14.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.14/H3%2B_STO-3G_1.14.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -416,11 +450,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.18/H3+_6-31G_1.18.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.18/H3%2B_6-31G_1.18.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -428,11 +463,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.18/H3+_STO-3G_1.18.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.18/H3%2B_STO-3G_1.18.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -440,11 +476,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.1/H3+_6-31G_1.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.1/H3%2B_6-31G_1.1.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -452,11 +489,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.1/H3+_STO-3G_1.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.1/H3%2B_STO-3G_1.1.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -464,11 +502,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.22/H3+_6-31G_1.22.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.22/H3%2B_6-31G_1.22.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -476,11 +515,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.22/H3+_STO-3G_1.22.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.22/H3%2B_STO-3G_1.22.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -488,11 +528,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.26/H3+_6-31G_1.26.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.26/H3%2B_6-31G_1.26.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -500,11 +541,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.26/H3+_STO-3G_1.26.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.26/H3%2B_STO-3G_1.26.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -512,11 +554,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.34/H3+_6-31G_1.34.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.34/H3%2B_6-31G_1.34.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -524,11 +567,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.34/H3+_STO-3G_1.34.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.34/H3%2B_STO-3G_1.34.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -536,11 +580,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.38/H3+_6-31G_1.38.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.38/H3%2B_6-31G_1.38.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -548,11 +593,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.38/H3+_STO-3G_1.38.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.38/H3%2B_STO-3G_1.38.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -560,11 +606,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.3/H3+_6-31G_1.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.3/H3%2B_6-31G_1.3.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -572,11 +619,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.3/H3+_STO-3G_1.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.3/H3%2B_STO-3G_1.3.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -584,11 +632,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.42/H3+_6-31G_1.42.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.42/H3%2B_6-31G_1.42.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -596,11 +645,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.42/H3+_STO-3G_1.42.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.42/H3%2B_STO-3G_1.42.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -608,11 +658,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.46/H3+_6-31G_1.46.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.46/H3%2B_6-31G_1.46.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -620,11 +671,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.46/H3+_STO-3G_1.46.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.46/H3%2B_STO-3G_1.46.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -632,11 +684,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.54/H3+_6-31G_1.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.54/H3%2B_6-31G_1.54.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -644,11 +697,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.54/H3+_STO-3G_1.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.54/H3%2B_STO-3G_1.54.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -656,11 +710,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.58/H3+_6-31G_1.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.58/H3%2B_6-31G_1.58.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -668,11 +723,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.58/H3+_STO-3G_1.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.58/H3%2B_STO-3G_1.58.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -680,11 +736,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.5/H3+_6-31G_1.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.5/H3%2B_6-31G_1.5.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -692,11 +749,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.5/H3+_STO-3G_1.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.5/H3%2B_STO-3G_1.5.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -704,11 +762,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.62/H3+_6-31G_1.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.62/H3%2B_6-31G_1.62.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -716,11 +775,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.62/H3+_STO-3G_1.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.62/H3%2B_STO-3G_1.62.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -728,11 +788,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.66/H3+_6-31G_1.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.66/H3%2B_6-31G_1.66.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -740,11 +801,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.66/H3+_STO-3G_1.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.66/H3%2B_STO-3G_1.66.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -752,11 +814,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.74/H3+_6-31G_1.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.74/H3%2B_6-31G_1.74.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -764,11 +827,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.74/H3+_STO-3G_1.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.74/H3%2B_STO-3G_1.74.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -776,11 +840,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.78/H3+_6-31G_1.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.78/H3%2B_6-31G_1.78.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -788,11 +853,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.78/H3+_STO-3G_1.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.78/H3%2B_STO-3G_1.78.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -800,11 +866,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.7/H3+_6-31G_1.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.7/H3%2B_6-31G_1.7.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -812,11 +879,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.7/H3+_STO-3G_1.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.7/H3%2B_STO-3G_1.7.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -824,11 +892,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.82/H3+_6-31G_1.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.82/H3%2B_6-31G_1.82.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -836,11 +905,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.82/H3+_STO-3G_1.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.82/H3%2B_STO-3G_1.82.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -848,11 +918,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.86/H3+_6-31G_1.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.86/H3%2B_6-31G_1.86.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -860,11 +931,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.86/H3+_STO-3G_1.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.86/H3%2B_STO-3G_1.86.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -872,11 +944,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.94/H3+_6-31G_1.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.94/H3%2B_6-31G_1.94.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -884,11 +957,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.94/H3+_STO-3G_1.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.94/H3%2B_STO-3G_1.94.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -896,11 +970,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.98/H3+_6-31G_1.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.98/H3%2B_6-31G_1.98.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -908,11 +983,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.98/H3+_STO-3G_1.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.98/H3%2B_STO-3G_1.98.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -920,11 +996,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/1.9/H3+_6-31G_1.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/1.9/H3%2B_6-31G_1.9.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -932,11 +1009,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/1.9/H3+_STO-3G_1.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/1.9/H3%2B_STO-3G_1.9.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -944,11 +1022,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/2.02/H3+_6-31G_2.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/2.02/H3%2B_6-31G_2.02.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -956,11 +1035,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/2.02/H3+_STO-3G_2.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/2.02/H3%2B_STO-3G_2.02.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -968,11 +1048,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/2.06/H3+_6-31G_2.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/2.06/H3%2B_6-31G_2.06.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -980,11 +1061,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/2.06/H3+_STO-3G_2.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/2.06/H3%2B_STO-3G_2.06.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -992,11 +1074,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/6-31G/2.1/H3+_6-31G_2.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/6-31G/2.1/H3%2B_6-31G_2.1.h5", "parameters": { + "molname": "H3+", "basis": "6-31G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -1004,11 +1087,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3+/STO-3G/2.1/H3+_STO-3G_2.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H3%2B/STO-3G/2.1/H3%2B_STO-3G_2.1.h5", "parameters": { + "molname": "H3+", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "\u2221 HHH = 60\u00b0", "number_of_spin_orbitals": "6" }, "extra": { @@ -1052,8 +1136,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -1090,9 +1174,26 @@ "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", - "bond_angle": "\u2221 HHH = 60\u00b0", - "bond_length": "0.874", + "bondangle": "\u2221 HHH = 60\u00b0", + "bondlength": "0.874", "number_of_spin_orbitals": "6" } + }, + "parameterTree": { + "next": { + "H3+": { + "default": "STO-3G", + "next": { + "6-31G": { + "default": "0.874", + "next": {} + }, + "STO-3G": { + "default": "0.874", + "next": {} + } + } + } + } } -} +} \ No newline at end of file diff --git a/content/qchem/h3-cation/meta.json b/content/qchem/h3-cation/meta.json index 34e44678..4dd5f767 100644 --- a/content/qchem/h3-cation/meta.json +++ b/content/qchem/h3-cation/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h4-molecule/citation.txt b/content/qchem/h4-molecule/citation.txt index f1b457da..418ec21a 100644 --- a/content/qchem/h4-molecule/citation.txt +++ b/content/qchem/h4-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h4-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h4-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h4-molecule/dataset.json b/content/qchem/h4-molecule/dataset.json index c47c9df3..1c3645b7 100644 --- a/content/qchem/h4-molecule/dataset.json +++ b/content/qchem/h4-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.52/H4_STO-3G_0.52.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.52", + "bondlength": "0.52", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.54/H4_STO-3G_0.54.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.56/H4_STO-3G_0.56.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.56", + "bondlength": "0.56", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.5/H4_STO-3G_0.5.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.58/H4_STO-3G_0.58.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.62/H4_STO-3G_0.62.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.64/H4_STO-3G_0.64.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.64", + "bondlength": "0.64", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.66/H4_STO-3G_0.66.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.6/H4_STO-3G_0.6.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.6", + "bondlength": "0.6", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.68/H4_STO-3G_0.68.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.68", + "bondlength": "0.68", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.72/H4_STO-3G_0.72.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.72", + "bondlength": "0.72", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.74/H4_STO-3G_0.74.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.76/H4_STO-3G_0.76.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.76", + "bondlength": "0.76", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.7/H4_STO-3G_0.7.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.78/H4_STO-3G_0.78.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.82/H4_STO-3G_0.82.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.84/H4_STO-3G_0.84.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.84", + "bondlength": "0.84", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.86/H4_STO-3G_0.86.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.8/H4_STO-3G_0.8.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.8", + "bondlength": "0.8", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.88/H4_STO-3G_0.88.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.88", + "bondlength": "0.88", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.92/H4_STO-3G_0.92.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.92", + "bondlength": "0.92", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.94/H4_STO-3G_0.94.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.96/H4_STO-3G_0.96.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.96", + "bondlength": "0.96", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.9/H4_STO-3G_0.9.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/0.98/H4_STO-3G_0.98.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.02/H4_STO-3G_1.02.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.04/H4_STO-3G_1.04.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.04", + "bondlength": "1.04", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.06/H4_STO-3G_1.06.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.0/H4_STO-3G_1.0.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.0", + "bondlength": "1.0", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.08/H4_STO-3G_1.08.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.08", + "bondlength": "1.08", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.12/H4_STO-3G_1.12.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.12", + "bondlength": "1.12", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.14/H4_STO-3G_1.14.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.16/H4_STO-3G_1.16.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.16", + "bondlength": "1.16", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.1/H4_STO-3G_1.1.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.18/H4_STO-3G_1.18.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.22/H4_STO-3G_1.22.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.24/H4_STO-3G_1.24.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.24", + "bondlength": "1.24", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.26/H4_STO-3G_1.26.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.2/H4_STO-3G_1.2.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.2", + "bondlength": "1.2", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.28/H4_STO-3G_1.28.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.28", + "bondlength": "1.28", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H4/STO-3G/1.3/H4_STO-3G_1.3.h5", "parameters": { + "molname": "H4", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "8" }, "extra": { @@ -536,8 +577,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -574,9 +615,22 @@ "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", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.88", + "bondangle": "\u2221 HHH = 180\u00b0", + "bondlength": "0.88", "number_of_spin_orbitals": "8" } + }, + "parameterTree": { + "next": { + "H4": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "0.88", + "next": {} + } + } + } + } } } diff --git a/content/qchem/h4-molecule/meta.json b/content/qchem/h4-molecule/meta.json index efd69f1f..440b3692 100644 --- a/content/qchem/h4-molecule/meta.json +++ b/content/qchem/h4-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h5-molecule/citation.txt b/content/qchem/h5-molecule/citation.txt index d166bd2c..6afd1926 100644 --- a/content/qchem/h5-molecule/citation.txt +++ b/content/qchem/h5-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h5-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h5-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h5-molecule/dataset.json b/content/qchem/h5-molecule/dataset.json index 3b7ccfd1..f0afb0fb 100644 --- a/content/qchem/h5-molecule/dataset.json +++ b/content/qchem/h5-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/0.5/H5_STO-3G_0.5.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/0.6/H5_STO-3G_0.6.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.6", + "bondlength": "0.6", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/0.7/H5_STO-3G_0.7.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/0.8/H5_STO-3G_0.8.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.8", + "bondlength": "0.8", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/0.9/H5_STO-3G_0.9.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/1.0/H5_STO-3G_1.0.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.0", + "bondlength": "1.0", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/1.1/H5_STO-3G_1.1.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/1.2/H5_STO-3G_1.2.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.2", + "bondlength": "1.2", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/1.3/H5_STO-3G_1.3.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/1.4/H5_STO-3G_1.4.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.4", + "bondlength": "1.4", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H5/STO-3G/1.5/H5_STO-3G_1.5.h5", "parameters": { + "molname": "H5", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "10" }, "extra": { @@ -176,8 +187,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -214,9 +225,22 @@ "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", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1", + "bondangle": "\u2221 HHH = 180\u00b0", + "bondlength": "1", "number_of_spin_orbitals": "10" } + }, + "parameterTree": { + "next": { + "H5": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.0", + "next": {} + } + } + } + } } } diff --git a/content/qchem/h5-molecule/meta.json b/content/qchem/h5-molecule/meta.json index c4d007fd..d1d971fc 100644 --- a/content/qchem/h5-molecule/meta.json +++ b/content/qchem/h5-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h6-molecule/citation.txt b/content/qchem/h6-molecule/citation.txt index 9239eb2f..13765cc3 100644 --- a/content/qchem/h6-molecule/citation.txt +++ b/content/qchem/h6-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h6-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h6-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h6-molecule/dataset.json b/content/qchem/h6-molecule/dataset.json index f5759a6f..ce3a8455 100644 --- a/content/qchem/h6-molecule/dataset.json +++ b/content/qchem/h6-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.5/H6_STO-3G_0.5.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.52/H6_STO-3G_0.52.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.52", + "bondlength": "0.52", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.54/H6_STO-3G_0.54.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.56/H6_STO-3G_0.56.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.56", + "bondlength": "0.56", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.58/H6_STO-3G_0.58.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.6/H6_STO-3G_0.6.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.6", + "bondlength": "0.6", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.62/H6_STO-3G_0.62.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.64/H6_STO-3G_0.64.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.64", + "bondlength": "0.64", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.66/H6_STO-3G_0.66.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.68/H6_STO-3G_0.68.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.68", + "bondlength": "0.68", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.7/H6_STO-3G_0.7.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.72/H6_STO-3G_0.72.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.72", + "bondlength": "0.72", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.74/H6_STO-3G_0.74.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.76/H6_STO-3G_0.76.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.76", + "bondlength": "0.76", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.78/H6_STO-3G_0.78.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.8/H6_STO-3G_0.8.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.8", + "bondlength": "0.8", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.82/H6_STO-3G_0.82.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.84/H6_STO-3G_0.84.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.84", + "bondlength": "0.84", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.86/H6_STO-3G_0.86.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.88/H6_STO-3G_0.88.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.88", + "bondlength": "0.88", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.9/H6_STO-3G_0.9.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.92/H6_STO-3G_0.92.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.92", + "bondlength": "0.92", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.94/H6_STO-3G_0.94.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.96/H6_STO-3G_0.96.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.96", + "bondlength": "0.96", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/0.98/H6_STO-3G_0.98.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.0/H6_STO-3G_1.0.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.0", + "bondlength": "1.0", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.02/H6_STO-3G_1.02.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.04/H6_STO-3G_1.04.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.04", + "bondlength": "1.04", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.06/H6_STO-3G_1.06.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.08/H6_STO-3G_1.08.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.08", + "bondlength": "1.08", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.1/H6_STO-3G_1.1.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.12/H6_STO-3G_1.12.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.12", + "bondlength": "1.12", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.14/H6_STO-3G_1.14.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.16/H6_STO-3G_1.16.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.16", + "bondlength": "1.16", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.18/H6_STO-3G_1.18.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.2/H6_STO-3G_1.2.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.2", + "bondlength": "1.2", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.22/H6_STO-3G_1.22.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.24/H6_STO-3G_1.24.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.24", + "bondlength": "1.24", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.26/H6_STO-3G_1.26.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.28/H6_STO-3G_1.28.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.28", + "bondlength": "1.28", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H6/STO-3G/1.3/H6_STO-3G_1.3.h5", "parameters": { + "molname": "H6", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "12" }, "extra": { @@ -536,8 +577,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -574,9 +615,22 @@ "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", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.92", + "bondangle": "\u2221 HHH = 180\u00b0", + "bondlength": "0.92", "number_of_spin_orbitals": "12" } + }, + "parameterTree": { + "next": { + "H6": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "0.92", + "next": {} + } + } + } + } } } diff --git a/content/qchem/h6-molecule/meta.json b/content/qchem/h6-molecule/meta.json index 1e5e023f..6aa01e65 100644 --- a/content/qchem/h6-molecule/meta.json +++ b/content/qchem/h6-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h7-molecule/citation.txt b/content/qchem/h7-molecule/citation.txt index 76df4ea7..a3cb224a 100644 --- a/content/qchem/h7-molecule/citation.txt +++ b/content/qchem/h7-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h7-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h7-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h7-molecule/dataset.json b/content/qchem/h7-molecule/dataset.json index 640df75c..6077fa12 100644 --- a/content/qchem/h7-molecule/dataset.json +++ b/content/qchem/h7-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/0.5/H7_STO-3G_0.5.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/0.6/H7_STO-3G_0.6.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.6", + "bondlength": "0.6", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/0.7/H7_STO-3G_0.7.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/0.8/H7_STO-3G_0.8.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.8", + "bondlength": "0.8", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/0.9/H7_STO-3G_0.9.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/1.0/H7_STO-3G_1.0.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.0", + "bondlength": "1.0", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/1.1/H7_STO-3G_1.1.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/1.2/H7_STO-3G_1.2.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.2", + "bondlength": "1.2", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/1.3/H7_STO-3G_1.3.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/1.4/H7_STO-3G_1.4.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.4", + "bondlength": "1.4", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H7/STO-3G/1.5/H7_STO-3G_1.5.h5", "parameters": { + "molname": "H7", "basis": "STO-3G", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "\u2221 HHH = 180\u00b0", "number_of_spin_orbitals": "14" }, "extra": { @@ -176,8 +187,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -214,9 +225,22 @@ "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", - "bond_angle": "\u2221 HHH = 180\u00b0", - "bond_length": "1", + "bondangle": "\u2221 HHH = 180\u00b0", + "bondlength": "1", "number_of_spin_orbitals": "14" } + }, + "parameterTree": { + "next": { + "H7": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.0", + "next": {} + } + } + } + } } } diff --git a/content/qchem/h7-molecule/meta.json b/content/qchem/h7-molecule/meta.json index 2e19264e..8132bd97 100644 --- a/content/qchem/h7-molecule/meta.json +++ b/content/qchem/h7-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/h8-molecule/citation.txt b/content/qchem/h8-molecule/citation.txt index b7e3ed68..8e77f24d 100644 --- a/content/qchem/h8-molecule/citation.txt +++ b/content/qchem/h8-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/h8-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/h8-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/h8-molecule/dataset.json b/content/qchem/h8-molecule/dataset.json index d2a80e13..ae767680 100644 --- a/content/qchem/h8-molecule/dataset.json +++ b/content/qchem/h8-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.51/H8_STO-3G_0.51.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.51", + "bondlength": "0.51", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.5/H8_STO-3G_0.5.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.52/H8_STO-3G_0.52.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.52", + "bondlength": "0.52", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.53/H8_STO-3G_0.53.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.53", + "bondlength": "0.53", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.54/H8_STO-3G_0.54.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.55/H8_STO-3G_0.55.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.55", + "bondlength": "0.55", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.56/H8_STO-3G_0.56.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.56", + "bondlength": "0.56", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.57/H8_STO-3G_0.57.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.57", + "bondlength": "0.57", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.58/H8_STO-3G_0.58.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.59/H8_STO-3G_0.59.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.59", + "bondlength": "0.59", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.61/H8_STO-3G_0.61.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.61", + "bondlength": "0.61", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.6/H8_STO-3G_0.6.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.6", + "bondlength": "0.6", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.62/H8_STO-3G_0.62.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.63/H8_STO-3G_0.63.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.63", + "bondlength": "0.63", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.64/H8_STO-3G_0.64.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.64", + "bondlength": "0.64", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.65/H8_STO-3G_0.65.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.65", + "bondlength": "0.65", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.66/H8_STO-3G_0.66.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.67/H8_STO-3G_0.67.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.67", + "bondlength": "0.67", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.68/H8_STO-3G_0.68.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.68", + "bondlength": "0.68", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.69/H8_STO-3G_0.69.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.69", + "bondlength": "0.69", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.71/H8_STO-3G_0.71.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.71", + "bondlength": "0.71", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.7/H8_STO-3G_0.7.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.72/H8_STO-3G_0.72.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.72", + "bondlength": "0.72", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.73/H8_STO-3G_0.73.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.73", + "bondlength": "0.73", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.74/H8_STO-3G_0.74.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.75/H8_STO-3G_0.75.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.75", + "bondlength": "0.75", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.76/H8_STO-3G_0.76.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.76", + "bondlength": "0.76", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.77/H8_STO-3G_0.77.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.77", + "bondlength": "0.77", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.78/H8_STO-3G_0.78.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.79/H8_STO-3G_0.79.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.79", + "bondlength": "0.79", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.81/H8_STO-3G_0.81.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.81", + "bondlength": "0.81", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.8/H8_STO-3G_0.8.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.8", + "bondlength": "0.8", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.82/H8_STO-3G_0.82.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.83/H8_STO-3G_0.83.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.83", + "bondlength": "0.83", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.84/H8_STO-3G_0.84.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.84", + "bondlength": "0.84", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.85/H8_STO-3G_0.85.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.85", + "bondlength": "0.85", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.86/H8_STO-3G_0.86.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.87/H8_STO-3G_0.87.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.87", + "bondlength": "0.87", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.88/H8_STO-3G_0.88.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.88", + "bondlength": "0.88", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.89/H8_STO-3G_0.89.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.89", + "bondlength": "0.89", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/0.9/H8_STO-3G_0.9.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -502,9 +543,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/H8/STO-3G/1.0/H8_STO-3G_1.0.h5", "parameters": { + "molname": "H8", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.0", + "bondlength": "1.0", + "bondangle": "N\\A", "number_of_spin_orbitals": "16" }, "extra": { @@ -548,8 +590,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -586,9 +628,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondangle": "N\\A", + "bondlength": "0.5", "number_of_spin_orbitals": "16" } + }, + "parameterTree": { + "next": { + "H8": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "0.5", + "next": {} + } + } + } + } } } diff --git a/content/qchem/h8-molecule/meta.json b/content/qchem/h8-molecule/meta.json index 217dcd61..69e377eb 100644 --- a/content/qchem/h8-molecule/meta.json +++ b/content/qchem/h8-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/hcn-molecule/citation.txt b/content/qchem/hcn-molecule/citation.txt index 1888ac14..95850e9e 100644 --- a/content/qchem/hcn-molecule/citation.txt +++ b/content/qchem/hcn-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/hcn-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/hcn-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/hcn-molecule/dataset.json b/content/qchem/hcn-molecule/dataset.json index 2c1c0866..601275c7 100644 --- a/content/qchem/hcn-molecule/dataset.json +++ b/content/qchem/hcn-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/0.0/HCN_STO-3G_0.0.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "0.0", + "bondlength": "0.0", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/0.314/HCN_STO-3G_0.314.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "0.314", + "bondlength": "0.314", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/0.628/HCN_STO-3G_0.628.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "0.628", + "bondlength": "0.628", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/0.942/HCN_STO-3G_0.942.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "0.942", + "bondlength": "0.942", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/1.156/HCN_STO-3G_1.156.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "1.156", + "bondlength": "1.156", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/1.257/HCN_STO-3G_1.257.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "1.257", + "bondlength": "1.257", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/1.571/HCN_STO-3G_1.571.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "1.571", + "bondlength": "1.571", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/1.885/HCN_STO-3G_1.885.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "1.885", + "bondlength": "1.885", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/2.199/HCN_STO-3G_2.199.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "2.199", + "bondlength": "2.199", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/2.513/HCN_STO-3G_2.513.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "2.513", + "bondlength": "2.513", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/2.827/HCN_STO-3G_2.827.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "2.827", + "bondlength": "2.827", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCN/STO-3G/3.142/HCN_STO-3G_3.142.h5", "parameters": { + "molname": "HCN", "basis": "STO-3G", - "bond_angle": "1.156", - "bond_length": "3.142", + "bondlength": "3.142", + "bondangle": "1.156", "number_of_spin_orbitals": "22" }, "extra": { @@ -210,9 +222,22 @@ "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", - "bond_angle": "1.156", - "bond_length": "3.142", + "bondangle": "1.156", + "bondlength": "3.142", "number_of_spin_orbitals": "22" } + }, + "parameterTree": { + "next": { + "HCN": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.156", + "next": {} + } + } + } + } } } diff --git a/content/qchem/hcn-molecule/meta.json b/content/qchem/hcn-molecule/meta.json index 7844b032..2284f256 100644 --- a/content/qchem/hcn-molecule/meta.json +++ b/content/qchem/hcn-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/hcoh-molecule/citation.txt b/content/qchem/hcoh-molecule/citation.txt index e5fed6bd..a52c0b23 100644 --- a/content/qchem/hcoh-molecule/citation.txt +++ b/content/qchem/hcoh-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/hcoh-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/hcoh-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/hcoh-molecule/dataset.json b/content/qchem/hcoh-molecule/dataset.json index 29cf7ac8..fe8c899c 100644 --- a/content/qchem/hcoh-molecule/dataset.json +++ b/content/qchem/hcoh-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HCOH/STO-3G/0.917/HCOH_STO-3G_0.917.h5", "parameters": { + "molname": "HCOH", "basis": "STO-3G", - "bond_angle": "\u2221 OCH = 102.3\u00b0", - "bond_length": "0.917", + "bondlength": "0.917", + "bondangle": "\u2221 OCH = 102.3\u00b0", "number_of_spin_orbitals": "24" }, "extra": { @@ -56,8 +57,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -94,9 +95,22 @@ "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", - "bond_angle": "\u2221 OCH = 102.3\u00b0", - "bond_length": "0.917", + "bondangle": "\u2221 OCH = 102.3\u00b0", + "bondlength": "0.917", "number_of_spin_orbitals": "24" } + }, + "parameterTree": { + "next": { + "HCOH": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "0.917", + "next": {} + } + } + } + } } } diff --git a/content/qchem/hcoh-molecule/meta.json b/content/qchem/hcoh-molecule/meta.json index 2ff01111..87878678 100644 --- a/content/qchem/hcoh-molecule/meta.json +++ b/content/qchem/hcoh-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/he2-molecule/citation.txt b/content/qchem/he2-molecule/citation.txt index f1d87dae..68ea84a5 100644 --- a/content/qchem/he2-molecule/citation.txt +++ b/content/qchem/he2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/he2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/he2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/he2-molecule/dataset.json b/content/qchem/he2-molecule/dataset.json index 25696471..d20cfcdf 100644 --- a/content/qchem/he2-molecule/dataset.json +++ b/content/qchem/he2-molecule/dataset.json @@ -8,11 +8,12 @@ }, "data": [ { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/0.5/HE2_6-31G_0.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/0.5/He2_6-31G_0.5.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -20,11 +21,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/0.65/HE2_6-31G_0.65.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/0.65/He2_6-31G_0.65.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "0.65", + "bondlength": "0.65", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -32,11 +34,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/0.8/HE2_6-31G_0.8.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/0.8/He2_6-31G_0.8.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "0.8", + "bondlength": "0.8", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -44,11 +47,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/0.95/HE2_6-31G_0.95.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/0.95/He2_6-31G_0.95.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "0.95", + "bondlength": "0.95", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -56,11 +60,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/1.1/HE2_6-31G_1.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/1.1/He2_6-31G_1.1.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -68,11 +73,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/1.25/HE2_6-31G_1.25.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/1.25/He2_6-31G_1.25.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "1.25", + "bondlength": "1.25", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -80,11 +86,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/1.4/HE2_6-31G_1.4.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/1.4/He2_6-31G_1.4.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "1.4", + "bondlength": "1.4", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -92,11 +99,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/1.55/HE2_6-31G_1.55.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/1.55/He2_6-31G_1.55.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "1.55", + "bondlength": "1.55", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -104,11 +112,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/1.7/HE2_6-31G_1.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/1.7/He2_6-31G_1.7.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -116,11 +125,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/1.85/HE2_6-31G_1.85.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/1.85/He2_6-31G_1.85.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "1.85", + "bondlength": "1.85", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -128,11 +138,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/2.0/HE2_6-31G_2.0.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/2.0/He2_6-31G_2.0.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "2.0", + "bondlength": "2.0", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -140,11 +151,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/2.15/HE2_6-31G_2.15.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/2.15/He2_6-31G_2.15.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "2.15", + "bondlength": "2.15", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -152,11 +164,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/2.3/HE2_6-31G_2.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/2.3/He2_6-31G_2.3.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -164,11 +177,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/2.45/HE2_6-31G_2.45.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/2.45/He2_6-31G_2.45.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "2.45", + "bondlength": "2.45", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -176,11 +190,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/2.6/HE2_6-31G_2.6.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/2.6/He2_6-31G_2.6.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "2.6", + "bondlength": "2.6", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -188,11 +203,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/2.75/HE2_6-31G_2.75.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/2.75/He2_6-31G_2.75.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "2.75", + "bondlength": "2.75", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -200,11 +216,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/2.9/HE2_6-31G_2.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/2.9/He2_6-31G_2.9.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "2.9", + "bondlength": "2.9", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -212,11 +229,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/3.05/HE2_6-31G_3.05.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/3.05/He2_6-31G_3.05.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "3.05", + "bondlength": "3.05", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -224,11 +242,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/3.2/HE2_6-31G_3.2.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/3.2/He2_6-31G_3.2.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "3.2", + "bondlength": "3.2", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -236,11 +255,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/3.35/HE2_6-31G_3.35.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/3.35/He2_6-31G_3.35.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "3.35", + "bondlength": "3.35", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -248,11 +268,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/3.5/HE2_6-31G_3.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/3.5/He2_6-31G_3.5.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "3.5", + "bondlength": "3.5", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -260,11 +281,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/3.65/HE2_6-31G_3.65.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/3.65/He2_6-31G_3.65.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "3.65", + "bondlength": "3.65", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -272,11 +294,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/3.8/HE2_6-31G_3.8.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/3.8/He2_6-31G_3.8.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "3.8", + "bondlength": "3.8", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -284,11 +307,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/3.95/HE2_6-31G_3.95.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/3.95/He2_6-31G_3.95.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "3.95", + "bondlength": "3.95", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -296,11 +320,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/4.1/HE2_6-31G_4.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/4.1/He2_6-31G_4.1.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "4.1", + "bondlength": "4.1", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -308,11 +333,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/4.25/HE2_6-31G_4.25.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/4.25/He2_6-31G_4.25.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "4.25", + "bondlength": "4.25", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -320,11 +346,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/4.4/HE2_6-31G_4.4.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/4.4/He2_6-31G_4.4.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "4.4", + "bondlength": "4.4", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -332,11 +359,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/4.55/HE2_6-31G_4.55.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/4.55/He2_6-31G_4.55.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "4.55", + "bondlength": "4.55", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -344,11 +372,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/4.7/HE2_6-31G_4.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/4.7/He2_6-31G_4.7.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "4.7", + "bondlength": "4.7", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -356,11 +385,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/4.85/HE2_6-31G_4.85.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/4.85/He2_6-31G_4.85.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "4.85", + "bondlength": "4.85", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -368,11 +398,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/5.0/HE2_6-31G_5.0.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/5.0/He2_6-31G_5.0.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "5.0", + "bondlength": "5.0", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -380,11 +411,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/5.15/HE2_6-31G_5.15.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/5.15/He2_6-31G_5.15.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "5.15", + "bondlength": "5.15", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -392,11 +424,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/5.2/HE2_6-31G_5.2.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/5.2/He2_6-31G_5.2.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "5.2", + "bondlength": "5.2", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -404,11 +437,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/5.3/HE2_6-31G_5.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/5.3/He2_6-31G_5.3.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "5.3", + "bondlength": "5.3", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -416,11 +450,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/5.45/HE2_6-31G_5.45.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/5.45/He2_6-31G_5.45.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "5.45", + "bondlength": "5.45", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -428,11 +463,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/5.6/HE2_6-31G_5.6.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/5.6/He2_6-31G_5.6.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "5.6", + "bondlength": "5.6", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -440,11 +476,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/5.75/HE2_6-31G_5.75.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/5.75/He2_6-31G_5.75.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "5.75", + "bondlength": "5.75", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -452,11 +489,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/5.9/HE2_6-31G_5.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/5.9/He2_6-31G_5.9.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "5.9", + "bondlength": "5.9", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -464,11 +502,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/6.05/HE2_6-31G_6.05.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/6.05/He2_6-31G_6.05.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "6.05", + "bondlength": "6.05", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -476,11 +515,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/6.2/HE2_6-31G_6.2.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/6.2/He2_6-31G_6.2.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "6.2", + "bondlength": "6.2", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -488,11 +528,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/6.35/HE2_6-31G_6.35.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/6.35/He2_6-31G_6.35.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "6.35", + "bondlength": "6.35", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -500,11 +541,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HE2/6-31G/6.5/HE2_6-31G_6.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/He2/6-31G/6.5/He2_6-31G_6.5.h5", "parameters": { + "molname": "He2", "basis": "6-31G", - "bond_angle": "180", - "bond_length": "6.5", + "bondlength": "6.5", + "bondangle": "180", "number_of_spin_orbitals": "8" }, "extra": { @@ -548,8 +590,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -586,9 +628,22 @@ "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": "6-31G", - "bond_angle": "180", - "bond_length": "5.2", + "bondangle": "180", + "bondlength": "5.2", "number_of_spin_orbitals": "8" } + }, + "parameterTree": { + "next": { + "He2": { + "default": "6-31G", + "next": { + "6-31G": { + "default": "5.2", + "next": {} + } + } + } + } } -} +} \ No newline at end of file diff --git a/content/qchem/he2-molecule/meta.json b/content/qchem/he2-molecule/meta.json index c65f2c42..32221898 100644 --- a/content/qchem/he2-molecule/meta.json +++ b/content/qchem/he2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/heh-cation/citation.txt b/content/qchem/heh-cation/citation.txt index 817818fa..66628cb8 100644 --- a/content/qchem/heh-cation/citation.txt +++ b/content/qchem/heh-cation/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/heh-plus-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/heh-plus-molecule}},  year = {2023}} } \ No newline at end of file diff --git a/content/qchem/heh-cation/dataset.json b/content/qchem/heh-cation/dataset.json index 4435af5b..e8b78b65 100644 --- a/content/qchem/heh-cation/dataset.json +++ b/content/qchem/heh-cation/dataset.json @@ -8,11 +8,12 @@ }, "data": [ { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.54/HEH+_6-31G_0.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.54/HeH%2B_6-31G_0.54.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -20,11 +21,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.54/HEH+_STO-3G_0.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.54/HeH%2B_STO-3G_0.54.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -32,11 +34,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.58/HEH+_6-31G_0.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.58/HeH%2B_6-31G_0.58.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -44,11 +47,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.58/HEH+_STO-3G_0.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.58/HeH%2B_STO-3G_0.58.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -56,11 +60,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.5/HEH+_6-31G_0.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.5/HeH%2B_6-31G_0.5.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -68,11 +73,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/0.5/HEH+_CC-PVDZ_0.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/0.5/HeH%2B_CC-PVDZ_0.5.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -80,11 +86,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.5/HEH+_STO-3G_0.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.5/HeH%2B_STO-3G_0.5.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -92,11 +99,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.62/HEH+_6-31G_0.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.62/HeH%2B_6-31G_0.62.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -104,11 +112,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.62/HEH+_STO-3G_0.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.62/HeH%2B_STO-3G_0.62.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -116,11 +125,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.66/HEH+_6-31G_0.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.66/HeH%2B_6-31G_0.66.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -128,11 +138,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.66/HEH+_STO-3G_0.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.66/HeH%2B_STO-3G_0.66.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -140,11 +151,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.74/HEH+_6-31G_0.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.74/HeH%2B_6-31G_0.74.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -152,11 +164,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.74/HEH+_STO-3G_0.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.74/HeH%2B_STO-3G_0.74.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -164,11 +177,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.775/HEH+_6-31G_0.775.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.775/HeH%2B_6-31G_0.775.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.775", + "bondlength": "0.775", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -176,11 +190,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/0.775/HEH+_CC-PVDZ_0.775.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/0.775/HeH%2B_CC-PVDZ_0.775.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "0.775", + "bondlength": "0.775", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -188,11 +203,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.775/HEH+_STO-3G_0.775.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.775/HeH%2B_STO-3G_0.775.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.775", + "bondlength": "0.775", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -200,11 +216,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.78/HEH+_6-31G_0.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.78/HeH%2B_6-31G_0.78.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -212,11 +229,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.78/HEH+_STO-3G_0.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.78/HeH%2B_STO-3G_0.78.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -224,11 +242,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.7/HEH+_6-31G_0.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.7/HeH%2B_6-31G_0.7.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -236,11 +255,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/0.7/HEH+_CC-PVDZ_0.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/0.7/HeH%2B_CC-PVDZ_0.7.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -248,11 +268,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.7/HEH+_STO-3G_0.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.7/HeH%2B_STO-3G_0.7.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -260,11 +281,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.82/HEH+_6-31G_0.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.82/HeH%2B_6-31G_0.82.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -272,11 +294,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.82/HEH+_STO-3G_0.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.82/HeH%2B_STO-3G_0.82.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -284,11 +307,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.86/HEH+_6-31G_0.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.86/HeH%2B_6-31G_0.86.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -296,11 +320,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.86/HEH+_STO-3G_0.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.86/HeH%2B_STO-3G_0.86.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -308,11 +333,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.94/HEH+_6-31G_0.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.94/HeH%2B_6-31G_0.94.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -320,11 +346,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.94/HEH+_STO-3G_0.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.94/HeH%2B_STO-3G_0.94.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -332,11 +359,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.98/HEH+_6-31G_0.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.98/HeH%2B_6-31G_0.98.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -344,11 +372,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.98/HEH+_STO-3G_0.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.98/HeH%2B_STO-3G_0.98.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -356,11 +385,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/0.9/HEH+_6-31G_0.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/0.9/HeH%2B_6-31G_0.9.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -368,11 +398,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/0.9/HEH+_CC-PVDZ_0.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/0.9/HeH%2B_CC-PVDZ_0.9.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -380,11 +411,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/0.9/HEH+_STO-3G_0.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/0.9/HeH%2B_STO-3G_0.9.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -392,11 +424,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.02/HEH+_6-31G_1.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.02/HeH%2B_6-31G_1.02.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -404,11 +437,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.02/HEH+_STO-3G_1.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.02/HeH%2B_STO-3G_1.02.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -416,11 +450,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.06/HEH+_6-31G_1.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.06/HeH%2B_6-31G_1.06.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -428,11 +463,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.06/HEH+_STO-3G_1.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.06/HeH%2B_STO-3G_1.06.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -440,11 +476,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.14/HEH+_6-31G_1.14.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.14/HeH%2B_6-31G_1.14.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -452,11 +489,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.14/HEH+_STO-3G_1.14.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.14/HeH%2B_STO-3G_1.14.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -464,11 +502,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.18/HEH+_6-31G_1.18.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.18/HeH%2B_6-31G_1.18.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -476,11 +515,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.18/HEH+_STO-3G_1.18.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.18/HeH%2B_STO-3G_1.18.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -488,11 +528,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.1/HEH+_6-31G_1.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.1/HeH%2B_6-31G_1.1.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -500,11 +541,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/1.1/HEH+_CC-PVDZ_1.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/1.1/HeH%2B_CC-PVDZ_1.1.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -512,11 +554,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.1/HEH+_STO-3G_1.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.1/HeH%2B_STO-3G_1.1.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -524,11 +567,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.22/HEH+_6-31G_1.22.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.22/HeH%2B_6-31G_1.22.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -536,11 +580,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.22/HEH+_STO-3G_1.22.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.22/HeH%2B_STO-3G_1.22.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -548,11 +593,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.26/HEH+_6-31G_1.26.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.26/HeH%2B_6-31G_1.26.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -560,11 +606,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.26/HEH+_STO-3G_1.26.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.26/HeH%2B_STO-3G_1.26.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -572,11 +619,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.34/HEH+_6-31G_1.34.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.34/HeH%2B_6-31G_1.34.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -584,11 +632,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.34/HEH+_STO-3G_1.34.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.34/HeH%2B_STO-3G_1.34.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -596,11 +645,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.38/HEH+_6-31G_1.38.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.38/HeH%2B_6-31G_1.38.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -608,11 +658,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.38/HEH+_STO-3G_1.38.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.38/HeH%2B_STO-3G_1.38.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -620,11 +671,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.3/HEH+_6-31G_1.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.3/HeH%2B_6-31G_1.3.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -632,11 +684,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/1.3/HEH+_CC-PVDZ_1.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/1.3/HeH%2B_CC-PVDZ_1.3.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -644,11 +697,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.3/HEH+_STO-3G_1.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.3/HeH%2B_STO-3G_1.3.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -656,11 +710,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.42/HEH+_6-31G_1.42.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.42/HeH%2B_6-31G_1.42.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -668,11 +723,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.42/HEH+_STO-3G_1.42.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.42/HeH%2B_STO-3G_1.42.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -680,11 +736,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.46/HEH+_6-31G_1.46.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.46/HeH%2B_6-31G_1.46.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -692,11 +749,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.46/HEH+_STO-3G_1.46.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.46/HeH%2B_STO-3G_1.46.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -704,11 +762,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.54/HEH+_6-31G_1.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.54/HeH%2B_6-31G_1.54.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -716,11 +775,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.54/HEH+_STO-3G_1.54.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.54/HeH%2B_STO-3G_1.54.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -728,11 +788,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.58/HEH+_6-31G_1.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.58/HeH%2B_6-31G_1.58.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -740,11 +801,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.58/HEH+_STO-3G_1.58.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.58/HeH%2B_STO-3G_1.58.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -752,11 +814,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.5/HEH+_6-31G_1.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.5/HeH%2B_6-31G_1.5.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -764,11 +827,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/1.5/HEH+_CC-PVDZ_1.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/1.5/HeH%2B_CC-PVDZ_1.5.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -776,11 +840,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.5/HEH+_STO-3G_1.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.5/HeH%2B_STO-3G_1.5.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -788,11 +853,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.62/HEH+_6-31G_1.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.62/HeH%2B_6-31G_1.62.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -800,11 +866,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.62/HEH+_STO-3G_1.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.62/HeH%2B_STO-3G_1.62.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -812,11 +879,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.66/HEH+_6-31G_1.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.66/HeH%2B_6-31G_1.66.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -824,11 +892,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.66/HEH+_STO-3G_1.66.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.66/HeH%2B_STO-3G_1.66.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -836,11 +905,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.74/HEH+_6-31G_1.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.74/HeH%2B_6-31G_1.74.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -848,11 +918,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.74/HEH+_STO-3G_1.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.74/HeH%2B_STO-3G_1.74.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -860,11 +931,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.78/HEH+_6-31G_1.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.78/HeH%2B_6-31G_1.78.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -872,11 +944,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.78/HEH+_STO-3G_1.78.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.78/HeH%2B_STO-3G_1.78.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -884,11 +957,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.7/HEH+_6-31G_1.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.7/HeH%2B_6-31G_1.7.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -896,11 +970,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/1.7/HEH+_CC-PVDZ_1.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/1.7/HeH%2B_CC-PVDZ_1.7.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -908,11 +983,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.7/HEH+_STO-3G_1.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.7/HeH%2B_STO-3G_1.7.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -920,11 +996,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.82/HEH+_6-31G_1.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.82/HeH%2B_6-31G_1.82.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -932,11 +1009,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.82/HEH+_STO-3G_1.82.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.82/HeH%2B_STO-3G_1.82.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -944,11 +1022,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.86/HEH+_6-31G_1.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.86/HeH%2B_6-31G_1.86.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -956,11 +1035,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.86/HEH+_STO-3G_1.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.86/HeH%2B_STO-3G_1.86.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -968,11 +1048,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.94/HEH+_6-31G_1.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.94/HeH%2B_6-31G_1.94.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -980,11 +1061,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.94/HEH+_STO-3G_1.94.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.94/HeH%2B_STO-3G_1.94.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -992,11 +1074,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.98/HEH+_6-31G_1.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.98/HeH%2B_6-31G_1.98.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -1004,11 +1087,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.98/HEH+_STO-3G_1.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.98/HeH%2B_STO-3G_1.98.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1016,11 +1100,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/1.9/HEH+_6-31G_1.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/1.9/HeH%2B_6-31G_1.9.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -1028,11 +1113,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/1.9/HEH+_CC-PVDZ_1.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/1.9/HeH%2B_CC-PVDZ_1.9.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -1040,11 +1126,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/1.9/HEH+_STO-3G_1.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/1.9/HeH%2B_STO-3G_1.9.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1052,11 +1139,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/2.02/HEH+_6-31G_2.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/2.02/HeH%2B_6-31G_2.02.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -1064,11 +1152,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/2.02/HEH+_STO-3G_2.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/2.02/HeH%2B_STO-3G_2.02.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1076,11 +1165,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/2.06/HEH+_6-31G_2.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/2.06/HeH%2B_6-31G_2.06.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -1088,11 +1178,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/2.06/HEH+_STO-3G_2.06.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/2.06/HeH%2B_STO-3G_2.06.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1100,11 +1191,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/6-31G/2.1/HEH+_6-31G_2.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/6-31G/2.1/HeH%2B_6-31G_2.1.h5", "parameters": { + "molname": "HeH+", "basis": "6-31G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "8" }, "extra": { @@ -1112,11 +1204,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/2.1/HEH+_CC-PVDZ_2.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/2.1/HeH%2B_CC-PVDZ_2.1.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -1124,11 +1217,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/STO-3G/2.1/HEH+_STO-3G_2.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/STO-3G/2.1/HeH%2B_STO-3G_2.1.h5", "parameters": { + "molname": "HeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "4" }, "extra": { @@ -1136,11 +1230,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/2.3/HEH+_CC-PVDZ_2.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/2.3/HeH%2B_CC-PVDZ_2.3.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -1148,11 +1243,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HEH+/CC-PVDZ/2.5/HEH+_CC-PVDZ_2.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HeH%2B/CC-PVDZ/2.5/HeH%2B_CC-PVDZ_2.5.h5", "parameters": { + "molname": "HeH+", "basis": "CC-PVDZ", - "bond_angle": "N/A", - "bond_length": "2.5", + "bondlength": "2.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -1196,8 +1292,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -1234,9 +1330,30 @@ "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", - "bond_angle": "N/A", - "bond_length": "0.775", + "bondangle": "N\\A", + "bondlength": "0.775", "number_of_spin_orbitals": "4" } + }, + "parameterTree": { + "next": { + "HeH+": { + "default": "STO-3G", + "next": { + "6-31G": { + "default": "0.775", + "next": {} + }, + "CC-PVDZ": { + "default": "0.775", + "next": {} + }, + "STO-3G": { + "default": "0.775", + "next": {} + } + } + } + } } } diff --git a/content/qchem/heh-cation/meta.json b/content/qchem/heh-cation/meta.json index 495f45cd..aa0dcc14 100644 --- a/content/qchem/heh-cation/meta.json +++ b/content/qchem/heh-cation/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -28,4 +30,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/hf-molecule/citation.txt b/content/qchem/hf-molecule/citation.txt index 0bd7b1e5..201a5259 100644 --- a/content/qchem/hf-molecule/citation.txt +++ b/content/qchem/hf-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/hf-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/hf-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/hf-molecule/dataset.json b/content/qchem/hf-molecule/dataset.json index 0a8b1a37..eae5fc7b 100644 --- a/content/qchem/hf-molecule/dataset.json +++ b/content/qchem/hf-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.5/HF_STO-3G_0.5.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.54/HF_STO-3G_0.54.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.58/HF_STO-3G_0.58.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.62/HF_STO-3G_0.62.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.66/HF_STO-3G_0.66.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.7/HF_STO-3G_0.7.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.74/HF_STO-3G_0.74.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.78/HF_STO-3G_0.78.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.82/HF_STO-3G_0.82.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.86/HF_STO-3G_0.86.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.9/HF_STO-3G_0.9.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.917/HF_STO-3G_0.917.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.917", + "bondlength": "0.917", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.94/HF_STO-3G_0.94.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/0.98/HF_STO-3G_0.98.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.02/HF_STO-3G_1.02.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.06/HF_STO-3G_1.06.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.1/HF_STO-3G_1.1.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.14/HF_STO-3G_1.14.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.18/HF_STO-3G_1.18.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.22/HF_STO-3G_1.22.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.26/HF_STO-3G_1.26.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.3/HF_STO-3G_1.3.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.34/HF_STO-3G_1.34.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.38/HF_STO-3G_1.38.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.42/HF_STO-3G_1.42.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.46/HF_STO-3G_1.46.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.5/HF_STO-3G_1.5.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.54/HF_STO-3G_1.54.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.58/HF_STO-3G_1.58.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.62/HF_STO-3G_1.62.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.66/HF_STO-3G_1.66.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.7/HF_STO-3G_1.7.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.74/HF_STO-3G_1.74.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.78/HF_STO-3G_1.78.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.82/HF_STO-3G_1.82.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.86/HF_STO-3G_1.86.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.9/HF_STO-3G_1.9.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.94/HF_STO-3G_1.94.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/1.98/HF_STO-3G_1.98.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/2.02/HF_STO-3G_2.02.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/2.06/HF_STO-3G_2.06.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -502,9 +543,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/HF/STO-3G/2.1/HF_STO-3G_2.1.h5", "parameters": { + "molname": "HF", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -548,8 +590,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -586,9 +628,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "0.917", + "bondangle": "N\\A", + "bondlength": "0.917", "number_of_spin_orbitals": "12" } + }, + "parameterTree": { + "next": { + "HF": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "0.917", + "next": {} + } + } + } + } } } diff --git a/content/qchem/hf-molecule/meta.json b/content/qchem/hf-molecule/meta.json index 9af98fa7..64b4402a 100644 --- a/content/qchem/hf-molecule/meta.json +++ b/content/qchem/hf-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/li2-molecule/citation.txt b/content/qchem/li2-molecule/citation.txt index d698957d..e71f0896 100644 --- a/content/qchem/li2-molecule/citation.txt +++ b/content/qchem/li2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/li2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/li2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/li2-molecule/dataset.json b/content/qchem/li2-molecule/dataset.json index 2e16c843..a08a054e 100644 --- a/content/qchem/li2-molecule/dataset.json +++ b/content/qchem/li2-molecule/dataset.json @@ -8,11 +8,12 @@ }, "data": [ { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/1.5/LI2_STO-3G_1.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/1.5/Li2_STO-3G_1.5.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -20,11 +21,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/1.7/LI2_STO-3G_1.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/1.7/Li2_STO-3G_1.7.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -32,11 +34,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/1.9/LI2_STO-3G_1.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/1.9/Li2_STO-3G_1.9.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -44,11 +47,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/2.1/LI2_STO-3G_2.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/2.1/Li2_STO-3G_2.1.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -56,11 +60,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/2.3/LI2_STO-3G_2.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/2.3/Li2_STO-3G_2.3.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -68,11 +73,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/2.5/LI2_STO-3G_2.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/2.5/Li2_STO-3G_2.5.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.5", + "bondlength": "2.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -80,11 +86,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/2.679/LI2_STO-3G_2.679.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/2.679/Li2_STO-3G_2.679.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.679", + "bondlength": "2.679", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -92,11 +99,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/2.7/LI2_STO-3G_2.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/2.7/Li2_STO-3G_2.7.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.7", + "bondlength": "2.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -104,11 +112,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/2.9/LI2_STO-3G_2.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/2.9/Li2_STO-3G_2.9.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.9", + "bondlength": "2.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -116,11 +125,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/3.1/LI2_STO-3G_3.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/3.1/Li2_STO-3G_3.1.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "3.1", + "bondlength": "3.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -128,11 +138,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/3.3/LI2_STO-3G_3.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/3.3/Li2_STO-3G_3.3.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "3.3", + "bondlength": "3.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -140,11 +151,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LI2/STO-3G/3.5/LI2_STO-3G_3.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/Li2/STO-3G/3.5/Li2_STO-3G_3.5.h5", "parameters": { + "molname": "Li2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "3.5", + "bondlength": "3.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -210,9 +222,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "2.679", + "bondangle": "N\\A", + "bondlength": "2.679", "number_of_spin_orbitals": "20" } + }, + "parameterTree": { + "next": { + "Li2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "2.679", + "next": {} + } + } + } + } } } diff --git a/content/qchem/li2-molecule/meta.json b/content/qchem/li2-molecule/meta.json index 88be684b..bb6349e5 100644 --- a/content/qchem/li2-molecule/meta.json +++ b/content/qchem/li2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -28,4 +30,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/lih-molecule/citation.txt b/content/qchem/lih-molecule/citation.txt index 3bdef584..9cf31c9c 100644 --- a/content/qchem/lih-molecule/citation.txt +++ b/content/qchem/lih-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/lih-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/lih-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/lih-molecule/dataset.json b/content/qchem/lih-molecule/dataset.json index aed35c48..c0a87ec5 100644 --- a/content/qchem/lih-molecule/dataset.json +++ b/content/qchem/lih-molecule/dataset.json @@ -8,11 +8,12 @@ }, "data": [ { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/0.9/LIH_STO-3G_0.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/0.9/LiH_STO-3G_0.9.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -20,11 +21,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/0.93/LIH_STO-3G_0.93.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/0.93/LiH_STO-3G_0.93.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.93", + "bondlength": "0.93", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -32,11 +34,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/0.96/LIH_STO-3G_0.96.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/0.96/LiH_STO-3G_0.96.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.96", + "bondlength": "0.96", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -44,11 +47,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/0.99/LIH_STO-3G_0.99.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/0.99/LiH_STO-3G_0.99.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.99", + "bondlength": "0.99", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -56,11 +60,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.02/LIH_STO-3G_1.02.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.02/LiH_STO-3G_1.02.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -68,11 +73,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.05/LIH_STO-3G_1.05.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.05/LiH_STO-3G_1.05.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.05", + "bondlength": "1.05", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -80,11 +86,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.08/LIH_STO-3G_1.08.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.08/LiH_STO-3G_1.08.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.08", + "bondlength": "1.08", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -92,11 +99,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.11/LIH_STO-3G_1.11.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.11/LiH_STO-3G_1.11.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.11", + "bondlength": "1.11", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -104,11 +112,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.14/LIH_STO-3G_1.14.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.14/LiH_STO-3G_1.14.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -116,11 +125,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.17/LIH_STO-3G_1.17.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.17/LiH_STO-3G_1.17.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.17", + "bondlength": "1.17", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -128,11 +138,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.2/LIH_STO-3G_1.2.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.2/LiH_STO-3G_1.2.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.2", + "bondlength": "1.2", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -140,11 +151,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.23/LIH_STO-3G_1.23.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.23/LiH_STO-3G_1.23.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.23", + "bondlength": "1.23", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -152,11 +164,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.26/LIH_STO-3G_1.26.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.26/LiH_STO-3G_1.26.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -164,11 +177,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.29/LIH_STO-3G_1.29.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.29/LiH_STO-3G_1.29.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.29", + "bondlength": "1.29", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -176,11 +190,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.32/LIH_STO-3G_1.32.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.32/LiH_STO-3G_1.32.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.32", + "bondlength": "1.32", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -188,11 +203,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.35/LIH_STO-3G_1.35.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.35/LiH_STO-3G_1.35.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.35", + "bondlength": "1.35", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -200,11 +216,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.38/LIH_STO-3G_1.38.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.38/LiH_STO-3G_1.38.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -212,11 +229,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.41/LIH_STO-3G_1.41.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.41/LiH_STO-3G_1.41.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.41", + "bondlength": "1.41", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -224,11 +242,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.44/LIH_STO-3G_1.44.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.44/LiH_STO-3G_1.44.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.44", + "bondlength": "1.44", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -236,11 +255,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.47/LIH_STO-3G_1.47.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.47/LiH_STO-3G_1.47.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.47", + "bondlength": "1.47", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -248,11 +268,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.5/LIH_STO-3G_1.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.5/LiH_STO-3G_1.5.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -260,11 +281,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.53/LIH_STO-3G_1.53.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.53/LiH_STO-3G_1.53.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.53", + "bondlength": "1.53", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -272,11 +294,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.56/LIH_STO-3G_1.56.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.56/LiH_STO-3G_1.56.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.56", + "bondlength": "1.56", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -284,11 +307,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.57/LIH_STO-3G_1.57.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.57/LiH_STO-3G_1.57.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.57", + "bondlength": "1.57", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -296,11 +320,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.59/LIH_STO-3G_1.59.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.59/LiH_STO-3G_1.59.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.59", + "bondlength": "1.59", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -308,11 +333,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.62/LIH_STO-3G_1.62.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.62/LiH_STO-3G_1.62.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -320,11 +346,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.65/LIH_STO-3G_1.65.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.65/LiH_STO-3G_1.65.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.65", + "bondlength": "1.65", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -332,11 +359,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.68/LIH_STO-3G_1.68.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.68/LiH_STO-3G_1.68.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.68", + "bondlength": "1.68", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -344,11 +372,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.71/LIH_STO-3G_1.71.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.71/LiH_STO-3G_1.71.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.71", + "bondlength": "1.71", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -356,11 +385,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.74/LIH_STO-3G_1.74.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.74/LiH_STO-3G_1.74.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -368,11 +398,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.77/LIH_STO-3G_1.77.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.77/LiH_STO-3G_1.77.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.77", + "bondlength": "1.77", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -380,11 +411,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.8/LIH_STO-3G_1.8.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.8/LiH_STO-3G_1.8.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.8", + "bondlength": "1.8", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -392,11 +424,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.83/LIH_STO-3G_1.83.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.83/LiH_STO-3G_1.83.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.83", + "bondlength": "1.83", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -404,11 +437,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.86/LIH_STO-3G_1.86.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.86/LiH_STO-3G_1.86.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -416,11 +450,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.89/LIH_STO-3G_1.89.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.89/LiH_STO-3G_1.89.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.89", + "bondlength": "1.89", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -428,11 +463,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.92/LIH_STO-3G_1.92.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.92/LiH_STO-3G_1.92.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.92", + "bondlength": "1.92", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -440,11 +476,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.95/LIH_STO-3G_1.95.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.95/LiH_STO-3G_1.95.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.95", + "bondlength": "1.95", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -452,11 +489,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/1.98/LIH_STO-3G_1.98.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/1.98/LiH_STO-3G_1.98.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -464,11 +502,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/2.01/LIH_STO-3G_2.01.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/2.01/LiH_STO-3G_2.01.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.01", + "bondlength": "2.01", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -476,11 +515,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/2.04/LIH_STO-3G_2.04.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/2.04/LiH_STO-3G_2.04.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.04", + "bondlength": "2.04", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -488,11 +528,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/2.07/LIH_STO-3G_2.07.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/2.07/LiH_STO-3G_2.07.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.07", + "bondlength": "2.07", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -500,11 +541,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LIH/STO-3G/2.1/LIH_STO-3G_2.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/LiH/STO-3G/2.1/LiH_STO-3G_2.1.h5", "parameters": { + "molname": "LiH", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -548,8 +590,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -586,9 +628,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "1.57", + "bondangle": "N\\A", + "bondlength": "1.57", "number_of_spin_orbitals": "12" } + }, + "parameterTree": { + "next": { + "LiH": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.57", + "next": {} + } + } + } + } } } diff --git a/content/qchem/lih-molecule/meta.json b/content/qchem/lih-molecule/meta.json index 28f127c2..1663bf16 100644 --- a/content/qchem/lih-molecule/meta.json +++ b/content/qchem/lih-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/n2-molecule/citation.txt b/content/qchem/n2-molecule/citation.txt index bcae632e..f5fdcae4 100644 --- a/content/qchem/n2-molecule/citation.txt +++ b/content/qchem/n2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/n2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/n2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/n2-molecule/dataset.json b/content/qchem/n2-molecule/dataset.json index e7fac27b..714f6e25 100644 --- a/content/qchem/n2-molecule/dataset.json +++ b/content/qchem/n2-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/0.5/N2_STO-3G_0.5.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/0.7/N2_STO-3G_0.7.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/0.9/N2_STO-3G_0.9.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/1.1/N2_STO-3G_1.1.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/1.12/N2_STO-3G_1.12.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.12", + "bondlength": "1.12", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/1.3/N2_STO-3G_1.3.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/1.5/N2_STO-3G_1.5.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/1.7/N2_STO-3G_1.7.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/1.9/N2_STO-3G_1.9.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/2.3/N2_STO-3G_2.3.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2/STO-3G/2.5/N2_STO-3G_2.5.h5", "parameters": { + "molname": "N2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.5", + "bondlength": "2.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -198,9 +209,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "1.12", + "bondangle": "N\\A", + "bondlength": "1.12", "number_of_spin_orbitals": "20" } + }, + "parameterTree": { + "next": { + "N2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.12", + "next": {} + } + } + } + } } } diff --git a/content/qchem/n2-molecule/meta.json b/content/qchem/n2-molecule/meta.json index 52664a24..b7e69872 100644 --- a/content/qchem/n2-molecule/meta.json +++ b/content/qchem/n2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -28,4 +30,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/n2h2-molecule/citation.txt b/content/qchem/n2h2-molecule/citation.txt index f1018f2b..166f04e0 100644 --- a/content/qchem/n2h2-molecule/citation.txt +++ b/content/qchem/n2h2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/n2h2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/n2h2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/n2h2-molecule/dataset.json b/content/qchem/n2h2-molecule/dataset.json index 019101f3..e7c4bd51 100644 --- a/content/qchem/n2h2-molecule/dataset.json +++ b/content/qchem/n2h2-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2H2/STO-3G/1.247/N2H2_STO-3G_1.247.h5", "parameters": { + "molname": "N2H2", "basis": "STO-3G", - "bond_angle": "\u2221 NNH = 106.9\u00b0", - "bond_length": "1.247", + "bondlength": "1.247", + "bondangle": "\u2221 NNH = 106.9\u00b0", "number_of_spin_orbitals": "24" }, "extra": { @@ -78,9 +79,22 @@ "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", - "bond_angle": "\u2221 NNH = 106.9\u00b0", - "bond_length": "1.247", + "bondangle": "\u2221 NNH = 106.9\u00b0", + "bondlength": "1.247", "number_of_spin_orbitals": "24" } + }, + "parameterTree": { + "next": { + "N2H2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.247", + "next": {} + } + } + } + } } } diff --git a/content/qchem/n2h2-molecule/meta.json b/content/qchem/n2h2-molecule/meta.json index 034fec23..49969182 100644 --- a/content/qchem/n2h2-molecule/meta.json +++ b/content/qchem/n2h2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/n2h4-molecule/citation.txt b/content/qchem/n2h4-molecule/citation.txt index 6e990662..bf2678aa 100644 --- a/content/qchem/n2h4-molecule/citation.txt +++ b/content/qchem/n2h4-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/n2h4-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/n2h4-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/n2h4-molecule/dataset.json b/content/qchem/n2h4-molecule/dataset.json index 03badcc1..bf1ddfde 100644 --- a/content/qchem/n2h4-molecule/dataset.json +++ b/content/qchem/n2h4-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/N2H4/STO-3G/1.446/N2H4_STO-3G_1.446.h5", "parameters": { + "molname": "N2H4", "basis": "STO-3G", - "bond_angle": "\u2221 NNH = 108.9\u00b0, \u2221 HNH = 106.0\u00b0", - "bond_length": "1.446", + "bondlength": "1.446", + "bondangle": "\u2221 NNH = 108.9\u00b0, \u2221 HNH = 106.0\u00b0", "number_of_spin_orbitals": "28" }, "extra": { @@ -78,9 +79,22 @@ "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", - "bond_angle": "\u2221 NNH = 108.9\u00b0, \u2221 HNH = 106.0\u00b0", - "bond_length": "1.446", + "bondangle": "\u2221 NNH = 108.9\u00b0, \u2221 HNH = 106.0\u00b0", + "bondlength": "1.446", "number_of_spin_orbitals": "28" } + }, + "parameterTree": { + "next": { + "N2H4": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.446", + "next": {} + } + } + } + } } } diff --git a/content/qchem/n2h4-molecule/meta.json b/content/qchem/n2h4-molecule/meta.json index 1dd73cd0..cca1ce2b 100644 --- a/content/qchem/n2h4-molecule/meta.json +++ b/content/qchem/n2h4-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/neh-cation/citation.txt b/content/qchem/neh-cation/citation.txt index 728fef3d..45dfe648 100644 --- a/content/qchem/neh-cation/citation.txt +++ b/content/qchem/neh-cation/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/neh-plus-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/neh-plus-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/neh-cation/dataset.json b/content/qchem/neh-cation/dataset.json index 282574fe..a3200e42 100644 --- a/content/qchem/neh-cation/dataset.json +++ b/content/qchem/neh-cation/dataset.json @@ -8,11 +8,12 @@ }, "data": [ { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/0.5/NEH+_STO-3G_0.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/0.5/NeH%2B_STO-3G_0.5.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -20,11 +21,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/0.7/NEH+_STO-3G_0.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/0.7/NeH%2B_STO-3G_0.7.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -32,11 +34,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/0.991/NEH+_STO-3G_0.991.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/0.991/NeH%2B_STO-3G_0.991.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.991", + "bondlength": "0.991", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -44,11 +47,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/0.9/NEH+_STO-3G_0.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/0.9/NeH%2B_STO-3G_0.9.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -56,11 +60,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/1.1/NEH+_STO-3G_1.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/1.1/NeH%2B_STO-3G_1.1.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -68,11 +73,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/1.3/NEH+_STO-3G_1.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/1.3/NeH%2B_STO-3G_1.3.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -80,11 +86,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/1.5/NEH+_STO-3G_1.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/1.5/NeH%2B_STO-3G_1.5.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -92,11 +99,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/1.7/NEH+_STO-3G_1.7.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/1.7/NeH%2B_STO-3G_1.7.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -104,11 +112,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/1.9/NEH+_STO-3G_1.9.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/1.9/NeH%2B_STO-3G_1.9.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -116,11 +125,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/2.1/NEH+_STO-3G_2.1.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/2.1/NeH%2B_STO-3G_2.1.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -128,11 +138,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/2.3/NEH+_STO-3G_2.3.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/2.3/NeH%2B_STO-3G_2.3.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -140,11 +151,12 @@ } }, { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NEH+/STO-3G/2.5/NEH+_STO-3G_2.5.h5", + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NeH%2B/STO-3G/2.5/NeH%2B_STO-3G_2.5.h5", "parameters": { + "molname": "NeH+", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.5", + "bondlength": "2.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -188,8 +200,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -226,9 +238,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "0.991", + "bondangle": "N\\A", + "bondlength": "0.991", "number_of_spin_orbitals": "12" } + }, + "parameterTree": { + "next": { + "NeH+": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "0.991", + "next": {} + } + } + } + } } } diff --git a/content/qchem/neh-cation/meta.json b/content/qchem/neh-cation/meta.json index e341db49..3258fd8f 100644 --- a/content/qchem/neh-cation/meta.json +++ b/content/qchem/neh-cation/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/nh3-molecule/citation.txt b/content/qchem/nh3-molecule/citation.txt index 986d1d29..8f8107eb 100644 --- a/content/qchem/nh3-molecule/citation.txt +++ b/content/qchem/nh3-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/nh3-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/nh3-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/nh3-molecule/dataset.json b/content/qchem/nh3-molecule/dataset.json index 8a58e5c1..df4400fb 100644 --- a/content/qchem/nh3-molecule/dataset.json +++ b/content/qchem/nh3-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.5/NH3_STO-3G_0.5.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.53/NH3_STO-3G_0.53.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.53", + "bondlength": "0.53", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.56/NH3_STO-3G_0.56.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.56", + "bondlength": "0.56", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.59/NH3_STO-3G_0.59.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.59", + "bondlength": "0.59", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.62/NH3_STO-3G_0.62.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.65/NH3_STO-3G_0.65.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.65", + "bondlength": "0.65", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.68/NH3_STO-3G_0.68.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.68", + "bondlength": "0.68", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.71/NH3_STO-3G_0.71.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.71", + "bondlength": "0.71", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.74/NH3_STO-3G_0.74.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.77/NH3_STO-3G_0.77.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.77", + "bondlength": "0.77", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.8/NH3_STO-3G_0.8.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.8", + "bondlength": "0.8", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.83/NH3_STO-3G_0.83.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.83", + "bondlength": "0.83", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.86/NH3_STO-3G_0.86.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.89/NH3_STO-3G_0.89.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.89", + "bondlength": "0.89", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.92/NH3_STO-3G_0.92.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.92", + "bondlength": "0.92", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.95/NH3_STO-3G_0.95.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.95", + "bondlength": "0.95", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/0.98/NH3_STO-3G_0.98.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.01/NH3_STO-3G_1.01.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.01", + "bondlength": "1.01", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.013/NH3_STO-3G_1.013.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.013", + "bondlength": "1.013", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.04/NH3_STO-3G_1.04.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.04", + "bondlength": "1.04", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.07/NH3_STO-3G_1.07.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.07", + "bondlength": "1.07", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.1/NH3_STO-3G_1.1.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.13/NH3_STO-3G_1.13.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.13", + "bondlength": "1.13", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.16/NH3_STO-3G_1.16.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.16", + "bondlength": "1.16", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.19/NH3_STO-3G_1.19.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.19", + "bondlength": "1.19", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.22/NH3_STO-3G_1.22.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.25/NH3_STO-3G_1.25.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.25", + "bondlength": "1.25", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.28/NH3_STO-3G_1.28.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.28", + "bondlength": "1.28", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.31/NH3_STO-3G_1.31.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.31", + "bondlength": "1.31", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.34/NH3_STO-3G_1.34.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.37/NH3_STO-3G_1.37.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.37", + "bondlength": "1.37", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.4/NH3_STO-3G_1.4.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.4", + "bondlength": "1.4", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.43/NH3_STO-3G_1.43.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.43", + "bondlength": "1.43", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.46/NH3_STO-3G_1.46.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.49/NH3_STO-3G_1.49.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.49", + "bondlength": "1.49", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.52/NH3_STO-3G_1.52.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.52", + "bondlength": "1.52", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.55/NH3_STO-3G_1.55.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.55", + "bondlength": "1.55", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.58/NH3_STO-3G_1.58.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.61/NH3_STO-3G_1.61.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.61", + "bondlength": "1.61", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.64/NH3_STO-3G_1.64.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.64", + "bondlength": "1.64", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.67/NH3_STO-3G_1.67.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.67", + "bondlength": "1.67", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -502,9 +543,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/NH3/STO-3G/1.7/NH3_STO-3G_1.7.h5", "parameters": { + "molname": "NH3", "basis": "STO-3G", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "\u2221 HNH = 106.8\u00b0", "number_of_spin_orbitals": "16" }, "extra": { @@ -548,8 +590,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -586,9 +628,22 @@ "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", - "bond_angle": "\u2221 HNH = 106.8\u00b0", - "bond_length": "1.11", + "bondangle": "\u2221 HNH = 106.8\u00b0", + "bondlength": "1.11", "number_of_spin_orbitals": "16" } + }, + "parameterTree": { + "next": { + "NH3": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.013", + "next": {} + } + } + } + } } } diff --git a/content/qchem/nh3-molecule/meta.json b/content/qchem/nh3-molecule/meta.json index 7700aad5..a50dfca6 100644 --- a/content/qchem/nh3-molecule/meta.json +++ b/content/qchem/nh3-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/o2-molecule/citation.txt b/content/qchem/o2-molecule/citation.txt index ffa18f73..9ce3e6dc 100644 --- a/content/qchem/o2-molecule/citation.txt +++ b/content/qchem/o2-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/o2-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/o2-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/o2-molecule/dataset.json b/content/qchem/o2-molecule/dataset.json index 141603f0..53addcdc 100644 --- a/content/qchem/o2-molecule/dataset.json +++ b/content/qchem/o2-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/0.5/O2_STO-3G_0.5.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/0.7/O2_STO-3G_0.7.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/0.9/O2_STO-3G_0.9.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/1.1/O2_STO-3G_1.1.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/1.22/O2_STO-3G_1.22.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/1.3/O2_STO-3G_1.3.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/1.5/O2_STO-3G_1.5.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/1.7/O2_STO-3G_1.7.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/1.9/O2_STO-3G_1.9.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/2.1/O2_STO-3G_2.1.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/2.3/O2_STO-3G_2.3.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.3", + "bondlength": "2.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O2/STO-3G/2.5/O2_STO-3G_2.5.h5", "parameters": { + "molname": "O2", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.5", + "bondlength": "2.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "20" }, "extra": { @@ -210,9 +222,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "1.22", + "bondangle": "N\\A", + "bondlength": "1.22", "number_of_spin_orbitals": "20" } + }, + "parameterTree": { + "next": { + "O2": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.22", + "next": {} + } + } + } + } } } diff --git a/content/qchem/o2-molecule/meta.json b/content/qchem/o2-molecule/meta.json index d389f727..25328490 100644 --- a/content/qchem/o2-molecule/meta.json +++ b/content/qchem/o2-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -28,4 +30,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/o3-molecule/citation.txt b/content/qchem/o3-molecule/citation.txt index 2f97dffb..bad1490a 100644 --- a/content/qchem/o3-molecule/citation.txt +++ b/content/qchem/o3-molecule/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/o3-molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/o3-molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/o3-molecule/dataset.json b/content/qchem/o3-molecule/dataset.json index 0203a45a..20f38f09 100644 --- a/content/qchem/o3-molecule/dataset.json +++ b/content/qchem/o3-molecule/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/O3/STO-3G/1.278/O3_STO-3G_1.278.h5", "parameters": { + "molname": "O3", "basis": "STO-3G", - "bond_angle": "\u2221 OOO = 116.8\u00b0", - "bond_length": "1.278", + "bondlength": "1.278", + "bondangle": "\u2221 OOO = 116.8\u00b0", "number_of_spin_orbitals": "30" }, "extra": { @@ -78,9 +79,22 @@ "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", - "bond_angle": "\u2221 OOO = 116.8\u00b0", - "bond_length": "1.278", + "bondangle": "\u2221 OOO = 116.8\u00b0", + "bondlength": "1.278", "number_of_spin_orbitals": "30" } + }, + "parameterTree": { + "next": { + "O3": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "1.278", + "next": {} + } + } + } + } } } diff --git a/content/qchem/o3-molecule/meta.json b/content/qchem/o3-molecule/meta.json index f8aee61a..20754424 100644 --- a/content/qchem/o3-molecule/meta.json +++ b/content/qchem/o3-molecule/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Quantum Chemistry", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qchem/oh-anion/citation.txt b/content/qchem/oh-anion/citation.txt index ca7e65a3..08ae464c 100644 --- a/content/qchem/oh-anion/citation.txt +++ b/content/qchem/oh-anion/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Chemistry,  title = {PennyLane Quantum Chemistry Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qchem/oh--molecule}}, + howpublished = {\url{https://pennylane.ai/datasets/oh--molecule}},  year = {2023} } \ No newline at end of file diff --git a/content/qchem/oh-anion/dataset.json b/content/qchem/oh-anion/dataset.json index dd74b83c..6bcec238 100644 --- a/content/qchem/oh-anion/dataset.json +++ b/content/qchem/oh-anion/dataset.json @@ -10,9 +10,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.54/OH-_STO-3G_0.54.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.54", + "bondlength": "0.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -22,9 +23,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.58/OH-_STO-3G_0.58.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.58", + "bondlength": "0.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -34,9 +36,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.5/OH-_STO-3G_0.5.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.5", + "bondlength": "0.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -46,9 +49,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.62/OH-_STO-3G_0.62.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.62", + "bondlength": "0.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -58,9 +62,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.66/OH-_STO-3G_0.66.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.66", + "bondlength": "0.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -70,9 +75,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.74/OH-_STO-3G_0.74.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.74", + "bondlength": "0.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -82,9 +88,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.78/OH-_STO-3G_0.78.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.78", + "bondlength": "0.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -94,9 +101,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.7/OH-_STO-3G_0.7.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.7", + "bondlength": "0.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -106,9 +114,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.82/OH-_STO-3G_0.82.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.82", + "bondlength": "0.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -118,9 +127,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.86/OH-_STO-3G_0.86.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.86", + "bondlength": "0.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -130,9 +140,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.94/OH-_STO-3G_0.94.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.94", + "bondlength": "0.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -142,9 +153,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.964/OH-_STO-3G_0.964.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.964", + "bondlength": "0.964", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -154,9 +166,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.98/OH-_STO-3G_0.98.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.98", + "bondlength": "0.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -166,9 +179,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/0.9/OH-_STO-3G_0.9.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "0.9", + "bondlength": "0.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -178,9 +192,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.02/OH-_STO-3G_1.02.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.02", + "bondlength": "1.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -190,9 +205,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.06/OH-_STO-3G_1.06.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.06", + "bondlength": "1.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -202,9 +218,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.14/OH-_STO-3G_1.14.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.14", + "bondlength": "1.14", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -214,9 +231,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.18/OH-_STO-3G_1.18.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.18", + "bondlength": "1.18", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -226,9 +244,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.1/OH-_STO-3G_1.1.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.1", + "bondlength": "1.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -238,9 +257,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.22/OH-_STO-3G_1.22.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.22", + "bondlength": "1.22", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -250,9 +270,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.26/OH-_STO-3G_1.26.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.26", + "bondlength": "1.26", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -262,9 +283,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.34/OH-_STO-3G_1.34.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.34", + "bondlength": "1.34", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -274,9 +296,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.38/OH-_STO-3G_1.38.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.38", + "bondlength": "1.38", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -286,9 +309,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.3/OH-_STO-3G_1.3.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.3", + "bondlength": "1.3", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -298,9 +322,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.42/OH-_STO-3G_1.42.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.42", + "bondlength": "1.42", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -310,9 +335,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.46/OH-_STO-3G_1.46.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.46", + "bondlength": "1.46", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -322,9 +348,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.54/OH-_STO-3G_1.54.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.54", + "bondlength": "1.54", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -334,9 +361,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.58/OH-_STO-3G_1.58.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.58", + "bondlength": "1.58", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -346,9 +374,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.5/OH-_STO-3G_1.5.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.5", + "bondlength": "1.5", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -358,9 +387,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.62/OH-_STO-3G_1.62.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.62", + "bondlength": "1.62", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -370,9 +400,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.66/OH-_STO-3G_1.66.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.66", + "bondlength": "1.66", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -382,9 +413,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.74/OH-_STO-3G_1.74.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.74", + "bondlength": "1.74", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -394,9 +426,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.78/OH-_STO-3G_1.78.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.78", + "bondlength": "1.78", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -406,9 +439,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.7/OH-_STO-3G_1.7.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.7", + "bondlength": "1.7", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -418,9 +452,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.82/OH-_STO-3G_1.82.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.82", + "bondlength": "1.82", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -430,9 +465,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.86/OH-_STO-3G_1.86.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.86", + "bondlength": "1.86", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -442,9 +478,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.94/OH-_STO-3G_1.94.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.94", + "bondlength": "1.94", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -454,9 +491,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.98/OH-_STO-3G_1.98.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.98", + "bondlength": "1.98", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -466,9 +504,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/1.9/OH-_STO-3G_1.9.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "1.9", + "bondlength": "1.9", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -478,9 +517,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/2.02/OH-_STO-3G_2.02.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.02", + "bondlength": "2.02", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -490,9 +530,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/2.06/OH-_STO-3G_2.06.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.06", + "bondlength": "2.06", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -502,9 +543,10 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qchem/OH-/STO-3G/2.1/OH-_STO-3G_2.1.h5", "parameters": { + "molname": "OH-", "basis": "STO-3G", - "bond_angle": "N/A", - "bond_length": "2.1", + "bondlength": "2.1", + "bondangle": "N\\A", "number_of_spin_orbitals": "12" }, "extra": { @@ -548,8 +590,8 @@ }, { "slug": "samples-data", - "title": "Samples data", - "type": "DATA", + "title": "Measurement Samples", + "type": "SAMPLES", "content": { "$path": "/qchem/_meta/features/samples-data.md" } @@ -586,9 +628,22 @@ "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", - "bond_angle": "N/A", - "bond_length": "0.964", + "bondangle": "N\\A", + "bondlength": "0.964", "number_of_spin_orbitals": "12" } + }, + "parameterTree": { + "next": { + "OH-": { + "default": "STO-3G", + "next": { + "STO-3G": { + "default": "0.964", + "next": {} + } + } + } + } } } diff --git a/content/qchem/oh-anion/meta.json b/content/qchem/oh-anion/meta.json index 03401b29..5131f3ce 100644 --- a/content/qchem/oh-anion/meta.json +++ b/content/qchem/oh-anion/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Xanadu", "Samples Available", @@ -27,4 +29,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qspin/_meta/class.json b/content/qspin/_meta/class.json index 57e86247..8ca5a9e1 100644 --- a/content/qspin/_meta/class.json +++ b/content/qspin/_meta/class.json @@ -59,8 +59,8 @@ ], "parameterList": [ { - "name": "layout", - "title": "Layout", + "name": "sysname", + "title": "System Name", "description": null, "optional": false }, @@ -75,6 +75,12 @@ "title": "Lattice", "description": null, "optional": false + }, + { + "name": "layout", + "title": "Layout", + "description": null, + "optional": false } ] } diff --git a/content/qspin/bose-hubbard-model/citation.txt b/content/qspin/bose-hubbard-model/citation.txt index d8b0712a..de847996 100644 --- a/content/qspin/bose-hubbard-model/citation.txt +++ b/content/qspin/bose-hubbard-model/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Spin,  title = {PennyLane Spin Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qspin/bose-hubbard-model}}, + howpublished = {\url{https://pennylane.ai/datasets/bose-hubbard-model}},  year = {2023} } \ No newline at end of file diff --git a/content/qspin/bose-hubbard-model/dataset.json b/content/qspin/bose-hubbard-model/dataset.json index b6f6fe47..5070d920 100644 --- a/content/qspin/bose-hubbard-model/dataset.json +++ b/content/qspin/bose-hubbard-model/dataset.json @@ -10,6 +10,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/BoseHubbard/closed/chain/1x4/BoseHubbard_closed_chain_1x4.h5", "parameters": { + "sysname": "BoseHubbard", "layout": "1x4", "lattice": "chain", "periodicity": "closed" @@ -21,6 +22,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/BoseHubbard/closed/chain/1x8/BoseHubbard_closed_chain_1x8.h5", "parameters": { + "sysname": "BoseHubbard", "layout": "1x8", "lattice": "chain", "periodicity": "closed" @@ -32,6 +34,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/BoseHubbard/closed/rectangular/2x2/BoseHubbard_closed_rectangular_2x2.h5", "parameters": { + "sysname": "BoseHubbard", "layout": "2x2", "lattice": "rectangular", "periodicity": "closed" @@ -43,6 +46,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/BoseHubbard/closed/rectangular/2x4/BoseHubbard_closed_rectangular_2x4.h5", "parameters": { + "sysname": "BoseHubbard", "layout": "2x4", "lattice": "rectangular", "periodicity": "closed" @@ -54,6 +58,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/BoseHubbard/open/chain/1x4/BoseHubbard_open_chain_1x4.h5", "parameters": { + "sysname": "BoseHubbard", "layout": "1x4", "lattice": "chain", "periodicity": "open" @@ -65,6 +70,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/BoseHubbard/open/chain/1x8/BoseHubbard_open_chain_1x8.h5", "parameters": { + "sysname": "BoseHubbard", "layout": "1x8", "lattice": "chain", "periodicity": "open" @@ -76,6 +82,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/BoseHubbard/open/rectangular/2x2/BoseHubbard_open_rectangular_2x2.h5", "parameters": { + "sysname": "BoseHubbard", "layout": "2x2", "lattice": "rectangular", "periodicity": "open" @@ -87,6 +94,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/BoseHubbard/open/rectangular/2x4/BoseHubbard_open_rectangular_2x4.h5", "parameters": { + "sysname": "BoseHubbard", "layout": "2x4", "lattice": "rectangular", "periodicity": "open" @@ -100,11 +108,12 @@ "features": [ { "slug": "classical-shadow-data", - "title": "Classical shadow data", + "title": "Classical Shadow Data", "type_": "DATA", "content": { "$path": "/qspin/_meta/features/classical-shadow-data.md" - } + }, + "type": "SAMPLES" }, { "slug": "hamiltonian-and-ground-state-data", @@ -141,5 +150,40 @@ "lattice": "1x4", "periodicity": "chain" } + }, + "parameterTree": { + "next": { + "BoseHubbard": { + "default": "open", + "next": { + "closed": { + "default": "chain", + "next": { + "chain": { + "default": "1x4", + "next": {} + }, + "rectangular": { + "default": "2x2", + "next": {} + } + } + }, + "open": { + "default": "chain", + "next": { + "chain": { + "default": "1x4", + "next": {} + }, + "rectangular": { + "default": "2x2", + "next": {} + } + } + } + } + } + } } } diff --git a/content/qspin/bose-hubbard-model/meta.json b/content/qspin/bose-hubbard-model/meta.json index 756b5831..01f841c9 100644 --- a/content/qspin/bose-hubbard-model/meta.json +++ b/content/qspin/bose-hubbard-model/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Spin Systems", "Xanadu", @@ -26,4 +28,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qspin/fermi-hubbard-model/citation.txt b/content/qspin/fermi-hubbard-model/citation.txt index f05cb024..e6875ee0 100644 --- a/content/qspin/fermi-hubbard-model/citation.txt +++ b/content/qspin/fermi-hubbard-model/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Spin,  title = {PennyLane Spin Datasets},  author = {Utkarsh Azad}, - howpublished = {\url{https://pennylane.ai/datasets/qspin/fermi-hubbard-model}}, + howpublished = {\url{https://pennylane.ai/datasets/fermi-hubbard-model}},  year = {2023} } \ No newline at end of file diff --git a/content/qspin/fermi-hubbard-model/dataset.json b/content/qspin/fermi-hubbard-model/dataset.json index 2fdc2deb..35166ba7 100644 --- a/content/qspin/fermi-hubbard-model/dataset.json +++ b/content/qspin/fermi-hubbard-model/dataset.json @@ -10,6 +10,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/FermiHubbard/closed/chain/1x4/FermiHubbard_closed_chain_1x4.h5", "parameters": { + "sysname": "FermiHubbard", "layout": "1x4", "lattice": "chain", "periodicity": "closed" @@ -21,6 +22,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/FermiHubbard/closed/chain/1x8/FermiHubbard_closed_chain_1x8.h5", "parameters": { + "sysname": "FermiHubbard", "layout": "1x8", "lattice": "chain", "periodicity": "closed" @@ -32,6 +34,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/FermiHubbard/closed/rectangular/2x2/FermiHubbard_closed_rectangular_2x2.h5", "parameters": { + "sysname": "FermiHubbard", "layout": "2x2", "lattice": "rectangular", "periodicity": "closed" @@ -43,6 +46,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/FermiHubbard/closed/rectangular/2x4/FermiHubbard_closed_rectangular_2x4.h5", "parameters": { + "sysname": "FermiHubbard", "layout": "2x4", "lattice": "rectangular", "periodicity": "closed" @@ -54,6 +58,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/FermiHubbard/open/chain/1x4/FermiHubbard_open_chain_1x4.h5", "parameters": { + "sysname": "FermiHubbard", "layout": "1x4", "lattice": "chain", "periodicity": "open" @@ -65,6 +70,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/FermiHubbard/open/chain/1x8/FermiHubbard_open_chain_1x8.h5", "parameters": { + "sysname": "FermiHubbard", "layout": "1x8", "lattice": "chain", "periodicity": "open" @@ -76,6 +82,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/FermiHubbard/open/rectangular/2x2/FermiHubbard_open_rectangular_2x2.h5", "parameters": { + "sysname": "FermiHubbard", "layout": "2x2", "lattice": "rectangular", "periodicity": "open" @@ -87,6 +94,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/FermiHubbard/open/rectangular/2x4/FermiHubbard_open_rectangular_2x4.h5", "parameters": { + "sysname": "FermiHubbard", "layout": "2x4", "lattice": "rectangular", "periodicity": "open" @@ -100,11 +108,12 @@ "features": [ { "slug": "classical-shadow-data", - "title": "Classical shadow data", + "title": "Classical Shadow Data", "type_": "DATA", "content": { "$path": "/qspin/_meta/features/classical-shadow-data.md" - } + }, + "type": "SAMPLES" }, { "slug": "hamiltonian-and-ground-state-data", @@ -141,5 +150,40 @@ "lattice": "1x4", "periodicity": "chain" } + }, + "parameterTree": { + "next": { + "FermiHubbard": { + "default": "open", + "next": { + "closed": { + "default": "chain", + "next": { + "chain": { + "default": "1x4", + "next": {} + }, + "rectangular": { + "default": "2x2", + "next": {} + } + } + }, + "open": { + "default": "chain", + "next": { + "chain": { + "default": "1x4", + "next": {} + }, + "rectangular": { + "default": "2x2", + "next": {} + } + } + } + } + } + } } } diff --git a/content/qspin/fermi-hubbard-model/meta.json b/content/qspin/fermi-hubbard-model/meta.json index 9106d2cc..11cd8e66 100644 --- a/content/qspin/fermi-hubbard-model/meta.json +++ b/content/qspin/fermi-hubbard-model/meta.json @@ -1,13 +1,15 @@ { "abstract": null, "authors": [ - "Utkarsh Azad" + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Spin Systems", "Xanadu", @@ -26,4 +28,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qspin/transverse-field-ising-model/citation.txt b/content/qspin/transverse-field-ising-model/citation.txt index daa6c357..d9afe0e0 100644 --- a/content/qspin/transverse-field-ising-model/citation.txt +++ b/content/qspin/transverse-field-ising-model/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Spin,  title = {PennyLane Spin Datasets},  author = {Utkarsh Azad, Diego Guala}, - howpublished = {\url{https://pennylane.ai/datasets/qspin/ising-model}}, + howpublished = {\url{https://pennylane.ai/datasets/ising-model}},  year = {2023} } \ No newline at end of file diff --git a/content/qspin/transverse-field-ising-model/dataset.json b/content/qspin/transverse-field-ising-model/dataset.json index b926e844..90c019b3 100644 --- a/content/qspin/transverse-field-ising-model/dataset.json +++ b/content/qspin/transverse-field-ising-model/dataset.json @@ -10,6 +10,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/closed/chain/1x16/Ising_closed_chain_1x16.h5", "parameters": { + "sysname": "Ising", "layout": "1x16", "lattice": "chain", "periodicity": "closed" @@ -21,6 +22,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/closed/chain/1x4/Ising_closed_chain_1x4.h5", "parameters": { + "sysname": "Ising", "layout": "1x4", "lattice": "chain", "periodicity": "closed" @@ -32,6 +34,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/closed/chain/1x8/Ising_closed_chain_1x8.h5", "parameters": { + "sysname": "Ising", "layout": "1x8", "lattice": "chain", "periodicity": "closed" @@ -43,6 +46,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/closed/rectangular/2x2/Ising_closed_rectangular_2x2.h5", "parameters": { + "sysname": "Ising", "layout": "2x2", "lattice": "rectangular", "periodicity": "closed" @@ -54,6 +58,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/closed/rectangular/2x4/Ising_closed_rectangular_2x4.h5", "parameters": { + "sysname": "Ising", "layout": "2x4", "lattice": "rectangular", "periodicity": "closed" @@ -65,6 +70,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/closed/rectangular/2x8/Ising_closed_rectangular_2x8.h5", "parameters": { + "sysname": "Ising", "layout": "2x8", "lattice": "rectangular", "periodicity": "closed" @@ -76,6 +82,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/closed/rectangular/4x4/Ising_closed_rectangular_4x4.h5", "parameters": { + "sysname": "Ising", "layout": "4x4", "lattice": "rectangular", "periodicity": "closed" @@ -87,6 +94,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/open/chain/1x16/Ising_open_chain_1x16.h5", "parameters": { + "sysname": "Ising", "layout": "1x16", "lattice": "chain", "periodicity": "open" @@ -98,6 +106,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/open/chain/1x4/Ising_open_chain_1x4.h5", "parameters": { + "sysname": "Ising", "layout": "1x4", "lattice": "chain", "periodicity": "open" @@ -109,6 +118,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/open/chain/1x8/Ising_open_chain_1x8.h5", "parameters": { + "sysname": "Ising", "layout": "1x8", "lattice": "chain", "periodicity": "open" @@ -120,6 +130,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/open/rectangular/2x2/Ising_open_rectangular_2x2.h5", "parameters": { + "sysname": "Ising", "layout": "2x2", "lattice": "rectangular", "periodicity": "open" @@ -131,6 +142,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/open/rectangular/2x4/Ising_open_rectangular_2x4.h5", "parameters": { + "sysname": "Ising", "layout": "2x4", "lattice": "rectangular", "periodicity": "open" @@ -142,6 +154,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/open/rectangular/2x8/Ising_open_rectangular_2x8.h5", "parameters": { + "sysname": "Ising", "layout": "2x8", "lattice": "rectangular", "periodicity": "open" @@ -153,6 +166,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Ising/open/rectangular/4x4/Ising_open_rectangular_4x4.h5", "parameters": { + "sysname": "Ising", "layout": "4x4", "lattice": "rectangular", "periodicity": "open" @@ -166,11 +180,12 @@ "features": [ { "slug": "classical-shadow-data", - "title": "Classical shadow data", + "title": "Classical Shadow Data", "type_": "DATA", "content": { "$path": "/qspin/_meta/features/classical-shadow-data.md" - } + }, + "type": "SAMPLES" }, { "slug": "hamiltonian-and-ground-state-data", @@ -207,5 +222,40 @@ "lattice": "1x4", "periodicity": "chain" } + }, + "parameterTree": { + "next": { + "Ising": { + "default": "open", + "next": { + "closed": { + "default": "chain", + "next": { + "chain": { + "default": "1x4", + "next": {} + }, + "rectangular": { + "default": "2x2", + "next": {} + } + } + }, + "open": { + "default": "chain", + "next": { + "chain": { + "default": "1x4", + "next": {} + }, + "rectangular": { + "default": "2x2", + "next": {} + } + } + } + } + } + } } } diff --git a/content/qspin/transverse-field-ising-model/meta.json b/content/qspin/transverse-field-ising-model/meta.json index df1b28a7..15650c1e 100644 --- a/content/qspin/transverse-field-ising-model/meta.json +++ b/content/qspin/transverse-field-ising-model/meta.json @@ -1,14 +1,18 @@ { "abstract": null, "authors": [ - "Diego Guala", - "Utkarsh Azad" + { + "name": "Diego Guala" + }, + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Spin Systems", "Xanadu", @@ -27,4 +31,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/content/qspin/xxz-heisenberg-model/citation.txt b/content/qspin/xxz-heisenberg-model/citation.txt index 0176e493..12ceed54 100644 --- a/content/qspin/xxz-heisenberg-model/citation.txt +++ b/content/qspin/xxz-heisenberg-model/citation.txt @@ -1,6 +1,6 @@ @misc{Utkarsh2023Spin,  title = {PennyLane Spin Datasets},  author = {Utkarsh Azad, Diego Guala}, - howpublished = {\url{https://pennylane.ai/datasets/qspin/heisenberg-model}}, + howpublished = {\url{https://pennylane.ai/datasets/heisenberg-model}},  year = {2023} } \ No newline at end of file diff --git a/content/qspin/xxz-heisenberg-model/dataset.json b/content/qspin/xxz-heisenberg-model/dataset.json index 5301e3d8..283179b9 100644 --- a/content/qspin/xxz-heisenberg-model/dataset.json +++ b/content/qspin/xxz-heisenberg-model/dataset.json @@ -10,6 +10,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/closed/chain/1x16/Heisenberg_closed_chain_1x16.h5", "parameters": { + "sysname": "Heisenberg", "layout": "1x16", "lattice": "chain", "periodicity": "closed" @@ -21,6 +22,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/closed/chain/1x4/Heisenberg_closed_chain_1x4.h5", "parameters": { + "sysname": "Heisenberg", "layout": "1x4", "lattice": "chain", "periodicity": "closed" @@ -32,6 +34,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/closed/chain/1x8/Heisenberg_closed_chain_1x8.h5", "parameters": { + "sysname": "Heisenberg", "layout": "1x8", "lattice": "chain", "periodicity": "closed" @@ -43,6 +46,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/closed/rectangular/2x2/Heisenberg_closed_rectangular_2x2.h5", "parameters": { + "sysname": "Heisenberg", "layout": "2x2", "lattice": "rectangular", "periodicity": "closed" @@ -54,6 +58,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/closed/rectangular/2x4/Heisenberg_closed_rectangular_2x4.h5", "parameters": { + "sysname": "Heisenberg", "layout": "2x4", "lattice": "rectangular", "periodicity": "closed" @@ -65,6 +70,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/closed/rectangular/2x8/Heisenberg_closed_rectangular_2x8.h5", "parameters": { + "sysname": "Heisenberg", "layout": "2x8", "lattice": "rectangular", "periodicity": "closed" @@ -76,6 +82,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/closed/rectangular/4x4/Heisenberg_closed_rectangular_4x4.h5", "parameters": { + "sysname": "Heisenberg", "layout": "4x4", "lattice": "rectangular", "periodicity": "closed" @@ -87,6 +94,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/open/chain/1x16/Heisenberg_open_chain_1x16.h5", "parameters": { + "sysname": "Heisenberg", "layout": "1x16", "lattice": "chain", "periodicity": "open" @@ -98,6 +106,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/open/chain/1x4/Heisenberg_open_chain_1x4.h5", "parameters": { + "sysname": "Heisenberg", "layout": "1x4", "lattice": "chain", "periodicity": "open" @@ -109,6 +118,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/open/chain/1x8/Heisenberg_open_chain_1x8.h5", "parameters": { + "sysname": "Heisenberg", "layout": "1x8", "lattice": "chain", "periodicity": "open" @@ -120,6 +130,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/open/rectangular/2x2/Heisenberg_open_rectangular_2x2.h5", "parameters": { + "sysname": "Heisenberg", "layout": "2x2", "lattice": "rectangular", "periodicity": "open" @@ -131,6 +142,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/open/rectangular/2x4/Heisenberg_open_rectangular_2x4.h5", "parameters": { + "sysname": "Heisenberg", "layout": "2x4", "lattice": "rectangular", "periodicity": "open" @@ -142,6 +154,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/open/rectangular/2x8/Heisenberg_open_rectangular_2x8.h5", "parameters": { + "sysname": "Heisenberg", "layout": "2x8", "lattice": "rectangular", "periodicity": "open" @@ -153,6 +166,7 @@ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/qspin/Heisenberg/open/rectangular/4x4/Heisenberg_open_rectangular_4x4.h5", "parameters": { + "sysname": "Heisenberg", "layout": "4x4", "lattice": "rectangular", "periodicity": "open" @@ -166,11 +180,12 @@ "features": [ { "slug": "classical-shadow-data", - "title": "Classical shadow data", + "title": "Classical Shadow Data", "type_": "DATA", "content": { "$path": "/qspin/_meta/features/classical-shadow-data.md" - } + }, + "type": "SAMPLES" }, { "slug": "hamiltonian-and-ground-state-data", @@ -207,5 +222,40 @@ "lattice": "1x4", "periodicity": "chain" } + }, + "parameterTree": { + "next": { + "Heisenberg": { + "default": "open", + "next": { + "closed": { + "default": "chain", + "next": { + "chain": { + "default": "1x4", + "next": {} + }, + "rectangular": { + "default": "2x2", + "next": {} + } + } + }, + "open": { + "default": "chain", + "next": { + "chain": { + "default": "1x4", + "next": {} + }, + "rectangular": { + "default": "2x2", + "next": {} + } + } + } + } + } + } } } diff --git a/content/qspin/xxz-heisenberg-model/meta.json b/content/qspin/xxz-heisenberg-model/meta.json index eb452143..ee497b5f 100644 --- a/content/qspin/xxz-heisenberg-model/meta.json +++ b/content/qspin/xxz-heisenberg-model/meta.json @@ -1,14 +1,18 @@ { "abstract": null, "authors": [ - "Diego Guala", - "Utkarsh Azad" + { + "name": "Diego Guala" + }, + { + "name": "Utkarsh Azad" + } ], "citation": { "$path": "citation.txt" }, "license": "[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)", - "sourceCodeUrl": null, + "sourceCodeUrl": "https://github.com/PennyLaneAI/DatasetsSource", "tags": [ "Spin Systems", "Xanadu", @@ -27,4 +31,4 @@ ], "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" -} +} \ No newline at end of file diff --git a/lib/dsets/app.py b/lib/dsets/app.py index 5440416c..ad049c5b 100644 --- a/lib/dsets/app.py +++ b/lib/dsets/app.py @@ -3,7 +3,7 @@ import webbrowser from datetime import datetime from pathlib import Path -from typing import Annotated, Optional +from typing import Annotated import inflection import typer @@ -13,6 +13,7 @@ from dsets.lib import ( auth, bibtex, + deploy, device_auth, doctree, json_fmt, @@ -21,7 +22,7 @@ progress, s3, ) -from dsets.schemas import fields +from dsets.schemas import AuthorName, fields from dsets.settings import CLIContext, Settings from .builder import AssetLoader, compile_dataset_build @@ -197,7 +198,7 @@ def add(dataset_file: Path, class_slug: Annotated[str, typer.Option(prompt=True) fields.validate(fields.Slug, family_slug) family_doc = ctx.content_dir / class_slug / family_slug / "dataset.json" - today = str(datetime.now().date()) + today = datetime.now().date() if family_doc.exists(): family = schemas.DatasetFamily.from_os_path(content_doctree, family_doc) @@ -241,7 +242,7 @@ def add(dataset_file: Path, class_slug: Annotated[str, typer.Option(prompt=True) citation=doctree.Reference[fields.BibtexStr](path="citation.txt"), using_this_dataset=doctree.Reference[str](path="using_this_dataset.md"), license="[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)", - authors=authors, + authors=[AuthorName(name=name) for name in authors], date_of_last_modification=today, date_of_publication=today, ) @@ -313,44 +314,24 @@ def upload_assets(): @app.command(name="deploy-build") -def deploy_build( - env: str, - tags: Annotated[Optional[list[str]], typer.Argument(help="Extra tags")] = None, -): - """Deploy datasets-build.json to S3. - Args: - env: Targeted environment, e.g 'dev', 'staging', 'prod'. - tags: Extra tags for deployment - """ +def deploy_build(): + """Deploy datasets-build.json to the datasets service.""" ctx = CLIContext() - env = env.strip() - tagset: set[str] = set(tag.strip() for tag in tags) if tags else set() - tagset.add(ctx.commit_sha(short=True)) - - if (short_sha := ctx.commit_sha(short=True)) not in tagset: - tagset.add(short_sha) - - bucket = ctx.settings.bucket_name - build_key_prefix = ctx.settings.bucket_prefix_build - build_file_key = str(build_key_prefix / "datasets-build.json") - - metadata = {"commit_sha": ctx.commit_sha(), "env": "env", "tags": list(tagset)} - - ctx.s3_client.upload_file( - Bucket=bucket, - Key=build_file_key, - Filename=str(ctx.build_dir / "datasets-build.json"), - ExtraArgs={ - "ContentType": "application/json", - "Metadata": { - ctx.settings.datasets_build_s3_metadata_key: json.dumps(metadata) - }, - }, - ) - - msg.structured_print( - "Deployed build", bucket=bucket, key=build_file_key, tags=tagset - ) + short_sha = ctx.commit_sha(short=True) + build_path = ctx.build_dir / "datasets-build.json" + + if (admin_url := ctx.settings.datasets_admin_api_url) is not None: + deploy.deploy_datasets_build(admin_url, build_path, commit_sha=short_sha) + msg.structured_print( + "Deployed build to new datasets service", + commmit_sha=short_sha, + url=admin_url, + ) + else: + msg.structured_print( + "Environment variable 'DATASETS_ADMIN_API_URL' is unset," " cannot deploy." + ) + typer.Exit(1) @app.command(name="format") diff --git a/lib/dsets/builder/datasets_build.py b/lib/dsets/builder/datasets_build.py index 79a211dd..49763364 100644 --- a/lib/dsets/builder/datasets_build.py +++ b/lib/dsets/builder/datasets_build.py @@ -10,6 +10,7 @@ from dsets.schemas import DatasetClass, DatasetCollection, DatasetFamily from .assets import AssetLoader +from .parameters import build_parameter_tree class DatasetBuild(BaseModel, CamelCaseMixin): @@ -23,6 +24,7 @@ class DatasetBuild(BaseModel, CamelCaseMixin): dataset_classes: dict[str, DatasetClass] dataset_families: dict[str, DatasetFamily] dataset_collections: dict[str, DatasetCollection] + tags: list[str] def compile_dataset_build( @@ -50,6 +52,7 @@ def compile_dataset_build( dataset_classes: dict[str, DatasetClass] = {} dataset_families: dict[str, DatasetFamily] = {} dataset_collections: dict[str, DatasetCollection] = {} + tagset = set() for dataset_json_path in content_dir.rglob("**/dataset.json"): family = DatasetFamily.from_os_path( @@ -61,6 +64,9 @@ def compile_dataset_build( f"DatasetFamily with slug '{family.slug}' already exists" ) + for tag in family.meta.tags: + tagset.add(tag) + class_ = typing.cast(DatasetClass, family.class_) if not (existing_type := dataset_classes.get(class_.slug)): dataset_classes[class_.slug] = class_ @@ -81,6 +87,7 @@ def compile_dataset_build( f"Duplicate 'DatasetCollection' definition on family '{family.slug}'" ) + family.parameter_tree = build_parameter_tree(family) dataset_families[family.slug] = family asset_loader = AssetLoader(build_dir, asset_destination_url_prefix) @@ -92,6 +99,7 @@ def compile_dataset_build( dataset_classes=dataset_classes, dataset_families=dataset_families, dataset_collections=dataset_collections, + tags=sorted(tagset), ).model_dump( mode="json", by_alias=True, diff --git a/lib/dsets/builder/parameters.py b/lib/dsets/builder/parameters.py new file mode 100644 index 00000000..b57cdb92 --- /dev/null +++ b/lib/dsets/builder/parameters.py @@ -0,0 +1,33 @@ +from dsets.schemas import Dataset, DatasetFamily, DatasetParameterNode + + +def build_parameter_tree(family: DatasetFamily): + partial = family.parameter_tree + if partial is None: + partial = DatasetParameterNode(next={}) + + if not family.class_.parameter_list: + return partial + + parameter_names = [parameter.name for parameter in family.class_.parameter_list] + + for dataset in family.data: + _build_parameter_tree_dataset(parameter_names, dataset, partial) + + return partial + + +def _build_parameter_tree_dataset( + parameter_names: list[str], dataset: Dataset, root: DatasetParameterNode +): + curr = root + values = [dataset.parameters[name] for name in parameter_names] + + for value in values[:-1]: + if (next := curr["next"].get(value)) is None: + next = DatasetParameterNode(next={}) + curr["next"][value] = next + + curr = next + + curr["next"][values[-1]] = None diff --git a/lib/dsets/lib/deploy.py b/lib/dsets/lib/deploy.py new file mode 100644 index 00000000..fb9e8e85 --- /dev/null +++ b/lib/dsets/lib/deploy.py @@ -0,0 +1,36 @@ +import json +from pathlib import Path + +import requests +import requests.exceptions +from requests_auth_aws_sigv4 import AWSSigV4 + + +def deploy_datasets_build( + datasets_admin_api_url: str, build_path: Path, commit_sha: str +) -> None: + """Deploy datasets build to new datasets service using the admin endpoint. + + Args: + datasets_admin_api_url: URL of the datasets admin API + build_path: Path to datasets-build.json + tags: Extra tags for the build + + Raises: + requests.exceptions.RequestException: If the request returns a non-200 status code + """ + auth = AWSSigV4( + "execute-api", + ) + + with open(build_path, "r") as f: + build = json.load(f) + + resp = requests.put( + f"{datasets_admin_api_url}/build", + json={"commitSha": commit_sha, "build": build}, + auth=auth, + ) + if resp.status_code != 200: + raise ValueError(resp.content) + resp.raise_for_status() diff --git a/lib/dsets/schemas/__init__.py b/lib/dsets/schemas/__init__.py index 87ec12a8..841504f1 100644 --- a/lib/dsets/schemas/__init__.py +++ b/lib/dsets/schemas/__init__.py @@ -1,13 +1,23 @@ +from .author import Author, AuthorHandle, AuthorName from .dataset import Dataset from .dataset_class import DatasetAttribute, DatasetClass, DatasetParameter from .dataset_collection import DatasetCollection -from .dataset_family import DatasetFamily, DatasetFamilyMeta, DatasetFeature +from .dataset_family import ( + DatasetFamily, + DatasetFamilyMeta, + DatasetFeature, + DatasetParameterNode, +) __all__ = [ + "Author", + "AuthorHandle", + "AuthorName", "Dataset", "DatasetAttribute", "DatasetCollection", "DatasetParameter", + "DatasetParameterNode", "DatasetClass", "DatasetFamily", "DatasetFamilyMeta", diff --git a/lib/dsets/schemas/author.py b/lib/dsets/schemas/author.py new file mode 100644 index 00000000..54a99212 --- /dev/null +++ b/lib/dsets/schemas/author.py @@ -0,0 +1,28 @@ +from pydantic import BaseModel, ConfigDict + + +class AuthorHandle(BaseModel): + """Model for dataset authors represented by their PennyLane.ai username. + + Attributes: + username: Username of the PennyLane.ai profile of the author + """ + + model_config = ConfigDict(extra="forbid") + + username: str + + +class AuthorName(BaseModel): + """Model for dataset authors represented by their name. + + Attributes: + name: Name of the author + """ + + model_config = ConfigDict(extra="forbid") + + name: str + + +Author = AuthorHandle | AuthorName diff --git a/lib/dsets/schemas/dataset_family.py b/lib/dsets/schemas/dataset_family.py index 335edc93..ea2e4c95 100644 --- a/lib/dsets/schemas/dataset_family.py +++ b/lib/dsets/schemas/dataset_family.py @@ -2,10 +2,12 @@ from typing import Annotated, Any, Literal from pydantic import Field +from typing_extensions import NotRequired, TypedDict from dsets.lib.doctree import Asset, Document, Ref from dsets.lib.pydantic_util import CamelCaseMixin +from .author import Author from .dataset import Dataset from .dataset_class import DatasetClass from .dataset_collection import DatasetCollection @@ -24,7 +26,7 @@ class DatasetFeature(Document, CamelCaseMixin): slug: Slug title: str - type_: Annotated[Literal["DATA", "SAMPLES"], Field(alias="type")] = "DATA" + type: Literal["DATA", "SAMPLES"] = "DATA" content: Ref[str] @@ -51,7 +53,7 @@ class DatasetFamilyMeta(Document, CamelCaseMixin): """ abstract: Ref[str] | None = None - authors: list[str] + authors: list[Author] citation: Ref[BibtexStr] changelog: list[str] = [] description: str @@ -69,6 +71,13 @@ class DatasetFamilyMeta(Document, CamelCaseMixin): extra: dict[str, Any] = {} +class DatasetParameterNode(TypedDict): + """Model for the parameter defaults map of a dataset family.""" + + default: NotRequired[str | None] + next: dict[str | None, "DatasetParameterNode | None"] + + class DatasetFamily(Document, CamelCaseMixin): """Model for dataset family, which may include one or more Pennylane dataset files. @@ -91,5 +100,6 @@ class DatasetFamily(Document, CamelCaseMixin): download_name: str features: list[DatasetFeature] = [] meta: Ref[DatasetFamilyMeta] + parameter_tree: DatasetParameterNode | None = None extra: dict[str, Any] = {} diff --git a/lib/dsets/settings.py b/lib/dsets/settings.py index 9ac19483..42c29509 100644 --- a/lib/dsets/settings.py +++ b/lib/dsets/settings.py @@ -12,6 +12,8 @@ class Settings(BaseSettings): """Global settings for pennylane-datasets.""" + datasets_admin_api_url: str | None = None + bucket_public_domain: str = "datasets.cloud.pennylane.ai" bucket_name: str = "swc-dev-pennylane-datasets" diff --git a/lib/tests/dsets/unit/schemas/test_dataset_family.py b/lib/tests/dsets/unit/schemas/test_dataset_family.py index 06794cff..2625a628 100644 --- a/lib/tests/dsets/unit/schemas/test_dataset_family.py +++ b/lib/tests/dsets/unit/schemas/test_dataset_family.py @@ -3,6 +3,8 @@ from dsets.lib.doctree import Reference from dsets.schemas import ( + AuthorHandle, + AuthorName, Dataset, DatasetAttribute, DatasetClass, @@ -25,7 +27,8 @@ class TestDatasetFamily: "qchem" ], "authors": [ - "Author 1" + {"name": "Author 1"}, + {"username": "author2"} ], "changelog": ["Initial release"], "abstract": "Abstract...", @@ -128,7 +131,8 @@ def test_validate_json(self): meta = family.meta assert meta.description == "Description for H2 Molecule." assert meta.title == "H2 Molecule" - assert meta.authors == ["Author 1"] + assert meta.authors[0] == AuthorName(name="Author 1") + assert meta.authors[1] == AuthorHandle(username="author2") assert meta.abstract == "Abstract..." assert meta.using_this_dataset == Reference(path="about.md") assert meta.citation == Reference(path="citation.txt") diff --git a/lib/tests/support/content/foo/dataset.json b/lib/tests/support/content/foo/dataset.json index 06f6ad78..0a0e888c 100644 --- a/lib/tests/support/content/foo/dataset.json +++ b/lib/tests/support/content/foo/dataset.json @@ -26,7 +26,10 @@ ], "data": [ { - "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/foo/thing.h5" + "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/foo/thing.h5", + "parameters": { + "number": "2" + } } ] } diff --git a/lib/tests/support/content/foo/meta.json b/lib/tests/support/content/foo/meta.json index d6d92d5e..71ff2c7c 100644 --- a/lib/tests/support/content/foo/meta.json +++ b/lib/tests/support/content/foo/meta.json @@ -2,9 +2,9 @@ "title": "Bar", "description": "Description.", "tags": [ - "big_data", - "machine_learning", - "algorithms" + "Algorithms", + "Big Data", + "Machine Learning" ], "abstract": "Data", "citation": { @@ -13,7 +13,10 @@ "usingThisDataset": { "$path": "./using_this_dataset.md" }, - "authors": ["Author 1"], + "authors": [ + {"name": "Author 1"}, + {"username": "author2"} + ], "license": "GPL", "changelog": ["Initial release"], "heroImage": "hero_image.jpg", @@ -21,3 +24,4 @@ "dateOfLastModification": "2024-09-12", "dateOfPublication": "2024-09-11" } + diff --git a/lib/tests/support/datasets-build.json b/lib/tests/support/datasets-build.json index a24b8257..81ebd3d9 100644 --- a/lib/tests/support/datasets-build.json +++ b/lib/tests/support/datasets-build.json @@ -4,6 +4,11 @@ "https://test.datasets.com/assets/hero_image-b7b71997d36675a0c3fc760efa0d63b20b122e98.jpg", "https://test.datasets.com/assets/thumbnail-7e1d89704a12580e4c592a473e1af7a96ed79503.png" ], + "tags": [ + "Algorithms", + "Big Data", + "Machine Learning" + ], "datasetClasses": { "foo": { "name": "Foo", @@ -79,7 +84,9 @@ "data": [ { "dataUrl": "https://datasets.cloud.pennylane.ai/datasets/h5/foo/thing.h5", - "parameters": {}, + "parameters": { + "number": "2" + }, "extra": {} } ], @@ -98,18 +105,24 @@ } ], "extra": {}, + "parameterTree": { + "next": { + "2": null + } + }, "meta": { "abstract": "Data", "description": "Description.", "authors": [ - "Author 1" + {"name": "Author 1"}, + {"username": "author2"} ], "citation": "@misc{FooData,\n title = {Data!}, \n author = {Author}, \n howpublished = {\\url{https://pennylane.ai/datasets/foo/bar}}, \n year = {2023}\n}\n", "sourceCodeUrl": null, "tags": [ - "big_data", - "machine_learning", - "algorithms" + "Algorithms", + "Big Data", + "Machine Learning" ], "license": "GPL", "changelog": [ diff --git a/poetry.lock b/poetry.lock index 304a5f60..2ef78a49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,91 +1,120 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. + +[[package]] +name = "aiohappyeyeballs" +version = "2.4.0" +description = "Happy Eyeballs for asyncio" +category = "main" +optional = false +python-versions = ">=3.8" +files = [ + {file = "aiohappyeyeballs-2.4.0-py3-none-any.whl", hash = "sha256:7ce92076e249169a13c2f49320d1967425eaf1f407522d707d59cac7628d62bd"}, + {file = "aiohappyeyeballs-2.4.0.tar.gz", hash = "sha256:55a1714f084e63d49639800f95716da97a1f173d46a16dfcfda0016abb93b6b2"}, +] [[package]] name = "aiohttp" -version = "3.9.3" +version = "3.10.5" description = "Async http client/server framework (asyncio)" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "aiohttp-3.9.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:939677b61f9d72a4fa2a042a5eee2a99a24001a67c13da113b2e30396567db54"}, - {file = "aiohttp-3.9.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1f5cd333fcf7590a18334c90f8c9147c837a6ec8a178e88d90a9b96ea03194cc"}, - {file = "aiohttp-3.9.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:82e6aa28dd46374f72093eda8bcd142f7771ee1eb9d1e223ff0fa7177a96b4a5"}, - {file = "aiohttp-3.9.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f56455b0c2c7cc3b0c584815264461d07b177f903a04481dfc33e08a89f0c26b"}, - {file = "aiohttp-3.9.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bca77a198bb6e69795ef2f09a5f4c12758487f83f33d63acde5f0d4919815768"}, - {file = "aiohttp-3.9.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e083c285857b78ee21a96ba1eb1b5339733c3563f72980728ca2b08b53826ca5"}, - {file = "aiohttp-3.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ab40e6251c3873d86ea9b30a1ac6d7478c09277b32e14745d0d3c6e76e3c7e29"}, - {file = "aiohttp-3.9.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:df822ee7feaaeffb99c1a9e5e608800bd8eda6e5f18f5cfb0dc7eeb2eaa6bbec"}, - {file = "aiohttp-3.9.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:acef0899fea7492145d2bbaaaec7b345c87753168589cc7faf0afec9afe9b747"}, - {file = "aiohttp-3.9.3-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:cd73265a9e5ea618014802ab01babf1940cecb90c9762d8b9e7d2cc1e1969ec6"}, - {file = "aiohttp-3.9.3-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:a78ed8a53a1221393d9637c01870248a6f4ea5b214a59a92a36f18151739452c"}, - {file = "aiohttp-3.9.3-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:6b0e029353361f1746bac2e4cc19b32f972ec03f0f943b390c4ab3371840aabf"}, - {file = "aiohttp-3.9.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:7cf5c9458e1e90e3c390c2639f1017a0379a99a94fdfad3a1fd966a2874bba52"}, - {file = "aiohttp-3.9.3-cp310-cp310-win32.whl", hash = "sha256:3e59c23c52765951b69ec45ddbbc9403a8761ee6f57253250c6e1536cacc758b"}, - {file = "aiohttp-3.9.3-cp310-cp310-win_amd64.whl", hash = "sha256:055ce4f74b82551678291473f66dc9fb9048a50d8324278751926ff0ae7715e5"}, - {file = "aiohttp-3.9.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6b88f9386ff1ad91ace19d2a1c0225896e28815ee09fc6a8932fded8cda97c3d"}, - {file = "aiohttp-3.9.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c46956ed82961e31557b6857a5ca153c67e5476972e5f7190015018760938da2"}, - {file = "aiohttp-3.9.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:07b837ef0d2f252f96009e9b8435ec1fef68ef8b1461933253d318748ec1acdc"}, - {file = "aiohttp-3.9.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dad46e6f620574b3b4801c68255492e0159d1712271cc99d8bdf35f2043ec266"}, - {file = "aiohttp-3.9.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5ed3e046ea7b14938112ccd53d91c1539af3e6679b222f9469981e3dac7ba1ce"}, - {file = "aiohttp-3.9.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:039df344b45ae0b34ac885ab5b53940b174530d4dd8a14ed8b0e2155b9dddccb"}, - {file = "aiohttp-3.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7943c414d3a8d9235f5f15c22ace69787c140c80b718dcd57caaade95f7cd93b"}, - {file = "aiohttp-3.9.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:84871a243359bb42c12728f04d181a389718710129b36b6aad0fc4655a7647d4"}, - {file = "aiohttp-3.9.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:5eafe2c065df5401ba06821b9a054d9cb2848867f3c59801b5d07a0be3a380ae"}, - {file = "aiohttp-3.9.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:9d3c9b50f19704552f23b4eaea1fc082fdd82c63429a6506446cbd8737823da3"}, - {file = "aiohttp-3.9.3-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:f033d80bc6283092613882dfe40419c6a6a1527e04fc69350e87a9df02bbc283"}, - {file = "aiohttp-3.9.3-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:2c895a656dd7e061b2fd6bb77d971cc38f2afc277229ce7dd3552de8313a483e"}, - {file = "aiohttp-3.9.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:1f5a71d25cd8106eab05f8704cd9167b6e5187bcdf8f090a66c6d88b634802b4"}, - {file = "aiohttp-3.9.3-cp311-cp311-win32.whl", hash = "sha256:50fca156d718f8ced687a373f9e140c1bb765ca16e3d6f4fe116e3df7c05b2c5"}, - {file = "aiohttp-3.9.3-cp311-cp311-win_amd64.whl", hash = "sha256:5fe9ce6c09668063b8447f85d43b8d1c4e5d3d7e92c63173e6180b2ac5d46dd8"}, - {file = "aiohttp-3.9.3-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:38a19bc3b686ad55804ae931012f78f7a534cce165d089a2059f658f6c91fa60"}, - {file = "aiohttp-3.9.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:770d015888c2a598b377bd2f663adfd947d78c0124cfe7b959e1ef39f5b13869"}, - {file = "aiohttp-3.9.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ee43080e75fc92bf36219926c8e6de497f9b247301bbf88c5c7593d931426679"}, - {file = "aiohttp-3.9.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:52df73f14ed99cee84865b95a3d9e044f226320a87af208f068ecc33e0c35b96"}, - {file = "aiohttp-3.9.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc9b311743a78043b26ffaeeb9715dc360335e5517832f5a8e339f8a43581e4d"}, - {file = "aiohttp-3.9.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b955ed993491f1a5da7f92e98d5dad3c1e14dc175f74517c4e610b1f2456fb11"}, - {file = "aiohttp-3.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:504b6981675ace64c28bf4a05a508af5cde526e36492c98916127f5a02354d53"}, - {file = "aiohttp-3.9.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a6fe5571784af92b6bc2fda8d1925cccdf24642d49546d3144948a6a1ed58ca5"}, - {file = "aiohttp-3.9.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:ba39e9c8627edc56544c8628cc180d88605df3892beeb2b94c9bc857774848ca"}, - {file = "aiohttp-3.9.3-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:e5e46b578c0e9db71d04c4b506a2121c0cb371dd89af17a0586ff6769d4c58c1"}, - {file = "aiohttp-3.9.3-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:938a9653e1e0c592053f815f7028e41a3062e902095e5a7dc84617c87267ebd5"}, - {file = "aiohttp-3.9.3-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:c3452ea726c76e92f3b9fae4b34a151981a9ec0a4847a627c43d71a15ac32aa6"}, - {file = "aiohttp-3.9.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:ff30218887e62209942f91ac1be902cc80cddb86bf00fbc6783b7a43b2bea26f"}, - {file = "aiohttp-3.9.3-cp312-cp312-win32.whl", hash = "sha256:38f307b41e0bea3294a9a2a87833191e4bcf89bb0365e83a8be3a58b31fb7f38"}, - {file = "aiohttp-3.9.3-cp312-cp312-win_amd64.whl", hash = "sha256:b791a3143681a520c0a17e26ae7465f1b6f99461a28019d1a2f425236e6eedb5"}, - {file = "aiohttp-3.9.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0ed621426d961df79aa3b963ac7af0d40392956ffa9be022024cd16297b30c8c"}, - {file = "aiohttp-3.9.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7f46acd6a194287b7e41e87957bfe2ad1ad88318d447caf5b090012f2c5bb528"}, - {file = "aiohttp-3.9.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:feeb18a801aacb098220e2c3eea59a512362eb408d4afd0c242044c33ad6d542"}, - {file = "aiohttp-3.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f734e38fd8666f53da904c52a23ce517f1b07722118d750405af7e4123933511"}, - {file = "aiohttp-3.9.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b40670ec7e2156d8e57f70aec34a7216407848dfe6c693ef131ddf6e76feb672"}, - {file = "aiohttp-3.9.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fdd215b7b7fd4a53994f238d0f46b7ba4ac4c0adb12452beee724ddd0743ae5d"}, - {file = "aiohttp-3.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:017a21b0df49039c8f46ca0971b3a7fdc1f56741ab1240cb90ca408049766168"}, - {file = "aiohttp-3.9.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e99abf0bba688259a496f966211c49a514e65afa9b3073a1fcee08856e04425b"}, - {file = "aiohttp-3.9.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:648056db9a9fa565d3fa851880f99f45e3f9a771dd3ff3bb0c048ea83fb28194"}, - {file = "aiohttp-3.9.3-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:8aacb477dc26797ee089721536a292a664846489c49d3ef9725f992449eda5a8"}, - {file = "aiohttp-3.9.3-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:522a11c934ea660ff8953eda090dcd2154d367dec1ae3c540aff9f8a5c109ab4"}, - {file = "aiohttp-3.9.3-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5bce0dc147ca85caa5d33debc4f4d65e8e8b5c97c7f9f660f215fa74fc49a321"}, - {file = "aiohttp-3.9.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:4b4af9f25b49a7be47c0972139e59ec0e8285c371049df1a63b6ca81fdd216a2"}, - {file = "aiohttp-3.9.3-cp38-cp38-win32.whl", hash = "sha256:298abd678033b8571995650ccee753d9458dfa0377be4dba91e4491da3f2be63"}, - {file = "aiohttp-3.9.3-cp38-cp38-win_amd64.whl", hash = "sha256:69361bfdca5468c0488d7017b9b1e5ce769d40b46a9f4a2eed26b78619e9396c"}, - {file = "aiohttp-3.9.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:0fa43c32d1643f518491d9d3a730f85f5bbaedcbd7fbcae27435bb8b7a061b29"}, - {file = "aiohttp-3.9.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:835a55b7ca49468aaaac0b217092dfdff370e6c215c9224c52f30daaa735c1c1"}, - {file = "aiohttp-3.9.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:06a9b2c8837d9a94fae16c6223acc14b4dfdff216ab9b7202e07a9a09541168f"}, - {file = "aiohttp-3.9.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:abf151955990d23f84205286938796c55ff11bbfb4ccfada8c9c83ae6b3c89a3"}, - {file = "aiohttp-3.9.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:59c26c95975f26e662ca78fdf543d4eeaef70e533a672b4113dd888bd2423caa"}, - {file = "aiohttp-3.9.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f95511dd5d0e05fd9728bac4096319f80615aaef4acbecb35a990afebe953b0e"}, - {file = "aiohttp-3.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:595f105710293e76b9dc09f52e0dd896bd064a79346234b521f6b968ffdd8e58"}, - {file = "aiohttp-3.9.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c7c8b816c2b5af5c8a436df44ca08258fc1a13b449393a91484225fcb7545533"}, - {file = "aiohttp-3.9.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:f1088fa100bf46e7b398ffd9904f4808a0612e1d966b4aa43baa535d1b6341eb"}, - {file = "aiohttp-3.9.3-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f59dfe57bb1ec82ac0698ebfcdb7bcd0e99c255bd637ff613760d5f33e7c81b3"}, - {file = "aiohttp-3.9.3-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:361a1026c9dd4aba0109e4040e2aecf9884f5cfe1b1b1bd3d09419c205e2e53d"}, - {file = "aiohttp-3.9.3-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:363afe77cfcbe3a36353d8ea133e904b108feea505aa4792dad6585a8192c55a"}, - {file = "aiohttp-3.9.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e2c45c208c62e955e8256949eb225bd8b66a4c9b6865729a786f2aa79b72e9d"}, - {file = "aiohttp-3.9.3-cp39-cp39-win32.whl", hash = "sha256:f7217af2e14da0856e082e96ff637f14ae45c10a5714b63c77f26d8884cf1051"}, - {file = "aiohttp-3.9.3-cp39-cp39-win_amd64.whl", hash = "sha256:27468897f628c627230dba07ec65dc8d0db566923c48f29e084ce382119802bc"}, - {file = "aiohttp-3.9.3.tar.gz", hash = "sha256:90842933e5d1ff760fae6caca4b2b3edba53ba8f4b71e95dacf2818a2aca06f7"}, + {file = "aiohttp-3.10.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:18a01eba2574fb9edd5f6e5fb25f66e6ce061da5dab5db75e13fe1558142e0a3"}, + {file = "aiohttp-3.10.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:94fac7c6e77ccb1ca91e9eb4cb0ac0270b9fb9b289738654120ba8cebb1189c6"}, + {file = "aiohttp-3.10.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2f1f1c75c395991ce9c94d3e4aa96e5c59c8356a15b1c9231e783865e2772699"}, + {file = "aiohttp-3.10.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4f7acae3cf1a2a2361ec4c8e787eaaa86a94171d2417aae53c0cca6ca3118ff6"}, + {file = "aiohttp-3.10.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:94c4381ffba9cc508b37d2e536b418d5ea9cfdc2848b9a7fea6aebad4ec6aac1"}, + {file = "aiohttp-3.10.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c31ad0c0c507894e3eaa843415841995bf8de4d6b2d24c6e33099f4bc9fc0d4f"}, + {file = "aiohttp-3.10.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0912b8a8fadeb32ff67a3ed44249448c20148397c1ed905d5dac185b4ca547bb"}, + {file = "aiohttp-3.10.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0d93400c18596b7dc4794d48a63fb361b01a0d8eb39f28800dc900c8fbdaca91"}, + {file = "aiohttp-3.10.5-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:d00f3c5e0d764a5c9aa5a62d99728c56d455310bcc288a79cab10157b3af426f"}, + {file = "aiohttp-3.10.5-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:d742c36ed44f2798c8d3f4bc511f479b9ceef2b93f348671184139e7d708042c"}, + {file = "aiohttp-3.10.5-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:814375093edae5f1cb31e3407997cf3eacefb9010f96df10d64829362ae2df69"}, + {file = "aiohttp-3.10.5-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:8224f98be68a84b19f48e0bdc14224b5a71339aff3a27df69989fa47d01296f3"}, + {file = "aiohttp-3.10.5-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:d9a487ef090aea982d748b1b0d74fe7c3950b109df967630a20584f9a99c0683"}, + {file = "aiohttp-3.10.5-cp310-cp310-win32.whl", hash = "sha256:d9ef084e3dc690ad50137cc05831c52b6ca428096e6deb3c43e95827f531d5ef"}, + {file = "aiohttp-3.10.5-cp310-cp310-win_amd64.whl", hash = "sha256:66bf9234e08fe561dccd62083bf67400bdbf1c67ba9efdc3dac03650e97c6088"}, + {file = "aiohttp-3.10.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:8c6a4e5e40156d72a40241a25cc226051c0a8d816610097a8e8f517aeacd59a2"}, + {file = "aiohttp-3.10.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2c634a3207a5445be65536d38c13791904fda0748b9eabf908d3fe86a52941cf"}, + {file = "aiohttp-3.10.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4aff049b5e629ef9b3e9e617fa6e2dfeda1bf87e01bcfecaf3949af9e210105e"}, + {file = "aiohttp-3.10.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1942244f00baaacaa8155eca94dbd9e8cc7017deb69b75ef67c78e89fdad3c77"}, + {file = "aiohttp-3.10.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e04a1f2a65ad2f93aa20f9ff9f1b672bf912413e5547f60749fa2ef8a644e061"}, + {file = "aiohttp-3.10.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7f2bfc0032a00405d4af2ba27f3c429e851d04fad1e5ceee4080a1c570476697"}, + {file = "aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:424ae21498790e12eb759040bbb504e5e280cab64693d14775c54269fd1d2bb7"}, + {file = "aiohttp-3.10.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:975218eee0e6d24eb336d0328c768ebc5d617609affaca5dbbd6dd1984f16ed0"}, + {file = "aiohttp-3.10.5-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:4120d7fefa1e2d8fb6f650b11489710091788de554e2b6f8347c7a20ceb003f5"}, + {file = "aiohttp-3.10.5-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:b90078989ef3fc45cf9221d3859acd1108af7560c52397ff4ace8ad7052a132e"}, + {file = "aiohttp-3.10.5-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:ba5a8b74c2a8af7d862399cdedce1533642fa727def0b8c3e3e02fcb52dca1b1"}, + {file = "aiohttp-3.10.5-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:02594361128f780eecc2a29939d9dfc870e17b45178a867bf61a11b2a4367277"}, + {file = "aiohttp-3.10.5-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:8fb4fc029e135859f533025bc82047334e24b0d489e75513144f25408ecaf058"}, + {file = "aiohttp-3.10.5-cp311-cp311-win32.whl", hash = "sha256:e1ca1ef5ba129718a8fc827b0867f6aa4e893c56eb00003b7367f8a733a9b072"}, + {file = "aiohttp-3.10.5-cp311-cp311-win_amd64.whl", hash = "sha256:349ef8a73a7c5665cca65c88ab24abe75447e28aa3bc4c93ea5093474dfdf0ff"}, + {file = "aiohttp-3.10.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:305be5ff2081fa1d283a76113b8df7a14c10d75602a38d9f012935df20731487"}, + {file = "aiohttp-3.10.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3a1c32a19ee6bbde02f1cb189e13a71b321256cc1d431196a9f824050b160d5a"}, + {file = "aiohttp-3.10.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:61645818edd40cc6f455b851277a21bf420ce347baa0b86eaa41d51ef58ba23d"}, + {file = "aiohttp-3.10.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c225286f2b13bab5987425558baa5cbdb2bc925b2998038fa028245ef421e75"}, + {file = "aiohttp-3.10.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8ba01ebc6175e1e6b7275c907a3a36be48a2d487549b656aa90c8a910d9f3178"}, + {file = "aiohttp-3.10.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8eaf44ccbc4e35762683078b72bf293f476561d8b68ec8a64f98cf32811c323e"}, + {file = "aiohttp-3.10.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b1c43eb1ab7cbf411b8e387dc169acb31f0ca0d8c09ba63f9eac67829585b44f"}, + {file = "aiohttp-3.10.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:de7a5299827253023c55ea549444e058c0eb496931fa05d693b95140a947cb73"}, + {file = "aiohttp-3.10.5-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:4790f0e15f00058f7599dab2b206d3049d7ac464dc2e5eae0e93fa18aee9e7bf"}, + {file = "aiohttp-3.10.5-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:44b324a6b8376a23e6ba25d368726ee3bc281e6ab306db80b5819999c737d820"}, + {file = "aiohttp-3.10.5-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:0d277cfb304118079e7044aad0b76685d30ecb86f83a0711fc5fb257ffe832ca"}, + {file = "aiohttp-3.10.5-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:54d9ddea424cd19d3ff6128601a4a4d23d54a421f9b4c0fff740505813739a91"}, + {file = "aiohttp-3.10.5-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:4f1c9866ccf48a6df2b06823e6ae80573529f2af3a0992ec4fe75b1a510df8a6"}, + {file = "aiohttp-3.10.5-cp312-cp312-win32.whl", hash = "sha256:dc4826823121783dccc0871e3f405417ac116055bf184ac04c36f98b75aacd12"}, + {file = "aiohttp-3.10.5-cp312-cp312-win_amd64.whl", hash = "sha256:22c0a23a3b3138a6bf76fc553789cb1a703836da86b0f306b6f0dc1617398abc"}, + {file = "aiohttp-3.10.5-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:7f6b639c36734eaa80a6c152a238242bedcee9b953f23bb887e9102976343092"}, + {file = "aiohttp-3.10.5-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f29930bc2921cef955ba39a3ff87d2c4398a0394ae217f41cb02d5c26c8b1b77"}, + {file = "aiohttp-3.10.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f489a2c9e6455d87eabf907ac0b7d230a9786be43fbe884ad184ddf9e9c1e385"}, + {file = "aiohttp-3.10.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:123dd5b16b75b2962d0fff566effb7a065e33cd4538c1692fb31c3bda2bfb972"}, + {file = "aiohttp-3.10.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b98e698dc34966e5976e10bbca6d26d6724e6bdea853c7c10162a3235aba6e16"}, + {file = "aiohttp-3.10.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c3b9162bab7e42f21243effc822652dc5bb5e8ff42a4eb62fe7782bcbcdfacf6"}, + {file = "aiohttp-3.10.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1923a5c44061bffd5eebeef58cecf68096e35003907d8201a4d0d6f6e387ccaa"}, + {file = "aiohttp-3.10.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d55f011da0a843c3d3df2c2cf4e537b8070a419f891c930245f05d329c4b0689"}, + {file = "aiohttp-3.10.5-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:afe16a84498441d05e9189a15900640a2d2b5e76cf4efe8cbb088ab4f112ee57"}, + {file = "aiohttp-3.10.5-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:f8112fb501b1e0567a1251a2fd0747baae60a4ab325a871e975b7bb67e59221f"}, + {file = "aiohttp-3.10.5-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:1e72589da4c90337837fdfe2026ae1952c0f4a6e793adbbfbdd40efed7c63599"}, + {file = "aiohttp-3.10.5-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:4d46c7b4173415d8e583045fbc4daa48b40e31b19ce595b8d92cf639396c15d5"}, + {file = "aiohttp-3.10.5-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:33e6bc4bab477c772a541f76cd91e11ccb6d2efa2b8d7d7883591dfb523e5987"}, + {file = "aiohttp-3.10.5-cp313-cp313-win32.whl", hash = "sha256:c58c6837a2c2a7cf3133983e64173aec11f9c2cd8e87ec2fdc16ce727bcf1a04"}, + {file = "aiohttp-3.10.5-cp313-cp313-win_amd64.whl", hash = "sha256:38172a70005252b6893088c0f5e8a47d173df7cc2b2bd88650957eb84fcf5022"}, + {file = "aiohttp-3.10.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:f6f18898ace4bcd2d41a122916475344a87f1dfdec626ecde9ee802a711bc569"}, + {file = "aiohttp-3.10.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:5ede29d91a40ba22ac1b922ef510aab871652f6c88ef60b9dcdf773c6d32ad7a"}, + {file = "aiohttp-3.10.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:673f988370f5954df96cc31fd99c7312a3af0a97f09e407399f61583f30da9bc"}, + {file = "aiohttp-3.10.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:58718e181c56a3c02d25b09d4115eb02aafe1a732ce5714ab70326d9776457c3"}, + {file = "aiohttp-3.10.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4b38b1570242fbab8d86a84128fb5b5234a2f70c2e32f3070143a6d94bc854cf"}, + {file = "aiohttp-3.10.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:074d1bff0163e107e97bd48cad9f928fa5a3eb4b9d33366137ffce08a63e37fe"}, + {file = "aiohttp-3.10.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd31f176429cecbc1ba499d4aba31aaccfea488f418d60376b911269d3b883c5"}, + {file = "aiohttp-3.10.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7384d0b87d4635ec38db9263e6a3f1eb609e2e06087f0aa7f63b76833737b471"}, + {file = "aiohttp-3.10.5-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:8989f46f3d7ef79585e98fa991e6ded55d2f48ae56d2c9fa5e491a6e4effb589"}, + {file = "aiohttp-3.10.5-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:c83f7a107abb89a227d6c454c613e7606c12a42b9a4ca9c5d7dad25d47c776ae"}, + {file = "aiohttp-3.10.5-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:cde98f323d6bf161041e7627a5fd763f9fd829bcfcd089804a5fdce7bb6e1b7d"}, + {file = "aiohttp-3.10.5-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:676f94c5480d8eefd97c0c7e3953315e4d8c2b71f3b49539beb2aa676c58272f"}, + {file = "aiohttp-3.10.5-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:2d21ac12dc943c68135ff858c3a989f2194a709e6e10b4c8977d7fcd67dfd511"}, + {file = "aiohttp-3.10.5-cp38-cp38-win32.whl", hash = "sha256:17e997105bd1a260850272bfb50e2a328e029c941c2708170d9d978d5a30ad9a"}, + {file = "aiohttp-3.10.5-cp38-cp38-win_amd64.whl", hash = "sha256:1c19de68896747a2aa6257ae4cf6ef59d73917a36a35ee9d0a6f48cff0f94db8"}, + {file = "aiohttp-3.10.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7e2fe37ac654032db1f3499fe56e77190282534810e2a8e833141a021faaab0e"}, + {file = "aiohttp-3.10.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f5bf3ead3cb66ab990ee2561373b009db5bc0e857549b6c9ba84b20bc462e172"}, + {file = "aiohttp-3.10.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1b2c16a919d936ca87a3c5f0e43af12a89a3ce7ccbce59a2d6784caba945b68b"}, + {file = "aiohttp-3.10.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ad146dae5977c4dd435eb31373b3fe9b0b1bf26858c6fc452bf6af394067e10b"}, + {file = "aiohttp-3.10.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8c5c6fa16412b35999320f5c9690c0f554392dc222c04e559217e0f9ae244b92"}, + {file = "aiohttp-3.10.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:95c4dc6f61d610bc0ee1edc6f29d993f10febfe5b76bb470b486d90bbece6b22"}, + {file = "aiohttp-3.10.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da452c2c322e9ce0cfef392e469a26d63d42860f829026a63374fde6b5c5876f"}, + {file = "aiohttp-3.10.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:898715cf566ec2869d5cb4d5fb4be408964704c46c96b4be267442d265390f32"}, + {file = "aiohttp-3.10.5-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:391cc3a9c1527e424c6865e087897e766a917f15dddb360174a70467572ac6ce"}, + {file = "aiohttp-3.10.5-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:380f926b51b92d02a34119d072f178d80bbda334d1a7e10fa22d467a66e494db"}, + {file = "aiohttp-3.10.5-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:ce91db90dbf37bb6fa0997f26574107e1b9d5ff939315247b7e615baa8ec313b"}, + {file = "aiohttp-3.10.5-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:9093a81e18c45227eebe4c16124ebf3e0d893830c6aca7cc310bfca8fe59d857"}, + {file = "aiohttp-3.10.5-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:ee40b40aa753d844162dcc80d0fe256b87cba48ca0054f64e68000453caead11"}, + {file = "aiohttp-3.10.5-cp39-cp39-win32.whl", hash = "sha256:03f2645adbe17f274444953bdea69f8327e9d278d961d85657cb0d06864814c1"}, + {file = "aiohttp-3.10.5-cp39-cp39-win_amd64.whl", hash = "sha256:d17920f18e6ee090bdd3d0bfffd769d9f2cb4c8ffde3eb203777a3895c128862"}, + {file = "aiohttp-3.10.5.tar.gz", hash = "sha256:f071854b47d39591ce9a17981c46790acb30518e2f83dfca8db2dfa091178691"}, ] [package.dependencies] +aiohappyeyeballs = ">=2.3.0" aiosignal = ">=1.1.2" attrs = ">=17.3.0" frozenlist = ">=1.1.1" @@ -93,12 +122,13 @@ multidict = ">=4.5,<7.0" yarl = ">=1.0,<2.0" [package.extras] -speedups = ["Brotli", "aiodns", "brotlicffi"] +speedups = ["Brotli", "aiodns (>=3.2.0)", "brotlicffi"] [[package]] name = "aiosignal" version = "1.3.1" description = "aiosignal: a list of registered asynchronous callbacks" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -111,19 +141,21 @@ frozenlist = ">=1.1.0" [[package]] name = "annotated-types" -version = "0.6.0" +version = "0.7.0" description = "Reusable constraint types to use with typing.Annotated" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "annotated_types-0.6.0-py3-none-any.whl", hash = "sha256:0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43"}, - {file = "annotated_types-0.6.0.tar.gz", hash = "sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d"}, + {file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"}, + {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"}, ] [[package]] name = "appdirs" version = "1.4.4" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +category = "main" optional = false python-versions = "*" files = [ @@ -133,47 +165,52 @@ files = [ [[package]] name = "attrs" -version = "23.2.0" +version = "24.2.0" description = "Classes Without Boilerplate" +category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"}, - {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"}, + {file = "attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2"}, + {file = "attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"}, ] [package.extras] -cov = ["attrs[tests]", "coverage[toml] (>=5.3)"] -dev = ["attrs[tests]", "pre-commit"] -docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"] -tests = ["attrs[tests-no-zope]", "zope-interface"] -tests-mypy = ["mypy (>=1.6)", "pytest-mypy-plugins"] -tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist[psutil]"] +benchmark = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-codspeed", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +cov = ["cloudpickle", "coverage[toml] (>=5.3)", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +dev = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +docs = ["cogapp", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier (<24.7)"] +tests = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "autograd" -version = "1.6.2" -description = "Efficiently computes derivatives of numpy code." +version = "1.7.0" +description = "Efficiently computes derivatives of NumPy code." +category = "main" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "autograd-1.6.2-py3-none-any.whl", hash = "sha256:208dde2a938e63b4f8f5049b1985505139e529068b0d26f8cd7771fd3eb145d5"}, - {file = "autograd-1.6.2.tar.gz", hash = "sha256:8731e08a0c4e389d8695a40072ada4512641c113b6cace8f4cfbe8eb7e9aedeb"}, + {file = "autograd-1.7.0-py3-none-any.whl", hash = "sha256:49680300f842f3a8722b060ac0d3ed7aca071d1ad4d3d38c9fdadafdcc73c30b"}, + {file = "autograd-1.7.0.tar.gz", hash = "sha256:de743fd368d6df523cd37305dcd171861a9752a144493677d2c9f5a56983ff2f"}, ] [package.dependencies] -future = ">=0.15.2" -numpy = ">=1.12" +numpy = "*" + +[package.extras] +scipy = ["scipy"] [[package]] name = "autoray" -version = "0.6.8" +version = "0.6.12" description = "Abstract your array operations." +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "autoray-0.6.8-py3-none-any.whl", hash = "sha256:56ce1a1e105e14fd74e5e2d724a92421af7601b34b73f10c0cf58d678958fde4"}, - {file = "autoray-0.6.8.tar.gz", hash = "sha256:8e31832597cb2075e5f9f65894fafff9d726d9287718415d3c8b008e592f0197"}, + {file = "autoray-0.6.12-py3-none-any.whl", hash = "sha256:3ed7a4abcec052bcbb4f0447c426d0a0b9b9fa03ab71e76eaa77747ca43ac3e2"}, + {file = "autoray-0.6.12.tar.gz", hash = "sha256:721328aa06fc3577155d988052614a7b4bd6e4d01b340695344031ee4abd2a1e"}, ] [package.extras] @@ -184,6 +221,7 @@ tests = ["coverage", "numpy", "pytest", "pytest-cov"] name = "bibtexparser" version = "2.0.0b7" description = "Bibtex parser for python 3" +category = "main" optional = false python-versions = "*" files = [ @@ -201,17 +239,18 @@ test = ["jupyter", "pytest", "pytest-cov", "pytest-xdist"] [[package]] name = "boto3" -version = "1.34.48" +version = "1.35.13" description = "The AWS SDK for Python" +category = "main" optional = false -python-versions = ">= 3.8" +python-versions = ">=3.8" files = [ - {file = "boto3-1.34.48-py3-none-any.whl", hash = "sha256:adc785ff05aec9fc93f82d507420b320203cd4fd011c67eb369b3aa2b5aeb298"}, - {file = "boto3-1.34.48.tar.gz", hash = "sha256:f9873c3f03de546d7297475c6acd771840c385521caadb8c121a1ac38bc59cd4"}, + {file = "boto3-1.35.13-py3-none-any.whl", hash = "sha256:6e220eae161a4c0ed21e2561edcb0fd9603fa621692c50bc099db318ed3e3ad4"}, + {file = "boto3-1.35.13.tar.gz", hash = "sha256:4af17bd7bada591ddaa835d774b242705210e5d45133e25bd73417daa42e53e7"}, ] [package.dependencies] -botocore = ">=1.34.48,<1.35.0" +botocore = ">=1.35.13,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -220,104 +259,123 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.48" +version = "1.35.13" description = "Low-level, data-driven core of boto 3." +category = "main" optional = false -python-versions = ">= 3.8" +python-versions = ">=3.8" files = [ - {file = "botocore-1.34.48-py3-none-any.whl", hash = "sha256:f3e1c84fa75fd6921dfbfb4b2f803bcc424b9b866982fe80e08edbd26ca9861c"}, - {file = "botocore-1.34.48.tar.gz", hash = "sha256:eabdde36309274b76bb79ae9bdfa10c1fd91a2c9b3343cfa15b8a91f8e1ec224"}, + {file = "botocore-1.35.13-py3-none-any.whl", hash = "sha256:dd8a8bb1946187c8eb902a3b856d3b24df63917e4f2c61a6bce7f3ea9f112761"}, + {file = "botocore-1.35.13.tar.gz", hash = "sha256:f7ae62eab44d731a5ad8917788378316c79c7bceb530a8307ed0f3bca7037341"}, ] [package.dependencies] jmespath = ">=0.7.1,<2.0.0" python-dateutil = ">=2.1,<3.0.0" -urllib3 = {version = ">=1.25.4,<2.1", markers = "python_version >= \"3.10\""} +urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""} [package.extras] -crt = ["awscrt (==0.19.19)"] +crt = ["awscrt (==0.21.2)"] [[package]] name = "cachetools" -version = "5.3.2" +version = "5.5.0" description = "Extensible memoizing collections and decorators" +category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "cachetools-5.3.2-py3-none-any.whl", hash = "sha256:861f35a13a451f94e301ce2bec7cac63e881232ccce7ed67fab9b5df4d3beaa1"}, - {file = "cachetools-5.3.2.tar.gz", hash = "sha256:086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2"}, + {file = "cachetools-5.5.0-py3-none-any.whl", hash = "sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292"}, + {file = "cachetools-5.5.0.tar.gz", hash = "sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a"}, ] [[package]] name = "certifi" -version = "2024.2.2" +version = "2024.8.30" description = "Python package for providing Mozilla's CA Bundle." +category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"}, - {file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"}, + {file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"}, + {file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"}, ] [[package]] name = "cffi" -version = "1.16.0" +version = "1.17.1" description = "Foreign Function Interface for Python calling C code." +category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088"}, - {file = "cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9"}, - {file = "cffi-1.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673"}, - {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896"}, - {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684"}, - {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7"}, - {file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614"}, - {file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743"}, - {file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d"}, - {file = "cffi-1.16.0-cp310-cp310-win32.whl", hash = "sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a"}, - {file = "cffi-1.16.0-cp310-cp310-win_amd64.whl", hash = "sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1"}, - {file = "cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404"}, - {file = "cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417"}, - {file = "cffi-1.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627"}, - {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936"}, - {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d"}, - {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56"}, - {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e"}, - {file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc"}, - {file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb"}, - {file = "cffi-1.16.0-cp311-cp311-win32.whl", hash = "sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab"}, - {file = "cffi-1.16.0-cp311-cp311-win_amd64.whl", hash = "sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba"}, - {file = "cffi-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956"}, - {file = "cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e"}, - {file = "cffi-1.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e"}, - {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2"}, - {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357"}, - {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6"}, - {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969"}, - {file = "cffi-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520"}, - {file = "cffi-1.16.0-cp312-cp312-win32.whl", hash = "sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b"}, - {file = "cffi-1.16.0-cp312-cp312-win_amd64.whl", hash = "sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235"}, - {file = "cffi-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc"}, - {file = "cffi-1.16.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0"}, - {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b"}, - {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c"}, - {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b"}, - {file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324"}, - {file = "cffi-1.16.0-cp38-cp38-win32.whl", hash = "sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a"}, - {file = "cffi-1.16.0-cp38-cp38-win_amd64.whl", hash = "sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36"}, - {file = "cffi-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed"}, - {file = "cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2"}, - {file = "cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872"}, - {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8"}, - {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f"}, - {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4"}, - {file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098"}, - {file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000"}, - {file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe"}, - {file = "cffi-1.16.0-cp39-cp39-win32.whl", hash = "sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4"}, - {file = "cffi-1.16.0-cp39-cp39-win_amd64.whl", hash = "sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8"}, - {file = "cffi-1.16.0.tar.gz", hash = "sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0"}, + {file = "cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14"}, + {file = "cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67"}, + {file = "cffi-1.17.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:edae79245293e15384b51f88b00613ba9f7198016a5948b5dddf4917d4d26382"}, + {file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45398b671ac6d70e67da8e4224a065cec6a93541bb7aebe1b198a61b58c7b702"}, + {file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ad9413ccdeda48c5afdae7e4fa2192157e991ff761e7ab8fdd8926f40b160cc3"}, + {file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5da5719280082ac6bd9aa7becb3938dc9f9cbd57fac7d2871717b1feb0902ab6"}, + {file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2bb1a08b8008b281856e5971307cc386a8e9c5b625ac297e853d36da6efe9c17"}, + {file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8"}, + {file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6883e737d7d9e4899a8a695e00ec36bd4e5e4f18fabe0aca0efe0a4b44cdb13e"}, + {file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:6b8b4a92e1c65048ff98cfe1f735ef8f1ceb72e3d5f0c25fdb12087a23da22be"}, + {file = "cffi-1.17.1-cp310-cp310-win32.whl", hash = "sha256:c9c3d058ebabb74db66e431095118094d06abf53284d9c81f27300d0e0d8bc7c"}, + {file = "cffi-1.17.1-cp310-cp310-win_amd64.whl", hash = "sha256:0f048dcf80db46f0098ccac01132761580d28e28bc0f78ae0d58048063317e15"}, + {file = "cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401"}, + {file = "cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf"}, + {file = "cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4"}, + {file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41"}, + {file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1"}, + {file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6"}, + {file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d"}, + {file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6"}, + {file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f"}, + {file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b"}, + {file = "cffi-1.17.1-cp311-cp311-win32.whl", hash = "sha256:85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655"}, + {file = "cffi-1.17.1-cp311-cp311-win_amd64.whl", hash = "sha256:caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0"}, + {file = "cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4"}, + {file = "cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c"}, + {file = "cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36"}, + {file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5"}, + {file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff"}, + {file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99"}, + {file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93"}, + {file = "cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3"}, + {file = "cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8"}, + {file = "cffi-1.17.1-cp312-cp312-win32.whl", hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65"}, + {file = "cffi-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903"}, + {file = "cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e"}, + {file = "cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2"}, + {file = "cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3"}, + {file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683"}, + {file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5"}, + {file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4"}, + {file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd"}, + {file = "cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed"}, + {file = "cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9"}, + {file = "cffi-1.17.1-cp313-cp313-win32.whl", hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d"}, + {file = "cffi-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a"}, + {file = "cffi-1.17.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:636062ea65bd0195bc012fea9321aca499c0504409f413dc88af450b57ffd03b"}, + {file = "cffi-1.17.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c7eac2ef9b63c79431bc4b25f1cd649d7f061a28808cbc6c47b534bd789ef964"}, + {file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e221cf152cff04059d011ee126477f0d9588303eb57e88923578ace7baad17f9"}, + {file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:31000ec67d4221a71bd3f67df918b1f88f676f1c3b535a7eb473255fdc0b83fc"}, + {file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6f17be4345073b0a7b8ea599688f692ac3ef23ce28e5df79c04de519dbc4912c"}, + {file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2b1fac190ae3ebfe37b979cc1ce69c81f4e4fe5746bb401dca63a9062cdaf1"}, + {file = "cffi-1.17.1-cp38-cp38-win32.whl", hash = "sha256:7596d6620d3fa590f677e9ee430df2958d2d6d6de2feeae5b20e82c00b76fbf8"}, + {file = "cffi-1.17.1-cp38-cp38-win_amd64.whl", hash = "sha256:78122be759c3f8a014ce010908ae03364d00a1f81ab5c7f4a7a5120607ea56e1"}, + {file = "cffi-1.17.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b2ab587605f4ba0bf81dc0cb08a41bd1c0a5906bd59243d56bad7668a6fc6c16"}, + {file = "cffi-1.17.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:28b16024becceed8c6dfbc75629e27788d8a3f9030691a1dbf9821a128b22c36"}, + {file = "cffi-1.17.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1d599671f396c4723d016dbddb72fe8e0397082b0a77a4fab8028923bec050e8"}, + {file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca74b8dbe6e8e8263c0ffd60277de77dcee6c837a3d0881d8c1ead7268c9e576"}, + {file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f7f5baafcc48261359e14bcd6d9bff6d4b28d9103847c9e136694cb0501aef87"}, + {file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:98e3969bcff97cae1b2def8ba499ea3d6f31ddfdb7635374834cf89a1a08ecf0"}, + {file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cdf5ce3acdfd1661132f2a9c19cac174758dc2352bfe37d98aa7512c6b7178b3"}, + {file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9755e4345d1ec879e3849e62222a18c7174d65a6a92d5b346b1863912168b595"}, + {file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f1e22e8c4419538cb197e4dd60acc919d7696e5ef98ee4da4e01d3f8cfa4cc5a"}, + {file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:c03e868a0b3bc35839ba98e74211ed2b05d2119be4e8a0f224fba9384f1fe02e"}, + {file = "cffi-1.17.1-cp39-cp39-win32.whl", hash = "sha256:e31ae45bc2e29f6b2abd0de1cc3b9d5205aa847cafaecb8af1476a609a2f6eb7"}, + {file = "cffi-1.17.1-cp39-cp39-win_amd64.whl", hash = "sha256:d016c76bdd850f3c626af19b0542c9677ba156e4ee4fccfdd7848803533ef662"}, + {file = "cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824"}, ] [package.dependencies] @@ -327,6 +385,7 @@ pycparser = "*" name = "charset-normalizer" version = "3.3.2" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -426,6 +485,7 @@ files = [ name = "click" version = "8.1.7" description = "Composable command line interface toolkit" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -440,6 +500,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -449,43 +510,39 @@ files = [ [[package]] name = "cryptography" -version = "42.0.5" +version = "43.0.1" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." +category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:a30596bae9403a342c978fb47d9b0ee277699fa53bbafad14706af51fe543d16"}, - {file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:b7ffe927ee6531c78f81aa17e684e2ff617daeba7f189f911065b2ea2d526dec"}, - {file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2424ff4c4ac7f6b8177b53c17ed5d8fa74ae5955656867f5a8affaca36a27abb"}, - {file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:329906dcc7b20ff3cad13c069a78124ed8247adcac44b10bea1130e36caae0b4"}, - {file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:b03c2ae5d2f0fc05f9a2c0c997e1bc18c8229f392234e8a0194f202169ccd278"}, - {file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:f8837fe1d6ac4a8052a9a8ddab256bc006242696f03368a4009be7ee3075cdb7"}, - {file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:0270572b8bd2c833c3981724b8ee9747b3ec96f699a9665470018594301439ee"}, - {file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:b8cac287fafc4ad485b8a9b67d0ee80c66bf3574f655d3b97ef2e1082360faf1"}, - {file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:16a48c23a62a2f4a285699dba2e4ff2d1cff3115b9df052cdd976a18856d8e3d"}, - {file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:2bce03af1ce5a5567ab89bd90d11e7bbdff56b8af3acbbec1faded8f44cb06da"}, - {file = "cryptography-42.0.5-cp37-abi3-win32.whl", hash = "sha256:b6cd2203306b63e41acdf39aa93b86fb566049aeb6dc489b70e34bcd07adca74"}, - {file = "cryptography-42.0.5-cp37-abi3-win_amd64.whl", hash = "sha256:98d8dc6d012b82287f2c3d26ce1d2dd130ec200c8679b6213b3c73c08b2b7940"}, - {file = "cryptography-42.0.5-cp39-abi3-macosx_10_12_universal2.whl", hash = "sha256:5e6275c09d2badf57aea3afa80d975444f4be8d3bc58f7f80d2a484c6f9485c8"}, - {file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e4985a790f921508f36f81831817cbc03b102d643b5fcb81cd33df3fa291a1a1"}, - {file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7cde5f38e614f55e28d831754e8a3bacf9ace5d1566235e39d91b35502d6936e"}, - {file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:7367d7b2eca6513681127ebad53b2582911d1736dc2ffc19f2c3ae49997496bc"}, - {file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:cd2030f6650c089aeb304cf093f3244d34745ce0cfcc39f20c6fbfe030102e2a"}, - {file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:a2913c5375154b6ef2e91c10b5720ea6e21007412f6437504ffea2109b5a33d7"}, - {file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:c41fb5e6a5fe9ebcd58ca3abfeb51dffb5d83d6775405305bfa8715b76521922"}, - {file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:3eaafe47ec0d0ffcc9349e1708be2aaea4c6dd4978d76bf6eb0cb2c13636c6fc"}, - {file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:1b95b98b0d2af784078fa69f637135e3c317091b615cd0905f8b8a087e86fa30"}, - {file = "cryptography-42.0.5-cp39-abi3-win32.whl", hash = "sha256:1f71c10d1e88467126f0efd484bd44bca5e14c664ec2ede64c32f20875c0d413"}, - {file = "cryptography-42.0.5-cp39-abi3-win_amd64.whl", hash = "sha256:a011a644f6d7d03736214d38832e030d8268bcff4a41f728e6030325fea3e400"}, - {file = "cryptography-42.0.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:9481ffe3cf013b71b2428b905c4f7a9a4f76ec03065b05ff499bb5682a8d9ad8"}, - {file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:ba334e6e4b1d92442b75ddacc615c5476d4ad55cc29b15d590cc6b86efa487e2"}, - {file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:ba3e4a42397c25b7ff88cdec6e2a16c2be18720f317506ee25210f6d31925f9c"}, - {file = "cryptography-42.0.5-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:111a0d8553afcf8eb02a4fea6ca4f59d48ddb34497aa8706a6cf536f1a5ec576"}, - {file = "cryptography-42.0.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:cd65d75953847815962c84a4654a84850b2bb4aed3f26fadcc1c13892e1e29f6"}, - {file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:e807b3188f9eb0eaa7bbb579b462c5ace579f1cedb28107ce8b48a9f7ad3679e"}, - {file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:f12764b8fffc7a123f641d7d049d382b73f96a34117e0b637b80643169cec8ac"}, - {file = "cryptography-42.0.5-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:37dd623507659e08be98eec89323469e8c7b4c1407c85112634ae3dbdb926fdd"}, - {file = "cryptography-42.0.5.tar.gz", hash = "sha256:6fe07eec95dfd477eb9530aef5bead34fec819b3aaf6c5bd6d20565da607bfe1"}, + {file = "cryptography-43.0.1-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:8385d98f6a3bf8bb2d65a73e17ed87a3ba84f6991c155691c51112075f9ffc5d"}, + {file = "cryptography-43.0.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:27e613d7077ac613e399270253259d9d53872aaf657471473ebfc9a52935c062"}, + {file = "cryptography-43.0.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:68aaecc4178e90719e95298515979814bda0cbada1256a4485414860bd7ab962"}, + {file = "cryptography-43.0.1-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:de41fd81a41e53267cb020bb3a7212861da53a7d39f863585d13ea11049cf277"}, + {file = "cryptography-43.0.1-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:f98bf604c82c416bc829e490c700ca1553eafdf2912a91e23a79d97d9801372a"}, + {file = "cryptography-43.0.1-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:61ec41068b7b74268fa86e3e9e12b9f0c21fcf65434571dbb13d954bceb08042"}, + {file = "cryptography-43.0.1-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:014f58110f53237ace6a408b5beb6c427b64e084eb451ef25a28308270086494"}, + {file = "cryptography-43.0.1-cp37-abi3-win32.whl", hash = "sha256:2bd51274dcd59f09dd952afb696bf9c61a7a49dfc764c04dd33ef7a6b502a1e2"}, + {file = "cryptography-43.0.1-cp37-abi3-win_amd64.whl", hash = "sha256:666ae11966643886c2987b3b721899d250855718d6d9ce41b521252a17985f4d"}, + {file = "cryptography-43.0.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:ac119bb76b9faa00f48128b7f5679e1d8d437365c5d26f1c2c3f0da4ce1b553d"}, + {file = "cryptography-43.0.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1bbcce1a551e262dfbafb6e6252f1ae36a248e615ca44ba302df077a846a8806"}, + {file = "cryptography-43.0.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58d4e9129985185a06d849aa6df265bdd5a74ca6e1b736a77959b498e0505b85"}, + {file = "cryptography-43.0.1-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:d03a475165f3134f773d1388aeb19c2d25ba88b6a9733c5c590b9ff7bbfa2e0c"}, + {file = "cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:511f4273808ab590912a93ddb4e3914dfd8a388fed883361b02dea3791f292e1"}, + {file = "cryptography-43.0.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:80eda8b3e173f0f247f711eef62be51b599b5d425c429b5d4ca6a05e9e856baa"}, + {file = "cryptography-43.0.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:38926c50cff6f533f8a2dae3d7f19541432610d114a70808f0926d5aaa7121e4"}, + {file = "cryptography-43.0.1-cp39-abi3-win32.whl", hash = "sha256:a575913fb06e05e6b4b814d7f7468c2c660e8bb16d8d5a1faf9b33ccc569dd47"}, + {file = "cryptography-43.0.1-cp39-abi3-win_amd64.whl", hash = "sha256:d75601ad10b059ec832e78823b348bfa1a59f6b8d545db3a24fd44362a1564cb"}, + {file = "cryptography-43.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ea25acb556320250756e53f9e20a4177515f012c9eaea17eb7587a8c4d8ae034"}, + {file = "cryptography-43.0.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c1332724be35d23a854994ff0b66530119500b6053d0bd3363265f7e5e77288d"}, + {file = "cryptography-43.0.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:fba1007b3ef89946dbbb515aeeb41e30203b004f0b4b00e5e16078b518563289"}, + {file = "cryptography-43.0.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:5b43d1ea6b378b54a1dc99dd8a2b5be47658fe9a7ce0a58ff0b55f4b43ef2b84"}, + {file = "cryptography-43.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:88cce104c36870d70c49c7c8fd22885875d950d9ee6ab54df2745f83ba0dc365"}, + {file = "cryptography-43.0.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:9d3cdb25fa98afdd3d0892d132b8d7139e2c087da1712041f6b762e4f807cc96"}, + {file = "cryptography-43.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:e710bf40870f4db63c3d7d929aa9e09e4e7ee219e703f949ec4073b4294f6172"}, + {file = "cryptography-43.0.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:7c05650fe8023c5ed0d46793d4b7d7e6cd9c04e68eabe5b0aeea836e37bdcec2"}, + {file = "cryptography-43.0.1.tar.gz", hash = "sha256:203e92a75716d8cfb491dc47c79e17d0d9207ccffcbcb35f598fbe463ae3444d"}, ] [package.dependencies] @@ -498,13 +555,14 @@ nox = ["nox"] pep8test = ["check-sdist", "click", "mypy", "ruff"] sdist = ["build"] ssh = ["bcrypt (>=3.1.5)"] -test = ["certifi", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"] +test = ["certifi", "cryptography-vectors (==43.0.1)", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"] test-randomorder = ["pytest-randomly"] [[package]] name = "dulwich" version = "0.21.7" description = "Python Git Library" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -592,6 +650,7 @@ pgp = ["gpg"] name = "frozenlist" version = "1.4.1" description = "A list-like structure which implements collections.abc.MutableSequence" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -676,13 +735,14 @@ files = [ [[package]] name = "fsspec" -version = "2024.2.0" +version = "2024.9.0" description = "File-system specification" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "fsspec-2024.2.0-py3-none-any.whl", hash = "sha256:817f969556fa5916bc682e02ca2045f96ff7f586d45110fcb76022063ad2c7d8"}, - {file = "fsspec-2024.2.0.tar.gz", hash = "sha256:b6ad1a679f760dda52b1168c859d01b7b80648ea6f7f7c7f5a8a91dc3f3ecb84"}, + {file = "fsspec-2024.9.0-py3-none-any.whl", hash = "sha256:a0947d552d8a6efa72cc2c730b12c41d043509156966cca4fb157b0f2a0c574b"}, + {file = "fsspec-2024.9.0.tar.gz", hash = "sha256:4b0afb90c2f21832df142f292649035d80b421f60a9e1c027802e5a0da2b04e8"}, ] [package.extras] @@ -690,7 +750,8 @@ abfs = ["adlfs"] adl = ["adlfs"] arrow = ["pyarrow (>=1)"] dask = ["dask", "distributed"] -devel = ["pytest", "pytest-cov"] +dev = ["pre-commit", "ruff"] +doc = ["numpydoc", "sphinx", "sphinx-design", "sphinx-rtd-theme", "yarl"] dropbox = ["dropbox", "dropboxdrivefs", "requests"] full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "dask", "distributed", "dropbox", "dropboxdrivefs", "fusepy", "gcsfs", "libarchive-c", "ocifs", "panel", "paramiko", "pyarrow (>=1)", "pygit2", "requests", "s3fs", "smbprotocol", "tqdm"] fuse = ["fusepy"] @@ -707,51 +768,40 @@ s3 = ["s3fs"] sftp = ["paramiko"] smb = ["smbprotocol"] ssh = ["paramiko"] +test = ["aiohttp (!=4.0.0a0,!=4.0.0a1)", "numpy", "pytest", "pytest-asyncio (!=0.22.0)", "pytest-benchmark", "pytest-cov", "pytest-mock", "pytest-recording", "pytest-rerunfailures", "requests"] +test-downstream = ["aiobotocore (>=2.5.4,<3.0.0)", "dask-expr", "dask[dataframe,test]", "moto[server] (>4,<5)", "pytest-timeout", "xarray"] +test-full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "cloudpickle", "dask", "distributed", "dropbox", "dropboxdrivefs", "fastparquet", "fusepy", "gcsfs", "jinja2", "kerchunk", "libarchive-c", "lz4", "notebook", "numpy", "ocifs", "pandas", "panel", "paramiko", "pyarrow", "pyarrow (>=1)", "pyftpdlib", "pygit2", "pytest", "pytest-asyncio (!=0.22.0)", "pytest-benchmark", "pytest-cov", "pytest-mock", "pytest-recording", "pytest-rerunfailures", "python-snappy", "requests", "smbprotocol", "tqdm", "urllib3", "zarr", "zstandard"] tqdm = ["tqdm"] -[[package]] -name = "future" -version = "1.0.0" -description = "Clean single-source support for Python 3 and 2" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216"}, - {file = "future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"}, -] - [[package]] name = "h5py" -version = "3.10.0" +version = "3.11.0" description = "Read and write HDF5 files from Python" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "h5py-3.10.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b963fb772964fc1d1563c57e4e2e874022ce11f75ddc6df1a626f42bd49ab99f"}, - {file = "h5py-3.10.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:012ab448590e3c4f5a8dd0f3533255bc57f80629bf7c5054cf4c87b30085063c"}, - {file = "h5py-3.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:781a24263c1270a62cd67be59f293e62b76acfcc207afa6384961762bb88ea03"}, - {file = "h5py-3.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f42e6c30698b520f0295d70157c4e202a9e402406f50dc08f5a7bc416b24e52d"}, - {file = "h5py-3.10.0-cp310-cp310-win_amd64.whl", hash = "sha256:93dd840bd675787fc0b016f7a05fc6efe37312a08849d9dd4053fd0377b1357f"}, - {file = "h5py-3.10.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2381e98af081b6df7f6db300cd88f88e740649d77736e4b53db522d8874bf2dc"}, - {file = "h5py-3.10.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:667fe23ab33d5a8a6b77970b229e14ae3bb84e4ea3382cc08567a02e1499eedd"}, - {file = "h5py-3.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:90286b79abd085e4e65e07c1bd7ee65a0f15818ea107f44b175d2dfe1a4674b7"}, - {file = "h5py-3.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c013d2e79c00f28ffd0cc24e68665ea03ae9069e167087b2adb5727d2736a52"}, - {file = "h5py-3.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:92273ce69ae4983dadb898fd4d3bea5eb90820df953b401282ee69ad648df684"}, - {file = "h5py-3.10.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3c97d03f87f215e7759a354460fb4b0d0f27001450b18b23e556e7856a0b21c3"}, - {file = "h5py-3.10.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:86df4c2de68257b8539a18646ceccdcf2c1ce6b1768ada16c8dcfb489eafae20"}, - {file = "h5py-3.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba9ab36be991119a3ff32d0c7cbe5faf9b8d2375b5278b2aea64effbeba66039"}, - {file = "h5py-3.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:2c8e4fda19eb769e9a678592e67eaec3a2f069f7570c82d2da909c077aa94339"}, - {file = "h5py-3.10.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:492305a074327e8d2513011fa9fffeb54ecb28a04ca4c4227d7e1e9616d35641"}, - {file = "h5py-3.10.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:9450464b458cca2c86252b624279115dcaa7260a40d3cb1594bf2b410a2bd1a3"}, - {file = "h5py-3.10.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fd6f6d1384a9f491732cee233b99cd4bfd6e838a8815cc86722f9d2ee64032af"}, - {file = "h5py-3.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3074ec45d3dc6e178c6f96834cf8108bf4a60ccb5ab044e16909580352010a97"}, - {file = "h5py-3.10.0-cp38-cp38-win_amd64.whl", hash = "sha256:212bb997a91e6a895ce5e2f365ba764debeaef5d2dca5c6fb7098d66607adf99"}, - {file = "h5py-3.10.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5dfc65ac21fa2f630323c92453cadbe8d4f504726ec42f6a56cf80c2f90d6c52"}, - {file = "h5py-3.10.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:d4682b94fd36ab217352be438abd44c8f357c5449b8995e63886b431d260f3d3"}, - {file = "h5py-3.10.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aece0e2e1ed2aab076c41802e50a0c3e5ef8816d60ece39107d68717d4559824"}, - {file = "h5py-3.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:43a61b2c2ad65b1fabc28802d133eed34debcc2c8b420cb213d3d4ef4d3e2229"}, - {file = "h5py-3.10.0-cp39-cp39-win_amd64.whl", hash = "sha256:ae2f0201c950059676455daf92700eeb57dcf5caaf71b9e1328e6e6593601770"}, - {file = "h5py-3.10.0.tar.gz", hash = "sha256:d93adc48ceeb33347eb24a634fb787efc7ae4644e6ea4ba733d099605045c049"}, + {file = "h5py-3.11.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1625fd24ad6cfc9c1ccd44a66dac2396e7ee74940776792772819fc69f3a3731"}, + {file = "h5py-3.11.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c072655ad1d5fe9ef462445d3e77a8166cbfa5e599045f8aa3c19b75315f10e5"}, + {file = "h5py-3.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:77b19a40788e3e362b54af4dcf9e6fde59ca016db2c61360aa30b47c7b7cef00"}, + {file = "h5py-3.11.0-cp310-cp310-win_amd64.whl", hash = "sha256:ef4e2f338fc763f50a8113890f455e1a70acd42a4d083370ceb80c463d803972"}, + {file = "h5py-3.11.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:bbd732a08187a9e2a6ecf9e8af713f1d68256ee0f7c8b652a32795670fb481ba"}, + {file = "h5py-3.11.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:75bd7b3d93fbeee40860fd70cdc88df4464e06b70a5ad9ce1446f5f32eb84007"}, + {file = "h5py-3.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:52c416f8eb0daae39dabe71415cb531f95dce2d81e1f61a74537a50c63b28ab3"}, + {file = "h5py-3.11.0-cp311-cp311-win_amd64.whl", hash = "sha256:083e0329ae534a264940d6513f47f5ada617da536d8dccbafc3026aefc33c90e"}, + {file = "h5py-3.11.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:a76cae64080210389a571c7d13c94a1a6cf8cb75153044fd1f822a962c97aeab"}, + {file = "h5py-3.11.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f3736fe21da2b7d8a13fe8fe415f1272d2a1ccdeff4849c1421d2fb30fd533bc"}, + {file = "h5py-3.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa6ae84a14103e8dc19266ef4c3e5d7c00b68f21d07f2966f0ca7bdb6c2761fb"}, + {file = "h5py-3.11.0-cp312-cp312-win_amd64.whl", hash = "sha256:21dbdc5343f53b2e25404673c4f00a3335aef25521bd5fa8c707ec3833934892"}, + {file = "h5py-3.11.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:754c0c2e373d13d6309f408325343b642eb0f40f1a6ad21779cfa9502209e150"}, + {file = "h5py-3.11.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:731839240c59ba219d4cb3bc5880d438248533366f102402cfa0621b71796b62"}, + {file = "h5py-3.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ec9df3dd2018904c4cc06331951e274f3f3fd091e6d6cc350aaa90fa9b42a76"}, + {file = "h5py-3.11.0-cp38-cp38-win_amd64.whl", hash = "sha256:55106b04e2c83dfb73dc8732e9abad69d83a436b5b82b773481d95d17b9685e1"}, + {file = "h5py-3.11.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f4e025e852754ca833401777c25888acb96889ee2c27e7e629a19aee288833f0"}, + {file = "h5py-3.11.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:6c4b760082626120031d7902cd983d8c1f424cdba2809f1067511ef283629d4b"}, + {file = "h5py-3.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:67462d0669f8f5459529de179f7771bd697389fcb3faab54d63bf788599a48ea"}, + {file = "h5py-3.11.0-cp39-cp39-win_amd64.whl", hash = "sha256:d9c944d364688f827dc889cf83f1fca311caf4fa50b19f009d1f2b525edd33a3"}, + {file = "h5py-3.11.0.tar.gz", hash = "sha256:7b7e8f78072a2edec87c9836f25f34203fd492a4475709a18b417a33cfb21fa9"}, ] [package.dependencies] @@ -759,19 +809,21 @@ numpy = ">=1.17.3" [[package]] name = "idna" -version = "3.6" +version = "3.8" description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, - {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, + {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, + {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, ] [[package]] name = "inflection" version = "0.5.1" description = "A port of Ruby on Rails inflector to Python" +category = "main" optional = false python-versions = ">=3.5" files = [ @@ -783,6 +835,7 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -792,13 +845,14 @@ files = [ [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." +category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -811,6 +865,7 @@ i18n = ["Babel (>=2.7)"] name = "jmespath" version = "1.0.1" description = "JSON Matching Expressions" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -822,6 +877,7 @@ files = [ name = "jsonref" version = "1.1.0" description = "jsonref is a library for automatic dereferencing of JSON Reference objects for Python." +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -833,6 +889,7 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -857,6 +914,7 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "markupsafe" version = "2.1.5" description = "Safely add untrusted strings to HTML/XML markup." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -926,6 +984,7 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -935,13 +994,14 @@ files = [ [[package]] name = "moto" -version = "5.0.2" +version = "5.0.13" description = "" +category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.2-py2.py3-none-any.whl", hash = "sha256:71bb832a18b64f10fc4cec117b9b0e2305e5831d9a17eb74f6b9819ed7613843"}, - {file = "moto-5.0.2.tar.gz", hash = "sha256:7e27395e5c63ff9554ae14b5baa41bfe6d6b1be0e59eb02977c6ce28411246de"}, + {file = "moto-5.0.13-py2.py3-none-any.whl", hash = "sha256:984377a9c4536543fc09f49a1d5210c61c4a4f55c79719f7d9f8dcdd9bf55ea5"}, + {file = "moto-5.0.13.tar.gz", hash = "sha256:ddf8864f0d61af88fd07a4e5eac428c6bebf4fcd10023f8e756e65e9e7b7e4a5"}, ] [package.dependencies] @@ -949,7 +1009,7 @@ boto3 = ">=1.9.201" botocore = ">=1.14.0" cryptography = ">=3.3.1" Jinja2 = ">=2.10.1" -py-partiql-parser = {version = "0.5.1", optional = true, markers = "extra == \"s3\""} +py-partiql-parser = {version = "0.5.5", optional = true, markers = "extra == \"s3\""} python-dateutil = ">=2.1,<3.0.0" PyYAML = {version = ">=5.1", optional = true, markers = "extra == \"s3\""} requests = ">=2.5" @@ -958,30 +1018,33 @@ werkzeug = ">=0.5,<2.2.0 || >2.2.0,<2.2.1 || >2.2.1" xmltodict = "*" [package.extras] -all = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "multipart", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"] +all = ["PyYAML (>=5.1)", "antlr4-python3-runtime", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "jsonpath-ng", "multipart", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.5)", "pyparsing (>=3.0.7)", "setuptools"] apigateway = ["PyYAML (>=5.1)", "joserfc (>=0.9.0)", "openapi-spec-validator (>=0.5.0)"] apigatewayv2 = ["PyYAML (>=5.1)", "openapi-spec-validator (>=0.5.0)"] appsync = ["graphql-core"] awslambda = ["docker (>=3.0.0)"] batch = ["docker (>=3.0.0)"] -cloudformation = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"] +cloudformation = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.5)", "pyparsing (>=3.0.7)", "setuptools"] cognitoidp = ["joserfc (>=0.9.0)"] -dynamodb = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.1)"] -dynamodbstreams = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.1)"] +dynamodb = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.5)"] +dynamodbstreams = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.5)"] +events = ["jsonpath-ng"] glue = ["pyparsing (>=3.0.7)"] iotdata = ["jsondiff (>=1.1.2)"] -proxy = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=2.5.1)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "multipart", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"] -resourcegroupstaggingapi = ["PyYAML (>=5.1)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)"] -s3 = ["PyYAML (>=5.1)", "py-partiql-parser (==0.5.1)"] -s3crc32c = ["PyYAML (>=5.1)", "crc32c", "py-partiql-parser (==0.5.1)"] -server = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "flask (!=2.2.0,!=2.2.1)", "flask-cors", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"] +proxy = ["PyYAML (>=5.1)", "antlr4-python3-runtime", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=2.5.1)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "jsonpath-ng", "multipart", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.5)", "pyparsing (>=3.0.7)", "setuptools"] +resourcegroupstaggingapi = ["PyYAML (>=5.1)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.5)", "pyparsing (>=3.0.7)"] +s3 = ["PyYAML (>=5.1)", "py-partiql-parser (==0.5.5)"] +s3crc32c = ["PyYAML (>=5.1)", "crc32c", "py-partiql-parser (==0.5.5)"] +server = ["PyYAML (>=5.1)", "antlr4-python3-runtime", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "flask (!=2.2.0,!=2.2.1)", "flask-cors", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "jsonpath-ng", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.5)", "pyparsing (>=3.0.7)", "setuptools"] ssm = ["PyYAML (>=5.1)"] +stepfunctions = ["antlr4-python3-runtime", "jsonpath-ng"] xray = ["aws-xray-sdk (>=0.93,!=0.96)", "setuptools"] [[package]] name = "multidict" version = "6.0.5" description = "multidict implementation" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1079,13 +1142,14 @@ files = [ [[package]] name = "mypy-boto3-s3" -version = "1.34.14" -description = "Type annotations for boto3.S3 1.34.14 service generated with mypy-boto3-builder 7.21.0" +version = "1.35.2" +description = "Type annotations for boto3.S3 1.35.2 service generated with mypy-boto3-builder 7.26.0" +category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "mypy-boto3-s3-1.34.14.tar.gz", hash = "sha256:71c39ab0623cdb442d225b71c1783f6a513cff4c4a13505a2efbb2e3aff2e965"}, - {file = "mypy_boto3_s3-1.34.14-py3-none-any.whl", hash = "sha256:f9669ecd182d5bf3532f5f2dcc5e5237776afe157ad5a0b37b26d6bec5fcc432"}, + {file = "mypy_boto3_s3-1.35.2-py3-none-any.whl", hash = "sha256:f7300b559dee5435872625448becf159abe36b19cd7006dd78e0d51610312183"}, + {file = "mypy_boto3_s3-1.35.2.tar.gz", hash = "sha256:74d8f3492eeff768ff6f69ac6d40bf68b40aa6e54ebe10a8d098fc3d24a54abf"}, ] [package.dependencies] @@ -1093,82 +1157,103 @@ typing-extensions = {version = ">=4.1.0", markers = "python_version < \"3.12\""} [[package]] name = "networkx" -version = "3.2.1" +version = "3.3" description = "Python package for creating and manipulating graphs and networks" +category = "main" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "networkx-3.2.1-py3-none-any.whl", hash = "sha256:f18c69adc97877c42332c170849c96cefa91881c99a7cb3e95b7c659ebdc1ec2"}, - {file = "networkx-3.2.1.tar.gz", hash = "sha256:9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6"}, + {file = "networkx-3.3-py3-none-any.whl", hash = "sha256:28575580c6ebdaf4505b22c6256a2b9de86b316dc63ba9e93abde3d78dfdbcf2"}, + {file = "networkx-3.3.tar.gz", hash = "sha256:0c127d8b2f4865f59ae9cb8aafcd60b5c70f3241ebd66f7defad7c4ab90126c9"}, ] [package.extras] -default = ["matplotlib (>=3.5)", "numpy (>=1.22)", "pandas (>=1.4)", "scipy (>=1.9,!=1.11.0,!=1.11.1)"] -developer = ["changelist (==0.4)", "mypy (>=1.1)", "pre-commit (>=3.2)", "rtoml"] -doc = ["nb2plots (>=0.7)", "nbconvert (<7.9)", "numpydoc (>=1.6)", "pillow (>=9.4)", "pydata-sphinx-theme (>=0.14)", "sphinx (>=7)", "sphinx-gallery (>=0.14)", "texext (>=0.6.7)"] -extra = ["lxml (>=4.6)", "pydot (>=1.4.2)", "pygraphviz (>=1.11)", "sympy (>=1.10)"] +default = ["matplotlib (>=3.6)", "numpy (>=1.23)", "pandas (>=1.4)", "scipy (>=1.9,!=1.11.0,!=1.11.1)"] +developer = ["changelist (==0.5)", "mypy (>=1.1)", "pre-commit (>=3.2)", "rtoml"] +doc = ["myst-nb (>=1.0)", "numpydoc (>=1.7)", "pillow (>=9.4)", "pydata-sphinx-theme (>=0.14)", "sphinx (>=7)", "sphinx-gallery (>=0.14)", "texext (>=0.6.7)"] +extra = ["lxml (>=4.6)", "pydot (>=2.0)", "pygraphviz (>=1.12)", "sympy (>=1.10)"] test = ["pytest (>=7.2)", "pytest-cov (>=4.0)"] [[package]] name = "numpy" -version = "1.26.4" +version = "2.1.1" description = "Fundamental package for array computing in Python" -optional = false -python-versions = ">=3.9" -files = [ - {file = "numpy-1.26.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0"}, - {file = "numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a"}, - {file = "numpy-1.26.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4"}, - {file = "numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"}, - {file = "numpy-1.26.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a"}, - {file = "numpy-1.26.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2"}, - {file = "numpy-1.26.4-cp310-cp310-win32.whl", hash = "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07"}, - {file = "numpy-1.26.4-cp310-cp310-win_amd64.whl", hash = "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5"}, - {file = "numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71"}, - {file = "numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef"}, - {file = "numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e"}, - {file = "numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5"}, - {file = "numpy-1.26.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a"}, - {file = "numpy-1.26.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a"}, - {file = "numpy-1.26.4-cp311-cp311-win32.whl", hash = "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20"}, - {file = "numpy-1.26.4-cp311-cp311-win_amd64.whl", hash = "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2"}, - {file = "numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218"}, - {file = "numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b"}, - {file = "numpy-1.26.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b"}, - {file = "numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed"}, - {file = "numpy-1.26.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a"}, - {file = "numpy-1.26.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0"}, - {file = "numpy-1.26.4-cp312-cp312-win32.whl", hash = "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110"}, - {file = "numpy-1.26.4-cp312-cp312-win_amd64.whl", hash = "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818"}, - {file = "numpy-1.26.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:7349ab0fa0c429c82442a27a9673fc802ffdb7c7775fad780226cb234965e53c"}, - {file = "numpy-1.26.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:52b8b60467cd7dd1e9ed082188b4e6bb35aa5cdd01777621a1658910745b90be"}, - {file = "numpy-1.26.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d5241e0a80d808d70546c697135da2c613f30e28251ff8307eb72ba696945764"}, - {file = "numpy-1.26.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3"}, - {file = "numpy-1.26.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:679b0076f67ecc0138fd2ede3a8fd196dddc2ad3254069bcb9faf9a79b1cebcd"}, - {file = "numpy-1.26.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:47711010ad8555514b434df65f7d7b076bb8261df1ca9bb78f53d3b2db02e95c"}, - {file = "numpy-1.26.4-cp39-cp39-win32.whl", hash = "sha256:a354325ee03388678242a4d7ebcd08b5c727033fcff3b2f536aea978e15ee9e6"}, - {file = "numpy-1.26.4-cp39-cp39-win_amd64.whl", hash = "sha256:3373d5d70a5fe74a2c1bb6d2cfd9609ecf686d47a2d7b1d37a8f3b6bf6003aea"}, - {file = "numpy-1.26.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:afedb719a9dcfc7eaf2287b839d8198e06dcd4cb5d276a3df279231138e83d30"}, - {file = "numpy-1.26.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:95a7476c59002f2f6c590b9b7b998306fba6a5aa646b1e22ddfeaf8f78c3a29c"}, - {file = "numpy-1.26.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0"}, - {file = "numpy-1.26.4.tar.gz", hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010"}, +category = "main" +optional = false +python-versions = ">=3.10" +files = [ + {file = "numpy-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c8a0e34993b510fc19b9a2ce7f31cb8e94ecf6e924a40c0c9dd4f62d0aac47d9"}, + {file = "numpy-2.1.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7dd86dfaf7c900c0bbdcb8b16e2f6ddf1eb1fe39c6c8cca6e94844ed3152a8fd"}, + {file = "numpy-2.1.1-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:5889dd24f03ca5a5b1e8a90a33b5a0846d8977565e4ae003a63d22ecddf6782f"}, + {file = "numpy-2.1.1-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:59ca673ad11d4b84ceb385290ed0ebe60266e356641428c845b39cd9df6713ab"}, + {file = "numpy-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:13ce49a34c44b6de5241f0b38b07e44c1b2dcacd9e36c30f9c2fcb1bb5135db7"}, + {file = "numpy-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:913cc1d311060b1d409e609947fa1b9753701dac96e6581b58afc36b7ee35af6"}, + {file = "numpy-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:caf5d284ddea7462c32b8d4a6b8af030b6c9fd5332afb70e7414d7fdded4bfd0"}, + {file = "numpy-2.1.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:57eb525e7c2a8fdee02d731f647146ff54ea8c973364f3b850069ffb42799647"}, + {file = "numpy-2.1.1-cp310-cp310-win32.whl", hash = "sha256:9a8e06c7a980869ea67bbf551283bbed2856915f0a792dc32dd0f9dd2fb56728"}, + {file = "numpy-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:d10c39947a2d351d6d466b4ae83dad4c37cd6c3cdd6d5d0fa797da56f710a6ae"}, + {file = "numpy-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0d07841fd284718feffe7dd17a63a2e6c78679b2d386d3e82f44f0108c905550"}, + {file = "numpy-2.1.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b5613cfeb1adfe791e8e681128f5f49f22f3fcaa942255a6124d58ca59d9528f"}, + {file = "numpy-2.1.1-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:0b8cc2715a84b7c3b161f9ebbd942740aaed913584cae9cdc7f8ad5ad41943d0"}, + {file = "numpy-2.1.1-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:b49742cdb85f1f81e4dc1b39dcf328244f4d8d1ded95dea725b316bd2cf18c95"}, + {file = "numpy-2.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8d5f8a8e3bc87334f025194c6193e408903d21ebaeb10952264943a985066ca"}, + {file = "numpy-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d51fc141ddbe3f919e91a096ec739f49d686df8af254b2053ba21a910ae518bf"}, + {file = "numpy-2.1.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:98ce7fb5b8063cfdd86596b9c762bf2b5e35a2cdd7e967494ab78a1fa7f8b86e"}, + {file = "numpy-2.1.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:24c2ad697bd8593887b019817ddd9974a7f429c14a5469d7fad413f28340a6d2"}, + {file = "numpy-2.1.1-cp311-cp311-win32.whl", hash = "sha256:397bc5ce62d3fb73f304bec332171535c187e0643e176a6e9421a6e3eacef06d"}, + {file = "numpy-2.1.1-cp311-cp311-win_amd64.whl", hash = "sha256:ae8ce252404cdd4de56dcfce8b11eac3c594a9c16c231d081fb705cf23bd4d9e"}, + {file = "numpy-2.1.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:7c803b7934a7f59563db459292e6aa078bb38b7ab1446ca38dd138646a38203e"}, + {file = "numpy-2.1.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6435c48250c12f001920f0751fe50c0348f5f240852cfddc5e2f97e007544cbe"}, + {file = "numpy-2.1.1-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:3269c9eb8745e8d975980b3a7411a98976824e1fdef11f0aacf76147f662b15f"}, + {file = "numpy-2.1.1-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:fac6e277a41163d27dfab5f4ec1f7a83fac94e170665a4a50191b545721c6521"}, + {file = "numpy-2.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fcd8f556cdc8cfe35e70efb92463082b7f43dd7e547eb071ffc36abc0ca4699b"}, + {file = "numpy-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b9cd92c8f8e7b313b80e93cedc12c0112088541dcedd9197b5dee3738c1201"}, + {file = "numpy-2.1.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:afd9c680df4de71cd58582b51e88a61feed4abcc7530bcd3d48483f20fc76f2a"}, + {file = "numpy-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8661c94e3aad18e1ea17a11f60f843a4933ccaf1a25a7c6a9182af70610b2313"}, + {file = "numpy-2.1.1-cp312-cp312-win32.whl", hash = "sha256:950802d17a33c07cba7fd7c3dcfa7d64705509206be1606f196d179e539111ed"}, + {file = "numpy-2.1.1-cp312-cp312-win_amd64.whl", hash = "sha256:3fc5eabfc720db95d68e6646e88f8b399bfedd235994016351b1d9e062c4b270"}, + {file = "numpy-2.1.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:046356b19d7ad1890c751b99acad5e82dc4a02232013bd9a9a712fddf8eb60f5"}, + {file = "numpy-2.1.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:6e5a9cb2be39350ae6c8f79410744e80154df658d5bea06e06e0ac5bb75480d5"}, + {file = "numpy-2.1.1-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:d4c57b68c8ef5e1ebf47238e99bf27657511ec3f071c465f6b1bccbef12d4136"}, + {file = "numpy-2.1.1-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:8ae0fd135e0b157365ac7cc31fff27f07a5572bdfc38f9c2d43b2aff416cc8b0"}, + {file = "numpy-2.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:981707f6b31b59c0c24bcda52e5605f9701cb46da4b86c2e8023656ad3e833cb"}, + {file = "numpy-2.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ca4b53e1e0b279142113b8c5eb7d7a877e967c306edc34f3b58e9be12fda8df"}, + {file = "numpy-2.1.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:e097507396c0be4e547ff15b13dc3866f45f3680f789c1a1301b07dadd3fbc78"}, + {file = "numpy-2.1.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f7506387e191fe8cdb267f912469a3cccc538ab108471291636a96a54e599556"}, + {file = "numpy-2.1.1-cp313-cp313-win32.whl", hash = "sha256:251105b7c42abe40e3a689881e1793370cc9724ad50d64b30b358bbb3a97553b"}, + {file = "numpy-2.1.1-cp313-cp313-win_amd64.whl", hash = "sha256:f212d4f46b67ff604d11fff7cc62d36b3e8714edf68e44e9760e19be38c03eb0"}, + {file = "numpy-2.1.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:920b0911bb2e4414c50e55bd658baeb78281a47feeb064ab40c2b66ecba85553"}, + {file = "numpy-2.1.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:bab7c09454460a487e631ffc0c42057e3d8f2a9ddccd1e60c7bb8ed774992480"}, + {file = "numpy-2.1.1-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:cea427d1350f3fd0d2818ce7350095c1a2ee33e30961d2f0fef48576ddbbe90f"}, + {file = "numpy-2.1.1-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:e30356d530528a42eeba51420ae8bf6c6c09559051887196599d96ee5f536468"}, + {file = "numpy-2.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8dfa9e94fc127c40979c3eacbae1e61fda4fe71d84869cc129e2721973231ef"}, + {file = "numpy-2.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:910b47a6d0635ec1bd53b88f86120a52bf56dcc27b51f18c7b4a2e2224c29f0f"}, + {file = "numpy-2.1.1-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:13cc11c00000848702322af4de0147ced365c81d66053a67c2e962a485b3717c"}, + {file = "numpy-2.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:53e27293b3a2b661c03f79aa51c3987492bd4641ef933e366e0f9f6c9bf257ec"}, + {file = "numpy-2.1.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:7be6a07520b88214ea85d8ac8b7d6d8a1839b0b5cb87412ac9f49fa934eb15d5"}, + {file = "numpy-2.1.1-pp310-pypy310_pp73-macosx_14_0_x86_64.whl", hash = "sha256:52ac2e48f5ad847cd43c4755520a2317f3380213493b9d8a4c5e37f3b87df504"}, + {file = "numpy-2.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:50a95ca3560a6058d6ea91d4629a83a897ee27c00630aed9d933dff191f170cd"}, + {file = "numpy-2.1.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:99f4a9ee60eed1385a86e82288971a51e71df052ed0b2900ed30bc840c0f2e39"}, + {file = "numpy-2.1.1.tar.gz", hash = "sha256:d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd"}, ] [[package]] name = "packaging" -version = "23.2" +version = "24.1" description = "Core utilities for Python packages" +category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"}, - {file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"}, + {file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"}, + {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"}, ] [[package]] name = "pennylane" version = "0.34.0" description = "PennyLane is a Python quantum machine learning library by Xanadu Inc." +category = "main" optional = false python-versions = "*" files = [ @@ -1195,41 +1280,42 @@ kernels = ["cvxopt", "cvxpy"] [[package]] name = "pennylane-lightning" -version = "0.34.0" +version = "0.36.0" description = "PennyLane-Lightning plugin" +category = "main" optional = false python-versions = "*" files = [ - {file = "PennyLane_Lightning-0.34.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5502d9c8122f6b02e6e70aa5f320f87992f0d62a8720f31e194968b90b26dea0"}, - {file = "PennyLane_Lightning-0.34.0-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:ad4afa91ec848643764cdfa6d965c61868152172f9670144a06f8041d24cb984"}, - {file = "PennyLane_Lightning-0.34.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c05868bb4281f6588fef19f09d54fd4f5ea1182dd88acdcc06a0e8b77b95bf69"}, - {file = "PennyLane_Lightning-0.34.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d10b696b55ba4fac519d4b1880b74af674a48729d46f32dac1da1b1404badae3"}, - {file = "PennyLane_Lightning-0.34.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:be69e7cd6d3f5fda6011ba6428f9e8d11e32482403b4d26d94636efd3455b461"}, - {file = "PennyLane_Lightning-0.34.0-cp310-cp310-win_amd64.whl", hash = "sha256:af6a9efc21789d2fac03ff612b4d89b55fe28018641175bbdc3ac171c087ac70"}, - {file = "PennyLane_Lightning-0.34.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:801975e8d1612ca79a31d335e2b38fbe5fe5bb6858b908bbb184307bd91f0417"}, - {file = "PennyLane_Lightning-0.34.0-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:c3f5f44850b19ebed9dd3e74d1a17545dc4dd146668da96bfb06f2cdc78c80ce"}, - {file = "PennyLane_Lightning-0.34.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a629263a0e05dbdac3a2f89a4205769f7a0ce78e8c0a61dc5d44b412c4ae9ab6"}, - {file = "PennyLane_Lightning-0.34.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ed2f0d079a10418d7e64e68fd4584db1fb0ef9d1bb9e9af9a3d813449375fa88"}, - {file = "PennyLane_Lightning-0.34.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f22a609e23f0f353d66ac02808e479f4098b03cffe5d5201ca0c79b0a9aadd44"}, - {file = "PennyLane_Lightning-0.34.0-cp311-cp311-win_amd64.whl", hash = "sha256:7cb3db5f32d64ec9244338087e4b6b517c9ff883d5263a9a743ab320bc872e8b"}, - {file = "PennyLane_Lightning-0.34.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2f826e41d34829e6136dd0a33e6cffd52b279f9857951ed9502bccb4d947cf89"}, - {file = "PennyLane_Lightning-0.34.0-cp312-cp312-macosx_11_0_x86_64.whl", hash = "sha256:3975a7da1bb0e38c8431561553825944d4f18e2d5a8795a5908ae7a3498e4c67"}, - {file = "PennyLane_Lightning-0.34.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6e34fc31acc4e966323ea646a8d8279ad0258e492b6b3a110099cb82576eedef"}, - {file = "PennyLane_Lightning-0.34.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cb0b2df7629b13002716c5cb0760bc17b1b9a856d84e389084adaec3a7654550"}, - {file = "PennyLane_Lightning-0.34.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aab77eff590ad2d38d59e8fa1404194e723ae59555d5e6ac5d0c9d7472c21cb7"}, - {file = "PennyLane_Lightning-0.34.0-cp312-cp312-win_amd64.whl", hash = "sha256:c04629344700e77b30c03b445a2e8824445fb16b5fa61182e85736827dd4b6a8"}, - {file = "PennyLane_Lightning-0.34.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3921086f3d2a8e3900b4a56e6a5b2923ba43495de5b03daae61a7ca7aceb1be2"}, - {file = "PennyLane_Lightning-0.34.0-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:06bc845b492c6af2650e4bbc31aec21323c3d30919e9bf303771e1caf770add9"}, - {file = "PennyLane_Lightning-0.34.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5ea4a0ee2e268ad81776a14fbb98ee6b7b16ccd8cc456fc45856110645681295"}, - {file = "PennyLane_Lightning-0.34.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:72fb662a84c9313de3f337250e9af06bbc5528c6c7da8ac6138aaeaacd6a6030"}, - {file = "PennyLane_Lightning-0.34.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:002b033ec021b62529394b871994937fdfeba46a4897d8bc6486577bbf0844dc"}, - {file = "PennyLane_Lightning-0.34.0-cp39-cp39-win_amd64.whl", hash = "sha256:70f6337932d677dd4fc9efef67bd0f20ded8122cc9d7f1f9d8dd968940042685"}, - {file = "PennyLane_Lightning-0.34.0-py3-none-any.whl", hash = "sha256:503260d168e2462a14e81c7c8cc35dc104ee2760e8ebba7a6181ecb97d84f7aa"}, - {file = "PennyLane_Lightning-0.34.0.tar.gz", hash = "sha256:e39624d7c9b6de66b149fc1538546d5f743b073a935262471277101a0d39a22b"}, + {file = "PennyLane_Lightning-0.36.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:b20e0d85436d448e7a6937b8f93a09f2111812373f0e6bec6d61b7d980a2487c"}, + {file = "PennyLane_Lightning-0.36.0-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:4738da367bdf8c54115f3162872a388e735615972fc47042a40f4fa0ba47dd64"}, + {file = "PennyLane_Lightning-0.36.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fbe02d64d4c21f8f9a6bfb0ebf99cb865468753139198a3c50262ae3d3c4e42b"}, + {file = "PennyLane_Lightning-0.36.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fe9e48cff15305c77339dfca30038686d2b30e4753ee7d6860c1f12d22faf33b"}, + {file = "PennyLane_Lightning-0.36.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:816482c9747f0ac38a2bc5d75b8e870217d0cde3f9a4f53f38fd6c950ea5ca6b"}, + {file = "PennyLane_Lightning-0.36.0-cp310-cp310-win_amd64.whl", hash = "sha256:841175a8e9e7333bb4e3b38b5faf4cb5d57ce3f7e65d04f81bf99fca91ca020e"}, + {file = "PennyLane_Lightning-0.36.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b237ecaf05e419d5c840bdad752bb9110f2ea27e9bb76c49278c02e7afb55a8f"}, + {file = "PennyLane_Lightning-0.36.0-cp311-cp311-macosx_11_0_x86_64.whl", hash = "sha256:bcfc9c34efd7e2505b75f021df06527a01e2bef33fe39adef35790aca46bedf1"}, + {file = "PennyLane_Lightning-0.36.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f86d9569b66d65c05a87252680208a1704aa0f061ec5290f0edaafbfb365563"}, + {file = "PennyLane_Lightning-0.36.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:60abd07b4544876482ea69e9a5ff240f46f9238230140042760e7b8c611de22e"}, + {file = "PennyLane_Lightning-0.36.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:17f6630f4abca76cb523d2120fab670e84deaec68ca11a09b1e7dba657f6f547"}, + {file = "PennyLane_Lightning-0.36.0-cp311-cp311-win_amd64.whl", hash = "sha256:e2c9f1b8c903dc682d2d75d5f68ed11498464e87ae7391ce188ce5e2d2d5e40f"}, + {file = "PennyLane_Lightning-0.36.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9be48c37822211fbf1949ff977866af6b32b1dab886372b3428eb5df0307f64d"}, + {file = "PennyLane_Lightning-0.36.0-cp312-cp312-macosx_11_0_x86_64.whl", hash = "sha256:4b8cddf722f4b3ca70d7f54d22f12ee3e1a6fca5a02b46f64a3905e68f90e59f"}, + {file = "PennyLane_Lightning-0.36.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ddc51db0b08629978e6273b9995fcc637237bfd92631e6a464b5d7dc9a5385d0"}, + {file = "PennyLane_Lightning-0.36.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:12edf13e15fa0ee211edacdb48ecad2c0cb60e4033ffa8290152db5270a05af0"}, + {file = "PennyLane_Lightning-0.36.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cc309457558257fda3f392b7fd91d71f5ffba5efc6ca60e38a5fee5d0e7f588b"}, + {file = "PennyLane_Lightning-0.36.0-cp312-cp312-win_amd64.whl", hash = "sha256:d14da434acc8e138da7f481d18c9c7a0cb452d8f01e0ec06e24a0bce1c33d62e"}, + {file = "PennyLane_Lightning-0.36.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a6a99662d284a7bd94ff296c3e3b53f215a156d114e32d31b09f6c4bd5802e02"}, + {file = "PennyLane_Lightning-0.36.0-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:c217878f6634ce081d906f64d074a006543dc9b0081dd291c9fa4edd5b7e6e65"}, + {file = "PennyLane_Lightning-0.36.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5310844db39daa18ef9f17815ccc1cb084bd9835c04a89e11da68a708b452b1f"}, + {file = "PennyLane_Lightning-0.36.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:516ee2cf0e6930e878a328bb36dcbc47eba0932b3e5bbb1735a82c3dc7ecb1ec"}, + {file = "PennyLane_Lightning-0.36.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad991fff53f914c105e37d254f7cc76c14ff235591fd52ba1933c9aaed7c039"}, + {file = "PennyLane_Lightning-0.36.0-cp39-cp39-win_amd64.whl", hash = "sha256:7e217b974cfd0a1e16a1264aadbb54a82d86316c6936f89df5961ce5327743b9"}, + {file = "PennyLane_Lightning-0.36.0-py3-none-any.whl", hash = "sha256:ee5198ec2c97c1fa81d33e22881657d755a68a01e0beecc863812932b46007e0"}, + {file = "PennyLane_Lightning-0.36.0.tar.gz", hash = "sha256:93437dcd08ee1884c088cde5f529026516eaa6923e9b5cd19e43e431f02dfa3b"}, ] [package.dependencies] -pennylane = ">=0.33" +pennylane = ">=0.34" [package.extras] gpu = ["pennylane-lightning-gpu"] @@ -1237,13 +1323,14 @@ kokkos = ["pennylane-lightning-kokkos"] [[package]] name = "pluggy" -version = "1.4.0" +version = "1.5.0" description = "plugin and hook calling mechanisms for python" +category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pluggy-1.4.0-py3-none-any.whl", hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981"}, - {file = "pluggy-1.4.0.tar.gz", hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"}, + {file = "pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"}, + {file = "pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"}, ] [package.extras] @@ -1252,13 +1339,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "py-partiql-parser" -version = "0.5.1" +version = "0.5.5" description = "Pure Python PartiQL Parser" +category = "dev" optional = false python-versions = "*" files = [ - {file = "py-partiql-parser-0.5.1.tar.gz", hash = "sha256:aeac8f46529d8651bbae88a1a6c14dc3aa38ebc4bc6bd1eb975044c0564246c6"}, - {file = "py_partiql_parser-0.5.1-py3-none-any.whl", hash = "sha256:53053e70987dea2983e1990ad85f87a7d8cec13dd4a4b065a740bcfd661f5a6b"}, + {file = "py_partiql_parser-0.5.5-py2.py3-none-any.whl", hash = "sha256:90d278818385bd60c602410c953ee78f04ece599d8cd21c656fc5e47399577a1"}, + {file = "py_partiql_parser-0.5.5.tar.gz", hash = "sha256:ed07f8edf4b55e295cab4f5fd3e2ba3196cee48a43fe210d53ddd6ffce1cf1ff"}, ] [package.extras] @@ -1266,120 +1354,137 @@ dev = ["black (==22.6.0)", "flake8", "mypy", "pytest"] [[package]] name = "pycparser" -version = "2.21" +version = "2.22" description = "C parser in Python" +category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.8" files = [ - {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, - {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, + {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"}, + {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"}, ] [[package]] name = "pydantic" -version = "2.6.2" +version = "2.9.0" description = "Data validation using Python type hints" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.6.2-py3-none-any.whl", hash = "sha256:37a5432e54b12fecaa1049c5195f3d860a10e01bdfd24f1840ef14bd0d3aeab3"}, - {file = "pydantic-2.6.2.tar.gz", hash = "sha256:a09be1c3d28f3abe37f8a78af58284b236a92ce520105ddc91a6d29ea1176ba7"}, + {file = "pydantic-2.9.0-py3-none-any.whl", hash = "sha256:f66a7073abd93214a20c5f7b32d56843137a7a2e70d02111f3be287035c45370"}, + {file = "pydantic-2.9.0.tar.gz", hash = "sha256:c7a8a9fdf7d100afa49647eae340e2d23efa382466a8d177efcd1381e9be5598"}, ] [package.dependencies] annotated-types = ">=0.4.0" -pydantic-core = "2.16.3" -typing-extensions = ">=4.6.1" +pydantic-core = "2.23.2" +typing-extensions = [ + {version = ">=4.12.2", markers = "python_version >= \"3.13\""}, + {version = ">=4.6.1", markers = "python_version < \"3.13\""}, +] +tzdata = {version = "*", markers = "python_version >= \"3.9\""} [package.extras] email = ["email-validator (>=2.0.0)"] [[package]] name = "pydantic-core" -version = "2.16.3" -description = "" +version = "2.23.2" +description = "Core functionality for Pydantic validation and serialization" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic_core-2.16.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:75b81e678d1c1ede0785c7f46690621e4c6e63ccd9192af1f0bd9d504bbb6bf4"}, - {file = "pydantic_core-2.16.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9c865a7ee6f93783bd5d781af5a4c43dadc37053a5b42f7d18dc019f8c9d2bd1"}, - {file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:162e498303d2b1c036b957a1278fa0899d02b2842f1ff901b6395104c5554a45"}, - {file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2f583bd01bbfbff4eaee0868e6fc607efdfcc2b03c1c766b06a707abbc856187"}, - {file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b926dd38db1519ed3043a4de50214e0d600d404099c3392f098a7f9d75029ff8"}, - {file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:716b542728d4c742353448765aa7cdaa519a7b82f9564130e2b3f6766018c9ec"}, - {file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fc4ad7f7ee1a13d9cb49d8198cd7d7e3aa93e425f371a68235f784e99741561f"}, - {file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:bd87f48924f360e5d1c5f770d6155ce0e7d83f7b4e10c2f9ec001c73cf475c99"}, - {file = "pydantic_core-2.16.3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:0df446663464884297c793874573549229f9eca73b59360878f382a0fc085979"}, - {file = "pydantic_core-2.16.3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4df8a199d9f6afc5ae9a65f8f95ee52cae389a8c6b20163762bde0426275b7db"}, - {file = "pydantic_core-2.16.3-cp310-none-win32.whl", hash = "sha256:456855f57b413f077dff513a5a28ed838dbbb15082ba00f80750377eed23d132"}, - {file = "pydantic_core-2.16.3-cp310-none-win_amd64.whl", hash = "sha256:732da3243e1b8d3eab8c6ae23ae6a58548849d2e4a4e03a1924c8ddf71a387cb"}, - {file = "pydantic_core-2.16.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:519ae0312616026bf4cedc0fe459e982734f3ca82ee8c7246c19b650b60a5ee4"}, - {file = "pydantic_core-2.16.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b3992a322a5617ded0a9f23fd06dbc1e4bd7cf39bc4ccf344b10f80af58beacd"}, - {file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8d62da299c6ecb04df729e4b5c52dc0d53f4f8430b4492b93aa8de1f541c4aac"}, - {file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2acca2be4bb2f2147ada8cac612f8a98fc09f41c89f87add7256ad27332c2fda"}, - {file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1b662180108c55dfbf1280d865b2d116633d436cfc0bba82323554873967b340"}, - {file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e7c6ed0dc9d8e65f24f5824291550139fe6f37fac03788d4580da0d33bc00c97"}, - {file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a6b1bb0827f56654b4437955555dc3aeeebeddc47c2d7ed575477f082622c49e"}, - {file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e56f8186d6210ac7ece503193ec84104da7ceb98f68ce18c07282fcc2452e76f"}, - {file = "pydantic_core-2.16.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:936e5db01dd49476fa8f4383c259b8b1303d5dd5fb34c97de194560698cc2c5e"}, - {file = "pydantic_core-2.16.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:33809aebac276089b78db106ee692bdc9044710e26f24a9a2eaa35a0f9fa70ba"}, - {file = "pydantic_core-2.16.3-cp311-none-win32.whl", hash = "sha256:ded1c35f15c9dea16ead9bffcde9bb5c7c031bff076355dc58dcb1cb436c4721"}, - {file = "pydantic_core-2.16.3-cp311-none-win_amd64.whl", hash = "sha256:d89ca19cdd0dd5f31606a9329e309d4fcbb3df860960acec32630297d61820df"}, - {file = "pydantic_core-2.16.3-cp311-none-win_arm64.whl", hash = "sha256:6162f8d2dc27ba21027f261e4fa26f8bcb3cf9784b7f9499466a311ac284b5b9"}, - {file = "pydantic_core-2.16.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:0f56ae86b60ea987ae8bcd6654a887238fd53d1384f9b222ac457070b7ac4cff"}, - {file = "pydantic_core-2.16.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c9bd22a2a639e26171068f8ebb5400ce2c1bc7d17959f60a3b753ae13c632975"}, - {file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4204e773b4b408062960e65468d5346bdfe139247ee5f1ca2a378983e11388a2"}, - {file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f651dd19363c632f4abe3480a7c87a9773be27cfe1341aef06e8759599454120"}, - {file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aaf09e615a0bf98d406657e0008e4a8701b11481840be7d31755dc9f97c44053"}, - {file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8e47755d8152c1ab5b55928ab422a76e2e7b22b5ed8e90a7d584268dd49e9c6b"}, - {file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:500960cb3a0543a724a81ba859da816e8cf01b0e6aaeedf2c3775d12ee49cade"}, - {file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:cf6204fe865da605285c34cf1172879d0314ff267b1c35ff59de7154f35fdc2e"}, - {file = "pydantic_core-2.16.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d33dd21f572545649f90c38c227cc8631268ba25c460b5569abebdd0ec5974ca"}, - {file = "pydantic_core-2.16.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:49d5d58abd4b83fb8ce763be7794d09b2f50f10aa65c0f0c1696c677edeb7cbf"}, - {file = "pydantic_core-2.16.3-cp312-none-win32.whl", hash = "sha256:f53aace168a2a10582e570b7736cc5bef12cae9cf21775e3eafac597e8551fbe"}, - {file = "pydantic_core-2.16.3-cp312-none-win_amd64.whl", hash = "sha256:0d32576b1de5a30d9a97f300cc6a3f4694c428d956adbc7e6e2f9cad279e45ed"}, - {file = "pydantic_core-2.16.3-cp312-none-win_arm64.whl", hash = "sha256:ec08be75bb268473677edb83ba71e7e74b43c008e4a7b1907c6d57e940bf34b6"}, - {file = "pydantic_core-2.16.3-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:b1f6f5938d63c6139860f044e2538baeee6f0b251a1816e7adb6cbce106a1f01"}, - {file = "pydantic_core-2.16.3-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:2a1ef6a36fdbf71538142ed604ad19b82f67b05749512e47f247a6ddd06afdc7"}, - {file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:704d35ecc7e9c31d48926150afada60401c55efa3b46cd1ded5a01bdffaf1d48"}, - {file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d937653a696465677ed583124b94a4b2d79f5e30b2c46115a68e482c6a591c8a"}, - {file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c9803edf8e29bd825f43481f19c37f50d2b01899448273b3a7758441b512acf8"}, - {file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:72282ad4892a9fb2da25defeac8c2e84352c108705c972db82ab121d15f14e6d"}, - {file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f752826b5b8361193df55afcdf8ca6a57d0232653494ba473630a83ba50d8c9"}, - {file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4384a8f68ddb31a0b0c3deae88765f5868a1b9148939c3f4121233314ad5532c"}, - {file = "pydantic_core-2.16.3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:a4b2bf78342c40b3dc830880106f54328928ff03e357935ad26c7128bbd66ce8"}, - {file = "pydantic_core-2.16.3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:13dcc4802961b5f843a9385fc821a0b0135e8c07fc3d9949fd49627c1a5e6ae5"}, - {file = "pydantic_core-2.16.3-cp38-none-win32.whl", hash = "sha256:e3e70c94a0c3841e6aa831edab1619ad5c511199be94d0c11ba75fe06efe107a"}, - {file = "pydantic_core-2.16.3-cp38-none-win_amd64.whl", hash = "sha256:ecdf6bf5f578615f2e985a5e1f6572e23aa632c4bd1dc67f8f406d445ac115ed"}, - {file = "pydantic_core-2.16.3-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:bda1ee3e08252b8d41fa5537413ffdddd58fa73107171a126d3b9ff001b9b820"}, - {file = "pydantic_core-2.16.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:21b888c973e4f26b7a96491c0965a8a312e13be108022ee510248fe379a5fa23"}, - {file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:be0ec334369316fa73448cc8c982c01e5d2a81c95969d58b8f6e272884df0074"}, - {file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b5b6079cc452a7c53dd378c6f881ac528246b3ac9aae0f8eef98498a75657805"}, - {file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7ee8d5f878dccb6d499ba4d30d757111847b6849ae07acdd1205fffa1fc1253c"}, - {file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7233d65d9d651242a68801159763d09e9ec96e8a158dbf118dc090cd77a104c9"}, - {file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c6119dc90483a5cb50a1306adb8d52c66e447da88ea44f323e0ae1a5fcb14256"}, - {file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:578114bc803a4c1ff9946d977c221e4376620a46cf78da267d946397dc9514a8"}, - {file = "pydantic_core-2.16.3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d8f99b147ff3fcf6b3cc60cb0c39ea443884d5559a30b1481e92495f2310ff2b"}, - {file = "pydantic_core-2.16.3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:4ac6b4ce1e7283d715c4b729d8f9dab9627586dafce81d9eaa009dd7f25dd972"}, - {file = "pydantic_core-2.16.3-cp39-none-win32.whl", hash = "sha256:e7774b570e61cb998490c5235740d475413a1f6de823169b4cf94e2fe9e9f6b2"}, - {file = "pydantic_core-2.16.3-cp39-none-win_amd64.whl", hash = "sha256:9091632a25b8b87b9a605ec0e61f241c456e9248bfdcf7abdf344fdb169c81cf"}, - {file = "pydantic_core-2.16.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:36fa178aacbc277bc6b62a2c3da95226520da4f4e9e206fdf076484363895d2c"}, - {file = "pydantic_core-2.16.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:dcca5d2bf65c6fb591fff92da03f94cd4f315972f97c21975398bd4bd046854a"}, - {file = "pydantic_core-2.16.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2a72fb9963cba4cd5793854fd12f4cfee731e86df140f59ff52a49b3552db241"}, - {file = "pydantic_core-2.16.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b60cc1a081f80a2105a59385b92d82278b15d80ebb3adb200542ae165cd7d183"}, - {file = "pydantic_core-2.16.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:cbcc558401de90a746d02ef330c528f2e668c83350f045833543cd57ecead1ad"}, - {file = "pydantic_core-2.16.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:fee427241c2d9fb7192b658190f9f5fd6dfe41e02f3c1489d2ec1e6a5ab1e04a"}, - {file = "pydantic_core-2.16.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:f4cb85f693044e0f71f394ff76c98ddc1bc0953e48c061725e540396d5c8a2e1"}, - {file = "pydantic_core-2.16.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:b29eeb887aa931c2fcef5aa515d9d176d25006794610c264ddc114c053bf96fe"}, - {file = "pydantic_core-2.16.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:a425479ee40ff021f8216c9d07a6a3b54b31c8267c6e17aa88b70d7ebd0e5e5b"}, - {file = "pydantic_core-2.16.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:5c5cbc703168d1b7a838668998308018a2718c2130595e8e190220238addc96f"}, - {file = "pydantic_core-2.16.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99b6add4c0b39a513d323d3b93bc173dac663c27b99860dd5bf491b240d26137"}, - {file = "pydantic_core-2.16.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75f76ee558751746d6a38f89d60b6228fa174e5172d143886af0f85aa306fd89"}, - {file = "pydantic_core-2.16.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:00ee1c97b5364b84cb0bd82e9bbf645d5e2871fb8c58059d158412fee2d33d8a"}, - {file = "pydantic_core-2.16.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:287073c66748f624be4cef893ef9174e3eb88fe0b8a78dc22e88eca4bc357ca6"}, - {file = "pydantic_core-2.16.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:ed25e1835c00a332cb10c683cd39da96a719ab1dfc08427d476bce41b92531fc"}, - {file = "pydantic_core-2.16.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:86b3d0033580bd6bbe07590152007275bd7af95f98eaa5bd36f3da219dcd93da"}, - {file = "pydantic_core-2.16.3.tar.gz", hash = "sha256:1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad"}, + {file = "pydantic_core-2.23.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:7d0324a35ab436c9d768753cbc3c47a865a2cbc0757066cb864747baa61f6ece"}, + {file = "pydantic_core-2.23.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:276ae78153a94b664e700ac362587c73b84399bd1145e135287513442e7dfbc7"}, + {file = "pydantic_core-2.23.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:964c7aa318da542cdcc60d4a648377ffe1a2ef0eb1e996026c7f74507b720a78"}, + {file = "pydantic_core-2.23.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1cf842265a3a820ebc6388b963ead065f5ce8f2068ac4e1c713ef77a67b71f7c"}, + {file = "pydantic_core-2.23.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ae90b9e50fe1bd115b24785e962b51130340408156d34d67b5f8f3fa6540938e"}, + {file = "pydantic_core-2.23.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8ae65fdfb8a841556b52935dfd4c3f79132dc5253b12c0061b96415208f4d622"}, + {file = "pydantic_core-2.23.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c8aa40f6ca803f95b1c1c5aeaee6237b9e879e4dfb46ad713229a63651a95fb"}, + {file = "pydantic_core-2.23.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c53100c8ee5a1e102766abde2158077d8c374bee0639201f11d3032e3555dfbc"}, + {file = "pydantic_core-2.23.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d6b9dd6aa03c812017411734e496c44fef29b43dba1e3dd1fa7361bbacfc1354"}, + {file = "pydantic_core-2.23.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b18cf68255a476b927910c6873d9ed00da692bb293c5b10b282bd48a0afe3ae2"}, + {file = "pydantic_core-2.23.2-cp310-none-win32.whl", hash = "sha256:e460475719721d59cd54a350c1f71c797c763212c836bf48585478c5514d2854"}, + {file = "pydantic_core-2.23.2-cp310-none-win_amd64.whl", hash = "sha256:5f3cf3721eaf8741cffaf092487f1ca80831202ce91672776b02b875580e174a"}, + {file = "pydantic_core-2.23.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:7ce8e26b86a91e305858e018afc7a6e932f17428b1eaa60154bd1f7ee888b5f8"}, + {file = "pydantic_core-2.23.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7e9b24cca4037a561422bf5dc52b38d390fb61f7bfff64053ce1b72f6938e6b2"}, + {file = "pydantic_core-2.23.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:753294d42fb072aa1775bfe1a2ba1012427376718fa4c72de52005a3d2a22178"}, + {file = "pydantic_core-2.23.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:257d6a410a0d8aeb50b4283dea39bb79b14303e0fab0f2b9d617701331ed1515"}, + {file = "pydantic_core-2.23.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c8319e0bd6a7b45ad76166cc3d5d6a36c97d0c82a196f478c3ee5346566eebfd"}, + {file = "pydantic_core-2.23.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7a05c0240f6c711eb381ac392de987ee974fa9336071fb697768dfdb151345ce"}, + {file = "pydantic_core-2.23.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d5b0ff3218858859910295df6953d7bafac3a48d5cd18f4e3ed9999efd2245f"}, + {file = "pydantic_core-2.23.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:96ef39add33ff58cd4c112cbac076726b96b98bb8f1e7f7595288dcfb2f10b57"}, + {file = "pydantic_core-2.23.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0102e49ac7d2df3379ef8d658d3bc59d3d769b0bdb17da189b75efa861fc07b4"}, + {file = "pydantic_core-2.23.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:a6612c2a844043e4d10a8324c54cdff0042c558eef30bd705770793d70b224aa"}, + {file = "pydantic_core-2.23.2-cp311-none-win32.whl", hash = "sha256:caffda619099cfd4f63d48462f6aadbecee3ad9603b4b88b60cb821c1b258576"}, + {file = "pydantic_core-2.23.2-cp311-none-win_amd64.whl", hash = "sha256:6f80fba4af0cb1d2344869d56430e304a51396b70d46b91a55ed4959993c0589"}, + {file = "pydantic_core-2.23.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:4c83c64d05ffbbe12d4e8498ab72bdb05bcc1026340a4a597dc647a13c1605ec"}, + {file = "pydantic_core-2.23.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6294907eaaccf71c076abdd1c7954e272efa39bb043161b4b8aa1cd76a16ce43"}, + {file = "pydantic_core-2.23.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a801c5e1e13272e0909c520708122496647d1279d252c9e6e07dac216accc41"}, + {file = "pydantic_core-2.23.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cc0c316fba3ce72ac3ab7902a888b9dc4979162d320823679da270c2d9ad0cad"}, + {file = "pydantic_core-2.23.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6b06c5d4e8701ac2ba99a2ef835e4e1b187d41095a9c619c5b185c9068ed2a49"}, + {file = "pydantic_core-2.23.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:82764c0bd697159fe9947ad59b6db6d7329e88505c8f98990eb07e84cc0a5d81"}, + {file = "pydantic_core-2.23.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2b1a195efd347ede8bcf723e932300292eb13a9d2a3c1f84eb8f37cbbc905b7f"}, + {file = "pydantic_core-2.23.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b7efb12e5071ad8d5b547487bdad489fbd4a5a35a0fc36a1941517a6ad7f23e0"}, + {file = "pydantic_core-2.23.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:5dd0ec5f514ed40e49bf961d49cf1bc2c72e9b50f29a163b2cc9030c6742aa73"}, + {file = "pydantic_core-2.23.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:820f6ee5c06bc868335e3b6e42d7ef41f50dfb3ea32fbd523ab679d10d8741c0"}, + {file = "pydantic_core-2.23.2-cp312-none-win32.whl", hash = "sha256:3713dc093d5048bfaedbba7a8dbc53e74c44a140d45ede020dc347dda18daf3f"}, + {file = "pydantic_core-2.23.2-cp312-none-win_amd64.whl", hash = "sha256:e1895e949f8849bc2757c0dbac28422a04be031204df46a56ab34bcf98507342"}, + {file = "pydantic_core-2.23.2-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:da43cbe593e3c87d07108d0ebd73771dc414488f1f91ed2e204b0370b94b37ac"}, + {file = "pydantic_core-2.23.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:64d094ea1aa97c6ded4748d40886076a931a8bf6f61b6e43e4a1041769c39dd2"}, + {file = "pydantic_core-2.23.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:084414ffe9a85a52940b49631321d636dadf3576c30259607b75516d131fecd0"}, + {file = "pydantic_core-2.23.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:043ef8469f72609c4c3a5e06a07a1f713d53df4d53112c6d49207c0bd3c3bd9b"}, + {file = "pydantic_core-2.23.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3649bd3ae6a8ebea7dc381afb7f3c6db237fc7cebd05c8ac36ca8a4187b03b30"}, + {file = "pydantic_core-2.23.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6db09153d8438425e98cdc9a289c5fade04a5d2128faff8f227c459da21b9703"}, + {file = "pydantic_core-2.23.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5668b3173bb0b2e65020b60d83f5910a7224027232c9f5dc05a71a1deac9f960"}, + {file = "pydantic_core-2.23.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1c7b81beaf7c7ebde978377dc53679c6cba0e946426fc7ade54251dfe24a7604"}, + {file = "pydantic_core-2.23.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:ae579143826c6f05a361d9546446c432a165ecf1c0b720bbfd81152645cb897d"}, + {file = "pydantic_core-2.23.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:19f1352fe4b248cae22a89268720fc74e83f008057a652894f08fa931e77dced"}, + {file = "pydantic_core-2.23.2-cp313-none-win32.whl", hash = "sha256:e1a79ad49f346aa1a2921f31e8dbbab4d64484823e813a002679eaa46cba39e1"}, + {file = "pydantic_core-2.23.2-cp313-none-win_amd64.whl", hash = "sha256:582871902e1902b3c8e9b2c347f32a792a07094110c1bca6c2ea89b90150caac"}, + {file = "pydantic_core-2.23.2-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:743e5811b0c377eb830150d675b0847a74a44d4ad5ab8845923d5b3a756d8100"}, + {file = "pydantic_core-2.23.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6650a7bbe17a2717167e3e23c186849bae5cef35d38949549f1c116031b2b3aa"}, + {file = "pydantic_core-2.23.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:56e6a12ec8d7679f41b3750ffa426d22b44ef97be226a9bab00a03365f217b2b"}, + {file = "pydantic_core-2.23.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:810ca06cca91de9107718dc83d9ac4d2e86efd6c02cba49a190abcaf33fb0472"}, + {file = "pydantic_core-2.23.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:785e7f517ebb9890813d31cb5d328fa5eda825bb205065cde760b3150e4de1f7"}, + {file = "pydantic_core-2.23.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3ef71ec876fcc4d3bbf2ae81961959e8d62f8d74a83d116668409c224012e3af"}, + {file = "pydantic_core-2.23.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d50ac34835c6a4a0d456b5db559b82047403c4317b3bc73b3455fefdbdc54b0a"}, + {file = "pydantic_core-2.23.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:16b25a4a120a2bb7dab51b81e3d9f3cde4f9a4456566c403ed29ac81bf49744f"}, + {file = "pydantic_core-2.23.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:41ae8537ad371ec018e3c5da0eb3f3e40ee1011eb9be1da7f965357c4623c501"}, + {file = "pydantic_core-2.23.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:07049ec9306ec64e955b2e7c40c8d77dd78ea89adb97a2013d0b6e055c5ee4c5"}, + {file = "pydantic_core-2.23.2-cp38-none-win32.whl", hash = "sha256:086c5db95157dc84c63ff9d96ebb8856f47ce113c86b61065a066f8efbe80acf"}, + {file = "pydantic_core-2.23.2-cp38-none-win_amd64.whl", hash = "sha256:67b6655311b00581914aba481729971b88bb8bc7996206590700a3ac85e457b8"}, + {file = "pydantic_core-2.23.2-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:358331e21a897151e54d58e08d0219acf98ebb14c567267a87e971f3d2a3be59"}, + {file = "pydantic_core-2.23.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c4d9f15ffe68bcd3898b0ad7233af01b15c57d91cd1667f8d868e0eacbfe3f87"}, + {file = "pydantic_core-2.23.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0123655fedacf035ab10c23450163c2f65a4174f2bb034b188240a6cf06bb123"}, + {file = "pydantic_core-2.23.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e6e3ccebdbd6e53474b0bb7ab8b88e83c0cfe91484b25e058e581348ee5a01a5"}, + {file = "pydantic_core-2.23.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fc535cb898ef88333cf317777ecdfe0faac1c2a3187ef7eb061b6f7ecf7e6bae"}, + {file = "pydantic_core-2.23.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:aab9e522efff3993a9e98ab14263d4e20211e62da088298089a03056980a3e69"}, + {file = "pydantic_core-2.23.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:05b366fb8fe3d8683b11ac35fa08947d7b92be78ec64e3277d03bd7f9b7cda79"}, + {file = "pydantic_core-2.23.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7568f682c06f10f30ef643a1e8eec4afeecdafde5c4af1b574c6df079e96f96c"}, + {file = "pydantic_core-2.23.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:cdd02a08205dc90238669f082747612cb3c82bd2c717adc60f9b9ecadb540f80"}, + {file = "pydantic_core-2.23.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:1a2ab4f410f4b886de53b6bddf5dd6f337915a29dd9f22f20f3099659536b2f6"}, + {file = "pydantic_core-2.23.2-cp39-none-win32.whl", hash = "sha256:0448b81c3dfcde439551bb04a9f41d7627f676b12701865c8a2574bcea034437"}, + {file = "pydantic_core-2.23.2-cp39-none-win_amd64.whl", hash = "sha256:4cebb9794f67266d65e7e4cbe5dcf063e29fc7b81c79dc9475bd476d9534150e"}, + {file = "pydantic_core-2.23.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:e758d271ed0286d146cf7c04c539a5169a888dd0b57026be621547e756af55bc"}, + {file = "pydantic_core-2.23.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:f477d26183e94eaafc60b983ab25af2a809a1b48ce4debb57b343f671b7a90b6"}, + {file = "pydantic_core-2.23.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da3131ef2b940b99106f29dfbc30d9505643f766704e14c5d5e504e6a480c35e"}, + {file = "pydantic_core-2.23.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:329a721253c7e4cbd7aad4a377745fbcc0607f9d72a3cc2102dd40519be75ed2"}, + {file = "pydantic_core-2.23.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:7706e15cdbf42f8fab1e6425247dfa98f4a6f8c63746c995d6a2017f78e619ae"}, + {file = "pydantic_core-2.23.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:e64ffaf8f6e17ca15eb48344d86a7a741454526f3a3fa56bc493ad9d7ec63936"}, + {file = "pydantic_core-2.23.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:dd59638025160056687d598b054b64a79183f8065eae0d3f5ca523cde9943940"}, + {file = "pydantic_core-2.23.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:12625e69b1199e94b0ae1c9a95d000484ce9f0182f9965a26572f054b1537e44"}, + {file = "pydantic_core-2.23.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5d813fd871b3d5c3005157622ee102e8908ad6011ec915a18bd8fde673c4360e"}, + {file = "pydantic_core-2.23.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:1eb37f7d6a8001c0f86dc8ff2ee8d08291a536d76e49e78cda8587bb54d8b329"}, + {file = "pydantic_core-2.23.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ce7eaf9a98680b4312b7cebcdd9352531c43db00fca586115845df388f3c465"}, + {file = "pydantic_core-2.23.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f087879f1ffde024dd2788a30d55acd67959dcf6c431e9d3682d1c491a0eb474"}, + {file = "pydantic_core-2.23.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6ce883906810b4c3bd90e0ada1f9e808d9ecf1c5f0b60c6b8831d6100bcc7dd6"}, + {file = "pydantic_core-2.23.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:a8031074a397a5925d06b590121f8339d34a5a74cfe6970f8a1124eb8b83f4ac"}, + {file = "pydantic_core-2.23.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:23af245b8f2f4ee9e2c99cb3f93d0e22fb5c16df3f2f643f5a8da5caff12a653"}, + {file = "pydantic_core-2.23.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:c57e493a0faea1e4c38f860d6862ba6832723396c884fbf938ff5e9b224200e2"}, + {file = "pydantic_core-2.23.2.tar.gz", hash = "sha256:95d6bf449a1ac81de562d65d180af5d8c19672793c81877a2eda8fde5d08f2fd"}, ] [package.dependencies] @@ -1387,42 +1492,45 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydantic-settings" -version = "2.2.1" +version = "2.4.0" description = "Settings management using Pydantic" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic_settings-2.2.1-py3-none-any.whl", hash = "sha256:0235391d26db4d2190cb9b31051c4b46882d28a51533f97440867f012d4da091"}, - {file = "pydantic_settings-2.2.1.tar.gz", hash = "sha256:00b9f6a5e95553590434c0fa01ead0b216c3e10bc54ae02e37f359948643c5ed"}, + {file = "pydantic_settings-2.4.0-py3-none-any.whl", hash = "sha256:bb6849dc067f1687574c12a639e231f3a6feeed0a12d710c1382045c5db1c315"}, + {file = "pydantic_settings-2.4.0.tar.gz", hash = "sha256:ed81c3a0f46392b4d7c0a565c05884e6e54b3456e6f0fe4d8814981172dc9a88"}, ] [package.dependencies] -pydantic = ">=2.3.0" +pydantic = ">=2.7.0" python-dotenv = ">=0.21.0" [package.extras] +azure-key-vault = ["azure-identity (>=1.16.0)", "azure-keyvault-secrets (>=4.8.0)"] toml = ["tomli (>=2.0.1)"] yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pygments" -version = "2.17.2" +version = "2.18.0" description = "Pygments is a syntax highlighting package written in Python." +category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pygments-2.17.2-py3-none-any.whl", hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c"}, - {file = "pygments-2.17.2.tar.gz", hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"}, + {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, + {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, ] [package.extras] -plugins = ["importlib-metadata"] windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylatexenc" version = "2.10" description = "Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion" +category = "main" optional = false python-versions = "*" files = [ @@ -1431,33 +1539,35 @@ files = [ [[package]] name = "pytest" -version = "8.0.2" +version = "8.3.2" description = "pytest: simple powerful testing with Python" +category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, - {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, + {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, + {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.3.0,<2.0" +pluggy = ">=1.5,<2" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "python-dateutil" -version = "2.8.2" +version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" +category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, - {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, + {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"}, + {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"}, ] [package.dependencies] @@ -1467,6 +1577,7 @@ six = ">=1.5" name = "python-dotenv" version = "1.0.1" description = "Read key-value pairs from a .env file and set them as environment variables" +category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1479,62 +1590,77 @@ cli = ["click (>=5.0)"] [[package]] name = "pyyaml" -version = "6.0.1" +version = "6.0.2" description = "YAML parser and emitter for Python" +category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"}, - {file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"}, - {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, - {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, - {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, - {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, - {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, - {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, - {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"}, - {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, - {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, - {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, - {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, - {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, - {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, - {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, - {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, - {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd"}, - {file = "PyYAML-6.0.1-cp36-cp36m-win32.whl", hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585"}, - {file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa"}, - {file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3"}, - {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27"}, - {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3"}, - {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c"}, - {file = "PyYAML-6.0.1-cp37-cp37m-win32.whl", hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba"}, - {file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867"}, - {file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595"}, - {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, - {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, - {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, - {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, - {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, - {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, - {file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859"}, - {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, - {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, - {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, - {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, - {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, - {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, + {file = "PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086"}, + {file = "PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf"}, + {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237"}, + {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b"}, + {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed"}, + {file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180"}, + {file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68"}, + {file = "PyYAML-6.0.2-cp310-cp310-win32.whl", hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99"}, + {file = "PyYAML-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e"}, + {file = "PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774"}, + {file = "PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee"}, + {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c"}, + {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317"}, + {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85"}, + {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4"}, + {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e"}, + {file = "PyYAML-6.0.2-cp311-cp311-win32.whl", hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5"}, + {file = "PyYAML-6.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44"}, + {file = "PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab"}, + {file = "PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725"}, + {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5"}, + {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425"}, + {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476"}, + {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48"}, + {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b"}, + {file = "PyYAML-6.0.2-cp312-cp312-win32.whl", hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4"}, + {file = "PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8"}, + {file = "PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba"}, + {file = "PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1"}, + {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133"}, + {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484"}, + {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5"}, + {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc"}, + {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652"}, + {file = "PyYAML-6.0.2-cp313-cp313-win32.whl", hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183"}, + {file = "PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563"}, + {file = "PyYAML-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a"}, + {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5"}, + {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d"}, + {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083"}, + {file = "PyYAML-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706"}, + {file = "PyYAML-6.0.2-cp38-cp38-win32.whl", hash = "sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a"}, + {file = "PyYAML-6.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff"}, + {file = "PyYAML-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d"}, + {file = "PyYAML-6.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f"}, + {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290"}, + {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12"}, + {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19"}, + {file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e"}, + {file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725"}, + {file = "PyYAML-6.0.2-cp39-cp39-win32.whl", hash = "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631"}, + {file = "PyYAML-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8"}, + {file = "pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"}, ] [[package]] name = "requests" -version = "2.31.0" +version = "2.32.3" description = "Python HTTP for Humans." +category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -1547,15 +1673,31 @@ urllib3 = ">=1.21.1,<3" socks = ["PySocks (>=1.5.6,!=1.5.7)"] use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] +[[package]] +name = "requests-auth-aws-sigv4" +version = "0.7" +description = "AWS SigV4 Authentication with the python requests module" +category = "main" +optional = false +python-versions = ">=2.7, >=3.6" +files = [ + {file = "requests-auth-aws-sigv4-0.7.tar.gz", hash = "sha256:3d2a475cccbf85d4c93b8bd052d072e5c3f8e77022fd621b69a5b11ac2c139c8"}, + {file = "requests_auth_aws_sigv4-0.7-py3-none-any.whl", hash = "sha256:1f6c7f63a0696a8f131a2ff21a544380f43c11f54d72600f6f2a1d402bd41d41"}, +] + +[package.dependencies] +requests = "*" + [[package]] name = "responses" -version = "0.25.0" +version = "0.25.3" description = "A utility library for mocking out the `requests` Python library." +category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "responses-0.25.0-py3-none-any.whl", hash = "sha256:2f0b9c2b6437db4b528619a77e5d565e4ec2a9532162ac1a131a83529db7be1a"}, - {file = "responses-0.25.0.tar.gz", hash = "sha256:01ae6a02b4f34e39bffceb0fc6786b67a25eae919c6368d05eabc8d9576c2a66"}, + {file = "responses-0.25.3-py3-none-any.whl", hash = "sha256:521efcbc82081ab8daa588e08f7e8a64ce79b91c39f6e62199b19159bea7dbcb"}, + {file = "responses-0.25.3.tar.gz", hash = "sha256:617b9247abd9ae28313d57a75880422d55ec63c29d33d629697590a034358dba"}, ] [package.dependencies] @@ -1568,13 +1710,14 @@ tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asy [[package]] name = "rich" -version = "13.7.0" +version = "13.8.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" +category = "main" optional = false python-versions = ">=3.7.0" files = [ - {file = "rich-13.7.0-py3-none-any.whl", hash = "sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235"}, - {file = "rich-13.7.0.tar.gz", hash = "sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa"}, + {file = "rich-13.8.0-py3-none-any.whl", hash = "sha256:2e85306a063b9492dffc86278197a60cbece75bcb766022f3436f567cae11bdc"}, + {file = "rich-13.8.0.tar.gz", hash = "sha256:a5ac1f1cd448ade0d59cc3356f7db7a7ccda2c8cbae9c7a90c28ff463d3e91f4"}, ] [package.dependencies] @@ -1588,6 +1731,7 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "ruff" version = "0.2.2" description = "An extremely fast Python linter and code formatter, written in Rust." +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1612,70 +1756,28 @@ files = [ [[package]] name = "rustworkx" -version = "0.14.1" +version = "0.15.1" description = "A python graph library implemented in Rust" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "rustworkx-0.14.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:c612b9723f8d5236f6b88eba3f5cfeea45accc1f57436ed065a8251c25e4169b"}, - {file = "rustworkx-0.14.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:13c88ad0ecb7f697642125a10d9296430bddf45827e0b81e964d8417a8e1d568"}, - {file = "rustworkx-0.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3b2f7cb51358a3fcba93a44e5a4416902875cbadc710fb644c27367b452f883a"}, - {file = "rustworkx-0.14.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c46d3033055c6f61444341513832b639e5d371eb98f4ea4364e877f349f68698"}, - {file = "rustworkx-0.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:525552c4ca807b6bdeea10c4dd95791081bb8df859f48c2798925f270f565d8e"}, - {file = "rustworkx-0.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:461a02f7e72a344ab8f8bddf7f8b25262380cd333bb9fa6bbc237cbc1fa7f6eb"}, - {file = "rustworkx-0.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:7c4a6980a6134662982b54d1e97556487f1d56f8a3c6afd3c51efb17e4547182"}, - {file = "rustworkx-0.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:1a693567af0eeb6b8e43d15b0d069e29651cfb57fb5acca6e89bbf92b5fd20b8"}, - {file = "rustworkx-0.14.1-cp310-cp310-win32.whl", hash = "sha256:2327f3ca16bdab015675b805e22ef20b8db164269052f928038cd15b5e013001"}, - {file = "rustworkx-0.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:72bd0421fbfb7fe58794f5753cc99906c7dddda9d44682ad25854ee831ecb55e"}, - {file = "rustworkx-0.14.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:d675bf6ce684fab98415768f19a20f62bfa8ba84ec8e84eca53976e910413cde"}, - {file = "rustworkx-0.14.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:7abcd7756c25f9e4090534ac5ce29737c827d4fba5f86e854458aed730616d97"}, - {file = "rustworkx-0.14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3c68458d0604efef18dbde527da76f4628db8d5dfb2986aa8f96913f7ab366e4"}, - {file = "rustworkx-0.14.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7429a1887aba1a51975a9729c4bbdef217501a4418666ab5128249140c0ac33b"}, - {file = "rustworkx-0.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4fb3b55cd6a811359714aaba34a0850aaf5c51ac9343becb3d160b6ec6e9b714"}, - {file = "rustworkx-0.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca330be994f131cb5f1a36ca01b4a57e9e65cbd393b9bccfb1aabe2949fe1524"}, - {file = "rustworkx-0.14.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e9e6150ab9eacae34aa61eafdb5cc5428d74026cdb2a1748c96ab9a4f66dc436"}, - {file = "rustworkx-0.14.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f6f2eadc381d56c9e18f4fdb4ac743d63314d806355bc51b19785ca82470f285"}, - {file = "rustworkx-0.14.1-cp311-cp311-win32.whl", hash = "sha256:016097662f3ead6bf97be2cbabf0a9a61f92fd84192cbb37ca730728ad35bb9f"}, - {file = "rustworkx-0.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:463220b6faf9c57f1bf8e39ad60c3163d10c3266392b5540d6a0199dad9e998a"}, - {file = "rustworkx-0.14.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:eede1ef7cb9d317dc6cdabeeee8d7f9c3ff332729849ee7fb47a58983c8918f6"}, - {file = "rustworkx-0.14.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:3063815f41de85a1579b1e26fd75ad37d42c922bdf37d77bfae2959ad1b3cb79"}, - {file = "rustworkx-0.14.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7dd896472795c1a434fe2a474e0e2c5c2b7eca4c59b743c87302c125e6b26e8a"}, - {file = "rustworkx-0.14.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0001476d9c8ee82aceecb4f6e827ed9c91e3f0e3c3abf42bf1adb97ecd79f9bb"}, - {file = "rustworkx-0.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c9b04bae32cfb73c2c047c662b0b074de8c59657be9c1fa2c512384d912cd3bd"}, - {file = "rustworkx-0.14.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0ec2cf5ac6878e0594df765e51e5e756abc0192870aac23bebf43b71eca3b1c1"}, - {file = "rustworkx-0.14.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:21b7feccf87c3662c253fa26ad0159a8d1c33eb8f569297bf47f446b07644c7c"}, - {file = "rustworkx-0.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4921898e256e34a2a00e99d8d35dcadf08f10146a41e9c3e28977f45bd7a7131"}, - {file = "rustworkx-0.14.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:90b996e5372316f77377949763718e6343c7dd772144d31903fec06ebd4f038f"}, - {file = "rustworkx-0.14.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:5f5383da6a216374bffcfbab4321074d5db7cf6821d39bec33a5404a132b6e56"}, - {file = "rustworkx-0.14.1-cp312-cp312-win32.whl", hash = "sha256:faddf084e8dab5bb7c8c500b09d9d2c8fd411508a24af7a49dc9a79257c59619"}, - {file = "rustworkx-0.14.1-cp312-cp312-win_amd64.whl", hash = "sha256:97b18bbeb64664ffb92cd28121f6fb5e790f0ef0569d50cd6599f215d4e03cb0"}, - {file = "rustworkx-0.14.1-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:5c3d1ebc60f63f786e3b800453dbcd0e6b3f49fe9a26e9396e3e3328ee420025"}, - {file = "rustworkx-0.14.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:b87dce71da23fe6df27932d73f12498c6c090de9f658a494cefb921dfea61f75"}, - {file = "rustworkx-0.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:3a421c769ca90478f337869f9709d98c098f5183a62cc32ac66ec868f4e1d107"}, - {file = "rustworkx-0.14.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d2d93e5bd3a610ae66f8b822b5f05d2958aeb0b0b24005a96d5864448bce9ab9"}, - {file = "rustworkx-0.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:46678bf5a3550bfa592ff7c43cac367842448c62b71c3beaa7f294ba290a42ad"}, - {file = "rustworkx-0.14.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4c0666dcc22aba46d0738f781d53cb7fd7373dab4d2d1bee610c95e5b13a23a3"}, - {file = "rustworkx-0.14.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:63415718c6691656bb0f2adefffaa5637d9dfcd1745989eb151601cf2587ec25"}, - {file = "rustworkx-0.14.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:43b6df7fa92df2b9803f003c409dde3b71ae4063dadb862eee40e021643ec6b1"}, - {file = "rustworkx-0.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:c445013855a7f3da20a44a5af5fc7b49444168327d2bc2355a25addfe70b46ed"}, - {file = "rustworkx-0.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:f4cca1c345e1b15debffe13ad0ee266a9303b0f59b133e1836a4baea4da1457c"}, - {file = "rustworkx-0.14.1-cp38-cp38-win32.whl", hash = "sha256:6b8cab7e63ee476299c3f63a866e11a5f92a7b2883f9887ac4ef782f0f2ead54"}, - {file = "rustworkx-0.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:218d53f9b457d7735591242c3a625c32fd95584f20dc994bf080068f4ebe5e57"}, - {file = "rustworkx-0.14.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:51e4cfc2ee4294a425acab4b1eea64b167ccd17134198180e2caa3c935fa6ede"}, - {file = "rustworkx-0.14.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:efcfd529f86cdb7258c589febb054be0cfc6f68f1f8a5111254d5f3f1ae6109a"}, - {file = "rustworkx-0.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8d97de574cb34a06c6b418b0433712b8cf35e0561edae629fdcaca38896dd937"}, - {file = "rustworkx-0.14.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f90399650364d56f66545aa56fce1870150b7967c530355512a849422a4fbd6b"}, - {file = "rustworkx-0.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f1d2489e0d323732fec7e5437ea6fb35e9b022e043e1180529f91991d52a494f"}, - {file = "rustworkx-0.14.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1f43182cf1340149dc96397fd72e0061ca2cd6d9181f9b9926f58b685343438"}, - {file = "rustworkx-0.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:d6c414bd3b8231e6b56a51c15df36513e0b26d11ebb25fd043280bd3cc9393cf"}, - {file = "rustworkx-0.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:09c1797222e7941b0a5eed293b344fd4d0d83baf0ab0f4482fb551f58724a439"}, - {file = "rustworkx-0.14.1-cp39-cp39-win32.whl", hash = "sha256:1dd5d0744ba5004b59d7184b2a60feb85c4060a513158523728beede76f2f37c"}, - {file = "rustworkx-0.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:480b967d6eba90ecb53a84e21154b948b884c5dde742ca7391d2192b60f5ff96"}, - {file = "rustworkx-0.14.1.tar.gz", hash = "sha256:62104ecb0b3d4c2cfdb8b45dc38646bd45760c43fabc70ded9112712d01ea1c9"}, + {file = "rustworkx-0.15.1-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:6cd4496d3298cd3205c03545e48cc37d21e0455d57752af801d3fb250452d590"}, + {file = "rustworkx-0.15.1-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:cb518f5649e62d753e29ca1e57290c8f58adbebcd154dc3159f4a36ebfa1e2b7"}, + {file = "rustworkx-0.15.1-cp38-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ac68ae2515ece22ba3ef56f3d16ad6bf707955f650d623190b2e7d706c6dc92"}, + {file = "rustworkx-0.15.1-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b903edec1d803704b499959f9d6f6119cdda63b9b64194a4b4307e506b112f0"}, + {file = "rustworkx-0.15.1-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a2c97a56ff8a0f6c273a83e26e627c72207442b4252aa550acad0bff42caac40"}, + {file = "rustworkx-0.15.1-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:241c502532e348ba89200823326dba30de4df4b886cb2fd5a140b359ff124bb3"}, + {file = "rustworkx-0.15.1-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e5f4156f46fa03177c9b0580450eab87786063495d48b457762a5bdd20c55e2"}, + {file = "rustworkx-0.15.1-cp38-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:7834ab34748db6214ec3b3836b996b23882dc83184234e6d346d6bb85fd58ae5"}, + {file = "rustworkx-0.15.1-cp38-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:ce53f173fed16e1d51d9df9f23475a16c981b03bf1a412d991c75a70db6b1dc1"}, + {file = "rustworkx-0.15.1-cp38-abi3-win32.whl", hash = "sha256:308bc76a01bcae9af4602d8b9ed58021df37dd0bb5a7b2e3831ae53c5e234ff0"}, + {file = "rustworkx-0.15.1-cp38-abi3-win_amd64.whl", hash = "sha256:89077382633e918d2392772f53b9d6d30eee51eb536f8d38ee195c212b2f0427"}, + {file = "rustworkx-0.15.1.tar.gz", hash = "sha256:0e0cc86599f979285b2ab9c357276f3272f3fcb3b2df5651a6bf9704c570d4c1"}, ] [package.dependencies] -numpy = ">=1.16.0,<2" +numpy = ">=1.16.0,<3" [package.extras] all = ["matplotlib (>=3.0)", "pillow (>=5.4)"] @@ -1684,13 +1786,14 @@ mpl = ["matplotlib (>=3.0)"] [[package]] name = "s3transfer" -version = "0.10.0" +version = "0.10.2" description = "An Amazon S3 Transfer Manager" +category = "main" optional = false -python-versions = ">= 3.8" +python-versions = ">=3.8" files = [ - {file = "s3transfer-0.10.0-py3-none-any.whl", hash = "sha256:3cdb40f5cfa6966e812209d0994f2a4709b561c88e90cf00c2696d2df4e56b2e"}, - {file = "s3transfer-0.10.0.tar.gz", hash = "sha256:d0c8bbf672d5eebbe4e57945e23b972d963f07d82f661cabf678a5c88831595b"}, + {file = "s3transfer-0.10.2-py3-none-any.whl", hash = "sha256:eca1c20de70a39daee580aef4986996620f365c4e0fda6a86100231d62f1bf69"}, + {file = "s3transfer-0.10.2.tar.gz", hash = "sha256:0711534e9356d3cc692fdde846b4a1e4b0cb6519971860796e6bc4c7aea00ef6"}, ] [package.dependencies] @@ -1701,50 +1804,60 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] [[package]] name = "scipy" -version = "1.12.0" +version = "1.14.1" description = "Fundamental algorithms for scientific computing in Python" -optional = false -python-versions = ">=3.9" -files = [ - {file = "scipy-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:78e4402e140879387187f7f25d91cc592b3501a2e51dfb320f48dfb73565f10b"}, - {file = "scipy-1.12.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:f5f00ebaf8de24d14b8449981a2842d404152774c1a1d880c901bf454cb8e2a1"}, - {file = "scipy-1.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e53958531a7c695ff66c2e7bb7b79560ffdc562e2051644c5576c39ff8efb563"}, - {file = "scipy-1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e32847e08da8d895ce09d108a494d9eb78974cf6de23063f93306a3e419960c"}, - {file = "scipy-1.12.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4c1020cad92772bf44b8e4cdabc1df5d87376cb219742549ef69fc9fd86282dd"}, - {file = "scipy-1.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:75ea2a144096b5e39402e2ff53a36fecfd3b960d786b7efd3c180e29c39e53f2"}, - {file = "scipy-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:408c68423f9de16cb9e602528be4ce0d6312b05001f3de61fe9ec8b1263cad08"}, - {file = "scipy-1.12.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:5adfad5dbf0163397beb4aca679187d24aec085343755fcdbdeb32b3679f254c"}, - {file = "scipy-1.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c3003652496f6e7c387b1cf63f4bb720951cfa18907e998ea551e6de51a04467"}, - {file = "scipy-1.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b8066bce124ee5531d12a74b617d9ac0ea59245246410e19bca549656d9a40a"}, - {file = "scipy-1.12.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:8bee4993817e204d761dba10dbab0774ba5a8612e57e81319ea04d84945375ba"}, - {file = "scipy-1.12.0-cp311-cp311-win_amd64.whl", hash = "sha256:a24024d45ce9a675c1fb8494e8e5244efea1c7a09c60beb1eeb80373d0fecc70"}, - {file = "scipy-1.12.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e7e76cc48638228212c747ada851ef355c2bb5e7f939e10952bc504c11f4e372"}, - {file = "scipy-1.12.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:f7ce148dffcd64ade37b2df9315541f9adad6efcaa86866ee7dd5db0c8f041c3"}, - {file = "scipy-1.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9c39f92041f490422924dfdb782527a4abddf4707616e07b021de33467f917bc"}, - {file = "scipy-1.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a7ebda398f86e56178c2fa94cad15bf457a218a54a35c2a7b4490b9f9cb2676c"}, - {file = "scipy-1.12.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:95e5c750d55cf518c398a8240571b0e0782c2d5a703250872f36eaf737751338"}, - {file = "scipy-1.12.0-cp312-cp312-win_amd64.whl", hash = "sha256:e646d8571804a304e1da01040d21577685ce8e2db08ac58e543eaca063453e1c"}, - {file = "scipy-1.12.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:913d6e7956c3a671de3b05ccb66b11bc293f56bfdef040583a7221d9e22a2e35"}, - {file = "scipy-1.12.0-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:bba1b0c7256ad75401c73e4b3cf09d1f176e9bd4248f0d3112170fb2ec4db067"}, - {file = "scipy-1.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:730badef9b827b368f351eacae2e82da414e13cf8bd5051b4bdfd720271a5371"}, - {file = "scipy-1.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6546dc2c11a9df6926afcbdd8a3edec28566e4e785b915e849348c6dd9f3f490"}, - {file = "scipy-1.12.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:196ebad3a4882081f62a5bf4aeb7326aa34b110e533aab23e4374fcccb0890dc"}, - {file = "scipy-1.12.0-cp39-cp39-win_amd64.whl", hash = "sha256:b360f1b6b2f742781299514e99ff560d1fe9bd1bff2712894b52abe528d1fd1e"}, - {file = "scipy-1.12.0.tar.gz", hash = "sha256:4bf5abab8a36d20193c698b0f1fc282c1d083c94723902c447e5d2f1780936a3"}, +category = "main" +optional = false +python-versions = ">=3.10" +files = [ + {file = "scipy-1.14.1-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:b28d2ca4add7ac16ae8bb6632a3c86e4b9e4d52d3e34267f6e1b0c1f8d87e389"}, + {file = "scipy-1.14.1-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:d0d2821003174de06b69e58cef2316a6622b60ee613121199cb2852a873f8cf3"}, + {file = "scipy-1.14.1-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:8bddf15838ba768bb5f5083c1ea012d64c9a444e16192762bd858f1e126196d0"}, + {file = "scipy-1.14.1-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:97c5dddd5932bd2a1a31c927ba5e1463a53b87ca96b5c9bdf5dfd6096e27efc3"}, + {file = "scipy-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2ff0a7e01e422c15739ecd64432743cf7aae2b03f3084288f399affcefe5222d"}, + {file = "scipy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8e32dced201274bf96899e6491d9ba3e9a5f6b336708656466ad0522d8528f69"}, + {file = "scipy-1.14.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:8426251ad1e4ad903a4514712d2fa8fdd5382c978010d1c6f5f37ef286a713ad"}, + {file = "scipy-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:a49f6ed96f83966f576b33a44257d869756df6cf1ef4934f59dd58b25e0327e5"}, + {file = "scipy-1.14.1-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:2da0469a4ef0ecd3693761acbdc20f2fdeafb69e6819cc081308cc978153c675"}, + {file = "scipy-1.14.1-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:c0ee987efa6737242745f347835da2cc5bb9f1b42996a4d97d5c7ff7928cb6f2"}, + {file = "scipy-1.14.1-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:3a1b111fac6baec1c1d92f27e76511c9e7218f1695d61b59e05e0fe04dc59617"}, + {file = "scipy-1.14.1-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:8475230e55549ab3f207bff11ebfc91c805dc3463ef62eda3ccf593254524ce8"}, + {file = "scipy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:278266012eb69f4a720827bdd2dc54b2271c97d84255b2faaa8f161a158c3b37"}, + {file = "scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fef8c87f8abfb884dac04e97824b61299880c43f4ce675dd2cbeadd3c9b466d2"}, + {file = "scipy-1.14.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b05d43735bb2f07d689f56f7b474788a13ed8adc484a85aa65c0fd931cf9ccd2"}, + {file = "scipy-1.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:716e389b694c4bb564b4fc0c51bc84d381735e0d39d3f26ec1af2556ec6aad94"}, + {file = "scipy-1.14.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:631f07b3734d34aced009aaf6fedfd0eb3498a97e581c3b1e5f14a04164a456d"}, + {file = "scipy-1.14.1-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:af29a935803cc707ab2ed7791c44288a682f9c8107bc00f0eccc4f92c08d6e07"}, + {file = "scipy-1.14.1-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:2843f2d527d9eebec9a43e6b406fb7266f3af25a751aa91d62ff416f54170bc5"}, + {file = "scipy-1.14.1-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:eb58ca0abd96911932f688528977858681a59d61a7ce908ffd355957f7025cfc"}, + {file = "scipy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:30ac8812c1d2aab7131a79ba62933a2a76f582d5dbbc695192453dae67ad6310"}, + {file = "scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f9ea80f2e65bdaa0b7627fb00cbeb2daf163caa015e59b7516395fe3bd1e066"}, + {file = "scipy-1.14.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:edaf02b82cd7639db00dbff629995ef185c8df4c3ffa71a5562a595765a06ce1"}, + {file = "scipy-1.14.1-cp312-cp312-win_amd64.whl", hash = "sha256:2ff38e22128e6c03ff73b6bb0f85f897d2362f8c052e3b8ad00532198fbdae3f"}, + {file = "scipy-1.14.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:1729560c906963fc8389f6aac023739ff3983e727b1a4d87696b7bf108316a79"}, + {file = "scipy-1.14.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:4079b90df244709e675cdc8b93bfd8a395d59af40b72e339c2287c91860deb8e"}, + {file = "scipy-1.14.1-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:e0cf28db0f24a38b2a0ca33a85a54852586e43cf6fd876365c86e0657cfe7d73"}, + {file = "scipy-1.14.1-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:0c2f95de3b04e26f5f3ad5bb05e74ba7f68b837133a4492414b3afd79dfe540e"}, + {file = "scipy-1.14.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b99722ea48b7ea25e8e015e8341ae74624f72e5f21fc2abd45f3a93266de4c5d"}, + {file = "scipy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5149e3fd2d686e42144a093b206aef01932a0059c2a33ddfa67f5f035bdfe13e"}, + {file = "scipy-1.14.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e4f5a7c49323533f9103d4dacf4e4f07078f360743dec7f7596949149efeec06"}, + {file = "scipy-1.14.1-cp313-cp313-win_amd64.whl", hash = "sha256:baff393942b550823bfce952bb62270ee17504d02a1801d7fd0719534dfb9c84"}, + {file = "scipy-1.14.1.tar.gz", hash = "sha256:5a275584e726026a5699459aa72f828a610821006228e841b94275c4a7c08417"}, ] [package.dependencies] -numpy = ">=1.22.4,<1.29.0" +numpy = ">=1.23.5,<2.3" [package.extras] -dev = ["click", "cython-lint (>=0.12.2)", "doit (>=0.36.0)", "mypy", "pycodestyle", "pydevtool", "rich-click", "ruff", "types-psutil", "typing_extensions"] -doc = ["jupytext", "matplotlib (>2)", "myst-nb", "numpydoc", "pooch", "pydata-sphinx-theme (==0.9.0)", "sphinx (!=4.1.0)", "sphinx-design (>=0.2.0)"] -test = ["asv", "gmpy2", "hypothesis", "mpmath", "pooch", "pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "scikit-umfpack", "threadpoolctl"] +dev = ["cython-lint (>=0.12.2)", "doit (>=0.36.0)", "mypy (==1.10.0)", "pycodestyle", "pydevtool", "rich-click", "ruff (>=0.0.292)", "types-psutil", "typing_extensions"] +doc = ["jupyterlite-pyodide-kernel", "jupyterlite-sphinx (>=0.13.1)", "jupytext", "matplotlib (>=3.5)", "myst-nb", "numpydoc", "pooch", "pydata-sphinx-theme (>=0.15.2)", "sphinx (>=5.0.0,<=7.3.7)", "sphinx-design (>=0.4.0)"] +test = ["Cython", "array-api-strict (>=2.0)", "asv", "gmpy2", "hypothesis (>=6.30)", "meson", "mpmath", "ninja", "pooch", "pytest", "pytest-cov", "pytest-timeout", "pytest-xdist", "scikit-umfpack", "threadpoolctl"] [[package]] name = "semantic-version" version = "2.10.0" description = "A library implementing the 'SemVer' scheme." +category = "main" optional = false python-versions = ">=2.7" files = [ @@ -1760,6 +1873,7 @@ doc = ["Sphinx", "sphinx-rtd-theme"] name = "shellingham" version = "1.5.4" description = "Tool to Detect Surrounding Shell" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1771,6 +1885,7 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1782,6 +1897,7 @@ files = [ name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" +category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1791,13 +1907,14 @@ files = [ [[package]] name = "typer" -version = "0.9.0" +version = "0.9.4" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." +category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "typer-0.9.0-py3-none-any.whl", hash = "sha256:5d96d986a21493606a358cae4461bd8cdf83cbf33a5aa950ae629ca3b51467ee"}, - {file = "typer-0.9.0.tar.gz", hash = "sha256:50922fd79aea2f4751a8e0408ff10d2662bd0c8bbfa84755a699f3bada2978b2"}, + {file = "typer-0.9.4-py3-none-any.whl", hash = "sha256:aa6c4a4e2329d868b80ecbaf16f807f2b54e192209d7ac9dd42691d63f7a54eb"}, + {file = "typer-0.9.4.tar.gz", hash = "sha256:f714c2d90afae3a7929fcd72a3abb08df305e1ff61719381384211c4070af57f"}, ] [package.dependencies] @@ -1808,45 +1925,60 @@ typing-extensions = ">=3.7.4.3" all = ["colorama (>=0.4.3,<0.5.0)", "rich (>=10.11.0,<14.0.0)", "shellingham (>=1.3.0,<2.0.0)"] dev = ["autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "pre-commit (>=2.17.0,<3.0.0)"] doc = ["cairosvg (>=2.5.2,<3.0.0)", "mdx-include (>=1.4.1,<2.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)", "pillow (>=9.3.0,<10.0.0)"] -test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.910)", "pytest (>=4.4.0,<8.0.0)", "pytest-cov (>=2.10.0,<5.0.0)", "pytest-sugar (>=0.9.4,<0.10.0)", "pytest-xdist (>=1.32.0,<4.0.0)", "rich (>=10.11.0,<14.0.0)", "shellingham (>=1.3.0,<2.0.0)"] +test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.971)", "pytest (>=4.4.0,<8.0.0)", "pytest-cov (>=2.10.0,<5.0.0)", "pytest-sugar (>=0.9.4,<0.10.0)", "pytest-xdist (>=1.32.0,<4.0.0)", "rich (>=10.11.0,<14.0.0)", "shellingham (>=1.3.0,<2.0.0)"] [[package]] name = "typing-extensions" -version = "4.9.0" +version = "4.12.2" description = "Backported and Experimental Type Hints for Python 3.8+" +category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.9.0-py3-none-any.whl", hash = "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd"}, - {file = "typing_extensions-4.9.0.tar.gz", hash = "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"}, + {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"}, + {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"}, +] + +[[package]] +name = "tzdata" +version = "2024.1" +description = "Provider of IANA time zone data" +category = "main" +optional = false +python-versions = ">=2" +files = [ + {file = "tzdata-2024.1-py2.py3-none-any.whl", hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"}, + {file = "tzdata-2024.1.tar.gz", hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"}, ] [[package]] name = "urllib3" -version = "2.0.7" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, - {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] -secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"] +h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] [[package]] name = "werkzeug" -version = "3.0.1" +version = "3.0.4" description = "The comprehensive WSGI web application library." +category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, - {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, + {file = "werkzeug-3.0.4-py3-none-any.whl", hash = "sha256:02c9eb92b7d6c06f31a782811505d2157837cea66aaede3e217c7c27c039476c"}, + {file = "werkzeug-3.0.4.tar.gz", hash = "sha256:34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306"}, ] [package.dependencies] @@ -1859,6 +1991,7 @@ watchdog = ["watchdog (>=2.3)"] name = "xmltodict" version = "0.13.0" description = "Makes working with XML feel like you are working with JSON" +category = "dev" optional = false python-versions = ">=3.4" files = [ @@ -1868,101 +2001,104 @@ files = [ [[package]] name = "yarl" -version = "1.9.4" +version = "1.9.11" description = "Yet another URL library" +category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "yarl-1.9.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a8c1df72eb746f4136fe9a2e72b0c9dc1da1cbd23b5372f94b5820ff8ae30e0e"}, - {file = "yarl-1.9.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a3a6ed1d525bfb91b3fc9b690c5a21bb52de28c018530ad85093cc488bee2dd2"}, - {file = "yarl-1.9.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c38c9ddb6103ceae4e4498f9c08fac9b590c5c71b0370f98714768e22ac6fa66"}, - {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d9e09c9d74f4566e905a0b8fa668c58109f7624db96a2171f21747abc7524234"}, - {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b8477c1ee4bd47c57d49621a062121c3023609f7a13b8a46953eb6c9716ca392"}, - {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d5ff2c858f5f6a42c2a8e751100f237c5e869cbde669a724f2062d4c4ef93551"}, - {file = "yarl-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:357495293086c5b6d34ca9616a43d329317feab7917518bc97a08f9e55648455"}, - {file = "yarl-1.9.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:54525ae423d7b7a8ee81ba189f131054defdb122cde31ff17477951464c1691c"}, - {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:801e9264d19643548651b9db361ce3287176671fb0117f96b5ac0ee1c3530d53"}, - {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e516dc8baf7b380e6c1c26792610230f37147bb754d6426462ab115a02944385"}, - {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:7d5aaac37d19b2904bb9dfe12cdb08c8443e7ba7d2852894ad448d4b8f442863"}, - {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:54beabb809ffcacbd9d28ac57b0db46e42a6e341a030293fb3185c409e626b8b"}, - {file = "yarl-1.9.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:bac8d525a8dbc2a1507ec731d2867025d11ceadcb4dd421423a5d42c56818541"}, - {file = "yarl-1.9.4-cp310-cp310-win32.whl", hash = "sha256:7855426dfbddac81896b6e533ebefc0af2f132d4a47340cee6d22cac7190022d"}, - {file = "yarl-1.9.4-cp310-cp310-win_amd64.whl", hash = "sha256:848cd2a1df56ddbffeb375535fb62c9d1645dde33ca4d51341378b3f5954429b"}, - {file = "yarl-1.9.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:35a2b9396879ce32754bd457d31a51ff0a9d426fd9e0e3c33394bf4b9036b099"}, - {file = "yarl-1.9.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c7d56b293cc071e82532f70adcbd8b61909eec973ae9d2d1f9b233f3d943f2c"}, - {file = "yarl-1.9.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d8a1c6c0be645c745a081c192e747c5de06e944a0d21245f4cf7c05e457c36e0"}, - {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4b3c1ffe10069f655ea2d731808e76e0f452fc6c749bea04781daf18e6039525"}, - {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:549d19c84c55d11687ddbd47eeb348a89df9cb30e1993f1b128f4685cd0ebbf8"}, - {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a7409f968456111140c1c95301cadf071bd30a81cbd7ab829169fb9e3d72eae9"}, - {file = "yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e23a6d84d9d1738dbc6e38167776107e63307dfc8ad108e580548d1f2c587f42"}, - {file = "yarl-1.9.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d8b889777de69897406c9fb0b76cdf2fd0f31267861ae7501d93003d55f54fbe"}, - {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:03caa9507d3d3c83bca08650678e25364e1843b484f19986a527630ca376ecce"}, - {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:4e9035df8d0880b2f1c7f5031f33f69e071dfe72ee9310cfc76f7b605958ceb9"}, - {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:c0ec0ed476f77db9fb29bca17f0a8fcc7bc97ad4c6c1d8959c507decb22e8572"}, - {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:ee04010f26d5102399bd17f8df8bc38dc7ccd7701dc77f4a68c5b8d733406958"}, - {file = "yarl-1.9.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:49a180c2e0743d5d6e0b4d1a9e5f633c62eca3f8a86ba5dd3c471060e352ca98"}, - {file = "yarl-1.9.4-cp311-cp311-win32.whl", hash = "sha256:81eb57278deb6098a5b62e88ad8281b2ba09f2f1147c4767522353eaa6260b31"}, - {file = "yarl-1.9.4-cp311-cp311-win_amd64.whl", hash = "sha256:d1d2532b340b692880261c15aee4dc94dd22ca5d61b9db9a8a361953d36410b1"}, - {file = "yarl-1.9.4-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0d2454f0aef65ea81037759be5ca9947539667eecebca092733b2eb43c965a81"}, - {file = "yarl-1.9.4-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:44d8ffbb9c06e5a7f529f38f53eda23e50d1ed33c6c869e01481d3fafa6b8142"}, - {file = "yarl-1.9.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:aaaea1e536f98754a6e5c56091baa1b6ce2f2700cc4a00b0d49eca8dea471074"}, - {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3777ce5536d17989c91696db1d459574e9a9bd37660ea7ee4d3344579bb6f129"}, - {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9fc5fc1eeb029757349ad26bbc5880557389a03fa6ada41703db5e068881e5f2"}, - {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ea65804b5dc88dacd4a40279af0cdadcfe74b3e5b4c897aa0d81cf86927fee78"}, - {file = "yarl-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa102d6d280a5455ad6a0f9e6d769989638718e938a6a0a2ff3f4a7ff8c62cc4"}, - {file = "yarl-1.9.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:09efe4615ada057ba2d30df871d2f668af661e971dfeedf0c159927d48bbeff0"}, - {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51"}, - {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:6f5cb257bc2ec58f437da2b37a8cd48f666db96d47b8a3115c29f316313654ff"}, - {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:992f18e0ea248ee03b5a6e8b3b4738850ae7dbb172cc41c966462801cbf62cf7"}, - {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:0e9d124c191d5b881060a9e5060627694c3bdd1fe24c5eecc8d5d7d0eb6faabc"}, - {file = "yarl-1.9.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:3986b6f41ad22988e53d5778f91855dc0399b043fc8946d4f2e68af22ee9ff10"}, - {file = "yarl-1.9.4-cp312-cp312-win32.whl", hash = "sha256:4b21516d181cd77ebd06ce160ef8cc2a5e9ad35fb1c5930882baff5ac865eee7"}, - {file = "yarl-1.9.4-cp312-cp312-win_amd64.whl", hash = "sha256:a9bd00dc3bc395a662900f33f74feb3e757429e545d831eef5bb280252631984"}, - {file = "yarl-1.9.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:63b20738b5aac74e239622d2fe30df4fca4942a86e31bf47a81a0e94c14df94f"}, - {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7d7f7de27b8944f1fee2c26a88b4dabc2409d2fea7a9ed3df79b67277644e17"}, - {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c74018551e31269d56fab81a728f683667e7c28c04e807ba08f8c9e3bba32f14"}, - {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ca06675212f94e7a610e85ca36948bb8fc023e458dd6c63ef71abfd482481aa5"}, - {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5aef935237d60a51a62b86249839b51345f47564208c6ee615ed2a40878dccdd"}, - {file = "yarl-1.9.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2b134fd795e2322b7684155b7855cc99409d10b2e408056db2b93b51a52accc7"}, - {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d25039a474c4c72a5ad4b52495056f843a7ff07b632c1b92ea9043a3d9950f6e"}, - {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f7d6b36dd2e029b6bcb8a13cf19664c7b8e19ab3a58e0fefbb5b8461447ed5ec"}, - {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:957b4774373cf6f709359e5c8c4a0af9f6d7875db657adb0feaf8d6cb3c3964c"}, - {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:d7eeb6d22331e2fd42fce928a81c697c9ee2d51400bd1a28803965883e13cead"}, - {file = "yarl-1.9.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:6a962e04b8f91f8c4e5917e518d17958e3bdee71fd1d8b88cdce74dd0ebbf434"}, - {file = "yarl-1.9.4-cp37-cp37m-win32.whl", hash = "sha256:f3bc6af6e2b8f92eced34ef6a96ffb248e863af20ef4fde9448cc8c9b858b749"}, - {file = "yarl-1.9.4-cp37-cp37m-win_amd64.whl", hash = "sha256:ad4d7a90a92e528aadf4965d685c17dacff3df282db1121136c382dc0b6014d2"}, - {file = "yarl-1.9.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:ec61d826d80fc293ed46c9dd26995921e3a82146feacd952ef0757236fc137be"}, - {file = "yarl-1.9.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8be9e837ea9113676e5754b43b940b50cce76d9ed7d2461df1af39a8ee674d9f"}, - {file = "yarl-1.9.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:bef596fdaa8f26e3d66af846bbe77057237cb6e8efff8cd7cc8dff9a62278bbf"}, - {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2d47552b6e52c3319fede1b60b3de120fe83bde9b7bddad11a69fb0af7db32f1"}, - {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84fc30f71689d7fc9168b92788abc977dc8cefa806909565fc2951d02f6b7d57"}, - {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4aa9741085f635934f3a2583e16fcf62ba835719a8b2b28fb2917bb0537c1dfa"}, - {file = "yarl-1.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:206a55215e6d05dbc6c98ce598a59e6fbd0c493e2de4ea6cc2f4934d5a18d130"}, - {file = "yarl-1.9.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07574b007ee20e5c375a8fe4a0789fad26db905f9813be0f9fef5a68080de559"}, - {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5a2e2433eb9344a163aced6a5f6c9222c0786e5a9e9cac2c89f0b28433f56e23"}, - {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:6ad6d10ed9b67a382b45f29ea028f92d25bc0bc1daf6c5b801b90b5aa70fb9ec"}, - {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:6fe79f998a4052d79e1c30eeb7d6c1c1056ad33300f682465e1b4e9b5a188b78"}, - {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:a825ec844298c791fd28ed14ed1bffc56a98d15b8c58a20e0e08c1f5f2bea1be"}, - {file = "yarl-1.9.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8619d6915b3b0b34420cf9b2bb6d81ef59d984cb0fde7544e9ece32b4b3043c3"}, - {file = "yarl-1.9.4-cp38-cp38-win32.whl", hash = "sha256:686a0c2f85f83463272ddffd4deb5e591c98aac1897d65e92319f729c320eece"}, - {file = "yarl-1.9.4-cp38-cp38-win_amd64.whl", hash = "sha256:a00862fb23195b6b8322f7d781b0dc1d82cb3bcac346d1e38689370cc1cc398b"}, - {file = "yarl-1.9.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:604f31d97fa493083ea21bd9b92c419012531c4e17ea6da0f65cacdcf5d0bd27"}, - {file = "yarl-1.9.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8a854227cf581330ffa2c4824d96e52ee621dd571078a252c25e3a3b3d94a1b1"}, - {file = "yarl-1.9.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ba6f52cbc7809cd8d74604cce9c14868306ae4aa0282016b641c661f981a6e91"}, - {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a6327976c7c2f4ee6816eff196e25385ccc02cb81427952414a64811037bbc8b"}, - {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8397a3817d7dcdd14bb266283cd1d6fc7264a48c186b986f32e86d86d35fbac5"}, - {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e0381b4ce23ff92f8170080c97678040fc5b08da85e9e292292aba67fdac6c34"}, - {file = "yarl-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:23d32a2594cb5d565d358a92e151315d1b2268bc10f4610d098f96b147370136"}, - {file = "yarl-1.9.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ddb2a5c08a4eaaba605340fdee8fc08e406c56617566d9643ad8bf6852778fc7"}, - {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:26a1dc6285e03f3cc9e839a2da83bcbf31dcb0d004c72d0730e755b33466c30e"}, - {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:18580f672e44ce1238b82f7fb87d727c4a131f3a9d33a5e0e82b793362bf18b4"}, - {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:29e0f83f37610f173eb7e7b5562dd71467993495e568e708d99e9d1944f561ec"}, - {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:1f23e4fe1e8794f74b6027d7cf19dc25f8b63af1483d91d595d4a07eca1fb26c"}, - {file = "yarl-1.9.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:db8e58b9d79200c76956cefd14d5c90af54416ff5353c5bfd7cbe58818e26ef0"}, - {file = "yarl-1.9.4-cp39-cp39-win32.whl", hash = "sha256:c7224cab95645c7ab53791022ae77a4509472613e839dab722a72abe5a684575"}, - {file = "yarl-1.9.4-cp39-cp39-win_amd64.whl", hash = "sha256:824d6c50492add5da9374875ce72db7a0733b29c2394890aef23d533106e2b15"}, - {file = "yarl-1.9.4-py3-none-any.whl", hash = "sha256:928cecb0ef9d5a7946eb6ff58417ad2fe9375762382f1bf5c55e61645f2c43ad"}, - {file = "yarl-1.9.4.tar.gz", hash = "sha256:566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf"}, + {file = "yarl-1.9.11-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:79e08c691deae6fcac2fdde2e0515ac561dd3630d7c8adf7b1e786e22f1e193b"}, + {file = "yarl-1.9.11-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:752f4b5cf93268dc73c2ae994cc6d684b0dad5118bc87fbd965fd5d6dca20f45"}, + {file = "yarl-1.9.11-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:441049d3a449fb8756b0535be72c6a1a532938a33e1cf03523076700a5f87a01"}, + {file = "yarl-1.9.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b3dfe17b4aed832c627319da22a33f27f282bd32633d6b145c726d519c89fbaf"}, + {file = "yarl-1.9.11-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:67abcb7df27952864440c9c85f1c549a4ad94afe44e2655f77d74b0d25895454"}, + {file = "yarl-1.9.11-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6de3fa29e76fd1518a80e6af4902c44f3b1b4d7fed28eb06913bba4727443de3"}, + {file = "yarl-1.9.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fee45b3bd4d8d5786472e056aa1359cc4dc9da68aded95a10cd7929a0ec661fe"}, + {file = "yarl-1.9.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c59b23886234abeba62087fd97d10fb6b905d9e36e2f3465d1886ce5c0ca30df"}, + {file = "yarl-1.9.11-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:d93c612b2024ac25a3dc01341fd98fdd19c8c5e2011f3dcd084b3743cba8d756"}, + {file = "yarl-1.9.11-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:4d368e3b9ecd50fa22017a20c49e356471af6ae91c4d788c6e9297e25ddf5a62"}, + {file = "yarl-1.9.11-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:5b593acd45cdd4cf6664d342ceacedf25cd95263b83b964fddd6c78930ea5211"}, + {file = "yarl-1.9.11-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:224f8186c220ff00079e64bf193909829144d4e5174bb58665ef0da8bf6955c4"}, + {file = "yarl-1.9.11-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:91c478741d7563a12162f7a2db96c0d23d93b0521563f1f1f0ece46ea1702d33"}, + {file = "yarl-1.9.11-cp310-cp310-win32.whl", hash = "sha256:1cdb8f5bb0534986776a43df84031da7ff04ac0cf87cb22ae8a6368231949c40"}, + {file = "yarl-1.9.11-cp310-cp310-win_amd64.whl", hash = "sha256:498439af143b43a2b2314451ffd0295410aa0dcbdac5ee18fc8633da4670b605"}, + {file = "yarl-1.9.11-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9e290de5db4fd4859b4ed57cddfe793fcb218504e65781854a8ac283ab8d5518"}, + {file = "yarl-1.9.11-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e5f50a2e26cc2b89186f04c97e0ec0ba107ae41f1262ad16832d46849864f914"}, + {file = "yarl-1.9.11-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b4a0e724a28d7447e4d549c8f40779f90e20147e94bf949d490402eee09845c6"}, + {file = "yarl-1.9.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:85333d38a4fa5997fa2ff6fd169be66626d814b34fa35ec669e8c914ca50a097"}, + {file = "yarl-1.9.11-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6ff184002ee72e4b247240e35d5dce4c2d9a0e81fdbef715dde79ab4718aa541"}, + {file = "yarl-1.9.11-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:675004040f847c0284827f44a1fa92d8baf425632cc93e7e0aa38408774b07c1"}, + {file = "yarl-1.9.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b30703a7ade2b53f02e09a30685b70cd54f65ed314a8d9af08670c9a5391af1b"}, + {file = "yarl-1.9.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7230007ab67d43cf19200ec15bc6b654e6b85c402f545a6fc565d254d34ff754"}, + {file = "yarl-1.9.11-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8c2cf0c7ad745e1c6530fe6521dfb19ca43338239dfcc7da165d0ef2332c0882"}, + {file = "yarl-1.9.11-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:4567cc08f479ad80fb07ed0c9e1bcb363a4f6e3483a490a39d57d1419bf1c4c7"}, + {file = "yarl-1.9.11-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:95adc179a02949c4560ef40f8f650a008380766eb253d74232eb9c024747c111"}, + {file = "yarl-1.9.11-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:755ae9cff06c429632d750aa8206f08df2e3d422ca67be79567aadbe74ae64cc"}, + {file = "yarl-1.9.11-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:94f71d54c5faf715e92c8434b4a0b968c4d1043469954d228fc031d51086f143"}, + {file = "yarl-1.9.11-cp311-cp311-win32.whl", hash = "sha256:4ae079573efeaa54e5978ce86b77f4175cd32f42afcaf9bfb8a0677e91f84e4e"}, + {file = "yarl-1.9.11-cp311-cp311-win_amd64.whl", hash = "sha256:9fae7ec5c9a4fe22abb995804e6ce87067dfaf7e940272b79328ce37c8f22097"}, + {file = "yarl-1.9.11-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:614fa50fd0db41b79f426939a413d216cdc7bab8d8c8a25844798d286a999c5a"}, + {file = "yarl-1.9.11-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:ff64f575d71eacb5a4d6f0696bfe991993d979423ea2241f23ab19ff63f0f9d1"}, + {file = "yarl-1.9.11-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5c23f6dc3d7126b4c64b80aa186ac2bb65ab104a8372c4454e462fb074197bc6"}, + {file = "yarl-1.9.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8f847cc092c2b85d22e527f91ea83a6cf51533e727e2461557a47a859f96734"}, + {file = "yarl-1.9.11-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:63a5dc2866791236779d99d7a422611d22bb3a3d50935bafa4e017ea13e51469"}, + {file = "yarl-1.9.11-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c335342d482e66254ae94b1231b1532790afb754f89e2e0c646f7f19d09740aa"}, + {file = "yarl-1.9.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4a8c3dedd081cca134a21179aebe58b6e426e8d1e0202da9d1cafa56e01af3c"}, + {file = "yarl-1.9.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:504d19320c92532cabc3495fb7ed6bb599f3c2bfb45fed432049bf4693dbd6d0"}, + {file = "yarl-1.9.11-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0b2a8e5eb18181060197e3d5db7e78f818432725c0759bc1e5a9d603d9246389"}, + {file = "yarl-1.9.11-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:f568d70b7187f4002b6b500c0996c37674a25ce44b20716faebe5fdb8bd356e7"}, + {file = "yarl-1.9.11-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:735b285ea46ca7e86ad261a462a071d0968aade44e1a3ea2b7d4f3d63b5aab12"}, + {file = "yarl-1.9.11-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:2d1c81c3b92bef0c1c180048e43a5a85754a61b4f69d6f84df8e4bd615bef25d"}, + {file = "yarl-1.9.11-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8d6e1c1562b53bd26efd38e886fc13863b8d904d559426777990171020c478a9"}, + {file = "yarl-1.9.11-cp312-cp312-win32.whl", hash = "sha256:aeba4aaa59cb709edb824fa88a27cbbff4e0095aaf77212b652989276c493c00"}, + {file = "yarl-1.9.11-cp312-cp312-win_amd64.whl", hash = "sha256:569309a3efb8369ff5d32edb2a0520ebaf810c3059f11d34477418c90aa878fd"}, + {file = "yarl-1.9.11-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:4915818ac850c3b0413e953af34398775b7a337babe1e4d15f68c8f5c4872553"}, + {file = "yarl-1.9.11-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ef9610b2f5a73707d4d8bac040f0115ca848e510e3b1f45ca53e97f609b54130"}, + {file = "yarl-1.9.11-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:47c0a3dc8076a8dd159de10628dea04215bc7ddaa46c5775bf96066a0a18f82b"}, + {file = "yarl-1.9.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:545f2fbfa0c723b446e9298b5beba0999ff82ce2c126110759e8dac29b5deaf4"}, + {file = "yarl-1.9.11-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9137975a4ccc163ad5d7a75aad966e6e4e95dedee08d7995eab896a639a0bce2"}, + {file = "yarl-1.9.11-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0b0c70c451d2a86f8408abced5b7498423e2487543acf6fcf618b03f6e669b0a"}, + {file = "yarl-1.9.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce2bd986b1e44528677c237b74d59f215c8bfcdf2d69442aa10f62fd6ab2951c"}, + {file = "yarl-1.9.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8d7b717f77846a9631046899c6cc730ea469c0e2fb252ccff1cc119950dbc296"}, + {file = "yarl-1.9.11-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:3a26a24bbd19241283d601173cea1e5b93dec361a223394e18a1e8e5b0ef20bd"}, + {file = "yarl-1.9.11-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:c189bf01af155ac9882e128d9f3b3ad68a1f2c2f51404afad7201305df4e12b1"}, + {file = "yarl-1.9.11-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:0cbcc2c54084b2bda4109415631db017cf2960f74f9e8fd1698e1400e4f8aae2"}, + {file = "yarl-1.9.11-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:30f201bc65941a4aa59c1236783efe89049ec5549dafc8cd2b63cc179d3767b0"}, + {file = "yarl-1.9.11-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:922ba3b74f0958a0b5b9c14ff1ef12714a381760c08018f2b9827632783a590c"}, + {file = "yarl-1.9.11-cp313-cp313-win32.whl", hash = "sha256:17107b4b8c43e66befdcbe543fff2f9c93f7a3a9f8e3a9c9ac42bffeba0e8828"}, + {file = "yarl-1.9.11-cp313-cp313-win_amd64.whl", hash = "sha256:0324506afab4f2e176a93cb08b8abcb8b009e1f324e6cbced999a8f5dd9ddb76"}, + {file = "yarl-1.9.11-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:4e4f820fde9437bb47297194f43d29086433e6467fa28fe9876366ad357bd7bb"}, + {file = "yarl-1.9.11-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:dfa9b9d5c9c0dbe69670f5695264452f5e40947590ec3a38cfddc9640ae8ff89"}, + {file = "yarl-1.9.11-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e700eb26635ce665c018c8cfea058baff9b843ed0cc77aa61849d807bb82a64c"}, + {file = "yarl-1.9.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c305c1bdf10869b5e51facf50bd5b15892884aeae81962ae4ba061fc11217103"}, + {file = "yarl-1.9.11-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c5b7b307140231ea4f7aad5b69355aba2a67f2d7bc34271cffa3c9c324d35b27"}, + {file = "yarl-1.9.11-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a744bdeda6c86cf3025c94eb0e01ccabe949cf385cd75b6576a3ac9669404b68"}, + {file = "yarl-1.9.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8e8ed183c7a8f75e40068333fc185566472a8f6c77a750cf7541e11810576ea5"}, + {file = "yarl-1.9.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c1db9a4384694b5d20bdd9cb53f033b0831ac816416ab176c8d0997835015d22"}, + {file = "yarl-1.9.11-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:70194da6e99713250aa3f335a7fa246b36adf53672a2bcd0ddaa375d04e53dc0"}, + {file = "yarl-1.9.11-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:ddad5cfcda729e22422bb1c85520bdf2770ce6d975600573ac9017fe882f4b7e"}, + {file = "yarl-1.9.11-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:ca35996e0a4bed28fa0640d9512d37952f6b50dea583bcc167d4f0b1e112ac7f"}, + {file = "yarl-1.9.11-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:61ec0e80970b21a8f3c4b97fa6c6d181c6c6a135dbc7b4a601a78add3feeb209"}, + {file = "yarl-1.9.11-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:9636e4519f6c7558fdccf8f91e6e3b98df2340dc505c4cc3286986d33f2096c2"}, + {file = "yarl-1.9.11-cp38-cp38-win32.whl", hash = "sha256:58081cea14b8feda57c7ce447520e9d0a96c4d010cce54373d789c13242d7083"}, + {file = "yarl-1.9.11-cp38-cp38-win_amd64.whl", hash = "sha256:7d2dee7d6485807c0f64dd5eab9262b7c0b34f760e502243dd83ec09d647d5e1"}, + {file = "yarl-1.9.11-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:d65ad67f981e93ea11f87815f67d086c4f33da4800cf2106d650dd8a0b79dda4"}, + {file = "yarl-1.9.11-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:752c0d33b4aacdb147871d0754b88f53922c6dc2aff033096516b3d5f0c02a0f"}, + {file = "yarl-1.9.11-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:54cc24be98d7f4ff355ca2e725a577e19909788c0db6beead67a0dda70bd3f82"}, + {file = "yarl-1.9.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c82126817492bb2ebc946e74af1ffa10aacaca81bee360858477f96124be39a"}, + {file = "yarl-1.9.11-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8503989860d7ac10c85cb5b607fec003a45049cf7a5b4b72451e87893c6bb990"}, + {file = "yarl-1.9.11-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:475e09a67f8b09720192a170ad9021b7abf7827ffd4f3a83826317a705be06b7"}, + {file = "yarl-1.9.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afcac5bda602b74ff701e1f683feccd8cce0d5a21dbc68db81bf9bd8fd93ba56"}, + {file = "yarl-1.9.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aaeffcb84faceb2923a94a8a9aaa972745d3c728ab54dd011530cc30a3d5d0c1"}, + {file = "yarl-1.9.11-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:51a6f770ac86477cd5c553f88a77a06fe1f6f3b643b053fcc7902ab55d6cbe14"}, + {file = "yarl-1.9.11-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:3fcd056cb7dff3aea5b1ee1b425b0fbaa2fbf6a1c6003e88caf524f01de5f395"}, + {file = "yarl-1.9.11-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:21e56c30e39a1833e4e3fd0112dde98c2abcbc4c39b077e6105c76bb63d2aa04"}, + {file = "yarl-1.9.11-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:0a205ec6349879f5e75dddfb63e069a24f726df5330b92ce76c4752a436aac01"}, + {file = "yarl-1.9.11-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:a5706821e1cf3c70dfea223e4e0958ea354f4e2af9420a1bd45c6b547297fb97"}, + {file = "yarl-1.9.11-cp39-cp39-win32.whl", hash = "sha256:cc295969f8c2172b5d013c0871dccfec7a0e1186cf961e7ea575d47b4d5cbd32"}, + {file = "yarl-1.9.11-cp39-cp39-win_amd64.whl", hash = "sha256:55a67dd29367ce7c08a0541bb602ec0a2c10d46c86b94830a1a665f7fd093dfa"}, + {file = "yarl-1.9.11-py3-none-any.whl", hash = "sha256:c6f6c87665a9e18a635f0545ea541d9640617832af2317d4f5ad389686b4ed3d"}, + {file = "yarl-1.9.11.tar.gz", hash = "sha256:c7548a90cb72b67652e2cd6ae80e2683ee08fde663104528ac7df12d8ef271d2"}, ] [package.dependencies] @@ -1972,4 +2108,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5f4d8caee3305b7599dd0d3523e160175f8356b54078df61aac4f085a7ff455d" +content-hash = "25deb28d7d4ecf426b52b9c805e155d8b0bb7bf1f509408e2903d20c6445f408" diff --git a/pyproject.toml b/pyproject.toml index 4e36b476..663bdd7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,9 @@ fsspec = "^2024.2.0" bibtexparser = "^2.0.0b7" jsonref = "^1.1.0" inflection = "^0.5.1" +requests = "^2.32.3" +requests-auth-aws-sigv4 = "^0.7" +typing-extensions = "^4.12.2" [tool.poetry.group.dev.dependencies] mypy-boto3-s3 = "^1.34.14"