Skip to content

Instantly share code, notes, and snippets.

@ehermes
Created March 19, 2015 20:18
Show Gist options
  • Select an option

  • Save ehermes/f2ed38104432b1fca40c to your computer and use it in GitHub Desktop.

Select an option

Save ehermes/f2ed38104432b1fca40c to your computer and use it in GitHub Desktop.
from gpaw.atom.generator2 import main as Gen
setup_Pd_fch = Gen(argv=[
'-f', 'PBE',
'-w',
'-s',
'Pd',
'-t', 'fch3d',
'-r', '2.3,2.5,2.2',
'-e', '11',
'-C', '[(1, 0, 2, -889.327215), (2, 0, 2, -130.948120), (2, 1, 6, -117.536025), (3, 0, 2, -24.254908), (3, 1, 6, -19.847129), (3, 2, 10, -12.902825), (4, 0, 2, -3.382028), (4, 1, 6, -2.095100), (4, 2, 10, -0.281093), (5, 0, 1, -0.156105)]',
'--core-hole', '3d,1.0',
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment