Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleBash skripta
linenumberstrue
#PBS -q cpu
#PBS -l ncpus=32
#PBS -N xtb

cd ${PBS_O_WORKDIR}

module load scientific/xtb/6.6.0-gnu

xtb C2H4BrCl.xyz --chrg 0 --uhf 0 --opt vtight --alpb chcl3

...