Created
March 19, 2015 20:18
-
-
Save ehermes/f2ed38104432b1fca40c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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