mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
website and version update [ci skip]
This commit is contained in:
parent
b499073079
commit
73e338d5aa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue