rowan-python 3.0.8__tar.gz → 3.0.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rowan_python-3.0.8 → rowan_python-3.0.10}/.github/workflows/test.yml +1 -1
- {rowan_python-3.0.8 → rowan_python-3.0.10}/PKG-INFO +2 -2
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/data/tyk2_ligands.sdf +96 -96
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/data/tyk2_structure.pdb +4595 -4595
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/multistage_optimization.py +11 -6
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/spin_states.py +11 -8
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/strain.py +5 -3
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/tautomer.py +4 -1
- {rowan_python-3.0.8 → rowan_python-3.0.10}/pixi.lock +1377 -1391
- {rowan_python-3.0.8 → rowan_python-3.0.10}/pyproject.toml +2 -2
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/__init__.py +1 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/base.py +6 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/bde.py +8 -6
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/conformer_search.py +83 -27
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/multistage_optimization.py +24 -15
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/protein_binder_design.py +2 -1
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/redox_potential.py +7 -5
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/spin_states.py +20 -14
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/strain.py +5 -4
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/tautomer_search.py +4 -6
- {rowan_python-3.0.8 → rowan_python-3.0.10}/.envrc +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/.github/workflows/build-and-deploy-docs.yml +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/.github/workflows/python-publish.yml +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/.gitignore +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/.pre-commit-config.yaml +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/AGENTS.md +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/CLAUDE.md +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/GEMINI.md +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/LICENSE +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/README.md +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/docs/images/deciduous-tree-favicon.png +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/docs/index.md +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/docs/rowan_rdkit.md +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/docs/stylesheets/colors.css +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/PROTAC_solubility.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/admet.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/analogue_docking.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/aqueous_solubility.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/basic_calculation.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/basic_calculation_from_json.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/basic_calculation_with_constraint.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/basic_calculation_with_solvent.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/batch_docking.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/bde.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/boltz_paired_msa.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/boltz_single_msa.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/chai_paired_msa.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/chai_single_msa.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/cofolding_screen.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/colabfold_paired_msa.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/colabfold_single_msa.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/conformer_dependent_redox.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/conformers.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/data/1iep_receptorH.pdb +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/data/Al_FCC.xyz +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/data/citalopram_1iep.xyz +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/data/workflow_example.json +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/dcd_download.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/descriptors.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/docking_screen.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/double_ended_ts_search.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/electronic_properties.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/estimate_workflow.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/fukui_index.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/hydrogen_bond_basicity.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/interaction_energy_decomposition.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/ion_mobility.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/irc.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/macropka.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/membrane_permeability.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/nmr.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/optimization.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/pdb_download.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/periodic_dft.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/phenol_pka.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/pka.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/pocket_detection.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/pose_analysis_md.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/project_scoped_api_key.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/protein_binder_design.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/protein_cofolding.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/protein_cofolding_with_constraints.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/protein_md.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/rbfe_graph.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/redox_potential.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/relative_binding_free_energy_perturbation.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/retrieve_workflow.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/scan.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/solvent_dependent_conformers.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/template.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/examples/webhook.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/mkdocs.yml +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/api_keys.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/calculation.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/config.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/constants.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/folder.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/molecule.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/project.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/protein.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/py.typed +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/rowan_rdkit/__init__.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/rowan_rdkit/chem_utils.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/types.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/user.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/utils.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/__init__.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/admet.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/analogue_docking.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/basic_calculation.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/batch_docking.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/constants.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/descriptors.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/docking.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/double_ended_ts_search.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/electronic_properties.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/fukui.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/hydrogen_bond_donor_acceptor_strength.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/interaction_energy_decomposition.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/ion_mobility.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/irc.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/macropka.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/membrane_permeability.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/msa.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/nmr.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/pka.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/pocket_detection.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/pose_analysis_md.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/protein_cofolding.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/protein_md.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/rbfe_graph.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/relative_binding_free_energy_perturbation.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/scan.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/solubility.py +0 -0
- {rowan_python-3.0.8 → rowan_python-3.0.10}/rowan/workflows/solvent_dependent_conformers.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rowan-python
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.10
|
|
4
4
|
Summary: Rowan Python Library
|
|
5
5
|
Project-URL: Homepage, https://github.com/rowansci/rowan-client
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/rowansci/rowan-client/issues
|
|
@@ -11,7 +11,7 @@ Requires-Dist: httpx
|
|
|
11
11
|
Requires-Dist: nest-asyncio
|
|
12
12
|
Requires-Dist: rdkit
|
|
13
13
|
Requires-Dist: setuptools
|
|
14
|
-
Requires-Dist: stjames
|
|
14
|
+
Requires-Dist: stjames>=0.0.183
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
|
|
17
17
|
# Rowan Python Library
|
|
@@ -77,22 +77,22 @@ jmc_23
|
|
|
77
77
|
22 35 1 6
|
|
78
78
|
22 36 1 0
|
|
79
79
|
M END
|
|
80
|
-
> <r_exp_dg> (1)
|
|
80
|
+
> <r_exp_dg> (1)
|
|
81
81
|
-11.7
|
|
82
82
|
|
|
83
|
-
> <experimental dG reference units> (1)
|
|
83
|
+
> <experimental dG reference units> (1)
|
|
84
84
|
kcal/mol
|
|
85
85
|
|
|
86
|
-
> <experimental dG reference field> (1)
|
|
86
|
+
> <experimental dG reference field> (1)
|
|
87
87
|
r_exp_dg
|
|
88
88
|
|
|
89
|
-
> <kJ/mol experimental dG> (1)
|
|
89
|
+
> <kJ/mol experimental dG> (1)
|
|
90
90
|
-48.952799999999996
|
|
91
91
|
|
|
92
|
-
> <kcal/mol experimental dG> (1)
|
|
92
|
+
> <kcal/mol experimental dG> (1)
|
|
93
93
|
-11.7
|
|
94
94
|
|
|
95
|
-
> <AmberAM1BCCCache> (1)
|
|
95
|
+
> <AmberAM1BCCCache> (1)
|
|
96
96
|
gASVBwMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCHbt74lMSfu/lIaUUpRoA2gJQwh/5/jpIFvjP5SGlFKUaANoCUMI/Z/wCv4/+L+UhpRSlGgDaAlDCHMwvmFVnfg/lIaUUpRoA2gJQwgEbSUn71MgQJSGlFKUaANoCUMINyDfpz1TDMCUhpRSlGgDaAlDCPqAFaFo5BRAlIaUUpRoA2gJQwh/5/jpIFvjP5SGlFKUaANoCUMIqzkzJ+Ue8r+UhpRSlGgDaAlDCP2f8Ar+P/i/lIaUUpRoA2gJQwhDmoxUs2/mv5SGlFKUaANoCUMIvaAY0mvAGcCUhpRSlGgDaAlDCNsCDOqc1hXAlIaUUpRoA2gJQwiqC3+EbyAgwJSGlFKUaANoCUMIffVei6p0GkCUhpRSlGgDaAlDCC9W3qMMeRDAlIaUUpRoA2gJQwggPdUrX6kawJSGlFKUaANoCUMIqzNgtbKSIECUhpRSlGgDaAlDCL6tw8KmOxnAlIaUUpRoA2gJQwj392qNGcMFwJSGlFKUaANoCUMIsSzRz+y49r+UhpRSlGgDaAlDCNWAgjGTaPU/lIaUUpRoA2gJQwhDmoxUs2/mv5SGlFKUaANoCUMIpxeSLxCw/T+UhpRSlGgDaAlDCInP9buZPwFAlIaUUpRoA2gJQwipLkj0zqTWP5SGlFKUaANoCUMI2D90F68V/D+UhpRSlGgDaAlDCKcXki8QsP0/lIaUUpRoA2gJQwj/gDmMZ5cOQJSGlFKUaANoCUMIaGoYKypj+j+UhpRSlGgDaAlDCHJw61liQA9AlIaUUpRoA2gJQwiX/akbFY/2P5SGlFKUaANoCUMIzXOOpxXY8T+UhpRSlGgDaAlDCM1zjqcV2PE/lIaUUpRoA2gJQwjjYH5JNJnyP5SGlFKUaANoCUMIiusLWzQ3BMCUhpRSlGUu
|
|
97
97
|
|
|
98
98
|
$$$$
|
|
@@ -181,22 +181,22 @@ ejm_47
|
|
|
181
181
|
33 38 1 0
|
|
182
182
|
33 39 1 0
|
|
183
183
|
M END
|
|
184
|
-
> <r_exp_dg> (2)
|
|
184
|
+
> <r_exp_dg> (2)
|
|
185
185
|
-9.7
|
|
186
186
|
|
|
187
|
-
> <experimental dG reference units> (2)
|
|
187
|
+
> <experimental dG reference units> (2)
|
|
188
188
|
kcal/mol
|
|
189
189
|
|
|
190
|
-
> <experimental dG reference field> (2)
|
|
190
|
+
> <experimental dG reference field> (2)
|
|
191
191
|
r_exp_dg
|
|
192
192
|
|
|
193
|
-
> <kJ/mol experimental dG> (2)
|
|
193
|
+
> <kJ/mol experimental dG> (2)
|
|
194
194
|
-40.5848
|
|
195
195
|
|
|
196
|
-
> <kcal/mol experimental dG> (2)
|
|
196
|
+
> <kcal/mol experimental dG> (2)
|
|
197
197
|
-9.7
|
|
198
198
|
|
|
199
|
-
> <AmberAM1BCCCache> (2)
|
|
199
|
+
> <AmberAM1BCCCache> (2)
|
|
200
200
|
gASVQAMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCII8S3uDRvu/lIaUUpRoA2gJQwhqSUIHs2DjP5SGlFKUaANoCUMICe9L/DQ9+L+UhpRSlGgDaAlDCGfhYnAeoPg/lIaUUpRoA2gJQwi6g+pTP04gQJSGlFKUaANoCUMIX8XK9PxpDMCUhpRSlGgDaAlDCDetvuQa5RRAlIaUUpRoA2gJQwhqSUIHs2DjP5SGlFKUaANoCUMItoiOGBwc8r+UhpRSlGgDaAlDCAnvS/w0Pfi/lIaUUpRoA2gJQwieM7/faJrmv5SGlFKUaANoCUMIr3VQpKezGcCUhpRSlGgDaAlDCG/VgZD84RXAlIaUUpRoA2gJQwiLdapiFiAgwJSGlFKUaANoCUMIiyAnuW6BGkCUhpRSlGgDaAlDCJQnczR+kBDAlIaUUpRoA2gJQwidCAVPKv0awJSGlFKUaANoCUMIndX+sVgaIECUhpRSlGgDaAlDCJh7tRFOdxnAlIaUUpRoA2gJQwieM7/faJrmv5SGlFKUaANoCUMIm8g2Ptmy/T+UhpRSlGgDaAlDCAQoSEP+QAFAlIaUUpRoA2gJQwh98tou86/WP5SGlFKUaANoCUMIzPAYJngY/D+UhpRSlGgDaAlDCJvINj7Zsv0/lIaUUpRoA2gJQwh52YsTzJgOQJSGlFKUaANoCUMIRS7Nl9Sk+T+UhpRSlGgDaAlDCKnnFxr1Bw5AlIaUUpRoA2gJQwjW4OZcyKztP5SGlFKUaANoCUMI+yrPG3MxAMCUhpRSlGgDaAlDCJBjDtW55u6/lIaUUpRoA2gJQwhn+xj8lJ7xv5SGlFKUaANoCUMIkGMO1bnm7r+UhpRSlGgDaAlDCD1/rdBnW+c/lIaUUpRoA2gJQwg9f63QZ1vnP5SGlFKUaANoCUMIzsOnxVif5D+UhpRSlGgDaAlDCM7Dp8VYn+Q/lIaUUpRoA2gJQwg9f63QZ1vnP5SGlFKUaANoCUMIPX+t0Gdb5z+UhpRSlGUu
|
|
201
201
|
|
|
202
202
|
$$$$
|
|
@@ -285,22 +285,22 @@ ejm_49
|
|
|
285
285
|
33 38 1 0
|
|
286
286
|
34 39 1 0
|
|
287
287
|
M END
|
|
288
|
-
> <r_exp_dg> (3)
|
|
288
|
+
> <r_exp_dg> (3)
|
|
289
289
|
-7.75
|
|
290
290
|
|
|
291
|
-
> <experimental dG reference units> (3)
|
|
291
|
+
> <experimental dG reference units> (3)
|
|
292
292
|
kcal/mol
|
|
293
293
|
|
|
294
|
-
> <experimental dG reference field> (3)
|
|
294
|
+
> <experimental dG reference field> (3)
|
|
295
295
|
r_exp_dg
|
|
296
296
|
|
|
297
|
-
> <kJ/mol experimental dG> (3)
|
|
297
|
+
> <kJ/mol experimental dG> (3)
|
|
298
298
|
-32.426
|
|
299
299
|
|
|
300
|
-
> <kcal/mol experimental dG> (3)
|
|
300
|
+
> <kcal/mol experimental dG> (3)
|
|
301
301
|
-7.75
|
|
302
302
|
|
|
303
|
-
> <AmberAM1BCCCache> (3)
|
|
303
|
+
> <AmberAM1BCCCache> (3)
|
|
304
304
|
gASVQAMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCDWfKqcJRPu/lIaUUpRoA2gJQwgBhIOvpmXjP5SGlFKUaANoCUMIvFErKLs6+L+UhpRSlGgDaAlDCPp5/+zf0vg/lIaUUpRoA2gJQwhkl26Ojk4gQJSGlFKUaANoCUMIuna6CsBoDMCUhpRSlGgDaAlDCFvT5UPL8RRAlIaUUpRoA2gJQwgBhIOvpmXjP5SGlFKUaANoCUMIauttRKIZ8r+UhpRSlGgDaAlDCLxRKyi7Ovi/lIaUUpRoA2gJQwgG+X03dZXmv5SGlFKUaANoCUMIW05ILwmzGcCUhpRSlGgDaAlDCB2ueRte4RXAlIaUUpRoA2gJQwh54hYzvhkgwJSGlFKUaANoCUMI30cvLg2CGkCUhpRSlGgDaAlDCBP/ianxmxDAlIaUUpRoA2gJQwjV5J8bVtgawJSGlFKUaANoCUMI8JoR0FgqIECUhpRSlGgDaAlDCP9YMfRnRhnAlIaUUpRoA2gJQwgG+X03dZXmv5SGlFKUaANoCUMI6GVXElO1/T+UhpRSlGgDaAlDCKp2WC07QgFAlIaUUpRoA2gJQwiuZ11/2rnWP5SGlFKUaANoCUMIGY45+vEa/D+UhpRSlGgDaAlDCOhlVxJTtf0/lIaUUpRoA2gJQwgfKJz9CJoOQJSGlFKUaANoCUMI2MZpFJbX+T+UhpRSlGgDaAlDCNksIFXBaQ5AlIaUUpRoA2gJQwissj0q/lz0v5SGlFKUaANoCUMILieHFEDt+b+UhpRSlGgDaAlDCFT+faKDWPG/lIaUUpRoA2gJQwiQh5bxbzX8v5SGlFKUaANoCUMIVP59ooNY8b+UhpRSlGgDaAlDCC4nhxRA7fm/lIaUUpRoA2gJQwiTy+1rTqf5P5SGlFKUaANoCUMIHsLlvN0H+j+UhpRSlGgDaAlDCOuZA9U+ovs/lIaUUpRoA2gJQwjrmQPVPqL7P5SGlFKUaANoCUMIHsLlvN0H+j+UhpRSlGUu
|
|
305
305
|
|
|
306
306
|
$$$$
|
|
@@ -374,22 +374,22 @@ ejm_31
|
|
|
374
374
|
20 31 1 0
|
|
375
375
|
20 32 1 0
|
|
376
376
|
M END
|
|
377
|
-
> <r_exp_dg> (4)
|
|
377
|
+
> <r_exp_dg> (4)
|
|
378
378
|
-9.54
|
|
379
379
|
|
|
380
|
-
> <experimental dG reference units> (4)
|
|
380
|
+
> <experimental dG reference units> (4)
|
|
381
381
|
kcal/mol
|
|
382
382
|
|
|
383
|
-
> <experimental dG reference field> (4)
|
|
383
|
+
> <experimental dG reference field> (4)
|
|
384
384
|
r_exp_dg
|
|
385
385
|
|
|
386
|
-
> <kJ/mol experimental dG> (4)
|
|
386
|
+
> <kJ/mol experimental dG> (4)
|
|
387
387
|
-39.91536
|
|
388
388
|
|
|
389
|
-
> <kcal/mol experimental dG> (4)
|
|
389
|
+
> <kcal/mol experimental dG> (4)
|
|
390
390
|
-9.54
|
|
391
391
|
|
|
392
|
-
> <AmberAM1BCCCache> (4)
|
|
392
|
+
> <AmberAM1BCCCache> (4)
|
|
393
393
|
gASVuwIAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCHOi17bEQ/u/lIaUUpRoA2gJQwiFfSmQMGbjP5SGlFKUaANoCUMI+1TYN3Y6+L+UhpRSlGgDaAlDCLt2Ut0k0/g/lIaUUpRoA2gJQwj89ngsl04gQJSGlFKUaANoCUMIWPiQkp1oDMCUhpRSlGgDaAlDCIyS+n/c8RRAlIaUUpRoA2gJQwiFfSmQMGbjP5SGlFKUaANoCUMIqO4aVF0Z8r+UhpRSlGgDaAlDCPtU2Dd2Ovi/lIaUUpRoA2gJQwiC/9dW65Tmv5SGlFKUaANoCUMIK48z8/eyGcCUhpRSlGgDaAlDCOzuZN9M4RXAlIaUUpRoA2gJQwjhggyVtRkgwJSGlFKUaANoCUMIDwdEah6CGkCUhpRSlGgDaAlDCOI/dW3gmxDAlIaUUpRoA2gJQwiNHkVcsCAbwJSGlFKUaANoCUMIG6GHMXiYH0CUhpRSlGgDaAlDCOaTt0qwghnAlIaUUpRoA2gJQwjuekIe/hIBwJSGlFKUaANoCUMIgv/XVuuU5r+UhpRSlGgDaAlDCKpiqgKYtf0/lIaUUpRoA2gJQwgL9YGlXUIBQJSGlFKUaANoCUMItVqpQO661j+UhpRSlGgDaAlDCNqKjOo2G/w/lIaUUpRoA2gJQwiqYqoCmLX9P5SGlFKUaANoCUMIgKbFdSuaDkCUhpRSlGgDaAlDCFTIQFyTp/k/lIaUUpRoA2gJQwgNtxOoMPENQJSGlFKUaANoCUMIVzTg4vVr6T+UhpRSlGgDaAlDCFc04OL1a+k/lIaUUpRoA2gJQwhXNODi9WvpP5SGlFKUZS4=
|
|
394
394
|
|
|
395
395
|
$$$$
|
|
@@ -478,22 +478,22 @@ ejm_45
|
|
|
478
478
|
35 38 1 0
|
|
479
479
|
35 39 1 0
|
|
480
480
|
M END
|
|
481
|
-
> <r_exp_dg> (5)
|
|
481
|
+
> <r_exp_dg> (5)
|
|
482
482
|
-9.56
|
|
483
483
|
|
|
484
|
-
> <experimental dG reference units> (5)
|
|
484
|
+
> <experimental dG reference units> (5)
|
|
485
485
|
kcal/mol
|
|
486
486
|
|
|
487
|
-
> <experimental dG reference field> (5)
|
|
487
|
+
> <experimental dG reference field> (5)
|
|
488
488
|
r_exp_dg
|
|
489
489
|
|
|
490
|
-
> <kJ/mol experimental dG> (5)
|
|
490
|
+
> <kJ/mol experimental dG> (5)
|
|
491
491
|
-39.99904
|
|
492
492
|
|
|
493
|
-
> <kcal/mol experimental dG> (5)
|
|
493
|
+
> <kcal/mol experimental dG> (5)
|
|
494
494
|
-9.56
|
|
495
495
|
|
|
496
|
-
> <AmberAM1BCCCache> (5)
|
|
496
|
+
> <AmberAM1BCCCache> (5)
|
|
497
497
|
gASVQAMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCPCjrv7BE/u/lIaUUpRoA2gJQwiMensANsbjP5SGlFKUaANoCUMIYE9p/N5S+L+UhpRSlGgDaAlDCOKMD0vBEfg/lIaUUpRoA2gJQwhkl26Ojk4gQJSGlFKUaANoCUMI/3E2sweZDMCUhpRSlGgDaAlDCFvT5UPL8RRAlIaUUpRoA2gJQwiMensANsbjP5SGlFKUaANoCUMIauttRKIZ8r+UhpRSlGgDaAlDCGBPafzeUvi/lIaUUpRoA2gJQwgH+X03dZXmv5SGlFKUaANoCUMIckjjwWLvGcCUhpRSlGgDaAlDCNey/XIWsRXAlIaUUpRoA2gJQwiNwlvkoV8hwJSGlFKUaANoCUMIPVecSiTlGUCUhpRSlGgDaAlDCHBHkp+MSw7AlIaUUpRoA2gJQwjW/vX8y84ZwJSGlFKUaANoCUMI6+Fy9WaYH0CUhpRSlGgDaAlDCBESddOaGhzAlIaUUpRoA2gJQwicuOsw5zX4v5SGlFKUaANoCUMIB/l9N3WV5r+UhpRSlGgDaAlDCERoGT4vnf0/lIaUUpRoA2gJQwgHeRpZFyoBQJSGlFKUaANoCUMIP8atVUH00j+UhpRSlGgDaAlDCNKSvVGq6vs/lIaUUpRoA2gJQwhEaBk+L539P5SGlFKUaANoCUMI7xkQ998qD0CUhpRSlGgDaAlDCB6AYNyr4QBAlIaUUpRoA2gJQwhjCcLE2tMPQJSGlFKUaANoCUMIyAOUTyKj7j+UhpRSlGgDaAlDCMgDlE8io+4/lIaUUpRoA2gJQwg+0N+QgUzxP5SGlFKUaANoCUMIhUb2pAa4+r+UhpRSlGgDaAlDCISxpa1Sfvi/lIaUUpRoA2gJQwiEsaWtUn74v5SGlFKUaANoCUMIbzV+5jGo7D+UhpRSlGgDaAlDCG81fuYxqOw/lIaUUpRoA2gJQwhvNX7mMajsP5SGlFKUaANoCUMIbzV+5jGo7D+UhpRSlGUu
|
|
498
498
|
|
|
499
499
|
$$$$
|
|
@@ -585,22 +585,22 @@ ejm_44
|
|
|
585
585
|
38 40 1 0
|
|
586
586
|
38 41 1 0
|
|
587
587
|
M END
|
|
588
|
-
> <r_exp_dg> (6)
|
|
588
|
+
> <r_exp_dg> (6)
|
|
589
589
|
-7.42
|
|
590
590
|
|
|
591
|
-
> <experimental dG reference units> (6)
|
|
591
|
+
> <experimental dG reference units> (6)
|
|
592
592
|
kcal/mol
|
|
593
593
|
|
|
594
|
-
> <experimental dG reference field> (6)
|
|
594
|
+
> <experimental dG reference field> (6)
|
|
595
595
|
r_exp_dg
|
|
596
596
|
|
|
597
|
-
> <kJ/mol experimental dG> (6)
|
|
597
|
+
> <kJ/mol experimental dG> (6)
|
|
598
598
|
-31.04528
|
|
599
599
|
|
|
600
|
-
> <kcal/mol experimental dG> (6)
|
|
600
|
+
> <kcal/mol experimental dG> (6)
|
|
601
601
|
-7.42
|
|
602
602
|
|
|
603
|
-
> <AmberAM1BCCCache> (6)
|
|
603
|
+
> <AmberAM1BCCCache> (6)
|
|
604
604
|
gASVZgMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCNiav4/sQvu/lIaUUpRoA2gJQwi8jFne4GfjP5SGlFKUaANoCUMIA0v+5MFR+L+UhpRSlGgDaAlDCBCD7lu1o/g/lIaUUpRoA2gJQwjw91sxsk4gQJSGlFKUaANoCUMIivQEfzFoDMCUhpRSlGgDaAlDCKKVoZ8A5hRAlIaUUpRoA2gJQwi8jFne4GfjP5SGlFKUaANoCUMIDOcCLYUY8r+UhpRSlGgDaAlDCANL/uTBUfi/lIaUUpRoA2gJQwhM8KcIO5Pmv5SGlFKUaANoCUMIRI1t6cGyGcCUhpRSlGgDaAlDCAXtntUW4RXAlIaUUpRoA2gJQwhWATmFox8gwJSGlFKUaANoCUMIxwcpXmaOGkCUhpRSlGgDaAlDCCo/kHmYjxDAlIaUUpRoA2gJQwiPIuS/IOQawJSGlFKUaANoCUMIdp+q+eO8H0CUhpRSlGgDaAlDCNCQECuMjhnAlIaUUpRoA2gJQwgbbJpJzP/2v5SGlFKUaANoCUMITPCnCDuT5r+UhpRSlGgDaAlDCERqwilwtv0/lIaUUpRoA2gJQwjY+A25yUIBQJSGlFKUaANoCUMII3kJ3U6+1j+UhpRSlGgDaAlDCHWSpBEPHPw/lIaUUpRoA2gJQwhEasIpcLb9P5SGlFKUaANoCUMITqpRiZeaDkCUhpRSlGgDaAlDCO/PWINrqPk/lIaUUpRoA2gJQwggthtk5CEOQJSGlFKUaANoCUMIAaZi4Bub8L+UhpRSlGgDaAlDCBEdyerFwOA/lIaUUpRoA2gJQwgRHcnqxcDgP5SGlFKUaANoCUMIER3J6sXA4D+UhpRSlGgDaAlDCAGmYuAbm/C/lIaUUpRoA2gJQwgRHcnqxcDgP5SGlFKUaANoCUMIER3J6sXA4D+UhpRSlGgDaAlDCBEdyerFwOA/lIaUUpRoA2gJQwgBpmLgG5vwv5SGlFKUaANoCUMIER3J6sXA4D+UhpRSlGgDaAlDCBEdyerFwOA/lIaUUpRoA2gJQwgRHcnqxcDgP5SGlFKUZS4=
|
|
605
605
|
|
|
606
606
|
$$$$
|
|
@@ -686,22 +686,22 @@ ejm_43
|
|
|
686
686
|
35 37 1 0
|
|
687
687
|
35 38 1 0
|
|
688
688
|
M END
|
|
689
|
-
> <r_exp_dg> (7)
|
|
689
|
+
> <r_exp_dg> (7)
|
|
690
690
|
-8.26
|
|
691
691
|
|
|
692
|
-
> <experimental dG reference units> (7)
|
|
692
|
+
> <experimental dG reference units> (7)
|
|
693
693
|
kcal/mol
|
|
694
694
|
|
|
695
|
-
> <experimental dG reference field> (7)
|
|
695
|
+
> <experimental dG reference field> (7)
|
|
696
696
|
r_exp_dg
|
|
697
697
|
|
|
698
|
-
> <kJ/mol experimental dG> (7)
|
|
698
|
+
> <kJ/mol experimental dG> (7)
|
|
699
699
|
-34.55984
|
|
700
700
|
|
|
701
|
-
> <kcal/mol experimental dG> (7)
|
|
701
|
+
> <kcal/mol experimental dG> (7)
|
|
702
702
|
-8.26
|
|
703
703
|
|
|
704
|
-
> <AmberAM1BCCCache> (7)
|
|
704
|
+
> <AmberAM1BCCCache> (7)
|
|
705
705
|
gASVLQMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCNvtOpFGRfu/lIaUUpRoA2gJQwi25mLbLGPjP5SGlFKUaANoCUMIBZ555htU+L+UhpRSlGgDaAlDCFMr7wKj0fg/lIaUUpRoA2gJQwiPjSzxZk4gQJSGlFKUaANoCUMIr5sAVIKBDMCUhpRSlGgDaAlDCLK/YQl88RRAlIaUUpRoA2gJQwi25mLbLGPjP5SGlFKUaANoCUMIDzp+Lt8a8r+UhpRSlGgDaAlDCAWeeeYbVPi/lIaUUpRoA2gJQwgMmyJjp2fmv5SGlFKUaANoCUMIBWLMaVizGcCUhpRSlGgDaAlDCMbB/VWt4RXAlIaUUpRoA2gJQwhO7FjQ5RkgwJSGlFKUaANoCUMI2DHpx+GZGkCUhpRSlGgDaAlDCF8QTLhktBDAlIaUUpRoA2gJQwjE85/+7AgbwJSGlFKUaANoCUMIEs0NpSmkH0CUhpRSlGgDaAlDCB1pEu3sahnAlIaUUpRoA2gJQwgUqBbtJPj5v5SGlFKUaANoCUMIDJsiY6dn5r+UhpRSlGgDaAlDCEIXRygWtP0/lIaUUpRoA2gJQwhXT1C4nEEBQJSGlFKUaANoCUMIFy0c1+a01j+UhpRSlGgDaAlDCHM/KRC1Gfw/lIaUUpRoA2gJQwhCF0coFrT9P5SGlFKUaANoCUMIKQNWtEaBDkCUhpRSlGgDaAlDCOx83YERpvk/lIaUUpRoA2gJQwj7DiCPkwgOQJSGlFKUaANoCUMI5x6Q0L1F5z+UhpRSlGgDaAlDCI7v1TIF/vC/lIaUUpRoA2gJQwg3thDByDzhP5SGlFKUaANoCUMIN7YQwcg84T+UhpRSlGgDaAlDCDe2EMHIPOE/lIaUUpRoA2gJQwiO79UyBf7wv5SGlFKUaANoCUMIN7YQwcg84T+UhpRSlGgDaAlDCDe2EMHIPOE/lIaUUpRoA2gJQwg3thDByDzhP5SGlFKUZS4=
|
|
706
706
|
|
|
707
707
|
$$$$
|
|
@@ -777,22 +777,22 @@ ejm_50
|
|
|
777
777
|
20 32 1 0
|
|
778
778
|
32 33 1 0
|
|
779
779
|
M END
|
|
780
|
-
> <r_exp_dg> (8)
|
|
780
|
+
> <r_exp_dg> (8)
|
|
781
781
|
-8.98
|
|
782
782
|
|
|
783
|
-
> <experimental dG reference units> (8)
|
|
783
|
+
> <experimental dG reference units> (8)
|
|
784
784
|
kcal/mol
|
|
785
785
|
|
|
786
|
-
> <experimental dG reference field> (8)
|
|
786
|
+
> <experimental dG reference field> (8)
|
|
787
787
|
r_exp_dg
|
|
788
788
|
|
|
789
|
-
> <kJ/mol experimental dG> (8)
|
|
789
|
+
> <kJ/mol experimental dG> (8)
|
|
790
790
|
-37.572320000000005
|
|
791
791
|
|
|
792
|
-
> <kcal/mol experimental dG> (8)
|
|
792
|
+
> <kcal/mol experimental dG> (8)
|
|
793
793
|
-8.98
|
|
794
794
|
|
|
795
|
-
> <AmberAM1BCCCache> (8)
|
|
795
|
+
> <AmberAM1BCCCache> (8)
|
|
796
796
|
gASVzgIAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCEbpurAXdPu/lIaUUpRoA2gJQwhs5lrtGWbjP5SGlFKUaANoCUMI5aIBtV0i+L+UhpRSlGgDaAlDCC4r64sZ0/g/lIaUUpRoA2gJQwjzjFu3nlQgQJSGlFKUaANoCUMI8KkOFvDvC8CUhpRSlGgDaAlDCNjAgcHH5RRAlIaUUpRoA2gJQwhs5lrtGWbjP5SGlFKUaANoCUMI7z4G/SDp8b+UhpRSlGgDaAlDCOWiAbVdIvi/lIaUUpRoA2gJQwiclqb5AZXmv5SGlFKUaANoCUMIPWNu3eimGcCUhpRSlGgDaAlDCM/BvrNP4RXAlIaUUpRoA2gJQwjp7CkKrhMgwJSGlFKUaANoCUMIFTpPA8JFGkCUhpRSlGgDaAlDCAsb9tplRxDAlIaUUpRoA2gJQwhx/kkh7psawJSGlFKUaANoCUMImPfwWgLyHUCUhpRSlGgDaAlDCMhZZi54BxrAlIaUUpRoA2gJQwhlfgJoQoznP5SGlFKUaANoCUMInJam+QGV5r+UhpRSlGgDaAlDCL8UgYWwzf0/lIaUUpRoA2gJQwjnTAzRe1oBQJSGlFKUaANoCUMIrwbsPv482D+UhpRSlGgDaAlDCE0/JZkrG/w/lIaUUpRoA2gJQwi/FIGFsM39P5SGlFKUaANoCUMIugASzSWaDkCUhpRSlGgDaAlDCFJz0VsXCPo/lIaUUpRoA2gJQwh1BZYk3mkOQJSGlFKUaANoCUMIg/3rfaCa6D+UhpRSlGgDaAlDCIP9632gmug/lIaUUpRoA2gJQwhgfFIhXrYbwJSGlFKUaANoCUMIpgNP4nRGFECUhpRSlGUu
|
|
797
797
|
|
|
798
798
|
$$$$
|
|
@@ -872,22 +872,22 @@ ejm_42
|
|
|
872
872
|
32 34 1 0
|
|
873
873
|
32 35 1 0
|
|
874
874
|
M END
|
|
875
|
-
> <r_exp_dg> (9)
|
|
875
|
+
> <r_exp_dg> (9)
|
|
876
876
|
-9.78
|
|
877
877
|
|
|
878
|
-
> <experimental dG reference units> (9)
|
|
878
|
+
> <experimental dG reference units> (9)
|
|
879
879
|
kcal/mol
|
|
880
880
|
|
|
881
|
-
> <experimental dG reference field> (9)
|
|
881
|
+
> <experimental dG reference field> (9)
|
|
882
882
|
r_exp_dg
|
|
883
883
|
|
|
884
|
-
> <kJ/mol experimental dG> (9)
|
|
884
|
+
> <kJ/mol experimental dG> (9)
|
|
885
885
|
-40.91952
|
|
886
886
|
|
|
887
|
-
> <kcal/mol experimental dG> (9)
|
|
887
|
+
> <kcal/mol experimental dG> (9)
|
|
888
888
|
-9.78
|
|
889
889
|
|
|
890
|
-
> <AmberAM1BCCCache> (9)
|
|
890
|
+
> <AmberAM1BCCCache> (9)
|
|
891
891
|
gASV9AIAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCLv/0zZGRfu/lIaUUpRoA2gJQwj1wjCQLWPjP5SGlFKUaANoCUMI5a8SjBtU+L+UhpRSlGgDaAlDCHMZVl2j0fg/lIaUUpRoA2gJQwhTa3n8Zk4gQJSGlFKUaANoCUMI/SaPUl5pDMCUhpRSlGgDaAlDCDp7+x988RRAlIaUUpRoA2gJQwj1wjCQLWPjP5SGlFKUaANoCUMI8EsX1N4a8r+UhpRSlGgDaAlDCOWvEowbVPi/lIaUUpRoA2gJQwgTutBW7pfmv5SGlFKUaANoCUMIfqYyU1izGcCUhpRSlGgDaAlDCD4GZD+t4RXAlIaUUpRoA2gJQwiKDgzF5RkgwJSGlFKUaANoCUMIju5j9M+NGkCUhpRSlGgDaAlDCDRXdM1AnBDAlIaUUpRoA2gJQwixNGOmIi0bwJSGlFKUaANoCUMIJoxK/fN/H0CUhpRSlGgDaAlDCJWteNbsahnAlIaUUpRoA2gJQwgxnizdah79v5SGlFKUaANoCUMIE7rQVu6X5r+UhpRSlGgDaAlDCGIFroIWtP0/lIaUUpRoA2gJQwhnxoPlnEEBQJSGlFKUaANoCUMIleW3QOi01j+UhpRSlGgDaAlDCJMtkGq1Gfw/lIaUUpRoA2gJQwhiBa6CFrT9P5SGlFKUaANoCUMI23fHtWqZDkCUhpRSlGgDaAlDCAxrRNwRpvk/lIaUUpRoA2gJQwhoiBXob/ANQJSGlFKUaANoCUMImwRmNC/l5j+UhpRSlGgDaAlDCJsEZjQv5eY/lIaUUpRoA2gJQwjkCneHdZ3wv5SGlFKUaANoCUMILcgUoA8e4j+UhpRSlGgDaAlDCC3IFKAPHuI/lIaUUpRoA2gJQwgtyBSgDx7iP5SGlFKUZS4=
|
|
892
892
|
|
|
893
893
|
$$$$
|
|
@@ -963,22 +963,22 @@ ejm_55
|
|
|
963
963
|
30 32 1 0
|
|
964
964
|
30 33 1 0
|
|
965
965
|
M END
|
|
966
|
-
> <r_exp_dg> (10)
|
|
966
|
+
> <r_exp_dg> (10)
|
|
967
967
|
-9.21
|
|
968
968
|
|
|
969
|
-
> <experimental dG reference units> (10)
|
|
969
|
+
> <experimental dG reference units> (10)
|
|
970
970
|
kcal/mol
|
|
971
971
|
|
|
972
|
-
> <experimental dG reference field> (10)
|
|
972
|
+
> <experimental dG reference field> (10)
|
|
973
973
|
r_exp_dg
|
|
974
974
|
|
|
975
|
-
> <kJ/mol experimental dG> (10)
|
|
975
|
+
> <kJ/mol experimental dG> (10)
|
|
976
976
|
-38.53464
|
|
977
977
|
|
|
978
|
-
> <kcal/mol experimental dG> (10)
|
|
978
|
+
> <kcal/mol experimental dG> (10)
|
|
979
979
|
-9.21
|
|
980
980
|
|
|
981
|
-
> <AmberAM1BCCCache> (10)
|
|
981
|
+
> <AmberAM1BCCCache> (10)
|
|
982
982
|
gASVzgIAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCKZgzet6ePu/lIaUUpRoA2gJQwir9zV3U13jP5SGlFKUaANoCUMIRRoU8MAm+L+UhpRSlGgDaAlDCLSSPOyrIPo/lIaUUpRoA2gJQwgHPvlPElQgQJSGlFKUaANoCUMIWdDFKWTLDMCUhpRSlGgDaAlDCOgbd28aLRVAlIaUUpRoA2gJQwir9zV3U13jP5SGlFKUaANoCUMIULYYOITt8b+UhpRSlGgDaAlDCEUaFPDAJvi/lIaUUpRoA2gJQwgYik/HgG3mv5SGlFKUaANoCUMIRAIUwu+bGcCUhpRSlGgDaAlDCKdfg4Jo4hXAlIaUUpRoA2gJQwjhuNk6ZzIgwJSGlFKUaANoCUMIgYpb7LX5GkCUhpRSlGgDaAlDCIWpTY1n5RDAlIaUUpRoA2gJQwhjvapUEUsZwJSGlFKUaANoCUMIT+gb0YO0IUCUhpRSlGgDaAlDCKEz2HlUqRjAlIaUUpRoA2gJQwgYik/HgG3mv5SGlFKUaANoCUMIX51uSk3J/T+UhpRSlGgDaAlDCNoOwQducAFAlIaUUpRoA2gJQwhCFpL0j+zYP5SGlFKUaANoCUMI7ccSXsgW/D+UhpRSlGgDaAlDCF+dbkpNyf0/lIaUUpRoA2gJQwitwsYDGLAOQJSGlFKUaANoCUMIN/c6yfsz+j+UhpRSlGgDaAlDCG1O06MqGRBAlIaUUpRoA2gJQwjRl2fetq8VwJSGlFKUaANoCUMIGif4i8dV+j+UhpRSlGgDaAlDCJnN8RsC++M/lIaUUpRoA2gJQwiZzfEbAvvjP5SGlFKUaANoCUMImc3xGwL74z+UhpRSlGUu
|
|
983
983
|
|
|
984
984
|
$$$$
|
|
@@ -1073,22 +1073,22 @@ ejm_48
|
|
|
1073
1073
|
34 41 1 0
|
|
1074
1074
|
34 42 1 0
|
|
1075
1075
|
M END
|
|
1076
|
-
> <r_exp_dg> (11)
|
|
1076
|
+
> <r_exp_dg> (11)
|
|
1077
1077
|
-9
|
|
1078
1078
|
|
|
1079
|
-
> <experimental dG reference units> (11)
|
|
1079
|
+
> <experimental dG reference units> (11)
|
|
1080
1080
|
kcal/mol
|
|
1081
1081
|
|
|
1082
|
-
> <experimental dG reference field> (11)
|
|
1082
|
+
> <experimental dG reference field> (11)
|
|
1083
1083
|
r_exp_dg
|
|
1084
1084
|
|
|
1085
|
-
> <kJ/mol experimental dG> (11)
|
|
1085
|
+
> <kJ/mol experimental dG> (11)
|
|
1086
1086
|
-37.656
|
|
1087
1087
|
|
|
1088
|
-
> <kcal/mol experimental dG> (11)
|
|
1088
|
+
> <kcal/mol experimental dG> (11)
|
|
1089
1089
|
-9.0
|
|
1090
1090
|
|
|
1091
|
-
> <AmberAM1BCCCache> (11)
|
|
1091
|
+
> <AmberAM1BCCCache> (11)
|
|
1092
1092
|
gASVeQMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCGKHxY8URvu/lIaUUpRoA2gJQwiqs03ekGHjP5SGlFKUaANoCUMI6TnGEMY8+L+UhpRSlGgDaAlDCIqW6FuNoPg/lIaUUpRoA2gJQwheOlsxTU4gQJSGlFKUaANoCUMILO3JqqFRDMCUhpRSlGgDaAlDCH8aoJ825RRAlIaUUpRoA2gJQwiqs03ekGHjP5SGlFKUaANoCUMIlNMILa0b8r+UhpRSlGgDaAlDCOk5xhDGPPi/lIaUUpRoA2gJQwhdybMIi5nmv5SGlFKUaANoCUMIZQhv6YuzGcCUhpRSlGgDaAlDCChooNXg4RXAlIaUUpRoA2gJQwjnvjmFCCAgwJSGlFKUaANoCUMIBI/piXh1GkCUhpRSlGgDaAlDCIFvw57dexDAlIaUUpRoA2gJQwgnmkJ+IAkbwJSGlFKUaANoCUMI+CHnzT3UH0CUhpRSlGgDaAlDCCEN80BEgxnAlIaUUpRoA2gJQwhdybMIi5nmv5SGlFKUaANoCUMIvH28KUiz/T+UhpRSlGgDaAlDCJUCC7k1QQFAlIaUUpRoA2gJQwj/xvHcrrHWP5SGlFKUaANoCUMI7aWeEecY/D+UhpRSlGgDaAlDCLx9vClIs/0/lIaUUpRoA2gJQwgJtE6JA5kOQJSGlFKUaANoCUMIrN7OK4vV+T+UhpRSlGgDaAlDCDrC2o8sCA5AlIaUUpRoA2gJQwiSvFJo7ibpP5SGlFKUaANoCUMIri6RjRG6+r+UhpRSlGgDaAlDCAsyMxiAouy/lIaUUpRoA2gJQwisFRsLLsTtv5SGlFKUaANoCUMIrBUbCy7E7b+UhpRSlGgDaAlDCAsyMxiAouy/lIaUUpRoA2gJQwhVKS9FftDkP5SGlFKUaANoCUMIVSkvRX7Q5D+UhpRSlGgDaAlDCP2OxZ55wuA/lIaUUpRoA2gJQwj9jsWeecLgP5SGlFKUaANoCUMI/Y7FnnnC4D+UhpRSlGgDaAlDCP2OxZ55wuA/lIaUUpRoA2gJQwhVKS9FftDkP5SGlFKUaANoCUMIVSkvRX7Q5D+UhpRSlGUu
|
|
1093
1093
|
|
|
1094
1094
|
$$$$
|
|
@@ -1172,22 +1172,22 @@ ejm_54
|
|
|
1172
1172
|
34 36 1 0
|
|
1173
1173
|
34 37 1 0
|
|
1174
1174
|
M END
|
|
1175
|
-
> <r_exp_dg> (12)
|
|
1175
|
+
> <r_exp_dg> (12)
|
|
1176
1176
|
-10.53
|
|
1177
1177
|
|
|
1178
|
-
> <experimental dG reference units> (12)
|
|
1178
|
+
> <experimental dG reference units> (12)
|
|
1179
1179
|
kcal/mol
|
|
1180
1180
|
|
|
1181
|
-
> <experimental dG reference field> (12)
|
|
1181
|
+
> <experimental dG reference field> (12)
|
|
1182
1182
|
r_exp_dg
|
|
1183
1183
|
|
|
1184
|
-
> <kJ/mol experimental dG> (12)
|
|
1184
|
+
> <kJ/mol experimental dG> (12)
|
|
1185
1185
|
-44.05752
|
|
1186
1186
|
|
|
1187
|
-
> <kcal/mol experimental dG> (12)
|
|
1187
|
+
> <kcal/mol experimental dG> (12)
|
|
1188
1188
|
-10.53
|
|
1189
1189
|
|
|
1190
|
-
> <AmberAM1BCCCache> (12)
|
|
1190
|
+
> <AmberAM1BCCCache> (12)
|
|
1191
1191
|
gASVGgMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCM7ms5yURvu/lIaUUpRoA2gJQwjP9HDEkGDjP5SGlFKUaANoCUMI+Jby8WlV+L+UhpRSlGgDaAlDCOsobkjkMPk/lIaUUpRoA2gJQwjZ7cwkRlQgQJSGlFKUaANoCUMIyxX7LU2aDMCUhpRSlGgDaAlDCBh/wVpMCRVAlIaUUpRoA2gJQwjP9HDEkGDjP5SGlFKUaANoCUMIAzP3OS0c8r+UhpRSlGgDaAlDCPiW8vFpVfi/lIaUUpRoA2gJQwg5iJAii5rmv5SGlFKUaANoCUMIQ6Cq7KuzGcCUhpRSlGgDaAlDCDEBve7u1RXAlIaUUpRoA2gJQwgPCQZmMzIgwJSGlFKUaANoCUMI4O6G7dXJGkCUhpRSlGgDaAlDCD5MaA/czBDAlIaUUpRoA2gJQwiNNSHDCuUawJSGlFKUaANoCUMIxJUtetvMIUCUhpRSlGgDaAlDCJx7a0bXKRvAlIaUUpRoA2gJQwg5iJAii5rmv5SGlFKUaANoCUMITx7OHMiy/T+UhpRSlGgDaAlDCN3Sk7L1QAFAlIaUUpRoA2gJQwgzXEgHkO7VP5SGlFKUaANoCUMIgEawBGcY/D+UhpRSlGgDaAlDCE8ezhzIsv0/lIaUUpRoA2gJQwhThNeCw5gOQJSGlFKUaANoCUMI+YNkdsOk+T+UhpRSlGgDaAlDCIKSY4nsBw5AlIaUUpRoA2gJQwgS111+3UsLQJSGlFKUaANoCUMIEeN3DVkUGcCUhpRSlGgDaAlDCJCB47sEBOo/lIaUUpRoA2gJQwiG7+lHxbbpP5SGlFKUaANoCUMIhu/pR8W26T+UhpRSlGgDaAlDCF4rrpGFivi/lIaUUpRoA2gJQwjFzSZZndngP5SGlFKUaANoCUMIxc0mWZ3Z4D+UhpRSlGgDaAlDCMXNJlmd2eA/lIaUUpRlLg==
|
|
1192
1192
|
|
|
1193
1193
|
$$$$
|
|
@@ -1276,22 +1276,22 @@ jmc_28
|
|
|
1276
1276
|
36 38 1 0
|
|
1277
1277
|
36 39 1 0
|
|
1278
1278
|
M END
|
|
1279
|
-
> <r_exp_dg> (13)
|
|
1279
|
+
> <r_exp_dg> (13)
|
|
1280
1280
|
-10.98
|
|
1281
1281
|
|
|
1282
|
-
> <experimental dG reference units> (13)
|
|
1282
|
+
> <experimental dG reference units> (13)
|
|
1283
1283
|
kcal/mol
|
|
1284
1284
|
|
|
1285
|
-
> <experimental dG reference field> (13)
|
|
1285
|
+
> <experimental dG reference field> (13)
|
|
1286
1286
|
r_exp_dg
|
|
1287
1287
|
|
|
1288
|
-
> <kJ/mol experimental dG> (13)
|
|
1288
|
+
> <kJ/mol experimental dG> (13)
|
|
1289
1289
|
-45.94032000000001
|
|
1290
1290
|
|
|
1291
|
-
> <kcal/mol experimental dG> (13)
|
|
1291
|
+
> <kcal/mol experimental dG> (13)
|
|
1292
1292
|
-10.98
|
|
1293
1293
|
|
|
1294
|
-
> <AmberAM1BCCCache> (13)
|
|
1294
|
+
> <AmberAM1BCCCache> (13)
|
|
1295
1295
|
gASVQAMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCFuIbMyDRvu/lIaUUpRoA2gJQwi1sf9ksmDjP5SGlFKUaANoCUMIhTirIVlV+L+UhpRSlGgDaAlDCNOQvcdl0Pg/lIaUUpRoA2gJQwg/WsZJP04gQJSGlFKUaANoCUMI72iZ8SCCDMCUhpRSlGgDaAlDCBJZlbos8RRAlIaUUpRoA2gJQwi1sf9ksmDjP5SGlFKUaANoCUMIkNSvaRwc8r+UhpRSlGgDaAlDCIU4qyFZVfi/lIaUUpRoA2gJQwgN0IXZIWrmv5SGlFKUaANoCUMIpsiYuKezGcCUhpRSlGgDaAlDCGYoyqT84RXAlIaUUpRoA2gJQwieH793DRogwJSGlFKUaANoCUMIN8sceZKZGkCUhpRSlGgDaAlDCP92GAe0tBDAlIaUUpRoA2gJQwgfX/Ck9NgawJSGlFKUaANoCUMIIJ8vtx2fIECUhpRSlGgDaAlDCKbImLinsxnAlIaUUpRoA2gJQwhpRakutcEFwJSGlFKUaANoCUMIWDQq77Nf8r+UhpRSlGgDaAlDCOkNddtY3fG/lIaUUpRoA2gJQwgN0IXZIWrmv5SGlFKUaANoCUMIwnwV7diy/T+UhpRSlGgDaAlDCBeCtxr+QAFAlIaUUpRoA2gJQwgVw1Xq8a/WP5SGlFKUaANoCUMI86T31HcY/D+UhpRSlGgDaAlDCMJ8Fe3Ysv0/lIaUUpRoA2gJQwiMM/vqy5gOQJSGlFKUaANoCUMIbOKrRtSk+T+UhpRSlGgDaAlDCAE9A5o8OA5AlIaUUpRoA2gJQwhd4hkUT3rxP5SGlFKUaANoCUMIAvqtyeiI8D+UhpRSlGgDaAlDCAL6rcnoiPA/lIaUUpRoA2gJQwghSaS6x6ztP5SGlFKUaANoCUMIyF9PVAr67r+UhpRSlGgDaAlDCKwlV2RF2+E/lIaUUpRoA2gJQwisJVdkRdvhP5SGlFKUaANoCUMIrCVXZEXb4T+UhpRSlGUu
|
|
1296
1296
|
|
|
1297
1297
|
$$$$
|
|
@@ -1374,22 +1374,22 @@ jmc_27
|
|
|
1374
1374
|
22 35 1 6
|
|
1375
1375
|
22 36 1 0
|
|
1376
1376
|
M END
|
|
1377
|
-
> <r_exp_dg> (14)
|
|
1377
|
+
> <r_exp_dg> (14)
|
|
1378
1378
|
-11.28
|
|
1379
1379
|
|
|
1380
|
-
> <experimental dG reference units> (14)
|
|
1380
|
+
> <experimental dG reference units> (14)
|
|
1381
1381
|
kcal/mol
|
|
1382
1382
|
|
|
1383
|
-
> <experimental dG reference field> (14)
|
|
1383
|
+
> <experimental dG reference field> (14)
|
|
1384
1384
|
r_exp_dg
|
|
1385
1385
|
|
|
1386
|
-
> <kJ/mol experimental dG> (14)
|
|
1386
|
+
> <kJ/mol experimental dG> (14)
|
|
1387
1387
|
-47.19552
|
|
1388
1388
|
|
|
1389
|
-
> <kcal/mol experimental dG> (14)
|
|
1389
|
+
> <kcal/mol experimental dG> (14)
|
|
1390
1390
|
-11.28
|
|
1391
1391
|
|
|
1392
|
-
> <AmberAM1BCCCache> (14)
|
|
1392
|
+
> <AmberAM1BCCCache> (14)
|
|
1393
1393
|
gASVBwMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCPztUz7vQ/u/lIaUUpRoA2gJQwhy5jCB22XjP5SGlFKUaANoCUMIg6BUv6A6+L+UhpRSlGgDaAlDCDIr1lX60vg/lIaUUpRoA2gJQwjz7JjQmlQgQJSGlFKUaANoCUMIHR5P1rJoDMCUhpRSlGgDaAlDCNmA/PO/5RRAlIaUUpRoA2gJQwhy5jCB22XjP5SGlFKUaANoCUMIMTqX24cZ8r+UhpRSlGgDaAlDCIOgVL+gOvi/lIaUUpRoA2gJQwiWltBlQJXmv5SGlFKUaANoCUMIDqISlQKzGcCUhpRSlGgDaAlDCP0CJZdF1RXAlIaUUpRoA2gJQwi7iwvbwx8gwJSGlFKUaANoCUMIW/VF3gF2GkCUhpRSlGgDaAlDCCJVFjvHgxDAlIaUUpRoA2gJQwifP7AE5I8awJSGlFKUaANoCUMImrPTXl6TIECUhpRSlGgDaAlDCGyxf7EZFhnAlIaUUpRoA2gJQwjhKYd+esUDwJSGlFKUaANoCUMInbGlFrlr8b+UhpRSlGgDaAlDCEhCvb2u0dO/lIaUUpRoA2gJQwiWltBlQJXmv5SGlFKUaANoCUMIIRcue221/T+UhpRSlGgDaAlDCEbPw2FIQgFAlIaUUpRoA2gJQwiPLLgiRLrWP5SGlFKUaANoCUMIUj8QYwwb/D+UhpRSlGgDaAlDCCEXLntttf0/lIaUUpRoA2gJQwi8gAcyFpoOQJSGlFKUaANoCUMIVnO8JfgH+j+UhpRSlGgDaAlDCKR5wa6B4g5AlIaUUpRoA2gJQwj6D1bFU9P1P5SGlFKUaANoCUMIL2zkb94l8j+UhpRSlGgDaAlDCC9s5G/eJfI/lIaUUpRoA2gJQwjPNXaBFlH0P5SGlFKUaANoCUMIve+AEjMn+b+UhpRSlGUu
|
|
1394
1394
|
|
|
1395
1395
|
$$$$
|
|
@@ -1474,22 +1474,22 @@ jmc_30
|
|
|
1474
1474
|
22 37 1 6
|
|
1475
1475
|
35 36 3 0
|
|
1476
1476
|
M END
|
|
1477
|
-
> <r_exp_dg> (15)
|
|
1477
|
+
> <r_exp_dg> (15)
|
|
1478
1478
|
-10.94
|
|
1479
1479
|
|
|
1480
|
-
> <experimental dG reference units> (15)
|
|
1480
|
+
> <experimental dG reference units> (15)
|
|
1481
1481
|
kcal/mol
|
|
1482
1482
|
|
|
1483
|
-
> <experimental dG reference field> (15)
|
|
1483
|
+
> <experimental dG reference field> (15)
|
|
1484
1484
|
r_exp_dg
|
|
1485
1485
|
|
|
1486
|
-
> <kJ/mol experimental dG> (15)
|
|
1486
|
+
> <kJ/mol experimental dG> (15)
|
|
1487
1487
|
-45.77296
|
|
1488
1488
|
|
|
1489
|
-
> <kcal/mol experimental dG> (15)
|
|
1489
|
+
> <kcal/mol experimental dG> (15)
|
|
1490
1490
|
-10.94
|
|
1491
1491
|
|
|
1492
|
-
> <AmberAM1BCCCache> (15)
|
|
1492
|
+
> <AmberAM1BCCCache> (15)
|
|
1493
1493
|
gASVGgMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCEX+Sxekcfu/lIaUUpRoA2gJQwhtvDggAWvjP5SGlFKUaANoCUMI5LeSG+of+L+UhpRSlGgDaAlDCLoMUnYcNvk/lIaUUpRoA2gJQwi86Zgf9logQJSGlFKUaANoCUMIO9jIniucD8CUhpRSlGgDaAlDCIB0lyTQLhVAlIaUUpRoA2gJQwhtvDggAWvjP5SGlFKUaANoCUMI7lOXY63m8b+UhpRSlGgDaAlDCOS3khvqH/i/lIaUUpRoA2gJQwibwMjGGpDmv5SGlFKUaANoCUMIfJtnBhErGsCUhpRSlGgDaAlDCGwJJfmOyBXAlIaUUpRoA2gJQwiJD/yWXxMgwJSGlFKUaANoCUMIGvAmkqZ2GkCUhpRSlGgDaAlDCMjoFtEw8w7AlIaUUpRoA2gJQwhrSHKSCWsawJSGlFKUaANoCUMIHrVXBXJpIECUhpRSlGgDaAlDCK3DSe6vkBjAlIaUUpRoA2gJQwhPYStWiPkBwJSGlFKUaANoCUMIyGxVyHf+9L+UhpRSlGgDaAlDCJzK05qeCeC/lIaUUpRoA2gJQwibwMjGGpDmv5SGlFKUaANoCUMIwP/vHiTQ/T+UhpRSlGgDaAlDCK1GrD/x+/o/lIaUUpRoA2gJQwhv69e+cAPWP5SGlFKUaANoCUMITiqUMp8d/D+UhpRSlGgDaAlDCMD/7x4k0P0/lIaUUpRoA2gJQwgib4MWy+MOQJSGlFKUaANoCUMI9NIR0LqyAECUhpRSlGgDaAlDCH9xRUKnyw5AlIaUUpRoA2gJQwiD8dHldTb2P5SGlFKUaANoCUMIpHrGz1e+8D+UhpRSlGgDaAlDCKR6xs9XvvA/lIaUUpRoA2gJQwiX7UWiC8MFQJSGlFKUaANoCUMIQONMK5woEMCUhpRSlGgDaAlDCLL/XeyepfU/lIaUUpRlLg==
|
|
1494
1494
|
|
|
1495
1495
|
$$$$
|
|
@@ -1572,22 +1572,22 @@ ejm_46
|
|
|
1572
1572
|
22 35 1 0
|
|
1573
1573
|
22 36 1 0
|
|
1574
1574
|
M END
|
|
1575
|
-
> <r_exp_dg> (16)
|
|
1575
|
+
> <r_exp_dg> (16)
|
|
1576
1576
|
-11.31
|
|
1577
1577
|
|
|
1578
|
-
> <experimental dG reference units> (16)
|
|
1578
|
+
> <experimental dG reference units> (16)
|
|
1579
1579
|
kcal/mol
|
|
1580
1580
|
|
|
1581
|
-
> <experimental dG reference field> (16)
|
|
1581
|
+
> <experimental dG reference field> (16)
|
|
1582
1582
|
r_exp_dg
|
|
1583
1583
|
|
|
1584
|
-
> <kJ/mol experimental dG> (16)
|
|
1584
|
+
> <kJ/mol experimental dG> (16)
|
|
1585
1585
|
-47.32104
|
|
1586
1586
|
|
|
1587
|
-
> <kcal/mol experimental dG> (16)
|
|
1587
|
+
> <kcal/mol experimental dG> (16)
|
|
1588
1588
|
-11.31
|
|
1589
1589
|
|
|
1590
|
-
> <AmberAM1BCCCache> (16)
|
|
1590
|
+
> <AmberAM1BCCCache> (16)
|
|
1591
1591
|
gASVBwMAAAAAAABdlCiMFm51bXB5Ll9jb3JlLm11bHRpYXJyYXmUjAZzY2FsYXKUk5SMBW51bXB5lIwFZHR5cGWUk5SMAmY4lImIh5RSlChLA4wBPJROTk5K/////0r/////SwB0lGJDCPztUz7vQ/u/lIaUUpRoA2gJQwhz5jCB22XjP5SGlFKUaANoCUMIg6BUv6A6+L+UhpRSlGgDaAlDCDIr1lX60vg/lIaUUpRoA2gJQwiLbYnbkU4gQJSGlFKUaANoCUMIvxuNqtaADMCUhpRSlGgDaAlDCKp/G97R8RRAlIaUUpRoA2gJQwhz5jCB22XjP5SGlFKUaANoCUMIMTqX24cZ8r+UhpRSlGgDaAlDCIOgVL+gOvi/lIaUUpRoA2gJQwiVltBlQJXmv5SGlFKUaANoCUMIDqISlQKzGcCUhpRSlGgDaAlDCM4BRIFX4RXAlIaUUpRoA2gJQwi7iwvbwx8gwJSGlFKUaANoCUMILPRkyBOCGkCUhpRSlGgDaAlDCMRSVA/rmxDAlIaUUpRoA2gJQwhZN4lrYeQawJSGlFKUaANoCUMI+LWVijp7IECUhpRSlGgDaAlDCA+vvYU9LhnAlIaUUpRoA2gJQwjfDzGdBM8EwJSGlFKUaANoCUMIOEeLZQWq9b+UhpRSlGgDaAlDCDhHi2UFqvW/lIaUUpRoA2gJQwiVltBlQJXmv5SGlFKUaANoCUMIIRcue221/T+UhpRSlGgDaAlDCEbPw2FIQgFAlIaUUpRoA2gJQwiRLLgiRLrWP5SGlFKUaANoCUMIUj8QYwwb/D+UhpRSlGgDaAlDCCEXLntttf0/lIaUUpRoA2gJQwi8gAcyFpoOQJSGlFKUaANoCUMIy3zE1Gin+T+UhpRSlGgDaAlDCNOHTbWqUQ5AlIaUUpRoA2gJQwjPNXaBFlH0P5SGlFKUaANoCUMIr29J0MdC7j+UhpRSlGgDaAlDCK9vSdDHQu4/lIaUUpRoA2gJQwivb0nQx0LuP5SGlFKUaANoCUMIr29J0MdC7j+UhpRSlGUu
|
|
1592
1592
|
|
|
1593
1593
|
$$$$
|