Skip to content

Commit

Permalink
Added levels_ess to settings
Browse files Browse the repository at this point in the history
To allow users to associate levels of theory (phrases of methods or
basis sets) with the desired ESS
  • Loading branch information
alongd committed Mar 28, 2019
1 parent fbac2b8 commit 36641a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
}
}

# List here (complete or partial) phrases of methods or basis sets you'd like to associate to specific ESS
# Format is levels_ess = {ess: ['phrase1', 'phrase2'], ess2: ['phrase3', 'phrase3']}
levels_ess = {
'gaussian': ['b3lyp'],
'molpro': ['ccsd', 'cisd', 'vpz'],
'qchem': ['m06-2x', 'def2']
}

check_status_command = {'OGE': 'export SGE_ROOT=/opt/sge; /opt/sge/bin/lx24-amd64/qstat',
'Slurm': '/usr/bin/squeue'}

Expand Down

0 comments on commit 36641a4

Please sign in to comment.