File: test_aims_cmdline.py

package info (click to toggle)
python-ase 3.21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,936 kB
  • sloc: python: 122,428; xml: 946; makefile: 111; javascript: 47
file content (5 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
def test_aims_cmdline(cli):
    # warning! parameters are not converged - only an illustration!
    cli.shell("""ase build -x bcc -a 3.6 Li | \
    ase run aims -s 0.3 -p \
    kpts=1.5,xc=LDA,sc_accuracy_rho=5.e-2,relativistic=none,compute_analytical_stress=True,sc_accuracy_forces=5.e-1""", 'aims')