~albertog/siesta/trunk-nlso

« back to all changes in this revision

Viewing changes to Tests/TranSiesta-TBTrans/ts_au_100_0.25V/script.sh

  • Committer: Alberto Garcia
  • Date: 2018-06-04 16:10:46 UTC
  • mfrom: (697.2.2 trunk)
  • Revision ID: albertog@icmab.es-20180604161046-fsufw3pl21dnb5g5
Sync to trunk-699

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
cd Elec
44
44
ln ../../Au.psf .
45
45
ln ../../${ELEC}.fdf .
46
 
${TS} --electrode < ${ELEC}.fdf > ${ELEC}.out
 
46
${TS} --electrode ${ELEC}.fdf > ${ELEC}.out
47
47
RETVAL=$?
48
48
if [ $RETVAL -ne 0 ]
49
49
then
68
68
  ln ../../${SCAT}.fdf .
69
69
  # Copy the electrode's .TSHS
70
70
  ln ../Elec/${ELEC}.TSHS .
71
 
  $TS < ${SCAT}.fdf > ${SCAT}.out
 
71
  $TS ${SCAT}.fdf > ${SCAT}.out
72
72
  RETVAL=$?
73
73
  if [ $RETVAL -ne 0 ]
74
74
      then
93
93
 ln ../Elec/${ELEC}.TSHS .
94
94
 ln ../Scat_$SCAT/${SCAT}.TSHS .
95
95
 ln ../../${SCAT}.fdf .
96
 
 $TBT < ${SCAT}.fdf  > tbt_${SCAT}.out
 
96
 $TBT ${SCAT}.fdf > tbt_${SCAT}.out
97
97
 RETVAL=$?
98
98
 if [ $RETVAL -ne 0 ]
99
99
 then