Skip to content

Commit

Permalink
Remove g16code input from multifragment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Dec 7, 2023
1 parent 0afe7b5 commit 2c9b13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiida_aimall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
A plugin to interface AIMAll with AiiDA
"""

__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion aiida_aimall/workchains.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def define(cls, spec):
super().define(spec)
spec.input("cml_file_dict", valid_type=Dict)
spec.input("frag_params", valid_type=Dict)
spec.input("g16_code", valid_type=Code)
# spec.input("g16_code", valid_type=Code)
spec.input("procs", valid_type=Int, default=Int(8))
# spec.input('aim_code',valid_type=Code)
# spec.input('aim_params',valid_type=AimqbParameters)
Expand Down

0 comments on commit 2c9b13a

Please sign in to comment.