Versions Compared

Key

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

...

  •  Ekstrakcija harmonijskih i anharmonijskih konstanti sile temeljena na pristupu superćelija
  •  Primjenjivo na sve kristalne strukture i niskodimenzionalne sustave
  • Precizan tretman translacijske i rotacijske invarijantnosti 
  • Sučelje za VASP, Quantum-ESPRESSO, xTAPP i LAMMPS kodove 
  • API za python i C++

Dostupne verzije

VerzijaModulSupekPadobran
1.4.0scientific/ALM(tick) (error)
 

Službena dokumentacija

...

Code Block
languagebash
themeMidnight
titlealm-test
#PBS -N alm-test
#PBS -q cpu-single

cd $PBS_O_WORKDIR

module load scientific/ALM/1.4.0

alm.sh python3 Si_fitting.py > out
Code Block
languagebash
themeMidnight
titlealm-bez-pythona
#PBS -N alm-test
#PBS -q cpu-single

cd $PBS_O_WORKDIR

module load scientific/ALM/1.4.0

alm.sh alm test1 input> out