Skip to content

Commit 505f9f8

Browse files
committed
fixed transiesta calls
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent d642815 commit 505f9f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

TS_02/run.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,20 @@
6969
"4. All the commands required for this example can be executed like this:\n",
7070
"\n",
7171
" ```\n",
72-
" transiesta RUN_ELEC.fdf > ELEC.out\n",
72+
" siesta --electrode RUN_ELEC.fdf > ELEC.out\n",
7373
" cd TS_0\n",
7474
" cp ../C.psf .\n",
75-
" transiesta ../RUN.fdf > TS.out\n",
75+
" siesta ../RUN.fdf > TS.out\n",
7676
" # Check that the charge is converged etc.\n",
7777
" cp siesta.TSDE ../TS_0.5/\n",
7878
" cd ../TS_0.5\n",
7979
" cp ../C.psf .\n",
80-
" transiesta -V 0.5:eV ../RUN.fdf > TS.out\n",
80+
" siesta -V 0.5:eV ../RUN.fdf > TS.out\n",
8181
" # Check that it has converged...\n",
8282
" cp siesta.TSDE ../TS_1.0/\n",
8383
" cd ../TS_1.0\n",
8484
" cp ../C.psf .\n",
85-
" transiesta -V 1:eV ../RUN.fdf > TS.out\n",
85+
" siesta -V 1:eV ../RUN.fdf > TS.out\n",
8686
" # Check that it has converged...\n",
8787
" ```\n",
8888
" After every calculation go through the output to ensure everything is well behaved. Note that the output of a bias calculation is different from a non-bias calculation, they are more detailed.\n",

0 commit comments

Comments
 (0)