Skip to content

Commit

Permalink
Remove link to hierarchy, as it is too complex to support ASM's version
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jul 23, 2023
1 parent b8cbd0e commit fab9e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ <h3 id="Example-scripts">&sect;1.5. Example scripts</h3>
search = {
"elements": "Mn",
"classes": "binary, oxide",
"props": "isothermal bulk modulus", # see https://mpds.io/#hierarchy
"props": "isothermal bulk modulus",
"lattices": "cubic"
}

Expand Down Expand Up @@ -976,7 +976,7 @@ <h3 id="Example-scripts">&sect;1.5. Example scripts</h3>
var search = {
"elements": "Mn",
"classes": "binary, oxide",
"props": "isothermal bulk modulus", // see https://mpds.io/#hierarchy
"props": "isothermal bulk modulus",
"lattices": "cubic"
};

Expand Down

0 comments on commit fab9e25

Please sign in to comment.