There was an error while loading. Please reload this page.
1 parent d8a6347 commit 9f7f196Copy full SHA for 9f7f196
1 file changed
docs/tutorial/05-supercells.md
@@ -10,8 +10,8 @@ from httk.atomistic import load_structure
10
structure = load_structure("POSCAR")
11
12
general = structure.supercell([[2, 0, 0], [0, 2, 0], [0, 0, 1]])
13
-orthogonal = structure.orthogonal_supercell(multiplier=4)
14
-cubic = structure.cubic_supercell(multiplier=8)
+orthogonal = structure.orthogonal_supercell(tolerance="1/100")
+cubic = structure.cubic_supercell(tolerance="1/100")
15
16
print(len(general.structure.sites), general.transformation)
17
print(orthogonal.orthogonality_score)
0 commit comments