Skip to content

Commit

Permalink
Fix canonical URL of force fields demo (#1057)
Browse files Browse the repository at this point in the history
**Title:**

Fix canonical URL of **Symmetry-invariant quantum machine learning force fields** demo.

**Summary:**

The canonical URL of a demo must agree with its file name. In this case, `-` must be replaced with `_`.

**Relevant references:**

_N/A_

**Possible Drawbacks:**

_N/A_

**Related GitHub Issues:**

_N/A_
  • Loading branch information
Mandrenkov authored Mar 13, 2024
1 parent 51099cc commit b7f4526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demonstrations/tutorial_eqnn_force_field.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"dateOfPublication": "2024-03-12T00:00:00+00:00",
"dateOfLastModification": "2024-03-12T00:00:00+00:00",
"dateOfLastModification": "2024-03-13T00:00:00+00:00",
"categories": [
"Quantum Machine Learning", "Quantum Chemistry"
],
Expand All @@ -26,7 +26,7 @@
],
"seoDescription": "What is equivariant quantum machine learning for chemistry?",
"doi": "",
"canonicalURL": "/qml/demos/tutorial_eqnn-force-field",
"canonicalURL": "/qml/demos/tutorial_eqnn_force_field",
"references": [
{
"id": "Le",
Expand Down

0 comments on commit b7f4526

Please sign in to comment.