website and version update [ci skip]

This commit is contained in:
edoapra 2022-02-28 19:18:19 -08:00
parent b499073079
commit 73e338d5aa
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -35,9 +35,9 @@ def is_float(str):
def extract_fields():
data = {} #yaml.load(initial_input)
data['format'] = {'version' : '0.1'}
data['bibliography'] = [{'url' : 'https://www.nwchem-sw.org'}]
data['bibliography'] = [{'url' : 'https://nwchemgit.github.io'}]
data['generator'] = {'source' : 'nwchem',
'version' : '6.8'}
'version' : '7.0.2'}
skip_input_geometry = False
geometry = None
coulomb_repulsion = None