Skip to content

Instantly share code, notes, and snippets.

@dgasmith
Created August 22, 2017 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgasmith/28ce209867afd272d361a00322960160 to your computer and use it in GitHub Desktop.
Save dgasmith/28ce209867afd272d361a00322960160 to your computer and use it in GitHub Desktop.
{
"units": "2010CODATA",
"molecule": {
"type": "Molecule",
"file_name": "h2o.xyz",
"sort_input": "true",
"charge": "0",
"n_cluster": "2"
},
"obs": {
"type": "Basis",
"name": "6-31G",
"molecule": "$:molecule"
},
"wfn_world": {
"type": "WfnWorld",
"molecule": "$:molecule",
"basis": "$:obs",
"screen": "schwarz"
},
"scf": {
"type": "RHF",
"wfn_world": "$:wfn_world"
},
"wfn": {
"type": "CCSD",
"wfn_world": "$:wfn_world",
"molecule": "$:molecule",
"ref": "$:scf",
"method": "direct",
"occ_block_size": "4",
"unocc_block_size": "4"
},
"property": {
"type": "Energy",
"precision": "1e-11",
"wfn": "$:wfn",
"value": {
"value": "-76.118426834971189"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment