-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathobjects.txt
More file actions
182 lines (182 loc) · 18.5 KB
/
Copy pathobjects.txt
File metadata and controls
182 lines (182 loc) · 18.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
# Sphinx inventory version 2
# Project: kimmdy
# Version: 0.0.9999
# The remainder of this file is compressed using zlib.
kimmdy.cmd.entry_point_kimmdy py:function 1 _reference/cmd.html#kimmdy.cmd.entry_point_kimmdy -
kimmdy.cmd.get_cmdline_args py:function 1 _reference/cmd.html#kimmdy.cmd.get_cmdline_args -
kimmdy.cmd.kimmdy_run py:function 1 _reference/cmd.html#kimmdy.cmd.kimmdy_run -
kimmdy.cmd py:module 1 _reference/cmd.html#kimmdy.cmd -
kimmdy.topology.topology.MoleculeType.find_radicals py:function 1 _reference/topology.topology.html#kimmdy.topology.topology.MoleculeType.find_radicals -
kimmdy.topology.topology.MoleculeType.reindex_atomnrs py:function 1 _reference/topology.topology.html#kimmdy.topology.topology.MoleculeType.reindex_atomnrs -
kimmdy.topology.topology.MoleculeType py:class 1 _reference/topology.topology.html#kimmdy.topology.topology.MoleculeType -
kimmdy.topology.topology.Topology.bind_bond py:function 1 _reference/topology.topology.html#kimmdy.topology.topology.Topology.bind_bond -
kimmdy.topology.topology.Topology.break_bond py:function 1 _reference/topology.topology.html#kimmdy.topology.topology.Topology.break_bond -
kimmdy.topology.topology.Topology.del_atom py:function 1 _reference/topology.topology.html#kimmdy.topology.topology.Topology.del_atom -
kimmdy.topology.topology.Topology.reindex_atomnrs py:function 1 _reference/topology.topology.html#kimmdy.topology.topology.Topology.reindex_atomnrs -
kimmdy.topology.topology.Topology.update_partial_charges py:function 1 _reference/topology.topology.html#kimmdy.topology.topology.Topology.update_partial_charges -
kimmdy.topology.topology.Topology.validate_bond py:function 1 _reference/topology.topology.html#kimmdy.topology.topology.Topology.validate_bond -
kimmdy.topology.topology.Topology py:class 1 _reference/topology.topology.html#kimmdy.topology.topology.Topology -
kimmdy.topology.topology py:module 1 _reference/topology.topology.html#kimmdy.topology.topology -
kimmdy.topology.ff.FF py:class 1 _reference/topology.ff.html#kimmdy.topology.ff.FF -
kimmdy.topology.ff py:module 1 _reference/topology.ff.html#kimmdy.topology.ff -
kimmdy.topology.utils.get_is_reactive_predicate_f py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.get_is_reactive_predicate_f -
kimmdy.topology.utils.get_is_reactive_predicate_from_config_f py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.get_is_reactive_predicate_from_config_f -
kimmdy.topology.utils.get_moleculetype_atomics py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.get_moleculetype_atomics -
kimmdy.topology.utils.get_moleculetype_header py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.get_moleculetype_header -
kimmdy.topology.utils.get_protein_section py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.get_protein_section -
kimmdy.topology.utils.get_reactive_section py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.get_reactive_section -
kimmdy.topology.utils.get_residue_by_bonding py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.get_residue_by_bonding -
kimmdy.topology.utils.get_residue_fragments py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.get_residue_fragments -
kimmdy.topology.utils.get_top_section py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.get_top_section -
kimmdy.topology.utils.is_not_solvent_or_ion py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.is_not_solvent_or_ion -
kimmdy.topology.utils.set_reactive_section py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.set_reactive_section -
kimmdy.topology.utils.set_top_section py:function 1 _reference/topology.utils.html#kimmdy.topology.utils.set_top_section -
kimmdy.topology.utils py:module 1 _reference/topology.utils.html#kimmdy.topology.utils -
kimmdy.topology.atomic.Angle py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.Angle -
kimmdy.topology.atomic.AngleType py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.AngleType -
kimmdy.topology.atomic.Atom py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.Atom -
kimmdy.topology.atomic.AtomType py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.AtomType -
kimmdy.topology.atomic.Bond py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.Bond -
kimmdy.topology.atomic.BondType py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.BondType -
kimmdy.topology.atomic.Dihedral py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.Dihedral -
kimmdy.topology.atomic.DihedralRestraint py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.DihedralRestraint -
kimmdy.topology.atomic.DihedralType py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.DihedralType -
kimmdy.topology.atomic.Exclusion py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.Exclusion -
kimmdy.topology.atomic.MultipleDihedralTypes py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.MultipleDihedralTypes -
kimmdy.topology.atomic.MultipleDihedrals py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.MultipleDihedrals -
kimmdy.topology.atomic.NonbondParamType py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.NonbondParamType -
kimmdy.topology.atomic.Pair py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.Pair -
kimmdy.topology.atomic.PositionRestraint py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.PositionRestraint -
kimmdy.topology.atomic.ResidueAtomSpec py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.ResidueAtomSpec -
kimmdy.topology.atomic.ResidueBondSpec py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.ResidueBondSpec -
kimmdy.topology.atomic.ResidueImproperSpec py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.ResidueImproperSpec -
kimmdy.topology.atomic.ResidueProperSpec py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.ResidueProperSpec -
kimmdy.topology.atomic.ResidueType py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.ResidueType -
kimmdy.topology.atomic.Settle py:class 1 _reference/topology.atomic.html#kimmdy.topology.atomic.Settle -
kimmdy.topology.atomic py:module 1 _reference/topology.atomic.html#kimmdy.topology.atomic -
kimmdy.parsing.TopologyDict py:attribute 1 _reference/parsing.TopologyDict.html#kimmdy.parsing.TopologyDict -
kimmdy.analysis.concat_traj py:function 1 _reference/analysis.html#kimmdy.analysis.concat_traj -
kimmdy.analysis.entry_point_analysis py:function 1 _reference/analysis.html#kimmdy.analysis.entry_point_analysis -
kimmdy.analysis.get_analysis_cmdline_args py:function 1 _reference/analysis.html#kimmdy.analysis.get_analysis_cmdline_args -
kimmdy.analysis.get_analysis_dir py:function 1 _reference/analysis.html#kimmdy.analysis.get_analysis_dir -
kimmdy.analysis.plot_energy py:function 1 _reference/analysis.html#kimmdy.analysis.plot_energy -
kimmdy.analysis.plot_rates py:function 1 _reference/analysis.html#kimmdy.analysis.plot_rates -
kimmdy.analysis.radical_migration py:function 1 _reference/analysis.html#kimmdy.analysis.radical_migration -
kimmdy.analysis.radical_population py:function 1 _reference/analysis.html#kimmdy.analysis.radical_population -
kimmdy.analysis.reaction_participation py:function 1 _reference/analysis.html#kimmdy.analysis.reaction_participation -
kimmdy.analysis.runtime_analysis py:function 1 _reference/analysis.html#kimmdy.analysis.runtime_analysis -
kimmdy.analysis py:module 1 _reference/analysis.html#kimmdy.analysis -
kimmdy.cmd.entry_point_kimmdy py:function 1 _reference/cmd.html#kimmdy.cmd.entry_point_kimmdy -
kimmdy.cmd.get_cmdline_args py:function 1 _reference/cmd.html#kimmdy.cmd.get_cmdline_args -
kimmdy.cmd.kimmdy_run py:function 1 _reference/cmd.html#kimmdy.cmd.kimmdy_run -
kimmdy.cmd py:module 1 _reference/cmd.html#kimmdy.cmd -
kimmdy.config.Config.attr py:function 1 _reference/config.html#kimmdy.config.Config.attr -
kimmdy.config.Config.get_attributes py:function 1 _reference/config.html#kimmdy.config.Config.get_attributes -
kimmdy.config.Config py:class 1 _reference/config.html#kimmdy.config.Config -
kimmdy.config.configure_logger py:function 1 _reference/config.html#kimmdy.config.configure_logger -
kimmdy.config py:module 1 _reference/config.html#kimmdy.config -
kimmdy.constants.ATOMTYPE_BONDORDER py:attribute 1 _reference/constants.html#kimmdy.constants.ATOMTYPE_BONDORDER -
kimmdy.constants.ATOMTYPE_BONDORDER_FLAT py:attribute 1 _reference/constants.html#kimmdy.constants.ATOMTYPE_BONDORDER_FLAT -
kimmdy.constants py:module 1 _reference/constants.html#kimmdy.constants -
kimmdy.coordinates.break_bond_plumed py:function 1 _reference/coordinates.html#kimmdy.coordinates.break_bond_plumed -
kimmdy.coordinates.get_explicit_MultipleDihedrals py:function 1 _reference/coordinates.html#kimmdy.coordinates.get_explicit_MultipleDihedrals -
kimmdy.coordinates.get_explicit_or_type py:function 1 _reference/coordinates.html#kimmdy.coordinates.get_explicit_or_type -
kimmdy.coordinates.is_parameterized py:function 1 _reference/coordinates.html#kimmdy.coordinates.is_parameterized -
kimmdy.coordinates.merge_dihedrals py:function 1 _reference/coordinates.html#kimmdy.coordinates.merge_dihedrals -
kimmdy.coordinates.merge_top_moleculetypes_slow_growth py:function 1 _reference/coordinates.html#kimmdy.coordinates.merge_top_moleculetypes_slow_growth -
kimmdy.coordinates.merge_top_slow_growth py:function 1 _reference/coordinates.html#kimmdy.coordinates.merge_top_slow_growth -
kimmdy.coordinates.place_atom py:function 1 _reference/coordinates.html#kimmdy.coordinates.place_atom -
kimmdy.coordinates py:module 1 _reference/coordinates.html#kimmdy.coordinates -
kimmdy.kmc.KMCAccept py:class 1 _reference/kmc.html#kimmdy.kmc.KMCAccept -
kimmdy.kmc.extrande py:function 1 _reference/kmc.html#kimmdy.kmc.extrande -
kimmdy.kmc.extrande_mod py:function 1 _reference/kmc.html#kimmdy.kmc.extrande_mod -
kimmdy.kmc.frm py:function 1 _reference/kmc.html#kimmdy.kmc.frm -
kimmdy.kmc.rf_kmc py:function 1 _reference/kmc.html#kimmdy.kmc.rf_kmc -
kimmdy.kmc py:module 1 _reference/kmc.html#kimmdy.kmc -
kimmdy.parsing.JSONEncoder py:class 1 _reference/parsing.html#kimmdy.parsing.JSONEncoder -
kimmdy.parsing.Plumed_dict py:class 1 _reference/parsing.html#kimmdy.parsing.Plumed_dict -
kimmdy.parsing.TopologyDict py:attribute 1 _reference/parsing.html#kimmdy.parsing.TopologyDict -
kimmdy.parsing.is_not_comment py:function 1 _reference/parsing.html#kimmdy.parsing.is_not_comment -
kimmdy.parsing.read_distances_dat py:function 1 _reference/parsing.html#kimmdy.parsing.read_distances_dat -
kimmdy.parsing.read_edissoc py:function 1 _reference/parsing.html#kimmdy.parsing.read_edissoc -
kimmdy.parsing.read_json py:function 1 _reference/parsing.html#kimmdy.parsing.read_json -
kimmdy.parsing.read_plumed py:function 1 _reference/parsing.html#kimmdy.parsing.read_plumed -
kimmdy.parsing.read_top py:function 1 _reference/parsing.html#kimmdy.parsing.read_top -
kimmdy.parsing.resolve_includes py:function 1 _reference/parsing.html#kimmdy.parsing.resolve_includes -
kimmdy.parsing.write_json py:function 1 _reference/parsing.html#kimmdy.parsing.write_json -
kimmdy.parsing.write_plumed py:function 1 _reference/parsing.html#kimmdy.parsing.write_plumed -
kimmdy.parsing.write_top py:function 1 _reference/parsing.html#kimmdy.parsing.write_top -
kimmdy.parsing py:module 1 _reference/parsing.html#kimmdy.parsing -
kimmdy.plugins.BasicParameterizer.parameterize_topology py:function 1 _reference/plugins.html#kimmdy.plugins.BasicParameterizer.parameterize_topology -
kimmdy.plugins.BasicParameterizer py:class 1 _reference/plugins.html#kimmdy.plugins.BasicParameterizer -
kimmdy.plugins.ReactionPlugin.get_recipe_collection py:function 1 _reference/plugins.html#kimmdy.plugins.ReactionPlugin.get_recipe_collection -
kimmdy.plugins.ReactionPlugin py:class 1 _reference/plugins.html#kimmdy.plugins.ReactionPlugin -
kimmdy.plugins py:module 1 _reference/plugins.html#kimmdy.plugins -
kimmdy.recipe.Bind py:class 1 _reference/recipe.html#kimmdy.recipe.Bind -
kimmdy.recipe.BondOperation py:class 1 _reference/recipe.html#kimmdy.recipe.BondOperation -
kimmdy.recipe.Break py:class 1 _reference/recipe.html#kimmdy.recipe.Break -
kimmdy.recipe.CustomTopMod py:class 1 _reference/recipe.html#kimmdy.recipe.CustomTopMod -
kimmdy.recipe.Place py:class 1 _reference/recipe.html#kimmdy.recipe.Place -
kimmdy.recipe.Recipe.check_consistency py:function 1 _reference/recipe.html#kimmdy.recipe.Recipe.check_consistency -
kimmdy.recipe.Recipe.combine_with py:function 1 _reference/recipe.html#kimmdy.recipe.Recipe.combine_with -
kimmdy.recipe.Recipe.get_vmd_selection py:function 1 _reference/recipe.html#kimmdy.recipe.Recipe.get_vmd_selection -
kimmdy.recipe.Recipe py:class 1 _reference/recipe.html#kimmdy.recipe.Recipe -
kimmdy.recipe.RecipeCollection.aggregate_reactions py:function 1 _reference/recipe.html#kimmdy.recipe.RecipeCollection.aggregate_reactions -
kimmdy.recipe.RecipeCollection.calc_cumprob py:function 1 _reference/recipe.html#kimmdy.recipe.RecipeCollection.calc_cumprob -
kimmdy.recipe.RecipeCollection.calc_ratesum py:function 1 _reference/recipe.html#kimmdy.recipe.RecipeCollection.calc_ratesum -
kimmdy.recipe.RecipeCollection.from_csv py:function 1 _reference/recipe.html#kimmdy.recipe.RecipeCollection.from_csv -
kimmdy.recipe.RecipeCollection.plot py:function 1 _reference/recipe.html#kimmdy.recipe.RecipeCollection.plot -
kimmdy.recipe.RecipeCollection.to_csv py:function 1 _reference/recipe.html#kimmdy.recipe.RecipeCollection.to_csv -
kimmdy.recipe.RecipeCollection py:class 1 _reference/recipe.html#kimmdy.recipe.RecipeCollection -
kimmdy.recipe.RecipeStep.from_str py:function 1 _reference/recipe.html#kimmdy.recipe.RecipeStep.from_str -
kimmdy.recipe.RecipeStep py:class 1 _reference/recipe.html#kimmdy.recipe.RecipeStep -
kimmdy.recipe.Relax py:class 1 _reference/recipe.html#kimmdy.recipe.Relax -
kimmdy.recipe py:module 1 _reference/recipe.html#kimmdy.recipe -
kimmdy.runmanager.RunManager.get_latest py:function 1 _reference/runmanager.html#kimmdy.runmanager.RunManager.get_latest -
kimmdy.runmanager.RunManager.task_mapping py:attribute 1 _reference/runmanager.html#kimmdy.runmanager.RunManager.task_mapping -
kimmdy.runmanager.RunManager py:class 1 _reference/runmanager.html#kimmdy.runmanager.RunManager -
kimmdy.runmanager.State py:class 1 _reference/runmanager.html#kimmdy.runmanager.State -
kimmdy.runmanager.get_existing_files py:function 1 _reference/runmanager.html#kimmdy.runmanager.get_existing_files -
kimmdy.runmanager py:module 1 _reference/runmanager.html#kimmdy.runmanager -
kimmdy.schema.Sequence py:class 1 _reference/schema.html#kimmdy.schema.Sequence -
kimmdy.schema.convert_schema_to_dict py:function 1 _reference/schema.html#kimmdy.schema.convert_schema_to_dict -
kimmdy.schema.flatten_scheme py:function 1 _reference/schema.html#kimmdy.schema.flatten_scheme -
kimmdy.schema.generate_markdown_table py:function 1 _reference/schema.html#kimmdy.schema.generate_markdown_table -
kimmdy.schema.get_combined_scheme py:function 1 _reference/schema.html#kimmdy.schema.get_combined_scheme -
kimmdy.schema.load_kimmdy_schema py:function 1 _reference/schema.html#kimmdy.schema.load_kimmdy_schema -
kimmdy.schema.load_plugin_schemas py:function 1 _reference/schema.html#kimmdy.schema.load_plugin_schemas -
kimmdy.schema.prune py:function 1 _reference/schema.html#kimmdy.schema.prune -
kimmdy.schema py:module 1 _reference/schema.html#kimmdy.schema -
kimmdy.tasks.AutoFillDict py:class 1 _reference/tasks.html#kimmdy.tasks.AutoFillDict -
kimmdy.tasks.Task py:class 1 _reference/tasks.html#kimmdy.tasks.Task -
kimmdy.tasks.TaskFiles py:class 1 _reference/tasks.html#kimmdy.tasks.TaskFiles -
kimmdy.tasks.create_task_directory py:function 1 _reference/tasks.html#kimmdy.tasks.create_task_directory -
kimmdy.tasks py:module 1 _reference/tasks.html#kimmdy.tasks -
kimmdy.tools.build_examples py:function 1 _reference/tools.html#kimmdy.tools.build_examples -
kimmdy.tools.edgelist_to_dot_graph py:function 1 _reference/tools.html#kimmdy.tools.edgelist_to_dot_graph -
kimmdy.tools.entry_point_build_examples py:function 1 _reference/tools.html#kimmdy.tools.entry_point_build_examples -
kimmdy.tools.entry_point_modify_top py:function 1 _reference/tools.html#kimmdy.tools.entry_point_modify_top -
kimmdy.tools.get_build_example_cmdline_args py:function 1 _reference/tools.html#kimmdy.tools.get_build_example_cmdline_args -
kimmdy.tools.get_modify_top_cmdline_args py:function 1 _reference/tools.html#kimmdy.tools.get_modify_top_cmdline_args -
kimmdy.tools.modify_top py:function 1 _reference/tools.html#kimmdy.tools.modify_top -
kimmdy.tools.top_to_graph py:function 1 _reference/tools.html#kimmdy.tools.top_to_graph -
kimmdy.tools.topology_to_edgelist py:function 1 _reference/tools.html#kimmdy.tools.topology_to_edgelist -
kimmdy.tools.write_top_as_dot py:function 1 _reference/tools.html#kimmdy.tools.write_top_as_dot -
kimmdy.tools py:module 1 _reference/tools.html#kimmdy.tools -
kimmdy.utils.TopologyAtomAddress py:attribute 1 _reference/utils.html#kimmdy.utils.TopologyAtomAddress -
kimmdy.utils.check_gmx_version py:function 1 _reference/utils.html#kimmdy.utils.check_gmx_version -
kimmdy.utils.get_atominfo_from_atomnrs py:function 1 _reference/utils.html#kimmdy.utils.get_atominfo_from_atomnrs -
kimmdy.utils.get_atomnrs_from_plumedid py:function 1 _reference/utils.html#kimmdy.utils.get_atomnrs_from_plumedid -
kimmdy.utils.get_bondprm_from_atomtypes py:function 1 _reference/utils.html#kimmdy.utils.get_bondprm_from_atomtypes -
kimmdy.utils.get_edissoc_from_atomnames py:function 1 _reference/utils.html#kimmdy.utils.get_edissoc_from_atomnames -
kimmdy.utils.get_gmx_dir py:function 1 _reference/utils.html#kimmdy.utils.get_gmx_dir -
kimmdy.utils.get_shell_stdout py:function 1 _reference/utils.html#kimmdy.utils.get_shell_stdout -
kimmdy.utils.get_task_directories py:function 1 _reference/utils.html#kimmdy.utils.get_task_directories -
kimmdy.utils.morse_transition_rate py:function 1 _reference/utils.html#kimmdy.utils.morse_transition_rate -
kimmdy.utils.run_gmx py:function 1 _reference/utils.html#kimmdy.utils.run_gmx -
kimmdy.utils.run_shell_cmd py:function 1 _reference/utils.html#kimmdy.utils.run_shell_cmd -
kimmdy.utils.truncate_sim_files py:function 1 _reference/utils.html#kimmdy.utils.truncate_sim_files -
kimmdy.utils py:module 1 _reference/utils.html#kimmdy.utils -
homolysis.reaction.Homolysis py:class 1 _reference/homolysis.reaction.Homolysis.html#homolysis.reaction.Homolysis -
hat_naive.reaction.NaiveHAT py:class 1 _reference/hat_naive.reaction.NaiveHAT.html#hat_naive.reaction.NaiveHAT -
dummyreaction.reaction.DummyReaction py:class 1 _reference/dummyreaction.reaction.DummyReaction.html#dummyreaction.reaction.DummyReaction -