Skip to content

Commit

Permalink
Merge pull request #128 from pyscal/add_metadata_objects
Browse files Browse the repository at this point in the history
update jobdict
  • Loading branch information
srmnitc authored Jun 21, 2024
2 parents 3c05695 + b29bfa2 commit 2afeb4a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.14
current_version = 0.8.15
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ url: 'https://atomrdf.pyscal.org'
license: "MIT"
repository-code: https://github.com/pyscal/atomRDF
type: software
version: 0.8.14
version: 0.8.15
43 changes: 43 additions & 0 deletions atomrdf/workflow/jobdict.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
sample:
initial: string-id
final: string-id
structure:
initial: System obj
final: System obj
intermediate: False
method: MolecularStatics/MolecularDynamics/DensityFunctionalTheory/EquationOfState/QuasiHarmonicModel
path: job path folder
dof:
- AtomicPosition
- CellVolume
- CellShape
inputs:
- label:
unit:
value:
outputs:
- label:
unit:
value:
workflow_manager:
uri:
software:
- uri:
label:

#special keys
#DFT
encut:
kpoint_grid:
kpoint_type:
xc_functional:

#MD
ensemble: CanonicalEnsemble/MicrocanonicalEnsemble/IsothermalIsobaricEnsemble/IsoenthalpicIsobaricEnsemble/GrandCanonicalEnsemble
temperature:
pressure:
potential:
type:
uri:
label:

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='atomrdf',
version='0.8.14',
version='0.8.15',
author='Abril Azocar Guzman, Sarath Menon',
author_email='sarath.menon@pyscal.org',
description='Ontology based structural manipulation and quering',
Expand Down

0 comments on commit 2afeb4a

Please sign in to comment.