Skip to content

Commit 69255a4

Browse files
committed
chore: format matrix as square
1 parent ee6de29 commit 69255a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

other/materials_designer/create_supercell.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
"cell_type": "code",
3535
"outputs": [],
3636
"source": [
37-
"SUPERCELL_MATRIX = [[3, 0, 0], [0, 3, 0], [0, 0, 1]] \n",
37+
"SUPERCELL_MATRIX = [\n",
38+
" [3, 0, 0], \n",
39+
" [0, 3, 0], \n",
40+
" [0, 0, 1]\n",
41+
"] \n",
3842
"\n",
3943
"# or use the scaling factor\n",
4044
"SCALING_FACTOR = None # [3, 3, 1]"

0 commit comments

Comments
 (0)