Skip to content

Commit

Permalink
Remove problem character
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Sep 5, 2024
1 parent 5d496b9 commit 26f94e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Table 1: Main workflows provided by `aiida-aimall`, their `aiida` entry points t


## Controllers to limit computer burden when running large numbers of jobs
The last main contribution of `aiida-aimall` is through the definition of <br/><br/>`FromGroupSubmissionController`s from the `aiida-submission-controller` package. These controllers limit active processes and can be used together as
The last main contribution of `aiida-aimall` is through the definition of controllers from the `aiida-submission-controller` package. These controllers limit active processes and can be used together as
demonstrated in [a tutorial notebook](https://aiida-aimall.readthedocs.io/en/latest/tutorials/controllers.html)) to automate the entire `SubstituentParameterWorkchain`. These use a number of `Workchains` developed just for their use in these controllers. The process flows as `SmilesToGaussianController` -> `AIMAllReorController` -> `GaussianController` -> `AIMAllController`. The latter two controllers can also be seen and used as general use controllers wrapping `GaussianCalculations` and `AimqbCalculations`

# Acknowledgements
Expand Down

0 comments on commit 26f94e8

Please sign in to comment.