Skip to content

Commit

Permalink
docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Dec 5, 2023
1 parent efe4047 commit 5f02c0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiida_aimall/calculations.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AimqbCalculation(CalcJob):
Template:
parameters = AimqbParameters(parameter_dict={"naat": 2, "nproc": 2, "atlaprhocps": True})
file=SinglefileData(io.BytesIO(file_string.encode()))
File can be wfn, wfx or fchk
File can be wfn, wfx or fchk
"""

Expand Down
3 changes: 1 addition & 2 deletions aiida_aimall/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from aiida.orm import Dict, Str
from aiida.plugins import CalculationFactory, DataFactory, WorkflowFactory
from aiida_submission_controller import FromGroupSubmissionController
from pydantic import validator

AimqbParameters = DataFactory("aimall")
GaussianCalculation = CalculationFactory("gaussianwfx")
Expand All @@ -23,7 +22,7 @@ class AimReorSubmissionController(FromGroupSubmissionController):
parent_group_label: the string of a group label which contains various structures as orm.Str nodes
group_label: the string of the group to put the GaussianCalculations in
max_concurrent: maximum number of concurrent processes. Expected behaviour is to set to a large number
since we will be submitting to Cedar which will manage
since we will be submitting to Cedar which will manage
code_label: label of code, e.g. gaussian@cedar
Expand Down
1 change: 1 addition & 0 deletions aiida_aimall/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class GaussianWFXParser(Parser):
Parses default cclib output as 'output_parameters' node and separates final SCF
energy as 'energy_ev' and output structure as 'output_structure' (if applicable)
"""

def parse(self, **kwargs):
Expand Down

0 comments on commit 5f02c0d

Please sign in to comment.