You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _reference/analysis.qmd
+15-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ For command line usage, run `kimmdy-analysis -h`.
18
18
|[plot_rates](#kimmdy.analysis.plot_rates)| Plot rates of all possible reactions for each 'decide_recipe' step. |
19
19
|[plot_runtime](#kimmdy.analysis.plot_runtime)| Plot runtime of all tasks. |
20
20
|[radical_population](#kimmdy.analysis.radical_population)| Plot population of radicals for a KIMMDY run. |
21
+
|[reaction_participation](#kimmdy.analysis.reaction_participation)| Plot runtime of all tasks. |
21
22
22
23
### concat_traj { #kimmdy.analysis.concat_traj }
23
24
@@ -143,4 +144,17 @@ Plot population of radicals for a KIMMDY run.
143
144
|`steps`|[Union](`typing.Union`)\[[list](`list`)\[[str](`str`)\], [str](`str`)\]| List of steps e.g. ["equilibrium", "production"]. Or a string "all" to return all subdirectories. Default is "all". |`'all'`|
144
145
|`select_atoms`|[str](`str`)| Atoms chosen for radical population analysis, default is protein (uses MDAnalysis selection syntax) |`'protein'`|
145
146
|`open_plot`|[bool](`bool`)| Open plot in default system viewer. |`False`|
146
-
|`open_vmd`|[bool](`bool`)| Open a pdb in VMD with the radical occupation as B-factors. |`False`|
147
+
|`open_vmd`|[bool](`bool`)| Open a pdb in VMD with the radical occupation as B-factors. |`False`|
|`topology`|[str](`str`)| Path to GROMACS top file |_required_|
81
-
|`out`|[str](`str`)| Output topology file path, stem also used for gro. Can be relative to cwd. |_required_|
82
-
|`parameterize`|[bool](`bool`)| Parameterize topology with grappa after removing hydrogen |_required_|
83
-
|`removeH`|[Optional](`typing.Optional`)\[[list](`list`)\[[int](`int`)\]\]| Remove one or more hydrogens by atom nrs in the top file. One based. |_required_|
84
-
|`gro`|[Optional](`typing.Optional`)\[[str](`str`)\]| GROMACS gro input file. Updates structure when deleting H. Output named like top output. |_required_|
85
-
|`residuetypes`|[Optional](`typing.Optional`)\[[str](`str`)\]| GROMACS style residuetypes file. Necessary for parameterization with non-amber atom types. |_required_|
86
-
|`radicals`|[str](`str`)| Radicals in the system PRIOR to removing hydrogens with the removeH option. |_required_|
|`topology`|[str](`str`)| Path to GROMACS top file |_required_|
81
+
|`out`|[str](`str`)| Output topology file path, stem also used for gro. Can be relative to cwd. |_required_|
82
+
|`parameterize`|[bool](`bool`)| Parameterize topology with grappa after removing hydrogen |`False`|
83
+
|`removeH`|[Optional](`typing.Optional`)\[[list](`list`)\[[int](`int`)\]\]| Remove one or more hydrogens by atom nrs in the top file. One based. |`None`|
84
+
|`gro`|[Optional](`typing.Optional`)\[[str](`str`)\]| GROMACS gro input file. Updates structure when deleting H. Output named like top output. |`None`|
85
+
|`residuetypes`|[Optional](`typing.Optional`)\[[str](`str`)\]| GROMACS style residuetypes file. Necessary for parameterization with non-amber atom types. |`None`|
86
+
|`radicals`|[Optional](`typing.Optional`)\[[list](`list`)\[[int](`int`)\]\]| Radicals in the system PRIOR to removing hydrogens with the removeH option. One based. Can be detected automatically in amber topologies. |`None`|
87
+
|`search_amber_rad`|[bool](`bool`)| Automatic radical search only implemented for amber. If you do use another ff, set this to false, and provide a list of radicals manually, if necessary. |`True`|
0 commit comments