Skip to content

Commit 1e14979

Browse files
authored
Update sqs_demo.ipynb
1 parent c7dea1c commit 1e14979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/sqs_demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"source": [
1717
"from pymatgen.core import Structure\n",
1818
"from pymatgen.analysis.structure_matcher import StructureMatcher\n",
19-
"s1 = Structure.from_file('../examples/POSCAR_CoBHT')\n",
19+
"s1 = Structure.from_file('../examples/POSCAR')\n",
2020
"s2 = Structure.from_file('../examples/POSCAR_substituted')\n",
2121
"matcher = StructureMatcher()\n",
2222
"score = matcher.get_rms_dist(s1, s2)\n",
@@ -37,4 +37,4 @@
3737
},
3838
"nbformat": 4,
3939
"nbformat_minor": 5
40-
}
40+
}

0 commit comments

Comments
 (0)