[voronota] 01/09: Imported Upstream version 1.18.1877

Andrius Merkys merkys-guest at moszumanska.debian.org
Fri Oct 13 14:37:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

merkys-guest pushed a commit to branch master
in repository voronota.

commit 1ca2aa576be566deeff30847bf21e57f5e07e742
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Fri Oct 13 13:32:14 2017 +0300

    Imported Upstream version 1.18.1877
---
 CMakeLists.txt                                     |    19 +
 LICENSE.txt                                        |    21 +
 Makefile.am                                        |     4 +
 Makefile.in                                        |  1373 +
 README.html                                        |   719 +
 README.txt                                         |   792 +
 aclocal.m4                                         |   951 +
 configure                                          |  4272 ++
 configure.ac                                       |     5 +
 depcomp                                            |   630 +
 install-sh                                         |   520 +
 missing                                            |   376 +
 radii                                              |   119 +
 src/apollota/basic_operations_on_points.h          |   373 +
 src/apollota/basic_operations_on_spheres.h         |   222 +
 src/apollota/bounding_spheres_hierarchy.h          |   343 +
 src/apollota/constrained_contact_contour.h         |   646 +
 src/apollota/constrained_contact_remainder.h       |   218 +
 src/apollota/constrained_contacts_construction.h   |   419 +
 src/apollota/constrained_contacts_utilities.h      |   152 +
 src/apollota/hyperboloid_between_two_spheres.h     |   118 +
 src/apollota/polar_sorting.h                       |    86 +
 src/apollota/polynomial_curves.h                   |   310 +
 src/apollota/rolling_topology.h                    |   227 +
 src/apollota/rotation.h                            |    79 +
 src/apollota/safer_comparison_of_numbers.h         |    45 +
 src/apollota/safer_quadratic_equation_root.h       |    57 +
 src/apollota/safer_summation.h                     |   116 +
 src/apollota/search_for_spherical_collisions.h     |   104 +
 src/apollota/simple_polygon_utilities.h            |   262 +
 src/apollota/spheres_boundary_construction.h       |    48 +
 src/apollota/spherical_contacts_construction.h     |   124 +
 src/apollota/splitting_of_spheres.h                |   119 +
 src/apollota/subdivided_icosahedron.h              |   189 +
 src/apollota/tangent_plane_of_three_spheres.h      |   134 +
 src/apollota/tangent_sphere_of_four_spheres.h      |   170 +
 src/apollota/tangent_sphere_of_three_spheres.h     |   223 +
 src/apollota/triangulation.h                       |  1265 +
 src/apollota/triangulation_output.h                |    77 +
 src/apollota/triangulation_queries.h               |   132 +
 src/apollota/tuple.h                               |   202 +
 src/auxiliaries/atom_radius_assigner.h             |    93 +
 src/auxiliaries/atoms_io.h                         |   629 +
 src/auxiliaries/chain_residue_atom_descriptor.h    |   664 +
 src/auxiliaries/io_utilities.h                     |   336 +
 src/auxiliaries/opengl_printer.h                   |   817 +
 src/auxiliaries/pairwise_sequence_alignment.h      |   193 +
 src/auxiliaries/program_options_handler.h          |   454 +
 src/auxiliaries/residue_atoms_reference.h          |    53 +
 src/auxiliaries/residue_letters_coding.h           |    76 +
 src/auxiliaries/xml_writer.h                       |    75 +
 src/compatability_macros.h                         |    16 +
 src/main.cpp                                       |   212 +
 src/mode_calculate_contacts.cpp                    |   291 +
 src/mode_calculate_mock_solvent.cpp                |   176 +
 src/mode_calculate_vertices.cpp                    |    59 +
 src/mode_calculate_vertices_in_parallel.cpp        |   450 +
 src/mode_compare_contacts.cpp                      |   425 +
 src/mode_demo_hypercut.cpp                         |   616 +
 src/mode_demo_polygon_triangulation.cpp            |   100 +
 src/mode_demo_ses.cpp                              |   544 +
 src/mode_draw_balls.cpp                            |    90 +
 src/mode_draw_contacts.cpp                         |    89 +
 src/mode_expand_descriptors.cpp                    |    78 +
 src/mode_get_balls_from_atoms_file.cpp             |   141 +
 src/mode_place_membrane.cpp                        |   318 +
 src/mode_plot_contacts.cpp                         |   278 +
 src/mode_query_balls.cpp                           |   374 +
 src/mode_query_balls_clashes.cpp                   |    78 +
 src/mode_query_balls_sequences_pairings_stats.cpp  |    76 +
 src/mode_query_contacts.cpp                        |   342 +
 src/mode_query_contacts_depth_values.cpp           |   136 +
 src/mode_query_contacts_simulating_unfolding.cpp   |    61 +
 src/mode_query_contacts_solvation_values.cpp       |    55 +
 src/mode_rotational_optimization_demo.cpp          |    55 +
 src/mode_score_contacts_energy.cpp                 |    71 +
 src/mode_score_contacts_energy_stats.cpp           |    49 +
 src/mode_score_contacts_global_energy_by_cuts.cpp  |   214 +
 src/mode_score_contacts_potential.cpp              |   322 +
 src/mode_score_contacts_potentials_stats.cpp       |    37 +
 src/mode_score_contacts_quality.cpp                |   129 +
 src/mode_score_scores.cpp                          |   267 +
 ...de_simulate_potential_for_membrane_proteins.cpp |    81 +
 src/mode_vectorize_contact_environments.cpp        |   180 +
 src/mode_vectorize_contacts.cpp                    |   122 +
 src/mode_vectorize_points.cpp                      |    78 +
 ...alls_from_atoms_file_and_calculate_vertices.cpp |    69 +
 src/mode_write_balls_to_atoms_file.cpp             |   192 +
 src/mode_write_qa_scores_in_casp_format.cpp        |   101 +
 src/modescommon/ball_value.h                       |    36 +
 src/modescommon/contact_value.h                    |    80 +
 src/modescommon/contacts_scoring_utilities.h       |   147 +
 src/modescommon/drawing_cylinder.h                 |    49 +
 src/modescommon/drawing_links.h                    |    75 +
 src/modescommon/drawing_nucleic_acid_cartoons.h    |   221 +
 src/modescommon/drawing_protein_cartoons.h         |   443 +
 src/modescommon/drawing_utilities.h                |   185 +
 src/modescommon/filepath_utilities.h               |    38 +
 src/modescommon/generic_utilities.h                |    42 +
 src/modescommon/matching_utilities.h               |   189 +
 src/modescommon/mock_solvent_utilities.h           |    21 +
 src/modescommon/properties_value.h                 |    81 +
 src/modescommon/sequence_utilities.h               |   127 +
 src/modescommon/statistics_utilities.h             |    63 +
 src/modescommon/svg_writer.h                       |    83 +
 src/modescommon/vectorization_utilities.h          |   400 +
 ..._balls_from_atoms_file_and_calculate_vertices.h |   229 +
 support/generate-arguments-for-query-balls.html    |   226 +
 support/generate-arguments-for-query-contacts.html |   317 +
 voronota                                           |   Bin 0 -> 3801606 bytes
 voronota-cadscore                                  |   468 +
 voronota-contacts                                  |   237 +
 voronota-resources                                 | 51977 +++++++++++++++++++
 voronota-volumes                                   |   180 +
 voronota-voromqa                                   |  1094 +
 voronota.man                                       |    76 +
 116 files changed, 83707 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..0fb71c3
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,19 @@
+cmake_minimum_required(VERSION 2.6)
+
+project(Voronota)
+
+file(GLOB sources ${PROJECT_SOURCE_DIR}/src/*.cpp)
+file(GLOB headers ${PROJECT_SOURCE_DIR}/src/*.h)
+
+set(CMAKE_BUILD_TYPE Release)
+
+find_package(OpenMP)
+if (OPENMP_FOUND)
+	set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")
+	set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
+endif()
+
+add_executable(voronota ${sources} ${headers})
+
+install(TARGETS voronota RUNTIME DESTINATION bin)
+install(PROGRAMS voronota-cadscore voronota-contacts voronota-resources voronota-voromqa voronota-volumes DESTINATION bin)
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..bf353cc
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2013-2016 Kliment Olechnovic
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..94224ac
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,4 @@
+bin_PROGRAMS = voronota
+voronota_SOURCES = src/mode_calculate_vertices.cpp src/mode_vectorize_points.cpp src/mode_compare_contacts.cpp src/mode_calculate_contacts.cpp src/mode_query_contacts_solvation_values.cpp src/modescommon/matching_utilities.h src/modescommon/drawing_links.h src/modescommon/drawing_protein_cartoons.h src/modescommon/mock_solvent_utilities.h src/modescommon/filepath_utilities.h src/modescommon/ball_value.h src/modescommon/contact_value.h src/modescommon/statistics_utilities.h src/modescommo [...]
+dist_bin_SCRIPTS = voronota-resources voronota-voromqa voronota-contacts voronota-cadscore voronota-volumes
+dist_man1_MANS = voronota.man
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000..79635d9
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,1373 @@
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ at SET_MAKE@
+
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+bin_PROGRAMS = voronota$(EXEEXT)
+subdir = .
+DIST_COMMON = $(am__configure_deps) $(dist_bin_SCRIPTS) \
+	$(dist_man1_MANS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(top_srcdir)/configure depcomp install-sh missing
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+mkinstalldirs = $(install_sh) -d
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
+	"$(DESTDIR)$(man1dir)"
+PROGRAMS = $(bin_PROGRAMS)
+am_voronota_OBJECTS = mode_calculate_vertices.$(OBJEXT) \
+	mode_vectorize_points.$(OBJEXT) \
+	mode_compare_contacts.$(OBJEXT) \
+	mode_calculate_contacts.$(OBJEXT) \
+	mode_query_contacts_solvation_values.$(OBJEXT) \
+	mode_query_balls_clashes.$(OBJEXT) \
+	mode_calculate_vertices_in_parallel.$(OBJEXT) \
+	mode_get_balls_from_atoms_file.$(OBJEXT) \
+	mode_expand_descriptors.$(OBJEXT) mode_draw_balls.$(OBJEXT) \
+	mode_score_contacts_energy.$(OBJEXT) \
+	mode_score_scores.$(OBJEXT) \
+	mode_query_contacts_simulating_unfolding.$(OBJEXT) \
+	main.$(OBJEXT) mode_score_contacts_potential.$(OBJEXT) \
+	mode_vectorize_contacts.$(OBJEXT) \
+	mode_score_contacts_quality.$(OBJEXT) \
+	mode_query_balls_sequences_pairings_stats.$(OBJEXT) \
+	mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.$(OBJEXT) \
+	mode_plot_contacts.$(OBJEXT) \
+	mode_vectorize_contact_environments.$(OBJEXT) \
+	mode_calculate_mock_solvent.$(OBJEXT) \
+	mode_place_membrane.$(OBJEXT) mode_query_balls.$(OBJEXT) \
+	mode_write_qa_scores_in_casp_format.$(OBJEXT) \
+	mode_score_contacts_potentials_stats.$(OBJEXT) \
+	mode_rotational_optimization_demo.$(OBJEXT) \
+	mode_demo_ses.$(OBJEXT) \
+	mode_score_contacts_energy_stats.$(OBJEXT) \
+	mode_write_balls_to_atoms_file.$(OBJEXT) \
+	mode_demo_polygon_triangulation.$(OBJEXT) \
+	mode_demo_hypercut.$(OBJEXT) mode_draw_contacts.$(OBJEXT) \
+	mode_score_contacts_global_energy_by_cuts.$(OBJEXT) \
+	mode_query_contacts.$(OBJEXT) \
+	mode_query_contacts_depth_values.$(OBJEXT) \
+	mode_simulate_potential_for_membrane_proteins.$(OBJEXT)
+voronota_OBJECTS = $(am_voronota_OBJECTS)
+voronota_LDADD = $(LDADD)
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+    *) f=$$p;; \
+  esac;
+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
+am__install_max = 40
+am__nobase_strip_setup = \
+  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
+am__nobase_strip = \
+  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
+am__nobase_list = $(am__nobase_strip_setup); \
+  for p in $$list; do echo "$$p $$p"; done | \
+  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
+  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
+    if (++n[$$2] == $(am__install_max)) \
+      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
+    END { for (dir in files) print dir, files[dir] }'
+am__base_list = \
+  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
+  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
+SCRIPTS = $(dist_bin_SCRIPTS)
+DEFAULT_INCLUDES = -I. at am__isrc@
+depcomp = $(SHELL) $(top_srcdir)/depcomp
+am__depfiles_maybe = depfiles
+am__mv = mv -f
+CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
+	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+CXXLD = $(CXX)
+CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
+	-o $@
+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+CCLD = $(CC)
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+SOURCES = $(voronota_SOURCES)
+DIST_SOURCES = $(voronota_SOURCES)
+man1dir = $(mandir)/man1
+NROFF = nroff
+MANS = $(dist_man1_MANS)
+ETAGS = etags
+CTAGS = ctags
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  { test ! -d "$(distdir)" \
+    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+         && rm -fr "$(distdir)"; }; }
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CPPFLAGS = @CPPFLAGS@
+CXX = @CXX@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EXEEXT = @EXEEXT@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+OBJEXT = @OBJEXT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CXX = @ac_ct_CXX@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build_alias = @build_alias@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host_alias = @host_alias@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+voronota_SOURCES = src/mode_calculate_vertices.cpp \
+	src/mode_vectorize_points.cpp src/mode_compare_contacts.cpp \
+	src/mode_calculate_contacts.cpp \
+	src/mode_query_contacts_solvation_values.cpp \
+	src/modescommon/matching_utilities.h \
+	src/modescommon/drawing_links.h \
+	src/modescommon/drawing_protein_cartoons.h \
+	src/modescommon/mock_solvent_utilities.h \
+	src/modescommon/filepath_utilities.h \
+	src/modescommon/ball_value.h src/modescommon/contact_value.h \
+	src/modescommon/statistics_utilities.h \
+	src/modescommon/contacts_scoring_utilities.h \
+	src/modescommon/svg_writer.h \
+	src/modescommon/generic_utilities.h \
+	src/modescommon/properties_value.h \
+	src/modescommon/drawing_cylinder.h \
+	src/modescommon/vectorization_utilities.h \
+	src/modescommon/drawing_utilities.h \
+	src/modescommon/drawing_nucleic_acid_cartoons.h \
+	src/modescommon/sequence_utilities.h \
+	src/wrapper_get_balls_from_atoms_file_and_calculate_vertices.h \
+	src/mode_query_balls_clashes.cpp \
+	src/mode_calculate_vertices_in_parallel.cpp \
+	src/mode_get_balls_from_atoms_file.cpp \
+	src/mode_expand_descriptors.cpp src/compatability_macros.h \
+	src/mode_draw_balls.cpp src/mode_score_contacts_energy.cpp \
+	src/mode_score_scores.cpp \
+	src/mode_query_contacts_simulating_unfolding.cpp src/main.cpp \
+	src/mode_score_contacts_potential.cpp \
+	src/mode_vectorize_contacts.cpp \
+	src/mode_score_contacts_quality.cpp src/auxiliaries/atoms_io.h \
+	src/auxiliaries/io_utilities.h \
+	src/auxiliaries/chain_residue_atom_descriptor.h \
+	src/auxiliaries/residue_letters_coding.h \
+	src/auxiliaries/opengl_printer.h \
+	src/auxiliaries/program_options_handler.h \
+	src/auxiliaries/pairwise_sequence_alignment.h \
+	src/auxiliaries/residue_atoms_reference.h \
+	src/auxiliaries/xml_writer.h \
+	src/auxiliaries/atom_radius_assigner.h \
+	src/mode_query_balls_sequences_pairings_stats.cpp \
+	src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp \
+	src/mode_plot_contacts.cpp \
+	src/mode_vectorize_contact_environments.cpp \
+	src/mode_calculate_mock_solvent.cpp \
+	src/mode_place_membrane.cpp src/mode_query_balls.cpp \
+	src/mode_write_qa_scores_in_casp_format.cpp \
+	src/mode_score_contacts_potentials_stats.cpp \
+	src/mode_rotational_optimization_demo.cpp \
+	src/mode_demo_ses.cpp src/mode_score_contacts_energy_stats.cpp \
+	src/mode_write_balls_to_atoms_file.cpp \
+	src/mode_demo_polygon_triangulation.cpp \
+	src/mode_demo_hypercut.cpp src/mode_draw_contacts.cpp \
+	src/apollota/subdivided_icosahedron.h \
+	src/apollota/constrained_contacts_utilities.h \
+	src/apollota/triangulation_output.h src/apollota/tuple.h \
+	src/apollota/triangulation_queries.h \
+	src/apollota/spheres_boundary_construction.h \
+	src/apollota/tangent_plane_of_three_spheres.h \
+	src/apollota/rotation.h \
+	src/apollota/tangent_sphere_of_three_spheres.h \
+	src/apollota/triangulation.h \
+	src/apollota/safer_quadratic_equation_root.h \
+	src/apollota/basic_operations_on_points.h \
+	src/apollota/bounding_spheres_hierarchy.h \
+	src/apollota/splitting_of_spheres.h \
+	src/apollota/rolling_topology.h src/apollota/polar_sorting.h \
+	src/apollota/safer_comparison_of_numbers.h \
+	src/apollota/hyperboloid_between_two_spheres.h \
+	src/apollota/tangent_sphere_of_four_spheres.h \
+	src/apollota/constrained_contact_contour.h \
+	src/apollota/basic_operations_on_spheres.h \
+	src/apollota/spherical_contacts_construction.h \
+	src/apollota/constrained_contacts_construction.h \
+	src/apollota/constrained_contact_remainder.h \
+	src/apollota/safer_summation.h \
+	src/apollota/search_for_spherical_collisions.h \
+	src/apollota/polynomial_curves.h \
+	src/apollota/simple_polygon_utilities.h \
+	src/mode_score_contacts_global_energy_by_cuts.cpp \
+	src/mode_query_contacts.cpp \
+	src/mode_query_contacts_depth_values.cpp \
+	src/mode_simulate_potential_for_membrane_proteins.cpp
+dist_bin_SCRIPTS = voronota-resources voronota-voromqa voronota-contacts voronota-cadscore voronota-volumes
+dist_man1_MANS = voronota.man
+all: all-am
+
+.SUFFIXES:
+.SUFFIXES: .cpp .o .obj
+am--refresh:
+	@:
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
+	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
+		&& exit 0; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
+	$(am__cd) $(top_srcdir) && \
+	  $(AUTOMAKE) --foreign Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    echo ' $(SHELL) ./config.status'; \
+	    $(SHELL) ./config.status;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	$(SHELL) ./config.status --recheck
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	$(am__cd) $(srcdir) && $(AUTOCONF)
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+$(am__aclocal_m4_deps):
+install-binPROGRAMS: $(bin_PROGRAMS)
+	@$(NORMAL_INSTALL)
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
+	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+	for p in $$list; do echo "$$p $$p"; done | \
+	sed 's/$(EXEEXT)$$//' | \
+	while read p p1; do if test -f $$p; \
+	  then echo "$$p"; echo "$$p"; else :; fi; \
+	done | \
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
+	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
+	sed 'N;N;N;s,\n, ,g' | \
+	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
+	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
+	    else { print "f", $$3 "/" $$4, $$1; } } \
+	  END { for (d in files) print "f", d, files[d] }' | \
+	while read type dir files; do \
+	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+	    test -z "$$files" || { \
+	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
+	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+	    } \
+	; done
+
+uninstall-binPROGRAMS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
+	files=`for p in $$list; do echo "$$p"; done | \
+	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
+	      -e 's/$$/$(EXEEXT)/' `; \
+	test -n "$$list" || exit 0; \
+	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
+	cd "$(DESTDIR)$(bindir)" && rm -f $$files
+
+clean-binPROGRAMS:
+	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+voronota$(EXEEXT): $(voronota_OBJECTS) $(voronota_DEPENDENCIES) 
+	@rm -f voronota$(EXEEXT)
+	$(CXXLINK) $(voronota_OBJECTS) $(voronota_LDADD) $(LIBS)
+install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
+	@$(NORMAL_INSTALL)
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
+	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
+	for p in $$list; do \
+	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
+	done | \
+	sed -e 'p;s,.*/,,;n' \
+	    -e 'h;s|.*|.|' \
+	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
+	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
+	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
+	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
+	      if (++n[d] == $(am__install_max)) { \
+		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
+	    else { print "f", d "/" $$4, $$1 } } \
+	  END { for (d in files) print "f", d, files[d] }' | \
+	while read type dir files; do \
+	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
+	     test -z "$$files" || { \
+	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
+	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
+	     } \
+	; done
+
+uninstall-dist_binSCRIPTS:
+	@$(NORMAL_UNINSTALL)
+	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
+	files=`for p in $$list; do echo "$$p"; done | \
+	       sed -e 's,.*/,,;$(transform)'`; \
+	test -n "$$list" || exit 0; \
+	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
+	cd "$(DESTDIR)$(bindir)" && rm -f $$files
+
+mostlyclean-compile:
+	-rm -f *.$(OBJEXT)
+
+distclean-compile:
+	-rm -f *.tab.c
+
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/main.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_calculate_contacts.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_calculate_mock_solvent.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_calculate_vertices.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_calculate_vertices_in_parallel.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_compare_contacts.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_demo_hypercut.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_demo_polygon_triangulation.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_demo_ses.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_draw_balls.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_draw_contacts.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_expand_descriptors.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_get_balls_from_atoms_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_place_membrane.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_plot_contacts.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_query_balls.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_query_balls_clashes.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_query_balls_sequences_pairings_stats.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_query_contacts.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_query_contacts_depth_values.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_query_contacts_simulating_unfolding.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_query_contacts_solvation_values.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_rotational_optimization_demo.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_score_contacts_energy.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_score_contacts_energy_stats.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_score_contacts_global_energy_by_cuts.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_score_contacts_potential.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_score_contacts_potentials_stats.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_score_contacts_quality.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_score_scores.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_simulate_potential_for_membrane_proteins.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_vectorize_contact_environments.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_vectorize_contacts.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_vectorize_points.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_write_balls_to_atoms_file.Po at am__quote@
+ at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/mode_write_qa_scores_in_casp_format.Po at am__quote@
+
+.cpp.o:
+ at am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+
+.cpp.obj:
+ at am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+mode_calculate_vertices.o: src/mode_calculate_vertices.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_calculate_vertices.o -MD -MP -MF $(DEPDIR)/mode_calculate_vertices.Tpo -c -o mode_calculate_vertices.o `test -f 'src/mode_calculate_vertices.cpp' || echo '$(srcdir)/'`src/mode_calculate_vertices.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_calculate_vertices.Tpo $(DEPDIR)/mode_calculate_vertices.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_calculate_vertices.cpp' object='mode_calculate_vertices.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_calculate_vertices.o `test -f 'src/mode_calculate_vertices.cpp' || echo '$(srcdir)/'`src/mode_calculate_vertices.cpp
+
+mode_calculate_vertices.obj: src/mode_calculate_vertices.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_calculate_vertices.obj -MD -MP -MF $(DEPDIR)/mode_calculate_vertices.Tpo -c -o mode_calculate_vertices.obj `if test -f 'src/mode_calculate_vertices.cpp'; then $(CYGPATH_W) 'src/mode_calculate_vertices.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_calculate_vertices.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_calculate_vertices.Tpo $(DEPDIR)/mode_calculate_vertices.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_calculate_vertices.cpp' object='mode_calculate_vertices.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_calculate_vertices.obj `if test -f 'src/mode_calculate_vertices.cpp'; then $(CYGPATH_W) 'src/mode_calculate_vertices.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_calculate_vertices.cpp'; fi`
+
+mode_vectorize_points.o: src/mode_vectorize_points.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_vectorize_points.o -MD -MP -MF $(DEPDIR)/mode_vectorize_points.Tpo -c -o mode_vectorize_points.o `test -f 'src/mode_vectorize_points.cpp' || echo '$(srcdir)/'`src/mode_vectorize_points.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_vectorize_points.Tpo $(DEPDIR)/mode_vectorize_points.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_vectorize_points.cpp' object='mode_vectorize_points.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_vectorize_points.o `test -f 'src/mode_vectorize_points.cpp' || echo '$(srcdir)/'`src/mode_vectorize_points.cpp
+
+mode_vectorize_points.obj: src/mode_vectorize_points.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_vectorize_points.obj -MD -MP -MF $(DEPDIR)/mode_vectorize_points.Tpo -c -o mode_vectorize_points.obj `if test -f 'src/mode_vectorize_points.cpp'; then $(CYGPATH_W) 'src/mode_vectorize_points.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_vectorize_points.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_vectorize_points.Tpo $(DEPDIR)/mode_vectorize_points.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_vectorize_points.cpp' object='mode_vectorize_points.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_vectorize_points.obj `if test -f 'src/mode_vectorize_points.cpp'; then $(CYGPATH_W) 'src/mode_vectorize_points.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_vectorize_points.cpp'; fi`
+
+mode_compare_contacts.o: src/mode_compare_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_compare_contacts.o -MD -MP -MF $(DEPDIR)/mode_compare_contacts.Tpo -c -o mode_compare_contacts.o `test -f 'src/mode_compare_contacts.cpp' || echo '$(srcdir)/'`src/mode_compare_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_compare_contacts.Tpo $(DEPDIR)/mode_compare_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_compare_contacts.cpp' object='mode_compare_contacts.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_compare_contacts.o `test -f 'src/mode_compare_contacts.cpp' || echo '$(srcdir)/'`src/mode_compare_contacts.cpp
+
+mode_compare_contacts.obj: src/mode_compare_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_compare_contacts.obj -MD -MP -MF $(DEPDIR)/mode_compare_contacts.Tpo -c -o mode_compare_contacts.obj `if test -f 'src/mode_compare_contacts.cpp'; then $(CYGPATH_W) 'src/mode_compare_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_compare_contacts.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_compare_contacts.Tpo $(DEPDIR)/mode_compare_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_compare_contacts.cpp' object='mode_compare_contacts.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_compare_contacts.obj `if test -f 'src/mode_compare_contacts.cpp'; then $(CYGPATH_W) 'src/mode_compare_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_compare_contacts.cpp'; fi`
+
+mode_calculate_contacts.o: src/mode_calculate_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_calculate_contacts.o -MD -MP -MF $(DEPDIR)/mode_calculate_contacts.Tpo -c -o mode_calculate_contacts.o `test -f 'src/mode_calculate_contacts.cpp' || echo '$(srcdir)/'`src/mode_calculate_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_calculate_contacts.Tpo $(DEPDIR)/mode_calculate_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_calculate_contacts.cpp' object='mode_calculate_contacts.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_calculate_contacts.o `test -f 'src/mode_calculate_contacts.cpp' || echo '$(srcdir)/'`src/mode_calculate_contacts.cpp
+
+mode_calculate_contacts.obj: src/mode_calculate_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_calculate_contacts.obj -MD -MP -MF $(DEPDIR)/mode_calculate_contacts.Tpo -c -o mode_calculate_contacts.obj `if test -f 'src/mode_calculate_contacts.cpp'; then $(CYGPATH_W) 'src/mode_calculate_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_calculate_contacts.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_calculate_contacts.Tpo $(DEPDIR)/mode_calculate_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_calculate_contacts.cpp' object='mode_calculate_contacts.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_calculate_contacts.obj `if test -f 'src/mode_calculate_contacts.cpp'; then $(CYGPATH_W) 'src/mode_calculate_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_calculate_contacts.cpp'; fi`
+
+mode_query_contacts_solvation_values.o: src/mode_query_contacts_solvation_values.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_contacts_solvation_values.o -MD -MP -MF $(DEPDIR)/mode_query_contacts_solvation_values.Tpo -c -o mode_query_contacts_solvation_values.o `test -f 'src/mode_query_contacts_solvation_values.cpp' || echo '$(srcdir)/'`src/mode_query_contacts_solvation_values.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_contacts_solvation_values.Tpo $(DEPDIR)/mode_query_contacts_solvation_values.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_contacts_solvation_values.cpp' object='mode_query_contacts_solvation_values.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_contacts_solvation_values.o `test -f 'src/mode_query_contacts_solvation_values.cpp' || echo '$(srcdir)/'`src/mode_query_contacts_solvation_values.cpp
+
+mode_query_contacts_solvation_values.obj: src/mode_query_contacts_solvation_values.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_contacts_solvation_values.obj -MD -MP -MF $(DEPDIR)/mode_query_contacts_solvation_values.Tpo -c -o mode_query_contacts_solvation_values.obj `if test -f 'src/mode_query_contacts_solvation_values.cpp'; then $(CYGPATH_W) 'src/mode_query_contacts_solvation_values.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_contacts_solvation_values.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_contacts_solvation_values.Tpo $(DEPDIR)/mode_query_contacts_solvation_values.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_contacts_solvation_values.cpp' object='mode_query_contacts_solvation_values.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_contacts_solvation_values.obj `if test -f 'src/mode_query_contacts_solvation_values.cpp'; then $(CYGPATH_W) 'src/mode_query_contacts_solvation_values.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_contacts_solvation_values.cpp'; fi`
+
+mode_query_balls_clashes.o: src/mode_query_balls_clashes.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_balls_clashes.o -MD -MP -MF $(DEPDIR)/mode_query_balls_clashes.Tpo -c -o mode_query_balls_clashes.o `test -f 'src/mode_query_balls_clashes.cpp' || echo '$(srcdir)/'`src/mode_query_balls_clashes.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_balls_clashes.Tpo $(DEPDIR)/mode_query_balls_clashes.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_balls_clashes.cpp' object='mode_query_balls_clashes.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_balls_clashes.o `test -f 'src/mode_query_balls_clashes.cpp' || echo '$(srcdir)/'`src/mode_query_balls_clashes.cpp
+
+mode_query_balls_clashes.obj: src/mode_query_balls_clashes.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_balls_clashes.obj -MD -MP -MF $(DEPDIR)/mode_query_balls_clashes.Tpo -c -o mode_query_balls_clashes.obj `if test -f 'src/mode_query_balls_clashes.cpp'; then $(CYGPATH_W) 'src/mode_query_balls_clashes.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_balls_clashes.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_balls_clashes.Tpo $(DEPDIR)/mode_query_balls_clashes.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_balls_clashes.cpp' object='mode_query_balls_clashes.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_balls_clashes.obj `if test -f 'src/mode_query_balls_clashes.cpp'; then $(CYGPATH_W) 'src/mode_query_balls_clashes.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_balls_clashes.cpp'; fi`
+
+mode_calculate_vertices_in_parallel.o: src/mode_calculate_vertices_in_parallel.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_calculate_vertices_in_parallel.o -MD -MP -MF $(DEPDIR)/mode_calculate_vertices_in_parallel.Tpo -c -o mode_calculate_vertices_in_parallel.o `test -f 'src/mode_calculate_vertices_in_parallel.cpp' || echo '$(srcdir)/'`src/mode_calculate_vertices_in_parallel.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_calculate_vertices_in_parallel.Tpo $(DEPDIR)/mode_calculate_vertices_in_parallel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_calculate_vertices_in_parallel.cpp' object='mode_calculate_vertices_in_parallel.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_calculate_vertices_in_parallel.o `test -f 'src/mode_calculate_vertices_in_parallel.cpp' || echo '$(srcdir)/'`src/mode_calculate_vertices_in_parallel.cpp
+
+mode_calculate_vertices_in_parallel.obj: src/mode_calculate_vertices_in_parallel.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_calculate_vertices_in_parallel.obj -MD -MP -MF $(DEPDIR)/mode_calculate_vertices_in_parallel.Tpo -c -o mode_calculate_vertices_in_parallel.obj `if test -f 'src/mode_calculate_vertices_in_parallel.cpp'; then $(CYGPATH_W) 'src/mode_calculate_vertices_in_parallel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_calculate_vertices_in_parallel.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_calculate_vertices_in_parallel.Tpo $(DEPDIR)/mode_calculate_vertices_in_parallel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_calculate_vertices_in_parallel.cpp' object='mode_calculate_vertices_in_parallel.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_calculate_vertices_in_parallel.obj `if test -f 'src/mode_calculate_vertices_in_parallel.cpp'; then $(CYGPATH_W) 'src/mode_calculate_vertices_in_parallel.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_calculate_vertices_in_parallel.cpp'; fi`
+
+mode_get_balls_from_atoms_file.o: src/mode_get_balls_from_atoms_file.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_get_balls_from_atoms_file.o -MD -MP -MF $(DEPDIR)/mode_get_balls_from_atoms_file.Tpo -c -o mode_get_balls_from_atoms_file.o `test -f 'src/mode_get_balls_from_atoms_file.cpp' || echo '$(srcdir)/'`src/mode_get_balls_from_atoms_file.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_get_balls_from_atoms_file.Tpo $(DEPDIR)/mode_get_balls_from_atoms_file.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_get_balls_from_atoms_file.cpp' object='mode_get_balls_from_atoms_file.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_get_balls_from_atoms_file.o `test -f 'src/mode_get_balls_from_atoms_file.cpp' || echo '$(srcdir)/'`src/mode_get_balls_from_atoms_file.cpp
+
+mode_get_balls_from_atoms_file.obj: src/mode_get_balls_from_atoms_file.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_get_balls_from_atoms_file.obj -MD -MP -MF $(DEPDIR)/mode_get_balls_from_atoms_file.Tpo -c -o mode_get_balls_from_atoms_file.obj `if test -f 'src/mode_get_balls_from_atoms_file.cpp'; then $(CYGPATH_W) 'src/mode_get_balls_from_atoms_file.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_get_balls_from_atoms_file.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_get_balls_from_atoms_file.Tpo $(DEPDIR)/mode_get_balls_from_atoms_file.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_get_balls_from_atoms_file.cpp' object='mode_get_balls_from_atoms_file.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_get_balls_from_atoms_file.obj `if test -f 'src/mode_get_balls_from_atoms_file.cpp'; then $(CYGPATH_W) 'src/mode_get_balls_from_atoms_file.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_get_balls_from_atoms_file.cpp'; fi`
+
+mode_expand_descriptors.o: src/mode_expand_descriptors.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_expand_descriptors.o -MD -MP -MF $(DEPDIR)/mode_expand_descriptors.Tpo -c -o mode_expand_descriptors.o `test -f 'src/mode_expand_descriptors.cpp' || echo '$(srcdir)/'`src/mode_expand_descriptors.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_expand_descriptors.Tpo $(DEPDIR)/mode_expand_descriptors.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_expand_descriptors.cpp' object='mode_expand_descriptors.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_expand_descriptors.o `test -f 'src/mode_expand_descriptors.cpp' || echo '$(srcdir)/'`src/mode_expand_descriptors.cpp
+
+mode_expand_descriptors.obj: src/mode_expand_descriptors.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_expand_descriptors.obj -MD -MP -MF $(DEPDIR)/mode_expand_descriptors.Tpo -c -o mode_expand_descriptors.obj `if test -f 'src/mode_expand_descriptors.cpp'; then $(CYGPATH_W) 'src/mode_expand_descriptors.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_expand_descriptors.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_expand_descriptors.Tpo $(DEPDIR)/mode_expand_descriptors.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_expand_descriptors.cpp' object='mode_expand_descriptors.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_expand_descriptors.obj `if test -f 'src/mode_expand_descriptors.cpp'; then $(CYGPATH_W) 'src/mode_expand_descriptors.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_expand_descriptors.cpp'; fi`
+
+mode_draw_balls.o: src/mode_draw_balls.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_draw_balls.o -MD -MP -MF $(DEPDIR)/mode_draw_balls.Tpo -c -o mode_draw_balls.o `test -f 'src/mode_draw_balls.cpp' || echo '$(srcdir)/'`src/mode_draw_balls.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_draw_balls.Tpo $(DEPDIR)/mode_draw_balls.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_draw_balls.cpp' object='mode_draw_balls.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_draw_balls.o `test -f 'src/mode_draw_balls.cpp' || echo '$(srcdir)/'`src/mode_draw_balls.cpp
+
+mode_draw_balls.obj: src/mode_draw_balls.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_draw_balls.obj -MD -MP -MF $(DEPDIR)/mode_draw_balls.Tpo -c -o mode_draw_balls.obj `if test -f 'src/mode_draw_balls.cpp'; then $(CYGPATH_W) 'src/mode_draw_balls.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_draw_balls.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_draw_balls.Tpo $(DEPDIR)/mode_draw_balls.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_draw_balls.cpp' object='mode_draw_balls.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_draw_balls.obj `if test -f 'src/mode_draw_balls.cpp'; then $(CYGPATH_W) 'src/mode_draw_balls.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_draw_balls.cpp'; fi`
+
+mode_score_contacts_energy.o: src/mode_score_contacts_energy.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_energy.o -MD -MP -MF $(DEPDIR)/mode_score_contacts_energy.Tpo -c -o mode_score_contacts_energy.o `test -f 'src/mode_score_contacts_energy.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_energy.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_energy.Tpo $(DEPDIR)/mode_score_contacts_energy.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_energy.cpp' object='mode_score_contacts_energy.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_energy.o `test -f 'src/mode_score_contacts_energy.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_energy.cpp
+
+mode_score_contacts_energy.obj: src/mode_score_contacts_energy.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_energy.obj -MD -MP -MF $(DEPDIR)/mode_score_contacts_energy.Tpo -c -o mode_score_contacts_energy.obj `if test -f 'src/mode_score_contacts_energy.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_energy.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_energy.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_energy.Tpo $(DEPDIR)/mode_score_contacts_energy.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_energy.cpp' object='mode_score_contacts_energy.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_energy.obj `if test -f 'src/mode_score_contacts_energy.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_energy.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_energy.cpp'; fi`
+
+mode_score_scores.o: src/mode_score_scores.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_scores.o -MD -MP -MF $(DEPDIR)/mode_score_scores.Tpo -c -o mode_score_scores.o `test -f 'src/mode_score_scores.cpp' || echo '$(srcdir)/'`src/mode_score_scores.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_scores.Tpo $(DEPDIR)/mode_score_scores.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_scores.cpp' object='mode_score_scores.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_scores.o `test -f 'src/mode_score_scores.cpp' || echo '$(srcdir)/'`src/mode_score_scores.cpp
+
+mode_score_scores.obj: src/mode_score_scores.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_scores.obj -MD -MP -MF $(DEPDIR)/mode_score_scores.Tpo -c -o mode_score_scores.obj `if test -f 'src/mode_score_scores.cpp'; then $(CYGPATH_W) 'src/mode_score_scores.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_scores.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_scores.Tpo $(DEPDIR)/mode_score_scores.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_scores.cpp' object='mode_score_scores.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_scores.obj `if test -f 'src/mode_score_scores.cpp'; then $(CYGPATH_W) 'src/mode_score_scores.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_scores.cpp'; fi`
+
+mode_query_contacts_simulating_unfolding.o: src/mode_query_contacts_simulating_unfolding.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_contacts_simulating_unfolding.o -MD -MP -MF $(DEPDIR)/mode_query_contacts_simulating_unfolding.Tpo -c -o mode_query_contacts_simulating_unfolding.o `test -f 'src/mode_query_contacts_simulating_unfolding.cpp' || echo '$(srcdir)/'`src/mode_query_contacts_simulating_unfolding.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_contacts_simulating_unfolding.Tpo $(DEPDIR)/mode_query_contacts_simulating_unfolding.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_contacts_simulating_unfolding.cpp' object='mode_query_contacts_simulating_unfolding.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_contacts_simulating_unfolding.o `test -f 'src/mode_query_contacts_simulating_unfolding.cpp' || echo '$(srcdir)/'`src/mode_query_contacts_simulating_unfolding.cpp
+
+mode_query_contacts_simulating_unfolding.obj: src/mode_query_contacts_simulating_unfolding.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_contacts_simulating_unfolding.obj -MD -MP -MF $(DEPDIR)/mode_query_contacts_simulating_unfolding.Tpo -c -o mode_query_contacts_simulating_unfolding.obj `if test -f 'src/mode_query_contacts_simulating_unfolding.cpp'; then $(CYGPATH_W) 'src/mode_query_contacts_simulating_unfolding.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_contacts_simulating_unfo [...]
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_contacts_simulating_unfolding.Tpo $(DEPDIR)/mode_query_contacts_simulating_unfolding.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_contacts_simulating_unfolding.cpp' object='mode_query_contacts_simulating_unfolding.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_contacts_simulating_unfolding.obj `if test -f 'src/mode_query_contacts_simulating_unfolding.cpp'; then $(CYGPATH_W) 'src/mode_query_contacts_simulating_unfolding.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_contacts_simulating_unfolding.cpp'; fi`
+
+main.o: src/main.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT main.o -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.o `test -f 'src/main.cpp' || echo '$(srcdir)/'`src/main.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/main.cpp' object='main.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o main.o `test -f 'src/main.cpp' || echo '$(srcdir)/'`src/main.cpp
+
+main.obj: src/main.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT main.obj -MD -MP -MF $(DEPDIR)/main.Tpo -c -o main.obj `if test -f 'src/main.cpp'; then $(CYGPATH_W) 'src/main.cpp'; else $(CYGPATH_W) '$(srcdir)/src/main.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/main.Tpo $(DEPDIR)/main.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/main.cpp' object='main.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o main.obj `if test -f 'src/main.cpp'; then $(CYGPATH_W) 'src/main.cpp'; else $(CYGPATH_W) '$(srcdir)/src/main.cpp'; fi`
+
+mode_score_contacts_potential.o: src/mode_score_contacts_potential.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_potential.o -MD -MP -MF $(DEPDIR)/mode_score_contacts_potential.Tpo -c -o mode_score_contacts_potential.o `test -f 'src/mode_score_contacts_potential.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_potential.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_potential.Tpo $(DEPDIR)/mode_score_contacts_potential.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_potential.cpp' object='mode_score_contacts_potential.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_potential.o `test -f 'src/mode_score_contacts_potential.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_potential.cpp
+
+mode_score_contacts_potential.obj: src/mode_score_contacts_potential.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_potential.obj -MD -MP -MF $(DEPDIR)/mode_score_contacts_potential.Tpo -c -o mode_score_contacts_potential.obj `if test -f 'src/mode_score_contacts_potential.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_potential.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_potential.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_potential.Tpo $(DEPDIR)/mode_score_contacts_potential.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_potential.cpp' object='mode_score_contacts_potential.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_potential.obj `if test -f 'src/mode_score_contacts_potential.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_potential.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_potential.cpp'; fi`
+
+mode_vectorize_contacts.o: src/mode_vectorize_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_vectorize_contacts.o -MD -MP -MF $(DEPDIR)/mode_vectorize_contacts.Tpo -c -o mode_vectorize_contacts.o `test -f 'src/mode_vectorize_contacts.cpp' || echo '$(srcdir)/'`src/mode_vectorize_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_vectorize_contacts.Tpo $(DEPDIR)/mode_vectorize_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_vectorize_contacts.cpp' object='mode_vectorize_contacts.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_vectorize_contacts.o `test -f 'src/mode_vectorize_contacts.cpp' || echo '$(srcdir)/'`src/mode_vectorize_contacts.cpp
+
+mode_vectorize_contacts.obj: src/mode_vectorize_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_vectorize_contacts.obj -MD -MP -MF $(DEPDIR)/mode_vectorize_contacts.Tpo -c -o mode_vectorize_contacts.obj `if test -f 'src/mode_vectorize_contacts.cpp'; then $(CYGPATH_W) 'src/mode_vectorize_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_vectorize_contacts.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_vectorize_contacts.Tpo $(DEPDIR)/mode_vectorize_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_vectorize_contacts.cpp' object='mode_vectorize_contacts.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_vectorize_contacts.obj `if test -f 'src/mode_vectorize_contacts.cpp'; then $(CYGPATH_W) 'src/mode_vectorize_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_vectorize_contacts.cpp'; fi`
+
+mode_score_contacts_quality.o: src/mode_score_contacts_quality.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_quality.o -MD -MP -MF $(DEPDIR)/mode_score_contacts_quality.Tpo -c -o mode_score_contacts_quality.o `test -f 'src/mode_score_contacts_quality.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_quality.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_quality.Tpo $(DEPDIR)/mode_score_contacts_quality.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_quality.cpp' object='mode_score_contacts_quality.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_quality.o `test -f 'src/mode_score_contacts_quality.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_quality.cpp
+
+mode_score_contacts_quality.obj: src/mode_score_contacts_quality.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_quality.obj -MD -MP -MF $(DEPDIR)/mode_score_contacts_quality.Tpo -c -o mode_score_contacts_quality.obj `if test -f 'src/mode_score_contacts_quality.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_quality.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_quality.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_quality.Tpo $(DEPDIR)/mode_score_contacts_quality.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_quality.cpp' object='mode_score_contacts_quality.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_quality.obj `if test -f 'src/mode_score_contacts_quality.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_quality.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_quality.cpp'; fi`
+
+mode_query_balls_sequences_pairings_stats.o: src/mode_query_balls_sequences_pairings_stats.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_balls_sequences_pairings_stats.o -MD -MP -MF $(DEPDIR)/mode_query_balls_sequences_pairings_stats.Tpo -c -o mode_query_balls_sequences_pairings_stats.o `test -f 'src/mode_query_balls_sequences_pairings_stats.cpp' || echo '$(srcdir)/'`src/mode_query_balls_sequences_pairings_stats.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_balls_sequences_pairings_stats.Tpo $(DEPDIR)/mode_query_balls_sequences_pairings_stats.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_balls_sequences_pairings_stats.cpp' object='mode_query_balls_sequences_pairings_stats.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_balls_sequences_pairings_stats.o `test -f 'src/mode_query_balls_sequences_pairings_stats.cpp' || echo '$(srcdir)/'`src/mode_query_balls_sequences_pairings_stats.cpp
+
+mode_query_balls_sequences_pairings_stats.obj: src/mode_query_balls_sequences_pairings_stats.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_balls_sequences_pairings_stats.obj -MD -MP -MF $(DEPDIR)/mode_query_balls_sequences_pairings_stats.Tpo -c -o mode_query_balls_sequences_pairings_stats.obj `if test -f 'src/mode_query_balls_sequences_pairings_stats.cpp'; then $(CYGPATH_W) 'src/mode_query_balls_sequences_pairings_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_balls_sequences_pai [...]
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_balls_sequences_pairings_stats.Tpo $(DEPDIR)/mode_query_balls_sequences_pairings_stats.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_balls_sequences_pairings_stats.cpp' object='mode_query_balls_sequences_pairings_stats.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_balls_sequences_pairings_stats.obj `if test -f 'src/mode_query_balls_sequences_pairings_stats.cpp'; then $(CYGPATH_W) 'src/mode_query_balls_sequences_pairings_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_balls_sequences_pairings_stats.cpp'; fi`
+
+mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.o: src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.o -MD -MP -MF $(DEPDIR)/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.Tpo -c -o mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.o `test -f 'src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp' || echo '$(srcdir)/'`src/mode_wrapped_get_balls_from_atoms_fil [...]
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.Tpo $(DEPDIR)/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp' object='mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.o `test -f 'src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp' || echo '$(srcdir)/'`src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp
+
+mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.obj: src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.obj -MD -MP -MF $(DEPDIR)/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.Tpo -c -o mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.obj `if test -f 'src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp'; then $(CYGPATH_W) 'src/mode_wrapped_get_balls_from_ato [...]
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.Tpo $(DEPDIR)/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp' object='mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.obj `if test -f 'src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp'; then $(CYGPATH_W) 'src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp'; fi`
+
+mode_plot_contacts.o: src/mode_plot_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_plot_contacts.o -MD -MP -MF $(DEPDIR)/mode_plot_contacts.Tpo -c -o mode_plot_contacts.o `test -f 'src/mode_plot_contacts.cpp' || echo '$(srcdir)/'`src/mode_plot_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_plot_contacts.Tpo $(DEPDIR)/mode_plot_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_plot_contacts.cpp' object='mode_plot_contacts.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_plot_contacts.o `test -f 'src/mode_plot_contacts.cpp' || echo '$(srcdir)/'`src/mode_plot_contacts.cpp
+
+mode_plot_contacts.obj: src/mode_plot_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_plot_contacts.obj -MD -MP -MF $(DEPDIR)/mode_plot_contacts.Tpo -c -o mode_plot_contacts.obj `if test -f 'src/mode_plot_contacts.cpp'; then $(CYGPATH_W) 'src/mode_plot_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_plot_contacts.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_plot_contacts.Tpo $(DEPDIR)/mode_plot_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_plot_contacts.cpp' object='mode_plot_contacts.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_plot_contacts.obj `if test -f 'src/mode_plot_contacts.cpp'; then $(CYGPATH_W) 'src/mode_plot_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_plot_contacts.cpp'; fi`
+
+mode_vectorize_contact_environments.o: src/mode_vectorize_contact_environments.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_vectorize_contact_environments.o -MD -MP -MF $(DEPDIR)/mode_vectorize_contact_environments.Tpo -c -o mode_vectorize_contact_environments.o `test -f 'src/mode_vectorize_contact_environments.cpp' || echo '$(srcdir)/'`src/mode_vectorize_contact_environments.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_vectorize_contact_environments.Tpo $(DEPDIR)/mode_vectorize_contact_environments.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_vectorize_contact_environments.cpp' object='mode_vectorize_contact_environments.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_vectorize_contact_environments.o `test -f 'src/mode_vectorize_contact_environments.cpp' || echo '$(srcdir)/'`src/mode_vectorize_contact_environments.cpp
+
+mode_vectorize_contact_environments.obj: src/mode_vectorize_contact_environments.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_vectorize_contact_environments.obj -MD -MP -MF $(DEPDIR)/mode_vectorize_contact_environments.Tpo -c -o mode_vectorize_contact_environments.obj `if test -f 'src/mode_vectorize_contact_environments.cpp'; then $(CYGPATH_W) 'src/mode_vectorize_contact_environments.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_vectorize_contact_environments.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_vectorize_contact_environments.Tpo $(DEPDIR)/mode_vectorize_contact_environments.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_vectorize_contact_environments.cpp' object='mode_vectorize_contact_environments.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_vectorize_contact_environments.obj `if test -f 'src/mode_vectorize_contact_environments.cpp'; then $(CYGPATH_W) 'src/mode_vectorize_contact_environments.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_vectorize_contact_environments.cpp'; fi`
+
+mode_calculate_mock_solvent.o: src/mode_calculate_mock_solvent.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_calculate_mock_solvent.o -MD -MP -MF $(DEPDIR)/mode_calculate_mock_solvent.Tpo -c -o mode_calculate_mock_solvent.o `test -f 'src/mode_calculate_mock_solvent.cpp' || echo '$(srcdir)/'`src/mode_calculate_mock_solvent.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_calculate_mock_solvent.Tpo $(DEPDIR)/mode_calculate_mock_solvent.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_calculate_mock_solvent.cpp' object='mode_calculate_mock_solvent.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_calculate_mock_solvent.o `test -f 'src/mode_calculate_mock_solvent.cpp' || echo '$(srcdir)/'`src/mode_calculate_mock_solvent.cpp
+
+mode_calculate_mock_solvent.obj: src/mode_calculate_mock_solvent.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_calculate_mock_solvent.obj -MD -MP -MF $(DEPDIR)/mode_calculate_mock_solvent.Tpo -c -o mode_calculate_mock_solvent.obj `if test -f 'src/mode_calculate_mock_solvent.cpp'; then $(CYGPATH_W) 'src/mode_calculate_mock_solvent.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_calculate_mock_solvent.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_calculate_mock_solvent.Tpo $(DEPDIR)/mode_calculate_mock_solvent.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_calculate_mock_solvent.cpp' object='mode_calculate_mock_solvent.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_calculate_mock_solvent.obj `if test -f 'src/mode_calculate_mock_solvent.cpp'; then $(CYGPATH_W) 'src/mode_calculate_mock_solvent.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_calculate_mock_solvent.cpp'; fi`
+
+mode_place_membrane.o: src/mode_place_membrane.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_place_membrane.o -MD -MP -MF $(DEPDIR)/mode_place_membrane.Tpo -c -o mode_place_membrane.o `test -f 'src/mode_place_membrane.cpp' || echo '$(srcdir)/'`src/mode_place_membrane.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_place_membrane.Tpo $(DEPDIR)/mode_place_membrane.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_place_membrane.cpp' object='mode_place_membrane.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_place_membrane.o `test -f 'src/mode_place_membrane.cpp' || echo '$(srcdir)/'`src/mode_place_membrane.cpp
+
+mode_place_membrane.obj: src/mode_place_membrane.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_place_membrane.obj -MD -MP -MF $(DEPDIR)/mode_place_membrane.Tpo -c -o mode_place_membrane.obj `if test -f 'src/mode_place_membrane.cpp'; then $(CYGPATH_W) 'src/mode_place_membrane.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_place_membrane.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_place_membrane.Tpo $(DEPDIR)/mode_place_membrane.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_place_membrane.cpp' object='mode_place_membrane.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_place_membrane.obj `if test -f 'src/mode_place_membrane.cpp'; then $(CYGPATH_W) 'src/mode_place_membrane.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_place_membrane.cpp'; fi`
+
+mode_query_balls.o: src/mode_query_balls.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_balls.o -MD -MP -MF $(DEPDIR)/mode_query_balls.Tpo -c -o mode_query_balls.o `test -f 'src/mode_query_balls.cpp' || echo '$(srcdir)/'`src/mode_query_balls.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_balls.Tpo $(DEPDIR)/mode_query_balls.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_balls.cpp' object='mode_query_balls.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_balls.o `test -f 'src/mode_query_balls.cpp' || echo '$(srcdir)/'`src/mode_query_balls.cpp
+
+mode_query_balls.obj: src/mode_query_balls.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_balls.obj -MD -MP -MF $(DEPDIR)/mode_query_balls.Tpo -c -o mode_query_balls.obj `if test -f 'src/mode_query_balls.cpp'; then $(CYGPATH_W) 'src/mode_query_balls.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_balls.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_balls.Tpo $(DEPDIR)/mode_query_balls.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_balls.cpp' object='mode_query_balls.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_balls.obj `if test -f 'src/mode_query_balls.cpp'; then $(CYGPATH_W) 'src/mode_query_balls.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_balls.cpp'; fi`
+
+mode_write_qa_scores_in_casp_format.o: src/mode_write_qa_scores_in_casp_format.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_write_qa_scores_in_casp_format.o -MD -MP -MF $(DEPDIR)/mode_write_qa_scores_in_casp_format.Tpo -c -o mode_write_qa_scores_in_casp_format.o `test -f 'src/mode_write_qa_scores_in_casp_format.cpp' || echo '$(srcdir)/'`src/mode_write_qa_scores_in_casp_format.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_write_qa_scores_in_casp_format.Tpo $(DEPDIR)/mode_write_qa_scores_in_casp_format.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_write_qa_scores_in_casp_format.cpp' object='mode_write_qa_scores_in_casp_format.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_write_qa_scores_in_casp_format.o `test -f 'src/mode_write_qa_scores_in_casp_format.cpp' || echo '$(srcdir)/'`src/mode_write_qa_scores_in_casp_format.cpp
+
+mode_write_qa_scores_in_casp_format.obj: src/mode_write_qa_scores_in_casp_format.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_write_qa_scores_in_casp_format.obj -MD -MP -MF $(DEPDIR)/mode_write_qa_scores_in_casp_format.Tpo -c -o mode_write_qa_scores_in_casp_format.obj `if test -f 'src/mode_write_qa_scores_in_casp_format.cpp'; then $(CYGPATH_W) 'src/mode_write_qa_scores_in_casp_format.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_write_qa_scores_in_casp_format.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_write_qa_scores_in_casp_format.Tpo $(DEPDIR)/mode_write_qa_scores_in_casp_format.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_write_qa_scores_in_casp_format.cpp' object='mode_write_qa_scores_in_casp_format.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_write_qa_scores_in_casp_format.obj `if test -f 'src/mode_write_qa_scores_in_casp_format.cpp'; then $(CYGPATH_W) 'src/mode_write_qa_scores_in_casp_format.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_write_qa_scores_in_casp_format.cpp'; fi`
+
+mode_score_contacts_potentials_stats.o: src/mode_score_contacts_potentials_stats.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_potentials_stats.o -MD -MP -MF $(DEPDIR)/mode_score_contacts_potentials_stats.Tpo -c -o mode_score_contacts_potentials_stats.o `test -f 'src/mode_score_contacts_potentials_stats.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_potentials_stats.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_potentials_stats.Tpo $(DEPDIR)/mode_score_contacts_potentials_stats.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_potentials_stats.cpp' object='mode_score_contacts_potentials_stats.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_potentials_stats.o `test -f 'src/mode_score_contacts_potentials_stats.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_potentials_stats.cpp
+
+mode_score_contacts_potentials_stats.obj: src/mode_score_contacts_potentials_stats.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_potentials_stats.obj -MD -MP -MF $(DEPDIR)/mode_score_contacts_potentials_stats.Tpo -c -o mode_score_contacts_potentials_stats.obj `if test -f 'src/mode_score_contacts_potentials_stats.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_potentials_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_potentials_stats.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_potentials_stats.Tpo $(DEPDIR)/mode_score_contacts_potentials_stats.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_potentials_stats.cpp' object='mode_score_contacts_potentials_stats.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_potentials_stats.obj `if test -f 'src/mode_score_contacts_potentials_stats.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_potentials_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_potentials_stats.cpp'; fi`
+
+mode_rotational_optimization_demo.o: src/mode_rotational_optimization_demo.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_rotational_optimization_demo.o -MD -MP -MF $(DEPDIR)/mode_rotational_optimization_demo.Tpo -c -o mode_rotational_optimization_demo.o `test -f 'src/mode_rotational_optimization_demo.cpp' || echo '$(srcdir)/'`src/mode_rotational_optimization_demo.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_rotational_optimization_demo.Tpo $(DEPDIR)/mode_rotational_optimization_demo.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_rotational_optimization_demo.cpp' object='mode_rotational_optimization_demo.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_rotational_optimization_demo.o `test -f 'src/mode_rotational_optimization_demo.cpp' || echo '$(srcdir)/'`src/mode_rotational_optimization_demo.cpp
+
+mode_rotational_optimization_demo.obj: src/mode_rotational_optimization_demo.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_rotational_optimization_demo.obj -MD -MP -MF $(DEPDIR)/mode_rotational_optimization_demo.Tpo -c -o mode_rotational_optimization_demo.obj `if test -f 'src/mode_rotational_optimization_demo.cpp'; then $(CYGPATH_W) 'src/mode_rotational_optimization_demo.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_rotational_optimization_demo.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_rotational_optimization_demo.Tpo $(DEPDIR)/mode_rotational_optimization_demo.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_rotational_optimization_demo.cpp' object='mode_rotational_optimization_demo.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_rotational_optimization_demo.obj `if test -f 'src/mode_rotational_optimization_demo.cpp'; then $(CYGPATH_W) 'src/mode_rotational_optimization_demo.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_rotational_optimization_demo.cpp'; fi`
+
+mode_demo_ses.o: src/mode_demo_ses.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_demo_ses.o -MD -MP -MF $(DEPDIR)/mode_demo_ses.Tpo -c -o mode_demo_ses.o `test -f 'src/mode_demo_ses.cpp' || echo '$(srcdir)/'`src/mode_demo_ses.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_demo_ses.Tpo $(DEPDIR)/mode_demo_ses.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_demo_ses.cpp' object='mode_demo_ses.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_demo_ses.o `test -f 'src/mode_demo_ses.cpp' || echo '$(srcdir)/'`src/mode_demo_ses.cpp
+
+mode_demo_ses.obj: src/mode_demo_ses.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_demo_ses.obj -MD -MP -MF $(DEPDIR)/mode_demo_ses.Tpo -c -o mode_demo_ses.obj `if test -f 'src/mode_demo_ses.cpp'; then $(CYGPATH_W) 'src/mode_demo_ses.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_demo_ses.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_demo_ses.Tpo $(DEPDIR)/mode_demo_ses.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_demo_ses.cpp' object='mode_demo_ses.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_demo_ses.obj `if test -f 'src/mode_demo_ses.cpp'; then $(CYGPATH_W) 'src/mode_demo_ses.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_demo_ses.cpp'; fi`
+
+mode_score_contacts_energy_stats.o: src/mode_score_contacts_energy_stats.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_energy_stats.o -MD -MP -MF $(DEPDIR)/mode_score_contacts_energy_stats.Tpo -c -o mode_score_contacts_energy_stats.o `test -f 'src/mode_score_contacts_energy_stats.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_energy_stats.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_energy_stats.Tpo $(DEPDIR)/mode_score_contacts_energy_stats.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_energy_stats.cpp' object='mode_score_contacts_energy_stats.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_energy_stats.o `test -f 'src/mode_score_contacts_energy_stats.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_energy_stats.cpp
+
+mode_score_contacts_energy_stats.obj: src/mode_score_contacts_energy_stats.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_energy_stats.obj -MD -MP -MF $(DEPDIR)/mode_score_contacts_energy_stats.Tpo -c -o mode_score_contacts_energy_stats.obj `if test -f 'src/mode_score_contacts_energy_stats.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_energy_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_energy_stats.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_energy_stats.Tpo $(DEPDIR)/mode_score_contacts_energy_stats.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_energy_stats.cpp' object='mode_score_contacts_energy_stats.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_energy_stats.obj `if test -f 'src/mode_score_contacts_energy_stats.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_energy_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_energy_stats.cpp'; fi`
+
+mode_write_balls_to_atoms_file.o: src/mode_write_balls_to_atoms_file.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_write_balls_to_atoms_file.o -MD -MP -MF $(DEPDIR)/mode_write_balls_to_atoms_file.Tpo -c -o mode_write_balls_to_atoms_file.o `test -f 'src/mode_write_balls_to_atoms_file.cpp' || echo '$(srcdir)/'`src/mode_write_balls_to_atoms_file.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_write_balls_to_atoms_file.Tpo $(DEPDIR)/mode_write_balls_to_atoms_file.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_write_balls_to_atoms_file.cpp' object='mode_write_balls_to_atoms_file.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_write_balls_to_atoms_file.o `test -f 'src/mode_write_balls_to_atoms_file.cpp' || echo '$(srcdir)/'`src/mode_write_balls_to_atoms_file.cpp
+
+mode_write_balls_to_atoms_file.obj: src/mode_write_balls_to_atoms_file.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_write_balls_to_atoms_file.obj -MD -MP -MF $(DEPDIR)/mode_write_balls_to_atoms_file.Tpo -c -o mode_write_balls_to_atoms_file.obj `if test -f 'src/mode_write_balls_to_atoms_file.cpp'; then $(CYGPATH_W) 'src/mode_write_balls_to_atoms_file.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_write_balls_to_atoms_file.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_write_balls_to_atoms_file.Tpo $(DEPDIR)/mode_write_balls_to_atoms_file.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_write_balls_to_atoms_file.cpp' object='mode_write_balls_to_atoms_file.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_write_balls_to_atoms_file.obj `if test -f 'src/mode_write_balls_to_atoms_file.cpp'; then $(CYGPATH_W) 'src/mode_write_balls_to_atoms_file.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_write_balls_to_atoms_file.cpp'; fi`
+
+mode_demo_polygon_triangulation.o: src/mode_demo_polygon_triangulation.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_demo_polygon_triangulation.o -MD -MP -MF $(DEPDIR)/mode_demo_polygon_triangulation.Tpo -c -o mode_demo_polygon_triangulation.o `test -f 'src/mode_demo_polygon_triangulation.cpp' || echo '$(srcdir)/'`src/mode_demo_polygon_triangulation.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_demo_polygon_triangulation.Tpo $(DEPDIR)/mode_demo_polygon_triangulation.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_demo_polygon_triangulation.cpp' object='mode_demo_polygon_triangulation.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_demo_polygon_triangulation.o `test -f 'src/mode_demo_polygon_triangulation.cpp' || echo '$(srcdir)/'`src/mode_demo_polygon_triangulation.cpp
+
+mode_demo_polygon_triangulation.obj: src/mode_demo_polygon_triangulation.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_demo_polygon_triangulation.obj -MD -MP -MF $(DEPDIR)/mode_demo_polygon_triangulation.Tpo -c -o mode_demo_polygon_triangulation.obj `if test -f 'src/mode_demo_polygon_triangulation.cpp'; then $(CYGPATH_W) 'src/mode_demo_polygon_triangulation.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_demo_polygon_triangulation.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_demo_polygon_triangulation.Tpo $(DEPDIR)/mode_demo_polygon_triangulation.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_demo_polygon_triangulation.cpp' object='mode_demo_polygon_triangulation.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_demo_polygon_triangulation.obj `if test -f 'src/mode_demo_polygon_triangulation.cpp'; then $(CYGPATH_W) 'src/mode_demo_polygon_triangulation.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_demo_polygon_triangulation.cpp'; fi`
+
+mode_demo_hypercut.o: src/mode_demo_hypercut.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_demo_hypercut.o -MD -MP -MF $(DEPDIR)/mode_demo_hypercut.Tpo -c -o mode_demo_hypercut.o `test -f 'src/mode_demo_hypercut.cpp' || echo '$(srcdir)/'`src/mode_demo_hypercut.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_demo_hypercut.Tpo $(DEPDIR)/mode_demo_hypercut.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_demo_hypercut.cpp' object='mode_demo_hypercut.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_demo_hypercut.o `test -f 'src/mode_demo_hypercut.cpp' || echo '$(srcdir)/'`src/mode_demo_hypercut.cpp
+
+mode_demo_hypercut.obj: src/mode_demo_hypercut.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_demo_hypercut.obj -MD -MP -MF $(DEPDIR)/mode_demo_hypercut.Tpo -c -o mode_demo_hypercut.obj `if test -f 'src/mode_demo_hypercut.cpp'; then $(CYGPATH_W) 'src/mode_demo_hypercut.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_demo_hypercut.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_demo_hypercut.Tpo $(DEPDIR)/mode_demo_hypercut.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_demo_hypercut.cpp' object='mode_demo_hypercut.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_demo_hypercut.obj `if test -f 'src/mode_demo_hypercut.cpp'; then $(CYGPATH_W) 'src/mode_demo_hypercut.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_demo_hypercut.cpp'; fi`
+
+mode_draw_contacts.o: src/mode_draw_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_draw_contacts.o -MD -MP -MF $(DEPDIR)/mode_draw_contacts.Tpo -c -o mode_draw_contacts.o `test -f 'src/mode_draw_contacts.cpp' || echo '$(srcdir)/'`src/mode_draw_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_draw_contacts.Tpo $(DEPDIR)/mode_draw_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_draw_contacts.cpp' object='mode_draw_contacts.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_draw_contacts.o `test -f 'src/mode_draw_contacts.cpp' || echo '$(srcdir)/'`src/mode_draw_contacts.cpp
+
+mode_draw_contacts.obj: src/mode_draw_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_draw_contacts.obj -MD -MP -MF $(DEPDIR)/mode_draw_contacts.Tpo -c -o mode_draw_contacts.obj `if test -f 'src/mode_draw_contacts.cpp'; then $(CYGPATH_W) 'src/mode_draw_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_draw_contacts.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_draw_contacts.Tpo $(DEPDIR)/mode_draw_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_draw_contacts.cpp' object='mode_draw_contacts.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_draw_contacts.obj `if test -f 'src/mode_draw_contacts.cpp'; then $(CYGPATH_W) 'src/mode_draw_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_draw_contacts.cpp'; fi`
+
+mode_score_contacts_global_energy_by_cuts.o: src/mode_score_contacts_global_energy_by_cuts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_global_energy_by_cuts.o -MD -MP -MF $(DEPDIR)/mode_score_contacts_global_energy_by_cuts.Tpo -c -o mode_score_contacts_global_energy_by_cuts.o `test -f 'src/mode_score_contacts_global_energy_by_cuts.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_global_energy_by_cuts.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_global_energy_by_cuts.Tpo $(DEPDIR)/mode_score_contacts_global_energy_by_cuts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_global_energy_by_cuts.cpp' object='mode_score_contacts_global_energy_by_cuts.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_global_energy_by_cuts.o `test -f 'src/mode_score_contacts_global_energy_by_cuts.cpp' || echo '$(srcdir)/'`src/mode_score_contacts_global_energy_by_cuts.cpp
+
+mode_score_contacts_global_energy_by_cuts.obj: src/mode_score_contacts_global_energy_by_cuts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_score_contacts_global_energy_by_cuts.obj -MD -MP -MF $(DEPDIR)/mode_score_contacts_global_energy_by_cuts.Tpo -c -o mode_score_contacts_global_energy_by_cuts.obj `if test -f 'src/mode_score_contacts_global_energy_by_cuts.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_global_energy_by_cuts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_global_ene [...]
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_score_contacts_global_energy_by_cuts.Tpo $(DEPDIR)/mode_score_contacts_global_energy_by_cuts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_score_contacts_global_energy_by_cuts.cpp' object='mode_score_contacts_global_energy_by_cuts.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_score_contacts_global_energy_by_cuts.obj `if test -f 'src/mode_score_contacts_global_energy_by_cuts.cpp'; then $(CYGPATH_W) 'src/mode_score_contacts_global_energy_by_cuts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_score_contacts_global_energy_by_cuts.cpp'; fi`
+
+mode_query_contacts.o: src/mode_query_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_contacts.o -MD -MP -MF $(DEPDIR)/mode_query_contacts.Tpo -c -o mode_query_contacts.o `test -f 'src/mode_query_contacts.cpp' || echo '$(srcdir)/'`src/mode_query_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_contacts.Tpo $(DEPDIR)/mode_query_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_contacts.cpp' object='mode_query_contacts.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_contacts.o `test -f 'src/mode_query_contacts.cpp' || echo '$(srcdir)/'`src/mode_query_contacts.cpp
+
+mode_query_contacts.obj: src/mode_query_contacts.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_contacts.obj -MD -MP -MF $(DEPDIR)/mode_query_contacts.Tpo -c -o mode_query_contacts.obj `if test -f 'src/mode_query_contacts.cpp'; then $(CYGPATH_W) 'src/mode_query_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_contacts.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_contacts.Tpo $(DEPDIR)/mode_query_contacts.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_contacts.cpp' object='mode_query_contacts.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_contacts.obj `if test -f 'src/mode_query_contacts.cpp'; then $(CYGPATH_W) 'src/mode_query_contacts.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_contacts.cpp'; fi`
+
+mode_query_contacts_depth_values.o: src/mode_query_contacts_depth_values.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_contacts_depth_values.o -MD -MP -MF $(DEPDIR)/mode_query_contacts_depth_values.Tpo -c -o mode_query_contacts_depth_values.o `test -f 'src/mode_query_contacts_depth_values.cpp' || echo '$(srcdir)/'`src/mode_query_contacts_depth_values.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_contacts_depth_values.Tpo $(DEPDIR)/mode_query_contacts_depth_values.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_contacts_depth_values.cpp' object='mode_query_contacts_depth_values.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_contacts_depth_values.o `test -f 'src/mode_query_contacts_depth_values.cpp' || echo '$(srcdir)/'`src/mode_query_contacts_depth_values.cpp
+
+mode_query_contacts_depth_values.obj: src/mode_query_contacts_depth_values.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_query_contacts_depth_values.obj -MD -MP -MF $(DEPDIR)/mode_query_contacts_depth_values.Tpo -c -o mode_query_contacts_depth_values.obj `if test -f 'src/mode_query_contacts_depth_values.cpp'; then $(CYGPATH_W) 'src/mode_query_contacts_depth_values.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_contacts_depth_values.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_query_contacts_depth_values.Tpo $(DEPDIR)/mode_query_contacts_depth_values.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_query_contacts_depth_values.cpp' object='mode_query_contacts_depth_values.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_query_contacts_depth_values.obj `if test -f 'src/mode_query_contacts_depth_values.cpp'; then $(CYGPATH_W) 'src/mode_query_contacts_depth_values.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_query_contacts_depth_values.cpp'; fi`
+
+mode_simulate_potential_for_membrane_proteins.o: src/mode_simulate_potential_for_membrane_proteins.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_simulate_potential_for_membrane_proteins.o -MD -MP -MF $(DEPDIR)/mode_simulate_potential_for_membrane_proteins.Tpo -c -o mode_simulate_potential_for_membrane_proteins.o `test -f 'src/mode_simulate_potential_for_membrane_proteins.cpp' || echo '$(srcdir)/'`src/mode_simulate_potential_for_membrane_proteins.cpp
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_simulate_potential_for_membrane_proteins.Tpo $(DEPDIR)/mode_simulate_potential_for_membrane_proteins.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_simulate_potential_for_membrane_proteins.cpp' object='mode_simulate_potential_for_membrane_proteins.o' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_simulate_potential_for_membrane_proteins.o `test -f 'src/mode_simulate_potential_for_membrane_proteins.cpp' || echo '$(srcdir)/'`src/mode_simulate_potential_for_membrane_proteins.cpp
+
+mode_simulate_potential_for_membrane_proteins.obj: src/mode_simulate_potential_for_membrane_proteins.cpp
+ at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mode_simulate_potential_for_membrane_proteins.obj -MD -MP -MF $(DEPDIR)/mode_simulate_potential_for_membrane_proteins.Tpo -c -o mode_simulate_potential_for_membrane_proteins.obj `if test -f 'src/mode_simulate_potential_for_membrane_proteins.cpp'; then $(CYGPATH_W) 'src/mode_simulate_potential_for_membrane_proteins.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_simul [...]
+ at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/mode_simulate_potential_for_membrane_proteins.Tpo $(DEPDIR)/mode_simulate_potential_for_membrane_proteins.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='src/mode_simulate_potential_for_membrane_proteins.cpp' object='mode_simulate_potential_for_membrane_proteins.obj' libtool=no @AMDEPBACKSLASH@
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mode_simulate_potential_for_membrane_proteins.obj `if test -f 'src/mode_simulate_potential_for_membrane_proteins.cpp'; then $(CYGPATH_W) 'src/mode_simulate_potential_for_membrane_proteins.cpp'; else $(CYGPATH_W) '$(srcdir)/src/mode_simulate_potential_for_membrane_proteins.cpp'; fi`
+install-man1: $(dist_man1_MANS)
+	@$(NORMAL_INSTALL)
+	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
+	@list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
+	{ for i in $$list; do echo "$$i"; done; \
+	} | while read p; do \
+	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+	  echo "$$d$$p"; echo "$$p"; \
+	done | \
+	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
+	sed 'N;N;s,\n, ,g' | { \
+	list=; while read file base inst; do \
+	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
+	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
+	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
+	  fi; \
+	done; \
+	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
+	while read files; do \
+	  test -z "$$files" || { \
+	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
+	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
+	done; }
+
+uninstall-man1:
+	@$(NORMAL_UNINSTALL)
+	@list='$(dist_man1_MANS)'; test -n "$(man1dir)" || exit 0; \
+	files=`{ for i in $$list; do echo "$$i"; done; \
+	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
+	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
+	test -z "$$files" || { \
+	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
+	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
+
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	mkid -fID $$unique
+tags: TAGS
+
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	set x; \
+	here=`pwd`; \
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	shift; \
+	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
+	  test -n "$$unique" || unique=$$empty_fix; \
+	  if test $$# -gt 0; then \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      "$$@" $$unique; \
+	  else \
+	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+	      $$unique; \
+	  fi; \
+	fi
+ctags: CTAGS
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
+		$(TAGS_FILES) $(LISP)
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
+	unique=`for i in $$list; do \
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
+	  done | \
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	test -z "$(CTAGS_ARGS)$$unique" \
+	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
+	     $$unique
+
+GTAGS:
+	here=`$(am__cd) $(top_builddir) && pwd` \
+	  && $(am__cd) $(top_srcdir) \
+	  && gtags -i $(GTAGS_ARGS) "$$here"
+
+distclean-tags:
+	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
+
+distdir: $(DISTFILES)
+	@list='$(MANS)'; if test -n "$$list"; then \
+	  list=`for p in $$list; do \
+	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
+	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
+	  if test -n "$$list" && \
+	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
+	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
+	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
+	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
+	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
+	    exit 1; \
+	  else :; fi; \
+	else :; fi
+	$(am__remove_distdir)
+	test -d "$(distdir)" || mkdir "$(distdir)"
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+	  else \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
+	    || exit 1; \
+	  fi; \
+	done
+	-test -n "$(am__skip_mode_fix)" \
+	|| find "$(distdir)" -type d ! -perm -755 \
+		-exec chmod u+rwx,go+rx {} \; -o \
+	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
+	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
+	|| chmod -R a+r "$(distdir)"
+dist-gzip: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__remove_distdir)
+
+dist-bzip2: distdir
+	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
+	$(am__remove_distdir)
+
+dist-lzma: distdir
+	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
+	$(am__remove_distdir)
+
+dist-xz: distdir
+	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
+	$(am__remove_distdir)
+
+dist-tarZ: distdir
+	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
+	$(am__remove_distdir)
+
+dist-shar: distdir
+	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+	$(am__remove_distdir)
+
+dist-zip: distdir
+	-rm -f $(distdir).zip
+	zip -rq $(distdir).zip $(distdir)
+	$(am__remove_distdir)
+
+dist dist-all: distdir
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+	$(am__remove_distdir)
+
+# This target untars the dist file and tries a VPATH configuration.  Then
+# it guarantees that the distribution is self-contained by making another
+# tarfile.
+distcheck: dist
+	case '$(DIST_ARCHIVES)' in \
+	*.tar.gz*) \
+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+	*.tar.bz2*) \
+	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
+	*.tar.lzma*) \
+	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
+	*.tar.xz*) \
+	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
+	*.tar.Z*) \
+	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
+	*.shar.gz*) \
+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+	*.zip*) \
+	  unzip $(distdir).zip ;;\
+	esac
+	chmod -R a-w $(distdir); chmod a+w $(distdir)
+	mkdir $(distdir)/_build
+	mkdir $(distdir)/_inst
+	chmod a-w $(distdir)
+	test -d $(distdir)/_build || exit 0; \
+	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
+	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
+	  && am__cwd=`pwd` \
+	  && $(am__cd) $(distdir)/_build \
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+	    $(DISTCHECK_CONFIGURE_FLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) \
+	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
+	  && $(MAKE) $(AM_MAKEFLAGS) check \
+	  && $(MAKE) $(AM_MAKEFLAGS) install \
+	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
+	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
+	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
+	        distuninstallcheck \
+	  && chmod -R a-w "$$dc_install_base" \
+	  && ({ \
+	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
+	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
+	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
+	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
+	  && rm -rf "$$dc_destdir" \
+	  && $(MAKE) $(AM_MAKEFLAGS) dist \
+	  && rm -rf $(DIST_ARCHIVES) \
+	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
+	  && cd "$$am__cwd" \
+	  || exit 1
+	$(am__remove_distdir)
+	@(echo "$(distdir) archives ready for distribution: "; \
+	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
+	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
+distuninstallcheck:
+	@$(am__cd) '$(distuninstallcheck_dir)' \
+	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
+	   || { echo "ERROR: files left after uninstall:" ; \
+	        if test -n "$(DESTDIR)"; then \
+	          echo "  (check DESTDIR support)"; \
+	        fi ; \
+	        $(distuninstallcheck_listfiles) ; \
+	        exit 1; } >&2
+distcleancheck: distclean
+	@if test '$(srcdir)' = . ; then \
+	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
+	  exit 1 ; \
+	fi
+	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
+	  || { echo "ERROR: files left in build directory after distclean:" ; \
+	       $(distcleancheck_listfiles) ; \
+	       exit 1; } >&2
+check-am: all-am
+check: check-am
+all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS)
+installdirs:
+	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
+	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+	done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
+
+distclean: distclean-am
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+distclean-am: clean-am distclean-compile distclean-generic \
+	distclean-tags
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am: install-man
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am: install-binPROGRAMS install-dist_binSCRIPTS
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man: install-man1
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
+	-rm -rf $(top_srcdir)/autom4te.cache
+	-rm -rf ./$(DEPDIR)
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-compile mostlyclean-generic
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-binPROGRAMS uninstall-dist_binSCRIPTS \
+	uninstall-man
+
+uninstall-man: uninstall-man1
+
+.MAKE: install-am install-strip
+
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
+	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
+	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
+	distcheck distclean distclean-compile distclean-generic \
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-binPROGRAMS install-data install-data-am \
+	install-dist_binSCRIPTS install-dvi install-dvi-am \
+	install-exec install-exec-am install-html install-html-am \
+	install-info install-info-am install-man install-man1 \
+	install-pdf install-pdf-am install-ps install-ps-am \
+	install-strip installcheck installcheck-am installdirs \
+	maintainer-clean maintainer-clean-generic mostlyclean \
+	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
+	tags uninstall uninstall-am uninstall-binPROGRAMS \
+	uninstall-dist_binSCRIPTS uninstall-man uninstall-man1
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/README.html b/README.html
new file mode 100644
index 0000000..6432678
--- /dev/null
+++ b/README.html
@@ -0,0 +1,719 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta name="generator" content="pandoc" />
+  <title></title>
+  <style type="text/css">
+  a { color: #0000CC; }
+  td { padding-right: 1em; }
+  div#TOC > ul > li > ul > li ul { display: none; }
+  </style>
+</head>
+<body>
+<h1>Voronota version 1.18</h1>
+<div id="TOC">
+<ul>
+<li><a href="#about-voronota">About Voronota</a></li>
+<li><a href="#getting-the-latest-version">Getting the latest version</a></li>
+<li><a href="#building-from-source-code">Building from source code</a><ul>
+<li><a href="#using-c-compiler-directly">Using C++ compiler directly</a></li>
+<li><a href="#using-make">Using make</a></li>
+<li><a href="#using-cmake">Using CMake</a></li>
+<li><a href="#enabling-openmp">Enabling OpenMP</a></li>
+<li><a href="#enabling-mpi">Enabling MPI</a></li>
+<li><a href="#tr1-usage-switch">TR1 usage switch</a></li>
+</ul></li>
+<li><a href="#basic-usage-example">Basic usage example</a><ul>
+<li><a href="#computing-voronoi-vertices">Computing Voronoi vertices</a></li>
+<li><a href="#computing-inter-atom-contacts">Computing inter-atom contacts</a></li>
+<li><a href="#computing-annotated-inter-atom-contacts">Computing annotated inter-atom contacts</a></li>
+<li><a href="#querying-annotated-inter-atom-contacts">Querying annotated inter-atom contacts</a></li>
+<li><a href="#getting-help-in-command-line">Getting help in command line</a></li>
+</ul></li>
+<li><a href="#command-reference">Command reference</a><ul>
+<li><a href="#list-of-all-commands">List of all commands</a></li>
+<li><a href="#command-get-balls-from-atoms-file">Command 'get-balls-from-atoms-file'</a><ul>
+<li><a href="#command-line-arguments">Command line arguments:</a></li>
+<li><a href="#input-stream">Input stream:</a></li>
+<li><a href="#output-stream">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-calculate-vertices">Command 'calculate-vertices'</a><ul>
+<li><a href="#command-line-arguments-1">Command line arguments:</a></li>
+<li><a href="#input-stream-1">Input stream:</a></li>
+<li><a href="#output-stream-1">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-calculate-vertices-in-parallel">Command 'calculate-vertices-in-parallel'</a><ul>
+<li><a href="#command-line-arguments-2">Command line arguments:</a></li>
+<li><a href="#input-stream-2">Input stream:</a></li>
+<li><a href="#output-stream-2">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-calculate-contacts">Command 'calculate-contacts'</a><ul>
+<li><a href="#command-line-arguments-3">Command line arguments:</a></li>
+<li><a href="#input-stream-3">Input stream:</a></li>
+<li><a href="#output-stream-3">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-query-balls">Command 'query-balls'</a><ul>
+<li><a href="#command-line-arguments-4">Command line arguments:</a></li>
+<li><a href="#input-stream-4">Input stream:</a></li>
+<li><a href="#output-stream-4">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-query-contacts">Command 'query-contacts'</a><ul>
+<li><a href="#command-line-arguments-5">Command line arguments:</a></li>
+<li><a href="#input-stream-5">Input stream:</a></li>
+<li><a href="#output-stream-5">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-draw-contacts">Command 'draw-contacts'</a><ul>
+<li><a href="#command-line-arguments-6">Command line arguments:</a></li>
+<li><a href="#input-stream-6">Input stream:</a></li>
+<li><a href="#output-stream-6">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-score-contacts-energy">Command 'score-contacts-energy'</a><ul>
+<li><a href="#command-line-arguments-7">Command line arguments:</a></li>
+<li><a href="#input-stream-7">Input stream:</a></li>
+<li><a href="#output-stream-7">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-score-contacts-quality">Command 'score-contacts-quality'</a><ul>
+<li><a href="#command-line-arguments-8">Command line arguments:</a></li>
+<li><a href="#input-stream-8">Input stream:</a></li>
+<li><a href="#output-stream-8">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-score-contacts-potential">Command 'score-contacts-potential'</a><ul>
+<li><a href="#command-line-arguments-9">Command line arguments:</a></li>
+<li><a href="#input-stream-9">Input stream:</a></li>
+<li><a href="#output-stream-9">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-compare-contacts">Command 'compare-contacts'</a><ul>
+<li><a href="#command-line-arguments-10">Command line arguments:</a></li>
+<li><a href="#input-stream-10">Input stream:</a></li>
+<li><a href="#output-stream-10">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-write-balls-to-atoms-file">Command 'write-balls-to-atoms-file'</a><ul>
+<li><a href="#command-line-arguments-11">Command line arguments:</a></li>
+<li><a href="#input-stream-11">Input stream:</a></li>
+<li><a href="#output-stream-11">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-query-balls-clashes">Command 'query-balls-clashes'</a><ul>
+<li><a href="#command-line-arguments-12">Command line arguments:</a></li>
+<li><a href="#input-stream-12">Input stream:</a></li>
+<li><a href="#output-stream-12">Output stream:</a></li>
+</ul></li>
+<li><a href="#command-expand-descriptors">Command 'expand-descriptors'</a><ul>
+<li><a href="#command-line-arguments-13">Command line arguments:</a></li>
+<li><a href="#input-stream-13">Input stream:</a></li>
+<li><a href="#output-stream-13">Output stream:</a></li>
+</ul></li>
+</ul></li>
+<li><a href="#wrapper-scripts">Wrapper scripts</a><ul>
+<li><a href="#voromqa-method-script">VoroMQA method script</a></li>
+<li><a href="#cad-score-method-script">CAD-score method script</a></li>
+<li><a href="#contacts-calculation-convenience-script">Contacts calculation convenience script</a></li>
+<li><a href="#volumes-calculation-convenience-script">Volumes calculation convenience script</a></li>
+</ul></li>
+</ul>
+</div>
+<h1 id="about-voronota"><a href="#TOC">About Voronota</a></h1>
+<p>The analysis of macromolecular structures often requires a comprehensive definition of atomic neighborhoods. Such a definition can be based on the Voronoi diagram of balls, where each ball represents an atom of some van der Waals radius. Voronota is a software tool for finding all the vertices of the Voronoi diagram of balls. Such vertices correspond to the centers of the empty tangent spheres defined by quadruples of balls. Voronota is especially suitable for processing three-dimensi [...]
+<p>Since version 1.2 Voronota also uses the Voronoi vertices to construct inter-atom contact surfaces and solvent accessible surfaces. Voronota provides tools to query contacts, generate contacts graphics, compare contacts and evaluate quality of protein structural models using contacts.</p>
+<p>Voronota is developed by Kliment Olechnovic (kliment at ibt.lt).</p>
+<h1 id="getting-the-latest-version"><a href="#TOC">Getting the latest version</a></h1>
+<p>Download the latest archive from the official downloads page: <a href="https://bitbucket.org/kliment/voronota/downloads">https://bitbucket.org/kliment/voronota/downloads</a>.</p>
+<p>The archive contains ready-to-use statically compiled 'voronota' program for 64 bit Linux systems. This executable can be rebuilt from the provided source code to work on any modern Linux, Mac OS X or Windows operating systems.</p>
+<p>Packages in .deb or .rpm formats are currently not available. However, installing Voronota in Linux or Mac OS X is easy: just copy Voronota executable files ('voronota' program and, if needed, the wrapper scripts) to one of the directories listed in $PATH variable.</p>
+<h1 id="building-from-source-code"><a href="#TOC">Building from source code</a></h1>
+<h2 id="using-c-compiler-directly"><a href="#TOC">Using C++ compiler directly</a></h2>
+<p>Voronota has no required external dependencies, only a standard-compliant C++ compiler is needed to build it.</p>
+<p>For example, "voronota" executable can be built from the sources in "src" directory using GNU C++ compiler:</p>
+<pre><code>g++ -O3 -o voronota src/*.cpp
+</code></pre>
+<h2 id="using-make"><a href="#TOC">Using make</a></h2>
+<p>You can generate and use a makefile:</p>
+<pre><code>./configure
+make
+</code></pre>
+<p>It allows to install and uninstall Voronota executables:</p>
+<pre><code>make install
+make uninstall
+</code></pre>
+<h2 id="using-cmake"><a href="#TOC">Using CMake</a></h2>
+<p>You can build using CMake for makefile generation. Starting in the directory containing "CMakeLists.txt" file, run the sequence of commands:</p>
+<pre><code>cmake ./
+make
+</code></pre>
+<h2 id="enabling-openmp"><a href="#TOC">Enabling OpenMP</a></h2>
+<p>To enable the usage of OpenMP for parallel processing when building using C++ compiler directly, add "-fopenmp" option:</p>
+<pre><code>g++ -O3 -fopenmp -o voronota src/*.cpp
+</code></pre>
+<p>When generating a makefile with a "configure" script, OpenMP usage can be enabled by setting CXXFLAGS variable:</p>
+<pre><code>./configure CXXFLAGS="-O3 -fopenmp"
+make
+</code></pre>
+<p>When using CMake, OpenMP usage is enabled automatically if it is possible.</p>
+<h2 id="enabling-mpi"><a href="#TOC">Enabling MPI</a></h2>
+<p>To enable the usage of MPI for parallel processing, you can use mpic++ compiler wrapper. You also need to define "ENABLE_MPI" macro when buiding:</p>
+<pre><code>mpic++ -O3 -DENABLE_MPI -o voronota ./src/*.cpp
+</code></pre>
+<h2 id="tr1-usage-switch"><a href="#TOC">TR1 usage switch</a></h2>
+<p>Voronota can be built with either modern C++ compilers or pre-C++11 compilers that support C++ Technical Report 1 (TR1) features. The voronota code has preprocessor-based checks to find out if C++ TR1 namespace is available and needs to be used. If compilation fails, it may mean that these checks failed. To troubleshoot this, try setting the value of the "USE_TR1" macro to 0 (to not use TR1 and to rely on C++11 standard) or 1 (to use TR1) when compiling, for example:</p>
+<pre><code>g++ -O3 -DUSE_TR1=1 -o voronota src/*.cpp
+</code></pre>
+<p>or</p>
+<pre><code>g++ -O3 -std=c++11 -DUSE_TR1=0 -o voronota src/*.cpp
+</code></pre>
+<h1 id="basic-usage-example"><a href="#TOC">Basic usage example</a></h1>
+<h2 id="computing-voronoi-vertices"><a href="#TOC">Computing Voronoi vertices</a></h2>
+<p>Here is a basic example of computing Voronoi vertices for a structure in a PDB file:</p>
+<pre><code>./voronota get-balls-from-atoms-file < input.pdb > balls.txt
+./voronota calculate-vertices < balls.txt > vertices.txt
+</code></pre>
+<p>The first command reads a PDB file "input.pdb" and outputs a file "balls.txt" that contains balls corresponding to the atoms in "input.pdb" (by default, Voronota ignores all heteroatoms and all hydrogen atoms when reading PDB files: this behavior can be altered using command-line options). The second command reads "balls.txt" and outputs a file "vertices.txt" that contains a quadruples and empty tangent spheres that correspond to the v [...]
+<p>In "balls.txt" the line format is "x y z r # comments". The first four values (x, y, z, r) are atomic ball coordinates and radius. Comments are not needed for further calculations, they are to assist human readers. For example, below is a part of some possible "balls.txt":</p>
+<pre><code>28.888 9.409 52.301 1.7 # 1 A 2 SER N
+27.638 10.125 52.516 1.9 # 2 A 2 SER CA
+26.499 9.639 51.644 1.75 # 3 A 2 SER C
+26.606 8.656 50.915 1.49 # 4 A 2 SER O
+27.783 11.635 52.378 1.91 # 5 A 2 SER CB
+27.69 12.033 51.012 1.54 # 6 A 2 SER OG
+</code></pre>
+<p>In "vertices.txt" the line format is "q1 q2 q3 q4 x y z r". The first four numbers (q1, q2, q3, q4) are numbers of atomic records in "balls.txt", starting from 0. The remaining four values (x, y, z, r) are the coordinates and the radius of an empty tangent sphere of the quadruple of atoms. For example, below is a part of some possible "vertices.txt":</p>
+<pre><code>0 1 2 3 27.761 8.691 51.553 -0.169
+0 1 2 23 28.275 9.804 50.131 0.588
+0 1 3 1438 24.793 -3.225 60.761 14.047
+0 1 4 5 28.785 10.604 50.721 0.283
+0 1 4 1453 30.018 10.901 55.386 1.908
+0 1 5 23 28.544 10.254 50.194 0.595
+</code></pre>
+<h2 id="computing-inter-atom-contacts"><a href="#TOC">Computing inter-atom contacts</a></h2>
+<p>Taking the "balls.txt" file described in the previous section, here is a basic example of computing inter-atom contacts:</p>
+<pre><code>./voronota calculate-contacts < balls.txt > contacts.txt
+</code></pre>
+<p>In "contacts.txt" file the line format is "b1 b2 area". The first two numbers (b1 and b2) are numbers of atomic records in "balls.txt", starting from 0. If b1 does not equal b2, then the 'area' value is the area of contact between atoms b1 and b2. If b1 equals b2, then the 'area' value is the solvent-accessible area of atom b1. For example, below is a part of some possible "contacts.txt":</p>
+<pre><code>0 0 35.440
+0 1 15.908
+0 2 0.167
+0 3 7.025
+0 4 7.021
+0 5 0.624
+0 23 2.849
+0 25 0.008
+0 26 11.323
+0 1454 0.021
+1 1 16.448
+1 2 11.608
+1 3 0.327
+1 4 14.170
+1 5 0.820
+1 6 3.902
+1 23 0.081
+2 2 3.591
+2 3 11.714
+2 4 0.305
+2 5 2.019
+</code></pre>
+<h2 id="computing-annotated-inter-atom-contacts"><a href="#TOC">Computing annotated inter-atom contacts</a></h2>
+<p>Here is a basic example of computing annotated inter-atom contacts:</p>
+<pre><code>./voronota get-balls-from-atoms-file --annotated < input.pdb > annotated_balls.txt
+./voronota calculate-contacts --annotated < annotated_balls.txt > annotated_contacts.txt
+</code></pre>
+<p>In "annotated_contacts.txt" the line format is "annotation1 annotation2 area distance tags adjuncts [graphics]". The strings 'annotation1' and 'annotation2' describe contacting atoms, the 'area' value is the area of contact between the two atoms, the 'distance' value is the distance between the centers of the contacting atoms. If 'annotation2' contains string "solvent", then the 'area' value is the solvent-accessible area of the atom described by 'annotat [...]
+<pre><code>c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<2>R<SER>A<CA>        15.908  1.456  .  .
+c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<3>R<SER>A<C>         0.167   2.488  .  .
+c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<4>R<SER>A<O>         7.025   2.774  .  .
+c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<5>R<SER>A<CB>        7.021   2.486  .  .
+c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<6>R<SER>A<OG>        0.624   3.159  .  .
+c<A>r<2>a<1>R<SER>A<N>   c<A>r<5>a<24>R<GLU>A<CB>       2.849   4.628  .  .
+c<A>r<2>a<1>R<SER>A<N>   c<A>r<5>a<26>R<GLU>A<CD>       0.008   4.792  .  .
+c<A>r<2>a<1>R<SER>A<N>   c<A>r<5>a<27>R<GLU>A<OE1>      11.323  3.932  .  .
+c<A>r<2>a<1>R<SER>A<N>   c<A>r<194>a<1501>R<LEU>A<CD2>  0.021   5.465  .  .
+c<A>r<2>a<1>R<SER>A<N>   c<solvent>                     35.440  5.9    .  .
+c<A>r<2>a<2>R<SER>A<CA>  c<A>r<2>a<3>R<SER>A<C>         11.608  1.514  .  .
+c<A>r<2>a<2>R<SER>A<CA>  c<A>r<2>a<4>R<SER>A<O>         0.327   2.405  .  .
+c<A>r<2>a<2>R<SER>A<CA>  c<A>r<2>a<5>R<SER>A<CB>        14.170  1.523  .  .
+c<A>r<2>a<2>R<SER>A<CA>  c<A>r<2>a<6>R<SER>A<OG>        0.820   2.430  .  .
+c<A>r<2>a<2>R<SER>A<CA>  c<A>r<3>a<7>R<LYS>A<N>         3.902   2.371  .  .
+c<A>r<2>a<2>R<SER>A<CA>  c<A>r<5>a<24>R<GLU>A<CB>       0.081   4.954  .  .
+c<A>r<2>a<2>R<SER>A<CA>  c<solvent>                     16.448  6.1    .  .
+</code></pre>
+<p>Each atomic descriptor in the above text can be transformed into a space-separated list (chainID resSeq iCode serial altLoc resName name) using "voronota expand-descriptors" command:</p>
+<pre><code>cat annotated_contacts.txt | voronota expand-descriptors | column -t > expanded_table_of_contacts.txt
+</code></pre>
+<p>Below is a part of some possible "expanded_table_of_contacts.txt":</p>
+<pre><code>A  2  .  1  .  SER  N   A        2    .  2     .  SER  CA   15.908  1.456  .  .
+A  2  .  1  .  SER  N   A        2    .  3     .  SER  C    0.167   2.488  .  .
+A  2  .  1  .  SER  N   A        2    .  4     .  SER  O    7.025   2.774  .  .
+A  2  .  1  .  SER  N   A        2    .  5     .  SER  CB   7.021   2.486  .  .
+A  2  .  1  .  SER  N   A        2    .  6     .  SER  OG   0.624   3.159  .  .
+A  2  .  1  .  SER  N   A        5    .  24    .  GLU  CB   2.849   4.628  .  .
+A  2  .  1  .  SER  N   A        5    .  26    .  GLU  CD   0.008   4.792  .  .
+A  2  .  1  .  SER  N   A        5    .  27    .  GLU  OE1  11.323  3.932  .  .
+A  2  .  1  .  SER  N   A        194  .  1501  .  LEU  CD2  0.021   5.465  .  .
+A  2  .  1  .  SER  N   solvent  .    .  .     .  .    .    35.440  5.9    .  .
+A  2  .  2  .  SER  CA  A        2    .  3     .  SER  C    11.608  1.514  .  .
+A  2  .  2  .  SER  CA  A        2    .  4     .  SER  O    0.327   2.405  .  .
+A  2  .  2  .  SER  CA  A        2    .  5     .  SER  CB   14.170  1.523  .  .
+A  2  .  2  .  SER  CA  A        2    .  6     .  SER  OG   0.820   2.430  .  .
+A  2  .  2  .  SER  CA  A        3    .  7     .  LYS  N    3.902   2.371  .  .
+A  2  .  2  .  SER  CA  A        5    .  24    .  GLU  CB   0.081   4.954  .  .
+A  2  .  2  .  SER  CA  solvent  .    .  .     .  .    .    16.448  6.1    .  .
+</code></pre>
+<h2 id="querying-annotated-inter-atom-contacts"><a href="#TOC">Querying annotated inter-atom contacts</a></h2>
+<p>The "voronota query-contacts" command can be used to query and manipulate computed annotated contacts. For example, below is the command that selects contacts that probably correspond to salt bridges:</p>
+<pre><code>cat annotated_contacts.txt | voronota query-contacts --match-first 'R<ASP,GLU>&A<OD1,OD2,OE1,OE2,OXT>' --match-second 'R<ARG,HIS,LYS>&A<NH1,NH2,ND1,NE2,NZ>' --match-max-dist 4.0
+</code></pre>
+<p>The "support/generate-arguments-for-query-contacts.html" file in the Voronota package provides a graphical interface for generating sets of arguments for the "voronota query-contacts" command: it serves as an interactive documentation. A similar interface for the "voronota query-balls" command is provided by the "support/generate-arguments-for-query-balls.html" file.</p>
+<h2 id="getting-help-in-command-line"><a href="#TOC">Getting help in command line</a></h2>
+<p>The list of all available Voronota commands is displayed when executing Voronota without any parameters.</p>
+<p>Command help is shown when "--help" command line option is present, for example:</p>
+<pre><code>./voronota calculate-vertices --help
+</code></pre>
+<p>Using "--help" option without specific command results in printing help for all commands:</p>
+<pre><code>./voronota --help
+</code></pre>
+<h1 id="command-reference"><a href="#TOC">Command reference</a></h1>
+<h2 id="list-of-all-commands"><a href="#TOC">List of all commands</a></h2>
+<ul>
+<li>get-balls-from-atoms-file</li>
+<li>calculate-vertices</li>
+<li>calculate-vertices-in-parallel</li>
+<li>calculate-contacts</li>
+<li>query-balls</li>
+<li>query-contacts</li>
+<li>draw-contacts</li>
+<li>score-contacts-energy</li>
+<li>score-contacts-quality</li>
+<li>score-contacts-potential</li>
+<li>compare-contacts</li>
+<li>write-balls-to-atoms-file</li>
+<li>query-balls-clashes</li>
+<li>expand-descriptors</li>
+</ul>
+<h2 id="command-get-balls-from-atoms-file"><a href="#TOC">Command 'get-balls-from-atoms-file'</a></h2>
+<h3 id="command-line-arguments"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--annotated                                 flag to enable annotated mode
+--include-heteroatoms                       flag to include heteroatoms
+--include-hydrogens                         flag to include hydrogen atoms
+--multimodel-chains                         flag to read multiple models in PDB format and rename chains accordingly
+--mmcif                                     flag to input in mmCIF format
+--radii-file                    string      path to radii configuration file
+--default-radius                number      default atomic radius
+--only-default-radius                       flag to make all radii equal to the default radius
+--hull-offset                   number      positive offset distance enables adding artificial hull balls
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream"><a href="#TOC">Input stream:</a></h3>
+<pre><code>file in PDB or mmCIF format
+</code></pre>
+<h3 id="output-stream"><a href="#TOC">Output stream:</a></h3>
+<pre><code>list of balls
+
+    default mode line format: 'x y z r # atomSerial chainID resSeq resName atomName altLoc iCode'
+
+    annotated mode line format: 'annotation x y z r tags adjuncts'
+</code></pre>
+<h2 id="command-calculate-vertices"><a href="#TOC">Command 'calculate-vertices'</a></h2>
+<h3 id="command-line-arguments-1"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--print-log                                 flag to print log of calculations
+--exclude-hidden-balls                      flag to exclude hidden input balls
+--include-surplus-quadruples                flag to include surplus quadruples
+--link                                      flag to output links between vertices
+--init-radius-for-BSH           number      initial radius for bounding sphere hierarchy
+--check                                     flag to slowly check the resulting vertices (used only for testing)
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-1"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of balls (line format: 'x y z r')
+</code></pre>
+<h3 id="output-stream-1"><a href="#TOC">Output stream:</a></h3>
+<pre><code>list of Voronoi vertices, i.e. quadruples with tangent spheres (line format: 'q1 q2 q3 q4 x y z r')
+</code></pre>
+<h2 id="command-calculate-vertices-in-parallel"><a href="#TOC">Command 'calculate-vertices-in-parallel'</a></h2>
+<h3 id="command-line-arguments-2"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--method                        string   *  parallelization method name, variants are: 'simulated'
+--parts                         number   *  number of parts for splitting, must be power of 2
+--print-log                                 flag to print log of calculations
+--include-surplus-quadruples                flag to include surplus quadruples
+--link                                      flag to output links between vertices
+--init-radius-for-BSH           number      initial radius for bounding sphere hierarchy
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-2"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of balls (line format: 'x y z r')
+</code></pre>
+<h3 id="output-stream-2"><a href="#TOC">Output stream:</a></h3>
+<pre><code>list of Voronoi vertices, i.e. quadruples with tangent spheres (line format: 'q1 q2 q3 q4 x y z r')
+</code></pre>
+<h2 id="command-calculate-contacts"><a href="#TOC">Command 'calculate-contacts'</a></h2>
+<h3 id="command-line-arguments-3"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--annotated                                 flag to enable annotated mode
+--probe                         number      probe radius
+--exclude-hidden-balls                      flag to exclude hidden input balls
+--step                          number      curve step length
+--projections                   number      curve optimization depth
+--sih-depth                     number      spherical surface optimization depth
+--add-mirrored                              flag to add mirrored contacts to non-annnotated output
+--draw                                      flag to output graphics for annotated contacts
+--tag-centrality                            flag to tag contacts centrality
+--tag-peripherial                           flag to tag peripherial contacts
+--old-contacts-output           string      file path to output spherical contacts
+--volumes-output                string      file path to output constrained cells volumes
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-3"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of balls
+
+    default mode line format: 'x y z r'
+
+    annotated mode line format: 'annotation x y z r tags adjuncts'
+</code></pre>
+<h3 id="output-stream-3"><a href="#TOC">Output stream:</a></h3>
+<pre><code>list of contacts
+
+    default mode line format: 'b1 b2 area'
+
+    annotated mode line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]'
+</code></pre>
+<h2 id="command-query-balls"><a href="#TOC">Command 'query-balls'</a></h2>
+<h3 id="command-line-arguments-4"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--match                         string      selection
+--match-not                     string      negative selection
+--match-tags                    string      tags to match
+--match-tags-not                string      tags to not match
+--match-adjuncts                string      adjuncts intervals to match
+--match-adjuncts-not            string      adjuncts intervals to not match
+--match-external-annotations    string      file path to input matchable annotations
+--invert                                    flag to invert selection
+--whole-residues                            flag to select whole residues
+--drop-atom-serials                         flag to drop atom serial numbers from input
+--drop-altloc-indicators                    flag to drop alternate location indicators from input
+--drop-tags                                 flag to drop all tags from input
+--drop-adjuncts                             flag to drop all adjuncts from input
+--set-tags                      string      set tags instead of filtering
+--set-dssp-info                 string      file path to input DSSP file
+--set-adjuncts                  string      set adjuncts instead of filtering
+--set-external-adjuncts         string      file path to input external adjuncts
+--set-external-adjuncts-name    string      name for external adjuncts
+--rename-chains                             flag to rename input chains to be in interval from 'A' to 'Z'
+--renumber-from-adjunct         string      adjunct name to use for input residue renumbering
+--renumber-positively                       flag to increment residue numbers to make them positive
+--reset-serials                             flag to reset atom serial numbers
+--set-seq-pos-adjunct                       flag to set normalized sequence position adjunct
+--set-ref-seq-num-adjunct       string      file path to input reference sequence
+--ref-seq-alignment             string      file path to output alignment with reference
+--seq-output                    string      file path to output query result sequence string
+--chains-summary-output         string      file path to output chains summary
+--chains-seq-identity           number      sequence identity threshold for chains summary, default is 0.9
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-4"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of balls (line format: 'annotation x y z r tags adjuncts')
+</code></pre>
+<h3 id="output-stream-4"><a href="#TOC">Output stream:</a></h3>
+<pre><code>list of balls (line format: 'annotation x y z r tags adjuncts')
+</code></pre>
+<h2 id="command-query-contacts"><a href="#TOC">Command 'query-contacts'</a></h2>
+<h3 id="command-line-arguments-5"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--match-first                   string      selection for first contacting group
+--match-first-not               string      negative selection for first contacting group
+--match-second                  string      selection for second contacting group
+--match-second-not              string      negative selection for second contacting group
+--match-min-seq-sep             number      minimum residue sequence separation
+--match-max-seq-sep             number      maximum residue sequence separation
+--match-min-area                number      minimum contact area
+--match-max-area                number      maximum contact area
+--match-min-dist                number      minimum distance
+--match-max-dist                number      maximum distance
+--match-tags                    string      tags to match
+--match-tags-not                string      tags to not match
+--match-adjuncts                string      adjuncts intervals to match
+--match-adjuncts-not            string      adjuncts intervals to not match
+--match-external-first          string      file path to input matchable annotations
+--match-external-second         string      file path to input matchable annotations
+--match-external-pairs          string      file path to input matchable annotation pairs
+--no-solvent                                flag to not include solvent accessible areas
+--no-same-chain                             flag to not include same chain contacts
+--invert                                    flag to invert selection
+--drop-tags                                 flag to drop all tags from input
+--drop-adjuncts                             flag to drop all adjuncts from input
+--set-tags                      string      set tags instead of filtering
+--set-hbplus-tags               string      file path to input HBPLUS file
+--set-distance-bins-tags        string      list of distance thresholds
+--inter-residue-hbplus-tags                 flag to set inter-residue H-bond tags
+--set-adjuncts                  string      set adjuncts instead of filtering
+--set-external-adjuncts         string      file path to input external adjuncts
+--set-external-adjuncts-name    string      name for external adjuncts
+--set-external-means            string      file path to input external values for averaging
+--set-external-means-name       string      name for external means
+--renaming-map                  string      file path to input atoms renaming map
+--inter-residue                             flag to convert input to inter-residue contacts
+--inter-residue-after                       flag to convert output to inter-residue contacts
+--summing-exceptions            string      file path to input inter-residue summing exceptions annotations
+--summarize                                 flag to output only summary of matched contacts
+--summarize-by-first                        flag to output only summary of matched contacts by first identifier
+--preserve-graphics                         flag to preserve graphics in output
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-5"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]')
+</code></pre>
+<h3 id="output-stream-5"><a href="#TOC">Output stream:</a></h3>
+<pre><code>list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]')
+</code></pre>
+<h2 id="command-draw-contacts"><a href="#TOC">Command 'draw-contacts'</a></h2>
+<h3 id="command-line-arguments-6"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--drawing-for-pymol             string      file path to output drawing as pymol script
+--drawing-for-jmol              string      file path to output drawing as jmol script
+--drawing-for-scenejs           string      file path to output drawing as scenejs script
+--drawing-name                  string      graphics object name for drawing output
+--default-color                 string      default color for drawing output, in hex format, white is 0xFFFFFF
+--adjunct-gradient              string      adjunct name to use for gradient-based coloring
+--adjunct-gradient-blue         number      blue adjunct gradient value
+--adjunct-gradient-red          number      red adjunct gradient value
+--adjuncts-rgb                              flag to use RGB color values from adjuncts
+--random-colors                             flag to use random color for each drawn contact
+--alpha                         number      alpha opacity value for drawing output
+--use-labels                                flag to use labels in drawing if possible
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-6"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts graphics')
+</code></pre>
+<h3 id="output-stream-6"><a href="#TOC">Output stream:</a></h3>
+<pre><code>list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts graphics')
+</code></pre>
+<h2 id="command-score-contacts-energy"><a href="#TOC">Command 'score-contacts-energy'</a></h2>
+<h3 id="command-line-arguments-7"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--potential-file                string   *  file path to input potential values
+--ignorable-max-seq-sep         number      maximum residue sequence separation for ignorable contacts
+--inter-atom-scores-file        string      file path to output inter-atom scores
+--atom-scores-file              string      file path to output atom scores
+--depth                         number      neighborhood normalization depth
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-7"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of contacts (line format: 'annotation1 annotation2 conditions area')
+</code></pre>
+<h3 id="output-stream-7"><a href="#TOC">Output stream:</a></h3>
+<pre><code>global scores
+</code></pre>
+<h2 id="command-score-contacts-quality"><a href="#TOC">Command 'score-contacts-quality'</a></h2>
+<h3 id="command-line-arguments-8"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--default-mean                  number      default mean parameter
+--default-sd                    number      default standard deviation parameter
+--means-and-sds-file            string      file path to input atomic mean and sd parameters
+--mean-shift                    number      mean shift in standard deviations
+--external-weights-file         string      file path to input external weights for global scoring
+--smoothing-window              number      window to smooth residue quality scores along sequence
+--atom-scores-file              string      file path to output atom scores
+--residue-scores-file           string      file path to output residue scores
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-8"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of atom energy descriptors
+</code></pre>
+<h3 id="output-stream-8"><a href="#TOC">Output stream:</a></h3>
+<pre><code>weighted average local score
+</code></pre>
+<h2 id="command-score-contacts-potential"><a href="#TOC">Command 'score-contacts-potential'</a></h2>
+<h3 id="command-line-arguments-9"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--input-file-list                           flag to read file list from stdin
+--input-contributions           string      file path to input contact types contributions
+--input-fixed-types             string      file path to input fixed types
+--input-seq-pairs-stats         string      file path to input sequence pairings statistics
+--potential-file                string      file path to output potential values
+--probabilities-file            string      file path to output observed and expected probabilities
+--single-areas-file             string      file path to output single type total areas
+--contributions-file            string      file path to output contact types contributions
+--multiply-areas                number      coefficient to multiply output areas
+--toggling-list                 string      list of toggling subtags
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-9"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of contacts (line format: 'annotation1 annotation2 conditions area')
+</code></pre>
+<h3 id="output-stream-9"><a href="#TOC">Output stream:</a></h3>
+<pre><code>line of contact type area summaries (line format: 'annotation1 annotation2 conditions area')
+</code></pre>
+<h2 id="command-compare-contacts"><a href="#TOC">Command 'compare-contacts'</a></h2>
+<h3 id="command-line-arguments-10"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--target-contacts-file          string   *  file path to input target contacts
+--inter-atom-scores-file        string      file path to output inter-atom scores
+--inter-residue-scores-file     string      file path to output inter-residue scores
+--atom-scores-file              string      file path to output atom scores
+--residue-scores-file           string      file path to output residue scores
+--depth                         number      local neighborhood depth
+--smoothing-window              number      window to smooth residue scores along sequence
+--smoothed-scores-file          string      file path to output smoothed residue scores
+--ignore-residue-names                      flag to consider just residue numbers and ignore residue names
+--residue-level-only                        flag to output only residue-level results
+--detailed-output                           flag to enable detailed output
+--chains-renaming-file          string      file path to input chains renaming
+--remap-chains                              flag to calculate optimal chains remapping
+--remap-chains-log                          flag output remapping progress to stderr
+--remapped-chains-file          string      file path to output calculated chains remapping
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-10"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of model contacts (line format: 'annotation1 annotation2 area')
+</code></pre>
+<h3 id="output-stream-10"><a href="#TOC">Output stream:</a></h3>
+<pre><code>global scores (atom-level and residue-level)
+</code></pre>
+<h2 id="command-write-balls-to-atoms-file"><a href="#TOC">Command 'write-balls-to-atoms-file'</a></h2>
+<h3 id="command-line-arguments-11"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--pdb-output                    string      file path to output query result in PDB format
+--pdb-output-b-factor           string      name of adjunct to output as B-factor in PDB format
+--pdb-output-template           string      file path to input template for B-factor insertions
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-11"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of balls (line format: 'annotation x y z r tags adjuncts')
+</code></pre>
+<h3 id="output-stream-11"><a href="#TOC">Output stream:</a></h3>
+<pre><code>list of balls (line format: 'annotation x y z r tags adjuncts')
+</code></pre>
+<h2 id="command-query-balls-clashes"><a href="#TOC">Command 'query-balls-clashes'</a></h2>
+<h3 id="command-line-arguments-12"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--clash-distance                number      clash distance threshold in angstroms, default is 3.0
+--min-seq-sep                   number      minimum residue sequence separation, default is 2
+--init-radius-for-BSH           number      initial radius for bounding sphere hierarchy
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-12"><a href="#TOC">Input stream:</a></h3>
+<pre><code>list of balls (line format: 'annotation x y z r')
+</code></pre>
+<h3 id="output-stream-12"><a href="#TOC">Output stream:</a></h3>
+<pre><code>list of clashes (line format: 'annotation1 annotation2 distance min-distance-between-balls')
+</code></pre>
+<h2 id="command-expand-descriptors"><a href="#TOC">Command 'expand-descriptors'</a></h2>
+<h3 id="command-line-arguments-13"><a href="#TOC">Command line arguments:</a></h3>
+<pre><code>Name                            Type        Description
+------------------------------- ------ ---- ------------------------------------------------------------------------
+--help                                      flag to print usage help to stdout and exit
+</code></pre>
+<h3 id="input-stream-13"><a href="#TOC">Input stream:</a></h3>
+<pre><code>any text containing atom descriptors
+</code></pre>
+<h3 id="output-stream-13"><a href="#TOC">Output stream:</a></h3>
+<pre><code>text with each atom descriptor expanded to 'chainID resSeq iCode serial altLoc resName name'
+</code></pre>
+<h1 id="wrapper-scripts"><a href="#TOC">Wrapper scripts</a></h1>
+<h2 id="voromqa-method-script"><a href="#TOC">VoroMQA method script</a></h2>
+<p>'voronota-voromqa' script is an implementation of VoroMQA (Voronoi diagram-based Model Quality Assessment) method using Voronota. The script interface is presented below:</p>
+<pre><code>Basic options:
+    --input | -i                   string   *  input structure file in PDB format
+    --input-filter-query           string      input atoms filtering query parameters
+    --output-atom-scores           string      output text file with atom scores
+    --output-atom-scores-pdb       string      output PDB file with atom scores as B-factors
+    --output-residue-scores        string      output text file with residue scores
+    --output-residue-scores-pdb    string      output PDB file with residue scores as B-factors
+    --output-residue-scores-plot   string      output PNG image file with residue scores plot, requires R
+    --help | -h                                flag to display help message and exit
+
+Advanced options:
+    --cache-dir                    string      path to cache directory
+    --smoothing-window             number      residue scores smoothing window size, default is 5
+    --atoms-query                  string      atoms query parameters to define selection
+    --contacts-query               string      contacts query parameters to define selection
+    --output-selected-scores       string      output text file with selected atom scores
+    --reference-sequence           string      sequence file or string for residue renumbering
+    --output-sequence-alignment    string      output text file with sequence alignment
+    --multiple-models                          flag to handle multiple models in PDB file
+
+Standard output (one line):
+    {input file path} {global score} {number of residues} {number of atoms} [ {selection score} {number of selected atoms} ]
+</code></pre>
+<h2 id="cad-score-method-script"><a href="#TOC">CAD-score method script</a></h2>
+<p>'voronota-cadscore' script is an implementation of CAD-score (Contact Area Difference score) method using Voronota. The script interface is presented below:</p>
+<pre><code>Basic options:
+    --input-target | -t             string   *  input target structure file in PDB format
+    --input-model | -m              string   *  input model structure file in PDB format
+    --input-filter-query            string      input atoms filtering query parameters
+    --output-residue-scores         string      output text file with residue scores
+    --output-residue-scores-pdb-t   string      output target PDB file with residue scores as B-factors
+    --output-residue-scores-pdb-m   string      output model PDB file with residue scores as B-factors
+    --smoothing-window              number      residue scores smoothing window size, default is 0
+    --contacts-query                string      contacts query parameters
+    --contacts-query-inter-chain                flag to consider only inter-chain contacts
+    --contacts-query-by-code        string      contacts query code, possible codes are AA, AS, SS, AM, MM, MS
+    --use-all-query-codes                       flag to output global scores for all query codes, one line per code
+    --cache-dir                     string      path to cache directory
+    --output-header                             flag to output header before result line
+    --help | -h                                 flag to display help message and exit
+
+Advanced options:
+    --ignore-residue-names                      flag to consider just residue numbers and ignore residue names
+    --enable-site-based-scoring                 falg to enable site-based scoring
+    --multiple-models                           flag to handle multiple models in PDB file
+    --remap-chains                              flag to automatically rearrange chain names for higher scores
+    --remap-chains-output           string      output file with chain names rearrangement
+    --old-regime                                flag to calculate areas as in pre-Voronota CAD-score
+
+Standard output (one line):
+    {target file path} {model file path} {query code} {number of residues} {global score} {target total area} {corresponding model total area}
+    [ {site-based number of residues} {site-based global score} {site-based target total area} {corresponding site-based model total area} ]
+</code></pre>
+<h2 id="contacts-calculation-convenience-script"><a href="#TOC">Contacts calculation convenience script</a></h2>
+<p>'voronota-contacts' script provides a way for calculating and querying interatomic contacts with just one command (without the need to construct a pipeline from 'voronota' calls).</p>
+<pre><code>Basic options:
+    --input | -i                   string   *  input structure file in PDB format
+    --input-filter-query           string      input atoms filtering query parameters
+    --contacts-query               string      contacts query parameters
+    --contacts-query-additional    string      additional contacts query parameters
+    --cache-dir                    string      path to cache directory
+    --sum-at-end                               flag to print sum of areas as the last line in output
+    --help | -h                                flag to display help message and exit
+
+Advanced options:
+    --output-drawing               string      output file with drawing script for PyMol
+    --drawing-parameters           string      drawing parameters
+    --wireframe-drawing                        flag to draw wireframe representation of contacts
+    --multiple-models                          flag to handle multiple models in PDB file
+
+Standard output (multiple lines):
+    {contacting atom} {contacting atom} {contact area} {distance between atoms centers} {tags} {adjunct values}
+</code></pre>
+<h2 id="volumes-calculation-convenience-script"><a href="#TOC">Volumes calculation convenience script</a></h2>
+<p>'voronota-volumes' script provides a way for calculating and querying atomic volumes with just one command (without the need to construct a pipeline from 'voronota' calls).</p>
+<pre><code>Basic options:
+    --input | -i                   string   *  input structure file in PDB format
+    --input-filter-query           string      input atoms filtering query parameters
+    --cache-dir                    string      path to cache directory
+    --sum-at-end                               flag to print sum of areas as the last line in output
+    --help | -h                                flag to display help message and exit
+
+Advanced options:
+    --atoms-query                  string      atoms query parameters
+    --per-residue                              flag to output per-residue results
+    --multiple-models                          flag to handle multiple models in PDB file
+
+Standard output (multiple lines):
+    {name} {volume}
+</code></pre>
+</body>
+</html>
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..82dc3e4
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,792 @@
+# About Voronota
+
+The analysis of macromolecular structures often requires
+a comprehensive definition of atomic neighborhoods.
+Such a definition can be based on the Voronoi diagram of balls,
+where each ball represents an atom of some van der Waals radius.
+Voronota is a software tool for finding all the vertices
+of the Voronoi diagram of balls. Such vertices correspond to
+the centers of the empty tangent spheres defined by quadruples of balls.
+Voronota is especially suitable for processing three-dimensional
+structures of biological macromolecules such as proteins and RNA.
+
+Since version 1.2 Voronota also uses the Voronoi vertices to construct
+inter-atom contact surfaces and solvent accessible surfaces.
+Voronota provides tools to query contacts, generate contacts graphics,
+compare contacts and evaluate quality of protein structural models using contacts.
+
+Voronota is developed by Kliment Olechnovic (kliment at ibt.lt).
+
+
+# Getting the latest version
+
+Download the latest archive from the official downloads page:
+[https://bitbucket.org/kliment/voronota/downloads](https://bitbucket.org/kliment/voronota/downloads).
+
+The archive contains ready-to-use statically compiled 'voronota' program for
+64 bit Linux systems. This executable can be rebuilt from the provided
+source code to work on any modern Linux, Mac OS X or Windows operating systems.
+
+Packages in .deb or .rpm formats are currently not available. However,
+installing Voronota in Linux or Mac OS X is easy: just copy Voronota
+executable files ('voronota' program and, if needed, the wrapper scripts)
+to one of the directories listed in $PATH variable.
+
+
+# Building from source code
+
+## Using C++ compiler directly
+
+Voronota has no required external dependencies, only
+a standard-compliant C++ compiler is needed to build it.
+
+For example, "voronota" executable can be built from
+the sources in "src" directory using GNU C++ compiler:
+
+    g++ -O3 -o voronota src/*.cpp
+
+## Using make
+
+You can generate and use a makefile:
+
+    ./configure
+    make
+
+It allows to install and uninstall Voronota executables:
+
+    make install
+    make uninstall
+
+## Using CMake
+
+You can build using CMake for makefile generation.
+Starting in the directory containing "CMakeLists.txt" file,
+run the sequence of commands:
+
+    cmake ./
+    make
+
+## Enabling OpenMP
+
+To enable the usage of OpenMP for parallel processing when
+building using C++ compiler directly, add "-fopenmp" option:
+
+    g++ -O3 -fopenmp -o voronota src/*.cpp
+
+When generating a makefile with a "configure" script,
+OpenMP usage can be enabled by setting CXXFLAGS variable:
+
+    ./configure CXXFLAGS="-O3 -fopenmp"
+    make
+
+When using CMake, OpenMP usage is enabled automatically if it is possible.
+
+## Enabling MPI
+
+To enable the usage of MPI for parallel processing, you
+can use mpic++ compiler wrapper. You also need to define
+"ENABLE_MPI" macro when buiding:
+
+    mpic++ -O3 -DENABLE_MPI -o voronota ./src/*.cpp
+
+## TR1 usage switch
+
+Voronota can be built with either modern C++ compilers or
+pre-C++11 compilers that support C++ Technical Report 1 (TR1) features.
+The voronota code has preprocessor-based checks to find out
+if C++ TR1 namespace is available and needs to be used.
+If compilation fails, it may mean that these checks failed.
+To troubleshoot this, try setting the value of the "USE_TR1" macro
+to 0 (to not use TR1 and to rely on C++11 standard)
+or 1 (to use TR1) when compiling, for example:
+
+    g++ -O3 -DUSE_TR1=1 -o voronota src/*.cpp
+
+or
+
+    g++ -O3 -std=c++11 -DUSE_TR1=0 -o voronota src/*.cpp
+
+
+# Basic usage example
+
+## Computing Voronoi vertices
+
+Here is a basic example of computing Voronoi vertices
+for a structure in a PDB file:
+
+    ./voronota get-balls-from-atoms-file < input.pdb > balls.txt
+    ./voronota calculate-vertices < balls.txt > vertices.txt
+
+The first command reads a PDB file "input.pdb" and outputs a file "balls.txt"
+that contains balls corresponding to the atoms in "input.pdb"
+(by default, Voronota ignores all heteroatoms and all hydrogen atoms
+when reading PDB files: this behavior can be altered using command-line options).
+The second command reads "balls.txt" and outputs a file "vertices.txt"
+that contains a quadruples and empty tangent spheres that correspond
+to the vertices of the Voronoi diagram of the input balls.
+The formats of "balls.txt" and "vertices.txt" are described below.
+
+In "balls.txt" the line format is "x y z r # comments".
+The first four values (x, y, z, r) are atomic ball coordinates and radius.
+Comments are not needed for further calculations, they are to assist human readers.
+For example, below is a part of some possible "balls.txt":
+
+    28.888 9.409 52.301 1.7 # 1 A 2 SER N
+    27.638 10.125 52.516 1.9 # 2 A 2 SER CA
+    26.499 9.639 51.644 1.75 # 3 A 2 SER C
+    26.606 8.656 50.915 1.49 # 4 A 2 SER O
+    27.783 11.635 52.378 1.91 # 5 A 2 SER CB
+    27.69 12.033 51.012 1.54 # 6 A 2 SER OG
+
+In "vertices.txt" the line format is "q1 q2 q3 q4 x y z r".
+The first four numbers (q1, q2, q3, q4) are numbers
+of atomic records in "balls.txt", starting from 0.
+The remaining four values (x, y, z, r) are the coordinates and the radius of
+an empty tangent sphere of the quadruple of atoms.
+For example, below is a part of some possible "vertices.txt":
+
+    0 1 2 3 27.761 8.691 51.553 -0.169
+    0 1 2 23 28.275 9.804 50.131 0.588
+    0 1 3 1438 24.793 -3.225 60.761 14.047
+    0 1 4 5 28.785 10.604 50.721 0.283
+    0 1 4 1453 30.018 10.901 55.386 1.908
+    0 1 5 23 28.544 10.254 50.194 0.595
+
+## Computing inter-atom contacts
+
+Taking the "balls.txt" file described in the previous section,
+here is a basic example of computing inter-atom contacts:
+
+    ./voronota calculate-contacts < balls.txt > contacts.txt
+
+In "contacts.txt" file the line format is "b1 b2 area".
+The first two numbers (b1 and b2) are numbers of atomic records in "balls.txt", starting from 0.
+If b1 does not equal b2, then the 'area' value is the area of contact between atoms b1 and b2.
+If b1 equals b2, then the 'area' value is the solvent-accessible area of atom b1.
+For example, below is a part of some possible "contacts.txt":
+
+    0 0 35.440
+    0 1 15.908
+    0 2 0.167
+    0 3 7.025
+    0 4 7.021
+    0 5 0.624
+    0 23 2.849
+    0 25 0.008
+    0 26 11.323
+    0 1454 0.021
+    1 1 16.448
+    1 2 11.608
+    1 3 0.327
+    1 4 14.170
+    1 5 0.820
+    1 6 3.902
+    1 23 0.081
+    2 2 3.591
+    2 3 11.714
+    2 4 0.305
+    2 5 2.019
+
+## Computing annotated inter-atom contacts
+
+Here is a basic example of computing annotated inter-atom contacts:
+
+    ./voronota get-balls-from-atoms-file --annotated < input.pdb > annotated_balls.txt
+    ./voronota calculate-contacts --annotated < annotated_balls.txt > annotated_contacts.txt
+
+In "annotated_contacts.txt" the line format is
+"annotation1 annotation2 area distance tags adjuncts [graphics]".
+The strings 'annotation1' and 'annotation2' describe contacting atoms,
+the 'area' value is the area of contact between the two atoms,
+the 'distance' value is the distance between the centers of the contacting atoms.
+If 'annotation2' contains string "solvent", then the 'area' value is
+the solvent-accessible area of the atom described by 'annotation1'.
+The remaining part of the line is used by Voronota querying
+and drawing commands that are not covered in this section.
+Below is a part of some possible "annotated_contacts.txt"
+(with text fields aligned using "column -t" command):
+
+    c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<2>R<SER>A<CA>        15.908  1.456  .  .
+    c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<3>R<SER>A<C>         0.167   2.488  .  .
+    c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<4>R<SER>A<O>         7.025   2.774  .  .
+    c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<5>R<SER>A<CB>        7.021   2.486  .  .
+    c<A>r<2>a<1>R<SER>A<N>   c<A>r<2>a<6>R<SER>A<OG>        0.624   3.159  .  .
+    c<A>r<2>a<1>R<SER>A<N>   c<A>r<5>a<24>R<GLU>A<CB>       2.849   4.628  .  .
+    c<A>r<2>a<1>R<SER>A<N>   c<A>r<5>a<26>R<GLU>A<CD>       0.008   4.792  .  .
+    c<A>r<2>a<1>R<SER>A<N>   c<A>r<5>a<27>R<GLU>A<OE1>      11.323  3.932  .  .
+    c<A>r<2>a<1>R<SER>A<N>   c<A>r<194>a<1501>R<LEU>A<CD2>  0.021   5.465  .  .
+    c<A>r<2>a<1>R<SER>A<N>   c<solvent>                     35.440  5.9    .  .
+    c<A>r<2>a<2>R<SER>A<CA>  c<A>r<2>a<3>R<SER>A<C>         11.608  1.514  .  .
+    c<A>r<2>a<2>R<SER>A<CA>  c<A>r<2>a<4>R<SER>A<O>         0.327   2.405  .  .
+    c<A>r<2>a<2>R<SER>A<CA>  c<A>r<2>a<5>R<SER>A<CB>        14.170  1.523  .  .
+    c<A>r<2>a<2>R<SER>A<CA>  c<A>r<2>a<6>R<SER>A<OG>        0.820   2.430  .  .
+    c<A>r<2>a<2>R<SER>A<CA>  c<A>r<3>a<7>R<LYS>A<N>         3.902   2.371  .  .
+    c<A>r<2>a<2>R<SER>A<CA>  c<A>r<5>a<24>R<GLU>A<CB>       0.081   4.954  .  .
+    c<A>r<2>a<2>R<SER>A<CA>  c<solvent>                     16.448  6.1    .  .
+    
+Each atomic descriptor in the above text can be transformed into a space-separated
+list (chainID resSeq iCode serial altLoc resName name) using "voronota expand-descriptors" command:
+
+    cat annotated_contacts.txt | voronota expand-descriptors | column -t > expanded_table_of_contacts.txt
+
+Below is a part of some possible "expanded_table_of_contacts.txt":
+
+    A  2  .  1  .  SER  N   A        2    .  2     .  SER  CA   15.908  1.456  .  .
+    A  2  .  1  .  SER  N   A        2    .  3     .  SER  C    0.167   2.488  .  .
+    A  2  .  1  .  SER  N   A        2    .  4     .  SER  O    7.025   2.774  .  .
+    A  2  .  1  .  SER  N   A        2    .  5     .  SER  CB   7.021   2.486  .  .
+    A  2  .  1  .  SER  N   A        2    .  6     .  SER  OG   0.624   3.159  .  .
+    A  2  .  1  .  SER  N   A        5    .  24    .  GLU  CB   2.849   4.628  .  .
+    A  2  .  1  .  SER  N   A        5    .  26    .  GLU  CD   0.008   4.792  .  .
+    A  2  .  1  .  SER  N   A        5    .  27    .  GLU  OE1  11.323  3.932  .  .
+    A  2  .  1  .  SER  N   A        194  .  1501  .  LEU  CD2  0.021   5.465  .  .
+    A  2  .  1  .  SER  N   solvent  .    .  .     .  .    .    35.440  5.9    .  .
+    A  2  .  2  .  SER  CA  A        2    .  3     .  SER  C    11.608  1.514  .  .
+    A  2  .  2  .  SER  CA  A        2    .  4     .  SER  O    0.327   2.405  .  .
+    A  2  .  2  .  SER  CA  A        2    .  5     .  SER  CB   14.170  1.523  .  .
+    A  2  .  2  .  SER  CA  A        2    .  6     .  SER  OG   0.820   2.430  .  .
+    A  2  .  2  .  SER  CA  A        3    .  7     .  LYS  N    3.902   2.371  .  .
+    A  2  .  2  .  SER  CA  A        5    .  24    .  GLU  CB   0.081   4.954  .  .
+    A  2  .  2  .  SER  CA  solvent  .    .  .     .  .    .    16.448  6.1    .  .
+
+## Querying annotated inter-atom contacts
+
+The "voronota query-contacts" command can be used to query and manipulate computed annotated contacts.
+For example, below is the command that selects contacts that probably correspond to salt bridges:
+
+    cat annotated_contacts.txt | voronota query-contacts --match-first 'R<ASP,GLU>&A<OD1,OD2,OE1,OE2,OXT>' --match-second 'R<ARG,HIS,LYS>&A<NH1,NH2,ND1,NE2,NZ>' --match-max-dist 4.0
+
+The "support/generate-arguments-for-query-contacts.html" file in the Voronota package
+provides a graphical interface for generating sets of arguments for
+the "voronota query-contacts" command: it serves as an interactive documentation.
+A similar interface for the "voronota query-balls" command is provided by
+the "support/generate-arguments-for-query-balls.html" file.
+
+## Getting help in command line
+
+The list of all available Voronota commands is displayed when executing Voronota without any parameters.
+
+Command help is shown when "--help" command line option is present, for example:
+
+    ./voronota calculate-vertices --help
+
+Using "--help" option without specific command results in printing help for all commands:
+
+    ./voronota --help
+
+# Command reference
+## List of all commands
+
+* get-balls-from-atoms-file
+* calculate-vertices
+* calculate-vertices-in-parallel
+* calculate-contacts
+* query-balls
+* query-contacts
+* draw-contacts
+* score-contacts-energy
+* score-contacts-quality
+* score-contacts-potential
+* compare-contacts
+* write-balls-to-atoms-file
+* query-balls-clashes
+* expand-descriptors
+
+## Command 'get-balls-from-atoms-file'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --annotated                                 flag to enable annotated mode
+    --include-heteroatoms                       flag to include heteroatoms
+    --include-hydrogens                         flag to include hydrogen atoms
+    --multimodel-chains                         flag to read multiple models in PDB format and rename chains accordingly
+    --mmcif                                     flag to input in mmCIF format
+    --radii-file                    string      path to radii configuration file
+    --default-radius                number      default atomic radius
+    --only-default-radius                       flag to make all radii equal to the default radius
+    --hull-offset                   number      positive offset distance enables adding artificial hull balls
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    file in PDB or mmCIF format
+
+### Output stream:
+
+    list of balls
+
+        default mode line format: 'x y z r # atomSerial chainID resSeq resName atomName altLoc iCode'
+
+        annotated mode line format: 'annotation x y z r tags adjuncts'
+
+## Command 'calculate-vertices'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --print-log                                 flag to print log of calculations
+    --exclude-hidden-balls                      flag to exclude hidden input balls
+    --include-surplus-quadruples                flag to include surplus quadruples
+    --link                                      flag to output links between vertices
+    --init-radius-for-BSH           number      initial radius for bounding sphere hierarchy
+    --check                                     flag to slowly check the resulting vertices (used only for testing)
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of balls (line format: 'x y z r')
+
+### Output stream:
+
+    list of Voronoi vertices, i.e. quadruples with tangent spheres (line format: 'q1 q2 q3 q4 x y z r')
+
+## Command 'calculate-vertices-in-parallel'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --method                        string   *  parallelization method name, variants are: 'simulated'
+    --parts                         number   *  number of parts for splitting, must be power of 2
+    --print-log                                 flag to print log of calculations
+    --include-surplus-quadruples                flag to include surplus quadruples
+    --link                                      flag to output links between vertices
+    --init-radius-for-BSH           number      initial radius for bounding sphere hierarchy
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of balls (line format: 'x y z r')
+
+### Output stream:
+
+    list of Voronoi vertices, i.e. quadruples with tangent spheres (line format: 'q1 q2 q3 q4 x y z r')
+
+## Command 'calculate-contacts'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --annotated                                 flag to enable annotated mode
+    --probe                         number      probe radius
+    --exclude-hidden-balls                      flag to exclude hidden input balls
+    --step                          number      curve step length
+    --projections                   number      curve optimization depth
+    --sih-depth                     number      spherical surface optimization depth
+    --add-mirrored                              flag to add mirrored contacts to non-annnotated output
+    --draw                                      flag to output graphics for annotated contacts
+    --tag-centrality                            flag to tag contacts centrality
+    --tag-peripherial                           flag to tag peripherial contacts
+    --old-contacts-output           string      file path to output spherical contacts
+    --volumes-output                string      file path to output constrained cells volumes
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of balls
+
+        default mode line format: 'x y z r'
+
+        annotated mode line format: 'annotation x y z r tags adjuncts'
+
+### Output stream:
+
+    list of contacts
+
+        default mode line format: 'b1 b2 area'
+
+        annotated mode line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]'
+
+## Command 'query-balls'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --match                         string      selection
+    --match-not                     string      negative selection
+    --match-tags                    string      tags to match
+    --match-tags-not                string      tags to not match
+    --match-adjuncts                string      adjuncts intervals to match
+    --match-adjuncts-not            string      adjuncts intervals to not match
+    --match-external-annotations    string      file path to input matchable annotations
+    --invert                                    flag to invert selection
+    --whole-residues                            flag to select whole residues
+    --drop-atom-serials                         flag to drop atom serial numbers from input
+    --drop-altloc-indicators                    flag to drop alternate location indicators from input
+    --drop-tags                                 flag to drop all tags from input
+    --drop-adjuncts                             flag to drop all adjuncts from input
+    --set-tags                      string      set tags instead of filtering
+    --set-dssp-info                 string      file path to input DSSP file
+    --set-adjuncts                  string      set adjuncts instead of filtering
+    --set-external-adjuncts         string      file path to input external adjuncts
+    --set-external-adjuncts-name    string      name for external adjuncts
+    --rename-chains                             flag to rename input chains to be in interval from 'A' to 'Z'
+    --renumber-from-adjunct         string      adjunct name to use for input residue renumbering
+    --renumber-positively                       flag to increment residue numbers to make them positive
+    --reset-serials                             flag to reset atom serial numbers
+    --set-seq-pos-adjunct                       flag to set normalized sequence position adjunct
+    --set-ref-seq-num-adjunct       string      file path to input reference sequence
+    --ref-seq-alignment             string      file path to output alignment with reference
+    --seq-output                    string      file path to output query result sequence string
+    --chains-summary-output         string      file path to output chains summary
+    --chains-seq-identity           number      sequence identity threshold for chains summary, default is 0.9
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of balls (line format: 'annotation x y z r tags adjuncts')
+
+### Output stream:
+
+    list of balls (line format: 'annotation x y z r tags adjuncts')
+
+## Command 'query-contacts'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --match-first                   string      selection for first contacting group
+    --match-first-not               string      negative selection for first contacting group
+    --match-second                  string      selection for second contacting group
+    --match-second-not              string      negative selection for second contacting group
+    --match-min-seq-sep             number      minimum residue sequence separation
+    --match-max-seq-sep             number      maximum residue sequence separation
+    --match-min-area                number      minimum contact area
+    --match-max-area                number      maximum contact area
+    --match-min-dist                number      minimum distance
+    --match-max-dist                number      maximum distance
+    --match-tags                    string      tags to match
+    --match-tags-not                string      tags to not match
+    --match-adjuncts                string      adjuncts intervals to match
+    --match-adjuncts-not            string      adjuncts intervals to not match
+    --match-external-first          string      file path to input matchable annotations
+    --match-external-second         string      file path to input matchable annotations
+    --match-external-pairs          string      file path to input matchable annotation pairs
+    --no-solvent                                flag to not include solvent accessible areas
+    --no-same-chain                             flag to not include same chain contacts
+    --invert                                    flag to invert selection
+    --drop-tags                                 flag to drop all tags from input
+    --drop-adjuncts                             flag to drop all adjuncts from input
+    --set-tags                      string      set tags instead of filtering
+    --set-hbplus-tags               string      file path to input HBPLUS file
+    --set-distance-bins-tags        string      list of distance thresholds
+    --inter-residue-hbplus-tags                 flag to set inter-residue H-bond tags
+    --set-adjuncts                  string      set adjuncts instead of filtering
+    --set-external-adjuncts         string      file path to input external adjuncts
+    --set-external-adjuncts-name    string      name for external adjuncts
+    --set-external-means            string      file path to input external values for averaging
+    --set-external-means-name       string      name for external means
+    --renaming-map                  string      file path to input atoms renaming map
+    --inter-residue                             flag to convert input to inter-residue contacts
+    --inter-residue-after                       flag to convert output to inter-residue contacts
+    --summing-exceptions            string      file path to input inter-residue summing exceptions annotations
+    --summarize                                 flag to output only summary of matched contacts
+    --summarize-by-first                        flag to output only summary of matched contacts by first identifier
+    --preserve-graphics                         flag to preserve graphics in output
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]')
+
+### Output stream:
+
+    list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]')
+
+## Command 'draw-contacts'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --drawing-for-pymol             string      file path to output drawing as pymol script
+    --drawing-for-jmol              string      file path to output drawing as jmol script
+    --drawing-for-scenejs           string      file path to output drawing as scenejs script
+    --drawing-name                  string      graphics object name for drawing output
+    --default-color                 string      default color for drawing output, in hex format, white is 0xFFFFFF
+    --adjunct-gradient              string      adjunct name to use for gradient-based coloring
+    --adjunct-gradient-blue         number      blue adjunct gradient value
+    --adjunct-gradient-red          number      red adjunct gradient value
+    --adjuncts-rgb                              flag to use RGB color values from adjuncts
+    --random-colors                             flag to use random color for each drawn contact
+    --alpha                         number      alpha opacity value for drawing output
+    --use-labels                                flag to use labels in drawing if possible
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts graphics')
+
+### Output stream:
+
+    list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts graphics')
+
+## Command 'score-contacts-energy'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --potential-file                string   *  file path to input potential values
+    --ignorable-max-seq-sep         number      maximum residue sequence separation for ignorable contacts
+    --inter-atom-scores-file        string      file path to output inter-atom scores
+    --atom-scores-file              string      file path to output atom scores
+    --depth                         number      neighborhood normalization depth
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of contacts (line format: 'annotation1 annotation2 conditions area')
+
+### Output stream:
+
+    global scores
+
+## Command 'score-contacts-quality'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --default-mean                  number      default mean parameter
+    --default-sd                    number      default standard deviation parameter
+    --means-and-sds-file            string      file path to input atomic mean and sd parameters
+    --mean-shift                    number      mean shift in standard deviations
+    --external-weights-file         string      file path to input external weights for global scoring
+    --smoothing-window              number      window to smooth residue quality scores along sequence
+    --atom-scores-file              string      file path to output atom scores
+    --residue-scores-file           string      file path to output residue scores
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of atom energy descriptors
+
+### Output stream:
+
+    weighted average local score
+
+## Command 'score-contacts-potential'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --input-file-list                           flag to read file list from stdin
+    --input-contributions           string      file path to input contact types contributions
+    --input-fixed-types             string      file path to input fixed types
+    --input-seq-pairs-stats         string      file path to input sequence pairings statistics
+    --potential-file                string      file path to output potential values
+    --probabilities-file            string      file path to output observed and expected probabilities
+    --single-areas-file             string      file path to output single type total areas
+    --contributions-file            string      file path to output contact types contributions
+    --multiply-areas                number      coefficient to multiply output areas
+    --toggling-list                 string      list of toggling subtags
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of contacts (line format: 'annotation1 annotation2 conditions area')
+
+### Output stream:
+
+    line of contact type area summaries (line format: 'annotation1 annotation2 conditions area')
+
+## Command 'compare-contacts'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --target-contacts-file          string   *  file path to input target contacts
+    --inter-atom-scores-file        string      file path to output inter-atom scores
+    --inter-residue-scores-file     string      file path to output inter-residue scores
+    --atom-scores-file              string      file path to output atom scores
+    --residue-scores-file           string      file path to output residue scores
+    --depth                         number      local neighborhood depth
+    --smoothing-window              number      window to smooth residue scores along sequence
+    --smoothed-scores-file          string      file path to output smoothed residue scores
+    --ignore-residue-names                      flag to consider just residue numbers and ignore residue names
+    --residue-level-only                        flag to output only residue-level results
+    --detailed-output                           flag to enable detailed output
+    --chains-renaming-file          string      file path to input chains renaming
+    --remap-chains                              flag to calculate optimal chains remapping
+    --remap-chains-log                          flag output remapping progress to stderr
+    --remapped-chains-file          string      file path to output calculated chains remapping
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of model contacts (line format: 'annotation1 annotation2 area')
+
+### Output stream:
+
+    global scores (atom-level and residue-level)
+
+## Command 'write-balls-to-atoms-file'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --pdb-output                    string      file path to output query result in PDB format
+    --pdb-output-b-factor           string      name of adjunct to output as B-factor in PDB format
+    --pdb-output-template           string      file path to input template for B-factor insertions
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of balls (line format: 'annotation x y z r tags adjuncts')
+
+### Output stream:
+
+    list of balls (line format: 'annotation x y z r tags adjuncts')
+
+## Command 'query-balls-clashes'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --clash-distance                number      clash distance threshold in angstroms, default is 3.0
+    --min-seq-sep                   number      minimum residue sequence separation, default is 2
+    --init-radius-for-BSH           number      initial radius for bounding sphere hierarchy
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    list of balls (line format: 'annotation x y z r')
+
+### Output stream:
+
+    list of clashes (line format: 'annotation1 annotation2 distance min-distance-between-balls')
+
+## Command 'expand-descriptors'
+
+### Command line arguments:
+
+    Name                            Type        Description
+    ------------------------------- ------ ---- ------------------------------------------------------------------------
+    --help                                      flag to print usage help to stdout and exit
+
+### Input stream:
+
+    any text containing atom descriptors
+
+### Output stream:
+
+    text with each atom descriptor expanded to 'chainID resSeq iCode serial altLoc resName name'
+
+# Wrapper scripts
+
+## VoroMQA method script
+
+'voronota-voromqa' script is an implementation of VoroMQA (Voronoi diagram-based Model Quality Assessment) method using Voronota.
+The script interface is presented below:
+    
+    Basic options:
+        --input | -i                   string   *  input structure file in PDB format
+        --input-filter-query           string      input atoms filtering query parameters
+        --output-atom-scores           string      output text file with atom scores
+        --output-atom-scores-pdb       string      output PDB file with atom scores as B-factors
+        --output-residue-scores        string      output text file with residue scores
+        --output-residue-scores-pdb    string      output PDB file with residue scores as B-factors
+        --output-residue-scores-plot   string      output PNG image file with residue scores plot, requires R
+        --help | -h                                flag to display help message and exit
+    
+    Advanced options:
+        --cache-dir                    string      path to cache directory
+        --smoothing-window             number      residue scores smoothing window size, default is 5
+        --atoms-query                  string      atoms query parameters to define selection
+        --contacts-query               string      contacts query parameters to define selection
+        --output-selected-scores       string      output text file with selected atom scores
+        --reference-sequence           string      sequence file or string for residue renumbering
+        --output-sequence-alignment    string      output text file with sequence alignment
+        --multiple-models                          flag to handle multiple models in PDB file
+    
+    Standard output (one line):
+        {input file path} {global score} {number of residues} {number of atoms} [ {selection score} {number of selected atoms} ]
+    
+
+## CAD-score method script
+
+'voronota-cadscore' script is an implementation of CAD-score (Contact Area Difference score) method using Voronota.
+The script interface is presented below:
+    
+    Basic options:
+        --input-target | -t             string   *  input target structure file in PDB format
+        --input-model | -m              string   *  input model structure file in PDB format
+        --input-filter-query            string      input atoms filtering query parameters
+        --output-residue-scores         string      output text file with residue scores
+        --output-residue-scores-pdb-t   string      output target PDB file with residue scores as B-factors
+        --output-residue-scores-pdb-m   string      output model PDB file with residue scores as B-factors
+        --smoothing-window              number      residue scores smoothing window size, default is 0
+        --contacts-query                string      contacts query parameters
+        --contacts-query-inter-chain                flag to consider only inter-chain contacts
+        --contacts-query-by-code        string      contacts query code, possible codes are AA, AS, SS, AM, MM, MS
+        --use-all-query-codes                       flag to output global scores for all query codes, one line per code
+        --cache-dir                     string      path to cache directory
+        --output-header                             flag to output header before result line
+        --help | -h                                 flag to display help message and exit
+    
+    Advanced options:
+        --ignore-residue-names                      flag to consider just residue numbers and ignore residue names
+        --enable-site-based-scoring                 falg to enable site-based scoring
+        --multiple-models                           flag to handle multiple models in PDB file
+        --remap-chains                              flag to automatically rearrange chain names for higher scores
+        --remap-chains-output           string      output file with chain names rearrangement
+        --old-regime                                flag to calculate areas as in pre-Voronota CAD-score
+    
+    Standard output (one line):
+        {target file path} {model file path} {query code} {number of residues} {global score} {target total area} {corresponding model total area}
+        [ {site-based number of residues} {site-based global score} {site-based target total area} {corresponding site-based model total area} ]
+    
+
+## Contacts calculation convenience script
+
+'voronota-contacts' script provides a way for calculating and querying interatomic contacts with just one command (without the need to construct a pipeline from 'voronota' calls).
+    
+    Basic options:
+        --input | -i                   string   *  input structure file in PDB format
+        --input-filter-query           string      input atoms filtering query parameters
+        --contacts-query               string      contacts query parameters
+        --contacts-query-additional    string      additional contacts query parameters
+        --cache-dir                    string      path to cache directory
+        --sum-at-end                               flag to print sum of areas as the last line in output
+        --help | -h                                flag to display help message and exit
+    
+    Advanced options:
+        --output-drawing               string      output file with drawing script for PyMol
+        --drawing-parameters           string      drawing parameters
+        --wireframe-drawing                        flag to draw wireframe representation of contacts
+        --multiple-models                          flag to handle multiple models in PDB file
+    
+    Standard output (multiple lines):
+        {contacting atom} {contacting atom} {contact area} {distance between atoms centers} {tags} {adjunct values}
+    
+
+## Volumes calculation convenience script
+
+'voronota-volumes' script provides a way for calculating and querying atomic volumes with just one command (without the need to construct a pipeline from 'voronota' calls).
+    
+    Basic options:
+        --input | -i                   string   *  input structure file in PDB format
+        --input-filter-query           string      input atoms filtering query parameters
+        --cache-dir                    string      path to cache directory
+        --sum-at-end                               flag to print sum of areas as the last line in output
+        --help | -h                                flag to display help message and exit
+    
+    Advanced options:
+        --atoms-query                  string      atoms query parameters
+        --per-residue                              flag to output per-residue results
+        --multiple-models                          flag to handle multiple models in PDB file
+    
+    Standard output (multiple lines):
+        {name} {volume}
+    
diff --git a/aclocal.m4 b/aclocal.m4
new file mode 100644
index 0000000..1bc55f4
--- /dev/null
+++ b/aclocal.m4
@@ -0,0 +1,951 @@
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+m4_ifndef([AC_AUTOCONF_VERSION],
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
+[m4_warning([this file was generated for autoconf 2.68.
+You have another version of autoconf.  It may work, but is not guaranteed to.
+If you have problems, you may need to regenerate the build system entirely.
+To do so, use the procedure documented by the package, typically `autoreconf'.])])
+
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_AUTOMAKE_VERSION(VERSION)
+# ----------------------------
+# Automake X.Y traces this macro to ensure aclocal.m4 has been
+# generated from the m4 files accompanying Automake X.Y.
+# (This private macro should not be called outside this file.)
+AC_DEFUN([AM_AUTOMAKE_VERSION],
+[am__api_version='1.11'
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
+dnl require some minimum version.  Point them to the right macro.
+m4_if([$1], [1.11.1], [],
+      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
+])
+
+# _AM_AUTOCONF_VERSION(VERSION)
+# -----------------------------
+# aclocal traces this macro to find the Autoconf version.
+# This is a private macro too.  Using m4_define simplifies
+# the logic in aclocal, which can simply ignore this definition.
+m4_define([_AM_AUTOCONF_VERSION], [])
+
+# AM_SET_CURRENT_AUTOMAKE_VERSION
+# -------------------------------
+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
+[AM_AUTOMAKE_VERSION([1.11.1])dnl
+m4_ifndef([AC_AUTOCONF_VERSION],
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
+
+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
+
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
+#
+# Of course, Automake must honor this variable whenever it calls a
+# tool from the auxiliary directory.  The problem is that $srcdir (and
+# therefore $ac_aux_dir as well) can be either absolute or relative,
+# depending on how configure is run.  This is pretty annoying, since
+# it makes $ac_aux_dir quite unusable in subdirectories: in the top
+# source directory, any form will work fine, but in subdirectories a
+# relative path needs to be adjusted first.
+#
+# $ac_aux_dir/missing
+#    fails when called from a subdirectory if $ac_aux_dir is relative
+# $top_srcdir/$ac_aux_dir/missing
+#    fails if $ac_aux_dir is absolute,
+#    fails when called from a subdirectory in a VPATH build with
+#          a relative $ac_aux_dir
+#
+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
+# are both prefixed by $srcdir.  In an in-source build this is usually
+# harmless because $srcdir is `.', but things will broke when you
+# start a VPATH build or use an absolute $srcdir.
+#
+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
+# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
+#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
+# and then we would define $MISSING as
+#   MISSING="\${SHELL} $am_aux_dir/missing"
+# This will work as long as MISSING is not called from configure, because
+# unfortunately $(top_srcdir) has no meaning in configure.
+# However there are other variables, like CC, which are often used in
+# configure, and could therefore not use this "fixed" $ac_aux_dir.
+#
+# Another solution, used here, is to always expand $ac_aux_dir to an
+# absolute PATH.  The drawback is that using absolute paths prevent a
+# configured tree to be moved without reconfiguration.
+
+AC_DEFUN([AM_AUX_DIR_EXPAND],
+[dnl Rely on autoconf to set up CDPATH properly.
+AC_PREREQ([2.50])dnl
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
+])
+
+# AM_CONDITIONAL                                            -*- Autoconf -*-
+
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 9
+
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
+# -------------------------------------
+# Define a conditional.
+AC_DEFUN([AM_CONDITIONAL],
+[AC_PREREQ(2.52)dnl
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
+	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
+AC_SUBST([$1_TRUE])dnl
+AC_SUBST([$1_FALSE])dnl
+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
+m4_define([_AM_COND_VALUE_$1], [$2])dnl
+if $2; then
+  $1_TRUE=
+  $1_FALSE='#'
+else
+  $1_TRUE='#'
+  $1_FALSE=
+fi
+AC_CONFIG_COMMANDS_PRE(
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
+  AC_MSG_ERROR([[conditional "$1" was never defined.
+Usually this means the macro was only invoked conditionally.]])
+fi])])
+
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 10
+
+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
+# written in clear, in which case automake, when reading aclocal.m4,
+# will think it sees a *use*, and therefore will trigger all it's
+# C support machinery.  Also note that it means that autoscan, seeing
+# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
+
+
+# _AM_DEPENDENCIES(NAME)
+# ----------------------
+# See how the compiler implements dependency checking.
+# NAME is "CC", "CXX", "GCJ", or "OBJC".
+# We try a few techniques and use that to set a single cache variable.
+#
+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
+# dependency, and given that the user is not expected to run this macro,
+# just rely on AC_PROG_CC.
+AC_DEFUN([_AM_DEPENDENCIES],
+[AC_REQUIRE([AM_SET_DEPDIR])dnl
+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
+AC_REQUIRE([AM_DEP_TRACK])dnl
+
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
+                   [depcc="$$1"   am_compiler_list=])
+
+AC_CACHE_CHECK([dependency style of $depcc],
+               [am_cv_$1_dependencies_compiler_type],
+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_$1_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
+  fi
+  am__universal=false
+  m4_case([$1], [CC],
+    [case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac],
+    [CXX],
+    [case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac])
+
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle `-M -o', and we need to detect this.  Also, some Intel
+    # versions had trouble with output in subdirs
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__minus_obj="-o $am__obj"
+    case $depmode in
+    gcc)
+      # This depmode causes a compiler race in universal mode.
+      test "$am__universal" = false || continue
+      ;;
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    msvisualcpp | msvcmsys)
+      # This compiler won't grok `-c -o', but also, the minuso test has
+      # not run yet.  These depmodes are late enough in the game, and
+      # so weak that their functioning should not be impacted.
+      am__obj=conftest.${OBJEXT-o}
+      am__minus_obj=
+      ;;
+    none) break ;;
+    esac
+    if depmode=$depmode \
+       source=sub/conftest.c object=$am__obj \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_$1_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_$1_dependencies_compiler_type=none
+fi
+])
+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
+AM_CONDITIONAL([am__fastdep$1], [
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
+])
+
+
+# AM_SET_DEPDIR
+# -------------
+# Choose a directory name for dependency files.
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES
+AC_DEFUN([AM_SET_DEPDIR],
+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
+])
+
+
+# AM_DEP_TRACK
+# ------------
+AC_DEFUN([AM_DEP_TRACK],
+[AC_ARG_ENABLE(dependency-tracking,
+[  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors])
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+fi
+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
+AC_SUBST([AMDEPBACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
+])
+
+# Generate code to set up dependency tracking.              -*- Autoconf -*-
+
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+#serial 5
+
+# _AM_OUTPUT_DEPENDENCY_COMMANDS
+# ------------------------------
+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
+[{
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # are listed without --file.  Let's play safe and only enable the eval
+  # if we detect the quoting.
+  case $CONFIG_FILES in
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *)   set x $CONFIG_FILES ;;
+  esac
+  shift
+  for mf
+  do
+    # Strip MF so we end up with the name of the file.
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile or not.
+    # We used to match only the files named `Makefile.in', but
+    # some people rename them; so instead we look at the file content.
+    # Grep'ing the first line is not enough: some people post-process
+    # each Makefile.in and add a new line on top of each file to say so.
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+      dirpart=`AS_DIRNAME("$mf")`
+    else
+      continue
+    fi
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # from the Makefile without running `make'.
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    test -z "$DEPDIR" && continue
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    test -z "am__include" && continue
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    # When using ansi2knr, U may be empty or an underscore; expand it
+    U=`sed -n 's/^U = //p' < "$mf"`
+    # Find all dependency output files, they are included files with
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # expansion.
+    for file in `sed -n "
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+      # Make sure the directory exists.
+      test -f "$dirpart/$file" && continue
+      fdir=`AS_DIRNAME(["$file"])`
+      AS_MKDIR_P([$dirpart/$fdir])
+      # echo "creating $dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+    done
+  done
+}
+])# _AM_OUTPUT_DEPENDENCY_COMMANDS
+
+
+# AM_OUTPUT_DEPENDENCY_COMMANDS
+# -----------------------------
+# This macro should only be invoked once -- use via AC_REQUIRE.
+#
+# This code is only required when automatic dependency tracking
+# is enabled.  FIXME.  This creates each `.P' file that we will
+# need in order to bootstrap the dependency handling code.
+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
+[AC_CONFIG_COMMANDS([depfiles],
+     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
+     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
+])
+
+# Do all the work for Automake.                             -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 16
+
+# This macro actually does too much.  Some checks are only needed if
+# your package does certain things.  But this isn't really a big deal.
+
+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
+# AM_INIT_AUTOMAKE([OPTIONS])
+# -----------------------------------------------
+# The call with PACKAGE and VERSION arguments is the old style
+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
+# and VERSION should now be passed to AC_INIT and removed from
+# the call to AM_INIT_AUTOMAKE.
+# We support both call styles for the transition.  After
+# the next Automake release, Autoconf can make the AC_INIT
+# arguments mandatory, and then we can depend on a new Autoconf
+# release and drop the old call support.
+AC_DEFUN([AM_INIT_AUTOMAKE],
+[AC_PREREQ([2.62])dnl
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
+dnl the ones we care about.
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
+AC_REQUIRE([AC_PROG_INSTALL])dnl
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+  # is not polluted with repeated "-I."
+  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
+  # test to see if srcdir already configured
+  if test -f $srcdir/config.status; then
+    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
+  fi
+fi
+
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+AC_SUBST([CYGPATH_W])
+
+# Define the identity of the package.
+dnl Distinguish between old-style and new-style calls.
+m4_ifval([$2],
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
+ AC_SUBST([PACKAGE], [$1])dnl
+ AC_SUBST([VERSION], [$2])],
+[_AM_SET_OPTIONS([$1])dnl
+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
+  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
+
+_AM_IF_OPTION([no-define],,
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
+
+# Some tools Automake needs.
+AC_REQUIRE([AM_SANITY_CHECK])dnl
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
+AM_MISSING_PROG(AUTOCONF, autoconf)
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
+AM_MISSING_PROG(AUTOHEADER, autoheader)
+AM_MISSING_PROG(MAKEINFO, makeinfo)
+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
+# We need awk for the "check" target.  The system "awk" is bad on
+# some platforms.
+AC_REQUIRE([AC_PROG_AWK])dnl
+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
+	      [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
+			     [_AM_PROG_TAR([v7])])])
+_AM_IF_OPTION([no-dependencies],,
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
+		  [_AM_DEPENDENCIES(CC)],
+		  [define([AC_PROG_CC],
+			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
+		  [_AM_DEPENDENCIES(CXX)],
+		  [define([AC_PROG_CXX],
+			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
+AC_PROVIDE_IFELSE([AC_PROG_OBJC],
+		  [_AM_DEPENDENCIES(OBJC)],
+		  [define([AC_PROG_OBJC],
+			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
+])
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
+AC_CONFIG_COMMANDS_PRE(dnl
+[m4_provide_if([_AM_COMPILER_EXEEXT],
+  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
+])
+
+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
+dnl mangled by Autoconf and run in a shell conditional statement.
+m4_define([_AC_COMPILER_EXEEXT],
+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
+
+
+# When config.status generates a header, we must update the stamp-h file.
+# This file resides in the same directory as the config header
+# that is generated.  The stamp files are numbered to have different names.
+
+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
+# loop where config.status creates the headers, so we can generate
+# our stamp files there.
+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
+[# Compute $1's index in $config_headers.
+_am_arg=$1
+_am_stamp_count=1
+for _am_header in $config_headers :; do
+  case $_am_header in
+    $_am_arg | $_am_arg:* )
+      break ;;
+    * )
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
+  esac
+done
+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
+
+# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_INSTALL_SH
+# ------------------
+# Define $install_sh.
+AC_DEFUN([AM_PROG_INSTALL_SH],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+if test x"${install_sh}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
+  *)
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
+  esac
+fi
+AC_SUBST(install_sh)])
+
+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 2
+
+# Check whether the underlying file-system supports filenames
+# with a leading dot.  For instance MS-DOS doesn't.
+AC_DEFUN([AM_SET_LEADING_DOT],
+[rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+AC_SUBST([am__leading_dot])])
+
+# Check to see how 'make' treats includes.	            -*- Autoconf -*-
+
+# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 4
+
+# AM_MAKE_INCLUDE()
+# -----------------
+# Check to see how make treats includes.
+AC_DEFUN([AM_MAKE_INCLUDE],
+[am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo this is the am__doit target
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+AC_MSG_CHECKING([for style of include used by $am_make])
+am__include="#"
+am__quote=
+_am_result=none
+# First try GNU make style include.
+echo "include confinc" > confmf
+# Ignore all kinds of additional output from `make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+  am__include=include
+  am__quote=
+  _am_result=GNU
+  ;;
+esac
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   *the\ am__doit\ target*)
+     am__include=.include
+     am__quote="\""
+     _am_result=BSD
+     ;;
+   esac
+fi
+AC_SUBST([am__include])
+AC_SUBST([am__quote])
+AC_MSG_RESULT([$_am_result])
+rm -f confinc confmf
+])
+
+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
+
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 6
+
+# AM_MISSING_PROG(NAME, PROGRAM)
+# ------------------------------
+AC_DEFUN([AM_MISSING_PROG],
+[AC_REQUIRE([AM_MISSING_HAS_RUN])
+$1=${$1-"${am_missing_run}$2"}
+AC_SUBST($1)])
+
+
+# AM_MISSING_HAS_RUN
+# ------------------
+# Define MISSING if not defined so far and test if it supports --run.
+# If it does, set am_missing_run to use it, otherwise, to nothing.
+AC_DEFUN([AM_MISSING_HAS_RUN],
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
+AC_REQUIRE_AUX_FILE([missing])dnl
+if test x"${MISSING+set}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+  *)
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
+  esac
+fi
+# Use eval to expand $SHELL
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
+else
+  am_missing_run=
+  AC_MSG_WARN([`missing' script is too old or missing])
+fi
+])
+
+# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_MKDIR_P
+# ---------------
+# Check for `mkdir -p'.
+AC_DEFUN([AM_PROG_MKDIR_P],
+[AC_PREREQ([2.60])dnl
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
+dnl while keeping a definition of mkdir_p for backward compatibility.
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
+dnl adjustment using top_builddir (which is defined more often than
+dnl MKDIR_P).
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
+case $mkdir_p in
+  [[\\/$]]* | ?:[[\\/]]*) ;;
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+esac
+])
+
+# Helper functions for option handling.                     -*- Autoconf -*-
+
+# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 4
+
+# _AM_MANGLE_OPTION(NAME)
+# -----------------------
+AC_DEFUN([_AM_MANGLE_OPTION],
+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
+
+# _AM_SET_OPTION(NAME)
+# ------------------------------
+# Set option NAME.  Presently that only means defining a flag for this option.
+AC_DEFUN([_AM_SET_OPTION],
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
+
+# _AM_SET_OPTIONS(OPTIONS)
+# ----------------------------------
+# OPTIONS is a space-separated list of Automake options.
+AC_DEFUN([_AM_SET_OPTIONS],
+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
+
+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
+# -------------------------------------------
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
+AC_DEFUN([_AM_IF_OPTION],
+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
+
+# Check to make sure that the build environment is sane.    -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
+# Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 5
+
+# AM_SANITY_CHECK
+# ---------------
+AC_DEFUN([AM_SANITY_CHECK],
+[AC_MSG_CHECKING([whether build environment is sane])
+# Just in case
+sleep 1
+echo timestamp > conftest.file
+# Reject unsafe characters in $srcdir or the absolute working directory
+# name.  Accept space and tab only in the latter.
+am_lf='
+'
+case `pwd` in
+  *[[\\\"\#\$\&\'\`$am_lf]]*)
+    AC_MSG_ERROR([unsafe absolute working directory name]);;
+esac
+case $srcdir in
+  *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
+    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
+esac
+
+# Do `set' in a subshell so we don't clobber the current shell's
+# arguments.  Must try -L first in case configure is actually a
+# symlink; some systems play weird games with the mod time of symlinks
+# (eg FreeBSD returns the mod time of the symlink's containing
+# directory).
+if (
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+   if test "$[*]" = "X"; then
+      # -L didn't work.
+      set X `ls -t "$srcdir/configure" conftest.file`
+   fi
+   rm -f conftest.file
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
+
+      # If neither matched, then we have a broken ls.  This can happen
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
+      # broken ls alias from the environment.  This has actually
+      # happened.  Such a system could not be considered "sane".
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
+alias in your environment])
+   fi
+
+   test "$[2]" = conftest.file
+   )
+then
+   # Ok.
+   :
+else
+   AC_MSG_ERROR([newly created file is older than distributed files!
+Check your system clock])
+fi
+AC_MSG_RESULT(yes)])
+
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# AM_PROG_INSTALL_STRIP
+# ---------------------
+# One issue with vendor `install' (even GNU) is that you can't
+# specify the program used to strip binaries.  This is especially
+# annoying in cross-compiling environments, where the build's strip
+# is unlikely to handle the host's binaries.
+# Fortunately install-sh will honor a STRIPPROG variable, so we
+# always use install-sh in `make install-strip', and initialize
+# STRIPPROG with the value of the STRIP variable (set by the user).
+AC_DEFUN([AM_PROG_INSTALL_STRIP],
+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
+# Installed binaries are usually stripped using `strip' when the user
+# run `make install-strip'.  However `strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the `STRIP' environment variable to overrule this program.
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
+if test "$cross_compiling" != no; then
+  AC_CHECK_TOOL([STRIP], [strip], :)
+fi
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
+
+# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 2
+
+# _AM_SUBST_NOTMAKE(VARIABLE)
+# ---------------------------
+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
+# This macro is traced by Automake.
+AC_DEFUN([_AM_SUBST_NOTMAKE])
+
+# AM_SUBST_NOTMAKE(VARIABLE)
+# ---------------------------
+# Public sister of _AM_SUBST_NOTMAKE.
+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
+
+# Check how to create a tarball.                            -*- Autoconf -*-
+
+# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
+#
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# serial 2
+
+# _AM_PROG_TAR(FORMAT)
+# --------------------
+# Check how to create a tarball in format FORMAT.
+# FORMAT should be one of `v7', `ustar', or `pax'.
+#
+# Substitute a variable $(am__tar) that is a command
+# writing to stdout a FORMAT-tarball containing the directory
+# $tardir.
+#     tardir=directory && $(am__tar) > result.tar
+#
+# Substitute a variable $(am__untar) that extract such
+# a tarball read from stdin.
+#     $(am__untar) < result.tar
+AC_DEFUN([_AM_PROG_TAR],
+[# Always define AMTAR for backward compatibility.
+AM_MISSING_PROG([AMTAR], [tar])
+m4_if([$1], [v7],
+     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
+     [m4_case([$1], [ustar],, [pax],,
+              [m4_fatal([Unknown tar format])])
+AC_MSG_CHECKING([how to create a $1 tar archive])
+# Loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
+# Do not fold the above two line into one, because Tru64 sh and
+# Solaris sh will not grok spaces in the rhs of `-'.
+for _am_tool in $_am_tools
+do
+  case $_am_tool in
+  gnutar)
+    for _am_tar in tar gnutar gtar;
+    do
+      AM_RUN_LOG([$_am_tar --version]) && break
+    done
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+    am__untar="$_am_tar -xf -"
+    ;;
+  plaintar)
+    # Must skip GNU tar: if it does not support --format= it doesn't create
+    # ustar tarball either.
+    (tar --version) >/dev/null 2>&1 && continue
+    am__tar='tar chf - "$$tardir"'
+    am__tar_='tar chf - "$tardir"'
+    am__untar='tar xf -'
+    ;;
+  pax)
+    am__tar='pax -L -x $1 -w "$$tardir"'
+    am__tar_='pax -L -x $1 -w "$tardir"'
+    am__untar='pax -r'
+    ;;
+  cpio)
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+    am__untar='cpio -i -H $1 -d'
+    ;;
+  none)
+    am__tar=false
+    am__tar_=false
+    am__untar=false
+    ;;
+  esac
+
+  # If the value was cached, stop now.  We just wanted to have am__tar
+  # and am__untar set.
+  test -n "${am_cv_prog_tar_$1}" && break
+
+  # tar/untar a dummy directory, and stop if the command works
+  rm -rf conftest.dir
+  mkdir conftest.dir
+  echo GrepMe > conftest.dir/file
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+  rm -rf conftest.dir
+  if test -s conftest.tar; then
+    AM_RUN_LOG([$am__untar <conftest.tar])
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+  fi
+done
+rm -rf conftest.dir
+
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+AC_SUBST([am__tar])
+AC_SUBST([am__untar])
+]) # _AM_PROG_TAR
+
diff --git a/configure b/configure
new file mode 100755
index 0000000..683840d
--- /dev/null
+++ b/configure
@@ -0,0 +1,4272 @@
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
+# Generated by GNU Autoconf 2.68 for voronota 1.18.1877.
+#
+# Report bugs to <kliment at ibt.lt>.
+#
+#
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
+#
+#
+# This configure script is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+      arg=$1;
+      case $arg in #(
+      *"$as_nl"*)
+	expr "X$arg" : "X\\(.*\\)$as_nl";
+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+  }
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" ""	$as_nl"
+
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+if test "x$CONFIG_SHELL" = x; then
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
+  setopt NO_GLOB_SUBST
+else
+  case \`(set -o) 2>/dev/null\` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+"
+  as_required="as_fn_return () { (exit \$1); }
+as_fn_success () { as_fn_return 0; }
+as_fn_failure () { as_fn_return 1; }
+as_fn_ret_success () { return 0; }
+as_fn_ret_failure () { return 1; }
+
+exitcode=0
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
+
+else
+  exitcode=1; echo positional parameters were not saved.
+fi
+test x\$exitcode = x0 || exit 1"
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
+  if (eval "$as_required") 2>/dev/null; then :
+  as_have_required=yes
+else
+  as_have_required=no
+fi
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
+
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_found=false
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  as_found=:
+  case $as_dir in #(
+	 /*)
+	   for as_base in sh bash ksh sh5; do
+	     # Try only shells that exist, to save several forks.
+	     as_shell=$as_dir/$as_base
+	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  CONFIG_SHELL=$as_shell as_have_required=yes
+		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
+  break 2
+fi
+fi
+	   done;;
+       esac
+  as_found=false
+done
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
+	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
+  CONFIG_SHELL=$SHELL as_have_required=yes
+fi; }
+IFS=$as_save_IFS
+
+
+      if test "x$CONFIG_SHELL" != x; then :
+  # We cannot yet assume a decent shell, so we have to provide a
+	# neutralization value for shells without unset; and this also
+	# works around shells that cannot unset nonexistent variables.
+	# Preserve -v and -x to the replacement shell.
+	BASH_ENV=/dev/null
+	ENV=/dev/null
+	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
+	export CONFIG_SHELL
+	case $- in # ((((
+	  *v*x* | *x*v* ) as_opts=-vx ;;
+	  *v* ) as_opts=-v ;;
+	  *x* ) as_opts=-x ;;
+	  * ) as_opts= ;;
+	esac
+	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
+fi
+
+    if test x$as_have_required = xno; then :
+  $as_echo "$0: This script requires a shell more modern than all"
+  $as_echo "$0: the shells that I found on your system."
+  if test x${ZSH_VERSION+set} = xset ; then
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
+  else
+    $as_echo "$0: Please tell bug-autoconf at gnu.org and kliment at ibt.lt
+$0: about your system, including any error possibly output
+$0: before this message. Then install a modern shell, or
+$0: manually run the script under such a shell if you do
+$0: have one."
+  fi
+  exit 1
+fi
+fi
+fi
+SHELL=${CONFIG_SHELL-/bin/sh}
+export SHELL
+# Unset more variables known to interfere with behavior of common tools.
+CLICOLOR_FORCE= GREP_OPTIONS=
+unset CLICOLOR_FORCE GREP_OPTIONS
+
+## --------------------- ##
+## M4sh Shell Functions. ##
+## --------------------- ##
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
+	 X"$as_dir" : 'X\(//\)$' \| \
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+} # as_fn_error
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$0" : 'X\(//\)$' \| \
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
+  sed -n '
+    p
+    /[$]LINENO/=
+  ' <$as_myself |
+    sed '
+      s/[$]LINENO.*/&-/
+      t lineno
+      b
+      :lineno
+      N
+      :loop
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+      t loop
+      s/-\n.*//
+    ' >$as_me.lineno &&
+  chmod +x "$as_me.lineno" ||
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
+
+  # Don't try to exec as it changes $[0], causing all sort of problems
+  # (the dirname of $[0] is not the place where we might find the
+  # original and so on.  Autoconf is especially sensitive to this).
+  . "./$as_me.lineno"
+  # Exit status is that of the last command.
+  exit
+}
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='	';;
+  esac;;
+*)
+  ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -p'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -p'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+  else
+    as_ln_s='cp -p'
+  fi
+else
+  as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
+if test -x / >/dev/null 2>&1; then
+  as_test_x='test -x'
+else
+  if ls -dL / >/dev/null 2>&1; then
+    as_ls_L_option=L
+  else
+    as_ls_L_option=
+  fi
+  as_test_x='
+    eval sh -c '\''
+      if test -d "$1"; then
+	test -d "$1/.";
+      else
+	case $1 in #(
+	-*)set "./$1";;
+	esac;
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+	???[sx]*):;;*)false;;esac;fi
+    '\'' sh
+  '
+fi
+as_executable_p=$as_test_x
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+test -n "$DJDIR" || exec 7<&0 </dev/null
+exec 6>&1
+
+# Name of the host.
+# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+#
+# Initializations.
+#
+ac_default_prefix=/usr/local
+ac_clean_files=
+ac_config_libobj_dir=.
+LIBOBJS=
+cross_compiling=no
+subdirs=
+MFLAGS=
+MAKEFLAGS=
+
+# Identity of this package.
+PACKAGE_NAME='voronota'
+PACKAGE_TARNAME='voronota'
+PACKAGE_VERSION='1.18.1877'
+PACKAGE_STRING='voronota 1.18.1877'
+PACKAGE_BUGREPORT='kliment at ibt.lt'
+PACKAGE_URL=''
+
+ac_subst_vars='am__EXEEXT_FALSE
+am__EXEEXT_TRUE
+LTLIBOBJS
+LIBOBJS
+am__fastdepCXX_FALSE
+am__fastdepCXX_TRUE
+CXXDEPMODE
+AMDEPBACKSLASH
+AMDEP_FALSE
+AMDEP_TRUE
+am__quote
+am__include
+DEPDIR
+OBJEXT
+EXEEXT
+ac_ct_CXX
+CPPFLAGS
+LDFLAGS
+CXXFLAGS
+CXX
+am__untar
+am__tar
+AMTAR
+am__leading_dot
+SET_MAKE
+AWK
+mkdir_p
+MKDIR_P
+INSTALL_STRIP_PROGRAM
+STRIP
+install_sh
+MAKEINFO
+AUTOHEADER
+AUTOMAKE
+AUTOCONF
+ACLOCAL
+VERSION
+PACKAGE
+CYGPATH_W
+am__isrc
+INSTALL_DATA
+INSTALL_SCRIPT
+INSTALL_PROGRAM
+target_alias
+host_alias
+build_alias
+LIBS
+ECHO_T
+ECHO_N
+ECHO_C
+DEFS
+mandir
+localedir
+libdir
+psdir
+pdfdir
+dvidir
+htmldir
+infodir
+docdir
+oldincludedir
+includedir
+localstatedir
+sharedstatedir
+sysconfdir
+datadir
+datarootdir
+libexecdir
+sbindir
+bindir
+program_transform_name
+prefix
+exec_prefix
+PACKAGE_URL
+PACKAGE_BUGREPORT
+PACKAGE_STRING
+PACKAGE_VERSION
+PACKAGE_TARNAME
+PACKAGE_NAME
+PATH_SEPARATOR
+SHELL'
+ac_subst_files=''
+ac_user_opts='
+enable_option_checking
+enable_dependency_tracking
+'
+      ac_precious_vars='build_alias
+host_alias
+target_alias
+CXX
+CXXFLAGS
+LDFLAGS
+LIBS
+CPPFLAGS
+CCC'
+
+
+# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
+ac_unrecognized_opts=
+ac_unrecognized_sep=
+# The variables have the same names as the options, with
+# dashes changed to underlines.
+cache_file=/dev/null
+exec_prefix=NONE
+no_create=
+no_recursion=
+prefix=NONE
+program_prefix=NONE
+program_suffix=NONE
+program_transform_name=s,x,x,
+silent=
+site=
+srcdir=
+verbose=
+x_includes=NONE
+x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# (The list follows the same order as the GNU Coding Standards.)
+bindir='${exec_prefix}/bin'
+sbindir='${exec_prefix}/sbin'
+libexecdir='${exec_prefix}/libexec'
+datarootdir='${prefix}/share'
+datadir='${datarootdir}'
+sysconfdir='${prefix}/etc'
+sharedstatedir='${prefix}/com'
+localstatedir='${prefix}/var'
+includedir='${prefix}/include'
+oldincludedir='/usr/include'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+infodir='${datarootdir}/info'
+htmldir='${docdir}'
+dvidir='${docdir}'
+pdfdir='${docdir}'
+psdir='${docdir}'
+libdir='${exec_prefix}/lib'
+localedir='${datarootdir}/locale'
+mandir='${datarootdir}/man'
+
+ac_prev=
+ac_dashdash=
+for ac_option
+do
+  # If the previous option needs an argument, assign it.
+  if test -n "$ac_prev"; then
+    eval $ac_prev=\$ac_option
+    ac_prev=
+    continue
+  fi
+
+  case $ac_option in
+  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+  *=)   ac_optarg= ;;
+  *)    ac_optarg=yes ;;
+  esac
+
+  # Accept the important Cygnus configure options, so we can diagnose typos.
+
+  case $ac_dashdash$ac_option in
+  --)
+    ac_dashdash=yes ;;
+
+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
+    ac_prev=bindir ;;
+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+    bindir=$ac_optarg ;;
+
+  -build | --build | --buil | --bui | --bu)
+    ac_prev=build_alias ;;
+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+    build_alias=$ac_optarg ;;
+
+  -cache-file | --cache-file | --cache-fil | --cache-fi \
+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+    ac_prev=cache_file ;;
+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+    cache_file=$ac_optarg ;;
+
+  --config-cache | -C)
+    cache_file=config.cache ;;
+
+  -datadir | --datadir | --datadi | --datad)
+    ac_prev=datadir ;;
+  -datadir=* | --datadir=* | --datadi=* | --datad=*)
+    datadir=$ac_optarg ;;
+
+  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+  | --dataroo | --dataro | --datar)
+    ac_prev=datarootdir ;;
+  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+    datarootdir=$ac_optarg ;;
+
+  -disable-* | --disable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"enable_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval enable_$ac_useropt=no ;;
+
+  -docdir | --docdir | --docdi | --doc | --do)
+    ac_prev=docdir ;;
+  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+    docdir=$ac_optarg ;;
+
+  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+    ac_prev=dvidir ;;
+  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+    dvidir=$ac_optarg ;;
+
+  -enable-* | --enable-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid feature name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"enable_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval enable_$ac_useropt=\$ac_optarg ;;
+
+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+  | --exec | --exe | --ex)
+    ac_prev=exec_prefix ;;
+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+  | --exec=* | --exe=* | --ex=*)
+    exec_prefix=$ac_optarg ;;
+
+  -gas | --gas | --ga | --g)
+    # Obsolete; use --with-gas.
+    with_gas=yes ;;
+
+  -help | --help | --hel | --he | -h)
+    ac_init_help=long ;;
+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+    ac_init_help=recursive ;;
+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+    ac_init_help=short ;;
+
+  -host | --host | --hos | --ho)
+    ac_prev=host_alias ;;
+  -host=* | --host=* | --hos=* | --ho=*)
+    host_alias=$ac_optarg ;;
+
+  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+    ac_prev=htmldir ;;
+  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+  | --ht=*)
+    htmldir=$ac_optarg ;;
+
+  -includedir | --includedir | --includedi | --included | --include \
+  | --includ | --inclu | --incl | --inc)
+    ac_prev=includedir ;;
+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+  | --includ=* | --inclu=* | --incl=* | --inc=*)
+    includedir=$ac_optarg ;;
+
+  -infodir | --infodir | --infodi | --infod | --info | --inf)
+    ac_prev=infodir ;;
+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+    infodir=$ac_optarg ;;
+
+  -libdir | --libdir | --libdi | --libd)
+    ac_prev=libdir ;;
+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
+    libdir=$ac_optarg ;;
+
+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+  | --libexe | --libex | --libe)
+    ac_prev=libexecdir ;;
+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+  | --libexe=* | --libex=* | --libe=*)
+    libexecdir=$ac_optarg ;;
+
+  -localedir | --localedir | --localedi | --localed | --locale)
+    ac_prev=localedir ;;
+  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+    localedir=$ac_optarg ;;
+
+  -localstatedir | --localstatedir | --localstatedi | --localstated \
+  | --localstate | --localstat | --localsta | --localst | --locals)
+    ac_prev=localstatedir ;;
+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+    localstatedir=$ac_optarg ;;
+
+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+    ac_prev=mandir ;;
+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+    mandir=$ac_optarg ;;
+
+  -nfp | --nfp | --nf)
+    # Obsolete; use --without-fp.
+    with_fp=no ;;
+
+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+  | --no-cr | --no-c | -n)
+    no_create=yes ;;
+
+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+    no_recursion=yes ;;
+
+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+  | --oldin | --oldi | --old | --ol | --o)
+    ac_prev=oldincludedir ;;
+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+    oldincludedir=$ac_optarg ;;
+
+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+    ac_prev=prefix ;;
+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+    prefix=$ac_optarg ;;
+
+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
+  | --program-pre | --program-pr | --program-p)
+    ac_prev=program_prefix ;;
+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+    program_prefix=$ac_optarg ;;
+
+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
+  | --program-suf | --program-su | --program-s)
+    ac_prev=program_suffix ;;
+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+    program_suffix=$ac_optarg ;;
+
+  -program-transform-name | --program-transform-name \
+  | --program-transform-nam | --program-transform-na \
+  | --program-transform-n | --program-transform- \
+  | --program-transform | --program-transfor \
+  | --program-transfo | --program-transf \
+  | --program-trans | --program-tran \
+  | --progr-tra | --program-tr | --program-t)
+    ac_prev=program_transform_name ;;
+  -program-transform-name=* | --program-transform-name=* \
+  | --program-transform-nam=* | --program-transform-na=* \
+  | --program-transform-n=* | --program-transform-=* \
+  | --program-transform=* | --program-transfor=* \
+  | --program-transfo=* | --program-transf=* \
+  | --program-trans=* | --program-tran=* \
+  | --progr-tra=* | --program-tr=* | --program-t=*)
+    program_transform_name=$ac_optarg ;;
+
+  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+    ac_prev=pdfdir ;;
+  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+    pdfdir=$ac_optarg ;;
+
+  -psdir | --psdir | --psdi | --psd | --ps)
+    ac_prev=psdir ;;
+  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+    psdir=$ac_optarg ;;
+
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil)
+    silent=yes ;;
+
+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+    ac_prev=sbindir ;;
+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+  | --sbi=* | --sb=*)
+    sbindir=$ac_optarg ;;
+
+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+  | --sharedst | --shareds | --shared | --share | --shar \
+  | --sha | --sh)
+    ac_prev=sharedstatedir ;;
+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+  | --sha=* | --sh=*)
+    sharedstatedir=$ac_optarg ;;
+
+  -site | --site | --sit)
+    ac_prev=site ;;
+  -site=* | --site=* | --sit=*)
+    site=$ac_optarg ;;
+
+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+    ac_prev=srcdir ;;
+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+    srcdir=$ac_optarg ;;
+
+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+  | --syscon | --sysco | --sysc | --sys | --sy)
+    ac_prev=sysconfdir ;;
+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+    sysconfdir=$ac_optarg ;;
+
+  -target | --target | --targe | --targ | --tar | --ta | --t)
+    ac_prev=target_alias ;;
+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+    target_alias=$ac_optarg ;;
+
+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
+    verbose=yes ;;
+
+  -version | --version | --versio | --versi | --vers | -V)
+    ac_init_version=: ;;
+
+  -with-* | --with-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"with_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval with_$ac_useropt=\$ac_optarg ;;
+
+  -without-* | --without-*)
+    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+    # Reject names that are not valid shell variable names.
+    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
+      as_fn_error $? "invalid package name: $ac_useropt"
+    ac_useropt_orig=$ac_useropt
+    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
+    case $ac_user_opts in
+      *"
+"with_$ac_useropt"
+"*) ;;
+      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
+	 ac_unrecognized_sep=', ';;
+    esac
+    eval with_$ac_useropt=no ;;
+
+  --x)
+    # Obsolete; use --with-x.
+    with_x=yes ;;
+
+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+  | --x-incl | --x-inc | --x-in | --x-i)
+    ac_prev=x_includes ;;
+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+    x_includes=$ac_optarg ;;
+
+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+    ac_prev=x_libraries ;;
+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+    x_libraries=$ac_optarg ;;
+
+  -*) as_fn_error $? "unrecognized option: \`$ac_option'
+Try \`$0 --help' for more information"
+    ;;
+
+  *=*)
+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+    # Reject names that are not valid shell variable names.
+    case $ac_envvar in #(
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
+      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
+    esac
+    eval $ac_envvar=\$ac_optarg
+    export $ac_envvar ;;
+
+  *)
+    # FIXME: should be removed in autoconf 3.0.
+    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
+    ;;
+
+  esac
+done
+
+if test -n "$ac_prev"; then
+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+  as_fn_error $? "missing argument to $ac_option"
+fi
+
+if test -n "$ac_unrecognized_opts"; then
+  case $enable_option_checking in
+    no) ;;
+    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
+    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
+  esac
+fi
+
+# Check all directory arguments for consistency.
+for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
+		datadir sysconfdir sharedstatedir localstatedir includedir \
+		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+		libdir localedir mandir
+do
+  eval ac_val=\$$ac_var
+  # Remove trailing slashes.
+  case $ac_val in
+    */ )
+      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
+      eval $ac_var=\$ac_val;;
+  esac
+  # Be sure to have absolute directory names.
+  case $ac_val in
+    [\\/$]* | ?:[\\/]* )  continue;;
+    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+  esac
+  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
+done
+
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+# FIXME: To remove some day.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: To remove some day.
+if test "x$host_alias" != x; then
+  if test "x$build_alias" = x; then
+    cross_compiling=maybe
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
+    If a cross compiler is detected then cross compile mode will be used" >&2
+  elif test "x$build_alias" != "x$host_alias"; then
+    cross_compiling=yes
+  fi
+fi
+
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+
+test "$silent" = yes && exec 6>/dev/null
+
+
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+  as_fn_error $? "working directory cannot be determined"
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+  as_fn_error $? "pwd does not report name of working directory"
+
+
+# Find the source files, if location was not specified.
+if test -z "$srcdir"; then
+  ac_srcdir_defaulted=yes
+  # Try the directory containing this script, then the parent directory.
+  ac_confdir=`$as_dirname -- "$as_myself" ||
+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_myself" : 'X\(//\)[^/]' \| \
+	 X"$as_myself" : 'X\(//\)$' \| \
+	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_myself" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  srcdir=$ac_confdir
+  if test ! -r "$srcdir/$ac_unique_file"; then
+    srcdir=..
+  fi
+else
+  ac_srcdir_defaulted=no
+fi
+if test ! -r "$srcdir/$ac_unique_file"; then
+  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
+fi
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_abs_confdir=`(
+	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
+	pwd)`
+# When building in place, set srcdir=.
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+  srcdir=.
+fi
+# Remove unnecessary trailing slashes from srcdir.
+# Double slashes in file names in object file debugging info
+# mess up M-x gdb in Emacs.
+case $srcdir in
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+esac
+for ac_var in $ac_precious_vars; do
+  eval ac_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_env_${ac_var}_value=\$${ac_var}
+  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+  eval ac_cv_env_${ac_var}_value=\$${ac_var}
+done
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+  # Omit some internal or obsolete options to make the list less imposing.
+  # This message is too long to be a string in the A/UX 3.1 sh.
+  cat <<_ACEOF
+\`configure' configures voronota 1.18.1877 to adapt to many kinds of systems.
+
+Usage: $0 [OPTION]... [VAR=VALUE]...
+
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE.  See below for descriptions of some of the useful variables.
+
+Defaults for the options are specified in brackets.
+
+Configuration:
+  -h, --help              display this help and exit
+      --help=short        display options specific to this package
+      --help=recursive    display the short help of all the included packages
+  -V, --version           display version information and exit
+  -q, --quiet, --silent   do not print \`checking ...' messages
+      --cache-file=FILE   cache test results in FILE [disabled]
+  -C, --config-cache      alias for \`--cache-file=config.cache'
+  -n, --no-create         do not create output files
+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
+
+Installation directories:
+  --prefix=PREFIX         install architecture-independent files in PREFIX
+                          [$ac_default_prefix]
+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
+                          [PREFIX]
+
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+
+For better control, use the options below.
+
+Fine tuning of the installation directories:
+  --bindir=DIR            user executables [EPREFIX/bin]
+  --sbindir=DIR           system admin executables [EPREFIX/sbin]
+  --libexecdir=DIR        program executables [EPREFIX/libexec]
+  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
+  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
+  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --libdir=DIR            object code libraries [EPREFIX/lib]
+  --includedir=DIR        C header files [PREFIX/include]
+  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
+  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
+  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
+  --infodir=DIR           info documentation [DATAROOTDIR/info]
+  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
+  --mandir=DIR            man documentation [DATAROOTDIR/man]
+  --docdir=DIR            documentation root [DATAROOTDIR/doc/voronota]
+  --htmldir=DIR           html documentation [DOCDIR]
+  --dvidir=DIR            dvi documentation [DOCDIR]
+  --pdfdir=DIR            pdf documentation [DOCDIR]
+  --psdir=DIR             ps documentation [DOCDIR]
+_ACEOF
+
+  cat <<\_ACEOF
+
+Program names:
+  --program-prefix=PREFIX            prepend PREFIX to installed program names
+  --program-suffix=SUFFIX            append SUFFIX to installed program names
+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
+_ACEOF
+fi
+
+if test -n "$ac_init_help"; then
+  case $ac_init_help in
+     short | recursive ) echo "Configuration of voronota 1.18.1877:";;
+   esac
+  cat <<\_ACEOF
+
+Optional Features:
+  --disable-option-checking  ignore unrecognized --enable/--with options
+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+  --disable-dependency-tracking  speeds up one-time build
+  --enable-dependency-tracking   do not reject slow dependency extractors
+
+Some influential environment variables:
+  CXX         C++ compiler command
+  CXXFLAGS    C++ compiler flags
+  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
+              nonstandard directory <lib dir>
+  LIBS        libraries to pass to the linker, e.g. -l<library>
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
+              you have headers in a nonstandard directory <include dir>
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+Report bugs to <kliment at ibt.lt>.
+_ACEOF
+ac_status=$?
+fi
+
+if test "$ac_init_help" = "recursive"; then
+  # If there are subdirs, report their specific --help.
+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+    test -d "$ac_dir" ||
+      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
+      continue
+    ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+    cd "$ac_dir" || { ac_status=$?; continue; }
+    # Check for guested configure.
+    if test -f "$ac_srcdir/configure.gnu"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+    elif test -f "$ac_srcdir/configure"; then
+      echo &&
+      $SHELL "$ac_srcdir/configure" --help=recursive
+    else
+      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+    fi || ac_status=$?
+    cd "$ac_pwd" || { ac_status=$?; break; }
+  done
+fi
+
+test -n "$ac_init_help" && exit $ac_status
+if $ac_init_version; then
+  cat <<\_ACEOF
+voronota configure 1.18.1877
+generated by GNU Autoconf 2.68
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+_ACEOF
+  exit
+fi
+
+## ------------------------ ##
+## Autoconf initialization. ##
+## ------------------------ ##
+
+# ac_fn_cxx_try_compile LINENO
+# ----------------------------
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
+ac_fn_cxx_try_compile ()
+{
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+  rm -f conftest.$ac_objext
+  if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    grep -v '^ *+' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+    mv -f conftest.er1 conftest.err
+  fi
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; } && {
+	 test -z "$ac_cxx_werror_flag" ||
+	 test ! -s conftest.err
+       } && test -s conftest.$ac_objext; then :
+  ac_retval=0
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+	ac_retval=1
+fi
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
+  as_fn_set_status $ac_retval
+
+} # ac_fn_cxx_try_compile
+cat >config.log <<_ACEOF
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by voronota $as_me 1.18.1877, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
+
+  $ $0 $@
+
+_ACEOF
+exec 5>>config.log
+{
+cat <<_ASUNAME
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
+
+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
+
+_ASUNAME
+
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    $as_echo "PATH: $as_dir"
+  done
+IFS=$as_save_IFS
+
+} >&5
+
+cat >&5 <<_ACEOF
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+_ACEOF
+
+
+# Keep a trace of the command line.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --silent because we don't want to record it for future runs.
+# Also quote any args containing shell meta-characters.
+# Make two passes to allow for proper duplicate-argument suppression.
+ac_configure_args=
+ac_configure_args0=
+ac_configure_args1=
+ac_must_keep_next=false
+for ac_pass in 1 2
+do
+  for ac_arg
+  do
+    case $ac_arg in
+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+    | -silent | --silent | --silen | --sile | --sil)
+      continue ;;
+    *\'*)
+      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    esac
+    case $ac_pass in
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
+    2)
+      as_fn_append ac_configure_args1 " '$ac_arg'"
+      if test $ac_must_keep_next = true; then
+	ac_must_keep_next=false # Got value, back to normal.
+      else
+	case $ac_arg in
+	  *=* | --config-cache | -C | -disable-* | --disable-* \
+	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+	  | -with-* | --with-* | -without-* | --without-* | --x)
+	    case "$ac_configure_args0 " in
+	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+	    esac
+	    ;;
+	  -* ) ac_must_keep_next=true ;;
+	esac
+      fi
+      as_fn_append ac_configure_args " '$ac_arg'"
+      ;;
+    esac
+  done
+done
+{ ac_configure_args0=; unset ac_configure_args0;}
+{ ac_configure_args1=; unset ac_configure_args1;}
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log.  We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+trap 'exit_status=$?
+  # Save into config.log some information that might help in debugging.
+  {
+    echo
+
+    $as_echo "## ---------------- ##
+## Cache variables. ##
+## ---------------- ##"
+    echo
+    # The following way of writing the cache mishandles newlines in values,
+(
+  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+    esac
+  done
+  (set) 2>&1 |
+    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+      sed -n \
+	"s/'\''/'\''\\\\'\'''\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+      ;; #(
+    *)
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+    esac |
+    sort
+)
+    echo
+
+    $as_echo "## ----------------- ##
+## Output variables. ##
+## ----------------- ##"
+    echo
+    for ac_var in $ac_subst_vars
+    do
+      eval ac_val=\$$ac_var
+      case $ac_val in
+      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+      esac
+      $as_echo "$ac_var='\''$ac_val'\''"
+    done | sort
+    echo
+
+    if test -n "$ac_subst_files"; then
+      $as_echo "## ------------------- ##
+## File substitutions. ##
+## ------------------- ##"
+      echo
+      for ac_var in $ac_subst_files
+      do
+	eval ac_val=\$$ac_var
+	case $ac_val in
+	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+	esac
+	$as_echo "$ac_var='\''$ac_val'\''"
+      done | sort
+      echo
+    fi
+
+    if test -s confdefs.h; then
+      $as_echo "## ----------- ##
+## confdefs.h. ##
+## ----------- ##"
+      echo
+      cat confdefs.h
+      echo
+    fi
+    test "$ac_signal" != 0 &&
+      $as_echo "$as_me: caught signal $ac_signal"
+    $as_echo "$as_me: exit $exit_status"
+  } >&5
+  rm -f core *.core core.conftest.* &&
+    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+    exit $exit_status
+' 0
+for ac_signal in 1 2 13 15; do
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -f -r conftest* confdefs.h
+
+$as_echo "/* confdefs.h */" > confdefs.h
+
+# Predefined preprocessor variables.
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_NAME "$PACKAGE_NAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_STRING "$PACKAGE_STRING"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+_ACEOF
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_URL "$PACKAGE_URL"
+_ACEOF
+
+
+# Let the site file select an alternate cache file if it wants to.
+# Prefer an explicitly selected file to automatically selected ones.
+ac_site_file1=NONE
+ac_site_file2=NONE
+if test -n "$CONFIG_SITE"; then
+  # We do not want a PATH search for config.site.
+  case $CONFIG_SITE in #((
+    -*)  ac_site_file1=./$CONFIG_SITE;;
+    */*) ac_site_file1=$CONFIG_SITE;;
+    *)   ac_site_file1=./$CONFIG_SITE;;
+  esac
+elif test "x$prefix" != xNONE; then
+  ac_site_file1=$prefix/share/config.site
+  ac_site_file2=$prefix/etc/config.site
+else
+  ac_site_file1=$ac_default_prefix/share/config.site
+  ac_site_file2=$ac_default_prefix/etc/config.site
+fi
+for ac_site_file in "$ac_site_file1" "$ac_site_file2"
+do
+  test "x$ac_site_file" = xNONE && continue
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
+$as_echo "$as_me: loading site script $ac_site_file" >&6;}
+    sed 's/^/| /' "$ac_site_file" >&5
+    . "$ac_site_file" \
+      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "failed to load site script $ac_site_file
+See \`config.log' for more details" "$LINENO" 5; }
+  fi
+done
+
+if test -r "$cache_file"; then
+  # Some versions of bash will fail to source /dev/null (special files
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
+$as_echo "$as_me: loading cache $cache_file" >&6;}
+    case $cache_file in
+      [\\/]* | ?:[\\/]* ) . "$cache_file";;
+      *)                      . "./$cache_file";;
+    esac
+  fi
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
+$as_echo "$as_me: creating cache $cache_file" >&6;}
+  >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in $ac_precious_vars; do
+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
+  eval ac_new_set=\$ac_env_${ac_var}_set
+  eval ac_old_val=\$ac_cv_env_${ac_var}_value
+  eval ac_new_val=\$ac_env_${ac_var}_value
+  case $ac_old_set,$ac_new_set in
+    set,)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+    ,set)
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+      ac_cache_corrupted=: ;;
+    ,);;
+    *)
+      if test "x$ac_old_val" != "x$ac_new_val"; then
+	# differences in whitespace do not lead to failure.
+	ac_old_val_w=`echo x $ac_old_val`
+	ac_new_val_w=`echo x $ac_new_val`
+	if test "$ac_old_val_w" != "$ac_new_val_w"; then
+	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+	  ac_cache_corrupted=:
+	else
+	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
+	  eval $ac_var=\$ac_old_val
+	fi
+	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
+$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
+	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
+$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
+      fi;;
+  esac
+  # Pass precious variables to config.status.
+  if test "$ac_new_set" = set; then
+    case $ac_new_val in
+    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+    *) ac_arg=$ac_var=$ac_new_val ;;
+    esac
+    case " $ac_configure_args " in
+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
+    esac
+  fi
+done
+if $ac_cache_corrupted; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
+fi
+## -------------------- ##
+## Main body of script. ##
+## -------------------- ##
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+am__api_version='1.11'
+
+ac_aux_dir=
+for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
+  if test -f "$ac_dir/install-sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install-sh -c"
+    break
+  elif test -f "$ac_dir/install.sh"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/install.sh -c"
+    break
+  elif test -f "$ac_dir/shtool"; then
+    ac_aux_dir=$ac_dir
+    ac_install_sh="$ac_aux_dir/shtool install -c"
+    break
+  fi
+done
+if test -z "$ac_aux_dir"; then
+  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
+fi
+
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
+
+
+# Find a good install program.  We prefer a C program (faster),
+# so one script is as good as another.  But avoid the broken or
+# incompatible versions:
+# SysV /etc/install, /usr/sbin/install
+# SunOS /usr/etc/install
+# IRIX /sbin/install
+# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
+# ./install, which can be erroneously created by make from ./install.sh.
+# Reject install programs that cannot install multiple files.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
+$as_echo_n "checking for a BSD-compatible install... " >&6; }
+if test -z "$INSTALL"; then
+if ${ac_cv_path_install+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in #((
+  ./ | .// | /[cC]/* | \
+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
+  /usr/ucb/* ) ;;
+  *)
+    # OSF1 and SCO ODT 3.0 have their own names for install.
+    # Don't use installbsd from OSF since it installs stuff as root
+    # by default.
+    for ac_prog in ginstall scoinst install; do
+      for ac_exec_ext in '' $ac_executable_extensions; do
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
+	  if test $ac_prog = install &&
+	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # AIX install.  It has an incompatible calling convention.
+	    :
+	  elif test $ac_prog = install &&
+	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+	    # program-specific install script used by HP pwplus--don't use.
+	    :
+	  else
+	    rm -rf conftest.one conftest.two conftest.dir
+	    echo one > conftest.one
+	    echo two > conftest.two
+	    mkdir conftest.dir
+	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
+	      test -s conftest.one && test -s conftest.two &&
+	      test -s conftest.dir/conftest.one &&
+	      test -s conftest.dir/conftest.two
+	    then
+	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+	      break 3
+	    fi
+	  fi
+	fi
+      done
+    done
+    ;;
+esac
+
+  done
+IFS=$as_save_IFS
+
+rm -rf conftest.one conftest.two conftest.dir
+
+fi
+  if test "${ac_cv_path_install+set}" = set; then
+    INSTALL=$ac_cv_path_install
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for INSTALL within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    INSTALL=$ac_install_sh
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
+$as_echo "$INSTALL" >&6; }
+
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# It thinks the first close brace ends the variable substitution.
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
+$as_echo_n "checking whether build environment is sane... " >&6; }
+# Just in case
+sleep 1
+echo timestamp > conftest.file
+# Reject unsafe characters in $srcdir or the absolute working directory
+# name.  Accept space and tab only in the latter.
+am_lf='
+'
+case `pwd` in
+  *[\\\"\#\$\&\'\`$am_lf]*)
+    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
+esac
+case $srcdir in
+  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
+esac
+
+# Do `set' in a subshell so we don't clobber the current shell's
+# arguments.  Must try -L first in case configure is actually a
+# symlink; some systems play weird games with the mod time of symlinks
+# (eg FreeBSD returns the mod time of the symlink's containing
+# directory).
+if (
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
+   if test "$*" = "X"; then
+      # -L didn't work.
+      set X `ls -t "$srcdir/configure" conftest.file`
+   fi
+   rm -f conftest.file
+   if test "$*" != "X $srcdir/configure conftest.file" \
+      && test "$*" != "X conftest.file $srcdir/configure"; then
+
+      # If neither matched, then we have a broken ls.  This can happen
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
+      # broken ls alias from the environment.  This has actually
+      # happened.  Such a system could not be considered "sane".
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
+alias in your environment" "$LINENO" 5
+   fi
+
+   test "$2" = conftest.file
+   )
+then
+   # Ok.
+   :
+else
+   as_fn_error $? "newly created file is older than distributed files!
+Check your system clock" "$LINENO" 5
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+test "$program_prefix" != NONE &&
+  program_transform_name="s&^&$program_prefix&;$program_transform_name"
+# Use a double $ so make ignores it.
+test "$program_suffix" != NONE &&
+  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
+# Double any \ or $.
+# By default was `s,x,x', remove it if useless.
+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
+
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
+
+if test x"${MISSING+set}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
+  *)
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
+  esac
+fi
+# Use eval to expand $SHELL
+if eval "$MISSING --run true"; then
+  am_missing_run="$MISSING --run "
+else
+  am_missing_run=
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
+fi
+
+if test x"${install_sh}" != xset; then
+  case $am_aux_dir in
+  *\ * | *\	*)
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
+  *)
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
+  esac
+fi
+
+# Installed binaries are usually stripped using `strip' when the user
+# run `make install-strip'.  However `strip' might not be the right
+# tool to use in cross-compilation environments, therefore Automake
+# will honor the `STRIP' environment variable to overrule this program.
+if test "$cross_compiling" != no; then
+  if test -n "$ac_tool_prefix"; then
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
+set dummy ${ac_tool_prefix}strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$STRIP"; then
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+STRIP=$ac_cv_prog_STRIP
+if test -n "$STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
+$as_echo "$STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_STRIP"; then
+  ac_ct_STRIP=$STRIP
+  # Extract the first word of "strip", so it can be a program name with args.
+set dummy strip; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_STRIP"; then
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_STRIP="strip"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
+if test -n "$ac_ct_STRIP"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
+$as_echo "$ac_ct_STRIP" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+  if test "x$ac_ct_STRIP" = x; then
+    STRIP=":"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    STRIP=$ac_ct_STRIP
+  fi
+else
+  STRIP="$ac_cv_prog_STRIP"
+fi
+
+fi
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
+$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
+if test -z "$MKDIR_P"; then
+  if ${ac_cv_path_mkdir+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_prog in mkdir gmkdir; do
+	 for ac_exec_ext in '' $ac_executable_extensions; do
+	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
+	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
+	     'mkdir (GNU coreutils) '* | \
+	     'mkdir (coreutils) '* | \
+	     'mkdir (fileutils) '4.1*)
+	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
+	       break 3;;
+	   esac
+	 done
+       done
+  done
+IFS=$as_save_IFS
+
+fi
+
+  test -d ./--version && rmdir ./--version
+  if test "${ac_cv_path_mkdir+set}" = set; then
+    MKDIR_P="$ac_cv_path_mkdir -p"
+  else
+    # As a last resort, use the slow shell script.  Don't cache a
+    # value for MKDIR_P within a source directory, because that will
+    # break other packages using the cache if that directory is
+    # removed, or if the value is a relative name.
+    MKDIR_P="$ac_install_sh -d"
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
+$as_echo "$MKDIR_P" >&6; }
+
+mkdir_p="$MKDIR_P"
+case $mkdir_p in
+  [\\/$]* | ?:[\\/]*) ;;
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
+esac
+
+for ac_prog in gawk mawk nawk awk
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_AWK+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$AWK"; then
+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_AWK="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+AWK=$ac_cv_prog_AWK
+if test -n "$AWK"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
+$as_echo "$AWK" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$AWK" && break
+done
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
+set x ${MAKE-make}
+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
+if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat >conftest.make <<\_ACEOF
+SHELL = /bin/sh
+all:
+	@echo '@@@%%%=$(MAKE)=@@@%%%'
+_ACEOF
+# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
+case `${MAKE-make} -f conftest.make 2>/dev/null` in
+  *@@@%%%=?*=@@@%%%*)
+    eval ac_cv_prog_make_${ac_make}_set=yes;;
+  *)
+    eval ac_cv_prog_make_${ac_make}_set=no;;
+esac
+rm -f conftest.make
+fi
+if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+  SET_MAKE=
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+  SET_MAKE="MAKE=${MAKE-make}"
+fi
+
+rm -rf .tst 2>/dev/null
+mkdir .tst 2>/dev/null
+if test -d .tst; then
+  am__leading_dot=.
+else
+  am__leading_dot=_
+fi
+rmdir .tst 2>/dev/null
+
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
+  # is not polluted with repeated "-I."
+  am__isrc=' -I$(srcdir)'
+  # test to see if srcdir already configured
+  if test -f $srcdir/config.status; then
+    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
+  fi
+fi
+
+# test whether we have cygpath
+if test -z "$CYGPATH_W"; then
+  if (cygpath --version) >/dev/null 2>/dev/null; then
+    CYGPATH_W='cygpath -w'
+  else
+    CYGPATH_W=echo
+  fi
+fi
+
+
+# Define the identity of the package.
+ PACKAGE='voronota'
+ VERSION='1.18.1877'
+
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE "$PACKAGE"
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define VERSION "$VERSION"
+_ACEOF
+
+# Some tools Automake needs.
+
+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
+
+
+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
+
+
+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
+
+
+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
+
+
+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
+
+# We need awk for the "check" target.  The system "awk" is bad on
+# some platforms.
+# Always define AMTAR for backward compatibility.
+
+AMTAR=${AMTAR-"${am_missing_run}tar"}
+
+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
+
+
+
+
+
+ac_ext=cpp
+ac_cpp='$CXXCPP $CPPFLAGS'
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+if test -z "$CXX"; then
+  if test -n "$CCC"; then
+    CXX=$CCC
+  else
+    if test -n "$ac_tool_prefix"; then
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+  do
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_CXX+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$CXX"; then
+  ac_cv_prog_CXX="$CXX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+CXX=$ac_cv_prog_CXX
+if test -n "$CXX"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
+$as_echo "$CXX" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+    test -n "$CXX" && break
+  done
+fi
+if test -z "$CXX"; then
+  ac_ct_CXX=$CXX
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
+do
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_prog_ac_ct_CXX+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -n "$ac_ct_CXX"; then
+  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    for ac_exec_ext in '' $ac_executable_extensions; do
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+    ac_cv_prog_ac_ct_CXX="$ac_prog"
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+    break 2
+  fi
+done
+  done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
+if test -n "$ac_ct_CXX"; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
+$as_echo "$ac_ct_CXX" >&6; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+  test -n "$ac_ct_CXX" && break
+done
+
+  if test "x$ac_ct_CXX" = x; then
+    CXX="g++"
+  else
+    case $cross_compiling:$ac_tool_warned in
+yes:)
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
+ac_tool_warned=yes ;;
+esac
+    CXX=$ac_ct_CXX
+  fi
+fi
+
+  fi
+fi
+# Provide some information about the compiler.
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
+set X $ac_compile
+ac_compiler=$2
+for ac_option in --version -v -V -qversion; do
+  { { ac_try="$ac_compiler $ac_option >&5"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
+  ac_status=$?
+  if test -s conftest.err; then
+    sed '10a\
+... rest of stderr output deleted ...
+         10q' conftest.err >conftest.er1
+    cat conftest.er1 >&5
+  fi
+  rm -f conftest.er1 conftest.err
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+done
+
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
+$as_echo_n "checking whether the C++ compiler works... " >&6; }
+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+
+# The possible output files:
+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
+
+ac_rmfiles=
+for ac_file in $ac_files
+do
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
+  esac
+done
+rm -f $ac_rmfiles
+
+if { { ac_try="$ac_link_default"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link_default") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+# in a Makefile.  We should not override ac_cv_exeext if it was cached,
+# so that the user can short-circuit this test for compilers unknown to
+# Autoconf.
+for ac_file in $ac_files ''
+do
+  test -f "$ac_file" || continue
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
+	;;
+    [ab].out )
+	# We found the default executable, but exeext='' is most
+	# certainly right.
+	break;;
+    *.* )
+	if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+	then :; else
+	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+	fi
+	# We set ac_cv_exeext here because the later test for it is not
+	# safe: cross compilers may not add the suffix if given an `-o'
+	# argument, so we may need to know it at that point already.
+	# Even if this section looks crufty: it has the advantage of
+	# actually working.
+	break;;
+    * )
+	break;;
+  esac
+done
+test "$ac_cv_exeext" = no && ac_cv_exeext=
+
+else
+  ac_file=''
+fi
+if test -z "$ac_file"; then :
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+$as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error 77 "C++ compiler cannot create executables
+See \`config.log' for more details" "$LINENO" 5; }
+else
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
+$as_echo_n "checking for C++ compiler default output file name... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
+$as_echo "$ac_file" >&6; }
+ac_exeext=$ac_cv_exeext
+
+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
+$as_echo_n "checking for suffix of executables... " >&6; }
+if { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in conftest.exe conftest conftest.*; do
+  test -f "$ac_file" || continue
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
+    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+	  break;;
+    * ) break;;
+  esac
+done
+else
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+rm -f conftest conftest$ac_cv_exeext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
+$as_echo "$ac_cv_exeext" >&6; }
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+#include <stdio.h>
+int
+main ()
+{
+FILE *f = fopen ("conftest.out", "w");
+ return ferror (f) || fclose (f) != 0;
+
+  ;
+  return 0;
+}
+_ACEOF
+ac_clean_files="$ac_clean_files conftest.out"
+# Check that the compiler produces executables we can run.  If not, either
+# the compiler is broken, or we cross compile.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
+$as_echo_n "checking whether we are cross compiling... " >&6; }
+if test "$cross_compiling" != yes; then
+  { { ac_try="$ac_link"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_link") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }
+  if { ac_try='./conftest$ac_cv_exeext'
+  { { case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_try") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; }; then
+    cross_compiling=no
+  else
+    if test "$cross_compiling" = maybe; then
+	cross_compiling=yes
+    else
+	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot run C++ compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details" "$LINENO" 5; }
+    fi
+  fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
+$as_echo "$cross_compiling" >&6; }
+
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
+ac_clean_files=$ac_clean_files_save
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
+$as_echo_n "checking for suffix of object files... " >&6; }
+if ${ac_cv_objext+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+rm -f conftest.o conftest.obj
+if { { ac_try="$ac_compile"
+case "(($ac_try" in
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+  *) ac_try_echo=$ac_try;;
+esac
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
+$as_echo "$ac_try_echo"; } >&5
+  (eval "$ac_compile") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then :
+  for ac_file in conftest.o conftest.obj conftest.*; do
+  test -f "$ac_file" || continue;
+  case $ac_file in
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+       break;;
+  esac
+done
+else
+  $as_echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "cannot compute suffix of object files: cannot compile
+See \`config.log' for more details" "$LINENO" 5; }
+fi
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
+$as_echo "$ac_cv_objext" >&6; }
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
+$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
+if ${ac_cv_cxx_compiler_gnu+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+#ifndef __GNUC__
+       choke me
+#endif
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+  ac_compiler_gnu=yes
+else
+  ac_compiler_gnu=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
+$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
+if test $ac_compiler_gnu = yes; then
+  GXX=yes
+else
+  GXX=
+fi
+ac_test_CXXFLAGS=${CXXFLAGS+set}
+ac_save_CXXFLAGS=$CXXFLAGS
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
+$as_echo_n "checking whether $CXX accepts -g... " >&6; }
+if ${ac_cv_prog_cxx_g+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
+   ac_cxx_werror_flag=yes
+   ac_cv_prog_cxx_g=no
+   CXXFLAGS="-g"
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+  ac_cv_prog_cxx_g=yes
+else
+  CXXFLAGS=""
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+
+else
+  ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+	 CXXFLAGS="-g"
+	 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+int
+main ()
+{
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+  ac_cv_prog_cxx_g=yes
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
+$as_echo "$ac_cv_prog_cxx_g" >&6; }
+if test "$ac_test_CXXFLAGS" = set; then
+  CXXFLAGS=$ac_save_CXXFLAGS
+elif test $ac_cv_prog_cxx_g = yes; then
+  if test "$GXX" = yes; then
+    CXXFLAGS="-g -O2"
+  else
+    CXXFLAGS="-g"
+  fi
+else
+  if test "$GXX" = yes; then
+    CXXFLAGS="-O2"
+  else
+    CXXFLAGS=
+  fi
+fi
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+DEPDIR="${am__leading_dot}deps"
+
+ac_config_commands="$ac_config_commands depfiles"
+
+
+am_make=${MAKE-make}
+cat > confinc << 'END'
+am__doit:
+	@echo this is the am__doit target
+.PHONY: am__doit
+END
+# If we don't find an include directive, just comment out the code.
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
+$as_echo_n "checking for style of include used by $am_make... " >&6; }
+am__include="#"
+am__quote=
+_am_result=none
+# First try GNU make style include.
+echo "include confinc" > confmf
+# Ignore all kinds of additional output from `make'.
+case `$am_make -s -f confmf 2> /dev/null` in #(
+*the\ am__doit\ target*)
+  am__include=include
+  am__quote=
+  _am_result=GNU
+  ;;
+esac
+# Now try BSD make style include.
+if test "$am__include" = "#"; then
+   echo '.include "confinc"' > confmf
+   case `$am_make -s -f confmf 2> /dev/null` in #(
+   *the\ am__doit\ target*)
+     am__include=.include
+     am__quote="\""
+     _am_result=BSD
+     ;;
+   esac
+fi
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
+$as_echo "$_am_result" >&6; }
+rm -f confinc confmf
+
+# Check whether --enable-dependency-tracking was given.
+if test "${enable_dependency_tracking+set}" = set; then :
+  enableval=$enable_dependency_tracking;
+fi
+
+if test "x$enable_dependency_tracking" != xno; then
+  am_depcomp="$ac_aux_dir/depcomp"
+  AMDEPBACKSLASH='\'
+fi
+ if test "x$enable_dependency_tracking" != xno; then
+  AMDEP_TRUE=
+  AMDEP_FALSE='#'
+else
+  AMDEP_TRUE='#'
+  AMDEP_FALSE=
+fi
+
+
+
+depcc="$CXX"  am_compiler_list=
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
+$as_echo_n "checking dependency style of $depcc... " >&6; }
+if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
+  # We make a subdir and do the tests there.  Otherwise we can end up
+  # making bogus files that we don't know about and never remove.  For
+  # instance it was reported that on HP-UX the gcc test will end up
+  # making a dummy file named `D' -- because `-MD' means `put the output
+  # in D'.
+  mkdir conftest.dir
+  # Copy depcomp to subdir because otherwise we won't find it if we're
+  # using a relative directory.
+  cp "$am_depcomp" conftest.dir
+  cd conftest.dir
+  # We will build objects and dependencies in a subdirectory because
+  # it helps to detect inapplicable dependency modes.  For instance
+  # both Tru64's cc and ICC support -MD to output dependencies as a
+  # side effect of compilation, but ICC will put the dependencies in
+  # the current directory while Tru64 will put them in the object
+  # directory.
+  mkdir sub
+
+  am_cv_CXX_dependencies_compiler_type=none
+  if test "$am_compiler_list" = ""; then
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
+  fi
+  am__universal=false
+  case " $depcc " in #(
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
+     esac
+
+  for depmode in $am_compiler_list; do
+    # Setup a source with many dependencies, because some compilers
+    # like to wrap large dependency lists on column 80 (with \), and
+    # we should not choose a depcomp mode which is confused by this.
+    #
+    # We need to recreate these files for each test, as the compiler may
+    # overwrite some of them when testing with obscure command lines.
+    # This happens at least with the AIX C compiler.
+    : > sub/conftest.c
+    for i in 1 2 3 4 5 6; do
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
+      # Solaris 8's {/usr,}/bin/sh.
+      touch sub/conftst$i.h
+    done
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
+
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
+    # mode.  It turns out that the SunPro C++ compiler does not properly
+    # handle `-M -o', and we need to detect this.  Also, some Intel
+    # versions had trouble with output in subdirs
+    am__obj=sub/conftest.${OBJEXT-o}
+    am__minus_obj="-o $am__obj"
+    case $depmode in
+    gcc)
+      # This depmode causes a compiler race in universal mode.
+      test "$am__universal" = false || continue
+      ;;
+    nosideeffect)
+      # after this tag, mechanisms are not by side-effect, so they'll
+      # only be used when explicitly requested
+      if test "x$enable_dependency_tracking" = xyes; then
+	continue
+      else
+	break
+      fi
+      ;;
+    msvisualcpp | msvcmsys)
+      # This compiler won't grok `-c -o', but also, the minuso test has
+      # not run yet.  These depmodes are late enough in the game, and
+      # so weak that their functioning should not be impacted.
+      am__obj=conftest.${OBJEXT-o}
+      am__minus_obj=
+      ;;
+    none) break ;;
+    esac
+    if depmode=$depmode \
+       source=sub/conftest.c object=$am__obj \
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
+         >/dev/null 2>conftest.err &&
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
+      # icc doesn't choke on unknown options, it will just issue warnings
+      # or remarks (even with -Werror).  So we grep stderr for any message
+      # that says an option was ignored or not supported.
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
+      #   icc: Command line warning: ignoring option '-M'; no argument required
+      # The diagnosis changed in icc 8.0:
+      #   icc: Command line remark: option '-MP' not supported
+      if (grep 'ignoring option' conftest.err ||
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
+        am_cv_CXX_dependencies_compiler_type=$depmode
+        break
+      fi
+    fi
+  done
+
+  cd ..
+  rm -rf conftest.dir
+else
+  am_cv_CXX_dependencies_compiler_type=none
+fi
+
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
+$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
+CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
+
+ if
+  test "x$enable_dependency_tracking" != xno \
+  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
+  am__fastdepCXX_TRUE=
+  am__fastdepCXX_FALSE='#'
+else
+  am__fastdepCXX_TRUE='#'
+  am__fastdepCXX_FALSE=
+fi
+
+
+ac_config_files="$ac_config_files Makefile"
+
+cat >confcache <<\_ACEOF
+# This file is a shell script that caches the results of configure
+# tests run on this system so they can be shared between configure
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems.  If it contains results you don't
+# want to keep, you may remove or edit it.
+#
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
+#
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# So, we kill variables containing newlines.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+(
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+    eval ac_val=\$$ac_var
+    case $ac_val in #(
+    *${as_nl}*)
+      case $ac_var in #(
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
+      esac
+      case $ac_var in #(
+      _ | IFS | as_nl) ;; #(
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
+      *) { eval $ac_var=; unset $ac_var;} ;;
+      esac ;;
+    esac
+  done
+
+  (set) 2>&1 |
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
+    *${as_nl}ac_space=\ *)
+      # `set' does not quote correctly, so add quotes: double-quote
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
+      sed -n \
+	"s/'/'\\\\''/g;
+	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+      ;; #(
+    *)
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+      ;;
+    esac |
+    sort
+) |
+  sed '
+     /^ac_cv_env_/b end
+     t clear
+     :clear
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+     t end
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+     :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+  if test -w "$cache_file"; then
+    if test "x$cache_file" != "x/dev/null"; then
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
+$as_echo "$as_me: updating cache $cache_file" >&6;}
+      if test ! -f "$cache_file" || test -h "$cache_file"; then
+	cat confcache >"$cache_file"
+      else
+        case $cache_file in #(
+        */* | ?:*)
+	  mv -f confcache "$cache_file"$$ &&
+	  mv -f "$cache_file"$$ "$cache_file" ;; #(
+        *)
+	  mv -f confcache "$cache_file" ;;
+	esac
+      fi
+    fi
+  else
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+  fi
+fi
+rm -f confcache
+
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+# Transform confdefs.h into DEFS.
+# Protect against shell expansion while executing Makefile rules.
+# Protect against Makefile macro expansion.
+#
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then branch to the quote section.  Otherwise,
+# look for a macro that doesn't take arguments.
+ac_script='
+:mline
+/\\$/{
+ N
+ s,\\\n,,
+ b mline
+}
+t clear
+:clear
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
+t quote
+s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
+t quote
+b any
+:quote
+s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
+s/\[/\\&/g
+s/\]/\\&/g
+s/\$/$$/g
+H
+:any
+${
+	g
+	s/^\n//
+	s/\n/ /g
+	p
+}
+'
+DEFS=`sed -n "$ac_script" confdefs.h`
+
+
+ac_libobjs=
+ac_ltlibobjs=
+U=
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+  # 1. Remove the extension, and $U if already installed.
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
+  #    will be set to the directory where LIBOBJS objects are built.
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
+done
+LIBOBJS=$ac_libobjs
+
+LTLIBOBJS=$ac_ltlibobjs
+
+
+ if test -n "$EXEEXT"; then
+  am__EXEEXT_TRUE=
+  am__EXEEXT_FALSE='#'
+else
+  am__EXEEXT_TRUE='#'
+  am__EXEEXT_FALSE=
+fi
+
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
+  as_fn_error $? "conditional \"AMDEP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
+  as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+
+: "${CONFIG_STATUS=./config.status}"
+ac_write_fail=0
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
+as_write_fail=0
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
+#! $SHELL
+# Generated by $as_me.
+# Run this file to recreate the current configuration.
+# Compiler output produced by configure, useful for debugging
+# configure, is in config.log if it exists.
+
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
+
+SHELL=\${CONFIG_SHELL-$SHELL}
+export SHELL
+_ASEOF
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
+## -------------------- ##
+## M4sh Initialization. ##
+## -------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
+  emulate sh
+  NULLCMD=:
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
+  # is contrary to our usage.  Disable this feature.
+  alias -g '${1+"$@"}'='"$@"'
+  setopt NO_GLOB_SUBST
+else
+  case `(set -o) 2>/dev/null` in #(
+  *posix*) :
+    set -o posix ;; #(
+  *) :
+     ;;
+esac
+fi
+
+
+as_nl='
+'
+export as_nl
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
+# Prefer a ksh shell builtin over an external printf program on Solaris,
+# but without wasting forks for bash or zsh.
+if test -z "$BASH_VERSION$ZSH_VERSION" \
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='print -r --'
+  as_echo_n='print -rn --'
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
+  as_echo='printf %s\n'
+  as_echo_n='printf %s'
+else
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
+    as_echo_n='/usr/ucb/echo -n'
+  else
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
+    as_echo_n_body='eval
+      arg=$1;
+      case $arg in #(
+      *"$as_nl"*)
+	expr "X$arg" : "X\\(.*\\)$as_nl";
+	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
+      esac;
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
+    '
+    export as_echo_n_body
+    as_echo_n='sh -c $as_echo_n_body as_echo'
+  fi
+  export as_echo_body
+  as_echo='sh -c $as_echo_body as_echo'
+fi
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+  PATH_SEPARATOR=:
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
+      PATH_SEPARATOR=';'
+  }
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+IFS=" ""	$as_nl"
+
+# Find who we are.  Look in the path if we contain no directory separator.
+as_myself=
+case $0 in #((
+  *[\\/]* ) as_myself=$0 ;;
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+  done
+IFS=$as_save_IFS
+
+     ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+  as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+  exit 1
+fi
+
+# Unset variables that we do not need and which cause bugs (e.g. in
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
+# suppresses any "Segmentation fault" message there.  '((' could
+# trigger a bug in pdksh 5.2.14.
+for as_var in BASH_ENV ENV MAIL MAILPATH
+do eval test x\${$as_var+set} = xset \
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+LC_ALL=C
+export LC_ALL
+LANGUAGE=C
+export LANGUAGE
+
+# CDPATH.
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
+
+
+# as_fn_error STATUS ERROR [LINENO LOG_FD]
+# ----------------------------------------
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
+# script with STATUS, using 1 if that was 0.
+as_fn_error ()
+{
+  as_status=$1; test $as_status -eq 0 && as_status=1
+  if test "$4"; then
+    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
+  fi
+  $as_echo "$as_me: error: $2" >&2
+  as_fn_exit $as_status
+} # as_fn_error
+
+
+# as_fn_set_status STATUS
+# -----------------------
+# Set $? to STATUS, without forking.
+as_fn_set_status ()
+{
+  return $1
+} # as_fn_set_status
+
+# as_fn_exit STATUS
+# -----------------
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
+as_fn_exit ()
+{
+  set +e
+  as_fn_set_status $1
+  exit $1
+} # as_fn_exit
+
+# as_fn_unset VAR
+# ---------------
+# Portably unset VAR.
+as_fn_unset ()
+{
+  { eval $1=; unset $1;}
+}
+as_unset=as_fn_unset
+# as_fn_append VAR VALUE
+# ----------------------
+# Append the text in VALUE to the end of the definition contained in VAR. Take
+# advantage of any shell optimizations that allow amortized linear growth over
+# repeated appends, instead of the typical quadratic growth present in naive
+# implementations.
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
+  eval 'as_fn_append ()
+  {
+    eval $1+=\$2
+  }'
+else
+  as_fn_append ()
+  {
+    eval $1=\$$1\$2
+  }
+fi # as_fn_append
+
+# as_fn_arith ARG...
+# ------------------
+# Perform arithmetic evaluation on the ARGs, and store the result in the
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
+# must be portable across $(()) and expr.
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
+  eval 'as_fn_arith ()
+  {
+    as_val=$(( $* ))
+  }'
+else
+  as_fn_arith ()
+  {
+    as_val=`expr "$@" || test $? -eq 1`
+  }
+fi # as_fn_arith
+
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
+  as_expr=expr
+else
+  as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+  as_basename=basename
+else
+  as_basename=false
+fi
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+  as_dirname=dirname
+else
+  as_dirname=false
+fi
+
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+	 X"$0" : 'X\(//\)$' \| \
+	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X/"$0" |
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\/\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in #(((((
+-n*)
+  case `echo 'xy\c'` in
+  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
+  xy)  ECHO_C='\c';;
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
+       ECHO_T='	';;
+  esac;;
+*)
+  ECHO_N='-n';;
+esac
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+  rm -f conf$$.dir/conf$$.file
+else
+  rm -f conf$$.dir
+  mkdir conf$$.dir 2>/dev/null
+fi
+if (echo >conf$$.file) 2>/dev/null; then
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s='ln -s'
+    # ... but there are two gotchas:
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+    # In both cases, we have to default to `cp -p'.
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+      as_ln_s='cp -p'
+  elif ln conf$$.file conf$$ 2>/dev/null; then
+    as_ln_s=ln
+  else
+    as_ln_s='cp -p'
+  fi
+else
+  as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+
+# as_fn_mkdir_p
+# -------------
+# Create "$as_dir" as a directory, including parents if necessary.
+as_fn_mkdir_p ()
+{
+
+  case $as_dir in #(
+  -*) as_dir=./$as_dir;;
+  esac
+  test -d "$as_dir" || eval $as_mkdir_p || {
+    as_dirs=
+    while :; do
+      case $as_dir in #(
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
+      *) as_qdir=$as_dir;;
+      esac
+      as_dirs="'$as_qdir' $as_dirs"
+      as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$as_dir" : 'X\(//\)[^/]' \| \
+	 X"$as_dir" : 'X\(//\)$' \| \
+	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$as_dir" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      test -d "$as_dir" && break
+    done
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
+  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
+
+
+} # as_fn_mkdir_p
+if mkdir -p . 2>/dev/null; then
+  as_mkdir_p='mkdir -p "$as_dir"'
+else
+  test -d ./-p && rmdir ./-p
+  as_mkdir_p=false
+fi
+
+if test -x / >/dev/null 2>&1; then
+  as_test_x='test -x'
+else
+  if ls -dL / >/dev/null 2>&1; then
+    as_ls_L_option=L
+  else
+    as_ls_L_option=
+  fi
+  as_test_x='
+    eval sh -c '\''
+      if test -d "$1"; then
+	test -d "$1/.";
+      else
+	case $1 in #(
+	-*)set "./$1";;
+	esac;
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
+	???[sx]*):;;*)false;;esac;fi
+    '\'' sh
+  '
+fi
+as_executable_p=$as_test_x
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+exec 6>&1
+## ----------------------------------- ##
+## Main body of $CONFIG_STATUS script. ##
+## ----------------------------------- ##
+_ASEOF
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# Save the log message, to keep $0 and so on meaningful, and to
+# report actual input values of CONFIG_FILES etc. instead of their
+# values after options handling.
+ac_log="
+This file was extended by voronota $as_me 1.18.1877, which was
+generated by GNU Autoconf 2.68.  Invocation command line was
+
+  CONFIG_FILES    = $CONFIG_FILES
+  CONFIG_HEADERS  = $CONFIG_HEADERS
+  CONFIG_LINKS    = $CONFIG_LINKS
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
+  $ $0 $@
+
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+
+_ACEOF
+
+case $ac_config_files in *"
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
+esac
+
+
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+# Files that config.status was made for.
+config_files="$ac_config_files"
+config_commands="$ac_config_commands"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+ac_cs_usage="\
+\`$as_me' instantiates files and other configuration actions
+from templates according to the current configuration.  Unless the files
+and actions are specified as TAGs, all are instantiated by default.
+
+Usage: $0 [OPTION]... [TAG]...
+
+  -h, --help       print this help, then exit
+  -V, --version    print version number and configuration settings, then exit
+      --config     print configuration, then exit
+  -q, --quiet, --silent
+                   do not print progress messages
+  -d, --debug      don't remove temporary files
+      --recheck    update $as_me by reconfiguring in the same conditions
+      --file=FILE[:TEMPLATE]
+                   instantiate the configuration file FILE
+
+Configuration files:
+$config_files
+
+Configuration commands:
+$config_commands
+
+Report bugs to <kliment at ibt.lt>."
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
+ac_cs_version="\\
+voronota config.status 1.18.1877
+configured by $0, generated by GNU Autoconf 2.68,
+  with options \\"\$ac_cs_config\\"
+
+Copyright (C) 2010 Free Software Foundation, Inc.
+This config.status script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+
+ac_pwd='$ac_pwd'
+srcdir='$srcdir'
+INSTALL='$INSTALL'
+MKDIR_P='$MKDIR_P'
+AWK='$AWK'
+test -n "\$AWK" || AWK=awk
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# The default lists apply if the user does not specify any file.
+ac_need_defaults=:
+while test $# != 0
+do
+  case $1 in
+  --*=?*)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+    ac_shift=:
+    ;;
+  --*=)
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
+    ac_optarg=
+    ac_shift=:
+    ;;
+  *)
+    ac_option=$1
+    ac_optarg=$2
+    ac_shift=shift
+    ;;
+  esac
+
+  case $ac_option in
+  # Handling of the options.
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+    ac_cs_recheck=: ;;
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+    $as_echo "$ac_cs_version"; exit ;;
+  --config | --confi | --conf | --con | --co | --c )
+    $as_echo "$ac_cs_config"; exit ;;
+  --debug | --debu | --deb | --de | --d | -d )
+    debug=: ;;
+  --file | --fil | --fi | --f )
+    $ac_shift
+    case $ac_optarg in
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
+    '') as_fn_error $? "missing file argument" ;;
+    esac
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
+    ac_need_defaults=false;;
+  --he | --h |  --help | --hel | -h )
+    $as_echo "$ac_cs_usage"; exit ;;
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
+    ac_cs_silent=: ;;
+
+  # This is an error.
+  -*) as_fn_error $? "unrecognized option: \`$1'
+Try \`$0 --help' for more information." ;;
+
+  *) as_fn_append ac_config_targets " $1"
+     ac_need_defaults=false ;;
+
+  esac
+  shift
+done
+
+ac_configure_extra_args=
+
+if $ac_cs_silent; then
+  exec 6>/dev/null
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+if \$ac_cs_recheck; then
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+  shift
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
+  CONFIG_SHELL='$SHELL'
+  export CONFIG_SHELL
+  exec "\$@"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+exec 5>>config.log
+{
+  echo
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+_ASBOX
+  $as_echo "$ac_log"
+} >&5
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+#
+# INIT-COMMANDS
+#
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+  case $ac_config_target in
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+
+  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
+  esac
+done
+
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used.  Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
+fi
+
+# Have a temporary directory for convenience.  Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+  tmp= ac_tmp=
+  trap 'exit_status=$?
+  : "${ac_tmp:=$tmp}"
+  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
+' 0
+  trap 'as_fn_exit 1' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
+
+{
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+  test -d "$tmp"
+}  ||
+{
+  tmp=./conf$$-$RANDOM
+  (umask 077 && mkdir "$tmp")
+} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
+ac_tmp=$tmp
+
+# Set up the scripts for CONFIG_FILES section.
+# No need to generate them if there are no CONFIG_FILES.
+# This happens for instance with `./config.status config.h'.
+if test -n "$CONFIG_FILES"; then
+
+
+ac_cr=`echo X | tr X '\015'`
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
+# But we know of no other shell where ac_cr would be empty at this
+# point, so we can use a bashism as a fallback.
+if test "x$ac_cr" = x; then
+  eval ac_cr=\$\'\\r\'
+fi
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
+  ac_cs_awk_cr='\\r'
+else
+  ac_cs_awk_cr=$ac_cr
+fi
+
+echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
+_ACEOF
+
+
+{
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
+  echo "_ACEOF"
+} >conf$$subs.sh ||
+  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+  . ./conf$$subs.sh ||
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
+  if test $ac_delim_n = $ac_delim_num; then
+    break
+  elif $ac_last_try; then
+    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
+  else
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+  fi
+done
+rm -f conf$$subs.sh
+
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
+_ACEOF
+sed -n '
+h
+s/^/S["/; s/!.*/"]=/
+p
+g
+s/^[^!]*!//
+:repl
+t repl
+s/'"$ac_delim"'$//
+t delim
+:nl
+h
+s/\(.\{148\}\)..*/\1/
+t more1
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
+p
+n
+b repl
+:more1
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t nl
+:delim
+h
+s/\(.\{148\}\)..*/\1/
+t more2
+s/["\\]/\\&/g; s/^/"/; s/$/"/
+p
+b
+:more2
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
+p
+g
+s/.\{148\}//
+t delim
+' <conf$$subs.awk | sed '
+/^[^""]/{
+  N
+  s/\n//
+}
+' >>$CONFIG_STATUS || ac_write_fail=1
+rm -f conf$$subs.awk
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+_ACAWK
+cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
+  for (key in S) S_is_set[key] = 1
+  FS = ""
+
+}
+{
+  line = $ 0
+  nfields = split(line, field, "@")
+  substed = 0
+  len = length(field[1])
+  for (i = 2; i < nfields; i++) {
+    key = field[i]
+    keylen = length(key)
+    if (S_is_set[key]) {
+      value = S[key]
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+      len += length(value) + length(field[++i])
+      substed = 1
+    } else
+      len += 1 + keylen
+  }
+
+  print line
+}
+
+_ACAWK
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
+else
+  cat
+fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
+  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
+_ACEOF
+
+# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
+# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
+if test "x$srcdir" = x.; then
+  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
+h
+s///
+s/^/:/
+s/[	 ]*$/:/
+s/:\$(srcdir):/:/g
+s/:\${srcdir}:/:/g
+s/:@srcdir@:/:/g
+s/^:*//
+s/:*$//
+x
+s/\(=[	 ]*\).*/\1/
+G
+s/\n//
+s/^[^=]*=[	 ]*$//
+}'
+fi
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+fi # test -n "$CONFIG_FILES"
+
+
+eval set X "  :F $CONFIG_FILES      :C $CONFIG_COMMANDS"
+shift
+for ac_tag
+do
+  case $ac_tag in
+  :[FHLC]) ac_mode=$ac_tag; continue;;
+  esac
+  case $ac_mode$ac_tag in
+  :[FHL]*:*);;
+  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
+  :[FH]-) ac_tag=-:-;;
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+  esac
+  ac_save_IFS=$IFS
+  IFS=:
+  set x $ac_tag
+  IFS=$ac_save_IFS
+  shift
+  ac_file=$1
+  shift
+
+  case $ac_mode in
+  :L) ac_source=$1;;
+  :[FH])
+    ac_file_inputs=
+    for ac_f
+    do
+      case $ac_f in
+      -) ac_f="$ac_tmp/stdin";;
+      *) # Look for the file first in the build tree, then in the source tree
+	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
+	 # because $ac_f cannot contain `:'.
+	 test -f "$ac_f" ||
+	   case $ac_f in
+	   [\\/$]*) false;;
+	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+	   esac ||
+	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
+      esac
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
+      as_fn_append ac_file_inputs " '$ac_f'"
+    done
+
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
+    # use $as_me), people would be surprised to read:
+    #    /* config.h.  Generated by config.status.  */
+    configure_input='Generated from '`
+	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
+	`' by configure.'
+    if test x"$ac_file" != x-; then
+      configure_input="$ac_file.  $configure_input"
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
+$as_echo "$as_me: creating $ac_file" >&6;}
+    fi
+    # Neutralize special characters interpreted by sed in replacement strings.
+    case $configure_input in #(
+    *\&* | *\|* | *\\* )
+       ac_sed_conf_input=`$as_echo "$configure_input" |
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
+    *) ac_sed_conf_input=$configure_input;;
+    esac
+
+    case $ac_tag in
+    *:-:* | *:-) cat >"$ac_tmp/stdin" \
+      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
+    esac
+    ;;
+  esac
+
+  ac_dir=`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$ac_file" : 'X\(//\)[^/]' \| \
+	 X"$ac_file" : 'X\(//\)$' \| \
+	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$ac_file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+  as_dir="$ac_dir"; as_fn_mkdir_p
+  ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
+  # A ".." for each directory in $ac_dir_suffix.
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
+  case $ac_top_builddir_sub in
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+  esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+  .)  # We are building in place.
+    ac_srcdir=.
+    ac_top_srcdir=$ac_top_builddir_sub
+    ac_abs_top_srcdir=$ac_pwd ;;
+  [\\/]* | ?:[\\/]* )  # Absolute name.
+    ac_srcdir=$srcdir$ac_dir_suffix;
+    ac_top_srcdir=$srcdir
+    ac_abs_top_srcdir=$srcdir ;;
+  *) # Relative name.
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+  case $ac_mode in
+  :F)
+  #
+  # CONFIG_FILE
+  #
+
+  case $INSTALL in
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+  esac
+  ac_MKDIR_P=$MKDIR_P
+  case $MKDIR_P in
+  [\\/$]* | ?:[\\/]* ) ;;
+  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
+  esac
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+ac_sed_dataroot='
+/datarootdir/ {
+  p
+  q
+}
+/@datadir@/p
+/@docdir@/p
+/@infodir@/p
+/@localedir@/p
+/@mandir@/p'
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+  ac_datarootdir_hack='
+  s&@datadir@&$datadir&g
+  s&@docdir@&$docdir&g
+  s&@infodir@&$infodir&g
+  s&@localedir@&$localedir&g
+  s&@mandir@&$mandir&g
+  s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+_ACEOF
+
+# Neutralize VPATH when `$srcdir' = `.'.
+# Shell code in configure.ac might set extrasub.
+# FIXME: do we really want to maintain this feature?
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+ac_sed_extra="$ac_vpsub
+$extrasub
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s|@configure_input@|$ac_sed_conf_input|;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+s&@MKDIR_P@&$ac_MKDIR_P&;t t
+$ac_datarootdir_hack
+"
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
+  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
+  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
+      "$ac_tmp/out"`; test -z "$ac_out"; } &&
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&5
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined.  Please make sure it is defined" >&2;}
+
+  rm -f "$ac_tmp/stdin"
+  case $ac_file in
+  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
+  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
+  esac \
+  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
+ ;;
+
+
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
+$as_echo "$as_me: executing $ac_file commands" >&6;}
+ ;;
+  esac
+
+
+  case $ac_file$ac_mode in
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # are listed without --file.  Let's play safe and only enable the eval
+  # if we detect the quoting.
+  case $CONFIG_FILES in
+  *\'*) eval set x "$CONFIG_FILES" ;;
+  *)   set x $CONFIG_FILES ;;
+  esac
+  shift
+  for mf
+  do
+    # Strip MF so we end up with the name of the file.
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
+    # Check whether this is an Automake generated Makefile or not.
+    # We used to match only the files named `Makefile.in', but
+    # some people rename them; so instead we look at the file content.
+    # Grep'ing the first line is not enough: some people post-process
+    # each Makefile.in and add a new line on top of each file to say so.
+    # Grep'ing the whole file is not good either: AIX grep has a line
+    # limit of 2048, but all sed's we know have understand at least 4000.
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
+      dirpart=`$as_dirname -- "$mf" ||
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$mf" : 'X\(//\)[^/]' \| \
+	 X"$mf" : 'X\(//\)$' \| \
+	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$mf" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+    else
+      continue
+    fi
+    # Extract the definition of DEPDIR, am__include, and am__quote
+    # from the Makefile without running `make'.
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
+    test -z "$DEPDIR" && continue
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
+    test -z "am__include" && continue
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
+    # When using ansi2knr, U may be empty or an underscore; expand it
+    U=`sed -n 's/^U = //p' < "$mf"`
+    # Find all dependency output files, they are included files with
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
+    # simplest approach to changing $(DEPDIR) to its actual value in the
+    # expansion.
+    for file in `sed -n "
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
+      # Make sure the directory exists.
+      test -f "$dirpart/$file" && continue
+      fdir=`$as_dirname -- "$file" ||
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	 X"$file" : 'X\(//\)[^/]' \| \
+	 X"$file" : 'X\(//\)$' \| \
+	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
+$as_echo X"$file" |
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)[^/].*/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\/\)$/{
+	    s//\1/
+	    q
+	  }
+	  /^X\(\/\).*/{
+	    s//\1/
+	    q
+	  }
+	  s/.*/./; q'`
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
+      # echo "creating $dirpart/$file"
+      echo '# dummy' > "$dirpart/$file"
+    done
+  done
+}
+ ;;
+
+  esac
+done # for ac_tag
+
+
+as_fn_exit 0
+_ACEOF
+ac_clean_files=$ac_clean_files_save
+
+test $ac_write_fail = 0 ||
+  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
+
+
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded.  So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status.  When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+  ac_cs_success=:
+  ac_config_status_args=
+  test "$silent" = yes &&
+    ac_config_status_args="$ac_config_status_args --quiet"
+  exec 5>/dev/null
+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+  exec 5>>config.log
+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+  # would make configure fail if this is the last instruction.
+  $ac_cs_success || as_fn_exit 1
+fi
+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+fi
+
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..24747ce
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,5 @@
+AC_INIT([voronota], [1.18.1877], [kliment at ibt.lt], [voronota])
+AM_INIT_AUTOMAKE([foreign])
+AC_PROG_CXX
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
diff --git a/depcomp b/depcomp
new file mode 100755
index 0000000..df8eea7
--- /dev/null
+++ b/depcomp
@@ -0,0 +1,630 @@
+#! /bin/sh
+# depcomp - compile a program generating dependencies as side-effects
+
+scriptversion=2009-04-28.21; # UTC
+
+# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free
+# Software Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# Originally written by Alexandre Oliva <oliva at dcc.unicamp.br>.
+
+case $1 in
+  '')
+     echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
+     exit 1;
+     ;;
+  -h | --h*)
+    cat <<\EOF
+Usage: depcomp [--help] [--version] PROGRAM [ARGS]
+
+Run PROGRAMS ARGS to compile a file, generating dependencies
+as side-effects.
+
+Environment variables:
+  depmode     Dependency tracking mode.
+  source      Source file read by `PROGRAMS ARGS'.
+  object      Object file output by `PROGRAMS ARGS'.
+  DEPDIR      directory where to store dependencies.
+  depfile     Dependency file to output.
+  tmpdepfile  Temporary file to use when outputing dependencies.
+  libtool     Whether libtool is used (yes/no).
+
+Report bugs to <bug-automake at gnu.org>.
+EOF
+    exit $?
+    ;;
+  -v | --v*)
+    echo "depcomp $scriptversion"
+    exit $?
+    ;;
+esac
+
+if test -z "$depmode" || test -z "$source" || test -z "$object"; then
+  echo "depcomp: Variables source, object and depmode must be set" 1>&2
+  exit 1
+fi
+
+# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
+depfile=${depfile-`echo "$object" |
+  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
+tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
+
+rm -f "$tmpdepfile"
+
+# Some modes work just like other modes, but use different flags.  We
+# parameterize here, but still list the modes in the big case below,
+# to make depend.m4 easier to write.  Note that we *cannot* use a case
+# here, because this file can only contain one case statement.
+if test "$depmode" = hp; then
+  # HP compiler uses -M and no extra arg.
+  gccflag=-M
+  depmode=gcc
+fi
+
+if test "$depmode" = dashXmstdout; then
+   # This is just like dashmstdout with a different argument.
+   dashmflag=-xM
+   depmode=dashmstdout
+fi
+
+cygpath_u="cygpath -u -f -"
+if test "$depmode" = msvcmsys; then
+   # This is just like msvisualcpp but w/o cygpath translation.
+   # Just convert the backslash-escaped backslashes to single forward
+   # slashes to satisfy depend.m4
+   cygpath_u="sed s,\\\\\\\\,/,g"
+   depmode=msvisualcpp
+fi
+
+case "$depmode" in
+gcc3)
+## gcc 3 implements dependency tracking that does exactly what
+## we want.  Yay!  Note: for some reason libtool 1.4 doesn't like
+## it if -MD -MP comes after the -MF stuff.  Hmm.
+## Unfortunately, FreeBSD c89 acceptance of flags depends upon
+## the command line argument order; so add the flags where they
+## appear in depend2.am.  Note that the slowdown incurred here
+## affects only configure: in makefiles, %FASTDEP% shortcuts this.
+  for arg
+  do
+    case $arg in
+    -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
+    *)  set fnord "$@" "$arg" ;;
+    esac
+    shift # fnord
+    shift # $arg
+  done
+  "$@"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  mv "$tmpdepfile" "$depfile"
+  ;;
+
+gcc)
+## There are various ways to get dependency output from gcc.  Here's
+## why we pick this rather obscure method:
+## - Don't want to use -MD because we'd like the dependencies to end
+##   up in a subdir.  Having to rename by hand is ugly.
+##   (We might end up doing this anyway to support other compilers.)
+## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
+##   -MM, not -M (despite what the docs say).
+## - Using -M directly means running the compiler twice (even worse
+##   than renaming).
+  if test -z "$gccflag"; then
+    gccflag=-MD,
+  fi
+  "$@" -Wp,"$gccflag$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
+## The second -e expression handles DOS-style file names with drive letters.
+  sed -e 's/^[^:]*: / /' \
+      -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
+## This next piece of magic avoids the `deleted header file' problem.
+## The problem is that when a header file which appears in a .P file
+## is deleted, the dependency causes make to die (because there is
+## typically no way to rebuild the header).  We avoid this by adding
+## dummy dependencies for each header file.  Too bad gcc doesn't do
+## this for us directly.
+  tr ' ' '
+' < "$tmpdepfile" |
+## Some versions of gcc put a space before the `:'.  On the theory
+## that the space means something, we add a space to the output as
+## well.
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+hp)
+  # This case exists only to let depend.m4 do its work.  It works by
+  # looking at the text of this script.  This case will never be run,
+  # since it is checked for above.
+  exit 1
+  ;;
+
+sgi)
+  if test "$libtool" = yes; then
+    "$@" "-Wp,-MDupdate,$tmpdepfile"
+  else
+    "$@" -MDupdate "$tmpdepfile"
+  fi
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+
+  if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
+    echo "$object : \\" > "$depfile"
+
+    # Clip off the initial element (the dependent).  Don't try to be
+    # clever and replace this with sed code, as IRIX sed won't handle
+    # lines with more than a fixed number of characters (4096 in
+    # IRIX 6.2 sed, 8192 in IRIX 6.5).  We also remove comment lines;
+    # the IRIX cc adds comments like `#:fec' to the end of the
+    # dependency line.
+    tr ' ' '
+' < "$tmpdepfile" \
+    | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
+    tr '
+' ' ' >> "$depfile"
+    echo >> "$depfile"
+
+    # The second pass generates a dummy entry for each header file.
+    tr ' ' '
+' < "$tmpdepfile" \
+   | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
+   >> "$depfile"
+  else
+    # The sourcefile does not contain any dependencies, so just
+    # store a dummy comment line, to avoid errors with the Makefile
+    # "include basename.Plo" scheme.
+    echo "#dummy" > "$depfile"
+  fi
+  rm -f "$tmpdepfile"
+  ;;
+
+aix)
+  # The C for AIX Compiler uses -M and outputs the dependencies
+  # in a .u file.  In older versions, this file always lives in the
+  # current directory.  Also, the AIX compiler puts `$object:' at the
+  # start of each line; $object doesn't have directory information.
+  # Version 6 uses the directory in both cases.
+  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
+  test "x$dir" = "x$object" && dir=
+  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
+  if test "$libtool" = yes; then
+    tmpdepfile1=$dir$base.u
+    tmpdepfile2=$base.u
+    tmpdepfile3=$dir.libs/$base.u
+    "$@" -Wc,-M
+  else
+    tmpdepfile1=$dir$base.u
+    tmpdepfile2=$dir$base.u
+    tmpdepfile3=$dir$base.u
+    "$@" -M
+  fi
+  stat=$?
+
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
+    exit $stat
+  fi
+
+  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
+  do
+    test -f "$tmpdepfile" && break
+  done
+  if test -f "$tmpdepfile"; then
+    # Each line is of the form `foo.o: dependent.h'.
+    # Do two passes, one to just change these to
+    # `$object: dependent.h' and one to simply `dependent.h:'.
+    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
+    # That's a tab and a space in the [].
+    sed -e 's,^.*\.[a-z]*:[	 ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
+  else
+    # The sourcefile does not contain any dependencies, so just
+    # store a dummy comment line, to avoid errors with the Makefile
+    # "include basename.Plo" scheme.
+    echo "#dummy" > "$depfile"
+  fi
+  rm -f "$tmpdepfile"
+  ;;
+
+icc)
+  # Intel's C compiler understands `-MD -MF file'.  However on
+  #    icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
+  # ICC 7.0 will fill foo.d with something like
+  #    foo.o: sub/foo.c
+  #    foo.o: sub/foo.h
+  # which is wrong.  We want:
+  #    sub/foo.o: sub/foo.c
+  #    sub/foo.o: sub/foo.h
+  #    sub/foo.c:
+  #    sub/foo.h:
+  # ICC 7.1 will output
+  #    foo.o: sub/foo.c sub/foo.h
+  # and will wrap long lines using \ :
+  #    foo.o: sub/foo.c ... \
+  #     sub/foo.h ... \
+  #     ...
+
+  "$@" -MD -MF "$tmpdepfile"
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+    rm -f "$tmpdepfile"
+    exit $stat
+  fi
+  rm -f "$depfile"
+  # Each line is of the form `foo.o: dependent.h',
+  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
+  # Do two passes, one to just change these to
+  # `$object: dependent.h' and one to simply `dependent.h:'.
+  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
+  # Some versions of the HPUX 10.20 sed can't process this invocation
+  # correctly.  Breaking it into two sed invocations is a workaround.
+  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
+    sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+hp2)
+  # The "hp" stanza above does not work with aCC (C++) and HP's ia64
+  # compilers, which have integrated preprocessors.  The correct option
+  # to use with these is +Maked; it writes dependencies to a file named
+  # 'foo.d', which lands next to the object file, wherever that
+  # happens to be.
+  # Much of this is similar to the tru64 case; see comments there.
+  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
+  test "x$dir" = "x$object" && dir=
+  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
+  if test "$libtool" = yes; then
+    tmpdepfile1=$dir$base.d
+    tmpdepfile2=$dir.libs/$base.d
+    "$@" -Wc,+Maked
+  else
+    tmpdepfile1=$dir$base.d
+    tmpdepfile2=$dir$base.d
+    "$@" +Maked
+  fi
+  stat=$?
+  if test $stat -eq 0; then :
+  else
+     rm -f "$tmpdepfile1" "$tmpdepfile2"
+     exit $stat
+  fi
+
+  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2"
+  do
+    test -f "$tmpdepfile" && break
+  done
+  if test -f "$tmpdepfile"; then
+    sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
+    # Add `dependent.h:' lines.
+    sed -ne '2,${
+	       s/^ *//
+	       s/ \\*$//
+	       s/$/:/
+	       p
+	     }' "$tmpdepfile" >> "$depfile"
+  else
+    echo "#dummy" > "$depfile"
+  fi
+  rm -f "$tmpdepfile" "$tmpdepfile2"
+  ;;
+
+tru64)
+   # The Tru64 compiler uses -MD to generate dependencies as a side
+   # effect.  `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
+   # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
+   # dependencies in `foo.d' instead, so we check for that too.
+   # Subdirectories are respected.
+   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
+   test "x$dir" = "x$object" && dir=
+   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
+
+   if test "$libtool" = yes; then
+      # With Tru64 cc, shared objects can also be used to make a
+      # static library.  This mechanism is used in libtool 1.4 series to
+      # handle both shared and static libraries in a single compilation.
+      # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
+      #
+      # With libtool 1.5 this exception was removed, and libtool now
+      # generates 2 separate objects for the 2 libraries.  These two
+      # compilations output dependencies in $dir.libs/$base.o.d and
+      # in $dir$base.o.d.  We have to check for both files, because
+      # one of the two compilations can be disabled.  We should prefer
+      # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
+      # automatically cleaned when .libs/ is deleted, while ignoring
+      # the former would cause a distcleancheck panic.
+      tmpdepfile1=$dir.libs/$base.lo.d   # libtool 1.4
+      tmpdepfile2=$dir$base.o.d          # libtool 1.5
+      tmpdepfile3=$dir.libs/$base.o.d    # libtool 1.5
+      tmpdepfile4=$dir.libs/$base.d      # Compaq CCC V6.2-504
+      "$@" -Wc,-MD
+   else
+      tmpdepfile1=$dir$base.o.d
+      tmpdepfile2=$dir$base.d
+      tmpdepfile3=$dir$base.d
+      tmpdepfile4=$dir$base.d
+      "$@" -MD
+   fi
+
+   stat=$?
+   if test $stat -eq 0; then :
+   else
+      rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
+      exit $stat
+   fi
+
+   for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
+   do
+     test -f "$tmpdepfile" && break
+   done
+   if test -f "$tmpdepfile"; then
+      sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
+      # That's a tab and a space in the [].
+      sed -e 's,^.*\.[a-z]*:[	 ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
+   else
+      echo "#dummy" > "$depfile"
+   fi
+   rm -f "$tmpdepfile"
+   ;;
+
+#nosideeffect)
+  # This comment above is used by automake to tell side-effect
+  # dependency tracking mechanisms from slower ones.
+
+dashmstdout)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout, regardless of -o.
+  "$@" || exit $?
+
+  # Remove the call to Libtool.
+  if test "$libtool" = yes; then
+    while test "X$1" != 'X--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+
+  # Remove `-o $object'.
+  IFS=" "
+  for arg
+  do
+    case $arg in
+    -o)
+      shift
+      ;;
+    $object)
+      shift
+      ;;
+    *)
+      set fnord "$@" "$arg"
+      shift # fnord
+      shift # $arg
+      ;;
+    esac
+  done
+
+  test -z "$dashmflag" && dashmflag=-M
+  # Require at least two characters before searching for `:'
+  # in the target name.  This is to cope with DOS-style filenames:
+  # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
+  "$@" $dashmflag |
+    sed 's:^[  ]*[^: ][^:][^:]*\:[    ]*:'"$object"'\: :' > "$tmpdepfile"
+  rm -f "$depfile"
+  cat < "$tmpdepfile" > "$depfile"
+  tr ' ' '
+' < "$tmpdepfile" | \
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+dashXmstdout)
+  # This case only exists to satisfy depend.m4.  It is never actually
+  # run, as this mode is specially recognized in the preamble.
+  exit 1
+  ;;
+
+makedepend)
+  "$@" || exit $?
+  # Remove any Libtool call
+  if test "$libtool" = yes; then
+    while test "X$1" != 'X--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+  # X makedepend
+  shift
+  cleared=no eat=no
+  for arg
+  do
+    case $cleared in
+    no)
+      set ""; shift
+      cleared=yes ;;
+    esac
+    if test $eat = yes; then
+      eat=no
+      continue
+    fi
+    case "$arg" in
+    -D*|-I*)
+      set fnord "$@" "$arg"; shift ;;
+    # Strip any option that makedepend may not understand.  Remove
+    # the object too, otherwise makedepend will parse it as a source file.
+    -arch)
+      eat=yes ;;
+    -*|$object)
+      ;;
+    *)
+      set fnord "$@" "$arg"; shift ;;
+    esac
+  done
+  obj_suffix=`echo "$object" | sed 's/^.*\././'`
+  touch "$tmpdepfile"
+  ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
+  rm -f "$depfile"
+  cat < "$tmpdepfile" > "$depfile"
+  sed '1,2d' "$tmpdepfile" | tr ' ' '
+' | \
+## Some versions of the HPUX 10.20 sed can't process this invocation
+## correctly.  Breaking it into two sed invocations is a workaround.
+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile" "$tmpdepfile".bak
+  ;;
+
+cpp)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout.
+  "$@" || exit $?
+
+  # Remove the call to Libtool.
+  if test "$libtool" = yes; then
+    while test "X$1" != 'X--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+
+  # Remove `-o $object'.
+  IFS=" "
+  for arg
+  do
+    case $arg in
+    -o)
+      shift
+      ;;
+    $object)
+      shift
+      ;;
+    *)
+      set fnord "$@" "$arg"
+      shift # fnord
+      shift # $arg
+      ;;
+    esac
+  done
+
+  "$@" -E |
+    sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
+       -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
+    sed '$ s: \\$::' > "$tmpdepfile"
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  cat < "$tmpdepfile" >> "$depfile"
+  sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+msvisualcpp)
+  # Important note: in order to support this mode, a compiler *must*
+  # always write the preprocessed file to stdout.
+  "$@" || exit $?
+
+  # Remove the call to Libtool.
+  if test "$libtool" = yes; then
+    while test "X$1" != 'X--mode=compile'; do
+      shift
+    done
+    shift
+  fi
+
+  IFS=" "
+  for arg
+  do
+    case "$arg" in
+    -o)
+      shift
+      ;;
+    $object)
+      shift
+      ;;
+    "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
+	set fnord "$@"
+	shift
+	shift
+	;;
+    *)
+	set fnord "$@" "$arg"
+	shift
+	shift
+	;;
+    esac
+  done
+  "$@" -E 2>/dev/null |
+  sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
+  rm -f "$depfile"
+  echo "$object : \\" > "$depfile"
+  sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::	\1 \\:p' >> "$depfile"
+  echo "	" >> "$depfile"
+  sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
+  rm -f "$tmpdepfile"
+  ;;
+
+msvcmsys)
+  # This case exists only to let depend.m4 do its work.  It works by
+  # looking at the text of this script.  This case will never be run,
+  # since it is checked for above.
+  exit 1
+  ;;
+
+none)
+  exec "$@"
+  ;;
+
+*)
+  echo "Unknown depmode $depmode" 1>&2
+  exit 1
+  ;;
+esac
+
+exit 0
+
+# Local Variables:
+# mode: shell-script
+# sh-indentation: 2
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:
diff --git a/install-sh b/install-sh
new file mode 100755
index 0000000..6781b98
--- /dev/null
+++ b/install-sh
@@ -0,0 +1,520 @@
+#!/bin/sh
+# install - install a program, script, or datafile
+
+scriptversion=2009-04-28.21; # UTC
+
+# This originates from X11R5 (mit/util/scripts/install.sh), which was
+# later released in X11R6 (xc/config/util/install.sh) with the
+# following copyright and license.
+#
+# Copyright (C) 1994 X Consortium
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# sell copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#
+# Except as contained in this notice, the name of the X Consortium shall not
+# be used in advertising or otherwise to promote the sale, use or other deal-
+# ings in this Software without prior written authorization from the X Consor-
+# tium.
+#
+#
+# FSF changes to this file are in the public domain.
+#
+# Calling this script install-sh is preferred over install.sh, to prevent
+# `make' implicit rules from creating a file called install from it
+# when there is no Makefile.
+#
+# This script is compatible with the BSD install script, but was written
+# from scratch.
+
+nl='
+'
+IFS=" ""	$nl"
+
+# set DOITPROG to echo to test this script
+
+# Don't use :- since 4.3BSD and earlier shells don't like it.
+doit=${DOITPROG-}
+if test -z "$doit"; then
+  doit_exec=exec
+else
+  doit_exec=$doit
+fi
+
+# Put in absolute file names if you don't have them in your path;
+# or use environment vars.
+
+chgrpprog=${CHGRPPROG-chgrp}
+chmodprog=${CHMODPROG-chmod}
+chownprog=${CHOWNPROG-chown}
+cmpprog=${CMPPROG-cmp}
+cpprog=${CPPROG-cp}
+mkdirprog=${MKDIRPROG-mkdir}
+mvprog=${MVPROG-mv}
+rmprog=${RMPROG-rm}
+stripprog=${STRIPPROG-strip}
+
+posix_glob='?'
+initialize_posix_glob='
+  test "$posix_glob" != "?" || {
+    if (set -f) 2>/dev/null; then
+      posix_glob=
+    else
+      posix_glob=:
+    fi
+  }
+'
+
+posix_mkdir=
+
+# Desired mode of installed file.
+mode=0755
+
+chgrpcmd=
+chmodcmd=$chmodprog
+chowncmd=
+mvcmd=$mvprog
+rmcmd="$rmprog -f"
+stripcmd=
+
+src=
+dst=
+dir_arg=
+dst_arg=
+
+copy_on_change=false
+no_target_directory=
+
+usage="\
+Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
+   or: $0 [OPTION]... SRCFILES... DIRECTORY
+   or: $0 [OPTION]... -t DIRECTORY SRCFILES...
+   or: $0 [OPTION]... -d DIRECTORIES...
+
+In the 1st form, copy SRCFILE to DSTFILE.
+In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
+In the 4th, create DIRECTORIES.
+
+Options:
+     --help     display this help and exit.
+     --version  display version info and exit.
+
+  -c            (ignored)
+  -C            install only if different (preserve the last data modification time)
+  -d            create directories instead of installing files.
+  -g GROUP      $chgrpprog installed files to GROUP.
+  -m MODE       $chmodprog installed files to MODE.
+  -o USER       $chownprog installed files to USER.
+  -s            $stripprog installed files.
+  -t DIRECTORY  install into DIRECTORY.
+  -T            report an error if DSTFILE is a directory.
+
+Environment variables override the default commands:
+  CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
+  RMPROG STRIPPROG
+"
+
+while test $# -ne 0; do
+  case $1 in
+    -c) ;;
+
+    -C) copy_on_change=true;;
+
+    -d) dir_arg=true;;
+
+    -g) chgrpcmd="$chgrpprog $2"
+	shift;;
+
+    --help) echo "$usage"; exit $?;;
+
+    -m) mode=$2
+	case $mode in
+	  *' '* | *'	'* | *'
+'*	  | *'*'* | *'?'* | *'['*)
+	    echo "$0: invalid mode: $mode" >&2
+	    exit 1;;
+	esac
+	shift;;
+
+    -o) chowncmd="$chownprog $2"
+	shift;;
+
+    -s) stripcmd=$stripprog;;
+
+    -t) dst_arg=$2
+	shift;;
+
+    -T) no_target_directory=true;;
+
+    --version) echo "$0 $scriptversion"; exit $?;;
+
+    --)	shift
+	break;;
+
+    -*)	echo "$0: invalid option: $1" >&2
+	exit 1;;
+
+    *)  break;;
+  esac
+  shift
+done
+
+if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
+  # When -d is used, all remaining arguments are directories to create.
+  # When -t is used, the destination is already specified.
+  # Otherwise, the last argument is the destination.  Remove it from $@.
+  for arg
+  do
+    if test -n "$dst_arg"; then
+      # $@ is not empty: it contains at least $arg.
+      set fnord "$@" "$dst_arg"
+      shift # fnord
+    fi
+    shift # arg
+    dst_arg=$arg
+  done
+fi
+
+if test $# -eq 0; then
+  if test -z "$dir_arg"; then
+    echo "$0: no input file specified." >&2
+    exit 1
+  fi
+  # It's OK to call `install-sh -d' without argument.
+  # This can happen when creating conditional directories.
+  exit 0
+fi
+
+if test -z "$dir_arg"; then
+  trap '(exit $?); exit' 1 2 13 15
+
+  # Set umask so as not to create temps with too-generous modes.
+  # However, 'strip' requires both read and write access to temps.
+  case $mode in
+    # Optimize common cases.
+    *644) cp_umask=133;;
+    *755) cp_umask=22;;
+
+    *[0-7])
+      if test -z "$stripcmd"; then
+	u_plus_rw=
+      else
+	u_plus_rw='% 200'
+      fi
+      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
+    *)
+      if test -z "$stripcmd"; then
+	u_plus_rw=
+      else
+	u_plus_rw=,u+rw
+      fi
+      cp_umask=$mode$u_plus_rw;;
+  esac
+fi
+
+for src
+do
+  # Protect names starting with `-'.
+  case $src in
+    -*) src=./$src;;
+  esac
+
+  if test -n "$dir_arg"; then
+    dst=$src
+    dstdir=$dst
+    test -d "$dstdir"
+    dstdir_status=$?
+  else
+
+    # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
+    # might cause directories to be created, which would be especially bad
+    # if $src (and thus $dsttmp) contains '*'.
+    if test ! -f "$src" && test ! -d "$src"; then
+      echo "$0: $src does not exist." >&2
+      exit 1
+    fi
+
+    if test -z "$dst_arg"; then
+      echo "$0: no destination specified." >&2
+      exit 1
+    fi
+
+    dst=$dst_arg
+    # Protect names starting with `-'.
+    case $dst in
+      -*) dst=./$dst;;
+    esac
+
+    # If destination is a directory, append the input filename; won't work
+    # if double slashes aren't ignored.
+    if test -d "$dst"; then
+      if test -n "$no_target_directory"; then
+	echo "$0: $dst_arg: Is a directory" >&2
+	exit 1
+      fi
+      dstdir=$dst
+      dst=$dstdir/`basename "$src"`
+      dstdir_status=0
+    else
+      # Prefer dirname, but fall back on a substitute if dirname fails.
+      dstdir=`
+	(dirname "$dst") 2>/dev/null ||
+	expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+	     X"$dst" : 'X\(//\)[^/]' \| \
+	     X"$dst" : 'X\(//\)$' \| \
+	     X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
+	echo X"$dst" |
+	    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\/\)[^/].*/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\/\)$/{
+		   s//\1/
+		   q
+		 }
+		 /^X\(\/\).*/{
+		   s//\1/
+		   q
+		 }
+		 s/.*/./; q'
+      `
+
+      test -d "$dstdir"
+      dstdir_status=$?
+    fi
+  fi
+
+  obsolete_mkdir_used=false
+
+  if test $dstdir_status != 0; then
+    case $posix_mkdir in
+      '')
+	# Create intermediate dirs using mode 755 as modified by the umask.
+	# This is like FreeBSD 'install' as of 1997-10-28.
+	umask=`umask`
+	case $stripcmd.$umask in
+	  # Optimize common cases.
+	  *[2367][2367]) mkdir_umask=$umask;;
+	  .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
+
+	  *[0-7])
+	    mkdir_umask=`expr $umask + 22 \
+	      - $umask % 100 % 40 + $umask % 20 \
+	      - $umask % 10 % 4 + $umask % 2
+	    `;;
+	  *) mkdir_umask=$umask,go-w;;
+	esac
+
+	# With -d, create the new directory with the user-specified mode.
+	# Otherwise, rely on $mkdir_umask.
+	if test -n "$dir_arg"; then
+	  mkdir_mode=-m$mode
+	else
+	  mkdir_mode=
+	fi
+
+	posix_mkdir=false
+	case $umask in
+	  *[123567][0-7][0-7])
+	    # POSIX mkdir -p sets u+wx bits regardless of umask, which
+	    # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
+	    ;;
+	  *)
+	    tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
+	    trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
+
+	    if (umask $mkdir_umask &&
+		exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
+	    then
+	      if test -z "$dir_arg" || {
+		   # Check for POSIX incompatibilities with -m.
+		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
+		   # other-writeable bit of parent directory when it shouldn't.
+		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
+		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
+		   case $ls_ld_tmpdir in
+		     d????-?r-*) different_mode=700;;
+		     d????-?--*) different_mode=755;;
+		     *) false;;
+		   esac &&
+		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
+		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
+		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
+		   }
+		 }
+	      then posix_mkdir=:
+	      fi
+	      rmdir "$tmpdir/d" "$tmpdir"
+	    else
+	      # Remove any dirs left behind by ancient mkdir implementations.
+	      rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
+	    fi
+	    trap '' 0;;
+	esac;;
+    esac
+
+    if
+      $posix_mkdir && (
+	umask $mkdir_umask &&
+	$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
+      )
+    then :
+    else
+
+      # The umask is ridiculous, or mkdir does not conform to POSIX,
+      # or it failed possibly due to a race condition.  Create the
+      # directory the slow way, step by step, checking for races as we go.
+
+      case $dstdir in
+	/*) prefix='/';;
+	-*) prefix='./';;
+	*)  prefix='';;
+      esac
+
+      eval "$initialize_posix_glob"
+
+      oIFS=$IFS
+      IFS=/
+      $posix_glob set -f
+      set fnord $dstdir
+      shift
+      $posix_glob set +f
+      IFS=$oIFS
+
+      prefixes=
+
+      for d
+      do
+	test -z "$d" && continue
+
+	prefix=$prefix$d
+	if test -d "$prefix"; then
+	  prefixes=
+	else
+	  if $posix_mkdir; then
+	    (umask=$mkdir_umask &&
+	     $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
+	    # Don't fail if two instances are running concurrently.
+	    test -d "$prefix" || exit 1
+	  else
+	    case $prefix in
+	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
+	      *) qprefix=$prefix;;
+	    esac
+	    prefixes="$prefixes '$qprefix'"
+	  fi
+	fi
+	prefix=$prefix/
+      done
+
+      if test -n "$prefixes"; then
+	# Don't fail if two instances are running concurrently.
+	(umask $mkdir_umask &&
+	 eval "\$doit_exec \$mkdirprog $prefixes") ||
+	  test -d "$dstdir" || exit 1
+	obsolete_mkdir_used=true
+      fi
+    fi
+  fi
+
+  if test -n "$dir_arg"; then
+    { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
+    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
+    { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
+      test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
+  else
+
+    # Make a couple of temp file names in the proper directory.
+    dsttmp=$dstdir/_inst.$$_
+    rmtmp=$dstdir/_rm.$$_
+
+    # Trap to clean up those temp files at exit.
+    trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
+
+    # Copy the file name to the temp name.
+    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
+
+    # and set any options; do chmod last to preserve setuid bits.
+    #
+    # If any of these fail, we abort the whole thing.  If we want to
+    # ignore errors from any of these, just make sure not to ignore
+    # errors from the above "$doit $cpprog $src $dsttmp" command.
+    #
+    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
+    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
+    { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
+    { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
+
+    # If -C, don't bother to copy if it wouldn't change the file.
+    if $copy_on_change &&
+       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
+       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
+
+       eval "$initialize_posix_glob" &&
+       $posix_glob set -f &&
+       set X $old && old=:$2:$4:$5:$6 &&
+       set X $new && new=:$2:$4:$5:$6 &&
+       $posix_glob set +f &&
+
+       test "$old" = "$new" &&
+       $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
+    then
+      rm -f "$dsttmp"
+    else
+      # Rename the file to the real destination.
+      $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
+
+      # The rename failed, perhaps because mv can't rename something else
+      # to itself, or perhaps because mv is so ancient that it does not
+      # support -f.
+      {
+	# Now remove or move aside any old file at destination location.
+	# We try this two ways since rm can't unlink itself on some
+	# systems and the destination file might be busy for other
+	# reasons.  In this case, the final cleanup might fail but the new
+	# file should still install successfully.
+	{
+	  test ! -f "$dst" ||
+	  $doit $rmcmd -f "$dst" 2>/dev/null ||
+	  { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
+	    { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
+	  } ||
+	  { echo "$0: cannot unlink or rename $dst" >&2
+	    (exit 1); exit 1
+	  }
+	} &&
+
+	# Now rename the file to the real destination.
+	$doit $mvcmd "$dsttmp" "$dst"
+      }
+    fi || exit 1
+
+    trap '' 0
+  fi
+done
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:
diff --git a/missing b/missing
new file mode 100755
index 0000000..28055d2
--- /dev/null
+++ b/missing
@@ -0,0 +1,376 @@
+#! /bin/sh
+# Common stub for a few missing GNU programs while installing.
+
+scriptversion=2009-04-28.21; # UTC
+
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
+# 2008, 2009 Free Software Foundation, Inc.
+# Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+if test $# -eq 0; then
+  echo 1>&2 "Try \`$0 --help' for more information"
+  exit 1
+fi
+
+run=:
+sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
+sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
+
+# In the cases where this matters, `missing' is being run in the
+# srcdir already.
+if test -f configure.ac; then
+  configure_ac=configure.ac
+else
+  configure_ac=configure.in
+fi
+
+msg="missing on your system"
+
+case $1 in
+--run)
+  # Try to run requested program, and just exit if it succeeds.
+  run=
+  shift
+  "$@" && exit 0
+  # Exit code 63 means version mismatch.  This often happens
+  # when the user try to use an ancient version of a tool on
+  # a file that requires a minimum version.  In this case we
+  # we should proceed has if the program had been absent, or
+  # if --run hadn't been passed.
+  if test $? = 63; then
+    run=:
+    msg="probably too old"
+  fi
+  ;;
+
+  -h|--h|--he|--hel|--help)
+    echo "\
+$0 [OPTION]... PROGRAM [ARGUMENT]...
+
+Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
+error status if there is no known handling for PROGRAM.
+
+Options:
+  -h, --help      display this help and exit
+  -v, --version   output version information and exit
+  --run           try to run the given command, and emulate it if it fails
+
+Supported PROGRAM values:
+  aclocal      touch file \`aclocal.m4'
+  autoconf     touch file \`configure'
+  autoheader   touch file \`config.h.in'
+  autom4te     touch the output file, or create a stub one
+  automake     touch all \`Makefile.in' files
+  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
+  flex         create \`lex.yy.c', if possible, from existing .c
+  help2man     touch the output file
+  lex          create \`lex.yy.c', if possible, from existing .c
+  makeinfo     touch the output file
+  tar          try tar, gnutar, gtar, then tar without non-portable flags
+  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
+
+Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
+\`g' are ignored when checking the name.
+
+Send bug reports to <bug-automake at gnu.org>."
+    exit $?
+    ;;
+
+  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
+    echo "missing $scriptversion (GNU Automake)"
+    exit $?
+    ;;
+
+  -*)
+    echo 1>&2 "$0: Unknown \`$1' option"
+    echo 1>&2 "Try \`$0 --help' for more information"
+    exit 1
+    ;;
+
+esac
+
+# normalize program name to check for.
+program=`echo "$1" | sed '
+  s/^gnu-//; t
+  s/^gnu//; t
+  s/^g//; t'`
+
+# Now exit if we have it, but it failed.  Also exit now if we
+# don't have it and --version was passed (most likely to detect
+# the program).  This is about non-GNU programs, so use $1 not
+# $program.
+case $1 in
+  lex*|yacc*)
+    # Not GNU programs, they don't have --version.
+    ;;
+
+  tar*)
+    if test -n "$run"; then
+       echo 1>&2 "ERROR: \`tar' requires --run"
+       exit 1
+    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
+       exit 1
+    fi
+    ;;
+
+  *)
+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
+       # We have it, but it failed.
+       exit 1
+    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
+       # Could not run --version or --help.  This is probably someone
+       # running `$TOOL --version' or `$TOOL --help' to check whether
+       # $TOOL exists and not knowing $TOOL uses missing.
+       exit 1
+    fi
+    ;;
+esac
+
+# If it does not exist, or fails to run (possibly an outdated version),
+# try to emulate it.
+case $program in
+  aclocal*)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
+         to install the \`Automake' and \`Perl' packages.  Grab them from
+         any GNU archive site."
+    touch aclocal.m4
+    ;;
+
+  autoconf*)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`${configure_ac}'.  You might want to install the
+         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
+         archive site."
+    touch configure
+    ;;
+
+  autoheader*)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
+         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
+         from any GNU archive site."
+    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
+    test -z "$files" && files="config.h"
+    touch_files=
+    for f in $files; do
+      case $f in
+      *:*) touch_files="$touch_files "`echo "$f" |
+				       sed -e 's/^[^:]*://' -e 's/:.*//'`;;
+      *) touch_files="$touch_files $f.in";;
+      esac
+    done
+    touch $touch_files
+    ;;
+
+  automake*)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
+         You might want to install the \`Automake' and \`Perl' packages.
+         Grab them from any GNU archive site."
+    find . -type f -name Makefile.am -print |
+	   sed 's/\.am$/.in/' |
+	   while read f; do touch "$f"; done
+    ;;
+
+  autom4te*)
+    echo 1>&2 "\
+WARNING: \`$1' is needed, but is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.
+         You can get \`$1' as part of \`Autoconf' from any GNU
+         archive site."
+
+    file=`echo "$*" | sed -n "$sed_output"`
+    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
+    if test -f "$file"; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo "#! /bin/sh"
+	echo "# Created by GNU Automake missing as a replacement of"
+	echo "#  $ $@"
+	echo "exit 0"
+	chmod +x $file
+	exit 1
+    fi
+    ;;
+
+  bison*|yacc*)
+    echo 1>&2 "\
+WARNING: \`$1' $msg.  You should only need it if
+         you modified a \`.y' file.  You may need the \`Bison' package
+         in order for those modifications to take effect.  You can get
+         \`Bison' from any GNU archive site."
+    rm -f y.tab.c y.tab.h
+    if test $# -ne 1; then
+        eval LASTARG="\${$#}"
+	case $LASTARG in
+	*.y)
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
+	    if test -f "$SRCFILE"; then
+	         cp "$SRCFILE" y.tab.c
+	    fi
+	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
+	    if test -f "$SRCFILE"; then
+	         cp "$SRCFILE" y.tab.h
+	    fi
+	  ;;
+	esac
+    fi
+    if test ! -f y.tab.h; then
+	echo >y.tab.h
+    fi
+    if test ! -f y.tab.c; then
+	echo 'main() { return 0; }' >y.tab.c
+    fi
+    ;;
+
+  lex*|flex*)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified a \`.l' file.  You may need the \`Flex' package
+         in order for those modifications to take effect.  You can get
+         \`Flex' from any GNU archive site."
+    rm -f lex.yy.c
+    if test $# -ne 1; then
+        eval LASTARG="\${$#}"
+	case $LASTARG in
+	*.l)
+	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
+	    if test -f "$SRCFILE"; then
+	         cp "$SRCFILE" lex.yy.c
+	    fi
+	  ;;
+	esac
+    fi
+    if test ! -f lex.yy.c; then
+	echo 'main() { return 0; }' >lex.yy.c
+    fi
+    ;;
+
+  help2man*)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+	 you modified a dependency of a manual page.  You may need the
+	 \`Help2man' package in order for those modifications to take
+	 effect.  You can get \`Help2man' from any GNU archive site."
+
+    file=`echo "$*" | sed -n "$sed_output"`
+    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
+    if test -f "$file"; then
+	touch $file
+    else
+	test -z "$file" || exec >$file
+	echo ".ab help2man is required to generate this page"
+	exit $?
+    fi
+    ;;
+
+  makeinfo*)
+    echo 1>&2 "\
+WARNING: \`$1' is $msg.  You should only need it if
+         you modified a \`.texi' or \`.texinfo' file, or any other file
+         indirectly affecting the aspect of the manual.  The spurious
+         call might also be the consequence of using a buggy \`make' (AIX,
+         DU, IRIX).  You might want to install the \`Texinfo' package or
+         the \`GNU make' package.  Grab either from any GNU archive site."
+    # The file to touch is that specified with -o ...
+    file=`echo "$*" | sed -n "$sed_output"`
+    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
+    if test -z "$file"; then
+      # ... or it is the one specified with @setfilename ...
+      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
+      file=`sed -n '
+	/^@setfilename/{
+	  s/.* \([^ ]*\) *$/\1/
+	  p
+	  q
+	}' $infile`
+      # ... or it is derived from the source name (dir/f.texi becomes f.info)
+      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
+    fi
+    # If the file does not exist, the user really needs makeinfo;
+    # let's fail without touching anything.
+    test -f $file || exit 1
+    touch $file
+    ;;
+
+  tar*)
+    shift
+
+    # We have already tried tar in the generic part.
+    # Look for gnutar/gtar before invocation to avoid ugly error
+    # messages.
+    if (gnutar --version > /dev/null 2>&1); then
+       gnutar "$@" && exit 0
+    fi
+    if (gtar --version > /dev/null 2>&1); then
+       gtar "$@" && exit 0
+    fi
+    firstarg="$1"
+    if shift; then
+	case $firstarg in
+	*o*)
+	    firstarg=`echo "$firstarg" | sed s/o//`
+	    tar "$firstarg" "$@" && exit 0
+	    ;;
+	esac
+	case $firstarg in
+	*h*)
+	    firstarg=`echo "$firstarg" | sed s/h//`
+	    tar "$firstarg" "$@" && exit 0
+	    ;;
+	esac
+    fi
+
+    echo 1>&2 "\
+WARNING: I can't seem to be able to run \`tar' with the given arguments.
+         You may want to install GNU tar or Free paxutils, or check the
+         command line arguments."
+    exit 1
+    ;;
+
+  *)
+    echo 1>&2 "\
+WARNING: \`$1' is needed, and is $msg.
+         You might have modified some files without having the
+         proper tools for further handling them.  Check the \`README' file,
+         it often tells you about the needed prerequisites for installing
+         this package.  You may also peek at any GNU archive site, in case
+         some other package would contain this missing \`$1' program."
+    exit 1
+    ;;
+esac
+
+exit 0
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:
diff --git a/radii b/radii
new file mode 100644
index 0000000..d40a1c6
--- /dev/null
+++ b/radii
@@ -0,0 +1,119 @@
+# default radii
+
+*    *    1.80
+*    C*   1.80
+*    CL*  1.80
+*    F*   1.80
+*    FE*  1.80
+*    N*   1.60
+*    O*   1.50
+*    P*   1.90
+*    S*   1.90
+*    ZN*  1.70
+*    H*   1.30
+
+
+# protein main chain radii
+
+*    C    1.75
+*    CA   1.90
+*    N    1.70
+*    O    1.49
+
+
+# protein side chain radii
+
+ALA  CB   1.92
+
+ARG  CB   1.91
+ARG  CD*  1.88
+ARG  CG*  1.92
+ARG  NE*  1.62
+ARG  NH1  1.62
+ARG  NH2  1.67
+
+ASN  CB   1.91
+ASN  CG*  1.81
+ASN  ND2  1.62
+ASN  OD1  1.52
+
+ASP  CB   1.91
+ASP  CG*  1.76
+ASP  OD1  1.49
+ASP  OD2  1.49
+
+CYS  CB   1.91
+CYS  S*   1.88
+
+GLN  CB   1.91
+GLN  CD*  1.81
+GLN  NE2  1.62
+GLN  OE1  1.52
+
+GLU  CB   1.91
+GLU  CD*  1.76
+GLU  CG*  1.88
+GLU  OE1  1.49
+GLU  OE2  1.49
+
+HIS  CB   1.91
+HIS  CD*  1.74
+HIS  CE*  1.74
+HIS  ND2  1.65
+HIS  NE1  1.65
+
+ILE  CB   2.01
+ILE  CD1  1.92
+ILE  CG1  1.92
+ILE  CG2  1.92
+
+LEU  CB   1.91
+LEU  CD1  1.92
+LEU  CD2  1.92
+LEU  CG*  2.01
+
+LYS  CB   1.91
+LYS  CD*  1.92
+LYS  CE*  1.88
+LYS  CG*  1.92
+LYS  NZ*  1.67
+
+MET  CB   1.91
+MET  CG*  1.92
+MET  S*   1.94
+
+PHE  CB   1.91
+PHE  CD*  1.82
+PHE  CE*  1.82
+PHE  CG*  1.74
+PHE  CZ*  1.82
+
+PRO  CB   1.91
+PRO  CD*  1.92
+PRO  CG*  1.92
+
+SER  CB   1.91
+SER  OG*  1.54
+
+THR  CB   2.01
+THR  CG2  1.92
+THR  OG*  1.54
+
+TRP  CB   1.91
+TRP  CD*  1.82
+TRP  CE*  1.82
+TRP  CE2  1.74
+TRP  CG*  1.74
+TRP  CH*  1.82
+TRP  CZ*  1.82
+TRP  NE1  1.66
+
+TYR  CB   1.91
+TYR  CD*  1.82
+TYR  CE*  1.82
+TYR  CG*  1.74
+TYR  OH*  1.54
+
+VAL  CB   2.01
+VAL  CG1  1.92
+VAL  CG2  1.92
diff --git a/src/apollota/basic_operations_on_points.h b/src/apollota/basic_operations_on_points.h
new file mode 100644
index 0000000..0d1b257
--- /dev/null
+++ b/src/apollota/basic_operations_on_points.h
@@ -0,0 +1,373 @@
+#ifndef APOLLOTA_BASIC_OPERATIONS_ON_POINTS_H_
+#define APOLLOTA_BASIC_OPERATIONS_ON_POINTS_H_
+
+#include <cmath>
+
+#include "safer_comparison_of_numbers.h"
+
+namespace apollota
+{
+
+struct PODPoint
+{
+	double x;
+	double y;
+	double z;
+};
+
+template<typename OutputPointType>
+OutputPointType custom_point(const double x, const double y, const double z)
+{
+	OutputPointType result;
+	result.x=x;
+	result.y=y;
+	result.z=z;
+	return result;
+}
+
+template<typename OutputPointType, typename InputObjectType>
+OutputPointType custom_point_from_object(const InputObjectType& o)
+{
+	return custom_point<OutputPointType>(o.x, o.y, o.z);
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB>
+bool points_equal(const InputPointTypeA& a, const InputPointTypeB& b)
+{
+	return (equal(a.x, b.x) && equal(a.y, b.y) && equal(a.z, b.z));
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB>
+bool points_less(const InputPointTypeA& a, const InputPointTypeB& b)
+{
+	if(less(a.x, b.x)) { return true; }
+	else if(greater(a.x, b.x)) { return false; }
+
+	if(less(a.y, b.y)) { return true; }
+	else if(greater(a.y, b.y)) { return false; }
+
+	if(less(a.z, b.z)) { return true; }
+	else if(greater(a.z, b.z)) { return false; }
+
+	return false;
+}
+
+template<typename OutputPointType, typename InputPointType>
+OutputPointType inverted_point(const InputPointType& a)
+{
+	return custom_point<OutputPointType>(0-a.x, 0-a.y, 0-a.z);
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB>
+double squared_distance_from_point_to_point(const InputPointTypeA& a, const InputPointTypeB& b)
+{
+	const double dx=(a.x-b.x);
+	const double dy=(a.y-b.y);
+	const double dz=(a.z-b.z);
+	return (dx*dx+dy*dy+dz*dz);
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB>
+double distance_from_point_to_point(const InputPointTypeA& a, const InputPointTypeB& b)
+{
+	return sqrt(squared_distance_from_point_to_point(a, b));
+}
+
+template<typename InputPointType>
+double squared_point_module(const InputPointType& a)
+{
+	return (a.x*a.x+a.y*a.y+a.z*a.z);
+}
+
+template<typename InputPointType>
+double point_module(const InputPointType& a)
+{
+	return sqrt(squared_point_module(a));
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB>
+double dot_product(const InputPointTypeA& a, const InputPointTypeB& b)
+{
+	return (a.x*b.x+a.y*b.y+a.z*b.z);
+}
+
+template<typename OutputPointType, typename InputPointTypeA, typename InputPointTypeB>
+OutputPointType cross_product(const InputPointTypeA& a, const InputPointTypeB& b)
+{
+	return custom_point<OutputPointType>(a.y*b.z-a.z*b.y, a.z*b.x-a.x*b.z, a.x*b.y-a.y*b.x);
+}
+
+template<typename OutputPointType, typename InputPointType>
+OutputPointType point_and_number_product(const InputPointType& a, const double k)
+{
+	return custom_point<OutputPointType>(a.x*k, a.y*k, a.z*k);
+}
+
+template<typename OutputPointType, typename InputPointType>
+OutputPointType unit_point(const InputPointType& a)
+{
+	return point_and_number_product<OutputPointType>(a, 1/point_module(a));
+}
+
+template<typename OutputPointType, typename InputPointTypeA, typename InputPointTypeB>
+OutputPointType sum_of_points(const InputPointTypeA& a, const InputPointTypeB& b)
+{
+	return custom_point<OutputPointType>(a.x+b.x, a.y+b.y, a.z+b.z);
+}
+
+template<typename OutputPointType, typename InputPointTypeA, typename InputPointTypeB>
+OutputPointType sub_of_points(const InputPointTypeA& a, const InputPointTypeB& b)
+{
+	return custom_point<OutputPointType>(a.x-b.x, a.y-b.y, a.z-b.z);
+}
+
+template<typename OutputPointType, typename InputPointTypeA, typename InputPointTypeB, typename InputPointTypeC>
+OutputPointType plane_normal_from_three_points(const InputPointTypeA& a, const InputPointTypeB& b, const InputPointTypeC& c)
+{
+	return unit_point<OutputPointType>(cross_product<PODPoint>(sub_of_points<PODPoint>(b, a), sub_of_points<PODPoint>(c, a)));
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB, typename InputPointTypeC>
+double signed_distance_from_point_to_plane(const InputPointTypeA& plane_point, const InputPointTypeB& plane_normal, const InputPointTypeC& x)
+{
+	return dot_product(unit_point<PODPoint>(plane_normal), sub_of_points<PODPoint>(x, plane_point));
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB, typename InputPointTypeC>
+int halfspace_of_point(const InputPointTypeA& plane_point, const InputPointTypeB& plane_normal, const InputPointTypeC& x)
+{
+	const double sd=signed_distance_from_point_to_plane(plane_point, plane_normal, x);
+	if(sd>0)
+	{
+		return 1;
+	}
+	else if(sd<0)
+	{
+		return -1;
+	}
+	return 0;
+}
+
+template<typename OutputPointType, typename InputPointTypeA, typename InputPointTypeB, typename InputPointTypeC, typename InputPointTypeD>
+OutputPointType intersection_of_plane_and_segment(const InputPointTypeA& plane_point, const InputPointTypeB& plane_normal, const InputPointTypeC& a, const InputPointTypeD& b)
+{
+	const double da=signed_distance_from_point_to_plane(plane_point, plane_normal, a);
+	const double db=signed_distance_from_point_to_plane(plane_point, plane_normal, b);
+	if((da-db)==0)
+	{
+		return custom_point_from_object<OutputPointType>(a);
+	}
+	else
+	{
+		const double t=da/(da-db);
+		return sum_of_points<OutputPointType>(a, point_and_number_product<PODPoint>(sub_of_points<PODPoint>(b, a), t));
+	}
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB, typename InputPointTypeC, typename InputPointTypeD>
+double signed_volume_of_tetrahedron(const InputPointTypeA& a, const InputPointTypeB& b, const InputPointTypeC& c, const InputPointTypeD& d)
+{
+	return (dot_product(sub_of_points<PODPoint>(a, d), cross_product<PODPoint>(sub_of_points<PODPoint>(b, d), sub_of_points<PODPoint>(c, d)))/6);
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB, typename InputPointTypeC>
+double triangle_area(const InputPointTypeA& a, const InputPointTypeB& b, const InputPointTypeC& c)
+{
+	return (point_module(cross_product<PODPoint>(sub_of_points<PODPoint>(b, a), sub_of_points<PODPoint>(c, a)))/2.0);
+}
+
+template<typename InputPointO, typename InputPointA, typename InputPointB>
+static double min_angle(const InputPointO& o, const InputPointA& a, const InputPointB& b)
+{
+	double cos_val=dot_product(unit_point<PODPoint>(sub_of_points<PODPoint>(a, o)), unit_point<PODPoint>(sub_of_points<PODPoint>(b, o)));
+	if(cos_val<-1.0)
+	{
+		cos_val=-1.0;
+	}
+	else if(cos_val>1.0)
+	{
+		cos_val=1.0;
+	}
+	return acos(cos_val);
+}
+
+inline double pi_value()
+{
+	static const double pi=acos(-1.0);
+	return pi;
+}
+
+template<typename InputPointO, typename InputPointA, typename InputPointB, typename InputPointC>
+static double directed_angle(const InputPointO& o, const InputPointA& a, const InputPointB& b, const InputPointC& c)
+{
+	const double angle=min_angle(o, a, b);
+	const PODPoint n=cross_product<PODPoint>(unit_point<PODPoint>(sub_of_points<PODPoint>(a, o)), unit_point<PODPoint>(sub_of_points<PODPoint>(b, o)));
+	if(dot_product(sub_of_points<PODPoint>(c, o), n)>=0)
+	{
+		return angle;
+	}
+	else
+	{
+		return (pi_value()*2-angle);
+	}
+}
+
+template<typename InputSphereType, typename InputPointTypeA, typename InputPointTypeB, typename InputPointTypeC>
+double spherical_triangle_area(const InputSphereType& s, const InputPointTypeA& a, const InputPointTypeB& b, const InputPointTypeC& c)
+{
+	const double va=min_angle(a, b, c);
+	const double vb=min_angle(b, a, c);
+	const double vc=min_angle(c, a, b);
+	const PODPoint sa=sub_of_points<PODPoint>(a, s);
+	const PODPoint sb=sub_of_points<PODPoint>(b, s);
+	const PODPoint sc=sub_of_points<PODPoint>(c, s);
+	const PODPoint o=custom_point<PODPoint>(0.0, 0.0, 0.0);
+	const PODPoint nab=cross_product<PODPoint>(sa, sb);
+	const PODPoint nac=cross_product<PODPoint>(sa, sc);
+	const PODPoint nbc=cross_product<PODPoint>(sb, sc);
+	const double vpa=min_angle(o, nab, nac);
+	const double vpb=min_angle(o, inverted_point<PODPoint>(nab), nbc);
+	const double vpc=min_angle(o, inverted_point<PODPoint>(nac), inverted_point<PODPoint>(nbc));
+	const double e=(vpa+vpb+vpc)-(va+vb+vc);
+	return (e*s.r*s.r);
+}
+
+template<typename OutputPointType, typename InputPointType>
+OutputPointType any_normal_of_vector(const InputPointType& a)
+{
+	PODPoint b=custom_point_from_object<PODPoint>(a);
+	if(!equal(b.x, 0.0) && (!equal(b.y, 0.0) || !equal(b.z, 0.0)))
+	{
+		b.x=0.0-b.x;
+		return unit_point<OutputPointType>(cross_product<OutputPointType>(a, b));
+	}
+	else if(!equal(b.y, 0.0) && (!equal(b.x, 0.0) || !equal(b.z, 0.0)))
+	{
+		b.y=0.0-b.y;
+		return unit_point<OutputPointType>(cross_product<OutputPointType>(a, b));
+	}
+	else if(!equal(b.x, 0.0))
+	{
+		return custom_point<OutputPointType>(0, 1, 0);
+	}
+	else
+	{
+		return custom_point<OutputPointType>(1, 0, 0);
+	}
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB, typename InputPointTypeC>
+double distance_from_point_to_line(const InputPointTypeA& p, const InputPointTypeB& start, const InputPointTypeC& end)
+{
+	const PODPoint line_vector=unit_point<PODPoint>(sub_of_points<PODPoint>(end, start));
+	const PODPoint translated_p=sub_of_points<PODPoint>(p, start);
+	const double distance_on_line=dot_product(translated_p, line_vector);
+	return sqrt(squared_point_module(translated_p)-(distance_on_line*distance_on_line));
+}
+
+template<typename OutputPointType, typename InputIterator>
+static OutputPointType mass_center(const InputIterator begin, const InputIterator end)
+{
+	PODPoint mc=custom_point<PODPoint>(0.0, 0.0, 0.0);
+	unsigned int count=0;
+	InputIterator it=begin;
+	while(it!=end)
+	{
+		mc=sum_of_points<PODPoint>(mc, *it);
+		count++;
+		++it;
+	}
+	if(count>0)
+	{
+		mc=point_and_number_product<PODPoint>(mc, 1.0/static_cast<double>(count));
+	}
+	return custom_point_from_object<OutputPointType>(mc);
+}
+
+struct SimplePoint
+{
+	double x;
+	double y;
+	double z;
+
+	SimplePoint() : x(0), y(0), z(0)
+	{
+	}
+
+	SimplePoint(const double x, const double y, const double z) : x(x), y(y), z(z)
+	{
+	}
+
+	template<typename InputPointType>
+	explicit SimplePoint(const InputPointType& input_point) : x(input_point.x), y(input_point.y), z(input_point.z)
+	{
+	}
+
+	bool operator==(const SimplePoint& b) const
+	{
+		return points_equal(*this, b);
+	}
+
+	bool operator<(const SimplePoint& b) const
+	{
+		return points_less(*this, b);
+	}
+
+	SimplePoint operator+(const SimplePoint& b) const
+	{
+		return sum_of_points<SimplePoint>(*this, b);
+	}
+
+	SimplePoint operator-(const SimplePoint& b) const
+	{
+		return sub_of_points<SimplePoint>(*this, b);
+	}
+
+	double operator*(const SimplePoint& b) const
+	{
+		return dot_product(*this, b);
+	}
+
+	SimplePoint operator*(const double k) const
+	{
+		return point_and_number_product<SimplePoint>(*this, k);
+	}
+
+	SimplePoint operator&(const SimplePoint& b) const
+	{
+		return cross_product<SimplePoint>(*this, b);
+	}
+
+	double module() const
+	{
+		return point_module(*this);
+	}
+
+	SimplePoint unit() const
+	{
+		return unit_point<SimplePoint>(*this);
+	}
+
+	SimplePoint inverted() const
+	{
+		return inverted_point<SimplePoint>(*this);
+	}
+};
+
+template<typename T>
+inline T& operator<<(T& output, const SimplePoint& p)
+{
+	output << p.x << " " << p.y << " " << p.z;
+	return output;
+}
+
+template<typename T>
+inline T& operator>>(T& input, SimplePoint& p)
+{
+	input >> p.x >> p.y >> p.z;
+	return input;
+}
+
+}
+
+#endif /* APOLLOTA_BASIC_OPERATIONS_ON_POINTS_H_ */
diff --git a/src/apollota/basic_operations_on_spheres.h b/src/apollota/basic_operations_on_spheres.h
new file mode 100644
index 0000000..28d7b8b
--- /dev/null
+++ b/src/apollota/basic_operations_on_spheres.h
@@ -0,0 +1,222 @@
+#ifndef APOLLOTA_BASIC_OPERATIONS_ON_SPHERES_H_
+#define APOLLOTA_BASIC_OPERATIONS_ON_SPHERES_H_
+
+#include "basic_operations_on_points.h"
+
+namespace apollota
+{
+
+template<typename OutputSphereType>
+OutputSphereType custom_sphere(const double x, const double y, const double z, const double r)
+{
+	OutputSphereType result;
+	result.x=x;
+	result.y=y;
+	result.z=z;
+	result.r=r;
+	return result;
+}
+
+template<typename OutputSphereType, typename InputObjectType>
+OutputSphereType custom_sphere_from_object(const InputObjectType& o)
+{
+	return custom_sphere<OutputSphereType>(o.x, o.y, o.z, o.r);
+}
+
+template<typename OutputSphereType, typename InputPointType>
+OutputSphereType custom_sphere_from_point(const InputPointType& p, const double r)
+{
+	return custom_sphere<OutputSphereType>(p.x, p.y, p.z, r);
+}
+
+template<typename InputSphereTypeA, typename InputSphereTypeB>
+bool spheres_equal(const InputSphereTypeA& a, const InputSphereTypeB& b, const double epsilon)
+{
+	return (equal(a.x, b.x, epsilon) && equal(a.y, b.y, epsilon) && equal(a.z, b.z, epsilon) && equal(a.r, b.r, epsilon));
+}
+
+template<typename InputSphereTypeA, typename InputSphereTypeB>
+bool spheres_less(const InputSphereTypeA& a, const InputSphereTypeB& b)
+{
+	if(less(a.x, b.x)) { return true; }
+	else if(greater(a.x, b.x)) { return false; }
+
+	if(less(a.y, b.y)) { return true; }
+	else if(greater(a.y, b.y)) { return false; }
+
+	if(less(a.z, b.z)) { return true; }
+	else if(greater(a.z, b.z)) { return false; }
+
+	if(less(a.r, b.r)) { return true; }
+	else if(greater(a.r, b.r)) { return false; }
+
+	return false;
+}
+
+template<typename InputPointType, typename InputSphereType>
+double minimal_distance_from_point_to_sphere(const InputPointType& a, const InputSphereType& b)
+{
+	return (distance_from_point_to_point(a, b)-b.r);
+}
+
+template<typename InputPointType, typename InputSphereType>
+double maximal_distance_from_point_to_sphere(const InputPointType& a, const InputSphereType& b)
+{
+	return (distance_from_point_to_point(a, b)+b.r);
+}
+
+template<typename InputSphereTypeA,typename InputSphereTypeB>
+double minimal_distance_from_sphere_to_sphere(const InputSphereTypeA& a, const InputSphereTypeB& b)
+{
+	return (distance_from_point_to_point(a, b)-a.r-b.r);
+}
+
+template<typename InputSphereTypeA, typename InputSphereTypeB>
+bool sphere_intersects_sphere(const InputSphereTypeA& a, const InputSphereTypeB& b)
+{
+	return less(distance_from_point_to_point(a, b), (a.r+b.r));
+}
+
+template<typename InputSphereTypeA, typename InputSphereTypeB>
+bool sphere_intersects_sphere_with_expansion(const InputSphereTypeA& a, const InputSphereTypeB& b, const double expansion)
+{
+	return less(distance_from_point_to_point(a, b), (a.r+b.r+expansion));
+}
+
+template<typename InputSphereTypeA, typename InputSphereTypeB>
+bool sphere_touches_sphere(const InputSphereTypeA& a, const InputSphereTypeB& b)
+{
+	return equal(distance_from_point_to_point(a, b), (a.r+b.r));
+}
+
+template<typename InputSphereTypeA, typename InputSphereTypeB>
+bool sphere_contains_sphere(const InputSphereTypeA& a, const InputSphereTypeB& b)
+{
+	return (greater_or_equal(a.r, b.r) && less_or_equal(distance_from_point_to_point(a, b), (a.r-b.r)));
+}
+
+template<typename InputPointTypeA, typename InputPointTypeB, typename InputSphereTypeC>
+int halfspace_of_sphere(const InputPointTypeA& plane_point, const InputPointTypeB& plane_normal, const InputSphereTypeC& x)
+{
+	const double dc=signed_distance_from_point_to_plane(plane_point, plane_normal, x);
+	if(dc>0 && (dc-x.r>0))
+	{
+		return 1;
+	}
+	else if(dc<0 && (dc+x.r<0))
+	{
+		return -1;
+	}
+	return 0;
+}
+
+template<typename OutputSphereType, typename InputSphereTypeA, typename InputSphereTypeB>
+OutputSphereType intersection_circle_of_two_spheres(const InputSphereTypeA& a, const InputSphereTypeB& b)
+{
+	const SimplePoint ap=custom_point_from_object<SimplePoint>(a);
+	const SimplePoint bp=custom_point_from_object<SimplePoint>(b);
+	const SimplePoint cv=bp-ap;
+	const double cm=cv.module();
+	const double cos_g=(a.r*a.r+cm*cm-b.r*b.r)/(2*a.r*cm);
+	const double sin_g=sqrt(1-cos_g*cos_g);
+	return custom_sphere_from_point<OutputSphereType>(ap+(cv.unit()*(a.r*cos_g)), a.r*sin_g);
+}
+
+template<typename InputSphereType>
+bool intersect_line_segment_with_sphere(const InputSphereType& sphere, const SimplePoint& a, const SimplePoint& b, SimplePoint& c)
+{
+	if(sphere.r<=0.0)
+	{
+		return false;
+	}
+	const double d_oa=distance_from_point_to_point(a, sphere);
+	const double d_ob=distance_from_point_to_point(b, sphere);
+	if((d_oa<sphere.r && d_ob<sphere.r) || (d_oa>sphere.r && d_ob>sphere.r))
+	{
+		return false;
+	}
+	else if(d_oa>sphere.r && d_ob<sphere.r)
+	{
+		return intersect_line_segment_with_sphere(sphere, b, a, c);
+	}
+	else
+	{
+		const double angle_oac=min_angle(a, sphere, b);
+		if(equal(angle_oac, 0.0) || equal(angle_oac, pi_value()))
+		{
+			c=SimplePoint(sphere)+((b-SimplePoint(sphere)).unit()*d_ob);
+		}
+		else
+		{
+			const double k=sin(angle_oac)/sphere.r;
+			double sin_aio=k*d_oa;
+			if(sin_aio<-1.0)
+			{
+				sin_aio=-1.0;
+			}
+			else if(sin_aio>1.0)
+			{
+				sin_aio=1.0;
+			}
+			const double angle_aco=asin(sin_aio);
+			const double angle_aoc=pi_value()-(angle_oac+angle_aco);
+			const double d_ai=sin(angle_aoc)/k;
+			c=a+((b-a).unit()*d_ai);
+		}
+		return true;
+	}
+}
+
+struct SimpleSphere
+{
+	double x;
+	double y;
+	double z;
+	double r;
+
+	SimpleSphere() : x(0), y(0), z(0), r(0)
+	{
+	}
+
+	SimpleSphere(const double x, const double y, const double z, const double r) : x(x), y(y), z(z), r(r)
+	{
+	}
+
+	template<typename InputSphereType>
+	explicit SimpleSphere(const InputSphereType& input_sphere) : x(input_sphere.x), y(input_sphere.y), z(input_sphere.z), r(input_sphere.r)
+	{
+	}
+
+	template<typename InputPointType>
+	SimpleSphere(const InputPointType& input_point, const double r) : x(input_point.x), y(input_point.y), z(input_point.z), r(r)
+	{
+	}
+
+	bool operator==(const SimpleSphere& b) const
+	{
+		return spheres_equal(*this, b, default_comparison_epsilon());
+	}
+
+	bool operator<(const SimpleSphere& b) const
+	{
+		return spheres_less(*this, b);
+	}
+};
+
+template<typename T>
+inline T& operator<<(T& output, const SimpleSphere& sphere)
+{
+	output << sphere.x << " " << sphere.y << " " << sphere.z << " " << sphere.r;
+	return output;
+}
+
+template<typename T>
+inline T& operator>>(T& input, SimpleSphere& sphere)
+{
+	input >> sphere.x >> sphere.y >> sphere.z >> sphere.r;
+	return input;
+}
+
+}
+
+#endif /* APOLLOTA_BASIC_OPERATIONS_ON_SPHERES_H_ */
diff --git a/src/apollota/bounding_spheres_hierarchy.h b/src/apollota/bounding_spheres_hierarchy.h
new file mode 100644
index 0000000..38dde3f
--- /dev/null
+++ b/src/apollota/bounding_spheres_hierarchy.h
@@ -0,0 +1,343 @@
+#ifndef APOLLOTA_BOUNDING_SPHERES_HIERARCH_2_H_
+#define APOLLOTA_BOUNDING_SPHERES_HIERARCH_2_H_
+
+#include <vector>
+#include <algorithm>
+#include <limits>
+
+#include "basic_operations_on_spheres.h"
+#include "splitting_of_spheres.h"
+
+namespace apollota
+{
+
+class BoundingSpheresHierarchy
+{
+public:
+	template<typename InputSphereType>
+	BoundingSpheresHierarchy(const std::vector<InputSphereType>& input_spheres, const double initial_radius_for_spheres_bucketing, const std::size_t min_number_of_clusters) :
+		leaves_spheres_(convert_input_spheres_to_simple_spheres(input_spheres)),
+		input_radii_range_(calc_input_radii_range(leaves_spheres_)),
+		clusters_layers_(cluster_spheres_in_layers(leaves_spheres_, initial_radius_for_spheres_bucketing, min_number_of_clusters))
+	{
+	}
+
+	const std::vector<SimpleSphere>& leaves_spheres() const
+	{
+		return leaves_spheres_;
+	}
+
+	double min_input_radius() const
+	{
+		return input_radii_range_.first;
+	}
+
+	double max_input_radius() const
+	{
+		return input_radii_range_.second;
+	}
+
+	std::size_t levels() const
+	{
+		return clusters_layers_.size();
+	}
+
+	std::vector<SimpleSphere> collect_bounding_spheres(const std::size_t level) const
+	{
+		std::vector<SimpleSphere> result;
+		if(level<clusters_layers_.size())
+		{
+			result.reserve(clusters_layers_[level].size());
+			for(std::size_t i=0;i<clusters_layers_[level].size();i++)
+			{
+				result.push_back(SimpleSphere(clusters_layers_[level][i]));
+			}
+		}
+		return result;
+	}
+
+	template<typename NodeChecker, typename LeafChecker>
+	std::vector<std::size_t> search(NodeChecker& node_checker, LeafChecker& leaf_checker) const
+	{
+		std::vector<std::size_t> results;
+		if(!clusters_layers_.empty())
+		{
+			std::vector<NodeCoordinates> stack;
+			stack.reserve(clusters_layers_.back().size()+clusters_layers_.size()+1);
+			{
+				const std::size_t top_level=clusters_layers_.size()-1;
+				for(std::size_t top_id=0;top_id<clusters_layers_[top_level].size();top_id++)
+				{
+					stack.push_back(NodeCoordinates(top_level, top_id, 0));
+				}
+			}
+			while(!stack.empty())
+			{
+				const NodeCoordinates ncs=stack.back();
+				if(
+						ncs.level_id<clusters_layers_.size()
+						&& ncs.cluster_id<clusters_layers_[ncs.level_id].size()
+						&& ncs.child_id<clusters_layers_[ncs.level_id][ncs.cluster_id].children.size()
+						&& (ncs.child_id>0 || node_checker(clusters_layers_[ncs.level_id][ncs.cluster_id]))
+					)
+				{
+					const std::vector<std::size_t>& children=clusters_layers_[ncs.level_id][ncs.cluster_id].children;
+					if(ncs.level_id==0)
+					{
+						for(std::size_t i=0;i<children.size();i++)
+						{
+							const std::size_t child=children[i];
+							const std::pair<bool, bool> status=leaf_checker(child, leaves_spheres_[child]);
+							if(status.first)
+							{
+								results.push_back(child);
+								if(status.second)
+								{
+									return results;
+								}
+							}
+						}
+						stack.pop_back();
+					}
+					else
+					{
+						stack.back().child_id++;
+						stack.push_back(NodeCoordinates(ncs.level_id-1, children[ncs.child_id], 0));
+					}
+				}
+				else
+				{
+					stack.pop_back();
+				}
+			}
+		}
+		return results;
+	}
+
+	template<typename ListType, typename FunctorType>
+	static std::vector<std::size_t> sort_objects_by_distance_to_one_of_them(const ListType& list, const std::size_t starting_id, const FunctorType& functor, const double max_distance=std::numeric_limits<double>::max())
+	{
+		std::vector<std::size_t> result;
+		if(starting_id<list.size())
+		{
+			std::vector< std::pair<double, std::size_t> > distances;
+			distances.reserve(list.size()-1);
+			for(std::size_t i=0;i<list.size();i++)
+			{
+				if(i!=starting_id)
+				{
+					const double distance=functor(list[starting_id], list[i]);
+					if(distance<=max_distance)
+					{
+						distances.push_back(std::make_pair(distance, i));
+					}
+				}
+			}
+			std::sort(distances.begin(), distances.end());
+			result.reserve(distances.size()+1);
+			result.push_back(starting_id);
+			for(std::size_t i=0;i<distances.size();i++)
+			{
+				result.push_back(distances[i].second);
+			}
+		}
+		return result;
+	}
+
+private:
+
+	class Cluster : public SimpleSphere
+	{
+	public:
+		std::vector<std::size_t> children;
+		std::vector<std::size_t> leaves_ids;
+	};
+
+	struct NodeCoordinates
+	{
+		std::size_t level_id;
+		std::size_t cluster_id;
+		std::size_t child_id;
+
+		NodeCoordinates(std::size_t level_id, std::size_t cluster_id, std::size_t child_id) :
+			level_id(level_id), cluster_id(cluster_id), child_id(child_id)
+		{
+		}
+	};
+
+	template<typename InputSphereType>
+	static std::vector<SimpleSphere> convert_input_spheres_to_simple_spheres(const std::vector<InputSphereType>& input_spheres)
+	{
+		std::vector<SimpleSphere> result;
+		result.reserve(input_spheres.size());
+		for(std::size_t i=0;i<input_spheres.size();i++)
+		{
+			result.push_back(SimpleSphere(input_spheres[i]));
+		}
+		return result;
+	}
+
+	template<typename SphereType>
+	static std::pair<double, double> calc_input_radii_range(const std::vector<SphereType>& spheres)
+	{
+		std::pair<double, double> range(0, 0);
+		if(!spheres.empty())
+		{
+			range.first=spheres.front().r;
+			range.second=spheres.front().r;
+			for(std::size_t i=1;i<spheres.size();i++)
+			{
+				range.first=std::min(range.first, spheres[i].r);
+				range.second=std::max(range.second, spheres[i].r);
+			}
+		}
+		return range;
+	}
+
+	template<typename SphereType>
+	static std::vector<SimpleSphere> select_centers_for_clusters(const std::vector<SphereType>& spheres, const double expansion)
+	{
+		std::vector<SimpleSphere> centers;
+		if(!spheres.empty())
+		{
+			std::vector<bool> allowed(spheres.size(), true);
+			const std::vector<std::size_t> global_traversal=sort_objects_by_distance_to_one_of_them(spheres, 0, maximal_distance_from_point_to_sphere<SphereType, SphereType>);
+			for(std::size_t k=0;k<spheres.size();k++)
+			{
+				const std::size_t i=global_traversal[k];
+				if(allowed[i])
+				{
+					centers.push_back(spheres[i]);
+					allowed[i]=false;
+					for(std::size_t j=0;j<spheres.size();j++)
+					{
+						if(allowed[j] && sphere_intersects_sphere_with_expansion(spheres[i], spheres[j], expansion))
+						{
+							allowed[j]=false;
+						}
+					}
+				}
+			}
+		}
+		return centers;
+	}
+
+	template<typename SphereType>
+	static std::vector<Cluster> cluster_spheres_using_centers(const std::vector<SphereType>& spheres, const std::vector<std::size_t>& selection, const std::vector<SimpleSphere>& centers)
+	{
+		std::vector<Cluster> clusters;
+		clusters.reserve(centers.size());
+		for(std::size_t i=0;i<centers.size();i++)
+		{
+			clusters.push_back(custom_sphere_from_object<Cluster>(centers[i]));
+		}
+		for(std::size_t i=0;i<selection.size();i++)
+		{
+			const SphereType& sphere=spheres[selection[i]];
+			std::size_t min_dist_id=0;
+			double min_dist_value=maximal_distance_from_point_to_sphere(clusters[min_dist_id], sphere);
+			for(std::size_t j=1;j<clusters.size();j++)
+			{
+				const double dist_value=maximal_distance_from_point_to_sphere(clusters[j], sphere);
+				if(dist_value<min_dist_value)
+				{
+					min_dist_id=j;
+					min_dist_value=dist_value;
+				}
+			}
+			Cluster& cluster=clusters[min_dist_id];
+			cluster.r=std::max(cluster.r, min_dist_value);
+			cluster.children.push_back(selection[i]);
+		}
+		std::vector<Cluster> nonempty_clusters;
+		nonempty_clusters.reserve(clusters.size());
+		for(std::size_t i=0;i<clusters.size();i++)
+		{
+			if(!clusters[i].children.empty())
+			{
+				nonempty_clusters.push_back(clusters[i]);
+			}
+		}
+		return nonempty_clusters;
+	}
+
+	template<typename SphereType>
+	static std::vector<Cluster> cluster_spheres_using_radius_expansion(const std::vector<SphereType>& spheres, const double radius_expansion)
+	{
+		const std::size_t max_part_size=10000;
+		if(spheres.size()<=max_part_size)
+		{
+			std::vector<std::size_t> selection(spheres.size(), 0);
+			for(std::size_t i=0;i<spheres.size();i++)
+			{
+				selection[i]=i;
+			}
+			return cluster_spheres_using_centers(spheres, selection, select_centers_for_clusters(spheres, radius_expansion));
+		}
+		else
+		{
+			std::vector<Cluster> result;
+			const std::vector< std::vector<std::size_t> > selections=SplittingOfSpheres::split_for_size_of_part(spheres, max_part_size);
+			for(std::size_t i=0;i<selections.size();i++)
+			{
+				const std::vector<std::size_t>& selection=selections[i];
+				std::vector<SimpleSphere> selection_contents(selection.size());
+				for(std::size_t j=0;j<selection.size();j++)
+				{
+					selection_contents[j]=SimpleSphere(spheres[selection[j]]);
+				}
+				const std::vector<Cluster> partial_result=cluster_spheres_using_centers(spheres, selection, select_centers_for_clusters(selection_contents, radius_expansion));
+				result.insert(result.end(), partial_result.begin(), partial_result.end());
+			}
+			return result;
+		}
+	}
+
+	template<typename SphereType>
+	static std::vector< std::vector<Cluster> > cluster_spheres_in_layers(const std::vector<SphereType>& spheres, const double r, const std::size_t min_number_of_clusters)
+	{
+		std::vector< std::vector<Cluster> > clusters_layers;
+		{
+			std::vector<Cluster> clusters=cluster_spheres_using_radius_expansion(spheres, r);
+			for(std::size_t i=0;i<clusters.size();i++)
+			{
+				clusters[i].leaves_ids=clusters[i].children;
+			}
+			clusters_layers.push_back(clusters);
+		}
+		bool need_more=clusters_layers.back().size()>min_number_of_clusters;
+		while(need_more)
+		{
+			std::vector<Cluster> clusters=cluster_spheres_using_radius_expansion(clusters_layers.back(), 0.0);
+			if(clusters.size()<clusters_layers.back().size() && clusters.size()>min_number_of_clusters)
+			{
+				for(std::size_t i=0;i<clusters.size();i++)
+				{
+					for(std::size_t j=0;j<clusters[i].children.size();j++)
+					{
+						clusters[i].leaves_ids.insert(clusters[i].leaves_ids.end(), clusters_layers.back()[clusters[i].children[j]].leaves_ids.begin(), clusters_layers.back()[clusters[i].children[j]].leaves_ids.end());
+					}
+					clusters[i].r=0.0;
+					for(std::size_t j=0;j<clusters[i].leaves_ids.size();j++)
+					{
+						clusters[i].r=std::max(clusters[i].r, maximal_distance_from_point_to_sphere(clusters[i], spheres[clusters[i].leaves_ids[j]]));
+					}
+				}
+				clusters_layers.push_back(clusters);
+			}
+			else
+			{
+				need_more=false;
+			}
+		}
+		return clusters_layers;
+	}
+
+	std::vector<SimpleSphere> leaves_spheres_;
+	std::pair<double, double> input_radii_range_;
+	std::vector< std::vector<Cluster> > clusters_layers_;
+};
+
+}
+
+#endif /* APOLLOTA_BOUNDING_SPHERES_HIERARCH_2_H_ */
diff --git a/src/apollota/constrained_contact_contour.h b/src/apollota/constrained_contact_contour.h
new file mode 100644
index 0000000..0b8638f
--- /dev/null
+++ b/src/apollota/constrained_contact_contour.h
@@ -0,0 +1,646 @@
+#ifndef APOLLOTA_CONSTRAINED_CONTACT_CONTOUR_H_
+#define APOLLOTA_CONSTRAINED_CONTACT_CONTOUR_H_
+
+#include <vector>
+#include <list>
+
+#include "triangulation.h"
+#include "hyperboloid_between_two_spheres.h"
+#include "rotation.h"
+#include "simple_polygon_utilities.h"
+
+namespace apollota
+{
+
+class ConstrainedContactContour
+{
+public:
+	struct PointRecord
+	{
+		SimplePoint p;
+		std::size_t left_id;
+		std::size_t right_id;
+
+		PointRecord(const SimplePoint& p, const std::size_t left_id, const std::size_t right_id) : p(p), left_id(left_id), right_id(right_id)
+		{
+		}
+	};
+
+	typedef std::list<PointRecord> Contour;
+
+	struct ContourAreaDescriptor
+	{
+		std::vector<SimplePoint> outline;
+		SimplePoint center;
+		bool star_domain;
+		std::vector<Triple> simple_polygon_triangulation;
+
+		ContourAreaDescriptor() : star_domain(false)
+		{
+		}
+	};
+
+	static std::list<Contour> construct_contact_contours(
+			const std::vector<SimpleSphere>& spheres,
+			const Triangulation::VerticesVector& vertices_vector,
+			const std::set<std::size_t>& vertices_ids,
+			const std::size_t a_id,
+			const std::size_t b_id,
+			const double probe,
+			const double step,
+			const int projections)
+	{
+		std::list<Contour> result;
+		if(a_id<spheres.size() && b_id<spheres.size())
+		{
+			const SimpleSphere& a=spheres[a_id];
+			const SimpleSphere& b=spheres[b_id];
+			if(minimal_distance_from_sphere_to_sphere(a, b)<(probe*2.0))
+			{
+				const std::multimap<double, std::size_t> neighbor_ids=collect_pair_neighbors_with_distances(a, spheres, collect_pair_neighbors_from_pair_vertices(a_id, b_id, vertices_vector, vertices_ids));
+				const Contour initial_contour=construct_circular_contour(a, b, a_id, vertices_vector, vertices_ids, probe, step);
+				if(!initial_contour.empty())
+				{
+					result.push_back(initial_contour);
+					if(!vertices_ids.empty())
+					{
+						const SimpleSphere bounding_sphere_of_vertices_centers=construct_bounding_sphere_of_vertices_centers(vertices_vector, vertices_ids, step);
+						for(std::multimap<double, std::size_t>::const_iterator it=neighbor_ids.begin();it!=neighbor_ids.end();++it)
+						{
+							const std::size_t c_id=it->second;
+							if(c_id<spheres.size())
+							{
+								const SimpleSphere& c=spheres[c_id];
+								std::list<Contour>::iterator jt=result.begin();
+								while(jt!=result.end())
+								{
+									Contour& contour=(*jt);
+									std::list<Contour> segments;
+									if(cut_and_split_contour(a, c, c_id, contour, segments))
+									{
+										if(!contour.empty())
+										{
+											mend_contour(a, b, c, c_id, step, projections, contour);
+											if(check_contour_intersects_sphere(bounding_sphere_of_vertices_centers, contour))
+											{
+												++jt;
+											}
+											else
+											{
+												jt=result.erase(jt);
+											}
+										}
+										else
+										{
+											if(!segments.empty())
+											{
+												for(std::list<Contour>::iterator st=segments.begin();st!=segments.end();++st)
+												{
+													mend_contour(a, b, c, c_id, step, projections, (*st));
+												}
+												filter_contours_intersecting_sphere(bounding_sphere_of_vertices_centers, segments);
+												if(!segments.empty())
+												{
+													result.splice(jt, segments);
+												}
+											}
+											jt=result.erase(jt);
+										}
+									}
+									else
+									{
+										++jt;
+									}
+								}
+							}
+						}
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+	static std::list<Contour> collect_subcontours_from_contour(const Contour& contour)
+	{
+		std::list<Contour> result;
+		Contour::const_iterator start_it=contour.begin();
+		while(start_it!=contour.end() && start_it->left_id==start_it->right_id)
+		{
+			++start_it;
+		}
+		if(start_it==contour.end())
+		{
+			result.push_back(contour);
+		}
+		else
+		{
+			Contour::const_iterator it=start_it;
+			result.push_back(Contour());
+			result.back().push_back(*it);
+			it=get_right_iterator(contour, it);
+			while(it!=start_it)
+			{
+				if(it->left_id!=it->right_id)
+				{
+					result.back().push_back(*it);
+					result.push_back(Contour());
+				}
+				result.back().push_back(*it);
+				it=get_right_iterator(contour, it);
+			}
+			result.back().push_back(*it);
+		}
+		return result;
+	}
+
+	static ContourAreaDescriptor construct_contour_area_descriptor(const Contour& contour, const SimpleSphere& sphere1, const SimpleSphere& sphere2, const bool check_and_handle_non_star_domain)
+	{
+		ContourAreaDescriptor d;
+		d.outline=collect_points_from_contour(contour);
+		if(!d.outline.empty())
+		{
+			d.center=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(mass_center<SimplePoint>(d.outline.begin(), d.outline.end()), sphere1, sphere2);
+			if(check_and_handle_non_star_domain)
+			{
+				d.star_domain=check_star_domain(d.outline, d.center);
+				if(!d.star_domain)
+				{
+					d.simple_polygon_triangulation=SimplePolygonUtilities::triangulate_simple_polygon(d.outline, sub_of_points<SimplePoint>(sphere1, sphere2)).triangulation;
+				}
+			}
+			else
+			{
+				d.star_domain=true;
+			}
+		}
+		return d;
+	}
+
+private:
+	static std::set<std::size_t> collect_pair_neighbors_from_pair_vertices(
+			const std::size_t a_id,
+			const std::size_t b_id,
+			const Triangulation::VerticesVector& vertices_vector,
+			const std::set<std::size_t>& vertices_ids)
+	{
+		std::set<std::size_t> neighbors_ids;
+		for(std::set<std::size_t>::const_iterator it=vertices_ids.begin();it!=vertices_ids.end();++it)
+		{
+			const std::size_t vertex_id=(*it);
+			if(vertex_id<vertices_vector.size())
+			{
+				const Quadruple& quadruple=vertices_vector[vertex_id].first;
+				for(int i=0;i<4;i++)
+				{
+					const std::size_t neighbor_id=quadruple.get(i);
+					if(neighbor_id!=a_id && neighbor_id!=b_id)
+					{
+						neighbors_ids.insert(neighbor_id);
+					}
+				}
+			}
+		}
+		return neighbors_ids;
+	}
+
+	static std::multimap<double, std::size_t> collect_pair_neighbors_with_distances(
+			const SimpleSphere& a,
+			const std::vector<SimpleSphere>& spheres,
+			const std::set<std::size_t>& neighbor_ids)
+	{
+		std::multimap<double, std::size_t> result;
+		for(std::set<std::size_t>::const_iterator it=neighbor_ids.begin();it!=neighbor_ids.end();++it)
+		{
+			const std::size_t c_id=(*it);
+			if(c_id<spheres.size())
+			{
+				const SimpleSphere& c=spheres[c_id];
+				result.insert(std::make_pair(minimal_distance_from_sphere_to_sphere(a, c), c_id));
+			}
+		}
+		return result;
+	}
+
+	static bool check_if_radiuses_of_vertices_are_below_probe(
+			const Triangulation::VerticesVector& vertices_vector,
+			const std::set<std::size_t>& vertices_ids,
+			const double probe)
+	{
+		for(std::set<std::size_t>::const_iterator it=vertices_ids.begin();it!=vertices_ids.end();++it)
+		{
+			if(vertices_vector[(*it)].second.r>=probe)
+			{
+				return false;
+			}
+		}
+		return true;
+	}
+
+	static SimpleSphere construct_bounding_sphere_of_vertices_centers(
+			const Triangulation::VerticesVector& vertices_vector,
+			const std::set<std::size_t>& vertices_ids,
+			const double radius_extension)
+	{
+		if(!vertices_ids.empty())
+		{
+			SimplePoint mc;
+			for(std::set<std::size_t>::const_iterator it=vertices_ids.begin();it!=vertices_ids.end();++it)
+			{
+				mc=mc+SimplePoint(vertices_vector[(*it)].second);
+			}
+			mc=mc*(1.0/static_cast<double>(vertices_ids.size()));
+			SimpleSphere result(mc, 0.0);
+			for(std::set<std::size_t>::const_iterator it=vertices_ids.begin();it!=vertices_ids.end();++it)
+			{
+				result.r=std::max(result.r, distance_from_point_to_point(result, vertices_vector[(*it)].second));
+			}
+			result.r+=radius_extension;
+			return result;
+		}
+		else
+		{
+			return SimpleSphere();
+		}
+	}
+
+	static Contour construct_circular_contour(
+			const SimpleSphere& a,
+			const SimpleSphere& b,
+			const std::size_t a_id,
+			const Triangulation::VerticesVector& vertices_vector,
+			const std::set<std::size_t>& vertices_ids,
+			const double probe,
+			const double step)
+	{
+		Contour result;
+		const SimpleSphere a_expanded=custom_sphere_from_point<SimpleSphere>(a, a.r+probe);
+		const SimpleSphere b_expanded=custom_sphere_from_point<SimpleSphere>(b, b.r+probe);
+		if(sphere_intersects_sphere(a_expanded, b_expanded))
+		{
+			const SimplePoint axis=sub_of_points<SimplePoint>(b, a).unit();
+			if(vertices_ids.size()>1 && check_if_radiuses_of_vertices_are_below_probe(vertices_vector, vertices_ids, probe))
+			{
+				construct_circular_contour_from_base_and_axis(a_id, construct_bounding_sphere_of_vertices_centers(vertices_vector, vertices_ids, step), axis, step, result);
+				for(Contour::iterator it=result.begin();it!=result.end();++it)
+				{
+					it->p=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(it->p, a, b);
+				}
+			}
+			else
+			{
+				construct_circular_contour_from_base_and_axis(a_id, intersection_circle_of_two_spheres<SimpleSphere>(a_expanded, b_expanded), axis, step, result);
+			}
+		}
+		return result;
+	}
+
+	static void construct_circular_contour_from_base_and_axis(
+			const std::size_t a_id,
+			const SimpleSphere& base,
+			const SimplePoint& axis,
+			const double step,
+			Contour& result)
+	{
+		Rotation rotation(axis, 0);
+		const SimplePoint first_point=any_normal_of_vector<SimplePoint>(rotation.axis)*base.r;
+		const double angle_step=std::max(std::min(360*(step/(2*pi_value()*base.r)), 60.0), 5.0);
+		result.push_back(PointRecord(sum_of_points<SimplePoint>(base, first_point), a_id, a_id));
+		for(rotation.angle=angle_step;rotation.angle<360;rotation.angle+=angle_step)
+		{
+			result.push_back(PointRecord(sum_of_points<SimplePoint>(base, rotation.rotate<SimplePoint>(first_point)), a_id, a_id));
+		}
+	}
+
+	static bool cut_and_split_contour(
+			const SimpleSphere& a,
+			const SimpleSphere& c,
+			const std::size_t c_id,
+			Contour& contour,
+			std::list<Contour>& segments)
+	{
+		const std::size_t outsiders_count=mark_contour(a, c, c_id, contour);
+		if(outsiders_count>0)
+		{
+			if(outsiders_count<contour.size())
+			{
+				std::list<Contour::iterator> cuts;
+				const int cuts_count=cut_contour(a, c, c_id, contour, cuts);
+				if(cuts_count>0 && cuts_count%2==0)
+				{
+					if(cuts_count>2)
+					{
+						order_cuts(cuts);
+						split_contour(contour, cuts, segments);
+					}
+				}
+			}
+			else
+			{
+				contour.clear();
+			}
+			return true;
+		}
+		return false;
+	}
+
+	static std::size_t mark_contour(
+			const SimpleSphere& a,
+			const SimpleSphere& c,
+			const std::size_t c_id,
+			Contour& contour)
+	{
+		std::size_t outsiders_count=0;
+		for(Contour::iterator it=contour.begin();it!=contour.end();++it)
+		{
+			if(minimal_distance_from_point_to_sphere(it->p, c)<minimal_distance_from_point_to_sphere(it->p, a))
+			{
+				it->left_id=c_id;
+				it->right_id=c_id;
+				outsiders_count++;
+			}
+		}
+		return outsiders_count;
+	}
+
+	static std::size_t cut_contour(
+			const SimpleSphere& a,
+			const SimpleSphere& c,
+			const std::size_t c_id,
+			Contour& contour,
+			std::list<Contour::iterator>& cuts)
+	{
+		std::size_t cuts_count=0;
+		Contour::iterator it=contour.begin();
+		while(it!=contour.end())
+		{
+			if(it->left_id==c_id && it->right_id==c_id)
+			{
+				const Contour::iterator left_it=get_left_iterator(contour, it);
+				const Contour::iterator right_it=get_right_iterator(contour, it);
+
+				if(left_it->right_id!=c_id)
+				{
+					const SimplePoint& p0=it->p;
+					const SimplePoint& p1=left_it->p;
+					const double l=HyperboloidBetweenTwoSpheres::intersect_vector_with_hyperboloid(p0, p1, a, c);
+					cuts.push_back(contour.insert(it, PointRecord(p0+((p1-p0).unit()*l), left_it->right_id, it->left_id)));
+					cuts_count++;
+				}
+
+				if(right_it->left_id!=c_id)
+				{
+					const SimplePoint& p0=it->p;
+					const SimplePoint& p1=right_it->p;
+					const double l=HyperboloidBetweenTwoSpheres::intersect_vector_with_hyperboloid(p0, p1, a, c);
+					cuts.push_back(contour.insert(right_it, PointRecord(p0+((p1-p0).unit()*l), it->right_id, right_it->left_id)));
+					cuts_count++;
+				}
+
+				it=contour.erase(it);
+			}
+			else
+			{
+				++it;
+			}
+		}
+		return cuts_count;
+	}
+
+	static void order_cuts(std::list<Contour::iterator>& cuts)
+	{
+		double sums[2]={0.0, 0.0};
+		for(int i=0;i<2;i++)
+		{
+			if(i==1)
+			{
+				shift_list(cuts, false);
+			}
+			std::list<Contour::iterator>::const_iterator it=cuts.begin();
+			while(it!=cuts.end())
+			{
+				std::list<Contour::iterator>::const_iterator next=it;
+				++next;
+				if(next!=cuts.end())
+				{
+					sums[i]+=distance_from_point_to_point((*it)->p, (*next)->p);
+					it=next;
+					++it;
+				}
+				else
+				{
+					it=cuts.end();
+				}
+			}
+		}
+		if(sums[0]<sums[1])
+		{
+			shift_list(cuts, true);
+		}
+	}
+
+	static std::size_t split_contour(
+			Contour& contour,
+			const std::list<Contour::iterator>& ordered_cuts,
+			std::list<Contour>& segments)
+	{
+		std::size_t segments_count=0;
+		std::list<Contour::iterator>::const_iterator it=ordered_cuts.begin();
+		while(it!=ordered_cuts.end())
+		{
+			std::list<Contour::iterator>::const_iterator next=it;
+			++next;
+			if(next!=ordered_cuts.end())
+			{
+				if((*next)!=get_right_iterator(contour, (*it)))
+				{
+					segments_count++;
+					Contour segment;
+					Contour::iterator jt=(*it);
+					do
+					{
+						segment.push_back(*jt);
+						jt=get_right_iterator(contour, jt);
+					}
+					while(jt!=(*next));
+					segments.push_back(segment);
+				}
+				it=next;
+				++it;
+			}
+			else
+			{
+				it=ordered_cuts.end();
+			}
+		}
+		if(segments_count>0)
+		{
+			contour.clear();
+		}
+		return segments_count;
+	}
+
+	static void mend_contour(
+			const SimpleSphere& a,
+			const SimpleSphere& b,
+			const SimpleSphere& c,
+			const std::size_t c_id,
+			const double step,
+			const int projections,
+			Contour& contour)
+	{
+		Contour::iterator it=contour.begin();
+		while(it!=contour.end())
+		{
+			if(it->left_id!=c_id && it->right_id==c_id)
+			{
+				const Contour::iterator jt=get_right_iterator(contour, it);
+				if(jt->left_id==c_id)
+				{
+					SimplePoint& p0=it->p;
+					SimplePoint& p1=jt->p;
+					for(int e=0;e<projections;e++)
+					{
+						p0=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(p0, b, c);
+						p0=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(p0, a, c);
+						p0=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(p0, a, b);
+						p1=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(p1, b, c);
+						p1=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(p1, a, c);
+						p1=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(p1, a, b);
+					}
+					const double distance=distance_from_point_to_point(p0, p1);
+					if(distance>step)
+					{
+						const int leap_distance=static_cast<int>(floor(distance/step+0.5));
+						const double leap_size=distance/static_cast<double>(leap_distance);
+						const SimplePoint direction=(p1-p0).unit();
+						for(int leap=1;leap<leap_distance;leap++)
+						{
+							SimplePoint p=p0+(direction*(leap_size*static_cast<double>(leap)));
+							for(int e=0;e<projections;e++)
+							{
+								p=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(p, b, c);
+								p=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(p, a, c);
+								p=HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(p, a, b);
+							}
+							contour.insert(jt, PointRecord(p, c_id, c_id));
+						}
+					}
+				}
+			}
+			++it;
+		}
+	}
+
+	static bool check_contour_intersects_sphere(const SimpleSphere& shell, const Contour& contour)
+	{
+		for(Contour::const_iterator it=contour.begin();it!=contour.end();++it)
+		{
+			if(distance_from_point_to_point(shell, it->p)<=shell.r)
+			{
+				return true;
+			}
+		}
+		return false;
+	}
+
+	static void filter_contours_intersecting_sphere(const SimpleSphere& shell, std::list<Contour>& contours)
+	{
+		std::list<Contour>::iterator it=contours.begin();
+		while(it!=contours.end())
+		{
+			if(!check_contour_intersects_sphere(shell, (*it)))
+			{
+				it=contours.erase(it);
+			}
+			else
+			{
+				++it;
+			}
+		}
+	}
+
+	template<typename List, typename Iterator>
+	static Iterator get_left_iterator(List& container, const Iterator& iterator)
+	{
+		Iterator left_it=iterator;
+		if(left_it==container.begin())
+		{
+			left_it=container.end();
+		}
+		--left_it;
+		return left_it;
+	}
+
+	template<typename List, typename Iterator>
+	static Iterator get_right_iterator(List& container, const Iterator& iterator)
+	{
+		Iterator right_it=iterator;
+		++right_it;
+		if(right_it==container.end())
+		{
+			right_it=container.begin();
+		}
+		return right_it;
+	}
+
+	template<typename List>
+	static void shift_list(List& list, const bool reverse)
+	{
+		if(!reverse)
+		{
+			list.push_front(*list.rbegin());
+			list.pop_back();
+		}
+		else
+		{
+			list.push_back(*list.begin());
+			list.pop_front();
+		}
+	}
+
+	static std::vector<SimplePoint> collect_points_from_contour(const Contour& contour)
+	{
+		std::vector<SimplePoint> result;
+		if(!contour.empty())
+		{
+			result.reserve(contour.size());
+			for(Contour::const_iterator jt=contour.begin();jt!=contour.end();++jt)
+			{
+				result.push_back(jt->p);
+			}
+		}
+		return result;
+	}
+
+	static bool check_star_domain(const std::vector<SimplePoint>& outline, const SimplePoint& center)
+	{
+		bool star_domain=(outline.size()>2);
+		for(std::size_t i0=0;i0<outline.size() && star_domain;i0++)
+		{
+			std::size_t i1=(i0+1);
+			std::size_t i2=(i0+2);
+			if(i1>=outline.size())
+			{
+				i1=0;
+				i2=1;
+			}
+			if(i2>=outline.size())
+			{
+				i2=0;
+			}
+			const SimplePoint v0=(outline[i0]-center).unit();
+			const SimplePoint v1=(outline[i1]-center).unit();
+			const SimplePoint v2=(outline[i2]-center).unit();
+			if(dot_product(v0, v1)<dot_product(v0, v2))
+			{
+				star_domain=false;
+			}
+		}
+		return star_domain;
+	}
+};
+
+}
+
+#endif /* APOLLOTA_CONSTRAINED_CONTACT_CONTOUR_H_ */
diff --git a/src/apollota/constrained_contact_remainder.h b/src/apollota/constrained_contact_remainder.h
new file mode 100644
index 0000000..c0abc45
--- /dev/null
+++ b/src/apollota/constrained_contact_remainder.h
@@ -0,0 +1,218 @@
+#ifndef APOLLOTA_CONSTRAINED_CONTACT_REMAINDER_H_
+#define APOLLOTA_CONSTRAINED_CONTACT_REMAINDER_H_
+
+#include "triangulation.h"
+#include "subdivided_icosahedron.h"
+
+namespace apollota
+{
+
+class ConstrainedContactRemainder
+{
+public:
+	struct TriangleRecord
+	{
+		SimplePoint p[3];
+		int s[3];
+
+		TriangleRecord(const SimplePoint& a, const SimplePoint& b, const SimplePoint& c,
+				const int sa, const int sb, const int sc)
+		{
+			p[0]=a;
+			p[1]=b;
+			p[2]=c;
+			s[0]=sa;
+			s[1]=sb;
+			s[2]=sc;
+		}
+	};
+
+	typedef std::list<TriangleRecord> Remainder;
+
+	static Remainder construct_contact_remainder(
+			const std::vector<SimpleSphere>& spheres,
+			const Triangulation::VerticesVector& vertices_vector,
+			const std::set<std::size_t>& vertices_ids,
+			const std::size_t a_id,
+			const double probe,
+			const SubdividedIcosahedron& raw_sih)
+	{
+		Remainder result;
+		if(a_id<spheres.size() && check_remainder_possible(vertices_vector, vertices_ids, probe))
+		{
+			const SimpleSphere& a=spheres[a_id];
+			const std::multimap<double, std::size_t> neighbor_ids=collect_neighbors_with_distances(a, spheres, collect_neighbors_from_vertices(a_id, vertices_vector, vertices_ids));
+			if(!neighbor_ids.empty())
+			{
+				const SimpleSphere a_expanded=SimpleSphere(a, a.r+probe);
+				result=init_remainder(a_expanded, raw_sih);
+				for(std::multimap<double, std::size_t>::const_iterator it=neighbor_ids.begin();it!=neighbor_ids.end();++it)
+				{
+					const std::size_t c_id=it->second;
+					if(c_id<spheres.size())
+					{
+						const SimpleSphere& c=spheres[c_id];
+						const SimpleSphere c_expanded=SimpleSphere(c, c.r+probe);
+						cut_contact_remainder(c_expanded, std::make_pair(10, a_expanded), result);
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+private:
+	static void cut_contact_remainder(const SimpleSphere& sphere, const std::pair<int, SimpleSphere>& projection_parameters, Remainder& remainder)
+	{
+		int marks[3]={0, 0, 0};
+		Remainder::iterator it=remainder.begin();
+		while(it!=remainder.end())
+		{
+			for(int i=0;i<3;i++)
+			{
+				marks[i]=distance_from_point_to_point(it->p[i], sphere)<sphere.r ? 1 : 0;
+			}
+			int marks_sum=marks[0]+marks[1]+marks[2];
+			if(marks_sum==3)
+			{
+				it=remainder.erase(it);
+			}
+			else if(marks_sum==2)
+			{
+				int s0=(marks[0]==0 ? 0 : (marks[1]==0 ? 1 : 2));
+				int s1=(s0==0 ? 1 : 0);
+				int s2=(s0==2 ? 1 : 2);
+				SimplePoint c01;
+				SimplePoint c02;
+				if(intersect_line_segment_with_sphere(sphere, it->p[s0], it->p[s1], c01) && intersect_line_segment_with_sphere(sphere, it->p[s0], it->p[s2], c02))
+				{
+					if(projection_parameters.first>0)
+					{
+						c01=project_point_on_spheres(projection_parameters.second, sphere, c01, projection_parameters.first);
+						c02=project_point_on_spheres(projection_parameters.second, sphere, c02, projection_parameters.first);
+					}
+					remainder.insert(it, TriangleRecord(it->p[s0], c01, c02, it->s[s0], 1, 1));
+					it=remainder.erase(it);
+				}
+			}
+			else if(marks_sum==1)
+			{
+				int s0=(marks[0]==1 ? 0 : (marks[1]==1 ? 1 : 2));
+				int s1=(s0==0 ? 1 : 0);
+				int s2=(s0==2 ? 1 : 2);
+				SimplePoint c01;
+				SimplePoint c02;
+				if(intersect_line_segment_with_sphere(sphere, it->p[s0], it->p[s1], c01) && intersect_line_segment_with_sphere(sphere, it->p[s0], it->p[s2], c02))
+				{
+					if(projection_parameters.first>0)
+					{
+						c01=project_point_on_spheres(projection_parameters.second, sphere, c01, projection_parameters.first);
+						c02=project_point_on_spheres(projection_parameters.second, sphere, c02, projection_parameters.first);
+					}
+					remainder.insert(it, TriangleRecord(it->p[s1], c01, c02, it->s[s1], 1, 1));
+					remainder.insert(it, TriangleRecord(it->p[s1], c02, it->p[s2], it->s[s1], 1, it->s[s2]));
+					it=remainder.erase(it);
+				}
+			}
+			else
+			{
+				++it;
+			}
+		}
+	}
+
+	static bool check_remainder_possible(
+			const Triangulation::VerticesVector& vertices_vector,
+			const std::set<std::size_t>& vertices_ids,
+			const double probe)
+	{
+		for(std::set<std::size_t>::const_iterator it=vertices_ids.begin();it!=vertices_ids.end();++it)
+		{
+			const std::size_t vertex_id=(*it);
+			if(vertex_id<vertices_vector.size() && vertices_vector[vertex_id].second.r>probe)
+			{
+				return true;
+			}
+		}
+		return false;
+	}
+
+	static std::set<std::size_t> collect_neighbors_from_vertices(
+			const std::size_t a_id,
+			const Triangulation::VerticesVector& vertices_vector,
+			const std::set<std::size_t>& vertices_ids)
+	{
+		std::set<std::size_t> neighbors_ids;
+		for(std::set<std::size_t>::const_iterator it=vertices_ids.begin();it!=vertices_ids.end();++it)
+		{
+			const std::size_t vertex_id=(*it);
+			if(vertex_id<vertices_vector.size())
+			{
+				const Quadruple& quadruple=vertices_vector[vertex_id].first;
+				for(int i=0;i<4;i++)
+				{
+					const std::size_t neighbor_id=quadruple.get(i);
+					if(neighbor_id!=a_id)
+					{
+						neighbors_ids.insert(neighbor_id);
+					}
+				}
+			}
+		}
+		return neighbors_ids;
+	}
+
+	static std::multimap<double, std::size_t> collect_neighbors_with_distances(
+			const SimpleSphere& a,
+			const std::vector<SimpleSphere>& spheres,
+			const std::set<std::size_t>& neighbor_ids)
+	{
+		std::multimap<double, std::size_t> result;
+		for(std::set<std::size_t>::const_iterator it=neighbor_ids.begin();it!=neighbor_ids.end();++it)
+		{
+			const std::size_t c_id=(*it);
+			if(c_id<spheres.size())
+			{
+				const SimpleSphere& c=spheres[c_id];
+				result.insert(std::make_pair(minimal_distance_from_sphere_to_sphere(a, c), c_id));
+			}
+		}
+		return result;
+	}
+
+	static Remainder init_remainder(
+			const SimpleSphere& sphere,
+			const SubdividedIcosahedron& raw_sih)
+	{
+		Remainder result;
+		SubdividedIcosahedron sih=raw_sih;
+		sih.fit_into_sphere(sphere, sphere.r);
+		for(std::size_t i=0;i<sih.triples().size();i++)
+		{
+			const Triple& t=sih.triples()[i];
+			result.push_back(TriangleRecord(sih.vertices()[t.get(0)], sih.vertices()[t.get(1)], sih.vertices()[t.get(2)], 0, 0, 0));
+		}
+		return result;
+	}
+
+	static SimplePoint project_point_on_sphere(const SimpleSphere& sphere, const SimplePoint& p)
+	{
+		const SimplePoint s(sphere);
+		return (s+((p-s).unit()*sphere.r));
+	}
+
+	static SimplePoint project_point_on_spheres(const SimpleSphere& sphere_a, const SimpleSphere& sphere_b, const SimplePoint& p, const int times)
+	{
+		SimplePoint result=p;
+		for(int i=0;i<times;i++)
+		{
+			result=project_point_on_sphere(sphere_a, result);
+			result=project_point_on_sphere(sphere_b, result);
+		}
+		return result;
+	}
+};
+
+}
+
+#endif /* APOLLOTA_CONSTRAINED_CONTACT_REMAINDER_H_ */
diff --git a/src/apollota/constrained_contacts_construction.h b/src/apollota/constrained_contacts_construction.h
new file mode 100644
index 0000000..d51afce
--- /dev/null
+++ b/src/apollota/constrained_contacts_construction.h
@@ -0,0 +1,419 @@
+#ifndef APOLLOTA_CONSTRAINED_CONTACTS_CONSTRUCTION_H_
+#define APOLLOTA_CONSTRAINED_CONTACTS_CONSTRUCTION_H_
+
+#include <deque>
+
+#include "../compatability_macros.h"
+
+#include "constrained_contact_contour.h"
+#include "constrained_contact_remainder.h"
+#include "triangulation_queries.h"
+
+namespace apollota
+{
+
+class ConstrainedContactsConstruction
+{
+public:
+	static std::map<Pair, double> construct_contacts(
+			const std::vector<SimpleSphere>& spheres,
+			const Triangulation::VerticesVector& vertices_vector,
+			const double probe,
+			const double step,
+			const int projections,
+			const std::set<std::size_t>& mock_solvent_ids,
+			std::pair< bool, std::map<std::size_t, double> >& volumes_bundle)
+	{
+		std::map<Pair, double> result;
+
+		const TriangulationQueries::PairsMap pairs_vertices=TriangulationQueries::collect_pairs_vertices_map_from_vertices_vector(vertices_vector);
+		for(TriangulationQueries::PairsMap::const_iterator pairs_vertices_it=pairs_vertices.begin();pairs_vertices_it!=pairs_vertices.end();++pairs_vertices_it)
+		{
+			const std::size_t a=pairs_vertices_it->first.get(0);
+			const std::size_t b=pairs_vertices_it->first.get(1);
+			const bool a_is_not_mock_solvent=(mock_solvent_ids.count(a)==0);
+			const bool b_is_not_mock_solvent=(mock_solvent_ids.count(b)==0);
+			if((a_is_not_mock_solvent || b_is_not_mock_solvent) && minimal_distance_from_sphere_to_sphere(spheres[a], spheres[b])<(probe*2))
+			{
+				double sum=0.0;
+				const std::list<ConstrainedContactContour::Contour> contours=ConstrainedContactContour::construct_contact_contours(spheres, vertices_vector, pairs_vertices_it->second, a, b, probe, step, projections);
+				for(std::list<ConstrainedContactContour::Contour>::const_iterator contours_it=contours.begin();contours_it!=contours.end();++contours_it)
+				{
+					const ConstrainedContactContour::Contour& contour=(*contours_it);
+					if(!contour.empty())
+					{
+						const ConstrainedContactContour::ContourAreaDescriptor d=ConstrainedContactContour::construct_contour_area_descriptor(contour, spheres[a], spheres[b], false);
+						if(d.star_domain || d.simple_polygon_triangulation.empty())
+						{
+							for(std::size_t i=0;i<d.outline.size();i++)
+							{
+								const std::size_t second_index=((i+1<d.outline.size()) ? (i+1) : 0);
+								sum+=triangle_area(d.center, d.outline[i], d.outline[second_index]);
+								if(volumes_bundle.first)
+								{
+									if(a_is_not_mock_solvent)
+									{
+										volumes_bundle.second[a]+=fabs(signed_volume_of_tetrahedron(spheres[a], d.center, d.outline[i], d.outline[second_index]));
+									}
+									if(b_is_not_mock_solvent)
+									{
+										volumes_bundle.second[b]+=fabs(signed_volume_of_tetrahedron(spheres[b], d.center, d.outline[i], d.outline[second_index]));
+									}
+								}
+							}
+						}
+						else
+						{
+							for(std::size_t i=0;i<d.simple_polygon_triangulation.size();i++)
+							{
+								const Triple& t=d.simple_polygon_triangulation[i];
+								sum+=triangle_area(d.outline[t.get(0)], d.outline[t.get(1)], d.outline[t.get(2)]);
+								if(volumes_bundle.first)
+								{
+									if(a_is_not_mock_solvent)
+									{
+										volumes_bundle.second[a]+=fabs(signed_volume_of_tetrahedron(spheres[a], d.outline[t.get(0)], d.outline[t.get(1)], d.outline[t.get(2)]));
+									}
+									if(b_is_not_mock_solvent)
+									{
+										volumes_bundle.second[b]+=fabs(signed_volume_of_tetrahedron(spheres[b], d.outline[t.get(0)], d.outline[t.get(1)], d.outline[t.get(2)]));
+									}
+								}
+							}
+						}
+					}
+				}
+				if(sum>0.0)
+				{
+					result[Pair(a,b)]=sum;
+				}
+			}
+		}
+
+		return result;
+	}
+
+	static std::map<std::size_t, double> construct_contact_remainders(
+			const std::vector<SimpleSphere>& spheres,
+			const Triangulation::VerticesVector& vertices_vector,
+			const double probe,
+			const int sih_depth,
+			std::pair< bool, std::map<std::size_t, double> >& volumes_bundle)
+	{
+		std::map<std::size_t, double> result;
+
+		SubdividedIcosahedron sih(sih_depth);
+		const TriangulationQueries::IDsMap ids_vertices=TriangulationQueries::collect_vertices_map_from_vertices_vector(vertices_vector);
+		for(TriangulationQueries::IDsMap::const_iterator ids_vertices_it=ids_vertices.begin();ids_vertices_it!=ids_vertices.end();++ids_vertices_it)
+		{
+			const std::size_t a=ids_vertices_it->first;
+			const ConstrainedContactRemainder::Remainder remainder=ConstrainedContactRemainder::construct_contact_remainder(spheres, vertices_vector, ids_vertices_it->second, a, probe, sih);
+			if(!remainder.empty())
+			{
+				const SimpleSphere surface_sphere(spheres[a], spheres[a].r+probe);
+				double sum=0.0;
+				for(ConstrainedContactRemainder::Remainder::const_iterator remainder_it=remainder.begin();remainder_it!=remainder.end();++remainder_it)
+				{
+					sum+=spherical_triangle_area(surface_sphere, remainder_it->p[0], remainder_it->p[1], remainder_it->p[2]);
+				}
+				if(sum>0.0)
+				{
+					result[a]=sum;
+					if(volumes_bundle.first)
+					{
+						volumes_bundle.second[a]+=((sum*surface_sphere.r)/3.0);
+					}
+				}
+			}
+		}
+
+		return result;
+	}
+
+	template<typename ContactRemainderDescriptor>
+	static std::map< int, std::map<std::size_t, ContactRemainderDescriptor> > construct_groups_of_contact_remainders(
+			const std::vector<SimpleSphere>& spheres,
+			const Triangulation::VerticesVector& vertices_vector,
+			const double probe,
+			const double step,
+			const int projections,
+			const std::size_t sih_depth,
+			const bool exclude_external_remainders)
+	{
+		std::map< int, std::map<std::size_t, ContactRemainderDescriptor> > result;
+
+		std::vector< std::pair<Pair, ConstrainedContactContour::Contour> > surface_contours_vector;
+		std::vector<int> surface_contours_vector_marks;
+		construct_surface_contours(spheres, vertices_vector, probe, step, projections, surface_contours_vector, surface_contours_vector_marks);
+
+		const std::set<int> external_groups_set=
+				select_external_contours_groups(spheres, mark_spheres_by_connected_components(spheres, vertices_vector, probe), surface_contours_vector, surface_contours_vector_marks);
+
+		std::vector< std::map<int, std::list<std::size_t> > > spheres_exposures(spheres.size());
+		for(std::size_t i=0;i<surface_contours_vector.size();i++)
+		{
+			const std::size_t a=surface_contours_vector[i].first.get(0);
+			const std::size_t b=surface_contours_vector[i].first.get(1);
+			int group_id=surface_contours_vector_marks[i];
+			if(external_groups_set.count(group_id))
+			{
+				group_id=0-group_id;
+			}
+			if(group_id>0 || !exclude_external_remainders)
+			{
+				spheres_exposures[a][group_id].push_back(i);
+				spheres_exposures[b][group_id].push_back(i);
+			}
+		}
+
+		const SubdividedIcosahedron sih(sih_depth);
+		const TriangulationQueries::IDsMap ids_vertices=TriangulationQueries::collect_vertices_map_from_vertices_vector(vertices_vector);
+
+		for(std::size_t sphere_id=0;sphere_id<spheres_exposures.size();sphere_id++)
+		{
+			if(!spheres_exposures[sphere_id].empty())
+			{
+				TriangulationQueries::IDsMap::const_iterator ids_vertices_it=ids_vertices.find(sphere_id);
+				if(ids_vertices_it!=ids_vertices.end())
+				{
+					const ConstrainedContactRemainder::Remainder full_remainder=ConstrainedContactRemainder::construct_contact_remainder(spheres, vertices_vector, ids_vertices_it->second, sphere_id, probe, sih);
+					if(!full_remainder.empty())
+					{
+						const std::map<int, std::list<std::size_t> >& sphere_exposure=spheres_exposures[sphere_id];
+						if(sphere_exposure.size()==1)
+						{
+							result[sphere_exposure.begin()->first][sphere_id].feed(full_remainder);
+						}
+						else
+						{
+							std::map<int, ConstrainedContactRemainder::Remainder> split_remainders;
+							for(ConstrainedContactRemainder::Remainder::const_iterator full_remainder_it=full_remainder.begin();full_remainder_it!=full_remainder.end();++full_remainder_it)
+							{
+								const SimplePoint p=(full_remainder_it->p[0]+full_remainder_it->p[1]+full_remainder_it->p[2])*(1.0/3.0);
+								std::pair<double, int> minimal_distance_to_group(std::numeric_limits<double>::max(), 0);
+								for(std::map<int, std::list<std::size_t> >::const_iterator sphere_exposure_it=sphere_exposure.begin();sphere_exposure_it!=sphere_exposure.end();++sphere_exposure_it)
+								{
+									const int group_id=sphere_exposure_it->first;
+									const std::list<std::size_t>& contours_ids=sphere_exposure_it->second;
+									for(std::list<std::size_t>::const_iterator contours_ids_it=contours_ids.begin();contours_ids_it!=contours_ids.end();++contours_ids_it)
+									{
+										const ConstrainedContactContour::Contour& contour=surface_contours_vector[*contours_ids_it].second;
+										for(ConstrainedContactContour::Contour::const_iterator contour_it=contour.begin();contour_it!=contour.end();++contour_it)
+										{
+											minimal_distance_to_group=std::min(minimal_distance_to_group, std::make_pair(distance_from_point_to_point(p, contour_it->p), group_id));
+										}
+									}
+								}
+								split_remainders[minimal_distance_to_group.second].push_back(*full_remainder_it);
+							}
+							for(std::map<int, ConstrainedContactRemainder::Remainder>::const_iterator split_remainders_it=split_remainders.begin();split_remainders_it!=split_remainders.end();++split_remainders_it)
+							{
+								if(split_remainders_it->first!=0)
+								{
+									result[split_remainders_it->first][sphere_id].feed(split_remainders_it->second);
+								}
+							}
+						}
+					}
+				}
+			}
+		}
+
+		return result;
+	}
+
+	static std::vector<int> mark_spheres_by_connected_components(
+			const std::vector<SimpleSphere>& spheres,
+			const Triangulation::VerticesVector& vertices_vector,
+			const double probe)
+	{
+		const std::vector< std::vector<std::size_t> > graph=
+				TriangulationQueries::collect_ids_graph_from_ids_map(
+						TriangulationQueries::collect_neighbors_map_from_quadruples_map(vertices_vector), spheres.size());
+
+		std::vector<int> marks(spheres.size(), 0);
+
+		int groups_count=0;
+		for(std::size_t i=0;i<graph.size();i++)
+		{
+			if(marks[i]==0)
+			{
+				groups_count++;
+				std::deque<std::size_t> stack;
+				marks[i]=groups_count;
+				stack.push_back(i);
+				while(!stack.empty())
+				{
+					const std::size_t a=stack.back();
+					stack.pop_back();
+					for(std::size_t e=0;e<graph[a].size();e++)
+					{
+						const std::size_t b=graph[a][e];
+						if(marks[b]==0 && minimal_distance_from_sphere_to_sphere(spheres[a], spheres[b])<(2*probe))
+						{
+							marks[b]=groups_count;
+							stack.push_back(b);
+						}
+					}
+				}
+			}
+		}
+
+		return marks;
+	}
+
+	static int construct_surface_contours(
+			const std::vector<SimpleSphere>& spheres,
+			const Triangulation::VerticesVector& vertices_vector,
+			const double probe,
+			const double step,
+			const int projections,
+			std::vector< std::pair<Pair, ConstrainedContactContour::Contour> >& surface_contours_vector,
+			std::vector<int>& marks)
+	{
+#if USE_TR1 > 0
+typedef std::tr1::unordered_map< Pair, std::list<std::size_t>, Pair::HashFunctor > PairsIDsMap;
+#else
+typedef std::unordered_map< Pair, std::list<std::size_t>, Pair::HashFunctor > PairsIDsMap;
+#endif
+
+		const TriangulationQueries::PairsMap pairs_vertices=TriangulationQueries::collect_pairs_vertices_map_from_vertices_vector(vertices_vector);
+		PairsIDsMap pairs_surface_contours_map;
+		surface_contours_vector.clear();
+		for(TriangulationQueries::PairsMap::const_iterator it=pairs_vertices.begin();it!=pairs_vertices.end();++it)
+		{
+			const std::size_t a=it->first.get(0);
+			const std::size_t b=it->first.get(1);
+			if(minimal_distance_from_sphere_to_sphere(spheres[a], spheres[b])<(probe*2))
+			{
+				const std::set<std::size_t>& pair_vertices_list=it->second;
+				bool has_surface=false;
+				for(std::set<std::size_t>::const_iterator list_it=pair_vertices_list.begin();list_it!=pair_vertices_list.end() && !has_surface;++list_it)
+				{
+					has_surface=vertices_vector[*list_it].second.r>=probe;
+				}
+				if(has_surface)
+				{
+					const std::list<ConstrainedContactContour::Contour> contours=ConstrainedContactContour::construct_contact_contours(spheres, vertices_vector, pair_vertices_list, a, b, probe, step, projections);
+					for(std::list<ConstrainedContactContour::Contour>::const_iterator contours_it=contours.begin();contours_it!=contours.end();++contours_it)
+					{
+						const ConstrainedContactContour::Contour& contour=(*contours_it);
+						const std::list<ConstrainedContactContour::Contour> subcontours=ConstrainedContactContour::collect_subcontours_from_contour(contour);
+						for(std::list<ConstrainedContactContour::Contour>::const_iterator subcontours_it=subcontours.begin();subcontours_it!=subcontours.end();++subcontours_it)
+						{
+							const ConstrainedContactContour::Contour& subcontour=(*subcontours_it);
+							if(!subcontour.empty() && subcontour.front().right_id==a && subcontour.front().left_id!=a)
+							{
+								pairs_surface_contours_map[it->first].push_back(surface_contours_vector.size());
+								surface_contours_vector.push_back(std::make_pair(it->first, subcontour));
+							}
+						}
+					}
+				}
+			}
+		}
+		marks.clear();
+		marks.resize(surface_contours_vector.size(), 0);
+		int groups_count=0;
+		for(std::size_t i=0;i<marks.size();i++)
+		{
+			if(marks[i]==0)
+			{
+				groups_count++;
+				std::deque<std::size_t> stack;
+				marks[i]=groups_count;
+				stack.push_back(i);
+				while(!stack.empty())
+				{
+					const std::size_t j=stack.back();
+					stack.pop_back();
+					const std::size_t a=surface_contours_vector[j].first.get(0);
+					const std::size_t b=surface_contours_vector[j].first.get(1);
+					const ConstrainedContactContour::Contour& contour=surface_contours_vector[j].second;
+					const std::size_t c[2]={contour.front().left_id, contour.back().right_id};
+					const Pair related_pairs[4]={Pair(a, c[0]), Pair(a, c[1]), Pair(b, c[0]), Pair(b, c[1])};
+					for(int e=0;e<4;e++)
+					{
+						const Pair& related_pair=related_pairs[e];
+						PairsIDsMap::const_iterator it=pairs_surface_contours_map.find(related_pair);
+						if(it!=pairs_surface_contours_map.end())
+						{
+							const std::list<std::size_t>& related_contours_ids=it->second;
+							if(!related_contours_ids.empty())
+							{
+								std::pair<double, std::size_t> real_related_contour(std::numeric_limits<double>::max(), j);
+								for(std::list<std::size_t>::const_iterator jt=related_contours_ids.begin();jt!=related_contours_ids.end();++jt)
+								{
+									const std::size_t related_contour_id=(*jt);
+									const ConstrainedContactContour::Contour& related_contour=surface_contours_vector[related_contour_id].second;
+									double shortest_dist=distance_from_point_to_point(contour.front().p, related_contour.front().p);
+									shortest_dist=std::min(shortest_dist, distance_from_point_to_point(contour.front().p, related_contour.back().p));
+									shortest_dist=std::min(shortest_dist, distance_from_point_to_point(contour.back().p, related_contour.front().p));
+									shortest_dist=std::min(shortest_dist, distance_from_point_to_point(contour.back().p, related_contour.back().p));
+									real_related_contour=std::min(real_related_contour, std::make_pair(shortest_dist, related_contour_id));
+								}
+								if(marks[real_related_contour.second]==0)
+								{
+									marks[real_related_contour.second]=groups_count;
+									stack.push_back(real_related_contour.second);
+								}
+							}
+						}
+					}
+				}
+			}
+		}
+		return groups_count;
+	}
+
+private:
+	static std::set<int> select_external_contours_groups(
+			const std::vector<SimpleSphere>& spheres,
+			const std::vector<int>& spheres_marks,
+			const std::vector< std::pair<Pair, ConstrainedContactContour::Contour> >& surface_contours_vector,
+			const std::vector<int>& surface_contours_vector_marks)
+	{
+		std::set<int> result;
+		if(!spheres.empty() && spheres.size()==spheres_marks.size() && surface_contours_vector.size()==surface_contours_vector_marks.size())
+		{
+			SimplePoint mc;
+			for(std::size_t i=0;i<spheres.size();i++)
+			{
+				mc=mc+SimplePoint(spheres[i]);
+			}
+			mc=mc*(1.0/static_cast<double>(spheres.size()));
+
+			std::map< int, std::pair<double, int> > max_map;
+			for(std::size_t i=0;i<surface_contours_vector.size();i++)
+			{
+				const int sphere_mark=spheres_marks[surface_contours_vector[i].first.get(0)];
+				std::map< int, std::pair<double, int> >::iterator val_it=max_map.find(sphere_mark);
+				if(val_it==max_map.end())
+				{
+					val_it=max_map.insert(std::make_pair(sphere_mark, std::make_pair(0.0, 0))).first;
+				}
+				const ConstrainedContactContour::Contour& contour=surface_contours_vector[i].second;
+				const int group_id=surface_contours_vector_marks[i];
+				for(ConstrainedContactContour::Contour::const_iterator it=contour.begin();it!=contour.end();++it)
+				{
+					const double dist=distance_from_point_to_point(it->p, mc);
+					if(dist>(val_it->second.first))
+					{
+						val_it->second.first=dist;
+						val_it->second.second=group_id;
+					}
+				}
+			}
+
+			for(std::map< int, std::pair<double, int> >::const_iterator it=max_map.begin();it!=max_map.end();++it)
+			{
+				result.insert(it->second.second);
+			}
+		}
+		return result;
+	}
+};
+
+}
+
+#endif /* APOLLOTA_CONSTRAINED_CONTACTS_CONSTRUCTION_H_ */
diff --git a/src/apollota/constrained_contacts_utilities.h b/src/apollota/constrained_contacts_utilities.h
new file mode 100644
index 0000000..08f97ae
--- /dev/null
+++ b/src/apollota/constrained_contacts_utilities.h
@@ -0,0 +1,152 @@
+#ifndef APOLLOTA_CONSTRAINED_CONTACT_UTILITIES_H_
+#define APOLLOTA_CONSTRAINED_CONTACT_UTILITIES_H_
+
+#include "constrained_contacts_construction.h"
+
+namespace apollota
+{
+
+
+template<typename OpenGLPrinter>
+std::string draw_inter_atom_contact(
+		const std::vector<SimpleSphere>& spheres,
+		const Triangulation::VerticesVector& vertices_vector,
+		const TriangulationQueries::PairsMap& pairs_vertices,
+		const std::size_t a_id,
+		const std::size_t b_id,
+		const double probe,
+		const double step,
+		const int projections)
+{
+	OpenGLPrinter opengl_printer;
+	if(a_id<spheres.size() && b_id<spheres.size())
+	{
+		TriangulationQueries::PairsMap::const_iterator pairs_vertices_it=pairs_vertices.find(Pair(a_id, b_id));
+		if(pairs_vertices_it!=pairs_vertices.end())
+		{
+			const std::list<ConstrainedContactContour::Contour> contours=ConstrainedContactContour::construct_contact_contours(
+					spheres, vertices_vector, pairs_vertices_it->second, a_id, b_id, probe, step, projections);
+			for(std::list<ConstrainedContactContour::Contour>::const_iterator contours_it=contours.begin();contours_it!=contours.end();++contours_it)
+			{
+				const ConstrainedContactContour::ContourAreaDescriptor d=ConstrainedContactContour::construct_contour_area_descriptor(*contours_it, spheres[a_id], spheres[b_id], false);
+				const SimplePoint normal=sub_of_points<SimplePoint>(spheres[b_id], spheres[a_id]).unit();
+				if(d.star_domain || d.simple_polygon_triangulation.empty())
+				{
+					opengl_printer.add_triangle_fan(d.center, d.outline, normal);
+				}
+				else
+				{
+					std::vector<SimplePoint> strip_vertices(3);
+					std::vector<SimplePoint> strip_normals(3, normal);
+					for(std::size_t i=0;i<d.simple_polygon_triangulation.size();i++)
+					{
+						const Triple& t=d.simple_polygon_triangulation[i];
+						strip_vertices[0]=d.outline[t.get(0)];
+						strip_vertices[1]=d.outline[t.get(1)];
+						strip_vertices[2]=d.outline[t.get(2)];
+						opengl_printer.add_triangle_strip(strip_vertices, strip_normals);
+					}
+				}
+			}
+		}
+	}
+	return opengl_printer.str();
+}
+
+template<typename OpenGLPrinter>
+std::string draw_solvent_contact(
+		const std::vector<SimpleSphere>& spheres,
+		const Triangulation::VerticesVector& vertices_vector,
+		const TriangulationQueries::IDsMap& ids_vertices,
+		const std::size_t a_id,
+		const double probe,
+		const SubdividedIcosahedron& sih)
+{
+	OpenGLPrinter opengl_printer;
+	if(a_id<spheres.size())
+	{
+		TriangulationQueries::IDsMap::const_iterator ids_vertices_it=ids_vertices.find(a_id);
+		if(ids_vertices_it!=ids_vertices.end())
+		{
+			const ConstrainedContactRemainder::Remainder remainder=ConstrainedContactRemainder::construct_contact_remainder(
+					spheres, vertices_vector, ids_vertices_it->second, a_id, probe, sih);
+			for(ConstrainedContactRemainder::Remainder::const_iterator remainder_it=remainder.begin();remainder_it!=remainder.end();++remainder_it)
+			{
+				std::vector<SimplePoint> ts(3);
+				std::vector<SimplePoint> ns(3);
+				for(int i=0;i<3;i++)
+				{
+					ts[i]=remainder_it->p[i];
+					ns[i]=sub_of_points<SimplePoint>(ts[i], spheres[a_id]).unit();
+				}
+				opengl_printer.add_triangle_strip(ts, ns);
+			}
+		}
+	}
+	return opengl_printer.str();
+}
+
+bool check_inter_atom_contact_centrality(
+		const std::vector<SimpleSphere>& spheres,
+		const TriangulationQueries::PairsMap& pairs_neighbors,
+		const std::size_t a_id,
+		const std::size_t b_id)
+{
+	if(a_id<spheres.size() && b_id<spheres.size())
+	{
+		TriangulationQueries::PairsMap::const_iterator pairs_neighbors_it=pairs_neighbors.find(Pair(a_id, b_id));
+		if(pairs_neighbors_it!=pairs_neighbors.end())
+		{
+			const std::set<std::size_t>& neighbors=pairs_neighbors_it->second;
+			if(!neighbors.empty())
+			{
+				const SimplePoint pa(spheres[a_id]);
+				const SimplePoint pb(spheres[b_id]);
+				const double ra=spheres[a_id].r;
+				const double rb=spheres[b_id].r;
+				const double distance_to_a_or_b=((distance_from_point_to_point(pa, pb)-ra-rb)*0.5);
+				const SimplePoint p=(pa+((pb-pa).unit()*(ra+distance_to_a_or_b)));
+				for(std::set<std::size_t>::const_iterator neighbors_it=neighbors.begin();neighbors_it!=neighbors.end();++neighbors_it)
+				{
+					const std::size_t c_id=(*neighbors_it);
+					if(c_id<spheres.size() && minimal_distance_from_point_to_sphere(p, spheres[c_id])<distance_to_a_or_b)
+					{
+						return false;
+					}
+				}
+			}
+		}
+	}
+	return true;
+}
+
+bool check_inter_atom_contact_peripherial(
+		const std::vector<SimpleSphere>& spheres,
+		const Triangulation::VerticesVector& vertices_vector,
+		const TriangulationQueries::PairsMap& pairs_vertices,
+		const std::size_t a_id,
+		const std::size_t b_id,
+		const double probe)
+{
+	if(a_id<spheres.size() && b_id<spheres.size())
+	{
+		TriangulationQueries::PairsMap::const_iterator pairs_vertices_it=pairs_vertices.find(Pair(a_id, b_id));
+		if(pairs_vertices_it!=pairs_vertices.end())
+		{
+			const std::set<std::size_t>& vertices_ids=pairs_vertices_it->second;
+			for(std::set<std::size_t>::const_iterator vertices_ids_it=vertices_ids.begin();vertices_ids_it!=vertices_ids.end();++vertices_ids_it)
+			{
+				const std::size_t vertex_id=(*vertices_ids_it);
+				if(vertex_id<vertices_vector.size() && vertices_vector[vertex_id].second.r>probe)
+				{
+					return true;
+				}
+			}
+		}
+	}
+	return false;
+}
+
+}
+
+#endif /* APOLLOTA_CONSTRAINED_CONTACT_UTILITIES_H_ */
diff --git a/src/apollota/hyperboloid_between_two_spheres.h b/src/apollota/hyperboloid_between_two_spheres.h
new file mode 100644
index 0000000..774773e
--- /dev/null
+++ b/src/apollota/hyperboloid_between_two_spheres.h
@@ -0,0 +1,118 @@
+#ifndef APOLLOTA_HYPERBOLOID_BETWEEN_TWO_SPHERES_H_
+#define APOLLOTA_HYPERBOLOID_BETWEEN_TWO_SPHERES_H_
+
+#include "basic_operations_on_points.h"
+
+namespace apollota
+{
+
+class HyperboloidBetweenTwoSpheres
+{
+public:
+	template<typename SphereType>
+	static inline SimplePoint project_point_on_hyperboloid(const SimplePoint& p, const SphereType& s1, const SphereType& s2)
+	{
+		if(s1.r>s2.r)
+		{
+			return project_point_on_hyperboloid(p, s2, s1);
+		}
+		else
+		{
+			const SimplePoint dv=(custom_point_from_object<SimplePoint>(s1)-custom_point_from_object<SimplePoint>(s2))*(0.5);
+			const SimplePoint dv_unit=dv.unit();
+			const SimplePoint c=custom_point_from_object<SimplePoint>(s2)+dv;
+			const SimplePoint cp=p-c;
+			const double lz=dv_unit*cp;
+			const double lx=sqrt(std::max(squared_point_module(cp)-(lz*lz), 0.0));
+			const double z=project_point_on_simple_hyperboloid(lx, 0, dv.module(), s1.r, s2.r);
+			return ((p-(dv_unit*lz))+(dv_unit*z));
+		}
+	}
+
+	template<typename SphereType>
+	static inline double intersect_vector_with_hyperboloid(const SimplePoint& a, const SimplePoint& b, const SphereType& s1, const SphereType& s2)
+	{
+		if(s1.r>s2.r)
+		{
+			return intersect_vector_with_hyperboloid(a, b, s2, s1);
+		}
+		else
+		{
+			const SimplePoint dv=(custom_point_from_object<SimplePoint>(s1)-custom_point_from_object<SimplePoint>(s2))*(0.5);
+			const SimplePoint c=custom_point_from_object<SimplePoint>(s2)+dv;
+
+			const SimplePoint ca=a-c;
+			const double maz=dv.unit()*ca;
+			const SimplePoint cax=(a-(dv.unit()*maz))-c;
+			const double max=cax.unit()*ca;
+			const double may=0;
+
+			const SimplePoint cb=b-c;
+			const double mbz=dv.unit()*cb;
+			const double mbx=cax.unit()*cb;
+			const double mby=sqrt(std::max(squared_point_module(cb)-mbz*mbz-mbx*mbx, 0.0));
+
+			return intersect_vector_with_simple_hyperboloid(SimplePoint(max, may, maz), SimplePoint(mbx, mby, mbz), dv.module(), s1.r, s2.r);
+		}
+	}
+
+private:
+	static inline double project_point_on_simple_hyperboloid(const double x, const double y, const double d, const double r1, const double r2)
+	{
+		if(r1>r2)
+		{
+			return project_point_on_simple_hyperboloid(x, y, d, r2, r1);
+		}
+		else
+		{
+			const double r=r2-r1;
+			return 2*r*sqrt(std::max((0-r*r+4*d*d)*(4*x*x+4*y*y+4*d*d-r*r), 0.0))/(0-4*r*r+16*d*d);
+		}
+	}
+
+	static inline double intersect_vector_with_simple_hyperboloid(const SimplePoint& a, const SimplePoint& b, const double d, const double r1, const double r2)
+	{
+		if(r1>r2)
+		{
+			return intersect_vector_with_simple_hyperboloid(a, b, d, r2, r1);
+		}
+		else
+		{
+			const double r=r2-r1;
+			SimplePoint ab=(b-a);
+			SimplePoint v=ab.unit();
+			const double k=(4*r*r/((0-4*r*r+16*d*d)*(0-4*r*r+16*d*d))) * (0-r*r+4*d*d) * 4;
+			const double m=(4*d*d-r*r)*k/4;
+
+			const double x0=a.x;
+			const double y0=a.y;
+			const double z0=a.z;
+			const double vx=v.x;
+			const double vy=v.y;
+			const double vz=v.z;
+
+			const double t1 =  (sqrt((k*vy*vy+k*vx*vx)*z0*z0+(-2*k*vy*vz*y0-2*k*vx*vz*x0)*z0+(k*vz*vz-k*k*vx*vx)*y0*y0+2*k*k*vx*vy*x0*y0+(k*vz*vz-k*k*vy*vy)*x0*x0+m*vz*vz-k*m*vy*vy-k*m*vx*vx)-vz*z0+k*vy*y0+k*vx*x0)/(vz*vz-k*vy*vy-k*vx*vx);
+
+			const double t2 = -(sqrt((k*vy*vy+k*vx*vx)*z0*z0+(-2*k*vy*vz*y0-2*k*vx*vz*x0)*z0+(k*vz*vz-k*k*vx*vx)*y0*y0+2*k*k*vx*vy*x0*y0+(k*vz*vz-k*k*vy*vy)*x0*x0+m*vz*vz-k*m*vy*vy-k*m*vx*vx)+vz*z0-k*vy*y0-k*vx*x0)/(vz*vz-k*vy*vy-k*vx*vx);
+
+			const SimplePoint tp1=a+(v*t1);
+			const SimplePoint tp2=a+(v*t2);
+			if(greater(t1, 0) && less(t1, ab.module()) && equal(tp1.z, sqrt(k*tp1.x*tp1.x+k*tp1.y*tp1.y+m), 0.000001))
+			{
+				return t1;
+			}
+			else if(greater(t2, 0) && less(t2, ab.module()) && equal(tp2.z, sqrt(k*tp2.x*tp2.x+k*tp2.y*tp2.y+m), 0.000001))
+			{
+				return t2;
+			}
+			else
+			{
+				return 0;
+			}
+		}
+	}
+};
+
+}
+
+#endif /* APOLLOTA_HYPERBOLOID_BETWEEN_TWO_SPHERES_H_ */
diff --git a/src/apollota/polar_sorting.h b/src/apollota/polar_sorting.h
new file mode 100644
index 0000000..ff13265
--- /dev/null
+++ b/src/apollota/polar_sorting.h
@@ -0,0 +1,86 @@
+#ifndef APOLLOTA_POLAR_SORTING_H_
+#define APOLLOTA_POLAR_SORTING_H_
+
+#include <algorithm>
+
+#include "basic_operations_on_points.h"
+
+namespace apollota
+{
+
+class PolarSorting
+{
+public:
+	template<typename CenterPointType, typename AxisPointType, typename RandomAccessIteratorType>
+	static void sort(const CenterPointType& center, const AxisPointType& axis, RandomAccessIteratorType first, RandomAccessIteratorType last)
+	{
+		std::sort(first, last, Less(center, axis));
+	}
+
+	template<typename CenterPointType, typename AxisPointType, typename RandomAccessIteratorType>
+	static void sort_mapping(const CenterPointType& center, const AxisPointType& axis, RandomAccessIteratorType first, RandomAccessIteratorType last)
+	{
+		std::sort(first, last, LessForPairs(Less(center, axis)));
+	}
+
+private:
+	class Less
+	{
+	public:
+		template<typename CenterPointType, typename AxisPointType>
+		Less(const CenterPointType& center, const AxisPointType& axis) :
+			center(custom_point_from_object<PODPoint>(center)),
+			axis(unit_point<PODPoint>(axis)),
+			normal(any_normal_of_vector<PODPoint>(axis))
+		{
+		}
+
+		template<typename PointType>
+		bool operator()(const PointType& a, const PointType& b) const
+		{
+			return (calc_angle_with_normal(a)<calc_angle_with_normal(b));
+		}
+
+	private:
+		PODPoint center;
+		PODPoint axis;
+		PODPoint normal;
+
+		template<typename PointType>
+		double calc_angle_with_normal(const PointType& a) const
+		{
+			const PODPoint ap=sub_of_points<PODPoint>(a, point_and_number_product<PODPoint>(axis, signed_distance_from_point_to_plane(center, axis, a)));
+			return directed_angle(center, sum_of_points<PODPoint>(center, normal), ap, sum_of_points<PODPoint>(center, axis));
+		}
+	};
+
+	struct LessForPairs
+	{
+		Less less;
+
+		LessForPairs(const Less& less) : less(less)
+		{
+		}
+
+		template<typename PairType>
+		bool operator()(const PairType& a, const PairType& b) const
+		{
+			if(less(a.first, b.first))
+			{
+				return true;
+			}
+			else if(less(b.first, a.first))
+			{
+				return false;
+			}
+			else
+			{
+				return (a.second<b.second);
+			}
+		}
+	};
+};
+
+}
+
+#endif /* APOLLOTA_POLAR_SORTING_H_ */
diff --git a/src/apollota/polynomial_curves.h b/src/apollota/polynomial_curves.h
new file mode 100644
index 0000000..84f7bda
--- /dev/null
+++ b/src/apollota/polynomial_curves.h
@@ -0,0 +1,310 @@
+#ifndef APOLLOTA_POLYNOMIAL_CURVES_H_
+#define APOLLOTA_POLYNOMIAL_CURVES_H_
+
+#include <vector>
+#include <list>
+
+#include "basic_operations_on_points.h"
+
+namespace apollota
+{
+
+inline std::vector<SimplePoint> interpolate_using_cubic_hermite_spline(
+		const SimplePoint& a,
+		const SimplePoint& b,
+		const SimplePoint& c,
+		const SimplePoint& d,
+		const double k,
+		const int steps)
+{
+	std::vector<SimplePoint> result(steps+1);
+	const double step=1.0/static_cast<double>(steps);
+	const SimplePoint mb=(c-a)*k;
+	const SimplePoint mc=(d-b)*k;
+	for(int i=0;i<=steps;i++)
+	{
+		const double t=(i<steps ? static_cast<double>(i)*step : 1.0);
+		const double h00=(2*t*t*t)-(3*t*t)+1;
+		const double h10=(t*t*t)-(2*t*t)+t;
+		const double h01=0-(2*t*t*t)+(3*t*t);
+		const double h11=(t*t*t)-(t*t);
+		result[i]=((b*h00)+(mb*h10)+(c*h01)+(mc*h11));
+	}
+	return result;
+}
+
+inline double binomial_coefficient(const unsigned long n, const unsigned long k)
+{
+	if(k==0 || k==n)
+	{
+		return 1.0;
+	}
+	else if(k==1)
+	{
+		return static_cast<double>(n);
+	}
+	else if(k>n)
+	{
+		return 0.0;
+	}
+	else if((n-k)<k)
+	{
+		return binomial_coefficient(n, n-k);
+	}
+	else
+	{
+		double result=1.0;
+		for(unsigned long i=1;i<=k;i++)
+		{
+			result*=static_cast<double>(n-k+i)/static_cast<double>(i);
+		}
+		return result;
+	}
+}
+
+inline double bernstein_polynomial(const unsigned long n, const unsigned long k, const double t)
+{
+	if(k>n)
+	{
+		return 0.0;
+	}
+	else
+	{
+		return (binomial_coefficient(n, k)*pow(t, k)*pow(1-t, n-k));
+	}
+}
+
+inline SimplePoint bezier_curve_point(const std::vector<SimplePoint>& controls, const double t)
+{
+	SimplePoint result;
+	for(std::size_t i=0;i<controls.size();i++)
+	{
+		result=result+(controls[i]*bernstein_polynomial(controls.size()-1, i, t));
+	}
+	return result;
+}
+
+inline SimplePoint bezier_curve_point_de_casteljau(const std::vector<SimplePoint>& controls, const double t)
+{
+	static std::vector<SimplePoint> buffer(4);
+	if(buffer.size()<controls.size())
+	{
+		buffer.resize(controls.size());
+	}
+	for(std::size_t i=0;i<controls.size();i++)
+	{
+		buffer[i]=controls[i];
+	}
+	for(std::size_t j=0;j+1<controls.size();j++)
+	{
+		for(std::size_t i=0;i+1<(controls.size()-j);i++)
+		{
+			buffer[i]=(buffer[i]*(1-t))+(buffer[i+1]*t);
+		}
+	}
+	return buffer.at(0);
+}
+
+inline std::vector<SimplePoint> bezier_curve_points(const std::vector<SimplePoint>& controls, const unsigned int n, const bool de_casteljau=true)
+{
+	std::vector<SimplePoint> result(n+1);
+	for(std::size_t i=0;i<(n+1);i++)
+	{
+		const double t=static_cast<double>(i)/static_cast<double>(n);
+		result[i]=(de_casteljau ? bezier_curve_point_de_casteljau(controls, t) : bezier_curve_point(controls, t));
+	}
+	return result;
+}
+
+inline SimplePoint rational_bezier_curve_point(const std::vector<SimplePoint>& controls, const std::vector<double>& weights, const double t)
+{
+	const std::size_t size=std::min(controls.size(), weights.size());
+	SimplePoint numerator;
+	double denominator=0.0;
+	for(std::size_t i=0;i<size;i++)
+	{
+		numerator=numerator+(controls[i]*(bernstein_polynomial(size-1, i, t)*weights[i]));
+		denominator+=(bernstein_polynomial(size-1, i, t)*weights[i]);
+	}
+	return (numerator*(1.0/denominator));
+}
+
+
+inline SimplePoint rational_bezier_curve_point_de_casteljau(const std::vector<SimplePoint>& controls, const std::vector<double>& weights, const double t)
+{
+	const std::size_t size=std::min(controls.size(), weights.size());
+	static std::vector<SimplePoint> buffer_of_points(4);
+	static std::vector<double> buffer_of_weights(4);
+	if(buffer_of_points.size()<size)
+	{
+		buffer_of_points.resize(size);
+	}
+	if(buffer_of_weights.size()<size)
+	{
+		buffer_of_weights.resize(size);
+	}
+	for(std::size_t i=0;i<size;i++)
+	{
+		buffer_of_points[i]=controls[i];
+		buffer_of_weights[i]=weights[i];
+	}
+	for(std::size_t j=0;j+1<size;j++)
+	{
+		for(std::size_t i=0;i+1<(size-j);i++)
+		{
+			const double w=(buffer_of_weights[i]*(1-t))+(buffer_of_weights[i+1]*t);
+			buffer_of_points[i]=(buffer_of_points[i]*((1-t)*(buffer_of_weights[i]/w)))+(buffer_of_points[i+1]*(t*(buffer_of_weights[i+1]/w)));
+			buffer_of_weights[i]=w;
+		}
+	}
+	return buffer_of_points.at(0);
+}
+
+inline std::vector<SimplePoint> rational_bezier_curve_points(const std::vector<SimplePoint>& controls, const std::vector<double>& weights, const unsigned int n, const bool de_casteljau=true)
+{
+	std::vector<SimplePoint> result(n+1);
+	for(std::size_t i=0;i<(n+1);i++)
+	{
+		const double t=static_cast<double>(i)/static_cast<double>(n);
+		result[i]=(de_casteljau ? rational_bezier_curve_point_de_casteljau(controls, weights, t) : rational_bezier_curve_point(controls, weights, t));
+	}
+	return result;
+}
+
+inline std::vector<SimplePoint> bezier_curve_using_explicit_de_casteljau_subdivision(const std::vector<SimplePoint>& controls, const int depth)
+{
+	const std::size_t dimensions=controls.size();
+	std::list<SimplePoint> approximation(controls.begin(), controls.end());
+	std::vector< std::list<SimplePoint>::iterator > subcontrols(dimensions);
+	for(int level=0;level<depth;level++)
+	{
+		std::list<SimplePoint>::iterator it=approximation.begin();
+		while(it!=approximation.end())
+		{
+			if(it!=approximation.begin())
+			{
+				--it;
+			}
+			for(std::size_t i=0;i<dimensions;i++)
+			{
+				subcontrols[i]=it;
+				++it;
+			}
+			for(std::size_t j=0;j+1<dimensions;j++)
+			{
+				for(std::size_t i=0;i+1<(dimensions-j);i++)
+				{
+					const SimplePoint p=((*(subcontrols[i]))*0.5)+((*(subcontrols[i+1]))*0.5);
+					std::list<SimplePoint>::iterator p_it=approximation.insert(subcontrols[i+1], p);
+					if(i+2<(dimensions-j))
+					{
+						approximation.erase(subcontrols[i+1]);
+					}
+					subcontrols[i]=p_it;
+				}
+			}
+		}
+	}
+	return std::vector<SimplePoint>(approximation.begin(), approximation.end());
+}
+
+inline std::vector<SimplePoint> rational_bezier_curve_using_explicit_de_casteljau_subdivision(const std::vector<SimplePoint>& controls, const std::vector<double>& weights, const int depth)
+{
+	typedef std::pair<SimplePoint, double> WeightedPoint;
+	const std::size_t dimensions=std::min(controls.size(), weights.size());
+	std::list<WeightedPoint> approximation;
+	for(std::size_t i=0;i<dimensions;i++)
+	{
+		approximation.push_back(WeightedPoint(controls[i], weights[i]));
+	}
+	std::vector< std::list<WeightedPoint>::iterator > subcontrols(dimensions);
+	for(int level=0;level<depth;level++)
+	{
+		std::list<WeightedPoint>::iterator it=approximation.begin();
+		while(it!=approximation.end())
+		{
+			if(it!=approximation.begin())
+			{
+				--it;
+			}
+			for(std::size_t i=0;i<dimensions;i++)
+			{
+				subcontrols[i]=it;
+				++it;
+			}
+			for(std::size_t j=0;j+1<dimensions;j++)
+			{
+				for(std::size_t i=0;i+1<(dimensions-j);i++)
+				{
+					const double w=((subcontrols[i]->second)*0.5)+((subcontrols[i+1]->second)*0.5);
+					const SimplePoint p=((subcontrols[i]->first)*(0.5*((subcontrols[i]->second)/w)))+((subcontrols[i+1]->first)*(0.5*((subcontrols[i+1]->second)/w)));
+					std::list<WeightedPoint>::iterator wp_it=approximation.insert(subcontrols[i+1], WeightedPoint(p, w));
+					if(i+2<(dimensions-j))
+					{
+						approximation.erase(subcontrols[i+1]);
+					}
+					subcontrols[i]=wp_it;
+				}
+			}
+		}
+	}
+	std::vector<SimplePoint> result;
+	result.reserve(approximation.size());
+	for(std::list<WeightedPoint>::const_iterator it=approximation.begin();it!=approximation.end();++it)
+	{
+		result.push_back(it->first);
+	}
+	return result;
+}
+
+template<typename ControlPointsList>
+inline ControlPointsList transform_points_to_increase_bezier_curve_degree(const ControlPointsList& controls)
+{
+	const std::size_t n=controls.size();
+	if(n>1)
+	{
+		ControlPointsList new_controls;
+		std::size_t i=0;
+		for(typename ControlPointsList::const_iterator it=controls.begin();it!=controls.end();++it)
+		{
+			if(it==controls.begin())
+			{
+				new_controls.push_back(*it);
+			}
+			else
+			{
+				typename ControlPointsList::const_iterator prev_it=it;
+				--prev_it;
+				new_controls.push_back(((*prev_it)*(static_cast<double>(i)/static_cast<double>(n)))+((*it)*(1.0-static_cast<double>(i)/static_cast<double>(n))));
+			}
+			i++;
+		}
+		new_controls.push_back(controls.back());
+		return new_controls;
+	}
+	else
+	{
+		return controls;
+	}
+}
+
+inline SimplePoint barycentric_coordinates(const SimplePoint& a, const SimplePoint& b, const SimplePoint& c, const SimplePoint& p)
+{
+	const SimplePoint v0=(b-a);
+	const SimplePoint v1=(c-a);
+	const SimplePoint v2=(p-a);
+	const double d00=(v0*v0);
+	const double d01=(v0*v1);
+	const double d11=(v1*v1);
+	const double d20=(v2*v0);
+	const double d21=(v2*v1);
+	const double denom=(d00*d11-d01*d01);
+	const double v=(d11*d20-d01*d21)/denom;
+	const double w=(d00*d21-d01*d20)/denom;
+	const double u=1.0-v-w;
+	return SimplePoint(u, v, w);
+}
+
+}
+
+#endif /* APOLLOTA_POLYNOMIAL_CURVES_H_ */
diff --git a/src/apollota/rolling_topology.h b/src/apollota/rolling_topology.h
new file mode 100644
index 0000000..310aa0a
--- /dev/null
+++ b/src/apollota/rolling_topology.h
@@ -0,0 +1,227 @@
+#ifndef APOLLOTA_ROLLING_TOPOLOGY_H_
+#define APOLLOTA_ROLLING_TOPOLOGY_H_
+
+#include <list>
+#include <vector>
+#include <set>
+
+#include "tangent_sphere_of_three_spheres.h"
+#include "polar_sorting.h"
+#include "rotation.h"
+
+namespace apollota
+{
+
+class RollingTopology
+{
+public:
+	struct RollingPoint
+	{
+		std::size_t generator;
+		SimpleSphere tangent;
+	};
+
+	struct RollingStrip
+	{
+		RollingPoint start;
+		RollingPoint end;
+	};
+
+	struct RollingDescriptor
+	{
+		std::size_t a_id;
+		std::size_t b_id;
+		bool possible;
+		SimpleSphere circle;
+		SimplePoint axis;
+		bool detached;
+		std::set<std::size_t> generators;
+		std::list<RollingStrip> strips;
+		std::vector<SimplePoint> breaks;
+	};
+
+	static inline RollingDescriptor calculate_rolling_descriptor(
+			const std::vector<SimpleSphere>& spheres,
+			const std::size_t a_id,
+			const std::size_t b_id,
+			const std::set<std::size_t>& neighbor_ids,
+			const std::set<std::size_t>& a_neighbor_ids,
+			const std::set<std::size_t>& b_neighbor_ids,
+			const double probe)
+	{
+		RollingDescriptor result;
+		result.a_id=a_id;
+		result.b_id=b_id;
+		const SimpleSphere& a=spheres[a_id];
+		const SimpleSphere& b=spheres[b_id];
+		result.possible=sphere_intersects_sphere_with_expansion(a, b, probe*2);
+		if(result.possible)
+		{
+			result.circle=intersection_circle_of_two_spheres<SimpleSphere>(SimpleSphere(a, a.r+probe), SimpleSphere(b, b.r+probe));
+			result.axis=sub_of_points<SimplePoint>(a, b).unit();
+			if(result.circle.r<probe)
+			{
+				result.breaks.resize(2);
+				const double dl=sqrt((probe*probe)-(result.circle.r*result.circle.r));
+				result.breaks[0]=sum_of_points<SimplePoint>(result.circle, point_and_number_product<PODPoint>(result.axis, dl));
+				result.breaks[1]=sum_of_points<SimplePoint>(result.circle, point_and_number_product<PODPoint>(result.axis, 0.0-dl));
+			}
+			result.detached=true;
+			for(std::set<std::size_t>::const_iterator c_id_it=neighbor_ids.begin();c_id_it!=neighbor_ids.end() && result.detached;++c_id_it)
+			{
+				const SimpleSphere expanded_c(spheres[*c_id_it], spheres[*c_id_it].r+probe);
+				const double distance_to_circle_plane=signed_distance_from_point_to_plane(result.circle, result.axis, expanded_c);
+				if(fabs(distance_to_circle_plane)<expanded_c.r)
+				{
+					const SimpleSphere projected_c(SimplePoint(expanded_c)-(result.axis*distance_to_circle_plane), sqrt((expanded_c.r*expanded_c.r)-(distance_to_circle_plane*distance_to_circle_plane)));
+					if(sphere_intersects_sphere(result.circle, projected_c))
+					{
+						result.detached=false;
+					}
+				}
+			}
+			if(!result.detached)
+			{
+				std::list<RollingPoint> rolling_points;
+				for(std::set<std::size_t>::const_iterator c_id_it=neighbor_ids.begin();c_id_it!=neighbor_ids.end();++c_id_it)
+				{
+					const std::vector<SimpleSphere> tangents=TangentSphereOfThreeSpheres::calculate(a, b, spheres[*c_id_it], probe);
+					if(tangents.size()==2)
+					{
+						const double allowed_tangent_error=0.00001;
+						for(std::vector<SimpleSphere>::const_iterator tangent_it=tangents.begin();tangent_it!=tangents.end();++tangent_it)
+						{
+							bool tangent_empty=true;
+							for(std::set<std::size_t>::const_iterator d_id_it=neighbor_ids.begin();d_id_it!=neighbor_ids.end() && tangent_empty;++d_id_it)
+							{
+								if(d_id_it!=c_id_it)
+								{
+									tangent_empty=!sphere_intersects_sphere_with_expansion((*tangent_it), spheres[*d_id_it], 0.0-allowed_tangent_error);
+								}
+							}
+							for(std::set<std::size_t>::const_iterator d_id_it=a_neighbor_ids.begin();d_id_it!=a_neighbor_ids.end() && tangent_empty;++d_id_it)
+							{
+								if(d_id_it!=c_id_it && (*d_id_it)!=a_id && (*d_id_it)!=b_id)
+								{
+									tangent_empty=!sphere_intersects_sphere_with_expansion((*tangent_it), spheres[*d_id_it], 0.0-allowed_tangent_error);
+								}
+							}
+							for(std::set<std::size_t>::const_iterator d_id_it=b_neighbor_ids.begin();d_id_it!=b_neighbor_ids.end() && tangent_empty;++d_id_it)
+							{
+								if(d_id_it!=c_id_it && (*d_id_it)!=a_id && (*d_id_it)!=b_id)
+								{
+									tangent_empty=!sphere_intersects_sphere_with_expansion((*tangent_it), spheres[*d_id_it], 0.0-allowed_tangent_error);
+								}
+							}
+							if(tangent_empty)
+							{
+								result.generators.insert(*c_id_it);
+								RollingPoint rolling_point;
+								rolling_point.tangent=(*tangent_it);
+								rolling_point.generator=(*c_id_it);
+								rolling_points.push_back(rolling_point);
+							}
+						}
+					}
+				}
+				if(rolling_points.size()>=2 && rolling_points.size()%2==0)
+				{
+					std::vector< std::pair<SimpleSphere, std::pair<bool, std::size_t> > > circular_mapping;
+					{
+						circular_mapping.reserve(rolling_points.size()*2);
+						for(std::set<std::size_t>::const_iterator c_id_it=result.generators.begin();c_id_it!=result.generators.end();++c_id_it)
+						{
+							circular_mapping.push_back(std::make_pair(spheres[*c_id_it], std::make_pair(false, (*c_id_it))));
+						}
+						for(std::list<RollingPoint>::const_iterator rolling_point_it=rolling_points.begin();rolling_point_it!=rolling_points.end();++rolling_point_it)
+						{
+							circular_mapping.push_back(std::make_pair(rolling_point_it->tangent, std::make_pair(true, rolling_point_it->generator)));
+						}
+					}
+					PolarSorting::sort_mapping(result.circle, result.axis, circular_mapping.begin(), circular_mapping.end());
+					for(std::size_t i=0;i<circular_mapping.size();i++)
+					{
+						const std::size_t j=((i+1<circular_mapping.size()) ? (i+1) : 0);
+						if(circular_mapping[i].second.first && circular_mapping[j].second.first)
+						{
+							RollingStrip rolling_strip;
+							rolling_strip.start.tangent=circular_mapping[i].first;
+							rolling_strip.start.generator=circular_mapping[i].second.second;
+							rolling_strip.end.tangent=circular_mapping[j].first;
+							rolling_strip.end.generator=circular_mapping[j].second.second;
+							result.strips.push_back(rolling_strip);
+						}
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+	static std::vector<SimplePoint> construct_rolling_circle_approximation(const RollingDescriptor& rolling_descriptor, const double angle_step)
+	{
+		return construct_circular_arc_approximation_from_axis_and_start(
+				SimplePoint(rolling_descriptor.circle),
+				rolling_descriptor.axis,
+				any_normal_of_vector<SimplePoint>(rolling_descriptor.axis)*rolling_descriptor.circle.r,
+				pi_value()*2,
+				angle_step);
+	}
+
+	static std::vector<SimplePoint> construct_rolling_strip_approximation(const RollingDescriptor& rolling_descriptor, const RollingStrip& rolling_strip, const double angle_step)
+	{
+		const SimplePoint base(rolling_descriptor.circle);
+		const SimplePoint start_vector=(SimplePoint(rolling_strip.start.tangent)-base);
+		const SimplePoint end_vector=(SimplePoint(rolling_strip.end.tangent)-base);
+		const double angle=directed_angle(SimplePoint(0, 0, 0), start_vector, end_vector, rolling_descriptor.axis);
+		return construct_circular_arc_approximation_from_axis_and_start(
+				base,
+				rolling_descriptor.axis,
+				start_vector,
+				angle,
+				angle_step);
+	}
+
+	static std::vector<SimplePoint> construct_circular_arc_approximation_from_start_and_end(const SimplePoint& center, const SimplePoint& start_vector, const SimplePoint& end_vector, const double angle_step)
+	{
+		const double angle=min_angle(SimplePoint(0, 0, 0), start_vector, end_vector);
+		const int steps=static_cast<int>(floor(angle/angle_step)+1.0);
+		return construct_circular_arc_approximation_from_start_and_end(center, start_vector, end_vector, steps);
+	}
+
+	static std::vector<SimplePoint> construct_circular_arc_approximation_from_start_and_end(const SimplePoint& base, const SimplePoint& start_vector, const SimplePoint& end_vector, const int steps)
+	{
+		SimplePoint axis=(start_vector&end_vector).unit();
+		double angle=directed_angle(SimplePoint(0, 0, 0), start_vector, end_vector, axis);
+		if(angle>pi_value())
+		{
+			axis=axis.inverted();
+			angle=(pi_value()*2-angle);
+		}
+		return construct_circular_arc_approximation_from_axis_and_start(base, axis, start_vector, angle, steps);
+	}
+
+	static std::vector<SimplePoint> construct_circular_arc_approximation_from_axis_and_start(const SimplePoint& base, const SimplePoint& axis, const SimplePoint& start_vector, const double angle, const double angle_step)
+	{
+		const int steps=static_cast<int>(floor(angle/angle_step)+1.0);
+		return construct_circular_arc_approximation_from_axis_and_start(base, axis, start_vector, angle, steps);
+	}
+
+	static std::vector<SimplePoint> construct_circular_arc_approximation_from_axis_and_start(const SimplePoint& base, const SimplePoint& axis, const SimplePoint& start_vector, const double angle, const int steps)
+	{
+		std::vector<SimplePoint> result;
+		Rotation rotation(axis, 0, true);
+		const double adjusted_angle_step=angle/static_cast<double>(steps);
+		result.reserve(steps+1);
+		for(int i=0;i<=steps;i++)
+		{
+			rotation.angle=adjusted_angle_step*static_cast<double>(i);
+			result.push_back(base+rotation.rotate<SimplePoint>(start_vector));
+		}
+		return result;
+	}
+};
+
+}
+
+#endif /* APOLLOTA_ROLLING_TOPOLOGY_H_ */
diff --git a/src/apollota/rotation.h b/src/apollota/rotation.h
new file mode 100644
index 0000000..a079361
--- /dev/null
+++ b/src/apollota/rotation.h
@@ -0,0 +1,79 @@
+#ifndef APOLLOTA_ROTATION_H_
+#define APOLLOTA_ROTATION_H_
+
+#include "basic_operations_on_points.h"
+
+namespace apollota
+{
+
+class Rotation
+{
+public:
+	SimplePoint axis;
+	double angle;
+	bool angle_in_radians;
+
+	template<typename InputPointType>
+	Rotation(const InputPointType& axis, const double angle) : axis(axis), angle(angle), angle_in_radians(false)
+	{
+	}
+
+	template<typename InputPointType>
+	Rotation(const InputPointType& axis, const double angle, const bool angle_in_radians) : axis(axis), angle(angle), angle_in_radians(angle_in_radians)
+	{
+	}
+
+	template<typename OutputPointType, typename InputPointType>
+	OutputPointType rotate(const InputPointType& p) const
+	{
+		if(axis.module()>0)
+		{
+			const double radians_angle_half=(angle_in_radians ? (angle*0.5) : (angle*pi_value()/360.0));
+			const Quaternion q1=quaternion_from_value_and_point(cos(radians_angle_half), axis.unit()*sin(radians_angle_half));
+			const Quaternion q2=quaternion_from_value_and_point(0, p);
+			const Quaternion q3=((q1*q2)*(!q1));
+			return custom_point<OutputPointType>(q3.b, q3.c, q3.d);
+		}
+		else
+		{
+			return custom_point_from_object<OutputPointType>(p);
+		}
+	}
+
+private:
+	struct Quaternion
+	{
+		double a;
+		double b;
+		double c;
+		double d;
+
+		Quaternion(const double a, const double b, const double c, const double d) : a(a), b(b), c(c), d(d)
+		{
+		}
+
+		Quaternion operator*(const Quaternion& q) const
+		{
+			return Quaternion(
+					a*q.a - b*q.b - c*q.c - d*q.d,
+					a*q.b + b*q.a + c*q.d - d*q.c,
+					a*q.c - b*q.d + c*q.a + d*q.b,
+					a*q.d + b*q.c - c*q.b + d*q.a);
+		}
+
+		Quaternion operator!() const
+		{
+			return Quaternion(a, 0-b, 0-c, 0-d);
+		}
+	};
+
+	template<typename InputPointType>
+	static Quaternion quaternion_from_value_and_point(const double a, const InputPointType& p)
+	{
+		return Quaternion(a, p.x, p.y, p.z);
+	}
+};
+
+}
+
+#endif /* APOLLOTA_ROTATION_H_ */
diff --git a/src/apollota/safer_comparison_of_numbers.h b/src/apollota/safer_comparison_of_numbers.h
new file mode 100644
index 0000000..08e1049
--- /dev/null
+++ b/src/apollota/safer_comparison_of_numbers.h
@@ -0,0 +1,45 @@
+#ifndef APOLLOTA_SAFE_COMPARISON_OF_NUMBERS_H_
+#define APOLLOTA_SAFE_COMPARISON_OF_NUMBERS_H_
+
+namespace apollota
+{
+
+inline double default_comparison_epsilon()
+{
+	static double e=0.0000000001;
+	return e;
+}
+
+inline bool equal(const double a, const double b, const double e)
+{
+	return (((a-b)<=e) && ((b-a)<=e));
+}
+
+inline bool equal(const double a, const double b)
+{
+	return equal(a, b, default_comparison_epsilon());
+}
+
+inline bool less(const double a, const double b)
+{
+	return ((a+default_comparison_epsilon())<b);
+}
+
+inline bool greater(const double a, const double b)
+{
+	return ((a-default_comparison_epsilon())>b);
+}
+
+inline bool less_or_equal(const double a, const double b)
+{
+	return (less(a, b) || equal(a, b));
+}
+
+inline bool greater_or_equal(const double a, const double b)
+{
+	return (greater(a, b) || equal(a, b));
+}
+
+}
+
+#endif /* APOLLOTA_SAFE_COMPARISON_OF_NUMBERS_H_ */
diff --git a/src/apollota/safer_quadratic_equation_root.h b/src/apollota/safer_quadratic_equation_root.h
new file mode 100644
index 0000000..3885ffc
--- /dev/null
+++ b/src/apollota/safer_quadratic_equation_root.h
@@ -0,0 +1,57 @@
+#ifndef APOLLOTA_SAFE_QUADRATIC_EQUATION_ROOT_H_
+#define APOLLOTA_SAFE_QUADRATIC_EQUATION_ROOT_H_
+
+#include "safer_summation.h"
+
+namespace apollota
+{
+
+inline bool check_if_quadratic_equation_is_solvable(const double a, const double b)
+{
+	return (a>0.0 || a<0.0 || b>0.0 || b<0.0);
+}
+
+template<typename ResultsContainer>
+inline bool solve_quadratic_equation(const double a, const double b, const double c, ResultsContainer& roots)
+{
+	if(check_if_quadratic_equation_is_solvable(a, b))
+	{
+		if(a>0.0 || a<0.0)
+		{
+			const double D = safer_sum(b*b, -4*a*c);
+			if(D>=0.0)
+			{
+				if(D==0.0)
+				{
+					roots.push_back((-b)/(2*a));
+				}
+				else
+				{
+					if(b>0.0 || b<0.0)
+					{
+						const double b_sign=(b>0.0 ? 1.0 : -1.0);
+						const double q=-(0.5*safer_sum(b, b_sign*sqrt(D)));
+						roots.push_back(q/a);
+						roots.push_back(c/q);
+					}
+					else
+					{
+						roots.push_back((-sqrt(D))/(2*a));
+						roots.push_back((+sqrt(D))/(2*a));
+					}
+				}
+				return true;
+			}
+		}
+		else if(b>0.0 || b<0.0)
+		{
+			roots.push_back((-c)/b);
+			return true;
+		}
+	}
+	return false;
+}
+
+}
+
+#endif /* APOLLOTA_SAFE_QUADRATIC_EQUATION_ROOT_H_ */
diff --git a/src/apollota/safer_summation.h b/src/apollota/safer_summation.h
new file mode 100644
index 0000000..8ac1b8d
--- /dev/null
+++ b/src/apollota/safer_summation.h
@@ -0,0 +1,116 @@
+#ifndef APOLLOTA_SAFE_SUMMATION_H_
+#define APOLLOTA_SAFE_SUMMATION_H_
+
+namespace apollota
+{
+
+inline double safer_sum(const double v0, const double v1)
+{
+	double sum=0.0;
+	double c=0.0;
+	double y;
+	double t;
+
+	y=v0-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v1-c;
+	sum=sum+y;
+
+	return sum;
+}
+
+inline double safer_sum(const double v0, const double v1, const double v2)
+{
+	double sum=0.0;
+	double c=0.0;
+	double y;
+	double t;
+
+	y=v0-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v1-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v2-c;
+	sum=sum+y;
+
+	return sum;
+}
+
+inline double safer_sum(const double v0, const double v1, const double v2, const double v3)
+{
+	double sum=0.0;
+	double c=0.0;
+	double y;
+	double t;
+
+	y=v0-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v1-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v2-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v3-c;
+	sum=sum+y;
+
+	return sum;
+}
+
+inline double safer_sum(const double v0, const double v1, const double v2, const double v3, const double v4, const double v5)
+{
+	double sum=0.0;
+	double c=0.0;
+	double y;
+	double t;
+
+	y=v0-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v1-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v2-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v3-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v4-c;
+	t=sum+y;
+	c=(t-sum)-y;
+	sum=t;
+
+	y=v5-c;
+	sum=sum+y;
+
+	return sum;
+}
+
+}
+
+#endif /* APOLLOTA_SAFE_SUMMATION_H_ */
diff --git a/src/apollota/search_for_spherical_collisions.h b/src/apollota/search_for_spherical_collisions.h
new file mode 100644
index 0000000..5e5c1d2
--- /dev/null
+++ b/src/apollota/search_for_spherical_collisions.h
@@ -0,0 +1,104 @@
+#ifndef APOLLOTA_SEARCH_FOR_SPHERICAL_COLLISIONS_H_
+#define APOLLOTA_SEARCH_FOR_SPHERICAL_COLLISIONS_H_
+
+#include <set>
+
+#include "bounding_spheres_hierarchy.h"
+
+namespace apollota
+{
+
+class SearchForSphericalCollisions
+{
+public:
+	static std::vector<std::size_t> find_collisions(const BoundingSpheresHierarchy& bsh, const SimpleSphere& target, const bool one_hit_is_enough)
+	{
+		NodeCheckerForCollisions node_checker(target);
+		LeafCheckerForCollisions leaf_checker(target, one_hit_is_enough);
+		return bsh.search(node_checker, leaf_checker);
+	}
+
+	static std::vector<std::size_t> find_all_collisions(const BoundingSpheresHierarchy& bsh, const SimpleSphere& target)
+	{
+		return find_collisions(bsh, target, false);
+	}
+
+	static std::vector<std::size_t> find_any_collision(const BoundingSpheresHierarchy& bsh, const SimpleSphere& target)
+	{
+		return find_collisions(bsh, target, true);
+	}
+
+	static std::set<std::size_t> find_all_hidden_spheres(const BoundingSpheresHierarchy& bsh)
+	{
+		std::set<std::size_t> result;
+		for(std::size_t i=0;i<bsh.leaves_spheres().size();i++)
+		{
+			std::vector<std::size_t> candidates=find_all_collisions(bsh, custom_sphere_from_object<SimpleSphere>(bsh.leaves_spheres()[i]));
+			for(std::size_t j=0;j<candidates.size();j++)
+			{
+				if(i!=candidates[j])
+				{
+					const bool i_contains_candidate_j=sphere_contains_sphere(bsh.leaves_spheres()[i], bsh.leaves_spheres()[candidates[j]]);
+					const bool candidate_j_contains_i=sphere_contains_sphere(bsh.leaves_spheres()[candidates[j]], bsh.leaves_spheres()[i]);
+					if(i_contains_candidate_j && candidate_j_contains_i)
+					{
+						if(i<candidates[j])
+						{
+							result.insert(candidates[j]);
+						}
+						else
+						{
+							result.insert(i);
+						}
+					}
+					else if(i_contains_candidate_j)
+					{
+						result.insert(candidates[j]);
+					}
+					else if(candidate_j_contains_i)
+					{
+						result.insert(i);
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+private:
+	struct NodeCheckerForCollisions
+	{
+		const SimpleSphere& target;
+
+		explicit NodeCheckerForCollisions(const SimpleSphere& target) : target(target) {}
+
+		bool operator()(const SimpleSphere& sphere) const
+		{
+			return sphere_intersects_sphere(sphere, target);
+		}
+	};
+
+	struct LeafCheckerForCollisions
+	{
+		const SimpleSphere& target;
+		const bool one_hit_is_enough;
+
+		explicit LeafCheckerForCollisions(const SimpleSphere& target) : target(target), one_hit_is_enough(true) {}
+
+		LeafCheckerForCollisions(const SimpleSphere& target, const bool one_hit_is_enough) : target(target), one_hit_is_enough(one_hit_is_enough) {}
+
+		template<typename Sphere>
+		std::pair<bool, bool> operator()(const std::size_t /*id*/, const Sphere& sphere) const
+		{
+			if(sphere_intersects_sphere(sphere, target))
+			{
+				return std::make_pair(true, one_hit_is_enough);
+			}
+			return std::make_pair(false, false);
+		}
+	};
+};
+
+}
+
+#endif /* APOLLOTA_SEARCH_FOR_SPHERICAL_COLLISIONS_H_ */
diff --git a/src/apollota/simple_polygon_utilities.h b/src/apollota/simple_polygon_utilities.h
new file mode 100644
index 0000000..0473d40
--- /dev/null
+++ b/src/apollota/simple_polygon_utilities.h
@@ -0,0 +1,262 @@
+#ifndef APOLLOTA_SIMPLE_POLYGON_UTILITIES_H_
+#define APOLLOTA_SIMPLE_POLYGON_UTILITIES_H_
+
+#include <list>
+#include <set>
+
+#include "basic_operations_on_points.h"
+#include "tuple.h"
+
+namespace apollota
+{
+
+class SimplePolygonUtilities
+{
+public:
+	struct ConvexityInfo
+	{
+		std::vector<SimplePoint> points;
+		std::vector<double> convexity;
+		SimplePoint normal;
+	};
+
+	struct TriangulationInfo
+	{
+		ConvexityInfo convexity_info;
+		std::vector<Triple> triangulation;
+	};
+
+	static ConvexityInfo calc_polygon_convexity(const std::vector<SimplePoint>& points, const SimplePoint& normal)
+	{
+		ConvexityInfo result;
+		if(points.size()<3)
+		{
+			return result;
+		}
+		result.normal=normal.unit();
+		result.points=flatten_points(points, result.normal);
+		result.convexity.reserve(result.points.size());
+		for(std::vector<SimplePoint>::const_iterator it=result.points.begin();it!=result.points.end();++it)
+		{
+			const double v=calc_convexity(
+					result.normal,
+					*get_prev_iter_in_cycle<std::vector<SimplePoint>::const_iterator>(result.points.begin(), result.points.end(), it),
+					*it,
+					*get_next_iter_in_cycle<std::vector<SimplePoint>::const_iterator>(result.points.begin(), result.points.end(), it));
+			result.convexity.push_back(v);
+		}
+		std::size_t max_dist_id=0;
+		{
+			double max_dist=distance_from_point_to_point(result.points[0], result.points[max_dist_id]);
+			for(std::size_t i=0;i<result.points.size();i++)
+			{
+				const double dist=distance_from_point_to_point(result.points[0], result.points[i]);
+				if(dist>max_dist)
+				{
+					max_dist_id=i;
+					max_dist=dist;
+				}
+			}
+		}
+		if(result.convexity[max_dist_id]<0.0)
+		{
+			result.normal=result.normal.inverted();
+			for(std::size_t i=0;i<result.convexity.size();i++)
+			{
+				result.convexity[i]=(0.0-result.convexity[i]);
+			}
+		}
+		return result;
+	}
+
+	static TriangulationInfo triangulate_simple_polygon(const std::vector<SimplePoint>& points, const SimplePoint& normal)
+	{
+		TriangulationInfo result;
+		if(points.size()<3)
+		{
+			return result;
+		}
+		result.convexity_info=calc_polygon_convexity(points, normal);
+		if(result.convexity_info.convexity.size()!=points.size())
+		{
+			return result;
+		}
+
+		const std::vector<SimplePoint>& polygon_points=result.convexity_info.points;
+		const SimplePoint& polygon_normal=result.convexity_info.normal;
+		std::vector<double> polygon_convexity_vector=result.convexity_info.convexity;
+		std::list<std::size_t> polygon_ids;
+		for(std::size_t i=0;i<polygon_points.size();i++)
+		{
+			polygon_ids.push_back(i);
+		}
+		std::set<std::size_t> polygon_concave_set;
+		for(std::size_t i=0;i<polygon_convexity_vector.size();i++)
+		{
+			if(polygon_convexity_vector[i]<=0.0)
+			{
+				polygon_concave_set.insert(i);
+			}
+		}
+
+		std::vector< std::pair<double, std::list<std::size_t>::iterator> > current_convex_ids;
+		current_convex_ids.reserve(polygon_convexity_vector.size());
+		bool triangulation_ended=false;
+		while(!triangulation_ended)
+		{
+			current_convex_ids.clear();
+			for(std::list<std::size_t>::iterator it=polygon_ids.begin();it!=polygon_ids.end();++it)
+			{
+				if(polygon_convexity_vector[*it]>0.0)
+				{
+					current_convex_ids.push_back(std::make_pair(polygon_convexity_vector[*it], it));
+				}
+			}
+			if(current_convex_ids.size()<=3)
+			{
+				if(current_convex_ids.size()==3)
+				{
+					result.triangulation.push_back(Triple(*(current_convex_ids[0].second), *(current_convex_ids[1].second), *(current_convex_ids[2].second)));
+				}
+				triangulation_ended=true;
+			}
+			else
+			{
+				std::sort(current_convex_ids.begin(), current_convex_ids.end(), custom_pair_comparison<double, std::list<std::size_t>::iterator>());
+				bool ear_found=false;
+				for(std::vector< std::pair<double, std::list<std::size_t>::iterator> >::const_iterator current_convex_ids_it=current_convex_ids.begin();current_convex_ids_it!=current_convex_ids.end() && !ear_found;++current_convex_ids_it)
+				{
+					std::list<std::size_t>::iterator it=current_convex_ids_it->second;
+					std::list<std::size_t>::iterator prev_it=get_prev_iter_in_cycle<std::list<std::size_t>::iterator>(polygon_ids.begin(), polygon_ids.end(), it);
+					std::list<std::size_t>::iterator next_it=get_next_iter_in_cycle<std::list<std::size_t>::iterator>(polygon_ids.begin(), polygon_ids.end(), it);
+					bool triangle_is_empty=true;
+					for(std::set<std::size_t>::const_iterator concave_it=polygon_concave_set.begin();concave_it!=polygon_concave_set.end() && triangle_is_empty;++concave_it)
+					{
+						triangle_is_empty=!check_point_in_triangle(polygon_points[*prev_it], polygon_points[*it], polygon_points[*next_it], polygon_points[*concave_it]);
+					}
+					if(triangle_is_empty)
+					{
+						ear_found=true;
+						result.triangulation.push_back(Triple(*prev_it, *it, *next_it));
+						polygon_ids.erase(it);
+						polygon_concave_set.erase(*it);
+						std::list<std::size_t>::iterator prev_prev_it=get_prev_iter_in_cycle<std::list<std::size_t>::iterator>(polygon_ids.begin(), polygon_ids.end(), prev_it);
+						std::list<std::size_t>::iterator next_next_it=get_next_iter_in_cycle<std::list<std::size_t>::iterator>(polygon_ids.begin(), polygon_ids.end(), next_it);
+						polygon_convexity_vector[*prev_it]=calc_convexity(polygon_normal, polygon_points[*prev_prev_it], polygon_points[*prev_it], polygon_points[*next_it]);
+						polygon_convexity_vector[*next_it]=calc_convexity(polygon_normal, polygon_points[*prev_it], polygon_points[*next_it], polygon_points[*next_next_it]);
+						if(polygon_convexity_vector[*prev_it]<=0.0)
+						{
+							polygon_concave_set.insert(*prev_it);
+						}
+						else
+						{
+							polygon_concave_set.erase(*prev_it);
+						}
+						if(polygon_convexity_vector[*next_it]<=0.0)
+						{
+							polygon_concave_set.insert(*next_it);
+						}
+						else
+						{
+							polygon_concave_set.erase(*next_it);
+						}
+					}
+				}
+				triangulation_ended=!ear_found;
+			}
+		}
+
+		if(result.triangulation.size()!=(result.convexity_info.points.size()-2))
+		{
+			result.triangulation.clear();
+		}
+		else
+		{
+			std::set<std::size_t> included_vertices;
+			for(std::size_t i=0;i<result.triangulation.size();i++)
+			{
+				const apollota::Triple& t=result.triangulation[i];
+				included_vertices.insert(t.get(0));
+				included_vertices.insert(t.get(1));
+				included_vertices.insert(t.get(2));
+			}
+			if(included_vertices.size()!=result.convexity_info.points.size())
+			{
+				result.triangulation.clear();
+			}
+		}
+
+		return result;
+	}
+
+private:
+	static std::vector<SimplePoint> flatten_points(const std::vector<SimplePoint>& points, const SimplePoint& normal)
+	{
+		std::vector<SimplePoint> result(points.size());
+		for(std::size_t i=0;i<points.size();i++)
+		{
+			const double dist_to_plane=(points[i]-points[0])*normal;
+			result[i]=(points[i]-(normal*dist_to_plane));
+		}
+		return result;
+	}
+
+	template<typename Iter>
+	static Iter get_prev_iter_in_cycle(Iter begin, Iter end, Iter it)
+	{
+		Iter result=it;
+		if(result==begin)
+		{
+			result=end;
+		}
+		--result;
+		return result;
+	}
+
+	template<typename Iter>
+	static Iter get_next_iter_in_cycle(Iter begin, Iter end, Iter it)
+	{
+		Iter result=it;
+		++result;
+		if(result==end)
+		{
+			result=begin;
+		}
+		return result;
+	}
+
+	static double calc_convexity(const SimplePoint& normal, const SimplePoint& a, const SimplePoint& b, const SimplePoint& c)
+	{
+		const bool convex=((((b-a)&(c-b))*normal)>=0.0);
+		return (min_angle(b, a, c)*(convex ? 1.0 : -1.0));
+	}
+
+	static bool check_point_between_rays(const SimplePoint& o, const SimplePoint& a, const SimplePoint& b, const SimplePoint& p)
+	{
+		const SimplePoint oa=(a-o).unit();
+		const SimplePoint ob=(b-o).unit();
+		const SimplePoint op=(p-o).unit();
+		const double cos_aob=oa*ob;
+		const double cos_aop=oa*op;
+		const double cos_pob=op*ob;
+		return (cos_aop>cos_aob && cos_pob>cos_aob);
+	}
+
+	static bool check_point_in_triangle(const SimplePoint& a, const SimplePoint& b, const SimplePoint& c, const SimplePoint& p)
+	{
+		return (check_point_between_rays(a, b, c, p) && check_point_between_rays(b, a, c, p));
+	}
+
+	template<typename T1, typename T2>
+	struct custom_pair_comparison
+	{
+		bool operator()(const std::pair<T1, T2>& a, const std::pair<T1, T2>& b)
+		{
+			return (a.first<b.first);
+		}
+	};
+};
+
+}
+
+#endif /* APOLLOTA_SIMPLE_POLYGON_UTILITIES_H_ */
diff --git a/src/apollota/spheres_boundary_construction.h b/src/apollota/spheres_boundary_construction.h
new file mode 100644
index 0000000..60c9fba
--- /dev/null
+++ b/src/apollota/spheres_boundary_construction.h
@@ -0,0 +1,48 @@
+#ifndef APOLLOTA_SPHERES_BOUNDARY_CONSTRUCTION_H_
+#define APOLLOTA_SPHERES_BOUNDARY_CONSTRUCTION_H_
+
+#include <vector>
+#include <limits>
+
+#include "basic_operations_on_spheres.h"
+
+namespace apollota
+{
+
+inline std::vector<SimpleSphere> construct_artificial_boundary(const std::vector<SimpleSphere>& spheres, const double coordinate_shift)
+{
+	std::vector<SimpleSphere> result;
+	if(!spheres.empty())
+	{
+		SimpleSphere a(std::numeric_limits<double>::max(), std::numeric_limits<double>::max(), std::numeric_limits<double>::max(), std::numeric_limits<double>::max());
+		SimpleSphere b(std::numeric_limits<double>::min(), std::numeric_limits<double>::min(), std::numeric_limits<double>::min(), std::numeric_limits<double>::min());
+		for(std::vector<SimpleSphere>::const_iterator it=spheres.begin();it!=spheres.end();++it)
+		{
+			a.x=std::min(a.x, it->x);
+			a.y=std::min(a.y, it->y);
+			a.z=std::min(a.z, it->z);
+			a.r=std::min(a.r, it->r);
+			b.x=std::max(b.x, it->x);
+			b.y=std::max(b.y, it->y);
+			b.z=std::max(b.z, it->z);
+			b.r=std::max(b.r, it->r);
+		}
+		const double r=std::max(b.r, 0.0);
+		const double shift=std::max(coordinate_shift, 0.0)+(r*2.0)+1.0;
+		const double shift_more=shift+1.0;
+		result.reserve(8);
+		result.push_back(SimpleSphere(a.x-shift_more, a.y-shift_more, a.z-shift_more, r));
+		result.push_back(SimpleSphere(a.x-shift, a.y-shift, b.z+shift, r));
+		result.push_back(SimpleSphere(a.x-shift, b.y+shift, a.z-shift, r));
+		result.push_back(SimpleSphere(a.x-shift, b.y+shift, b.z+shift, r));
+		result.push_back(SimpleSphere(b.x+shift, a.y-shift, a.z-shift, r));
+		result.push_back(SimpleSphere(b.x+shift, a.y-shift, b.z+shift, r));
+		result.push_back(SimpleSphere(b.x+shift, b.y+shift, a.z-shift, r));
+		result.push_back(SimpleSphere(b.x+shift_more, b.y+shift_more, b.z+shift_more, r));
+	}
+	return result;
+}
+
+}
+
+#endif /* APOLLOTA_SPHERES_BOUNDARY_CONSTRUCTION_H_ */
diff --git a/src/apollota/spherical_contacts_construction.h b/src/apollota/spherical_contacts_construction.h
new file mode 100644
index 0000000..70ae6f4
--- /dev/null
+++ b/src/apollota/spherical_contacts_construction.h
@@ -0,0 +1,124 @@
+#ifndef APOLLOTA_SPHERICAL_CONTACTS_CONSTRUCTION_H_
+#define APOLLOTA_SPHERICAL_CONTACTS_CONSTRUCTION_H_
+
+#include "triangulation_queries.h"
+#include "subdivided_icosahedron.h"
+
+namespace apollota
+{
+
+class SphericalContactsConstruction
+{
+public:
+	struct Result
+	{
+		std::map<std::size_t, double> areas;
+
+		void add(const std::size_t id, const SimplePoint& a, const SimplePoint& b, const SimplePoint& c)
+		{
+			areas[id]+=triangle_area(a, b, c);
+		}
+	};
+
+	SphericalContactsConstruction(const std::size_t subdivision_depth) : sih_(subdivision_depth)
+	{
+	}
+
+	Result construct_contacts(
+			const double probe_radius,
+			const std::vector<SimpleSphere>& spheres,
+			std::size_t self_id,
+			const std::vector<size_t>& neighbours) const
+	{
+		Result result;
+		if(self_id<spheres.size())
+		{
+			SubdividedIcosahedron sih=sih_;
+			sih.fit_into_sphere(spheres[self_id], spheres[self_id].r+probe_radius);
+			std::vector<std::size_t> influences(sih.vertices().size());
+			for(std::size_t i=0;i<influences.size();i++)
+			{
+				double min_distance=minimal_distance_from_point_to_sphere(sih.vertices().at(i), spheres.at(self_id));
+				influences[i]=self_id;
+				for(std::size_t j=0;j<neighbours.size();j++)
+				{
+					double distance=minimal_distance_from_point_to_sphere(sih.vertices().at(i), spheres.at(neighbours[j]));
+					if(distance<min_distance)
+					{
+						min_distance=distance;
+						influences[i]=neighbours[j];
+					}
+				}
+			}
+			for(std::size_t e=0;e<sih.triples().size();e++)
+			{
+				const Triple& triple=sih.triples()[e];
+				const std::size_t a=triple.get(0);
+				const std::size_t b=triple.get(1);
+				const std::size_t c=triple.get(2);
+				if(influences[a]==influences[b] && influences[a]==influences[c])
+				{
+					result.add(influences[a], sih.vertices()[a], sih.vertices()[b], sih.vertices()[c]);
+				}
+				else if(influences[a]!=influences[b] && influences[a]!=influences[c] && influences[b]!=influences[c])
+				{
+					const SimplePoint& pa=sih.vertices()[a];
+					const SimplePoint& pb=sih.vertices()[b];
+					const SimplePoint& pc=sih.vertices()[c];
+
+					const SimplePoint a_b_border=pa+((pb-pa).unit()*HyperboloidBetweenTwoSpheres::intersect_vector_with_hyperboloid(pa, pb, spheres[influences[a]], spheres[influences[b]]));
+					const SimplePoint a_c_border=pa+((pc-pa).unit()*HyperboloidBetweenTwoSpheres::intersect_vector_with_hyperboloid(pa, pc, spheres[influences[a]], spheres[influences[c]]));
+					const SimplePoint b_c_border=pb+((pc-pb).unit()*HyperboloidBetweenTwoSpheres::intersect_vector_with_hyperboloid(pb, pc, spheres[influences[b]], spheres[influences[c]]));
+
+					const SimplePoint middle=(a_b_border+a_c_border+b_c_border)*(1.0/3.0);
+
+					result.add(influences[a], pa, a_b_border, a_c_border);
+					result.add(influences[a], middle, a_b_border, a_c_border);
+
+					result.add(influences[b], pb, a_b_border, b_c_border);
+					result.add(influences[b], middle, a_b_border, b_c_border);
+
+					result.add(influences[c], pc, a_c_border, b_c_border);
+					result.add(influences[c], middle, a_c_border, b_c_border);
+				}
+				else
+				{
+					std::size_t s=a;
+					std::size_t d1=b;
+					std::size_t d2=c;
+					if(influences[b]!=influences[a] && influences[b]!=influences[c])
+					{
+						s=b;
+						d1=a;
+						d2=c;
+					}
+					else if(influences[c]!=influences[a] && influences[c]!=influences[b])
+					{
+						s=c;
+						d1=a;
+						d2=b;
+					}
+
+					const SimplePoint& ps=sih.vertices()[s];
+					const SimplePoint& pd1=sih.vertices()[d1];
+					const SimplePoint& pd2=sih.vertices()[d2];
+
+					const SimplePoint s_d1_border=ps+((pd1-ps).unit()*HyperboloidBetweenTwoSpheres::intersect_vector_with_hyperboloid(ps, pd1, spheres[influences[s]], spheres[influences[d1]]));
+					const SimplePoint s_d2_border=ps+((pd2-ps).unit()*HyperboloidBetweenTwoSpheres::intersect_vector_with_hyperboloid(ps, pd2, spheres[influences[s]], spheres[influences[d2]]));
+
+					result.add(influences[s], ps, s_d1_border, s_d2_border);
+					result.add(influences[d1], pd1, s_d1_border, s_d2_border);
+					result.add(influences[d2], pd2, pd1, s_d2_border);
+				}
+			}
+		}
+		return result;
+	}
+
+private:
+	SubdividedIcosahedron sih_;
+};
+
+}
+
+#endif /* APOLLOTA_SPHERICAL_CONTACTS_CONSTRUCTION_H_ */
diff --git a/src/apollota/splitting_of_spheres.h b/src/apollota/splitting_of_spheres.h
new file mode 100644
index 0000000..3ab863a
--- /dev/null
+++ b/src/apollota/splitting_of_spheres.h
@@ -0,0 +1,119 @@
+#ifndef APOLLOTA_SPLITTING_OF_SPHERES_H_
+#define APOLLOTA_SPLITTING_OF_SPHERES_H_
+
+#include <vector>
+#include <algorithm>
+
+namespace apollota
+{
+
+class SplittingOfSpheres
+{
+public:
+	template<typename SphereType>
+	static std::vector< std::vector<std::size_t> > split_for_number_of_parts(const std::vector<SphereType>& spheres, const std::size_t number_of_parts)
+	{
+		return binary_split(spheres, estimate_splitting_depth_by_number_of_parts(number_of_parts));
+	}
+
+	template<typename SphereType>
+	static std::vector< std::vector<std::size_t> > split_for_size_of_part(const std::vector<SphereType>& spheres, const std::size_t size_of_part)
+	{
+		return binary_split(spheres, estimate_splitting_depth_by_number_of_parts(spheres.size()/size_of_part));
+	}
+
+private:
+	template<typename PointType>
+	static std::vector< std::vector<std::size_t> > binary_split(const std::vector<PointType>& points, const unsigned int depth)
+	{
+		std::vector<std::size_t> ids(points.size());
+		for(std::size_t i=0;i<points.size();i++)
+		{
+			ids[i]=i;
+		}
+		std::vector< std::vector<std::size_t> > result(1, ids);
+		for(unsigned int k=0;k<depth;k++)
+		{
+			std::vector< std::vector<std::size_t> > updated_result;
+			for(std::size_t i=0;i<result.size();i++)
+			{
+				const std::vector< std::vector<std::size_t> > addition=split_by_median(points, result[i], k);
+				updated_result.insert(updated_result.end(), addition.begin(), addition.end());
+			}
+			result=updated_result;
+		}
+		return result;
+	}
+
+	template<typename PointType>
+	static double coord(const PointType& p, const unsigned int k)
+	{
+		const unsigned int d=k%3;
+		return (d==0 ? p.x : (d==1 ? p.y : p.z));
+	}
+
+	template<typename PointType>
+	static std::vector< std::vector<std::size_t> > split_by_median(const std::vector<PointType>& points, const std::vector<std::size_t>& ids, const unsigned int k)
+	{
+		return split_by_middle(order_for_median(points, ids, k));
+	}
+
+	template<typename PointType>
+	static std::vector<std::size_t> order_for_median(const std::vector<PointType>& points, const std::vector<std::size_t>& ids, const unsigned int k)
+	{
+		if(ids.size()<=1)
+		{
+			return ids;
+		}
+		else
+		{
+			std::vector< std::pair<double, std::size_t> > coord_positions(ids.size());
+			for(std::size_t i=0;i<ids.size();i++)
+			{
+				coord_positions[i].first=coord(points[ids[i]], k);
+				coord_positions[i].second=ids[i];
+			}
+			std::nth_element(coord_positions.begin(), (coord_positions.begin()+(coord_positions.size()/2)), coord_positions.end());
+			std::vector<std::size_t> result(ids.size());
+			for(std::size_t i=0;i<ids.size();i++)
+			{
+				result[i]=coord_positions[i].second;
+			}
+			return result;
+		}
+	}
+
+	static std::vector< std::vector<std::size_t> > split_by_middle(const std::vector<std::size_t>& ids)
+	{
+		if(ids.empty())
+		{
+			return std::vector< std::vector<std::size_t> >();
+		}
+		if(ids.size()==1)
+		{
+			return std::vector< std::vector<std::size_t> >(1, ids);
+		}
+		else
+		{
+			std::vector< std::vector<std::size_t> > result(2);
+			std::vector<std::size_t>::const_iterator middle_it=(ids.begin()+(ids.size()/2));
+			result[0].insert(result[0].end(), ids.begin(), middle_it);
+			result[1].insert(result[1].end(), middle_it, ids.end());
+			return result;
+		}
+	}
+
+	static unsigned int estimate_splitting_depth_by_number_of_parts(const unsigned long number_of_parts)
+	{
+		unsigned int depth=0;
+		while(((1UL << depth)<number_of_parts) && (depth<16))
+		{
+			depth++;
+		}
+		return depth;
+	}
+};
+
+}
+
+#endif /* APOLLOTA_SPLITTING_OF_SPHERES_H_ */
diff --git a/src/apollota/subdivided_icosahedron.h b/src/apollota/subdivided_icosahedron.h
new file mode 100644
index 0000000..5392d43
--- /dev/null
+++ b/src/apollota/subdivided_icosahedron.h
@@ -0,0 +1,189 @@
+#ifndef APOLLOTA_SUBDIVIDED_ICOSAHEDRON_H_
+#define APOLLOTA_SUBDIVIDED_ICOSAHEDRON_H_
+
+#include "../compatability_macros.h"
+
+#if USE_TR1 > 0
+#include <tr1/unordered_map>
+#else
+#include <unordered_map>
+#endif
+
+#include "basic_operations_on_points.h"
+#include "tuple.h"
+
+namespace apollota
+{
+
+class SubdividedIcosahedron
+{
+public:
+	explicit SubdividedIcosahedron(const int depth) : fitted_into_sphere_(false), center_(0, 0, 0), radius_(1.0)
+	{
+		const double t=(1+sqrt(5.0))/2.0;
+
+		vertices_.push_back(SimplePoint( t, 1, 0).unit());
+		vertices_.push_back(SimplePoint(-t, 1, 0).unit());
+		vertices_.push_back(SimplePoint( t,-1, 0).unit());
+		vertices_.push_back(SimplePoint(-t,-1, 0).unit());
+		vertices_.push_back(SimplePoint( 1, 0, t).unit());
+		vertices_.push_back(SimplePoint( 1, 0,-t).unit());
+		vertices_.push_back(SimplePoint(-1, 0, t).unit());
+		vertices_.push_back(SimplePoint(-1, 0,-t).unit());
+		vertices_.push_back(SimplePoint( 0, t, 1).unit());
+		vertices_.push_back(SimplePoint( 0,-t, 1).unit());
+		vertices_.push_back(SimplePoint( 0, t,-1).unit());
+		vertices_.push_back(SimplePoint( 0,-t,-1).unit());
+
+		triples_.push_back(Triple(0, 8, 4));
+		triples_.push_back(Triple(1, 10, 7));
+		triples_.push_back(Triple(2, 9, 11));
+		triples_.push_back(Triple(7, 3, 1));
+		triples_.push_back(Triple(0, 5, 10));
+		triples_.push_back(Triple(3, 9, 6));
+		triples_.push_back(Triple(3, 11, 9));
+		triples_.push_back(Triple(8, 6, 4));
+		triples_.push_back(Triple(2, 4, 9));
+		triples_.push_back(Triple(3, 7, 11));
+		triples_.push_back(Triple(4, 2, 0));
+		triples_.push_back(Triple(9, 4, 6));
+		triples_.push_back(Triple(2, 11, 5));
+		triples_.push_back(Triple(0, 10, 8));
+		triples_.push_back(Triple(5, 0, 2));
+		triples_.push_back(Triple(10, 5, 7));
+		triples_.push_back(Triple(1, 6, 8));
+		triples_.push_back(Triple(1, 8, 10));
+		triples_.push_back(Triple(6, 1, 3));
+		triples_.push_back(Triple(11, 7, 5));
+
+		history_of_growth_.push_back(std::make_pair(vertices_.size(), triples_.size()));
+
+		for(int i=0;i<depth;i++)
+		{
+			grow();
+		}
+	}
+
+	void grow(const std::size_t selected_vertex_id, bool fit_into_current_sphere)
+	{
+#if USE_TR1 > 0
+typedef std::tr1::unordered_map<Pair, std::size_t, Pair::HashFunctor> PairsMap;
+#else
+typedef std::unordered_map<Pair, std::size_t, Pair::HashFunctor> PairsMap;
+#endif
+
+		const bool valid_selected_vertex_id=(selected_vertex_id<vertices_.size());
+		PairsMap pairs_vertices;
+		std::vector<Triple> new_triples;
+		if(!valid_selected_vertex_id)
+		{
+			new_triples.reserve(triples_.size()*4);
+		}
+		std::size_t middle_point_ids[3]={0, 0, 0};
+		for(std::size_t i=0;i<triples_.size();i++)
+		{
+			const Triple& triple=triples_[i];
+			if(!valid_selected_vertex_id || triple.contains(selected_vertex_id))
+			{
+				for(int j=0;j<3;j++)
+				{
+					const Pair pair=triple.exclude(j);
+					PairsMap::const_iterator it=pairs_vertices.find(pair);
+					if(it==pairs_vertices.end())
+					{
+						middle_point_ids[j]=vertices_.size();
+						vertices_.push_back(((vertices_[pair.get(0)]+vertices_[pair.get(1)])*(0.5)).unit());
+						if(fit_into_current_sphere && fitted_into_sphere_)
+						{
+							vertices_.back()=(center_+((vertices_.back()-center_).unit()*radius_));
+						}
+						pairs_vertices[pair]=middle_point_ids[j];
+					}
+					else
+					{
+						middle_point_ids[j]=it->second;
+					}
+				}
+				new_triples.push_back(Triple(triple.get(0), middle_point_ids[1], middle_point_ids[2]));
+				new_triples.push_back(Triple(triple.get(1), middle_point_ids[0], middle_point_ids[2]));
+				new_triples.push_back(Triple(triple.get(2), middle_point_ids[0], middle_point_ids[1]));
+				new_triples.push_back(Triple(middle_point_ids[0], middle_point_ids[1], middle_point_ids[2]));
+			}
+		}
+		triples_=new_triples;
+		history_of_growth_.push_back(std::make_pair(vertices_.size(), triples_.size()));
+	}
+
+	void grow()
+	{
+		grow(vertices_.size(), false);
+	}
+
+	double calc_max_edge_length() const
+	{
+		double max_length=0.0;
+		for(std::size_t i=0;i<triples_.size();i++)
+		{
+			const Triple& t=triples_[i];
+			max_length=std::max(max_length, distance_from_point_to_point(vertices_[t.get(0)], vertices_[t.get(1)]));
+			max_length=std::max(max_length, distance_from_point_to_point(vertices_[t.get(0)], vertices_[t.get(2)]));
+			max_length=std::max(max_length, distance_from_point_to_point(vertices_[t.get(1)], vertices_[t.get(2)]));
+		}
+		return max_length;
+	}
+
+	template<typename PointType>
+	void fit_into_sphere(const PointType& center, const double radius)
+	{
+		const SimplePoint new_center=custom_point_from_object<SimplePoint>(center);
+		for(std::size_t i=0;i<vertices_.size();i++)
+		{
+			vertices_[i]=new_center+((vertices_[i]-center_).unit()*radius);
+		}
+		fitted_into_sphere_=true;
+		center_=new_center;
+		radius_=radius;
+	}
+
+	bool fitted_into_sphere() const
+	{
+		return fitted_into_sphere_;
+	}
+
+	const SimplePoint center() const
+	{
+		return center_;
+	}
+
+	double radius() const
+	{
+		return radius_;
+	}
+
+	const std::vector<SimplePoint>& vertices() const
+	{
+		return vertices_;
+	}
+
+	const std::vector<Triple>& triples() const
+	{
+		return triples_;
+	}
+
+	const std::vector< std::pair<std::size_t, std::size_t> > history_of_growth() const
+	{
+		return history_of_growth_;
+	}
+
+private:
+	bool fitted_into_sphere_;
+	SimplePoint center_;
+	double radius_;
+	std::vector<SimplePoint> vertices_;
+	std::vector<Triple> triples_;
+	std::vector< std::pair<std::size_t, std::size_t> > history_of_growth_;
+};
+
+}
+
+#endif /* APOLLOTA_SUBDIVIDED_ICOSAHEDRON_H_ */
diff --git a/src/apollota/tangent_plane_of_three_spheres.h b/src/apollota/tangent_plane_of_three_spheres.h
new file mode 100644
index 0000000..b77bbee
--- /dev/null
+++ b/src/apollota/tangent_plane_of_three_spheres.h
@@ -0,0 +1,134 @@
+#ifndef APOLLOTA_TANGENT_PLANE_OF_THREE_SPHERES_H_
+#define APOLLOTA_TANGENT_PLANE_OF_THREE_SPHERES_H_
+
+#include <vector>
+#include <algorithm>
+
+#include "basic_operations_on_spheres.h"
+#include "rotation.h"
+#include "safer_quadratic_equation_root.h"
+#include "safer_summation.h"
+
+namespace apollota
+{
+
+class TangentPlaneOfThreeSpheres
+{
+public:
+	template<typename InputSphereTypeA, typename InputSphereTypeB, typename InputSphereTypeC>
+	static inline std::vector< std::pair<SimplePoint, SimplePoint> > calculate(const InputSphereTypeA& a, const InputSphereTypeB& b, const InputSphereTypeC& c)
+	{
+		const std::vector<SimplePoint> normals=calculate_tangent_planes_normals(a, b, c);
+		std::vector< std::pair<SimplePoint, SimplePoint> > planes;
+		for(std::size_t i=0;i<normals.size();i++)
+		{
+			planes.push_back(std::make_pair((custom_point_from_object<SimplePoint>(a)+(normals[i]*(a.r+default_comparison_epsilon()))), normals[i]));
+		}
+		return planes;
+	}
+
+private:
+	template<typename InputSphereTypeA, typename InputSphereTypeB, typename InputSphereTypeC, typename InputPointType>
+	static inline bool check_tangent_plane(const InputSphereTypeA& s1, const InputSphereTypeB& s2, const InputSphereTypeC& s3, const InputPointType& tangent_plane_normal)
+	{
+		const SimplePoint sp1=custom_point_from_object<SimplePoint>(s1);
+		const SimplePoint sp2=custom_point_from_object<SimplePoint>(s2);
+		const SimplePoint sp3=custom_point_from_object<SimplePoint>(s3);
+		const SimplePoint t=custom_point_from_object<SimplePoint>(tangent_plane_normal);
+		return (equal( (((sp2+t*s2.r)-(sp1+t*s1.r)) * t), 0 ) &&
+				equal( (((sp3+t*s3.r)-(sp1+t*s1.r)) * t), 0 ));
+	}
+
+	template<typename InputSphereTypeA, typename InputSphereTypeB, typename InputSphereTypeC>
+	static inline std::vector<SimplePoint> calculate_tangent_planes_normals(const InputSphereTypeA& sm, const InputSphereTypeB& s1, const InputSphereTypeC& s2)
+	{
+		{
+			const double min_r=std::min(sm.r, std::min(s1.r, s2.r));
+			if(sm.r!=min_r)
+			{
+				if(s1.r==min_r) return calculate_tangent_planes_normals(s1, sm, s2);
+				if(s2.r==min_r) return calculate_tangent_planes_normals(s2, sm, s1);
+			}
+		}
+
+		const unsigned int rotation_steps=2;
+		const SimplePoint rotation_axis(1.0, 1.0, 1.0);
+		const double rotation_step_angle=30.0;
+
+		for(unsigned int rotation_step=0;rotation_step<=rotation_steps;rotation_step++)
+		{
+			SimpleSphere ts1(s1.x-sm.x, s1.y-sm.y, s1.z-sm.z, s1.r-sm.r);
+			SimpleSphere ts2(s2.x-sm.x, s2.y-sm.y, s2.z-sm.z, s2.r-sm.r);
+
+			if(rotation_step>0)
+			{
+				const Rotation rotation(rotation_axis, rotation_step_angle*static_cast<double>(rotation_step));
+				ts1=SimpleSphere(rotation.rotate<SimplePoint>(ts1), ts1.r);
+				ts2=SimpleSphere(rotation.rotate<SimplePoint>(ts2), ts2.r);
+			}
+
+			const double x1=ts1.x;
+			const double y1=ts1.y;
+			const double z1=ts1.z;
+			const double r1=ts1.r;
+
+			const double x2=ts2.x;
+			const double y2=ts2.y;
+			const double z2=ts2.z;
+			const double r2=ts2.r;
+
+			const double ad=0-x1;
+			if(ad>0.0 || ad<0.0)
+			{
+				const double a0=r1/ad;
+				const double ay=y1/ad;
+				const double az=z1/ad;
+
+				const double bd=-safer_sum(y2, ay*x2);
+				if(bd>0.0 || bd<0.0)
+				{
+					const double b0=safer_sum(r2, a0*x2)/bd;
+					const double bz=safer_sum(z2, az*x2)/bd;
+
+					const double c0=safer_sum(a0, ay*b0);
+					const double cz=safer_sum(ay*bz, az);
+
+					const double a=safer_sum(1, cz*cz, bz*bz);
+					const double b=safer_sum(2*c0*cz, 2*b0*bz);
+
+					if(check_if_quadratic_equation_is_solvable(a, b))
+					{
+						const double c=safer_sum(c0*c0, b0*b0, -1.0);
+						std::vector<SimplePoint> results;
+						std::vector<double> zs;
+						if(solve_quadratic_equation(a, b, c, zs))
+						{
+							results.reserve(zs.size());
+							for(std::size_t i=0;i<zs.size();i++)
+							{
+								const double z=zs[i];
+								SimplePoint candidate(safer_sum(c0, z*cz), safer_sum(b0, z*bz), z);
+								if(rotation_step>0)
+								{
+									const Rotation rotation(rotation_axis, (-rotation_step_angle)*static_cast<double>(rotation_step));
+									candidate=rotation.rotate<SimplePoint>(candidate);
+								}
+								if(check_tangent_plane(sm, s1, s2, candidate))
+								{
+									results.push_back(candidate);
+								}
+							}
+						}
+						return results;
+					}
+				}
+			}
+		}
+
+		return std::vector<SimplePoint>();
+	}
+};
+
+}
+
+#endif /* APOLLOTA_TANGENT_PLANE_OF_THREE_SPHERES_H_ */
diff --git a/src/apollota/tangent_sphere_of_four_spheres.h b/src/apollota/tangent_sphere_of_four_spheres.h
new file mode 100644
index 0000000..298c21f
--- /dev/null
+++ b/src/apollota/tangent_sphere_of_four_spheres.h
@@ -0,0 +1,170 @@
+#ifndef APOLLOTA_TANGENT_SPHERE_OF_FOUR_SPHERES_H_
+#define APOLLOTA_TANGENT_SPHERE_OF_FOUR_SPHERES_H_
+
+#include <vector>
+
+#include "basic_operations_on_spheres.h"
+#include "rotation.h"
+#include "safer_quadratic_equation_root.h"
+#include "safer_summation.h"
+
+namespace apollota
+{
+
+class TangentSphereOfFourSpheres
+{
+public:
+	template<typename InputSphereTypeA, typename InputSphereTypeB, typename InputSphereTypeC, typename InputSphereTypeD>
+	static inline std::vector<SimpleSphere> calculate(const InputSphereTypeA& sm, const InputSphereTypeB& s1, const InputSphereTypeC& s2, const InputSphereTypeD& s3)
+	{
+		{
+			const double min_r=std::min(sm.r, std::min(s1.r, std::min(s2.r, s3.r)));
+			if(sm.r!=min_r)
+			{
+				if(s1.r==min_r) return calculate(s1, sm, s2, s3);
+				if(s2.r==min_r) return calculate(s2, sm, s1, s3);
+				if(s3.r==min_r) return calculate(s3, sm, s1, s2);
+			}
+		}
+
+		SimpleSphere usm(sm);
+		for(int i=0;i<3 && equal(fabs(signed_volume_of_tetrahedron(usm, s1, s2, s3)), 0.0);i++)
+		{
+			const double allowed_shift=std::max(default_comparison_epsilon(), 0.00001);
+			usm=SimpleSphere(sm);
+			if(i%3==0) usm.x+=allowed_shift;
+			else if(i%3==1) usm.y+=allowed_shift;
+			else usm.z+=allowed_shift;
+		}
+
+		const unsigned int rotation_steps=2;
+		const SimplePoint rotation_axis(1.0, 1.0, 1.0);
+		const double rotation_step_angle=30.0;
+
+		for(unsigned int rotation_step=0;rotation_step<=rotation_steps;rotation_step++)
+		{
+			SimpleSphere ts1(s1.x-usm.x, s1.y-usm.y, s1.z-usm.z, s1.r-usm.r);
+			SimpleSphere ts2(s2.x-usm.x, s2.y-usm.y, s2.z-usm.z, s2.r-usm.r);
+			SimpleSphere ts3(s3.x-usm.x, s3.y-usm.y, s3.z-usm.z, s3.r-usm.r);
+
+			if(rotation_step>0)
+			{
+				const Rotation rotation(rotation_axis, rotation_step_angle*static_cast<double>(rotation_step));
+				ts1=SimpleSphere(rotation.rotate<SimplePoint>(ts1), ts1.r);
+				ts2=SimpleSphere(rotation.rotate<SimplePoint>(ts2), ts2.r);
+				ts3=SimpleSphere(rotation.rotate<SimplePoint>(ts3), ts3.r);
+			}
+
+			const double x1=ts1.x;
+			const double y1=ts1.y;
+			const double z1=ts1.z;
+			const double r1=ts1.r;
+
+			const double x2=ts2.x;
+			const double y2=ts2.y;
+			const double z2=ts2.z;
+			const double r2=ts2.r;
+
+			const double x3=ts3.x;
+			const double y3=ts3.y;
+			const double z3=ts3.z;
+			const double r3=ts3.r;
+
+			const double a1=2*x1;
+			const double b1=2*y1;
+			const double c1=2*z1;
+			const double d1=2*r1;
+			const double o1=safer_sum(r1*r1, -x1*x1, -y1*y1, -z1*z1);
+
+			const double a2=2*x2;
+			const double b2=2*y2;
+			const double c2=2*z2;
+			const double d2=2*r2;
+			const double o2=safer_sum(r2*r2, -x2*x2, -y2*y2, -z2*z2);
+
+			const double a3=2*x3;
+			const double b3=2*y3;
+			const double c3=2*z3;
+			const double d3=2*r3;
+			const double o3=safer_sum(r3*r3, -x3*x3, -y3*y3, -z3*z3);
+
+			const double w = safer_sum(a1*b3*c2, -a1*b2*c3, b1*a2*c3, -b1*a3*c2, c1*a3*b2, -c1*a2*b3);
+
+			if(w>0.0 || w<0.0)
+			{
+				const double u1 = -safer_sum( b1*c3*d2, -b1*c2*d3, c1*b2*d3, -c1*b3*d2, d1*b3*c2, -d1*b2*c3 ) / w;
+				const double v1 = -safer_sum( b1*c3*o2, -b1*c2*o3, c1*b2*o3, -c1*b3*o2, o1*b3*c2, -o1*b2*c3 ) / w;
+
+				const double u2 =  safer_sum( a1*c3*d2, -a1*c2*d3, c1*a2*d3, -c1*a3*d2, d1*a3*c2, -d1*a2*c3 ) / w;
+				const double v2 =  safer_sum( a1*c3*o2, -a1*c2*o3, c1*a2*o3, -c1*a3*o2, o1*a3*c2, -o1*a2*c3 ) / w;
+
+				const double u3 = -safer_sum( a1*b3*d2, -a1*b2*d3, b1*a2*d3, -b1*a3*d2, d1*a3*b2, -d1*a2*b3 ) / w;
+				const double v3 = -safer_sum( a1*b3*o2, -a1*b2*o3, b1*a2*o3, -b1*a3*o2, o1*a3*b2, -o1*a2*b3 ) / w;
+
+				const double a = safer_sum(u1*u1, u2*u2, u3*u3, -1.0);
+				const double b = safer_sum(2*u1*v1, 2*u2*v2, 2*u3*v3);
+
+				if(check_if_quadratic_equation_is_solvable(a, b))
+				{
+					const double c = safer_sum(v1*v1, v2*v2, v3*v3);
+					std::vector<SimpleSphere> results;
+					std::vector<double> radiuses;
+					if(solve_quadratic_equation(a, b, c, radiuses))
+					{
+						results.reserve(radiuses.size());
+						for(std::size_t i=0;i<radiuses.size();i++)
+						{
+							const double r=radiuses[i];
+							if(r>=0.0)
+							{
+								SimpleSphere candidate(safer_sum(u1*r, v1), safer_sum(u2*r, v2), safer_sum(u3*r, v3), r);
+								if(rotation_step>0)
+								{
+									const Rotation rotation(rotation_axis, (0.0-rotation_step_angle)*static_cast<double>(rotation_step));
+									candidate=SimpleSphere(rotation.rotate<SimplePoint>(candidate), candidate.r);
+								}
+								candidate.x+=usm.x;
+								candidate.y+=usm.y;
+								candidate.z+=usm.z;
+								candidate.r-=usm.r;
+								std::pair<double, double> error_estimate=calculate_tangent_sphere_radius_error_estimate(sm, s1, s2, s3, candidate);
+								if(error_estimate.first<0.0)
+								{
+									candidate.r+=error_estimate.first;
+									error_estimate=calculate_tangent_sphere_radius_error_estimate(sm, s1, s2, s3, candidate);
+								}
+								if(std::max(fabs(error_estimate.first), fabs(error_estimate.second))<tangent_spheres_max_allowed_error())
+								{
+									results.push_back(candidate);
+								}
+							}
+						}
+					}
+					return results;
+				}
+			}
+		}
+
+		return std::vector<SimpleSphere>();
+	}
+
+private:
+	template<typename InputSphereTypeA, typename InputSphereTypeB, typename InputSphereTypeC, typename InputSphereTypeD, typename InputSphereTypeE>
+	static inline std::pair<double, double> calculate_tangent_sphere_radius_error_estimate(const InputSphereTypeA& s1, const InputSphereTypeB& s2, const InputSphereTypeC& s3, const InputSphereTypeD& s4, const InputSphereTypeE& tangent)
+	{
+		const double d1=minimal_distance_from_sphere_to_sphere(tangent, s1);
+		const double d2=minimal_distance_from_sphere_to_sphere(tangent, s2);
+		const double d3=minimal_distance_from_sphere_to_sphere(tangent, s3);
+		const double d4=minimal_distance_from_sphere_to_sphere(tangent, s4);
+		return std::make_pair(std::min(std::min(d1, d2), std::min(d3, d4)), std::max(std::max(d1, d2), std::max(d3, d4)));
+	}
+
+	inline static double tangent_spheres_max_allowed_error()
+	{
+		return std::max(default_comparison_epsilon(), 0.001);
+	}
+};
+
+}
+
+#endif /* APOLLOTA_TANGENT_SPHERE_OF_FOUR_SPHERES_H_ */
diff --git a/src/apollota/tangent_sphere_of_three_spheres.h b/src/apollota/tangent_sphere_of_three_spheres.h
new file mode 100644
index 0000000..bc38c7f
--- /dev/null
+++ b/src/apollota/tangent_sphere_of_three_spheres.h
@@ -0,0 +1,223 @@
+#ifndef APOLLOTA_TANGENT_SPHERE_OF_THREE_SPHERES_H_
+#define APOLLOTA_TANGENT_SPHERE_OF_THREE_SPHERES_H_
+
+#include <vector>
+
+#include "basic_operations_on_spheres.h"
+#include "rotation.h"
+#include "safer_quadratic_equation_root.h"
+
+namespace apollota
+{
+
+class TangentSphereOfThreeSpheres
+{
+public:
+	template<typename InputSphereTypeA, typename InputSphereTypeB, typename InputSphereTypeC>
+	static inline std::vector<SimpleSphere> calculate(const InputSphereTypeA& sm, const InputSphereTypeB& s1, const InputSphereTypeC& s2)
+	{
+		{
+			const double min_r=std::min(sm.r, std::min(s1.r, s2.r));
+			if(sm.r!=min_r)
+			{
+				if(s1.r==min_r) return calculate(s1, sm, s2);
+				if(s2.r==min_r) return calculate(s2, sm, s1);
+			}
+		}
+
+		const double x1=distance_from_point_to_point(sm, s1);
+		const double y1=0;
+		const double r1=s1.r-sm.r;
+
+		const double x2=dot_product(sub_of_points<SimplePoint>(s1, sm).unit(), sub_of_points<PODPoint>(s2, sm));
+		const double y2=sqrt(squared_point_module(sub_of_points<PODPoint>(s2, sm))-x2*x2);
+		const double r2=s2.r-sm.r;
+
+		const double a1=2*x1;
+		const double b1=2*y1;
+		const double d1=2*r1;
+		const double o1=(r1*r1-x1*x1-y1*y1);
+
+		const double a2=2*x2;
+		const double b2=2*y2;
+		const double d2=2*r2;
+		const double o2=(r2*r2-x2*x2-y2*y2);
+
+		const double w  = a2*b1-a1*b2;
+
+		const double u1 = (b2*d1-b1*d2) / w;
+		const double v1 = (b2*o1-b1*o2) / w;
+
+		const double u2 = -(a2*d1-a1*d2) / w;
+		const double v2 = -(a2*o1-a1*o2) / w;
+
+		const double a = u1*u1+u2*u2-1;
+		const double b = 2*(u1*v1+u2*v2);
+
+		std::vector<SimpleSphere> results;
+
+		if(check_if_quadratic_equation_is_solvable(a, b))
+		{
+			const double c = v1*v1+v2*v2;
+			std::vector<double> radiuses;
+			if(solve_quadratic_equation(a, b, c, radiuses))
+			{
+				results.reserve(radiuses.size());
+				for(std::size_t i=0;i<radiuses.size();i++)
+				{
+					const double r=radiuses[i];
+					if(r>0)
+					{
+						const double virtual_x=u1*r+v1;
+						const double virtual_y=u2*r+v2;
+						const double real_l1_offset=virtual_y*x2/y2;
+						const double real_l1=virtual_x-real_l1_offset;
+						const double real_l2=sqrt(real_l1_offset*real_l1_offset+virtual_y*virtual_y);
+						for(int sign_id=0;sign_id<2;sign_id++)
+						{
+							const double signed_real_l2=real_l2*(sign_id==0 ? 1.0 : -1.0);
+							SimpleSphere candidate(SimplePoint(sm)+(sub_of_points<SimplePoint>(s1, sm).unit()*real_l1)+(sub_of_points<SimplePoint>(s2, sm).unit()*signed_real_l2), (r-sm.r));
+							if((results.empty() || !(candidate==results.back())) && less(fabs(signed_volume_of_tetrahedron(sm, s1, s2, candidate)), tangent_spheres_max_allowed_error()))
+							{
+								std::pair<double, double> error_estimate=calculate_tangent_sphere_radius_error_estimate(sm, s1, s2, candidate);
+								if(error_estimate.first<0.0)
+								{
+									candidate.r+=error_estimate.first;
+									error_estimate=calculate_tangent_sphere_radius_error_estimate(sm, s1, s2, candidate);
+								}
+								if(std::max(fabs(error_estimate.first), fabs(error_estimate.second))<tangent_spheres_max_allowed_error())
+								{
+									results.push_back(candidate);
+								}
+							}
+						}
+					}
+				}
+			}
+		}
+
+		return results;
+	}
+
+	template<typename InputSphereTypeA, typename InputSphereTypeB, typename InputSphereTypeC>
+	static inline std::vector<SimpleSphere> calculate(const InputSphereTypeA& sm, const InputSphereTypeB& s1, const InputSphereTypeC& s2, const double custom_tangent_sphere_radius)
+	{
+		{
+			const double min_r=std::min(sm.r, std::min(s1.r, s2.r));
+			if(sm.r!=min_r)
+			{
+				if(s1.r==min_r) return calculate(s1, sm, s2, custom_tangent_sphere_radius);
+				if(s2.r==min_r) return calculate(s2, sm, s1, custom_tangent_sphere_radius);
+			}
+		}
+
+		const double r=custom_tangent_sphere_radius+sm.r;
+
+		const unsigned int rotation_steps=2;
+		const SimplePoint rotation_axis(1.0, 1.0, 1.0);
+		const double rotation_step_angle=30.0;
+
+		for(unsigned int rotation_step=0;rotation_step<=rotation_steps;rotation_step++)
+		{
+			SimpleSphere ts1(s1.x-sm.x, s1.y-sm.y, s1.z-sm.z, s1.r-sm.r);
+			SimpleSphere ts2(s2.x-sm.x, s2.y-sm.y, s2.z-sm.z, s2.r-sm.r);
+
+			if(rotation_step>0)
+			{
+				const Rotation rotation(rotation_axis, rotation_step_angle*static_cast<double>(rotation_step));
+				ts1=SimpleSphere(rotation.rotate<SimplePoint>(ts1), ts1.r);
+				ts2=SimpleSphere(rotation.rotate<SimplePoint>(ts2), ts2.r);
+			}
+
+			const double x1=ts1.x;
+			const double y1=ts1.y;
+			const double z1=ts1.z;
+			const double r1=ts1.r;
+
+			const double x2=ts2.x;
+			const double y2=ts2.y;
+			const double z2=ts2.z;
+			const double r2=ts2.r;
+
+			const double a1=2*x1;
+			const double b1=2*y1;
+			const double c1=2*z1;
+			const double o1=(r+r1)*(r+r1)-(r*r)-(x1*x1+y1*y1+z1*z1);
+
+			const double a2=2*x2;
+			const double b2=2*y2;
+			const double c2=2*z2;
+			const double o2=(r+r2)*(r+r2)-(r*r)-(x2*x2+y2*y2+z2*z2);
+
+			const double w1=(a1*b2-a2*b1);
+			const double w2=(b1*a2-b2*a1);
+
+			if((w1>0.0 || w1<0.0) && (w2>0.0 || w2<0.0))
+			{
+				const double ux=(c2*b1-c1*b2)/w1;
+				const double vx=(o2*b1-o1*b2)/w1;
+
+				const double uy=(c2*a1-c1*a2)/w2;
+				const double vy=(o2*a1-o1*a2)/w2;
+
+				const double a=(ux*ux+uy*uy+1);
+				const double b=2*(ux*vx+uy*vy);
+
+				if(check_if_quadratic_equation_is_solvable(a, b))
+				{
+					const double c=(vx*vx+vy*vy-r*r);
+					std::vector<SimpleSphere> results;
+					std::vector<double> zs;
+					if(solve_quadratic_equation(a, b, c, zs))
+					{
+						results.reserve(zs.size());
+						for(std::size_t i=0;i<zs.size();i++)
+						{
+							const double z=zs[i];
+							SimpleSphere candidate((ux*z+vx), (uy*z+vy), z, r);
+							if(rotation_step>0)
+							{
+								const Rotation rotation(rotation_axis, (0.0-rotation_step_angle)*static_cast<double>(rotation_step));
+								candidate=SimpleSphere(rotation.rotate<SimplePoint>(candidate), candidate.r);
+							}
+							candidate.x+=sm.x;
+							candidate.y+=sm.y;
+							candidate.z+=sm.z;
+							candidate.r-=sm.r;
+							if(equal(candidate.r, custom_tangent_sphere_radius))
+							{
+								const std::pair<double, double> error_estimate=calculate_tangent_sphere_radius_error_estimate(sm, s1, s2, candidate);
+								if(std::max(fabs(error_estimate.first), fabs(error_estimate.second))<tangent_spheres_max_allowed_error())
+								{
+									results.push_back(candidate);
+								}
+							}
+						}
+						return results;
+					}
+				}
+			}
+		}
+
+		return std::vector<SimpleSphere>();
+	}
+
+private:
+	template<typename InputSphereTypeA, typename InputSphereTypeB, typename InputSphereTypeC, typename InputSphereTypeD>
+	static inline std::pair<double, double> calculate_tangent_sphere_radius_error_estimate(const InputSphereTypeA& s1, const InputSphereTypeB& s2, const InputSphereTypeC& s3, const InputSphereTypeD& tangent)
+	{
+		const double d1=minimal_distance_from_sphere_to_sphere(tangent, s1);
+		const double d2=minimal_distance_from_sphere_to_sphere(tangent, s2);
+		const double d3=minimal_distance_from_sphere_to_sphere(tangent, s3);
+		return std::make_pair(std::min(std::min(d1, d2), d3), std::max(std::max(d1, d2), d3));
+	}
+
+	inline static double tangent_spheres_max_allowed_error()
+	{
+		return std::max(default_comparison_epsilon(), 0.001);
+	}
+};
+
+}
+
+#endif /* APOLLOTA_TANGENT_SPHERE_OF_THREE_SPHERES_H_ */
diff --git a/src/apollota/triangulation.h b/src/apollota/triangulation.h
new file mode 100644
index 0000000..5dba58c
--- /dev/null
+++ b/src/apollota/triangulation.h
@@ -0,0 +1,1265 @@
+#ifndef APOLLOTA_TRIANGULATION_H_
+#define APOLLOTA_TRIANGULATION_H_
+
+#include <limits>
+#include <vector>
+#include <map>
+#include <set>
+
+#include "../compatability_macros.h"
+
+#if USE_TR1 > 0
+#include <tr1/unordered_map>
+#include <tr1/unordered_set>
+#else
+#include <unordered_map>
+#include <unordered_set>
+#endif
+
+#include "tuple.h"
+#include "search_for_spherical_collisions.h"
+#include "tangent_plane_of_three_spheres.h"
+#include "tangent_sphere_of_four_spheres.h"
+#include "tangent_sphere_of_three_spheres.h"
+
+namespace apollota
+{
+
+static const std::size_t npos=static_cast<std::size_t>(-1);
+
+class Triangulation
+{
+public:
+
+#if USE_TR1 > 0
+typedef std::tr1::unordered_map<Quadruple, std::vector<SimpleSphere>, Quadruple::HashFunctor> QuadruplesMap;
+#else
+typedef std::unordered_map<Quadruple, std::vector<SimpleSphere>, Quadruple::HashFunctor> QuadruplesMap;
+#endif
+
+	typedef std::vector< std::pair<Quadruple, SimpleSphere> > VerticesVector;
+	typedef std::vector< std::vector<std::size_t> > VerticesGraph;
+
+	struct QuadruplesSearchLog
+	{
+		std::size_t added_quadruples;
+		std::size_t added_tangent_spheres;
+		std::size_t processed_faces;
+		std::size_t encountered_difficult_faces;
+		std::size_t produced_faces;
+		std::size_t updated_faces;
+		std::size_t encountered_triples_repetitions;
+		std::size_t performed_iterations_for_finding_first_faces;
+	};
+
+	struct SurplusQuadruplesSearchLog
+	{
+		std::size_t surplus_quadruples;
+		std::size_t surplus_tangent_spheres;
+	};
+
+	struct Result
+	{
+		QuadruplesMap quadruples_map;
+		QuadruplesSearchLog quadruples_search_log;
+		SurplusQuadruplesSearchLog surplus_quadruples_search_log;
+		std::set<std::size_t> excluded_hidden_spheres_ids;
+		std::set<std::size_t> ignored_spheres_ids;
+
+		Result() : quadruples_search_log(), surplus_quadruples_search_log()
+		{
+		}
+	};
+
+	static Result construct_result(
+			const std::vector<SimpleSphere>& spheres,
+			const double initial_radius_for_spheres_bucketing,
+			const bool exclude_hidden_spheres,
+			const bool include_surplus_valid_quadruples)
+	{
+		Result result;
+
+		{
+			BoundingSpheresHierarchy bsh(spheres, initial_radius_for_spheres_bucketing, 1);
+
+			std::vector<std::size_t> refined_spheres_backward_mapping;
+			if(exclude_hidden_spheres)
+			{
+				result.excluded_hidden_spheres_ids=SearchForSphericalCollisions::find_all_hidden_spheres(bsh);
+				if(!result.excluded_hidden_spheres_ids.empty())
+				{
+					std::vector<SimpleSphere> refined_spheres;
+					const std::size_t refined_spheres_count=bsh.leaves_spheres().size()-result.excluded_hidden_spheres_ids.size();
+					refined_spheres.reserve(refined_spheres_count);
+					refined_spheres_backward_mapping.reserve(refined_spheres_count);
+					for(std::size_t i=0;i<bsh.leaves_spheres().size();i++)
+					{
+						if(result.excluded_hidden_spheres_ids.count(i)==0)
+						{
+							refined_spheres.push_back(bsh.leaves_spheres()[i]);
+							refined_spheres_backward_mapping.push_back(i);
+						}
+					}
+					bsh=BoundingSpheresHierarchy(refined_spheres, initial_radius_for_spheres_bucketing, 1);
+				}
+			}
+
+			result.quadruples_search_log=find_valid_quadruples(bsh, std::vector<int>(bsh.leaves_spheres().size(), 1), result.quadruples_map);
+			if(include_surplus_valid_quadruples)
+			{
+				result.surplus_quadruples_search_log=find_surplus_valid_quadruples(bsh, result.quadruples_map);
+			}
+
+			if(!refined_spheres_backward_mapping.empty())
+			{
+				result.quadruples_map=renumber_quadruples_map(result.quadruples_map, refined_spheres_backward_mapping);
+			}
+		}
+
+		result.ignored_spheres_ids=collect_ignored_spheres_ids(std::vector<int>(spheres.size(), 1), result.quadruples_map);
+
+		return result;
+	}
+
+	template<typename AdmittanceSet>
+	static Result construct_result_for_admittance_set(
+			const BoundingSpheresHierarchy& bsh,
+			const AdmittanceSet& admittance_set,
+			const bool include_surplus_valid_quadruples)
+	{
+		Result result;
+		std::vector<int> admittance(bsh.leaves_spheres().size(), 0);
+		bool admittance_filled=false;
+		for(typename AdmittanceSet::const_iterator it=admittance_set.begin();it!=admittance_set.end();++it)
+		{
+			const std::size_t id=(*it);
+			if(id<admittance.size())
+			{
+				admittance[id]=1;
+				admittance_filled=true;
+			}
+		}
+		if(admittance_filled)
+		{
+			result.quadruples_search_log=find_valid_quadruples(bsh, admittance, result.quadruples_map);
+			if(include_surplus_valid_quadruples)
+			{
+				result.surplus_quadruples_search_log=find_surplus_valid_quadruples(bsh, result.quadruples_map);
+			}
+			result.ignored_spheres_ids=collect_ignored_spheres_ids(admittance, result.quadruples_map);
+		}
+		return result;
+	}
+
+	static void merge_quadruples_maps(const QuadruplesMap& source_quadruples_map, QuadruplesMap& destination_quadruples_map)
+	{
+		for(QuadruplesMap::const_iterator it=source_quadruples_map.begin();it!=source_quadruples_map.end();++it)
+		{
+			const Quadruple& quadruple=it->first;
+			const std::vector<SimpleSphere>& tangent_spheres=it->second;
+			for(std::size_t i=0;i<tangent_spheres.size();i++)
+			{
+				augment_quadruples_map(quadruple, tangent_spheres[i], destination_quadruples_map);
+			}
+		}
+	}
+
+	static VerticesVector collect_vertices_vector_from_quadruples_map(const QuadruplesMap& quadruples_map)
+	{
+		typedef std::multimap<QuadruplesMap::key_type, QuadruplesMap::mapped_type> QuadruplesOrderedMultimap;
+		QuadruplesOrderedMultimap quadruples_ordered_multimap;
+		for(QuadruplesMap::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			quadruples_ordered_multimap.insert(*it);
+		}
+		VerticesVector vertices_vector;
+		vertices_vector.reserve(count_tangent_spheres_in_quadruples_map(quadruples_map));
+		for(QuadruplesOrderedMultimap::const_iterator it=quadruples_ordered_multimap.begin();it!=quadruples_ordered_multimap.end();++it)
+		{
+			const std::vector<SimpleSphere>& tangent_spheres=it->second;
+			if(tangent_spheres.size()==1)
+			{
+				vertices_vector.push_back(std::make_pair(it->first, tangent_spheres.front()));
+			}
+			else if(tangent_spheres.size()==2)
+			{
+				const SimpleSphere& a=tangent_spheres.front();
+				const SimpleSphere& b=tangent_spheres.back();
+				if(std::make_pair(a.r, std::make_pair(a.x, std::make_pair(a.y, a.z)))<std::make_pair(b.r, std::make_pair(b.x, std::make_pair(b.y, b.z))))
+				{
+					vertices_vector.push_back(std::make_pair(it->first, a));
+					vertices_vector.push_back(std::make_pair(it->first, b));
+				}
+				else
+				{
+					vertices_vector.push_back(std::make_pair(it->first, b));
+					vertices_vector.push_back(std::make_pair(it->first, a));
+				}
+			}
+		}
+		return vertices_vector;
+	}
+
+	static std::size_t count_tangent_spheres_in_quadruples_map(const QuadruplesMap& quadruples_map)
+	{
+		std::size_t sum=0;
+		for(QuadruplesMap::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			sum+=it->second.size();
+		}
+		return sum;
+	}
+
+	template<typename SphereType>
+	static bool check_quadruples_map(const std::vector<SphereType>& spheres, const QuadruplesMap& quadruples_map)
+	{
+		for(typename QuadruplesMap::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			const QuadruplesMap::key_type& q=it->first;
+			const QuadruplesMap::mapped_type& ts=it->second;
+			if(q.has_repetetions() || ts.empty() || ts.size()>2)
+			{
+				return false;
+			}
+			for(std::size_t i=0;i<ts.size();i++)
+			{
+				const SimpleSphere& t=ts[i];
+				for(std::size_t j=0;j<spheres.size();j++)
+				{
+					if(sphere_intersects_sphere(t, spheres[j]))
+					{
+						return false;
+					}
+				}
+			}
+		}
+		return true;
+	}
+
+	static VerticesGraph construct_vertices_graph(const std::vector<SimpleSphere>& spheres, const QuadruplesMap& quadruples_map)
+	{
+#if USE_TR1 > 0
+typedef std::tr1::unordered_map<Triple, std::vector<std::size_t>, Triple::HashFunctor> TriplesVerticesMap;
+#else
+typedef std::unordered_map<Triple, std::vector<std::size_t>, Triple::HashFunctor> TriplesVerticesMap;
+#endif
+
+		const VerticesVector valid_vertices_vector=collect_vertices_vector_from_quadruples_map(quadruples_map);
+		const VerticesVector invalid_vertices_vector=collect_vertices_vector_from_quadruples_map(collect_invalid_tangent_spheres_of_valid_quadruples(spheres, quadruples_map));
+		VerticesVector all_vertices_vector=valid_vertices_vector;
+		all_vertices_vector.insert(all_vertices_vector.end(), invalid_vertices_vector.begin(), invalid_vertices_vector.end());
+
+		TriplesVerticesMap triples_vertices_map;
+		for(std::size_t i=0;i<all_vertices_vector.size();i++)
+		{
+			const Quadruple& q=all_vertices_vector[i].first;
+			for(int j=0;j<4;j++)
+			{
+				triples_vertices_map[q.exclude(j)].push_back(i);
+			}
+		}
+
+		VerticesGraph vertices_graph(valid_vertices_vector.size(), std::vector<std::size_t>(4, npos));
+		for(TriplesVerticesMap::const_iterator it=triples_vertices_map.begin();it!=triples_vertices_map.end();++it)
+		{
+			update_vertices_graph(spheres, all_vertices_vector, it->first, it->second, vertices_graph);
+		}
+
+		return vertices_graph;
+	}
+
+private:
+	class Face
+	{
+	public:
+		Face(const std::vector<SimpleSphere>& spheres, const Triple& abc_ids, const double min_sphere_radius) :
+			spheres_(&spheres),
+			abc_ids_(abc_ids),
+			a_sphere_(&(spheres_->at(abc_ids_.get(0)))),
+			b_sphere_(&(spheres_->at(abc_ids_.get(1)))),
+			c_sphere_(&(spheres_->at(abc_ids_.get(2)))),
+			tangent_planes_(TangentPlaneOfThreeSpheres::calculate((*a_sphere_), (*b_sphere_), (*c_sphere_))),
+			can_have_d_(tangent_planes_.size()==2),
+			can_have_e_(!can_have_d_ || greater(a_sphere_->r, min_sphere_radius) || greater(b_sphere_->r, min_sphere_radius) || greater(c_sphere_->r, min_sphere_radius))
+		{
+			if(can_have_d_)
+			{
+				d_ids_and_tangent_spheres_.resize(2, std::pair<std::size_t, SimpleSphere>(npos, SimpleSphere()));
+				init_central_planes();
+				init_middle_region_approximation();
+			}
+			else
+			{
+				tangent_planes_.clear();
+			}
+		}
+
+		const Triple& abc_ids() const
+		{
+			return abc_ids_;
+		}
+
+		bool can_have_d() const
+		{
+			return can_have_d_;
+		}
+
+		template<typename InputSphereType>
+		bool sphere_may_contain_candidate_for_d(const InputSphereType& input_sphere, const std::size_t d_number) const
+		{
+			return (
+					can_have_d_
+					&& (d_number<2)
+					&& (halfspace_of_sphere(tangent_planes_[d_number].first, tangent_planes_[d_number].second, input_sphere)>=0)
+					);
+		}
+
+		std::pair<bool, SimpleSphere> check_candidate_for_d(const std::size_t d_id, const std::size_t d_number) const
+		{
+			if(
+					can_have_d_
+					&& (d_id!=npos)
+					&& (d_number<2)
+					&& (d_id!=d_ids_and_tangent_spheres_[d_number].first)
+					&& (!abc_ids_.contains(d_id))
+					&& (halfspace_of_sphere(tangent_planes_[d_number].first, tangent_planes_[d_number].second, spheres_->at(d_id))>=0)
+				)
+			{
+				const std::vector<SimpleSphere> tangent_spheres=TangentSphereOfFourSpheres::calculate((*a_sphere_), (*b_sphere_), (*c_sphere_), spheres_->at(d_id));
+				if(!tangent_spheres.empty())
+				{
+					std::size_t i=0;
+					if(tangent_spheres.size()==2)
+					{
+						const double hs0=halfspace_of_point(central_planes_[d_number].first, central_planes_[d_number].second, tangent_spheres[0]);
+						const double hs1=halfspace_of_point(central_planes_[d_number].first, central_planes_[d_number].second, tangent_spheres[1]);
+						if(hs0==1 && hs1==-1)
+						{
+							i=0;
+						}
+						else if(hs0==-1 && hs1==1)
+						{
+							i=1;
+						}
+						else if(hs0==-1 && hs1==-1)
+						{
+							i=(tangent_spheres[0].r<tangent_spheres[1].r ? 0 : 1);
+						}
+						else if(hs0==1 && hs1==1)
+						{
+							i=(tangent_spheres[0].r>tangent_spheres[1].r ? 0 : 1);
+						}
+					}
+					const SimpleSphere& tangent_sphere=tangent_spheres[i];
+					if(!sphere_intersects_recorded_sphere(d_ids_and_tangent_spheres_, tangent_sphere) && !sphere_intersects_recorded_sphere(e_ids_and_tangent_spheres_, tangent_sphere))
+					{
+						return std::make_pair(true, tangent_sphere);
+					}
+				}
+			}
+			return std::make_pair(false, SimpleSphere());
+		}
+
+		void set_d(const std::size_t d_id, const std::size_t d_number, const SimpleSphere& tangent_sphere)
+		{
+			if(can_have_d_ && d_number<2 && d_ids_and_tangent_spheres_[d_number].first!=d_id)
+			{
+				d_ids_and_tangent_spheres_[d_number]=std::make_pair(d_id, tangent_sphere);
+			}
+		}
+
+		void set_d_with_d_number_selection(const std::size_t d_id, const SimpleSphere& tangent_sphere)
+		{
+			if(can_have_d_)
+			{
+				const int h0=halfspace_of_sphere(tangent_planes_[0].first, tangent_planes_[0].second, spheres_->at(d_id));
+				const int h1=halfspace_of_sphere(tangent_planes_[1].first, tangent_planes_[1].second, spheres_->at(d_id));
+				if(h0>=0 && h1==-1 && (halfspace_of_sphere(tangent_planes_[0].first, tangent_planes_[0].second, spheres_->at(d_id))>=0))
+				{
+					set_d(d_id, 0, tangent_sphere);
+				}
+				else if(h0==-1 && h1>=0 && (halfspace_of_sphere(tangent_planes_[1].first, tangent_planes_[1].second, spheres_->at(d_id))>=0))
+				{
+					set_d(d_id, 1, tangent_sphere);
+				}
+			}
+		}
+
+		void unset_d(const std::size_t d_number)
+		{
+			if(can_have_d_ && d_number<2)
+			{
+				d_ids_and_tangent_spheres_[d_number]=std::make_pair(npos, SimpleSphere());
+			}
+		}
+
+		bool has_d(const std::size_t d_number) const
+		{
+			return (can_have_d_ && d_number<2 && d_ids_and_tangent_spheres_[d_number].first!=npos);
+		}
+
+		std::size_t get_d_id(const std::size_t d_number) const
+		{
+			return ((can_have_d_ && d_number<2) ? d_ids_and_tangent_spheres_[d_number].first : npos);
+		}
+
+		const SimpleSphere get_d_tangent_sphere(const std::size_t d_number) const
+		{
+			return ((can_have_d_ && d_number<2) ? d_ids_and_tangent_spheres_[d_number].second : SimpleSphere());
+		}
+
+		bool can_have_e() const
+		{
+			return can_have_e_;
+		}
+
+		void update_middle_region_approximation()
+		{
+			if(can_have_e_ && can_have_d_ && d_ids_and_tangent_spheres_[0].first!=npos && d_ids_and_tangent_spheres_[1].first!=npos)
+			{
+				const std::vector<SimpleSphere> disk0=TangentSphereOfThreeSpheres::calculate(
+						SimpleSphere(SimplePoint(*a_sphere_)+(sub_of_points<SimplePoint>(d_ids_and_tangent_spheres_[0].second, *a_sphere_).unit()*a_sphere_->r), 0),
+						SimpleSphere(SimplePoint(*b_sphere_)+(sub_of_points<SimplePoint>(d_ids_and_tangent_spheres_[0].second, *b_sphere_).unit()*b_sphere_->r), 0),
+						SimpleSphere(SimplePoint(*c_sphere_)+(sub_of_points<SimplePoint>(d_ids_and_tangent_spheres_[0].second, *c_sphere_).unit()*c_sphere_->r), 0));
+				if(disk0.size()==1)
+				{
+					const std::vector<SimpleSphere> disk1=TangentSphereOfThreeSpheres::calculate(
+							SimpleSphere(SimplePoint(*a_sphere_)+(sub_of_points<SimplePoint>(d_ids_and_tangent_spheres_[1].second, *a_sphere_).unit()*a_sphere_->r), 0),
+							SimpleSphere(SimplePoint(*b_sphere_)+(sub_of_points<SimplePoint>(d_ids_and_tangent_spheres_[1].second, *b_sphere_).unit()*b_sphere_->r), 0),
+							SimpleSphere(SimplePoint(*c_sphere_)+(sub_of_points<SimplePoint>(d_ids_and_tangent_spheres_[1].second, *c_sphere_).unit()*c_sphere_->r), 0));
+					if(disk1.size()==1)
+					{
+						const SimplePoint center(sum_of_points<SimplePoint>(disk0.front(), disk1.front())*0.5);
+						middle_region_approximation_sphere_.first=true;
+						middle_region_approximation_sphere_.second=SimpleSphere(center, std::max(distance_from_point_to_point(center, disk0.front())+disk0.front().r, distance_from_point_to_point(center, disk1.front())+disk1.front().r));
+					}
+				}
+			}
+		}
+
+		template<typename InputSphereType>
+		bool sphere_may_contain_candidate_for_e(const InputSphereType& input_sphere) const
+		{
+			return (
+					can_have_e_
+					&& (!can_have_d_ || !middle_region_approximation_sphere_.first || sphere_intersects_sphere(middle_region_approximation_sphere_.second, input_sphere))
+					&& (!can_have_d_ || d_ids_and_tangent_spheres_[0].first==npos || d_ids_and_tangent_spheres_[1].first==npos
+							|| (distance_from_point_to_line(input_sphere, d_ids_and_tangent_spheres_[0].second, d_ids_and_tangent_spheres_[1].second)<(input_sphere.r+std::max(d_ids_and_tangent_spheres_[0].second.r, d_ids_and_tangent_spheres_[1].second.r)))
+							|| (can_have_negative_tangent_spheres_ && sphere_intersects_sphere(input_sphere, *a_sphere_) && sphere_intersects_sphere(input_sphere, *b_sphere_) && sphere_intersects_sphere(input_sphere, *c_sphere_)))
+					&& (!can_have_d_ || (halfspace_of_sphere(tangent_planes_[0].first, tangent_planes_[0].second, input_sphere)<=0 && halfspace_of_sphere(tangent_planes_[1].first, tangent_planes_[1].second, input_sphere)<=0))
+					);
+		}
+
+		std::vector<SimpleSphere> check_candidate_for_e(const std::size_t e_id) const
+		{
+			if(
+					can_have_e_
+					&& (e_id!=npos)
+					&& (!abc_ids_.contains(e_id))
+					&& (!can_have_d_ || (e_id!=d_ids_and_tangent_spheres_[0].first && e_id!=d_ids_and_tangent_spheres_[1].first))
+					&& (!can_have_d_ || !middle_region_approximation_sphere_.first || sphere_intersects_sphere(middle_region_approximation_sphere_.second, spheres_->at(e_id)))
+					&& (!can_have_d_ || (halfspace_of_sphere(tangent_planes_[0].first, tangent_planes_[0].second, spheres_->at(e_id))==-1 && halfspace_of_sphere(tangent_planes_[1].first, tangent_planes_[1].second, spheres_->at(e_id))==-1))
+				)
+			{
+				const std::vector<SimpleSphere> tangent_spheres=TangentSphereOfFourSpheres::calculate((*a_sphere_), (*b_sphere_), (*c_sphere_), spheres_->at(e_id));
+				std::vector<SimpleSphere> valid_tangent_spheres;
+				for(std::size_t i=0;i<tangent_spheres.size();i++)
+				{
+					const SimpleSphere& tangent_sphere=tangent_spheres[i];
+					if(!sphere_intersects_recorded_sphere(d_ids_and_tangent_spheres_, tangent_sphere) && !sphere_intersects_recorded_sphere(e_ids_and_tangent_spheres_, tangent_sphere))
+					{
+						valid_tangent_spheres.push_back(tangent_sphere);
+					}
+				}
+				return valid_tangent_spheres;
+			}
+			return std::vector<SimpleSphere>();
+		}
+
+		void add_e(const std::size_t e_id, const SimpleSphere& tangent_sphere)
+		{
+			if(can_have_e_ && e_id!=npos)
+			{
+				e_ids_and_tangent_spheres_.push_back(std::make_pair(e_id, tangent_sphere));
+			}
+		}
+
+		void unset_e()
+		{
+			e_ids_and_tangent_spheres_.clear();
+		}
+
+		bool has_e() const
+		{
+			return (!e_ids_and_tangent_spheres_.empty());
+		}
+
+		const std::vector< std::pair<std::size_t, SimpleSphere> >& get_e_ids_and_tangent_spheres() const
+		{
+			return e_ids_and_tangent_spheres_;
+		}
+
+		std::vector< std::pair<Quadruple, SimpleSphere> > produce_quadruples(const bool with_d0, const bool with_d1, const bool with_e) const
+		{
+			std::vector< std::pair<Quadruple, SimpleSphere> > quadruples_with_tangent_spheres;
+			const std::vector< std::pair<std::size_t, SimpleSphere> > recorded_ids_and_tangent_spheres=collect_all_recorded_ids_and_tangent_spheres(with_d0, with_d1, with_e);
+			for(std::size_t i=0;i<recorded_ids_and_tangent_spheres.size();i++)
+			{
+				quadruples_with_tangent_spheres.push_back(std::make_pair(Quadruple(abc_ids_, recorded_ids_and_tangent_spheres[i].first), recorded_ids_and_tangent_spheres[i].second));
+			}
+			return quadruples_with_tangent_spheres;
+		}
+
+		std::vector< std::pair<Triple, std::pair<std::size_t, SimpleSphere> > > produce_prefaces(const bool with_d0, const bool with_d1, const bool with_e) const
+		{
+			std::vector< std::pair<Triple, std::pair<std::size_t, SimpleSphere> > > produced_prefaces;
+			const std::vector< std::pair<std::size_t, SimpleSphere> > recorded_ids_and_tangent_spheres=collect_all_recorded_ids_and_tangent_spheres(with_d0, with_d1, with_e);
+			for(int j=0;j<3;j++)
+			{
+				for(std::size_t i=0;i<recorded_ids_and_tangent_spheres.size();i++)
+				{
+					produced_prefaces.push_back(std::make_pair(Triple(abc_ids_.exclude(j), recorded_ids_and_tangent_spheres[i].first), std::make_pair(abc_ids_.get(j), recorded_ids_and_tangent_spheres[i].second)));
+				}
+			}
+			return produced_prefaces;
+		}
+
+	private:
+		void init_central_planes()
+		{
+			central_planes_.clear();
+			if(can_have_d_)
+			{
+				central_planes_.resize(2);
+				const SimplePoint centeral_plane_normal=plane_normal_from_three_points<SimplePoint>((*a_sphere_), (*b_sphere_), (*c_sphere_));
+				const bool consistent_orientation=(halfspace_of_point((*a_sphere_), centeral_plane_normal, (tangent_planes_[0].first+tangent_planes_[0].second))==1);
+				central_planes_[0]=std::make_pair(SimplePoint(*a_sphere_), consistent_orientation ? centeral_plane_normal : centeral_plane_normal.inverted());
+				central_planes_[1]=std::make_pair(SimplePoint(*a_sphere_), consistent_orientation ? centeral_plane_normal.inverted() : centeral_plane_normal);
+			}
+		}
+
+		void init_middle_region_approximation()
+		{
+			can_have_negative_tangent_spheres_=(sphere_intersects_sphere(*a_sphere_, *b_sphere_) && sphere_intersects_sphere(*a_sphere_, *c_sphere_) && sphere_intersects_sphere(*b_sphere_, *c_sphere_));
+			middle_region_approximation_sphere_.first=false;
+			if(can_have_e_ && can_have_d_)
+			{
+				const std::vector<SimpleSphere> disk0=TangentSphereOfThreeSpheres::calculate(
+						SimpleSphere(SimplePoint(*a_sphere_)+(tangent_planes_[0].second*(a_sphere_->r)), 0),
+						SimpleSphere(SimplePoint(*b_sphere_)+(tangent_planes_[0].second*(b_sphere_->r)), 0),
+						SimpleSphere(SimplePoint(*c_sphere_)+(tangent_planes_[0].second*(c_sphere_->r)), 0));
+				if(disk0.size()==1)
+				{
+					const std::vector<SimpleSphere> disk1=TangentSphereOfThreeSpheres::calculate(
+							SimpleSphere(SimplePoint(*a_sphere_)+(tangent_planes_[1].second*(a_sphere_->r)), 0),
+							SimpleSphere(SimplePoint(*b_sphere_)+(tangent_planes_[1].second*(b_sphere_->r)), 0),
+							SimpleSphere(SimplePoint(*c_sphere_)+(tangent_planes_[1].second*(c_sphere_->r)), 0));
+					if(disk1.size()==1)
+					{
+						const SimplePoint center(sum_of_points<SimplePoint>(disk0.front(), disk1.front())*0.5);
+						middle_region_approximation_sphere_.first=true;
+						middle_region_approximation_sphere_.second=SimpleSphere(center, std::max(distance_from_point_to_point(center, disk0.front())+disk0.front().r, distance_from_point_to_point(center, disk1.front())+disk1.front().r));
+					}
+				}
+			}
+		}
+
+		std::vector< std::pair<std::size_t, SimpleSphere> > collect_all_recorded_ids_and_tangent_spheres(const bool with_d0, const bool with_d1, const bool with_e) const
+		{
+			std::vector< std::pair<std::size_t, SimpleSphere> > recorded_ids_and_tangent_spheres;
+			recorded_ids_and_tangent_spheres.reserve(d_ids_and_tangent_spheres_.size()+e_ids_and_tangent_spheres_.size());
+			if(can_have_d_ && with_d0 && d_ids_and_tangent_spheres_[0].first!=npos)
+			{
+				recorded_ids_and_tangent_spheres.push_back(d_ids_and_tangent_spheres_[0]);
+			}
+			if(can_have_d_ && with_d1 && d_ids_and_tangent_spheres_[1].first!=npos)
+			{
+				recorded_ids_and_tangent_spheres.push_back(d_ids_and_tangent_spheres_[1]);
+			}
+			if(can_have_e_ && with_e && !e_ids_and_tangent_spheres_.empty())
+			{
+				recorded_ids_and_tangent_spheres.insert(recorded_ids_and_tangent_spheres.end(), e_ids_and_tangent_spheres_.begin(), e_ids_and_tangent_spheres_.end());
+			}
+			return recorded_ids_and_tangent_spheres;
+		}
+
+		template<typename InputSphereType>
+		bool sphere_intersects_recorded_sphere(const std::vector< std::pair<std::size_t, SimpleSphere> >& recorded_ids_and_tangent_spheres, const InputSphereType& input_sphere) const
+		{
+			for(std::size_t i=0;i<recorded_ids_and_tangent_spheres.size();i++)
+			{
+				if(recorded_ids_and_tangent_spheres[i].first!=npos && sphere_intersects_sphere(input_sphere, spheres_->at(recorded_ids_and_tangent_spheres[i].first)))
+				{
+					return true;
+				}
+			}
+			return false;
+		}
+
+		const std::vector<SimpleSphere>* spheres_;
+		Triple abc_ids_;
+		const SimpleSphere* a_sphere_;
+		const SimpleSphere* b_sphere_;
+		const SimpleSphere* c_sphere_;
+		std::vector< std::pair<SimplePoint, SimplePoint> > tangent_planes_;
+		std::vector< std::pair<std::size_t, SimpleSphere> > d_ids_and_tangent_spheres_;
+		std::vector< std::pair<std::size_t, SimpleSphere> > e_ids_and_tangent_spheres_;
+		bool can_have_d_;
+		bool can_have_e_;
+		std::vector< std::pair<SimplePoint, SimplePoint> > central_planes_;
+		bool can_have_negative_tangent_spheres_;
+		std::pair<bool, SimpleSphere> middle_region_approximation_sphere_;
+	};
+
+	class SearchForAnyDOfFace
+	{
+	public:
+		static bool find_any_d(const BoundingSpheresHierarchy& bsh, Face& face, const std::size_t d_number)
+		{
+			if(!face.has_d(d_number))
+			{
+				NodeCheckerForAnyD node_checker(face, d_number);
+				LeafCheckerForAnyD leaf_checker(face, d_number);
+				node_checker.constrain();
+				bsh.search(node_checker, leaf_checker);
+				if(node_checker.constrained && !face.has_d(d_number))
+				{
+					node_checker.unconstrain();
+					bsh.search(node_checker, leaf_checker);
+				}
+				return face.has_d(d_number);
+			}
+			return false;
+		}
+
+	private:
+		struct NodeCheckerForAnyD
+		{
+			const Face& face;
+			const std::size_t d_number;
+			bool constrained;
+			SimpleSphere constraint_sphere;
+
+			NodeCheckerForAnyD(const Face& target, const std::size_t d_number) : face(target), d_number(d_number), constrained(false)
+			{
+			}
+
+			bool constrain()
+			{
+				if(face.has_d(d_number==0 ? 1 : 0))
+				{
+					constraint_sphere=face.get_d_tangent_sphere(d_number==0 ? 1 : 0);
+					constrained=true;
+				}
+				else
+				{
+					constrained=false;
+				}
+				return constrained;
+			}
+
+			void unconstrain()
+			{
+				constrained=false;
+			}
+
+			bool operator()(const SimpleSphere& sphere) const
+			{
+				return (!constrained || sphere_intersects_sphere(constraint_sphere, sphere)) && face.sphere_may_contain_candidate_for_d(sphere, d_number);
+			}
+		};
+
+		struct LeafCheckerForAnyD
+		{
+			Face& face;
+			const std::size_t d_number;
+
+			LeafCheckerForAnyD(Face& target, const std::size_t d_number) : face(target), d_number(d_number)
+			{
+			}
+
+			std::pair<bool, bool> operator()(const std::size_t id, const SimpleSphere&)
+			{
+				const std::pair<bool, SimpleSphere> check_result=face.check_candidate_for_d(id, d_number);
+				if(check_result.first)
+				{
+					face.set_d(id, d_number, check_result.second);
+					return std::make_pair(true, true);
+				}
+				return std::make_pair(false, false);
+			}
+		};
+	};
+
+	class SearchForValidDOfFace
+	{
+	public:
+		static bool find_valid_d(const BoundingSpheresHierarchy& bsh, Face& face, const std::size_t d_number)
+		{
+			if(face.has_d(d_number))
+			{
+				NodeCheckerForValidD node_checker(face, d_number);
+				LeafCheckerForValidD leaf_checker(face, d_number);
+				while(face.has_d(d_number))
+				{
+					const std::vector<std::size_t> results=bsh.search(node_checker, leaf_checker);
+					if(results.empty())
+					{
+						return true;
+					}
+					else if(face.get_d_id(d_number)!=results.back())
+					{
+						face.unset_d(d_number);
+					}
+				}
+			}
+			return false;
+		}
+
+	private:
+		struct NodeCheckerForValidD
+		{
+			const Face& face;
+			const std::size_t d_number;
+
+			NodeCheckerForValidD(const Face& target, const std::size_t d_number) : face(target), d_number(d_number)
+			{
+			}
+
+			bool operator()(const SimpleSphere& sphere) const
+			{
+				return (face.has_d(d_number) && sphere_intersects_sphere(sphere, face.get_d_tangent_sphere(d_number)));
+			}
+		};
+
+		struct LeafCheckerForValidD
+		{
+#if USE_TR1 > 0
+typedef std::tr1::unordered_set<std::size_t> SafetyMonitor;
+#else
+typedef std::unordered_set<std::size_t> SafetyMonitor;
+#endif
+
+			Face& face;
+			const std::size_t d_number;
+			SafetyMonitor safety_monitor;
+
+			LeafCheckerForValidD(Face& target, const std::size_t d_number) : face(target), d_number(d_number)
+			{
+			}
+
+			std::pair<bool, bool> operator()(const std::size_t id, const SimpleSphere& sphere)
+			{
+				if(face.has_d(d_number) && sphere_intersects_sphere(sphere, face.get_d_tangent_sphere(d_number)))
+				{
+					const std::pair<bool, SimpleSphere> check_result=face.check_candidate_for_d(id, d_number);
+					if(check_result.first && safety_monitor.count(id)==0)
+					{
+						face.set_d(id, d_number, check_result.second);
+						safety_monitor.insert(id);
+						return std::make_pair(true, true);
+					}
+					else
+					{
+						return std::make_pair(true, false);
+					}
+				}
+				return std::make_pair(false, false);
+			}
+		};
+	};
+
+	class SearchForValidEOfFace
+	{
+	public:
+		static bool find_valid_e(const BoundingSpheresHierarchy& bsh, Face& face)
+		{
+			face.update_middle_region_approximation();
+			NodeCheckerForValidE node_checker(face);
+			LeafCheckerForValidE leaf_checker(face, bsh);
+			return !bsh.search(node_checker, leaf_checker).empty();
+		}
+
+	private:
+		struct NodeCheckerForValidE
+		{
+			const Face& face;
+
+			explicit NodeCheckerForValidE(const Face& target) : face(target)
+			{
+			}
+
+			bool operator()(const SimpleSphere& sphere) const
+			{
+				return face.sphere_may_contain_candidate_for_e(sphere);
+			}
+		};
+
+		struct LeafCheckerForValidE
+		{
+			Face& face;
+			const BoundingSpheresHierarchy& bsh;
+
+			LeafCheckerForValidE(Face& target, const BoundingSpheresHierarchy& bsh) : face(target), bsh(bsh)
+			{
+			}
+
+			std::pair<bool, bool> operator()(const std::size_t id, const SimpleSphere&)
+			{
+				const std::vector<SimpleSphere> check_result=face.check_candidate_for_e(id);
+				bool e_added=false;
+				for(std::size_t i=0;i<check_result.size();i++)
+				{
+					if(SearchForSphericalCollisions::find_any_collision(bsh, check_result[i]).empty())
+					{
+						face.add_e(id, check_result[i]);
+						e_added=true;
+					}
+				}
+				return std::make_pair(e_added, false);
+			}
+		};
+	};
+
+	static std::size_t select_starting_sphere_for_finding_first_valid_faces(const BoundingSpheresHierarchy& bsh, const std::vector<int>& admittance)
+	{
+		const std::vector<SimpleSphere>& spheres=bsh.leaves_spheres();
+		if(spheres.empty() || admittance.size()!=spheres.size())
+		{
+			return 0;
+		}
+		SimplePoint center(0.0, 0.0, 0.0);
+		int count=0;
+		for(std::size_t i=0;i<spheres.size();i++)
+		{
+			if(admittance[i]>0)
+			{
+				center=center+SimplePoint(spheres[i]);
+				count++;
+			}
+		}
+		if(count==0)
+		{
+			return 0;
+		}
+		center=center*(1/static_cast<double>(count));
+		std::size_t result=0;
+		double result_distance=std::numeric_limits<double>::max();
+		for(std::size_t i=0;i<spheres.size();i++)
+		{
+			if(admittance[i]>0)
+			{
+				const double i_distance=distance_from_point_to_point(center, spheres[i]);
+				if(i_distance<result_distance)
+				{
+					result=i;
+					result_distance=i_distance;
+				}
+			}
+		}
+		return result;
+	}
+
+	static std::vector<Face> find_first_valid_faces(
+			const BoundingSpheresHierarchy& bsh,
+			const std::vector<int>& admittance,
+			const std::size_t starting_sphere_id,
+			std::size_t& iterations_count,
+			const bool fix_starting_sphere_id,
+			const bool allow_quadruples_with_two_tangent_spheres,
+			const std::size_t max_size_of_traversal=std::numeric_limits<std::size_t>::max())
+	{
+		const std::vector<SimpleSphere>& spheres=bsh.leaves_spheres();
+		std::vector<Face> result;
+		if(spheres.size()>=4 && starting_sphere_id<spheres.size() && admittance.size()==spheres.size())
+		{
+			const std::vector<std::size_t> traversal=BoundingSpheresHierarchy::sort_objects_by_distance_to_one_of_them(spheres, starting_sphere_id, minimal_distance_from_sphere_to_sphere<SimpleSphere, SimpleSphere>);
+			for(std::size_t d=3;d<std::min(traversal.size(), max_size_of_traversal);d++)
+			{
+				for(std::size_t a=0;a<(fix_starting_sphere_id ? 1 : d);a++)
+				{
+					for(std::size_t b=a+1;b<d;b++)
+					{
+						for(std::size_t c=b+1;c<d;c++)
+						{
+							iterations_count++;
+							if(admittance[traversal[a]]>0 || admittance[traversal[b]]>0 || admittance[traversal[c]]>0)
+							{
+								const Triple triple(traversal[a], traversal[b], traversal[c]);
+								const Quadruple quadruple(triple, traversal[d]);
+								const std::vector<SimpleSphere> tangents=TangentSphereOfFourSpheres::calculate(spheres[quadruple.get(0)], spheres[quadruple.get(1)], spheres[quadruple.get(2)], spheres[quadruple.get(3)]);
+								if(
+										(tangents.size()==1 && SearchForSphericalCollisions::find_any_collision(bsh, tangents.front()).empty())
+										|| (allow_quadruples_with_two_tangent_spheres && tangents.size()==2 && (SearchForSphericalCollisions::find_any_collision(bsh, tangents.front()).empty() || SearchForSphericalCollisions::find_any_collision(bsh, tangents.back()).empty()))
+									)
+								{
+									result.push_back(Face(bsh.leaves_spheres(), triple, bsh.min_input_radius()));
+									return result;
+								}
+							}
+						}
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+	static std::pair<bool, bool> augment_quadruples_map(const Quadruple& quadruple, const SimpleSphere& quadruple_tangent_sphere, QuadruplesMap& quadruples_map)
+	{
+		bool quadruple_added=false;
+		bool quadruple_tangent_sphere_added=false;
+		QuadruplesMap::iterator qm_it=quadruples_map.find(quadruple);
+		if(qm_it==quadruples_map.end())
+		{
+			quadruples_map[quadruple].push_back(quadruple_tangent_sphere);
+			quadruple_added=true;
+			quadruple_tangent_sphere_added=true;
+		}
+		else
+		{
+			std::vector<SimpleSphere>& quadruple_tangent_spheres_list=qm_it->second;
+			if(quadruple_tangent_spheres_list.size()==1 && !spheres_equal(quadruple_tangent_spheres_list.front(), quadruple_tangent_sphere, tangent_spheres_equality_epsilon()))
+			{
+				quadruple_tangent_spheres_list.push_back(quadruple_tangent_sphere);
+				quadruple_tangent_sphere_added=true;
+			}
+		}
+		return std::make_pair(quadruple_added, quadruple_tangent_sphere_added);
+	}
+
+	static QuadruplesSearchLog find_valid_quadruples(const BoundingSpheresHierarchy& bsh, const std::vector<int>& admittance, QuadruplesMap& quadruples_map)
+	{
+#if USE_TR1 > 0
+typedef std::tr1::unordered_map<Triple, std::size_t, Triple::HashFunctor> TriplesMap;
+typedef std::tr1::unordered_set<Triple, Triple::HashFunctor> TriplesSet;
+#else
+typedef std::unordered_map<Triple, std::size_t, Triple::HashFunctor> TriplesMap;
+typedef std::unordered_set<Triple, Triple::HashFunctor> TriplesSet;
+#endif
+
+		QuadruplesSearchLog log=QuadruplesSearchLog();
+
+		std::vector<Face> stack=find_first_valid_faces(bsh, admittance, select_starting_sphere_for_finding_first_valid_faces(bsh, admittance), log.performed_iterations_for_finding_first_faces, false, true);
+		TriplesSet processed_triples_set;
+		std::vector<int> spheres_usage_mapping(bsh.leaves_spheres().size(), 0);
+		std::set<std::size_t> ignorable_spheres_ids;
+
+		do
+		{
+			TriplesMap stack_map;
+			for(std::size_t i=0;i<stack.size();i++)
+			{
+				stack_map[stack[i].abc_ids()]=i;
+			}
+			while(!stack.empty())
+			{
+				Face face=stack.back();
+				stack.pop_back();
+				stack_map.erase(face.abc_ids());
+				processed_triples_set.insert(face.abc_ids());
+				log.processed_faces++;
+				if(!face.can_have_d())
+				{
+					log.encountered_difficult_faces++;
+				}
+				const bool found_d0=face.can_have_d() && !face.has_d(0) && SearchForAnyDOfFace::find_any_d(bsh, face, 0) && SearchForValidDOfFace::find_valid_d(bsh, face, 0);
+				const bool found_d1=face.can_have_d() && !face.has_d(1) && SearchForAnyDOfFace::find_any_d(bsh, face, 1) && SearchForValidDOfFace::find_valid_d(bsh, face, 1);
+				const bool found_e=face.can_have_e() && SearchForValidEOfFace::find_valid_e(bsh, face);
+				if(found_d0 || found_d1 || found_e)
+				{
+					{
+						const std::vector< std::pair<Quadruple, SimpleSphere> > additional_quadruples=face.produce_quadruples(found_d0, found_d1, found_e);
+						for(std::size_t i=0;i<additional_quadruples.size();i++)
+						{
+							const std::pair<bool, bool> augmention_status=augment_quadruples_map(additional_quadruples[i].first, additional_quadruples[i].second, quadruples_map);
+							log.added_quadruples+=(augmention_status.first ? 1 : 0);
+							log.added_tangent_spheres+=(augmention_status.second ? 1 : 0);
+						}
+					}
+					{
+						const std::vector< std::pair<Triple, std::pair<std::size_t, SimpleSphere> > > produced_prefaces=face.produce_prefaces(found_d0, found_d1, found_e);
+						for(std::size_t i=0;i<produced_prefaces.size();i++)
+						{
+							const std::pair<Triple, std::pair<std::size_t, SimpleSphere> >& produced_preface=produced_prefaces[i];
+							if(admittance[produced_preface.first.get(0)]>0 || admittance[produced_preface.first.get(1)]>0 || admittance[produced_preface.first.get(2)]>0)
+							{
+								if(processed_triples_set.count(produced_preface.first)==0)
+								{
+									TriplesMap::const_iterator sm_it=stack_map.find(produced_preface.first);
+									if(sm_it==stack_map.end())
+									{
+										stack_map[produced_preface.first]=stack.size();
+										stack.push_back(Face(bsh.leaves_spheres(), produced_preface.first, bsh.min_input_radius()));
+										stack.back().set_d_with_d_number_selection(produced_preface.second.first, produced_preface.second.second);
+										log.produced_faces++;
+									}
+									else
+									{
+										stack.at(sm_it->second).set_d_with_d_number_selection(produced_preface.second.first, produced_preface.second.second);
+										log.updated_faces++;
+									}
+								}
+								else
+								{
+									log.encountered_triples_repetitions++;
+								}
+							}
+						}
+					}
+				}
+				if(face.has_d(0) || face.has_d(1) || face.has_e())
+				{
+					for(int j=0;j<3;j++)
+					{
+						if(face.abc_ids().get(j)<spheres_usage_mapping.size())
+						{
+							spheres_usage_mapping[face.abc_ids().get(j)]=1;
+						}
+					}
+				}
+			}
+			for(std::size_t i=0;i<spheres_usage_mapping.size() && stack.empty();i++)
+			{
+				if(spheres_usage_mapping[i]==0 && admittance[i]>0 && ignorable_spheres_ids.count(i)==0)
+				{
+					stack=find_first_valid_faces(bsh, admittance, i, log.performed_iterations_for_finding_first_faces, true, true, 25);
+					ignorable_spheres_ids.insert(i);
+				}
+			}
+		}
+		while(!stack.empty());
+
+		return log;
+	}
+
+	static SurplusQuadruplesSearchLog find_surplus_valid_quadruples(const BoundingSpheresHierarchy& bsh, QuadruplesMap& quadruples_map)
+	{
+		SurplusQuadruplesSearchLog log=SurplusQuadruplesSearchLog();
+		std::vector< std::pair<Quadruple, SimpleSphere> > surplus_candidates;
+		for(QuadruplesMap::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			const std::vector<SimpleSphere>& tangent_spheres=it->second;
+			for(std::size_t i=0;i<tangent_spheres.size();i++)
+			{
+				const SimpleSphere& tangent_sphere=tangent_spheres[i];
+				const SimpleSphere expanded_tangent_sphere(tangent_sphere, tangent_sphere.r+tangent_spheres_equality_epsilon());
+				const std::vector<std::size_t> expanded_collisions=SearchForSphericalCollisions::find_all_collisions(bsh, expanded_tangent_sphere);
+				std::vector<std::size_t> refined_collisions;
+				for(std::size_t j=0;j<expanded_collisions.size();j++)
+				{
+					if(sphere_touches_sphere(tangent_sphere, bsh.leaves_spheres().at(expanded_collisions[j])))
+					{
+						refined_collisions.push_back(expanded_collisions[j]);
+					}
+				}
+				if(refined_collisions.size()>4)
+				{
+					for(std::size_t a=0;a<refined_collisions.size();a++)
+					{
+						for(std::size_t b=a+1;b<refined_collisions.size();b++)
+						{
+							for(std::size_t c=b+1;c<refined_collisions.size();c++)
+							{
+								for(std::size_t d=c+1;d<refined_collisions.size();d++)
+								{
+									surplus_candidates.push_back(std::make_pair(Quadruple(refined_collisions[a], refined_collisions[b], refined_collisions[c], refined_collisions[d]), tangent_sphere));
+								}
+							}
+						}
+					}
+				}
+			}
+		}
+		for(std::size_t i=0;i<surplus_candidates.size();i++)
+		{
+			const std::pair<bool, bool> augmention_status=augment_quadruples_map(surplus_candidates[i].first, surplus_candidates[i].second, quadruples_map);
+			log.surplus_quadruples+=(augmention_status.first ? 1 : 0);
+			log.surplus_tangent_spheres+=(augmention_status.second ? 1 : 0);
+		}
+		return log;
+	}
+
+	static QuadruplesMap renumber_quadruples_map(const QuadruplesMap& quadruples_map, const std::vector<std::size_t>& mapping)
+	{
+		QuadruplesMap renumbered_quadruples_map;
+		for(QuadruplesMap::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			const Quadruple& q=it->first;
+			if(q.get(3)<mapping.size())
+			{
+				const Quadruple mq(mapping[q.get(0)], mapping[q.get(1)], mapping[q.get(2)], mapping[q.get(3)]);
+				if(mq.get(3)!=npos)
+				{
+					renumbered_quadruples_map[mq]=it->second;
+				}
+			}
+		}
+		return renumbered_quadruples_map;
+	}
+
+	static std::set<std::size_t> collect_ignored_spheres_ids(const std::vector<int>& admittance, const QuadruplesMap& quadruples_map)
+	{
+		std::set<std::size_t> ignored_spheres_ids;
+		std::vector<int> spheres_inclusion_map(admittance.size(), 0);
+		for(QuadruplesMap::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			const Quadruple& q=it->first;
+			for(int i=0;i<4;i++)
+			{
+				if(q.get(i)<spheres_inclusion_map.size())
+				{
+					spheres_inclusion_map[q.get(i)]=1;
+				}
+			}
+		}
+		for(std::size_t i=0;i<spheres_inclusion_map.size();i++)
+		{
+			if(spheres_inclusion_map[i]==0 && admittance[i]>0)
+			{
+				ignored_spheres_ids.insert(i);
+			}
+		}
+		return ignored_spheres_ids;
+	}
+
+	inline static double tangent_spheres_equality_epsilon()
+	{
+		return std::max(default_comparison_epsilon(), 0.001);
+	}
+
+	static QuadruplesMap collect_invalid_tangent_spheres_of_valid_quadruples(const std::vector<SimpleSphere>& spheres, const QuadruplesMap& quadruples_map)
+	{
+		QuadruplesMap result;
+		for(QuadruplesMap::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			const Quadruple& q=it->first;
+			const std::vector<SimpleSphere>& valid_tangent_spheres=it->second;
+			if(valid_tangent_spheres.size()==1 && q.get(0)<spheres.size() && q.get(1)<spheres.size() && q.get(2)<spheres.size() && q.get(3)<spheres.size())
+			{
+				const std::vector<SimpleSphere> all_tangent_spheres=TangentSphereOfFourSpheres::calculate(spheres[q.get(0)], spheres[q.get(1)], spheres[q.get(2)], spheres[q.get(3)]);
+				if(all_tangent_spheres.size()==2)
+				{
+					if(!spheres_equal(valid_tangent_spheres.front(), all_tangent_spheres[0], tangent_spheres_equality_epsilon()))
+					{
+						result[q].push_back(all_tangent_spheres[0]);
+					}
+					else if(!spheres_equal(valid_tangent_spheres.front(), all_tangent_spheres[1], tangent_spheres_equality_epsilon()))
+					{
+						result[q].push_back(all_tangent_spheres[1]);
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+	static void update_vertices_graph(
+			const std::vector<SimpleSphere>& spheres,
+			const VerticesVector& all_vertices_vector,
+			const Triple& triple,
+			const std::size_t vi,
+			const std::size_t vj,
+			const bool lonely_pair,
+			VerticesGraph& vertices_graph)
+	{
+		if(vi<vertices_graph.size() && vj<vertices_graph.size())
+		{
+			const Quadruple& qi=all_vertices_vector[vi].first;
+			const Quadruple& qj=all_vertices_vector[vj].first;
+			if(qi==qj)
+			{
+				const int number_of_subtriple=qi.number_of_subtuple(triple);
+				if(number_of_subtriple>=0)
+				{
+					const std::size_t common_sphere_id=qi.get(number_of_subtriple);
+					if(common_sphere_id<spheres.size())
+					{
+						const std::vector< std::pair<SimplePoint, SimplePoint> > tangent_planes=TangentPlaneOfThreeSpheres::calculate(spheres[triple.get(0)], spheres[triple.get(1)], spheres[triple.get(2)]);
+						if(tangent_planes.size()!=2 ? lonely_pair : (halfspace_of_sphere(tangent_planes[0].first, tangent_planes[0].second, spheres[common_sphere_id])>=0 && halfspace_of_sphere(tangent_planes[1].first, tangent_planes[1].second, spheres[common_sphere_id])>=0))
+						{
+							vertices_graph[vi][number_of_subtriple]=vj;
+							vertices_graph[vj][number_of_subtriple]=vi;
+						}
+					}
+				}
+			}
+			else
+			{
+				const int number_of_subtriple_for_vi=qi.number_of_subtuple(triple);
+				const int number_of_subtriple_for_vj=qj.number_of_subtuple(triple);
+				if(number_of_subtriple_for_vi>=0 && number_of_subtriple_for_vj>=0)
+				{
+					vertices_graph[vi][number_of_subtriple_for_vi]=vj;
+					vertices_graph[vj][number_of_subtriple_for_vj]=vi;
+				}
+			}
+		}
+	}
+
+
+	static void update_vertices_graph(
+			const std::vector<SimpleSphere>& spheres,
+			const VerticesVector& all_vertices_vector,
+			const Triple& triple,
+			const std::vector<std::size_t>& triple_vertices_ids,
+			VerticesGraph& vertices_graph)
+	{
+		const std::vector<std::size_t>& v=triple_vertices_ids;
+		if(v.size()>1)
+		{
+			if(v.size()==2)
+			{
+				update_vertices_graph(spheres, all_vertices_vector, triple, v[0], v[1], true, vertices_graph);
+			}
+			else
+			{
+				const double r0=spheres[triple.get(0)].r;
+				const double r1=spheres[triple.get(1)].r;
+				const double r2=spheres[triple.get(2)].r;
+				const SimpleSphere& o=spheres[triple.get((r0<=r1 && r0<=r2) ? 0 : ((r1<=r0 && r1<=r2) ? 1 : 2))];
+				for(std::size_t i=0;i<v.size();i++)
+				{
+					const std::size_t vi=v[i];
+					if(vi<vertices_graph.size())
+					{
+						std::vector< std::pair<double, std::size_t> > v_candidates;
+						v_candidates.reserve(v.size()-1);
+						for(std::size_t j=0;j<v.size();j++)
+						{
+							const std::size_t vj=v[j];
+							if(vj!=vi)
+							{
+								const double angle=min_angle(o, all_vertices_vector[vi].second, all_vertices_vector[vj].second);
+								v_candidates.push_back(std::make_pair(angle, vj));
+							}
+						}
+						if(!v_candidates.empty())
+						{
+							std::sort(v_candidates.begin(), v_candidates.end());
+							std::vector<std::size_t> v_sel(1, v_candidates[0].second);
+							for(std::size_t j=1;j<v_candidates.size() && v_sel.size()==1;j++)
+							{
+								const std::size_t vj=v_candidates[j].second;
+								const double angle_with_vi=min_angle(o, all_vertices_vector[vi].second, all_vertices_vector[vj].second);
+								const double angle_with_v_sel0=min_angle(o, all_vertices_vector[v_sel[0]].second, all_vertices_vector[vj].second);
+								if(angle_with_vi<angle_with_v_sel0)
+								{
+									v_sel.push_back(vj);
+								}
+							}
+							for(std::size_t j=0;j<v_sel.size();j++)
+							{
+								update_vertices_graph(spheres, all_vertices_vector, triple, vi, v_sel[j], false, vertices_graph);
+							}
+						}
+					}
+				}
+			}
+		}
+	}
+};
+
+}
+
+#endif /* APOLLOTA_TRIANGULATION_H_ */
diff --git a/src/apollota/triangulation_output.h b/src/apollota/triangulation_output.h
new file mode 100644
index 0000000..eb4d4d1
--- /dev/null
+++ b/src/apollota/triangulation_output.h
@@ -0,0 +1,77 @@
+#ifndef APOLLOTA_TRIANGULATION_OUTPUT_H_
+#define APOLLOTA_TRIANGULATION_OUTPUT_H_
+
+#include <iostream>
+
+#include "triangulation.h"
+
+namespace apollota
+{
+
+class TriangulationOutput
+{
+public:
+	static void print_status(const Triangulation::Result& tr, std::ostream& output)
+	{
+		output << "quadruples " << tr.quadruples_map.size() << "\n";
+		output << "tangent_spheres " << Triangulation::count_tangent_spheres_in_quadruples_map(tr.quadruples_map) << "\n";
+		output << "processed_triples " << tr.quadruples_search_log.processed_faces << "\n";
+		output << "loose_triples " << tr.quadruples_search_log.encountered_difficult_faces << "\n";
+		output << "first_iterations " << tr.quadruples_search_log.performed_iterations_for_finding_first_faces << "\n";
+		output << "surplus_tangent_spheres " << tr.surplus_quadruples_search_log.surplus_tangent_spheres << "\n";
+		output << "excluded_hidden_balls " << tr.excluded_hidden_spheres_ids.size() << "\n";
+		output << "ignored_balls " << tr.ignored_spheres_ids.size();
+		for(std::set<std::size_t>::const_iterator it=tr.ignored_spheres_ids.begin();it!=tr.ignored_spheres_ids.end();++it)
+		{
+			output << (it==tr.ignored_spheres_ids.begin() ? ":" : ",") << (*it);
+		}
+		output << "\n";
+	}
+
+	static void print_vertices_vector(const Triangulation::VerticesVector& vertices_vector, std::ostream& output)
+	{
+		output.precision(std::numeric_limits<double>::digits10);
+		output << std::fixed;
+		for(Triangulation::VerticesVector::const_iterator it=vertices_vector.begin();it!=vertices_vector.end();++it)
+		{
+			const Quadruple& quadruple=it->first;
+			const SimpleSphere& tangent_sphere=it->second;
+			output << quadruple.get(0) << " " << quadruple.get(1) << " " << quadruple.get(2) << " " << quadruple.get(3) << " ";
+			output << tangent_sphere.x << " " << tangent_sphere.y << " " << tangent_sphere.z << " " << tangent_sphere.r << "\n";
+		}
+	}
+
+	static void print_vertices_vector_with_vertices_graph(const Triangulation::VerticesVector& vertices_vector, const Triangulation::VerticesGraph& vertices_graph, std::ostream& output)
+	{
+		if(vertices_vector.size()==vertices_graph.size())
+		{
+			output.precision(std::numeric_limits<double>::digits10);
+			output << std::fixed;
+			for(std::size_t i=0;i<vertices_vector.size();i++)
+			{
+				const Quadruple& quadruple=vertices_vector[i].first;
+				const SimpleSphere& tangent_sphere=vertices_vector[i].second;
+				const std::vector<std::size_t> links=vertices_graph[i];
+				output << quadruple.get(0) << " " << quadruple.get(1) << " " << quadruple.get(2) << " " << quadruple.get(3) << " ";
+				output << tangent_sphere.x << " " << tangent_sphere.y << " " << tangent_sphere.z << " " << tangent_sphere.r << " ";
+				for(std::size_t j=0;j<links.size();j++)
+				{
+					if(links[j]==npos)
+					{
+						output << "-1";
+					}
+					else
+					{
+						output << links[j];
+					}
+					output << (j+1<links.size() ? " " : "\n");
+				}
+			}
+		}
+	}
+
+};
+
+}
+
+#endif /* APOLLOTA_TRIANGULATION_OUTPUT_H_ */
diff --git a/src/apollota/triangulation_queries.h b/src/apollota/triangulation_queries.h
new file mode 100644
index 0000000..a0523ea
--- /dev/null
+++ b/src/apollota/triangulation_queries.h
@@ -0,0 +1,132 @@
+#ifndef APOLLOTA_TRIANGULATION_QUERIES_H_
+#define APOLLOTA_TRIANGULATION_QUERIES_H_
+
+#include "../compatability_macros.h"
+
+#include "triangulation.h"
+
+namespace apollota
+{
+
+class TriangulationQueries
+{
+public:
+
+#if USE_TR1 > 0
+typedef std::tr1::unordered_map<std::size_t, std::set<std::size_t> > IDsMap;
+typedef std::tr1::unordered_map<Pair, std::set<std::size_t>, Pair::HashFunctor> PairsMap;
+typedef std::tr1::unordered_map<Triple, std::set<std::size_t>, Triple::HashFunctor> TriplesMap;
+#else
+typedef std::unordered_map<std::size_t, std::set<std::size_t> > IDsMap;
+typedef std::unordered_map<Pair, std::set<std::size_t>, Pair::HashFunctor> PairsMap;
+typedef std::unordered_map<Triple, std::set<std::size_t>, Triple::HashFunctor> TriplesMap;
+#endif
+
+	typedef std::vector< std::vector<std::size_t> > IDsGraph;
+
+	template<typename QuadruplesMapType>
+	static IDsMap collect_neighbors_map_from_quadruples_map(const QuadruplesMapType& quadruples_map)
+	{
+		IDsMap neighbors_map;
+		for(typename QuadruplesMapType::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			const Quadruple& quadruple=it->first;
+			for(int a=0;a<4;a++)
+			{
+				for(int b=a+1;b<4;b++)
+				{
+					neighbors_map[quadruple.get(a)].insert(quadruple.get(b));
+					neighbors_map[quadruple.get(b)].insert(quadruple.get(a));
+				}
+			}
+		}
+		return neighbors_map;
+	}
+
+	static IDsGraph collect_ids_graph_from_ids_map(const IDsMap& neighbors_map, const std::size_t number_of_vertices)
+	{
+		IDsGraph neighbors_graph(number_of_vertices);
+		for(IDsMap::const_iterator it=neighbors_map.begin();it!=neighbors_map.end();++it)
+		{
+			if((it->first)<neighbors_graph.size())
+			{
+				neighbors_graph[it->first].insert(neighbors_graph[it->first].end(), it->second.begin(), it->second.end());
+			}
+		}
+		return neighbors_graph;
+	}
+
+	static IDsMap collect_vertices_map_from_vertices_vector(const Triangulation::VerticesVector& vertices_vector)
+	{
+		IDsMap ids_vertices_map;
+		for(std::size_t i=0;i<vertices_vector.size();i++)
+		{
+			const Quadruple& quadruple=vertices_vector[i].first;
+			for(int a=0;a<4;a++)
+			{
+				ids_vertices_map[quadruple.get(a)].insert(i);
+			}
+		}
+		return ids_vertices_map;
+	}
+
+	static PairsMap collect_pairs_vertices_map_from_vertices_vector(const Triangulation::VerticesVector& vertices_vector)
+	{
+		PairsMap pairs_vertices_map;
+		for(std::size_t i=0;i<vertices_vector.size();i++)
+		{
+			const Quadruple& quadruple=vertices_vector[i].first;
+			for(int a=0;a<4;a++)
+			{
+				for(int b=a+1;b<4;b++)
+				{
+					pairs_vertices_map[Pair(quadruple.get(a), quadruple.get(b))].insert(i);
+				}
+			}
+		}
+		return pairs_vertices_map;
+	}
+
+	static TriplesMap collect_triples_vertices_map_from_vertices_vector(const Triangulation::VerticesVector& vertices_vector)
+	{
+		TriplesMap triples_vertices_map;
+		for(std::size_t i=0;i<vertices_vector.size();i++)
+		{
+			const Quadruple& quadruple=vertices_vector[i].first;
+			for(int a=0;a<4;a++)
+			{
+				triples_vertices_map[quadruple.exclude(a)].insert(i);
+			}
+		}
+		return triples_vertices_map;
+	}
+
+	template<typename QuadruplesMapType>
+	static PairsMap collect_pairs_neighbors_map_from_quadruples_map(const QuadruplesMapType& quadruples_map)
+	{
+		PairsMap pairs_neighbors_map;
+		for(typename QuadruplesMapType::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			const Quadruple& quadruple=it->first;
+			for(int a=0;a<4;a++)
+			{
+				for(int b=a+1;b<4;b++)
+				{
+					const Pair p(quadruple.get(a), quadruple.get(b));
+					for(int c=0;c<4;c++)
+					{
+						if(c!=a && c!=b)
+						{
+							pairs_neighbors_map[p].insert(quadruple.get(c));
+						}
+					}
+				}
+			}
+		}
+		return pairs_neighbors_map;
+	}
+};
+
+}
+
+#endif /* APOLLOTA_TRIANGULATION_QUERIES_H_ */
diff --git a/src/apollota/tuple.h b/src/apollota/tuple.h
new file mode 100644
index 0000000..d2bee42
--- /dev/null
+++ b/src/apollota/tuple.h
@@ -0,0 +1,202 @@
+#ifndef APOLLOTA_TUPLE_H_
+#define APOLLOTA_TUPLE_H_
+
+#include <vector>
+#include <algorithm>
+
+namespace apollota
+{
+
+template<unsigned int N>
+class Tuple
+{
+public:
+	struct HashFunctor
+	{
+		std::size_t operator()(const Tuple& t) const
+		{
+			return t.hash_value();
+		}
+	};
+
+	Tuple()
+	{
+		for(unsigned int i=0;i<N;i++)
+		{
+			v_[i]=0;
+		}
+	}
+
+	explicit Tuple(const std::vector<std::size_t>& values)
+	{
+		for(unsigned int i=0;i<N && i<values.size();i++)
+		{
+			v_[i]=values[i];
+		}
+		sort();
+	}
+
+	Tuple(const Tuple<N-1>& shorter, const std::size_t tail)
+	{
+		for(unsigned int i=0;i<(N-1);i++)
+		{
+			v_[i]=shorter.get(i);
+		}
+		v_[N-1]=tail;
+		sort();
+	}
+
+	Tuple(const std::size_t a, const std::size_t b)
+	{
+		if(0<N) v_[0]=a;
+		if(1<N) v_[1]=b;
+		sort();
+	}
+
+	Tuple(const std::size_t a, const std::size_t b, const std::size_t c)
+	{
+		if(0<N) v_[0]=a;
+		if(1<N) v_[1]=b;
+		if(2<N) v_[2]=c;
+		sort();
+	}
+
+	Tuple(const std::size_t a, const std::size_t b, const std::size_t c, const std::size_t d)
+	{
+		if(0<N) v_[0]=a;
+		if(1<N) v_[1]=b;
+		if(2<N) v_[2]=c;
+		if(3<N) v_[3]=d;
+		sort();
+	}
+
+	unsigned int size() const
+	{
+		return N;
+	}
+
+	std::size_t get(unsigned int i) const
+	{
+		return v_[i];
+	}
+
+	bool contains(std::size_t x) const
+	{
+		for(unsigned int i=0;i<N;i++)
+		{
+			if(get(i)==x)
+			{
+				return true;
+			}
+		}
+		return false;
+	}
+
+	Tuple<N-1> exclude(unsigned int i) const
+	{
+		std::vector<std::size_t> values;
+		values.reserve(N-1);
+		for(unsigned int j=0;j<N;j++)
+		{
+			if(j!=i)
+			{
+				values.push_back(get(j));
+			}
+		}
+		return Tuple<N-1>(values);
+	}
+
+	int number_of_subtuple(const Tuple<N-1>& subtuple) const
+	{
+		for(unsigned int i=0;i<N;i++)
+		{
+			if((!subtuple.contains(get(i))) && (subtuple==exclude(i)))
+			{
+				return static_cast<int>(i);
+			}
+		}
+		return -1;
+	}
+
+	bool has_repetetions() const
+	{
+		for(unsigned int i=0;i+1<N;i++)
+		{
+			if(v_[i]==v_[i+1])
+			{
+				return true;
+			}
+		}
+		return false;
+	}
+
+	std::pair<std::size_t, std::size_t> get_min_max() const
+	{
+		std::pair<std::size_t, std::size_t> result(v_[0], v_[0]);
+		for(unsigned int i=1;i<N;i++)
+		{
+			result.first=std::min(result.first, v_[i]);
+			result.second=std::max(result.second, v_[i]);
+		}
+		return result;
+	}
+
+	std::size_t hash_value() const
+	{
+		std::size_t h=0;
+		for(unsigned int i=0;i<N;i++)
+		{
+			h += get(i);
+			h += (h << 10);
+			h ^= (h >> 6);
+		}
+		h += (h << 3);
+		h ^= (h >> 11);
+		h += (h << 15);
+		return h;
+	}
+
+	bool operator==(const Tuple& t) const
+	{
+		for(unsigned int i=0;i<N;i++)
+		{
+			if(get(i)!=t.get(i))
+			{
+				return false;
+			}
+		}
+		return true;
+	}
+
+	bool operator<(const Tuple& t) const
+	{
+		for(unsigned int i=0;i<N;i++)
+		{
+			if(get(i)<t.get(i))
+			{
+				return true;
+			}
+			else if(get(i)>t.get(i))
+			{
+				return false;
+			}
+		}
+		return false;
+	}
+
+private:
+	void sort()
+	{
+		std::sort(v_, v_+N);
+	}
+
+	std::size_t v_[N];
+};
+
+typedef Tuple<2> Pair;
+typedef Tuple<3> Triple;
+typedef Tuple<4> Quadruple;
+
+}
+
+#endif /* APOLLOTA_TUPLE_H_ */
diff --git a/src/auxiliaries/atom_radius_assigner.h b/src/auxiliaries/atom_radius_assigner.h
new file mode 100644
index 0000000..f374b56
--- /dev/null
+++ b/src/auxiliaries/atom_radius_assigner.h
@@ -0,0 +1,93 @@
+#ifndef AUXILIARIES_ATOM_RADIUS_ASSIGNER_H_
+#define AUXILIARIES_ATOM_RADIUS_ASSIGNER_H_
+
+#include <string>
+#include <map>
+#include <vector>
+#include <iostream>
+
+namespace auxiliaries
+{
+
+class AtomRadiusAssigner
+{
+public:
+	explicit AtomRadiusAssigner(const double default_radius) : default_radius(default_radius)
+	{
+	}
+
+	bool add_radius_by_descriptor(const std::string& resName_pattern, const std::string& name_pattern, const double radius)
+	{
+		if(!resName_pattern.empty() && !name_pattern.empty())
+		{
+			radii_by_descriptors[Descriptor(resName_pattern, name_pattern)]=radius;
+			return true;
+		}
+		return false;
+	}
+
+	double get_atom_radius(const std::string& resName, const std::string& name) const
+	{
+		std::vector<std::string> ordered_resName_patterns;
+		ordered_resName_patterns.push_back(resName);
+		ordered_resName_patterns.push_back("*");
+
+		std::vector<std::string> ordered_name_patterns;
+		ordered_name_patterns.push_back(name);
+		for(std::size_t i=0;i<name.size();i++)
+		{
+			ordered_name_patterns.push_back(name.substr(0, name.size()-i)+"*");
+		}
+		ordered_name_patterns.push_back("*");
+
+		for(std::size_t i=0;i<ordered_resName_patterns.size();i++)
+		{
+			for(std::size_t j=0;j<ordered_name_patterns.size();j++)
+			{
+				std::map<Descriptor, double>::const_iterator it=radii_by_descriptors.find(Descriptor(ordered_resName_patterns[i], ordered_name_patterns[j]));
+				if(it!=radii_by_descriptors.end())
+				{
+					return it->second;
+				}
+			}
+		}
+		return default_radius;
+	}
+
+	static bool add_descriptor_and_radius_from_stream_to_atom_radius_assigner(std::istream& input, AtomRadiusAssigner& atom_radius_assigner)
+	{
+		std::string resName;
+		std::string name;
+		double radius=0.0;
+		input >> resName >> name >> radius;
+		if(!input.fail())
+		{
+			atom_radius_assigner.add_radius_by_descriptor(resName, name, radius);
+			return true;
+		}
+		return false;
+	}
+
+private:
+	struct Descriptor
+	{
+		std::string resName_pattern;
+		std::string name_pattern;
+
+		Descriptor(const std::string& resName_pattern, const std::string& name_pattern) : resName_pattern(resName_pattern), name_pattern(name_pattern)
+		{
+		}
+
+		bool operator<(const Descriptor& d) const
+		{
+			return ( resName_pattern<d.resName_pattern || (resName_pattern==d.resName_pattern && (name_pattern<d.name_pattern)) );
+		}
+	};
+
+	double default_radius;
+	std::map<Descriptor, double> radii_by_descriptors;
+};
+
+}
+
+#endif /* AUXILIARIES_ATOM_RADIUS_ASSIGNER_H_ */
diff --git a/src/auxiliaries/atoms_io.h b/src/auxiliaries/atoms_io.h
new file mode 100644
index 0000000..c532da0
--- /dev/null
+++ b/src/auxiliaries/atoms_io.h
@@ -0,0 +1,629 @@
+#ifndef AUXILIARIES_ATOMS_IO_H_
+#define AUXILIARIES_ATOMS_IO_H_
+
+#include <iostream>
+#include <string>
+#include <sstream>
+#include <stdexcept>
+#include <vector>
+#include <map>
+#include <iomanip>
+
+namespace auxiliaries
+{
+
+class AtomsIO
+{
+public:
+	struct AtomRecord
+	{
+		std::string record_name;
+		int serial;
+		std::string name;
+		std::string altLoc;
+		std::string resName;
+		std::string chainID;
+		int resSeq;
+		std::string iCode;
+		double x;
+		double y;
+		double z;
+		double occupancy;
+		double tempFactor;
+		std::string element;
+
+		bool serial_valid;
+		bool resSeq_valid;
+		bool x_valid;
+		bool y_valid;
+		bool z_valid;
+		bool occupancy_valid;
+		bool tempFactor_valid;
+	};
+
+	class PDBReader
+	{
+	public:
+		struct Data
+		{
+			std::vector<AtomRecord> atom_records;
+			std::vector<std::string> all_lines;
+			std::vector<std::size_t> map_of_atom_records_to_all_lines;
+
+			bool valid() const
+			{
+				if(atom_records.empty() || all_lines.size()<atom_records.size() || map_of_atom_records_to_all_lines.size()!=atom_records.size())
+				{
+					return false;
+				}
+				for(std::size_t i=0;i<map_of_atom_records_to_all_lines.size();i++)
+				{
+					if(map_of_atom_records_to_all_lines[i]>=all_lines.size())
+					{
+						return false;
+					}
+				}
+				return true;
+			}
+		};
+
+		static Data read_data_from_file_stream(
+				std::istream& file_stream,
+				const bool include_heteroatoms,
+				const bool include_hydrogens,
+				const bool handle_multiple_models,
+				const bool store_lines)
+		{
+			Data data;
+			int model_num=1;
+			bool end_reached=false;
+			while(file_stream.good() && (!end_reached || store_lines))
+			{
+				std::string line;
+				std::getline(file_stream, line);
+				if(store_lines)
+				{
+					data.all_lines.push_back(line);
+				}
+				if(!end_reached)
+				{
+					const std::string record_name=substring_of_columned_line(line, 1, 6);
+					if(record_name=="ATOM" || record_name=="HETATM")
+					{
+						AtomRecord record=read_atom_record_from_line(line);
+						if(check_atom_record_acceptability(record, include_heteroatoms, include_hydrogens))
+						{
+							if(check_atom_record_validity(record))
+							{
+								if(handle_multiple_models && model_num>1)
+								{
+									std::ostringstream chainID_output;
+									chainID_output << record.chainID << model_num;
+									record.chainID=chainID_output.str();
+								}
+								data.atom_records.push_back(record);
+								if(store_lines)
+								{
+									data.map_of_atom_records_to_all_lines.push_back(!data.all_lines.empty() ? (data.all_lines.size()-1) : 0);
+								}
+							}
+							else
+							{
+								std::cerr << "Invalid atom record in line: " << line << "\n";
+							}
+						}
+					}
+					else if(record_name=="ENDMDL")
+					{
+						model_num++;
+						if(!handle_multiple_models)
+						{
+							end_reached=true;
+						}
+					}
+					else if(record_name=="END")
+					{
+						end_reached=true;
+					}
+				}
+			}
+			return data;
+		}
+
+	private:
+		static AtomRecord read_atom_record_from_line(const std::string& pdb_file_line)
+		{
+			AtomRecord record=AtomRecord();
+			record.record_name=substring_of_columned_line(pdb_file_line, 1, 6);
+			record.serial=convert_string<int>(substring_of_columned_line(pdb_file_line, 7, 11), record.serial_valid);
+			record.name=substring_of_columned_line(pdb_file_line, 13, 16);
+			record.altLoc=fix_undefined_string(substring_of_columned_line(pdb_file_line, 17, 17));
+			record.resName=fix_undefined_string(substring_of_columned_line(pdb_file_line, 18, 20));
+			record.chainID=fix_undefined_string(substring_of_columned_line(pdb_file_line, 22, 22));
+			record.resSeq=convert_string<int>(substring_of_columned_line(pdb_file_line, 23, 26), record.resSeq_valid);
+			record.iCode=fix_undefined_string(substring_of_columned_line(pdb_file_line, 27, 27));
+			record.x=convert_string<double>(substring_of_columned_line(pdb_file_line, 31, 38), record.x_valid);
+			record.y=convert_string<double>(substring_of_columned_line(pdb_file_line, 39, 46), record.y_valid);
+			record.z=convert_string<double>(substring_of_columned_line(pdb_file_line, 47, 54), record.z_valid);
+			record.occupancy=convert_string<double>(substring_of_columned_line(pdb_file_line, 55, 60), record.occupancy_valid);
+			record.tempFactor=convert_string<double>(substring_of_columned_line(pdb_file_line, 61, 66), record.tempFactor_valid);
+			record.element=fix_undefined_string(substring_of_columned_line(pdb_file_line, 77, 78));
+			normalize_numbered_atom_name(record.name);
+			return record;
+		}
+	};
+
+	class PDBWriter
+	{
+	public:
+		static std::string write_atom_record_in_line(const AtomRecord& atom_record)
+		{
+			std::string line(80, ' ');
+			insert_string_to_columned_line(atom_record.record_name, 1, 6, false, line);
+			if(atom_record.serial_valid)
+			{
+				insert_string_to_columned_line(convert_int_to_string(atom_record.serial), 7, 11, true, line);
+			}
+			insert_string_to_columned_line(atom_record.name, (atom_record.name.size()>3 ? 13 : 14), 16, false, line);
+			insert_string_to_columned_line(atom_record.altLoc, 17, 17, false, line);
+			insert_string_to_columned_line(atom_record.resName, 18, 20, false, line);
+			insert_string_to_columned_line(atom_record.chainID.substr(0, 1), 22, 22, false, line);
+			if(atom_record.resSeq_valid)
+			{
+				insert_string_to_columned_line(convert_int_to_string(atom_record.resSeq), 23, 26, true, line);
+			}
+			insert_string_to_columned_line(atom_record.iCode, 27, 27, false, line);
+			if(atom_record.x_valid)
+			{
+				insert_string_to_columned_line(convert_double_to_string(atom_record.x, 3), 31, 38, true, line);
+			}
+			if(atom_record.y_valid)
+			{
+				insert_string_to_columned_line(convert_double_to_string(atom_record.y, 3), 39, 46, true, line);
+			}
+			if(atom_record.z_valid)
+			{
+				insert_string_to_columned_line(convert_double_to_string(atom_record.z, 3), 47, 54, true, line);
+			}
+			if(atom_record.occupancy_valid)
+			{
+				insert_string_to_columned_line(convert_double_to_string(atom_record.occupancy, 2), 55, 60, true, line);
+			}
+			if(atom_record.tempFactor_valid)
+			{
+				insert_string_to_columned_line(convert_double_to_string(atom_record.tempFactor, 2), 61, 66, true, line);
+			}
+			insert_string_to_columned_line(atom_record.element, 77, 78, true, line);
+			return line;
+		}
+
+		static std::string write_temperature_factor_to_line(const std::string& line, const bool tempFactor_valid, const double tempFactor)
+		{
+			std::string updated_line=line;
+			if(updated_line.size()<80)
+			{
+				updated_line.resize(80, ' ');
+			}
+			insert_string_to_columned_line((tempFactor_valid ? convert_double_to_string(tempFactor, 2) : std::string()), 61, 66, true, updated_line);
+			return updated_line;
+		}
+
+	private:
+		static std::string convert_int_to_string(const int value)
+		{
+			std::ostringstream output;
+			output << value;
+			return output.str();
+		}
+
+		static std::string convert_double_to_string(const double value, const int precision)
+		{
+			std::ostringstream output;
+			output << std::fixed << std::setprecision(precision) << value;
+			return output.str();
+		}
+
+		static bool insert_string_to_columned_line(const std::string& str, const std::size_t start, const std::size_t end, const bool shift_right, std::string& line)
+		{
+			if(start>=1 && start<=end && end<=line.size())
+			{
+				const std::size_t interval_length=(end-start)+1;
+				if(str.size()<=interval_length)
+				{
+					const std::string addition(interval_length-str.size(), ' ');
+					line.replace(start-1, interval_length, (shift_right ? addition+str : str+addition));
+					return true;
+				}
+			}
+			return false;
+		}
+	};
+
+	class MMCIFReader
+	{
+	public:
+		struct Data
+		{
+			std::vector<AtomRecord> atom_records;
+		};
+
+		static Data read_data_from_file_stream(std::istream& file_stream, const bool include_heteroatoms, const bool include_hydrogens)
+		{
+			const std::string atom_site_prefix="_atom_site.";
+			Data data;
+			while(file_stream.good())
+			{
+				std::string token;
+				bool token_status=read_uncommented_token_from_mmcif_file_stream(file_stream, token);
+				if(token_status && token=="loop_")
+				{
+					std::vector<std::string> header;
+					token_status=read_uncommented_token_from_mmcif_file_stream(file_stream, token);
+					while(token_status && token.compare(0, atom_site_prefix.size(), atom_site_prefix)==0)
+					{
+						header.push_back(token);
+						token_status=read_uncommented_token_from_mmcif_file_stream(file_stream, token);
+					}
+					if(!header.empty())
+					{
+						std::map<std::string, std::size_t> header_map;
+						for(std::size_t i=0;i<header.size();i++)
+						{
+							header_map[header[i]]=i;
+						}
+						if(header_map.size()==header.size())
+						{
+							std::vector<std::string> values;
+							while(token_status && token.find("_")==std::string::npos)
+							{
+								values.push_back(token);
+								token_status=read_uncommented_token_from_mmcif_file_stream(file_stream, token);
+							}
+							if(!values.empty() && ((values.size()%header.size())==0))
+							{
+								data.atom_records.reserve(values.size()/header.size());
+								const std::string first_model_id=get_value_from_table_row(header_map, values.begin(), "_atom_site.pdbx_PDB_model_num");
+								for(std::size_t i=0;i<values.size();i+=header.size())
+								{
+									if(get_value_from_table_row(header_map, (values.begin()+i), "_atom_site.pdbx_PDB_model_num")==first_model_id)
+									{
+										const AtomRecord record=read_atom_record_from_table_row(header_map, (values.begin()+i));
+										if(check_atom_record_acceptability(record, include_heteroatoms, include_hydrogens))
+										{
+											if(check_atom_record_validity(record))
+											{
+												data.atom_records.push_back(record);
+											}
+											else
+											{
+												std::cerr << "Invalid atom record in row:";
+												for(std::size_t j=0;j<header.size();j++)
+												{
+													std::cerr << " " << header[j] << "=" << values[i+j];
+												}
+												std::cerr << "\n";
+											}
+										}
+									}
+								}
+								return data;
+							}
+							else
+							{
+								throw std::runtime_error("Invalid '_atom_site' loop in mmCIF input stream.");
+							}
+						}
+						else
+						{
+							throw std::runtime_error("Duplicate key in '_atom_site' loop in mmCIF input stream.");
+						}
+					}
+				}
+			}
+			return data;
+		}
+
+	private:
+		static bool read_uncommented_token_from_mmcif_file_stream(std::istream& file_stream, std::string& token)
+		{
+			do
+			{
+				file_stream >> token;
+				if(file_stream.fail())
+				{
+					return false;
+				}
+				else if(token.find("#")==std::string::npos)
+				{
+					return true;
+				}
+				else if(file_stream.good())
+				{
+					std::getline(file_stream, token);
+				}
+			}
+			while(file_stream.good());
+			return false;
+		}
+
+		static std::string get_value_from_table_row(const std::map<std::string, std::size_t>& header_map, const std::vector<std::string>::const_iterator& values_iter, const std::string& name)
+		{
+			std::map<std::string, std::size_t>::const_iterator it=header_map.find(name);
+			if(it!=header_map.end() && it->second<header_map.size())
+			{
+				return (*(values_iter+it->second));
+			}
+			else
+			{
+				return std::string();
+			}
+		}
+
+		static AtomRecord read_atom_record_from_table_row(const std::map<std::string, std::size_t>& header_map, const std::vector<std::string>::const_iterator& values_iter)
+		{
+			AtomRecord record=AtomRecord();
+			record.record_name=get_value_from_table_row(header_map, values_iter, "_atom_site.group_PDB");
+			record.serial=convert_string<int>(get_value_from_table_row(header_map, values_iter, "_atom_site.id"), record.serial_valid);
+			record.name=get_value_from_table_row(header_map, values_iter, "_atom_site.auth_atom_id");
+			record.altLoc=fix_undefined_string(get_value_from_table_row(header_map, values_iter, "_atom_site.label_alt_id"));
+			record.resName=fix_undefined_string(get_value_from_table_row(header_map, values_iter, "_atom_site.auth_comp_id"));
+			record.chainID=fix_undefined_string(get_value_from_table_row(header_map, values_iter, "_atom_site.auth_asym_id"));
+			record.resSeq=convert_string<int>(get_value_from_table_row(header_map, values_iter, "_atom_site.auth_seq_id"), record.resSeq_valid);
+			record.iCode=fix_undefined_string(get_value_from_table_row(header_map, values_iter, "_atom_site.pdbx_PDB_ins_code"));
+			record.x=convert_string<double>(get_value_from_table_row(header_map, values_iter, "_atom_site.Cartn_x"), record.x_valid);
+			record.y=convert_string<double>(get_value_from_table_row(header_map, values_iter, "_atom_site.Cartn_y"), record.y_valid);
+			record.z=convert_string<double>(get_value_from_table_row(header_map, values_iter, "_atom_site.Cartn_z"), record.z_valid);
+			record.occupancy=convert_string<double>(get_value_from_table_row(header_map, values_iter, "_atom_site.occupancy"), record.occupancy_valid);
+			record.tempFactor=convert_string<double>(get_value_from_table_row(header_map, values_iter, "_atom_site.B_iso_or_equiv"), record.tempFactor_valid);
+			record.element=fix_undefined_string(get_value_from_table_row(header_map, values_iter, "_atom_site.type_symbol"));
+			normalize_numbered_atom_name(record.name);
+			return record;
+		}
+	};
+
+	class DSSPReader
+	{
+	public:
+		struct DSSPRecord
+		{
+			std::string chainID;
+			int resSeq;
+			std::string iCode;
+			std::string resNameShort;
+			std::string resSSE;
+			double anglePhi;
+			double anglePsi;
+
+			bool resSeq_valid;
+			bool anglePhi_valid;
+			bool anglePsi_valid;
+		};
+
+		struct Data
+		{
+			std::vector<DSSPRecord> dssp_records;
+		};
+
+		static Data read_data_from_file_stream(std::istream& file_stream)
+		{
+			const std::string header_prefix="  #  RESIDUE AA STRUCTURE";
+			Data data;
+			bool records_started=false;
+			while(file_stream.good())
+			{
+				std::string line;
+				std::getline(file_stream, line);
+				if(!line.empty())
+				{
+					if(!records_started)
+					{
+						if(line.compare(0, header_prefix.size(), header_prefix)==0)
+						{
+							records_started=true;
+						}
+					}
+					else
+					{
+						const std::string resNameShort=fix_undefined_string(substring_of_columned_line(line, 14, 14));
+						if(!resNameShort.empty() && resNameShort!="!")
+						{
+							const DSSPRecord record=read_dssp_record_from_line(line);
+							if(record.resSeq_valid && record.anglePhi_valid && record.anglePsi_valid)
+							{
+								data.dssp_records.push_back(record);
+							}
+							else
+							{
+								std::cerr << "Invalid DSSP record in line: " << line << "\n";
+							}
+						}
+					}
+				}
+			}
+			return data;
+		}
+
+	private:
+		static DSSPRecord read_dssp_record_from_line(const std::string& dssp_file_line)
+		{
+			DSSPRecord record=DSSPRecord();
+			record.chainID=fix_undefined_string(substring_of_columned_line(dssp_file_line, 12, 12));
+			record.resSeq=convert_string<int>(substring_of_columned_line(dssp_file_line, 6, 10), record.resSeq_valid);
+			record.iCode=fix_undefined_string(substring_of_columned_line(dssp_file_line, 11, 11));
+			record.resNameShort=fix_undefined_string(substring_of_columned_line(dssp_file_line, 14, 14));
+			record.resSSE=fix_undefined_string(substring_of_columned_line(dssp_file_line, 17, 17));
+			record.anglePhi=convert_string<double>(substring_of_columned_line(dssp_file_line, 104, 109), record.anglePhi_valid);
+			record.anglePsi=convert_string<double>(substring_of_columned_line(dssp_file_line, 110, 115), record.anglePsi_valid);
+			return record;
+		}
+	};
+
+	class HBPlusReader
+	{
+	public:
+		struct ShortAtomDescriptor
+		{
+			std::string chainID;
+			int resSeq;
+			std::string iCode;
+			std::string resName;
+			std::string name;
+
+			bool resSeq_valid;
+		};
+
+		struct HBPlusRecord
+		{
+			ShortAtomDescriptor first;
+			ShortAtomDescriptor second;
+		};
+
+		struct Data
+		{
+			std::vector<HBPlusRecord> hbplus_records;
+		};
+
+		static Data read_data_from_file_stream(std::istream& file_stream)
+		{
+			Data data;
+			int line_number=0;
+			while(file_stream.good())
+			{
+				std::string line;
+				std::getline(file_stream, line);
+				line_number++;
+				if(line_number>=9 && !line.empty())
+				{
+					const HBPlusRecord record=read_hbplus_record_from_line(line);
+					if(record.first.resSeq_valid && record.second.resSeq_valid)
+					{
+						data.hbplus_records.push_back(record);
+					}
+					else
+					{
+						std::cerr << "Invalid HBPlus record in line: " << line << "\n";
+					}
+				}
+			}
+			return data;
+		}
+
+	private:
+		static ShortAtomDescriptor read_short_atom_descriptor_from_line(const std::string& hbplus_file_line, const bool second)
+		{
+			const int offset=(second ? 14 : 0);
+			ShortAtomDescriptor d=ShortAtomDescriptor();
+			d.chainID=fix_undefined_string(fix_undefined_dash_string(substring_of_columned_line(hbplus_file_line, 1+offset, 1+offset)));
+			d.resSeq=convert_string_to_resSeq(substring_of_columned_line(hbplus_file_line, 2+offset, 5+offset), d.resSeq_valid);
+			d.iCode=fix_undefined_string(fix_undefined_dash_string(substring_of_columned_line(hbplus_file_line, 6+offset, 6+offset)));
+			d.resName=substring_of_columned_line(hbplus_file_line, 7+offset, 9+offset);
+			d.name=substring_of_columned_line(hbplus_file_line, 10+offset, 14+offset);
+			return d;
+		}
+
+		static HBPlusRecord read_hbplus_record_from_line(const std::string& hbplus_file_line)
+		{
+			HBPlusRecord record=HBPlusRecord();
+			record.first=read_short_atom_descriptor_from_line(hbplus_file_line, false);
+			record.second=read_short_atom_descriptor_from_line(hbplus_file_line, true);
+			return record;
+		}
+
+		static int convert_string_to_resSeq(const std::string& str, bool& valid)
+		{
+			std::string refined_str;
+			bool number_started=false;
+			for(std::size_t i=0;i<str.size();i++)
+			{
+				if(str[i]=='0')
+				{
+					if(number_started || i+1==str.size())
+					{
+						refined_str.push_back(str[i]);
+					}
+				}
+				else
+				{
+					number_started=true;
+					refined_str.push_back(str[i]);
+				}
+			}
+			return convert_string<int>(refined_str, valid);
+		}
+
+		static std::string fix_undefined_dash_string(const std::string& str)
+		{
+			return (str=="-" ? std::string() : str);
+		}
+	};
+
+private:
+	static bool check_atom_record_validity(const AtomRecord& record)
+	{
+		return (record.serial_valid &&
+				record.resSeq_valid &&
+				record.x_valid &&
+				record.y_valid &&
+				record.z_valid &&
+				!record.record_name.empty() &&
+				!record.name.empty());
+	}
+
+	static bool check_atom_record_acceptability(const AtomRecord& record, const bool include_heteroatoms, const bool include_hydrogens)
+	{
+		return ((record.record_name=="ATOM" || (include_heteroatoms && record.record_name=="HETATM")) &&
+				(record.altLoc.empty() || record.altLoc=="A" || record.altLoc==".") &&
+				(include_hydrogens || record.name.find("H")!=0) &&
+				(include_hydrogens || (record.element!="H" && record.element!="D")) &&
+				record.resName!="HOH");
+	}
+
+	template<typename T>
+	static T convert_string(const std::string& str, bool& valid)
+	{
+		T value=T();
+		if(str.empty())
+		{
+			valid=false;
+		}
+		else
+		{
+			std::istringstream input(str);
+			input >> value;
+			valid=!input.fail();
+		}
+		return value;
+	}
+
+	static std::string fix_undefined_string(const std::string& str)
+	{
+		return ((str=="." || str=="?") ? std::string() : str);
+	}
+
+	static void normalize_numbered_atom_name(std::string& name)
+	{
+		if(name.find_first_of("123456789")==0)
+		{
+			std::size_t first_letter_pos=name.find_first_not_of("0123456789");
+			if(first_letter_pos!=std::string::npos)
+			{
+				name=(name.substr(first_letter_pos)+name.substr(0, first_letter_pos));
+			}
+		}
+	}
+
+	static std::string substring_of_columned_line(const std::string& line, const int start, const int end)
+	{
+		std::string extraction;
+		int line_length=static_cast<int>(line.size());
+		for(int i=start-1;i<end && i<line_length && i>=0;i++)
+		{
+			if(line[i]!=32) { extraction.push_back(line[i]); }
+		}
+		return extraction;
+	}
+};
+
+}
+
+#endif /* AUXILIARIES_ATOMS_IO_H_ */
diff --git a/src/auxiliaries/chain_residue_atom_descriptor.h b/src/auxiliaries/chain_residue_atom_descriptor.h
new file mode 100644
index 0000000..b8e59ab
--- /dev/null
+++ b/src/auxiliaries/chain_residue_atom_descriptor.h
@@ -0,0 +1,664 @@
+#ifndef AUXILIARIES_CHAIN_RESIDUE_ATOM_DESCRIPTOR_H_
+#define AUXILIARIES_CHAIN_RESIDUE_ATOM_DESCRIPTOR_H_
+
+#include <string>
+#include <sstream>
+#include <limits>
+#include <stdexcept>
+#include <cstdlib>
+#include <vector>
+#include <set>
+#include <map>
+#include <cmath>
+
+namespace auxiliaries
+{
+
+class ChainResidueAtomDescriptor
+{
+public:
+	int serial;
+	std::string chainID;
+	int resSeq;
+	std::string resName;
+	std::string name;
+	std::string altLoc;
+	std::string iCode;
+
+	ChainResidueAtomDescriptor() : serial(null_num()), resSeq(null_num())
+	{
+	}
+
+	explicit ChainResidueAtomDescriptor(const std::string& chainID) : serial(null_num()), chainID(chainID), resSeq(null_num())
+	{
+	}
+
+	ChainResidueAtomDescriptor(
+			const int serial,
+			const std::string& chainID,
+			const int resSeq,
+			const std::string& resName,
+			const std::string& name,
+			const std::string& altLoc,
+			const std::string& iCode) :
+				serial(serial),
+				chainID(chainID),
+				resSeq(resSeq),
+				resName(resName),
+				name(name),
+				altLoc(altLoc),
+				iCode(iCode)
+	{
+	}
+
+	static int null_num()
+	{
+		return std::numeric_limits<int>::min();
+	}
+
+	static const ChainResidueAtomDescriptor& solvent()
+	{
+		static const ChainResidueAtomDescriptor v("solvent");
+		return v;
+	}
+
+	static const ChainResidueAtomDescriptor& any()
+	{
+		static const ChainResidueAtomDescriptor v("any");
+		return v;
+	}
+
+	static std::string from_str(const std::string& input_str, ChainResidueAtomDescriptor& output_descriptor)
+	{
+		static const MarkerNaming mn;
+		ChainResidueAtomDescriptor v;
+		std::string refined_input_str=input_str;
+		{
+			char last_bracket='?';
+			for(std::size_t i=0;i<refined_input_str.size();i++)
+			{
+				char& s=refined_input_str[i];
+				if(s==vend || s==vbegin)
+				{
+					if(s==last_bracket)
+					{
+						return (std::string("Invalid bracketing in descriptor string '")+input_str+"'.");
+					}
+					last_bracket=s;
+					s=' ';
+				}
+			}
+			if(last_bracket!=vend)
+			{
+				return (std::string("Incomplete bracketing in descriptor string '")+input_str+"'.");
+			}
+		}
+		std::istringstream input(refined_input_str);
+		std::vector<std::string> markers;
+		while(input.good())
+		{
+			std::string marker;
+			input >> marker;
+			if(!marker.empty())
+			{
+				if(marker==mn.chainID)
+				{
+					input >> v.chainID;
+				}
+				else if(marker==mn.resSeq)
+				{
+					input >> v.resSeq;
+				}
+				else if(marker==mn.iCode)
+				{
+					input >> v.iCode;
+				}
+				else if(marker==mn.serial)
+				{
+					input >> v.serial;
+				}
+				else if(marker==mn.altLoc)
+				{
+					input >> v.altLoc;
+				}
+				else if(marker==mn.resName)
+				{
+					input >> v.resName;
+				}
+				else if(marker==mn.name)
+				{
+					input >> v.name;
+				}
+				else
+				{
+					return (std::string("Unrecognized marker '")+marker+"' in descriptor string '"+input_str+"'.");
+				}
+				if(input.fail())
+				{
+					return (std::string("Unreadable marker '")+marker+"' value in descriptor string '"+input_str+"'.");
+				}
+				markers.push_back(marker);
+			}
+		}
+		if(!(v.valid() && v.str(markers)==input_str))
+		{
+			return (std::string("Invalid descriptor string '")+input_str+"'.");
+		}
+		output_descriptor=v;
+		return std::string();
+	}
+
+	static ChainResidueAtomDescriptor from_str(const std::string& input_str)
+	{
+		ChainResidueAtomDescriptor v;
+		const std::string error_msg=from_str(input_str, v);
+		if(!error_msg.empty())
+		{
+			throw std::runtime_error(error_msg);
+		}
+		return v;
+	}
+
+	static bool match_with_member_selection_string(const ChainResidueAtomDescriptor& crad, const std::string& input_str)
+	{
+		static const MarkerNaming mn;
+		const char vsep=',';
+		const char vinterval=':';
+		std::ostringstream control_output;
+		bool matched=false;
+		std::string refined_input_str=input_str;
+		for(std::size_t i=0;i<refined_input_str.size();i++)
+		{
+			char& s=refined_input_str[i];
+			if(s==vend || s==vbegin || s==vsep)
+			{
+				s=' ';
+			}
+		}
+		std::istringstream input(refined_input_str);
+		std::string marker;
+		input >> marker;
+		if(!input.fail() && mn.valid(marker))
+		{
+			control_output << marker << vbegin;
+			bool need_sep=false;
+			while(input.good())
+			{
+				std::string token;
+				input >> token;
+				if(!input.fail() && !token.empty())
+				{
+					if(need_sep) { control_output << vsep; } else { need_sep=true; }
+					if(marker==mn.resSeq || marker==mn.serial)
+					{
+						std::size_t pinterval=token.find(vinterval);
+						if(pinterval!=std::string::npos)
+						{
+							token[pinterval]=' ';
+							std::istringstream token_input(token);
+							std::pair<int, int> value(0, 0);
+							token_input >> value.first >> value.second;
+							if(!token_input.fail() && value.first<=value.second)
+							{
+								control_output << value.first << vinterval << value.second;
+								if(marker==mn.resSeq) { matched=matched || (crad.resSeq>=value.first && crad.resSeq<=value.second); }
+								else if(marker==mn.serial) { matched=matched || (crad.serial>=value.first && crad.serial<=value.second); }
+							}
+						}
+						else
+						{
+							std::istringstream token_input(token);
+							int value=0;
+							token_input >> value;
+							if(!token_input.fail())
+							{
+								control_output << value;
+								if(marker==mn.resSeq) { matched=matched || (crad.resSeq==value); }
+								else if(marker==mn.serial) { matched=matched || (crad.serial==value); }
+							}
+						}
+					}
+					else
+					{
+						control_output << token;
+						if(marker==mn.chainID) { matched=matched || (crad.chainID==token); }
+						else if(marker==mn.iCode) { matched=matched || (crad.iCode==token); }
+						else if(marker==mn.altLoc) { matched=matched || (crad.altLoc==token); }
+						else if(marker==mn.resName) { matched=matched || (crad.resName==token); }
+						else if(marker==mn.name) { matched=matched || (crad.name==token); }
+					}
+				}
+			}
+			control_output << vend;
+		}
+		const std::string control_output_str=control_output.str();
+		if(control_output_str.empty() || control_output_str!=input_str)
+		{
+			throw std::runtime_error(std::string("Invalid selection string '")+input_str+"'.");
+		}
+		return matched;
+	}
+
+	static bool match_with_sequence_separation_interval(const ChainResidueAtomDescriptor& a, const ChainResidueAtomDescriptor& b, const int min_sep, const int max_sep, const bool uncheckable_result)
+	{
+		if(!(min_sep==null_num() && max_sep==null_num()) && a.resSeq!=null_num() && b.resSeq!=null_num() && a.chainID==b.chainID)
+		{
+			int sep=abs(a.resSeq-b.resSeq);
+			if(sep==0 && !(a.iCode.empty() && b.iCode.empty()) && a.iCode!=b.iCode)
+			{
+				if(!a.iCode.empty() && !b.iCode.empty())
+				{
+					sep=abs(static_cast<int>(a.iCode[0])-static_cast<int>(b.iCode[1]));
+				}
+				else
+				{
+					sep=1;
+				}
+			}
+			return ((min_sep==null_num() || sep>=min_sep) && (max_sep==null_num() || sep<=max_sep));
+		}
+		else if(max_sep!=null_num() && a.chainID!=b.chainID)
+		{
+			return false;
+		}
+		return uncheckable_result;
+	}
+
+	bool valid() const
+	{
+		return ((!chainID.empty() || resSeq!=null_num() || !resName.empty() || serial!=null_num() || !name.empty()) &&
+				!(resSeq==null_num() && !iCode.empty()));
+	}
+
+	ChainResidueAtomDescriptor without_some_info(const bool no_serial, const bool no_name, const bool no_resSeq, const bool no_resName) const
+	{
+		ChainResidueAtomDescriptor v=(*this);
+		if(no_serial)
+		{
+			v.serial=null_num();
+		}
+		if(no_name)
+		{
+			v.name.clear();
+		}
+		if(no_resSeq)
+		{
+			v.resSeq=null_num();
+		}
+		if(no_resName)
+		{
+			v.resName.clear();
+		}
+		return v;
+	}
+
+	ChainResidueAtomDescriptor without_atom() const
+	{
+		return without_some_info(true, true, false, false);
+	}
+
+	ChainResidueAtomDescriptor without_numbering() const
+	{
+		if((*this)==solvent())
+		{
+			return (*this);
+		}
+		else
+		{
+			ChainResidueAtomDescriptor v;
+			v.resName=resName;
+			v.name=name;
+			return v;
+		}
+	}
+
+	bool contains(const ChainResidueAtomDescriptor& v) const
+	{
+		return (valid() && v.valid() &&
+				(v.serial==null_num() || v.serial==serial) &&
+				(v.chainID.empty() || v.chainID==chainID) &&
+				(v.resSeq==null_num() || v.resSeq==resSeq) &&
+				(v.resName.empty() || v.resName==resName) &&
+				(v.name.empty() || v.name==name) &&
+				(v.altLoc.empty() || v.altLoc==altLoc) &&
+				(v.iCode.empty() || v.iCode==iCode));
+	}
+
+	bool operator==(const ChainResidueAtomDescriptor& v) const
+	{
+		return (serial==v.serial && resSeq==v.resSeq && chainID==v.chainID && iCode==v.iCode && altLoc==v.altLoc && resName==v.resName && name==v.name);
+	}
+
+	bool operator!=(const ChainResidueAtomDescriptor& v) const
+	{
+		return (!((*this)==v));
+	}
+
+	bool operator<(const ChainResidueAtomDescriptor& v) const
+	{
+		if(chainID<v.chainID) { return true; }
+		else if(chainID==v.chainID)
+		{
+			if(resSeq<v.resSeq) { return true; }
+			else if(resSeq==v.resSeq)
+			{
+				if(iCode<v.iCode) { return true; }
+				else if(iCode==v.iCode)
+				{
+					if(serial<v.serial) { return true; }
+					else if(serial==v.serial)
+					{
+						if(altLoc<v.altLoc) { return true; }
+						else if(altLoc==v.altLoc)
+						{
+							if(resName<v.resName) { return true; }
+							else if(resName==v.resName)
+							{
+								return (name<v.name);
+							}
+						}
+					}
+				}
+			}
+		}
+		return false;
+	}
+
+	std::string str() const
+	{
+		static const MarkerNaming mn;
+		static const std::string markers_array[7]={mn.chainID, mn.resSeq, mn.iCode, mn.serial, mn.altLoc, mn.resName, mn.name};
+		static const std::vector<std::string> markers(markers_array, markers_array+7);
+		return str(markers);
+	}
+
+private:
+	struct MarkerNaming
+	{
+		std::string serial;
+		std::string chainID;
+		std::string resSeq;
+		std::string resName;
+		std::string name;
+		std::string altLoc;
+		std::string iCode;
+
+		MarkerNaming() :
+			serial("a"),
+			chainID("c"),
+			resSeq("r"),
+			resName("R"),
+			name("A"),
+			altLoc("l"),
+			iCode("i")
+		{
+		}
+
+		bool valid(const std::string& marker_name) const
+		{
+			return (marker_name==serial
+					|| marker_name==chainID
+					|| marker_name==resSeq
+					|| marker_name==resName
+					|| marker_name==name
+					|| marker_name==altLoc
+					|| marker_name==iCode);
+		}
+	};
+
+	static const char vbegin='<';
+	static const char vend='>';
+
+	std::string str(const std::vector<std::string>& markers) const
+	{
+		const MarkerNaming mn;
+		std::ostringstream output;
+		for(std::size_t i=0;i<markers.size();i++)
+		{
+			const std::string& m=markers[i];
+			if(m==mn.chainID && !chainID.empty())
+			{
+				output << mn.chainID << vbegin << chainID << vend;
+			}
+			else if(m==mn.resSeq && resSeq!=null_num())
+			{
+				output << mn.resSeq << vbegin << resSeq << vend;
+			}
+			else if(m==mn.iCode && !iCode.empty())
+			{
+				output << mn.iCode << vbegin << iCode << vend;
+			}
+			else if(m==mn.serial && serial!=null_num())
+			{
+				output << mn.serial << vbegin << serial << vend;
+			}
+			else if(m==mn.altLoc && !altLoc.empty())
+			{
+				output << mn.altLoc << vbegin << altLoc << vend;
+			}
+			else if(m==mn.resName && !resName.empty())
+			{
+				output << mn.resName << vbegin << resName << vend;
+			}
+			else if(m==mn.name && !name.empty())
+			{
+				output << mn.name << vbegin << name << vend;
+			}
+		}
+		return output.str();
+	}
+};
+
+inline std::ostream& operator<<(std::ostream& output, const ChainResidueAtomDescriptor& descriptor)
+{
+	output << descriptor.str();
+	return output;
+}
+
+inline std::istream& operator>>(std::istream& input, ChainResidueAtomDescriptor& descriptor)
+{
+	std::string str;
+	input >> str;
+	descriptor=ChainResidueAtomDescriptor::from_str(str);
+	if(!descriptor.valid())
+	{
+		input.setstate(std::ios::failbit);
+	}
+	return input;
+}
+
+class ChainResidueAtomDescriptorsPair
+{
+public:
+	ChainResidueAtomDescriptor a;
+	ChainResidueAtomDescriptor b;
+	bool reversed_display;
+
+	ChainResidueAtomDescriptorsPair() : reversed_display(false)
+	{
+	}
+
+	ChainResidueAtomDescriptorsPair(const ChainResidueAtomDescriptor& a, const ChainResidueAtomDescriptor& b) : a(a<b ? a : b), b(a<b ? b : a), reversed_display(false)
+	{
+	}
+
+	ChainResidueAtomDescriptorsPair(const ChainResidueAtomDescriptor& a, const ChainResidueAtomDescriptor& b, const bool reversed_display) : a(a<b ? a : b), b(a<b ? b : a), reversed_display(reversed_display)
+	{
+	}
+
+	bool operator==(const ChainResidueAtomDescriptorsPair& v) const
+	{
+		return (a==v.a && b==v.b);
+	}
+
+	bool operator<(const ChainResidueAtomDescriptorsPair& v) const
+	{
+		return ((a<v.a) || (a==v.a && b<v.b));
+	}
+
+	bool contains(const ChainResidueAtomDescriptor& v) const
+	{
+		return (a==v || b==v);
+	}
+};
+
+inline std::ostream& operator<<(std::ostream& output, const ChainResidueAtomDescriptorsPair& descriptors_pair)
+{
+	if(descriptors_pair.reversed_display)
+	{
+		output << descriptors_pair.b << " " << descriptors_pair.a;
+	}
+	else
+	{
+		output << descriptors_pair.a << " " << descriptors_pair.b;
+	}
+	return output;
+}
+
+inline std::istream& operator>>(std::istream& input, ChainResidueAtomDescriptorsPair& descriptors_pair)
+{
+	ChainResidueAtomDescriptor a;
+	ChainResidueAtomDescriptor b;
+	input >> a >> b;
+	descriptors_pair=ChainResidueAtomDescriptorsPair(a, b);
+	return input;
+}
+
+class ChainResidueAtomDescriptorsGraphOperations
+{
+public:
+	template<typename T>
+	static std::map<ChainResidueAtomDescriptor, T> accumulate_mapped_values_by_graph_neighbors(
+			const std::map< ChainResidueAtomDescriptorsPair, T >& map_of_pair_descriptors,
+			const int depth)
+	{
+		return construct_map_of_single_descriptors(map_of_pair_descriptors, construct_graph(map_of_pair_descriptors, depth));
+	}
+
+private:
+	template<typename T>
+	static std::map< ChainResidueAtomDescriptor, std::set<ChainResidueAtomDescriptor> > construct_graph(
+			const std::map<ChainResidueAtomDescriptorsPair, T>& map_of_pair_descriptors,
+			const int depth)
+	{
+		typedef ChainResidueAtomDescriptor CRAD;
+		std::map< CRAD, std::set<CRAD> > graph;
+		if(depth>0)
+		{
+			for(typename std::map<ChainResidueAtomDescriptorsPair, T>::const_iterator it=map_of_pair_descriptors.begin();it!=map_of_pair_descriptors.end();++it)
+			{
+				const ChainResidueAtomDescriptorsPair& crads=it->first;
+				if(!(crads.a==crads.b || crads.a==CRAD::solvent() || crads.b==CRAD::solvent()))
+				{
+					graph[crads.a].insert(crads.b);
+					graph[crads.b].insert(crads.a);
+				}
+			}
+			for(int i=1;i<depth;i++)
+			{
+				std::map< CRAD, std::set<CRAD> > expanded_graph=graph;
+				for(std::map< CRAD, std::set<CRAD> >::const_iterator graph_it=graph.begin();graph_it!=graph.end();++graph_it)
+				{
+					const CRAD& center=graph_it->first;
+					const std::set<CRAD>& neighbors=graph_it->second;
+					std::set<CRAD>& expandable_neighbors=expanded_graph[center];
+					for(std::set<CRAD>::const_iterator neighbors_it=neighbors.begin();neighbors_it!=neighbors.end();++neighbors_it)
+					{
+						const std::set<CRAD>& neighbor_neighbors=graph[*neighbors_it];
+						expandable_neighbors.insert(neighbor_neighbors.begin(), neighbor_neighbors.end());
+					}
+					expandable_neighbors.erase(center);
+				}
+				graph=expanded_graph;
+			}
+		}
+		return graph;
+	}
+
+	template<typename T>
+	static std::map<ChainResidueAtomDescriptor, T> construct_map_of_single_descriptors(
+			const std::map< ChainResidueAtomDescriptorsPair, T >& map_of_pair_descriptors,
+			const std::map< ChainResidueAtomDescriptor, std::set<ChainResidueAtomDescriptor> >& graph)
+	{
+		typedef ChainResidueAtomDescriptor CRAD;
+		std::map<CRAD, T> map_of_single_descriptors;
+		for(typename std::map<ChainResidueAtomDescriptorsPair, T>::const_iterator it=map_of_pair_descriptors.begin();it!=map_of_pair_descriptors.end();++it)
+		{
+			const ChainResidueAtomDescriptorsPair& crads=it->first;
+			std::set<CRAD> related_crads;
+			if(crads.a!=CRAD::solvent())
+			{
+				related_crads.insert(crads.a);
+			}
+			if(crads.b!=CRAD::solvent())
+			{
+				related_crads.insert(crads.b);
+			}
+			{
+				const std::map< CRAD, std::set<CRAD> >::const_iterator graph_it=graph.find(crads.a);
+				if(graph_it!=graph.end())
+				{
+					const std::set<CRAD>& related_crads1=graph_it->second;
+					related_crads.insert(related_crads1.begin(), related_crads1.end());
+				}
+			}
+			{
+				const std::map< CRAD, std::set<CRAD> >::const_iterator graph_it=graph.find(crads.b);
+				if(graph_it!=graph.end())
+				{
+					const std::set<CRAD>& related_crads2=graph_it->second;
+					related_crads.insert(related_crads2.begin(), related_crads2.end());
+				}
+			}
+			for(std::set<CRAD>::const_iterator jt=related_crads.begin();jt!=related_crads.end();++jt)
+			{
+				map_of_single_descriptors[*jt].add(it->second);
+			}
+		}
+		return map_of_single_descriptors;
+	}
+};
+
+class ChainResidueAtomDescriptorsSequenceOperations
+{
+public:
+	static std::map<ChainResidueAtomDescriptor, double> smooth_residue_scores_along_sequence(const std::map<ChainResidueAtomDescriptor, double>& raw_scores, const unsigned int window)
+	{
+		if(window>0)
+		{
+			std::vector< std::pair<ChainResidueAtomDescriptor, double> > v(raw_scores.size());
+			std::copy(raw_scores.begin(), raw_scores.end(), v.begin());
+			std::vector< std::pair<ChainResidueAtomDescriptor, double> > sv=v;
+			for(std::size_t i=0;i<v.size();i++)
+			{
+				const int start=std::max(0, (static_cast<int>(i)-static_cast<int>(window)));
+				const int end=std::min(static_cast<int>(v.size())-1, (static_cast<int>(i)+static_cast<int>(window)));
+				double sum_of_weighted_values=0.0;
+				double sum_of_weights=0.0;
+				for(int j=start;j<=end;j++)
+				{
+					if(v[i].first.chainID==v[j].first.chainID)
+					{
+						double ndist=fabs(static_cast<double>(static_cast<int>(i)-j))/static_cast<double>(window);
+						double weight=(1.0-(ndist*ndist));
+						sum_of_weights+=weight;
+						sum_of_weighted_values+=v[j].second*weight;
+					}
+				}
+				if(sum_of_weights>0.0)
+				{
+					sv[i].second=(sum_of_weighted_values/sum_of_weights);
+				}
+			}
+			return std::map<ChainResidueAtomDescriptor, double>(sv.begin(), sv.end());
+		}
+		else
+		{
+			return raw_scores;
+		}
+	}
+};
+
+}
+
+#endif /* AUXILIARIES_CHAIN_RESIDUE_ATOM_DESCRIPTOR_H_ */
diff --git a/src/auxiliaries/io_utilities.h b/src/auxiliaries/io_utilities.h
new file mode 100644
index 0000000..4a43d78
--- /dev/null
+++ b/src/auxiliaries/io_utilities.h
@@ -0,0 +1,336 @@
+#ifndef AUXILIARIES_IO_UTILITIES__H_
+#define AUXILIARIES_IO_UTILITIES__H_
+
+#include <iostream>
+#include <sstream>
+#include <fstream>
+#include <stdexcept>
+
+#include "../compatability_macros.h"
+
+#if USE_TR1 > 0
+#include <tr1/type_traits>
+#else
+#include <type_traits>
+#endif
+
+namespace auxiliaries
+{
+
+class IOUtilities
+{
+public:
+	bool tail_line_delimiter;
+	char line_delimiter;
+	char internal_separator;
+
+	IOUtilities() : tail_line_delimiter(true), line_delimiter('\n'), internal_separator(' ')
+	{
+	}
+
+	explicit IOUtilities(const char line_delimiter) : tail_line_delimiter(false), line_delimiter(line_delimiter), internal_separator(' ')
+	{
+	}
+
+	IOUtilities(const char line_delimiter, const char internal_separator) : tail_line_delimiter(false), line_delimiter(line_delimiter), internal_separator(internal_separator)
+	{
+	}
+
+	IOUtilities(const bool tail_line_delimiter, const char line_delimiter, const char internal_separator) : tail_line_delimiter(tail_line_delimiter), line_delimiter(line_delimiter), internal_separator(internal_separator)
+	{
+	}
+
+	template<typename LineReader, typename Container>
+	void read_lines_to_container(
+			std::istream& input,
+			LineReader line_reader,
+			Container& container) const
+	{
+		std::size_t line_num=0;
+		while(input.good())
+		{
+			std::string line;
+			std::getline(input, line, line_delimiter);
+			if(!line.empty())
+			{
+				{
+					const std::size_t comments_pos=line.find("#", 0);
+					if(comments_pos!=std::string::npos)
+					{
+						line=line.substr(0, comments_pos);
+					}
+				}
+				if(!line.empty())
+				{
+					for(std::size_t i=0;i<line.size();i++)
+					{
+						if(line[i]==internal_separator)
+						{
+							line[i]=' ';
+						}
+					}
+					std::istringstream line_input(line);
+					if(!line_reader(line_input, container))
+					{
+						throw std::runtime_error(std::string("Failed to read line '")+line+"'.");
+					}
+					line_num++;
+				}
+			}
+		}
+	}
+
+	template<typename LineReader, typename Container>
+	void read_file_lines_to_container(
+			const std::string& filename,
+			LineReader line_reader,
+			Container& container) const
+	{
+		if(!filename.empty())
+		{
+			std::ifstream finput(filename.c_str(), std::ios::in);
+			if(finput.good())
+			{
+				read_lines_to_container(finput, line_reader, container);
+			}
+		}
+	}
+
+	template<typename LineReader, typename Container>
+	void read_string_lines_to_container(
+			const std::string& str,
+			LineReader line_reader,
+			Container& container) const
+	{
+		if(!str.empty())
+		{
+			std::istringstream input(str);
+			read_lines_to_container(input, line_reader, container);
+		}
+	}
+
+	template<typename Container, typename ElementWriter>
+	void write_container(
+			const Container& container,
+			ElementWriter element_writer,
+			std::ostream& output) const
+	{
+		for(typename Container::const_iterator it=container.begin();it!=container.end() && output.good();++it)
+		{
+			if(it!=container.begin())
+			{
+				output << line_delimiter;
+			}
+			element_writer(*it, output);
+		}
+		if(tail_line_delimiter && !container.empty())
+		{
+			output << line_delimiter;
+		}
+	}
+
+	template<typename Container, typename ElementWriter>
+	void write_container_to_file(
+			const Container& container,
+			ElementWriter element_writer,
+			const std::string& filename) const
+	{
+		if(!filename.empty())
+		{
+			std::ofstream foutput(filename.c_str(), std::ios::out);
+			if(foutput.good())
+			{
+				write_container(container, element_writer, foutput);
+			}
+		}
+	}
+
+	template<typename Container, typename ElementWriter>
+	std::string write_container_to_string(
+			const Container& container,
+			ElementWriter element_writer) const
+	{
+		std::ostringstream output;
+		write_container(container, element_writer, output);
+		return output.str();
+	}
+
+	template<typename Container>
+	void read_lines_to_set(std::istream& input, Container& container) const
+	{
+		read_lines_to_container(input, read_line_to_set<Container>, container);
+	}
+
+	template<typename Container>
+	Container read_lines_to_set(std::istream& input) const
+	{
+		Container container;
+		read_lines_to_set(input, container);
+		return container;
+	}
+
+	template<typename Container>
+	void read_file_lines_to_set(const std::string& filename, Container& container) const
+	{
+		read_file_lines_to_container(filename, read_line_to_set<Container>, container);
+	}
+
+	template<typename Container>
+	Container read_file_lines_to_set(const std::string& filename) const
+	{
+		Container container;
+		read_file_lines_to_set(filename, container);
+		return container;
+	}
+
+	template<typename Container>
+	void read_string_lines_to_set(const std::string& str, Container& container) const
+	{
+		read_string_lines_to_container(str, read_line_to_set<Container>, container);
+	}
+
+	template<typename Container>
+	Container read_string_lines_to_set(const std::string& str) const
+	{
+		Container container;
+		read_string_lines_to_set(str, container);
+		return container;
+	}
+
+	template<typename Container>
+	void write_set(const Container& container, std::ostream& output) const
+	{
+		write_container(container, write_set_element<Container>, output);
+	}
+
+	template<typename Container>
+	void write_set_to_file(const Container& container, const std::string& filename) const
+	{
+		write_container_to_file(container, write_set_element<Container>, filename);
+	}
+
+	template<typename Container>
+	std::string write_set_to_string(const Container& container) const
+	{
+		return write_container_to_string(container, write_set_element<Container>);
+	}
+
+	template<typename Container>
+	void read_lines_to_map(std::istream& input, Container& container) const
+	{
+		read_lines_to_container(input, read_line_to_map<Container>, container);
+	}
+
+	template<typename Container>
+	Container read_lines_to_map(std::istream& input) const
+	{
+		Container container;
+		read_lines_to_map(input, container);
+		return container;
+	}
+
+	template<typename Container>
+	void read_file_lines_to_map(const std::string& filename, Container& container) const
+	{
+		read_file_lines_to_container(filename, read_line_to_map<Container>, container);
+	}
+
+	template<typename Container>
+	Container read_file_lines_to_map(const std::string& filename) const
+	{
+		Container container;
+		read_file_lines_to_map(filename, container);
+		return container;
+	}
+
+	template<typename Container>
+	void read_string_lines_to_map(const std::string& str, Container& container) const
+	{
+		read_string_lines_to_container(str, read_line_to_map<Container>, container);
+	}
+
+	template<typename Container>
+	Container read_string_lines_to_map(const std::string& str) const
+	{
+		Container container;
+		read_string_lines_to_map(str, container);
+		return container;
+	}
+
+
+	template<typename Container>
+	void write_map(const Container& container, std::ostream& output) const
+	{
+		write_container(container, write_map_element<Container>(internal_separator), output);
+	}
+
+	template<typename Container>
+	void write_map_to_file(const Container& container, const std::string& filename) const
+	{
+		write_container_to_file(container, write_map_element<Container>(internal_separator), filename);
+	}
+
+	template<typename Container>
+	std::string write_map_to_string(const Container& container) const
+	{
+		return write_container_to_string(container, write_map_element<Container>(internal_separator));
+	}
+
+private:
+	template<typename Container>
+	static inline bool read_line_to_set(std::istream& input, Container& container)
+	{
+		typename Container::value_type value;
+		input >> value;
+		if(input.fail())
+		{
+			return false;
+		}
+		container.insert(container.end(), value);
+		return true;
+	}
+
+	template<typename Container>
+	static inline void write_set_element(const typename Container::value_type& value, std::ostream& output)
+	{
+		output << value;
+	}
+
+	template<typename Container>
+	static inline bool read_line_to_map(std::istream& input, Container& container)
+	{
+#if USE_TR1 > 0
+typename std::tr1::remove_const<typename Container::value_type::first_type>::type key;
+#else
+typename std::remove_const<typename Container::value_type::first_type>::type key;
+#endif
+
+		typename Container::value_type::second_type value;
+		input >> key >> value;
+		if(input.fail())
+		{
+			return false;
+		}
+		container.insert(container.end(), std::make_pair(key, value));
+		return true;
+	}
+
+	template<typename Container>
+	struct write_map_element
+	{
+		char pair_separator;
+
+		explicit write_map_element(const char pair_separator) : pair_separator(pair_separator)
+		{
+		}
+
+		inline void operator()(const typename Container::value_type& value, std::ostream& output)
+		{
+			output << value.first << pair_separator << value.second;
+		}
+	};
+};
+
+}
+
+#endif /* AUXILIARIES_IO_UTILITIES__H_ */
diff --git a/src/auxiliaries/opengl_printer.h b/src/auxiliaries/opengl_printer.h
new file mode 100644
index 0000000..321d513
--- /dev/null
+++ b/src/auxiliaries/opengl_printer.h
@@ -0,0 +1,817 @@
+#ifndef AUXILIARIES_OPENGL_PRINTER_H_
+#define AUXILIARIES_OPENGL_PRINTER_H_
+
+#include <iostream>
+#include <sstream>
+#include <string>
+#include <vector>
+#include <limits>
+
+namespace auxiliaries
+{
+
+class OpenGLPrinter
+{
+public:
+	OpenGLPrinter()
+	{
+	}
+
+	void add(const std::string& str)
+	{
+		string_stream_ << " " << str;
+	}
+
+	void add_alpha(const double alpha)
+	{
+		string_stream_ << object_typer_.alpha << " " << alpha << " ";
+	}
+
+	void add_color(const unsigned int rgb)
+	{
+		string_stream_ << object_typer_.color << " ";
+		write_color_to_stream(Color(rgb), string_stream_);
+	}
+
+	void add_color(const double r, const double g, const double b)
+	{
+		string_stream_ << object_typer_.color << " ";
+		write_color_to_stream(Color(r, g, b), string_stream_);
+	}
+
+	void add_color_from_blue_white_red_gradient(const double value)
+	{
+		string_stream_ << object_typer_.color << " ";
+		write_color_to_stream(Color::from_blue_white_red_gradient(value), string_stream_);
+	}
+
+	void add_color_from_rainbow_gradient(const double value)
+	{
+		string_stream_ << object_typer_.color << " ";
+		write_color_to_stream(Color::from_rainbow_gradient(value), string_stream_);
+	}
+
+	template<typename SphereType>
+	void add_sphere(const SphereType& sphere)
+	{
+		string_stream_ << object_typer_.sphere << " ";
+		write_point_to_stream(sphere, string_stream_);
+		string_stream_.precision(3);
+		string_stream_ << std::fixed << sphere.r << " ";
+	}
+
+	template<typename PointType>
+	void add_triangle_strip(const std::vector<PointType>& vertices, const std::vector<PointType>& normals)
+	{
+		if(!vertices.empty() && vertices.size()==normals.size())
+		{
+			string_stream_ << object_typer_.tstrip << " ";
+			write_points_vector_to_stream(vertices, string_stream_);
+			write_points_vector_to_stream(normals, string_stream_);
+		}
+	}
+
+	template<typename PointType>
+	void add_triangle_fan(const std::vector<PointType>& vertices, const std::vector<PointType>& normals)
+	{
+		if(!vertices.empty() && vertices.size()==normals.size())
+		{
+			string_stream_ << object_typer_.tfan << " ";
+			write_points_vector_to_stream(vertices, string_stream_);
+			write_points_vector_to_stream(normals, string_stream_);
+		}
+	}
+
+	template<typename PointType>
+	void add_line_strip(const std::vector<PointType>& vertices)
+	{
+		if(!vertices.empty())
+		{
+			string_stream_ << object_typer_.lstrip << " ";
+			write_points_vector_to_stream(vertices, string_stream_);
+		}
+	}
+
+	template<typename PointType>
+	void add_line_strip(const PointType& a, const PointType& b)
+	{
+		std::vector<PointType> vertices(2);
+		vertices[0]=a;
+		vertices[1]=b;
+		add_line_strip(vertices);
+	}
+
+	template<typename PointType>
+	void add_line_loop(const std::vector<PointType>& vertices)
+	{
+		if(!vertices.empty())
+		{
+			string_stream_ << object_typer_.lloop << " ";
+			write_points_vector_to_stream(vertices, string_stream_);
+		}
+	}
+
+	template<typename PointType>
+	void add_triangle_fan(const PointType& center, const std::vector<PointType>& vertices, const PointType& normal)
+	{
+		if(!vertices.empty())
+		{
+			string_stream_ << object_typer_.tfanc << " ";
+			write_point_to_stream(center, string_stream_);
+			write_point_to_stream(normal, string_stream_);
+			write_points_vector_to_stream(vertices, string_stream_);
+		}
+	}
+
+	void add_label(const std::string& label)
+	{
+		string_stream_ << object_typer_.label << " " << remove_unsafe_characters_in_string(label) << " ";
+	}
+
+	std::string str() const
+	{
+		return string_stream_.str();
+	}
+
+	void print_pymol_script(const std::string& obj_name, const bool two_sided_lighting, std::ostream& output) const
+	{
+		std::istringstream input(str());
+		if(!input.good())
+		{
+			return;
+		}
+		const std::string sep=", ";
+		const std::string bigsep=",\n";
+		output << "from pymol.cgo import *\n";
+		output << "from pymol import cmd\n";
+		output << obj_name << " = [";
+		while(input.good())
+		{
+			std::string type_str;
+			input >> type_str;
+			const ObjectTypeMarker type(type_str, object_typer_);
+			if(type.alpha)
+			{
+				double alpha=1.0;
+				input >> alpha;
+				output << "ALPHA, " << alpha << bigsep;
+			}
+			else if(type.color)
+			{
+				write_color_to_stream(read_color_from_stream(input), true, "COLOR, ", sep, bigsep, output);
+			}
+			else if(type.tstrip || type.tfan || type.tfanc)
+			{
+				std::vector<PlainPoint> vertices;
+				std::vector<PlainPoint> normals;
+				if(read_strip_or_fan_from_stream(type.tstrip, type.tfan, type.tfanc, input, vertices, normals))
+				{
+					output << (type.tstrip ? "BEGIN, TRIANGLE_STRIP" : "BEGIN, TRIANGLE_FAN") << bigsep;
+					for(std::size_t i=0;i<vertices.size();i++)
+					{
+						write_point_to_stream(normals[i], "NORMAL, ", sep, bigsep, output);
+						write_point_to_stream(vertices[i], "VERTEX, ", sep, bigsep, output);
+					}
+					output << "END" << bigsep;
+				}
+			}
+			else if(type.lstrip || type.lloop)
+			{
+				const std::vector<PlainPoint> vertices=read_points_vector_from_stream(input);
+				if(!vertices.empty())
+				{
+					output << (type.lstrip ? "BEGIN, LINE_STRIP" : "BEGIN, LINE_LOOP") << bigsep;
+					for(std::size_t i=0;i<vertices.size();i++)
+					{
+						write_point_to_stream(vertices[i], "VERTEX, ", sep, bigsep, output);
+					}
+					output << "END" << bigsep;
+				}
+			}
+			else if(type.sphere)
+			{
+				const PlainPoint c=read_point_from_stream(input);
+				double r;
+				input >> r;
+				write_point_to_stream(c, "SPHERE, ", sep, sep, output);
+				output << r << bigsep;
+			}
+		}
+		output << "]\n";
+		output << "cmd.load_cgo(" << obj_name << ", '" << obj_name << "')\n";
+		output << "cmd.set('two_sided_lighting', '" << (two_sided_lighting ? "on" : "off") << "')\n";
+	}
+
+	void print_jmol_script(const std::string& obj_name, std::ostream& output) const
+	{
+		std::istringstream input(str());
+		if(!input.good())
+		{
+			return;
+		}
+		double alpha=1.0;
+		Color color(0xFFFFFF);
+		std::vector<PlainPoint> global_vertices;
+		std::vector<PlainTriple> global_triples;
+		while(input.good())
+		{
+			std::string type_str;
+			input >> type_str;
+			const ObjectTypeMarker type(type_str, object_typer_);
+			if(type.alpha || type.color)
+			{
+				print_jmol_polygon(global_vertices, global_triples, color, alpha, obj_name, output);
+				if(type.alpha)
+				{
+					input >> alpha;
+					alpha=(1.0-alpha);
+				}
+				else if(type.color)
+				{
+					color=read_color_from_stream(input);
+				}
+			}
+			else if(type.tstrip || type.tfan || type.tfanc)
+			{
+				std::vector<PlainPoint> vertices;
+				std::vector<PlainPoint> normals;
+				if(read_strip_or_fan_from_stream(type.tstrip, type.tfan, type.tfanc, input, vertices, normals))
+				{
+					const std::size_t offset=global_vertices.size();
+					global_vertices.insert(global_vertices.end(), vertices.begin(), vertices.end());
+					for(std::size_t i=0;(i+2)<vertices.size();i++)
+					{
+						global_triples.push_back(PlainTriple(offset+(type.tstrip ? i : 0), offset+(i+1), offset+(i+2)));
+					}
+				}
+			}
+		}
+		print_jmol_polygon(global_vertices, global_triples, color, alpha, obj_name, output);
+	}
+
+	void print_scenejs_script(const std::string& obj_name, const bool fit, std::ostream& output) const
+	{
+		std::istringstream input(str());
+		if(!input.good())
+		{
+			return;
+		}
+		std::ostringstream body_output;
+		Color color(0xFFFFFF);
+		std::string label="undefined";
+		std::vector<PlainPoint> global_vertices;
+		std::vector<PlainPoint> global_normals;
+		std::vector<PlainTriple> global_triples;
+		std::vector< std::pair<PlainPoint, double> > global_spheres;
+		BoundingBox bounding_box;
+		while(input.good())
+		{
+			std::string type_str;
+			input >> type_str;
+			const ObjectTypeMarker type(type_str, object_typer_);
+			if(type.color || type.label)
+			{
+				print_scenejs_polygon(global_vertices, global_normals, global_triples, color, label, body_output);
+				if(type.color)
+				{
+					color=read_color_from_stream(input);
+				}
+				else if(type.label)
+				{
+					input >> label;
+				}
+			}
+			else if(type.tstrip || type.tfan || type.tfanc)
+			{
+				std::vector<PlainPoint> vertices;
+				std::vector<PlainPoint> normals;
+				if(read_strip_or_fan_from_stream(type.tstrip, type.tfan, type.tfanc, input, vertices, normals) && vertices.size()==normals.size())
+				{
+					const std::size_t offset=global_vertices.size();
+					global_vertices.insert(global_vertices.end(), vertices.begin(), vertices.end());
+					global_normals.insert(global_normals.end(), normals.begin(), normals.end());
+					for(std::size_t i=0;(i+2)<vertices.size();i++)
+					{
+						global_triples.push_back(PlainTriple(offset+(type.tstrip ? i : 0), offset+(i+1), offset+(i+2)));
+					}
+					for(std::size_t i=0;i<vertices.size();i++)
+					{
+						bounding_box.update(vertices[i]);
+					}
+				}
+			}
+			else if(type.sphere)
+			{
+				const PlainPoint c=read_point_from_stream(input);
+				double r;
+				input >> r;
+				global_spheres.push_back(std::make_pair(c, r));
+				bounding_box.update(c);
+				print_scenejs_spheres(global_spheres, color, label, body_output);
+			}
+		}
+		print_scenejs_polygon(global_vertices, global_normals, global_triples, color, label, body_output);
+		{
+			output.precision(3);
+			output << "var " << obj_name << "={nodes:[\n" << body_output.str() << "]\n};\n";
+			if(fit)
+			{
+				const std::pair<PlainPoint, double> transformation=bounding_box.calc_normal_transformation();
+				output << "var " << obj_name << "_view={type:\"scale\",x:" << std::fixed << transformation.second << ",y:" << transformation.second << ",z:" << transformation.second << ",\n";
+				{
+					output << "nodes:[{type:\"translate\",x:" << std::fixed << transformation.first.x << ",y:" << transformation.first.y << ",z:" << transformation.first.z << ",\n";
+					{
+						output << "nodes:[{\n";
+						{
+							output << "id:\"" << obj_name << "_view\"";
+						}
+						output << "\n}]\n";
+					}
+					output << "}]\n";
+				}
+				output << "};\n";
+			}
+		}
+	}
+
+private:
+	struct ObjectTyper
+	{
+		std::string alpha;
+		std::string color;
+		std::string label;
+		std::string tstrip;
+		std::string tfan;
+		std::string tfanc;
+		std::string lstrip;
+		std::string lloop;
+		std::string sphere;
+
+		ObjectTyper() :
+			alpha("_alpha"),
+			color("_color"),
+			label("_label"),
+			tstrip("_tstrip"),
+			tfan("_tfan"),
+			tfanc("_tfanc"),
+			lstrip("_lstrip"),
+			lloop("_lloop"),
+			sphere("_sphere")
+		{
+		}
+	};
+
+	struct ObjectTypeMarker
+	{
+		bool alpha;
+		bool color;
+		bool label;
+		bool tstrip;
+		bool tfan;
+		bool tfanc;
+		bool lstrip;
+		bool lloop;
+		bool sphere;
+
+		ObjectTypeMarker(const std::string& type_str, const ObjectTyper& object_typer) :
+			alpha(type_str==object_typer.alpha),
+			color(type_str==object_typer.color),
+			label(type_str==object_typer.label),
+			tstrip(type_str==object_typer.tstrip),
+			tfan(type_str==object_typer.tfan),
+			tfanc(type_str==object_typer.tfanc),
+			lstrip(type_str==object_typer.lstrip),
+			lloop(type_str==object_typer.lloop),
+			sphere(type_str==object_typer.sphere)
+		{
+		}
+	};
+
+	struct PlainPoint
+	{
+		double x;
+		double y;
+		double z;
+
+		PlainPoint() : x(0), y(0), z(0)
+		{
+		}
+
+		PlainPoint(const double x, const double y, const double z) : x(x), y(y), z(z)
+		{
+		}
+	};
+
+	struct PlainTriple
+	{
+		std::size_t a;
+		std::size_t b;
+		std::size_t c;
+
+		PlainTriple() : a(0), b(0), c(0)
+		{
+		}
+
+		PlainTriple(const std::size_t a, const std::size_t b, const std::size_t c) : a(a), b(b), c(c)
+		{
+		}
+	};
+
+	struct Color
+	{
+		unsigned int r;
+		unsigned int g;
+		unsigned int b;
+
+		Color() : r(0), g(0), b(0)
+		{
+		}
+
+		explicit Color(const unsigned int rgb) : r((rgb&0xFF0000) >> 16), g((rgb&0x00FF00) >> 8), b(rgb&0x0000FF)
+		{
+		}
+
+		Color(const double r, const double g, const double b) : r(color_component_from_ratio(r)), g(color_component_from_ratio(g)), b(color_component_from_ratio(b))
+		{
+		}
+
+		static unsigned int color_component_from_ratio(const double r)
+		{
+			return static_cast<unsigned int>(std::min(std::max(r*255.0, 0.0), 255.0));
+		}
+
+		static Color from_blue_white_red_gradient(const double value)
+		{
+			Color color;
+			if(value<0)
+			{
+				color.b=255;
+			}
+			else if(value>1)
+			{
+				color.r=255;
+			}
+			else if(value<=0.5)
+			{
+				color.b=255;
+				color.r=static_cast<unsigned char>(255*(value/0.5));
+				color.g=color.r;
+			}
+			else if(value>0.5)
+			{
+				color.r=255;
+				color.b=static_cast<unsigned char>(255*(1-(value-0.5)/0.5));
+				color.g=color.b;
+			}
+			return color;
+		}
+
+		static Color from_rainbow_gradient(const double value)
+		{
+			Color color;
+			if(value<0)
+			{
+				color.b=255;
+			}
+			else if(value>1)
+			{
+				color.r=255;
+			}
+			else if(value<=0.25)
+			{
+				color.g=static_cast<unsigned char>(255*(value/0.25));
+				color.b=255;
+			}
+			else if(value<=0.5)
+			{
+				color.g=255;
+				color.b=static_cast<unsigned char>(255*(1-(value-0.25)/0.25));
+			}
+			else if(value<=0.75)
+			{
+				color.r=static_cast<unsigned char>(255*((value-0.5)/0.25));
+				color.g=255;
+			}
+			else if(value<=1.0)
+			{
+				color.r=255;
+				color.g=static_cast<unsigned char>(255*(1-(value-0.75)/0.25));
+			}
+			return color;
+		}
+	};
+
+	class BoundingBox
+	{
+	public:
+		BoundingBox() : modified_(false)
+		{
+			const double max_double=std::numeric_limits<double>::max();
+			const double min_double=-max_double;
+			low_=PlainPoint(max_double, max_double, max_double);
+			high_=PlainPoint(min_double, min_double, min_double);
+		}
+
+		template<typename PointType>
+		void update(const PointType& p)
+		{
+			low_.x=std::min(low_.x, p.x);
+			low_.y=std::min(low_.y, p.y);
+			low_.z=std::min(low_.z, p.z);
+			high_.x=std::max(high_.x, p.x);
+			high_.y=std::max(high_.y, p.y);
+			high_.z=std::max(high_.z, p.z);
+			modified_=true;
+		}
+
+		std::pair<PlainPoint, double> calc_normal_transformation() const
+		{
+			if(modified_)
+			{
+				const PlainPoint translation(0.0-((low_.x+high_.x)*0.5), 0.0-((low_.y+high_.y)*0.5), 0.0-((low_.z+high_.z)*0.5));
+				const double max_side=std::max(high_.x-low_.x, std::max(high_.y-low_.y, high_.z-low_.z));
+				return std::make_pair(translation, (max_side>0.0 ? 2.0/max_side : 1.0));
+			}
+			else
+			{
+				return std::make_pair(PlainPoint(), 1.0);
+			}
+		}
+
+	private:
+		bool modified_;
+		PlainPoint low_;
+		PlainPoint high_;
+	};
+
+	template<typename PointType>
+	static void write_point_to_stream(const PointType& p, const std::string& start, const std::string& sep, const std::string& end, std::ostream& output)
+	{
+		output << start;
+		output.precision(3);
+		output << std::fixed << p.x << sep << p.y << sep << p.z;
+		output << end;
+	}
+
+	template<typename PointType>
+	static void write_point_to_stream(const PointType& p, std::ostream& output)
+	{
+		write_point_to_stream(p, "", " ", " ", output);
+	}
+
+	static PlainPoint read_point_from_stream(std::istream& input)
+	{
+		PlainPoint p;
+		input >> p.x >> p.y >> p.z;
+		return p;
+	}
+
+	template<typename PointType>
+	static void write_points_vector_to_stream(const std::vector<PointType>& v, std::ostream& output)
+	{
+		output << v.size() << " ";
+		for(std::size_t i=0;i<v.size();i++)
+		{
+			write_point_to_stream(v[i], output);
+		}
+	}
+
+	static std::vector<PlainPoint> read_points_vector_from_stream(std::istream& input)
+	{
+		std::size_t n=0;
+		input >> n;
+		std::vector<PlainPoint> v(n);
+		for(std::size_t i=0;i<v.size();i++)
+		{
+			v[i]=read_point_from_stream(input);
+		}
+		return v;
+	}
+
+	static void write_color_to_stream(const Color& c, const bool normalized, const std::string& start, const std::string& sep, const std::string& end, std::ostream& output)
+	{
+		output << start;
+		if(normalized)
+		{
+			output.precision(3);
+			output << std::fixed << (static_cast<double>(c.r)/255.0) << sep << (static_cast<double>(c.g)/255.0) << sep << (static_cast<double>(c.b)/255.0);
+		}
+		else
+		{
+			output << c.r << sep << c.g << sep << c.b;
+		}
+		output << end;
+	}
+
+	static void write_color_to_stream(const Color& c, std::ostream& output)
+	{
+		write_color_to_stream(c, false, "", " ", " ", output);
+	}
+
+	static Color read_color_from_stream(std::istream& input)
+	{
+		Color c;
+		input >> c.r >> c.g >> c.b;
+		return c;
+	}
+
+	static bool read_strip_or_fan_from_stream(
+			const bool tstrip,
+			const bool tfan,
+			const bool tfanc,
+			std::istream& input,
+			std::vector<PlainPoint>& vertices,
+			std::vector<PlainPoint>& normals)
+	{
+		vertices.clear();
+		normals.clear();
+		if(tstrip || tfan)
+		{
+			vertices=read_points_vector_from_stream(input);
+			normals=read_points_vector_from_stream(input);
+		}
+		else if(tfanc)
+		{
+			const PlainPoint center=read_point_from_stream(input);
+			const PlainPoint normal=read_point_from_stream(input);
+			const std::vector<PlainPoint> outer_vertices=read_points_vector_from_stream(input);
+			if(!outer_vertices.empty())
+			{
+				vertices.push_back(center);
+				vertices.insert(vertices.end(), outer_vertices.begin(), outer_vertices.end());
+				vertices.push_back(outer_vertices.front());
+				normals.resize(vertices.size(), normal);
+			}
+		}
+		return (vertices.size()>=3 && vertices.size()==normals.size());
+	}
+
+	static void print_jmol_polygon(
+			std::vector<PlainPoint>& vertices,
+			std::vector<PlainTriple>& triples,
+			const Color& color,
+			const double alpha,
+			const std::string& id,
+			std::ostream& output)
+	{
+		static int use_num=0;
+		if(!(vertices.empty() || triples.empty()))
+		{
+			output << "draw " << id << use_num << " ";
+			output << "POLYGON " << vertices.size() << " ";
+			for(std::size_t i=0;i<vertices.size();i++)
+			{
+				write_point_to_stream(vertices[i], "{", " ", "} ", output);
+			}
+			output  << triples.size();
+			for(std::size_t i=0;i<triples.size();i++)
+			{
+				const PlainTriple& t=triples[i];
+				output << " [" << t.a << " " << t.b << " " << t.c << " 0]";
+			}
+			output << "\n";
+			output << "color $" << id << use_num;
+			if(alpha>0.0)
+			{
+				output << " TRANSLUCENT " << alpha;
+			}
+			write_color_to_stream(color, false, " [", ",", "]\n", output);
+			use_num++;
+		}
+		vertices.clear();
+		triples.clear();
+	}
+
+	static void print_scenejs_polygon(
+			std::vector<PlainPoint>& vertices,
+			std::vector<PlainPoint>& normals,
+			std::vector<PlainTriple>& triples,
+			const Color& color,
+			const std::string& id,
+			std::ostream& output)
+	{
+		if(!(vertices.empty() || normals.size()!=vertices.size() || triples.empty()))
+		{
+			output << "{type:\"name\",name:\"" << restore_unsafe_characters_in_string(id) << "\",\n";
+			{
+				output << "nodes:[{type:\"material\",\n";
+				output.precision(3);
+				output << "color:{r:" << std::fixed << (static_cast<double>(color.r)/255.0) << ",g:" << (static_cast<double>(color.g)/255.0) << ",b:" << (static_cast<double>(color.b)/255.0) << "},\n";
+				{
+					output << "nodes:[{type:\"geometry\",primitive:\"triangles\",\n";
+					{
+						output << "positions:[\n";
+						for(std::size_t i=0;i<vertices.size();i++)
+						{
+							write_point_to_stream(vertices[i], (i==0 ? "" : ",\n"), ",", "", output);
+						}
+						output << "\n],\n";
+					}
+					{
+						output << "normals:[\n";
+						for(std::size_t i=0;i<normals.size();i++)
+						{
+							write_point_to_stream(normals[i], (i==0 ? "" : ",\n"), ",", "", output);
+						}
+						output << "\n],\n";
+					}
+					{
+						output << "indices:[\n";
+						for(std::size_t i=0;i<triples.size();i++)
+						{
+							const PlainTriple& t=triples[i];
+							output << (i==0  ? "" : ",\n") << t.a << "," << t.b << "," << t.c;
+						}
+						output << "\n],\n";
+					}
+					output << "}]\n";
+				}
+				output << "}]\n";
+			}
+			output << "},\n";
+		}
+		vertices.clear();
+		normals.clear();
+		triples.clear();
+	}
+
+	static void print_scenejs_spheres(
+			std::vector< std::pair<PlainPoint, double> >& spheres,
+			const Color& color,
+			const std::string& id,
+			std::ostream& output)
+	{
+		if(!spheres.empty())
+		{
+			output << "{type:\"name\",name:\"" << restore_unsafe_characters_in_string(id) << "\",\n";
+			{
+				output << "nodes:[{type:\"material\",\n";
+				output.precision(3);
+				output << "color:{r:" << std::fixed << (static_cast<double>(color.r)/255.0) << ",g:" << (static_cast<double>(color.g)/255.0) << ",b:" << (static_cast<double>(color.b)/255.0) << "},\n";
+				{
+					for(std::size_t i=0;i<spheres.size();i++)
+					{
+						const std::pair<PlainPoint, double>& sphere=spheres[i];
+						output << "nodes:[{type:\"translate\",x:" << std::fixed << sphere.first.x << ",y:" << sphere.first.y << ",z:" << sphere.first.z << ",\n";
+						{
+							output << "nodes:[{type:\"scale\",x:" << std::fixed << sphere.second << ",y:" << sphere.second << ",z:" << sphere.second << ",\n";
+							{
+								output << "nodes:[{type: \"geometry/sphere\"}]\n";
+							}
+							output << "}]\n";
+						}
+						output << "}],\n";
+					}
+				}
+				output << "}]\n";
+			}
+			output << "},\n";
+		}
+		spheres.clear();
+	}
+
+
+	static std::string remove_unsafe_characters_in_string(const std::string& str)
+	{
+		std::ostringstream output;
+		for(std::size_t i=0;i<str.size();i++)
+		{
+			if(str[i]==' ')
+			{
+				output << "__";
+			}
+			else
+			{
+				output << str[i];
+			}
+		}
+		return output.str();
+	}
+
+	static std::string restore_unsafe_characters_in_string(const std::string& str)
+	{
+		std::ostringstream output;
+		std::size_t i=0;
+		while(i<str.size())
+		{
+			if(str[i]=='_' && (i+1)<str.size() && str[i+1]=='_')
+			{
+				output << ' ';
+				i+=2;
+			}
+			else
+			{
+				output << str[i];
+				i++;
+			}
+		}
+		return output.str();
+	}
+
+	ObjectTyper object_typer_;
+	std::ostringstream string_stream_;
+};
+
+}
+
+#endif /* AUXILIARIES_OPENGL_PRINTER_H_ */
diff --git a/src/auxiliaries/pairwise_sequence_alignment.h b/src/auxiliaries/pairwise_sequence_alignment.h
new file mode 100644
index 0000000..8555235
--- /dev/null
+++ b/src/auxiliaries/pairwise_sequence_alignment.h
@@ -0,0 +1,193 @@
+#ifndef AUXILIARIES_PAIRWISE_SEQUENCE_ALIGNMENT_H_
+#define AUXILIARIES_PAIRWISE_SEQUENCE_ALIGNMENT_H_
+
+#include <iostream>
+#include <string>
+#include <vector>
+#include <algorithm>
+
+namespace auxiliaries
+{
+
+class PairwiseSequenceAlignment
+{
+public:
+	struct SimpleScorer
+	{
+		int match_score;
+		int mismatch_score;
+		int gap_start_score;
+		int gap_extension_score;
+
+		SimpleScorer(int match_score, int mismatch_score, int gap_start_score, int gap_extension_score) :
+			match_score(match_score),
+			mismatch_score(mismatch_score),
+			gap_start_score(gap_start_score),
+			gap_extension_score(gap_extension_score)
+		{
+		}
+
+		template<typename T>
+		int match(const T& v1, const T& v2) const
+		{
+			return (v1==v2 ? match_score : mismatch_score);
+		}
+
+		int gap_start() const
+		{
+			return gap_start_score;
+		}
+
+		int gap_extension() const
+		{
+			return gap_extension_score;
+		}
+	};
+
+	template<typename T, typename Scorer>
+	static std::vector< std::pair<int, int> > construct_sequence_alignment(const T& seq1, const T& seq2, const Scorer& scorer, const bool local, int* result_score)
+	{
+		std::vector< std::pair<int, int> > alignment;
+		if(!seq1.empty() && !seq2.empty())
+		{
+			std::vector< std::vector<int> > scores_matrix(seq1.size()+1, std::vector<int>(seq2.size()+1, 0));
+			std::vector< std::vector<int> > directions_matrix(seq1.size()+1, std::vector<int>(seq2.size()+1, 0));
+			for(std::size_t i=1;i<=seq1.size();i++)
+			{
+				scores_matrix[i][0]=((i==1) ? scorer.gap_start() : (scores_matrix[i-1][0]+scorer.gap_extension()));
+				directions_matrix[i][0]=1;
+			}
+			for(std::size_t j=1;j<=seq2.size();j++)
+			{
+				scores_matrix[0][j]=((j==1) ? scorer.gap_start() : (scores_matrix[0][j-1]+scorer.gap_extension()));
+				directions_matrix[0][j]=2;
+			}
+			std::pair<std::size_t, std::size_t> result_score_pos(0, 0);
+			for(std::size_t i=1;i<=seq1.size();i++)
+			{
+				for(std::size_t j=1;j<=seq2.size();j++)
+				{
+					const typename T::value_type& v1=seq1[i-1];
+					const typename T::value_type& v2=seq2[j-1];
+					const int match_score=scores_matrix[i-1][j-1]+scorer.match(v1, v2)+(((i==1 && j==1) || (i==seq1.size() && j==seq2.size())) ? -1 : 0);
+					const int deletion_score=scores_matrix[i-1][j]+(directions_matrix[i-1][j]!=1 ? scorer.gap_start() : scorer.gap_extension());
+					const int insertion_score=scores_matrix[i][j-1]+(directions_matrix[i][j-1]!=2 ? scorer.gap_start() : scorer.gap_extension());
+					const int max_score=std::max(match_score, std::max(deletion_score, insertion_score));
+					directions_matrix[i][j]=(max_score==insertion_score ? 2 : (max_score==deletion_score ? 1 : 0));
+					scores_matrix[i][j]=(local ? std::max(0, max_score) : max_score);
+					if(local && scores_matrix[i][j]>scores_matrix[result_score_pos.first][result_score_pos.second])
+					{
+						result_score_pos=std::make_pair(i, j);
+					}
+				}
+			}
+			if(!local)
+			{
+				result_score_pos.first=seq1.size();
+				result_score_pos.second=seq2.size();
+			}
+			if(result_score!=0)
+			{
+				*result_score=scores_matrix[result_score_pos.first][result_score_pos.second];
+			}
+
+			int i=static_cast<int>(seq1.size());
+			int j=static_cast<int>(seq2.size());
+			while(i>static_cast<int>(result_score_pos.first))
+			{
+				i--;
+				alignment.push_back(std::make_pair(i, -1));
+			}
+			while(j>static_cast<int>(result_score_pos.second))
+			{
+				j--;
+				alignment.push_back(std::make_pair(-1, j));
+			}
+			while(i>0 && j>0 && (!local || scores_matrix[i][j]>0))
+			{
+				const int dir=directions_matrix[i][j];
+				if(dir==0)
+				{
+					i--;
+					j--;
+					alignment.push_back(std::make_pair(i, j));
+				}
+				else if(dir==1)
+				{
+					i--;
+					alignment.push_back(std::make_pair(i, -1));
+				}
+				else
+				{
+					j--;
+					alignment.push_back(std::make_pair(-1, j));
+				}
+			}
+			while(i>0)
+			{
+				i--;
+				alignment.push_back(std::make_pair(i, -1));
+			}
+			while(j>0)
+			{
+				j--;
+				alignment.push_back(std::make_pair(-1, j));
+			}
+			std::reverse(alignment.begin(), alignment.end());
+		}
+		return alignment;
+	}
+
+	static bool print_sequence_alignment(const std::string& seq1, const std::string& seq2, const std::vector< std::pair<int, int> >& alignment, std::ostream& output)
+	{
+		for(std::size_t i=0;i<alignment.size();i++)
+		{
+			if(alignment[i].first>=static_cast<int>(seq1.size()) || alignment[i].second>=static_cast<int>(seq2.size()))
+			{
+				return false;
+			}
+		}
+
+		for(std::size_t i=0;i<alignment.size();i++)
+		{
+			const int j=alignment[i].first;
+			output << (j>=0 ? seq1.at(j) : '-');
+		}
+		output << "\n";
+
+		for(std::size_t i=0;i<alignment.size();i++)
+		{
+			const int j=alignment[i].second;
+			output << (j>=0 ? seq2.at(j) : '-');
+		}
+		output << "\n";
+
+		return true;
+	}
+
+	static std::vector< std::pair<int, int> > read_sequence_alignment(const std::string& alignment_seq1, const std::string& alignment_seq2)
+	{
+		const std::size_t alignment_size=std::min(alignment_seq1.size(), alignment_seq2.size());
+		std::vector< std::pair<int, int> > alignment(alignment_size, std::pair<int, int>(-1, -1));
+		int pos1=0;
+		int pos2=0;
+		for(std::size_t i=0;i<alignment_size;i++)
+		{
+			if(alignment_seq1.at(i)!='-')
+			{
+				alignment[i].first=pos1;
+				pos1++;
+			}
+			if(alignment_seq2.at(i)!='-')
+			{
+				alignment[i].second=pos2;
+				pos2++;
+			}
+		}
+		return alignment;
+	}
+};
+
+}
+
+#endif /* AUXILIARIES_PAIRWISE_SEQUENCE_ALIGNMENT_H_ */
diff --git a/src/auxiliaries/program_options_handler.h b/src/auxiliaries/program_options_handler.h
new file mode 100644
index 0000000..da7a4a9
--- /dev/null
+++ b/src/auxiliaries/program_options_handler.h
@@ -0,0 +1,454 @@
+#ifndef AUXILIARIES_PROGRAM_OPTIONS_HANDLER_H_
+#define AUXILIARIES_PROGRAM_OPTIONS_HANDLER_H_
+
+#include <string>
+#include <map>
+#include <vector>
+#include <sstream>
+#include <stdexcept>
+#include <iostream>
+#include <iomanip>
+#include <algorithm>
+
+namespace auxiliaries
+{
+
+class ProgramOptionsHandler
+{
+public:
+	class Exception : public std::runtime_error
+	{
+	public:
+		explicit Exception(const std::string& msg) : std::runtime_error(msg)
+		{
+		}
+	};
+
+	ProgramOptionsHandler(const int argc, const char** argv)
+	{
+		if(argc>0)
+		{
+			original_argv_.resize(argc);
+			for(int i=0;i<argc;i++)
+			{
+				original_argv_[i]=unquote_string(std::string(argv[i]));
+			}
+			for(std::size_t i=0;i<original_argv_.size();i++)
+			{
+				const std::string& str=original_argv_[i];
+				if(i>0 && str.compare(0, option_prefix_str().size(), option_prefix_str())==0)
+				{
+					options_[str]="";
+				}
+				else if(i>1 && original_argv_[i-1].compare(0, option_prefix_str().size(), option_prefix_str())==0)
+				{
+					options_[original_argv_[i-1]]=str;
+				}
+				else
+				{
+					unused_argv_.push_back(str);
+				}
+			}
+		}
+	}
+
+	const std::vector<std::string>& original_argv() const
+	{
+		return original_argv_;
+	}
+
+	std::string original_arg(const std::size_t pos) const
+	{
+		return (pos<original_argv_.size() ? original_argv_[pos] : std::string());
+	}
+
+	const std::vector<std::string>& unused_argv() const
+	{
+		return unused_argv_;
+	}
+
+	const std::map<std::string, std::string>& options() const
+	{
+		return options_;
+	}
+
+	bool empty() const
+	{
+		return options_.empty();
+	}
+
+	void set_option(const std::string& name)
+	{
+		if(name.compare(0, option_prefix_str().size(), option_prefix_str())==0)
+		{
+			options_[name]="";
+		}
+	}
+
+	template<typename T>
+	void set_option_with_argument(const std::string& name, const T value)
+	{
+		if(name.compare(0, option_prefix_str().size(), option_prefix_str())==0)
+		{
+			std::ostringstream output;
+			output << value;
+			options_[name]=output.str();
+		}
+	}
+
+	bool contains_option(const std::string& name) const
+	{
+		return (options_.count(name)>0);
+	}
+
+	bool contains_option_with_argument(const std::string& name) const
+	{
+		return (contains_option(name) && !(options_.find(name)->second.empty()));
+	}
+
+	const std::string& argument_string(const std::string& name) const
+	{
+		if(!contains_option_with_argument(name))
+		{
+			throw Exception(std::string("Missing command line argument for option '")+name+"'.");
+		}
+		return options_.find(name)->second;
+	}
+
+	template<typename T>
+	T argument(const std::string& name) const
+	{
+		std::istringstream input(argument_string(name));
+		T value;
+		input >> value;
+		if(input.fail())
+		{
+			throw Exception(std::string("Invalid command line argument for option '")+name+"'.");
+		}
+		return value;
+	}
+
+	template<typename T>
+	T argument(const std::string& name, const T default_value) const
+	{
+		if(contains_option(name))
+		{
+			return argument<T>(name);
+		}
+		else
+		{
+			return default_value;
+		}
+	}
+
+	std::vector<std::string> argument_strings_vector(const std::string& name, const char delimiter) const
+	{
+		std::vector<std::string> result;
+		if(contains_option(name))
+		{
+			result=split_string(argument_string(name), delimiter);
+			if(result.empty())
+			{
+				throw Exception(std::string("Missing command line vector argument for option '")+name+"'.");
+			}
+		}
+		return result;
+	}
+
+	template<typename T>
+	std::vector<T> argument_vector(const std::string& name, const char delimiter) const
+	{
+		std::vector<T> result;
+		const std::vector<std::string> result_as_strings=argument_strings_vector(name, delimiter);
+		if(!result_as_strings.empty())
+		{
+			result=convert_string_vector_to_typed_vector<T>(result_as_strings);
+		}
+		return result;
+	}
+
+	template<typename T>
+	std::vector<T> argument_vector(const std::string& name, const char delimiter, const std::vector<T>& default_value) const
+	{
+		if(contains_option(name))
+		{
+			return argument_vector<T>(name, delimiter);
+		}
+		else
+		{
+			return default_value;
+		}
+	}
+
+	void remove_option(const std::string& name)
+	{
+		options_.erase(name);
+	}
+
+	template<typename T>
+	static T convert_hex_string_to_integer(const std::string& str)
+	{
+		std::istringstream input(str);
+		T value=0;
+		input >> std::hex >> value;
+		if(input.fail())
+		{
+			throw Exception(std::string("Invalid hex string '")+str+"'.");
+		}
+		return value;
+	}
+
+	template<typename T>
+	static T restrict_value_in_range(const T min_value, const T max_value, const T value)
+	{
+		return std::max(min_value, std::min(max_value, value));
+	}
+
+private:
+	static const std::string& option_prefix_str()
+	{
+		static const std::string str("--");
+		return str;
+	}
+
+	static std::string unquote_string(const std::string& str)
+	{
+		if(str.size()>2 && str[0]==str[str.size()-1] && (str[0]=='\'' || str[0]=='"'))
+		{
+			return str.substr(1, str.size()-2);
+		}
+		return str;
+	}
+
+	static std::vector<std::string> split_string(const std::string& str, const char delimiter)
+	{
+		std::vector<std::string> result;
+		std::istringstream input(str);
+		while(input.good())
+		{
+			std::string token;
+			std::getline(input, token, delimiter);
+			if(token.empty())
+			{
+				throw Exception(std::string("Empty substring encountered when splitting '")+str+"'.");
+			}
+			result.push_back(token);
+		}
+		return result;
+	}
+
+	template<typename T>
+	static std::vector<T> convert_string_vector_to_typed_vector(const std::vector<std::string>& strs)
+	{
+		std::vector<T> result;
+		for(std::size_t i=0;i<strs.size();i++)
+		{
+			std::string token=strs[i];
+			const std::size_t end_pos=token.find_last_not_of(' ');
+			if(end_pos!=std::string::npos && (end_pos+1)<=token.size())
+			{
+				token=token.substr(0, end_pos+1);
+			}
+			std::istringstream token_input(token);
+			T value;
+			token_input >> value;
+			if(token_input.fail())
+			{
+				throw Exception(std::string("Failed to convert token '")+token+"'.");
+			}
+			result.push_back(value);
+			if(!token_input.eof())
+			{
+				throw Exception(std::string("Too many spaces in token '")+token+"'.");
+			}
+		}
+		return result;
+	}
+
+	std::vector<std::string> original_argv_;
+	std::vector<std::string> unused_argv_;
+	std::map<std::string, std::string> options_;
+};
+
+class ProgramOptionsHandlerWrapper
+{
+public:
+	class Exception : public std::runtime_error
+	{
+	public:
+		explicit Exception(const std::string& msg) : std::runtime_error(msg)
+		{
+		}
+	};
+
+	const ProgramOptionsHandler& poh;
+
+	explicit ProgramOptionsHandlerWrapper(const ProgramOptionsHandler& poh) : poh(poh)
+	{
+	}
+
+	std::string describe_option(const std::string& name, const std::string& argument_type, const std::string& description_text, const bool required=false)
+	{
+		list_of_option_descriptions_.push_back(OptionDescription(name, argument_type, description_text, required));
+		return name;
+	}
+
+	void describe_io(const std::string& name, const bool from, const bool to, const std::string& description)
+	{
+		list_of_io_descriptions_.push_back(IODescription(name, from, to, description));
+	}
+
+	bool assert_or_print_help(const bool allow_unrecognized_options) const
+	{
+		if(poh.contains_option("--help"))
+		{
+			{
+				std::vector<OptionDescription> basic_list_of_option_descriptions=list_of_option_descriptions_;
+				basic_list_of_option_descriptions.push_back(OptionDescription("--help", "", "flag to print usage help to stdout and exit", false));
+				print_list_of_option_descriptions(basic_list_of_option_descriptions, std::cout);
+			}
+			print_list_of_io_descriptions(list_of_io_descriptions_, std::cout);
+			return false;
+		}
+		else
+		{
+			assert_list_of_option_descriptions(allow_unrecognized_options);
+			return true;
+		}
+	}
+
+private:
+	struct OptionDescription
+	{
+		std::string name;
+		std::string argument_type;
+		std::string description_text;
+		bool required;
+
+		OptionDescription(const std::string& name, const std::string& argument_type, const std::string& description_text, const bool required) :
+			name(name), argument_type(argument_type), description_text(description_text), required(required)
+		{
+		}
+
+		bool operator==(const std::string& check_name) const
+		{
+			return (check_name==name);
+		}
+
+		void print(const std::size_t max_option_name_length, const std::size_t max_argument_type_length, std::ostream& output) const
+		{
+			output << name << std::string(std::max(max_option_name_length, name.size())+2-name.size(), ' ');
+			output << argument_type << std::string(std::max(max_argument_type_length, argument_type.size())+2-argument_type.size(), ' ');
+			output << (required ? "*" : " ") << "  ";
+			output << description_text << "\n";
+		}
+	};
+
+	struct IODescription
+	{
+		std::string name;
+		bool from;
+		bool to;
+		std::string description;
+
+		IODescription(const std::string& name, const bool from, const bool to, const std::string& description) :
+			name(name), from(from), to(to), description(description)
+		{
+		}
+
+		void print(std::ostream& output) const
+		{
+			const std::size_t max_name_length=std::max(static_cast<std::size_t>(7), name.size());
+			output << name << std::string(max_name_length+1-name.size(), ' ');
+			if(from && to)
+			{
+				output << "<->";
+			}
+			else if(from)
+			{
+				output << "<- ";
+			}
+			else if(to)
+			{
+				output << "-> ";
+			}
+			std::istringstream strstream(description);
+			int linescount=0;
+			while(strstream.good())
+			{
+				std::string line;
+				std::getline(strstream, line);
+				if(!line.empty())
+				{
+					if(linescount>0)
+					{
+						output << std::string(max_name_length+6, ' ');
+					}
+					output << " " << line << "\n";
+					linescount++;
+				}
+			}
+		}
+	};
+
+	static void print_list_of_option_descriptions(const std::vector<OptionDescription>& list_of_option_descriptions, std::ostream& output)
+	{
+		std::size_t max_option_name_length=30;
+		std::size_t max_argument_type_length=7;
+		for(std::vector<OptionDescription>::const_iterator it=list_of_option_descriptions.begin();it!=list_of_option_descriptions.end();++it)
+		{
+			max_option_name_length=std::max(max_option_name_length, it->name.size());
+			max_argument_type_length=std::max(max_argument_type_length, it->argument_type.size());
+		}
+		for(std::vector<OptionDescription>::const_iterator it=list_of_option_descriptions.begin();it!=list_of_option_descriptions.end();++it)
+		{
+			it->print(max_option_name_length, max_argument_type_length, output);
+		}
+	}
+
+	static void print_list_of_io_descriptions(const std::vector<IODescription>& list_of_io_descriptions, std::ostream& output)
+	{
+		for(std::vector<IODescription>::const_iterator it=list_of_io_descriptions.begin();it!=list_of_io_descriptions.end();++it)
+		{
+			it->print(output);
+		}
+	}
+
+	void assert_list_of_option_descriptions(const bool allow_unrecognized) const
+	{
+		for(std::vector<OptionDescription>::const_iterator it=list_of_option_descriptions_.begin();it!=list_of_option_descriptions_.end();++it)
+		{
+			if(it->required && poh.options().count(it->name)==0)
+			{
+				throw Exception(std::string("Missing required option '")+(it->name)+"'.");
+			}
+		}
+		for(std::map<std::string, std::string>::const_iterator it=poh.options().begin();it!=poh.options().end();++it)
+		{
+			const std::string& option=it->first;
+			std::vector<OptionDescription>::const_iterator jt=std::find(list_of_option_descriptions_.begin(), list_of_option_descriptions_.end(), option);
+			if(jt==list_of_option_descriptions_.end())
+			{
+				if(!allow_unrecognized)
+				{
+					throw Exception(std::string("Unrecognized command line option '")+option+"'.");
+				}
+			}
+			else if(it->second.empty() && !jt->argument_type.empty())
+			{
+				throw Exception(std::string("Command line option '")+option+"' should have arguments.");
+			}
+			else if(!it->second.empty() && jt->argument_type.empty())
+			{
+				throw Exception(std::string("Command line option '")+option+"' cannot have arguments.");
+			}
+		}
+	}
+
+	std::vector<OptionDescription> list_of_option_descriptions_;
+	std::vector<IODescription> list_of_io_descriptions_;
+};
+
+}
+
+#endif /* AUXILIARIES_PROGRAM_OPTIONS_HANDLER_H_ */
diff --git a/src/auxiliaries/residue_atoms_reference.h b/src/auxiliaries/residue_atoms_reference.h
new file mode 100644
index 0000000..86bf715
--- /dev/null
+++ b/src/auxiliaries/residue_atoms_reference.h
@@ -0,0 +1,53 @@
+#ifndef AUXILIARIES_RESIDUE_ATOMS_REFERENCE_H_
+#define AUXILIARIES_RESIDUE_ATOMS_REFERENCE_H_
+
+#include <string>
+#include <map>
+
+namespace auxiliaries
+{
+
+class ResidueAtomsReference
+{
+public:
+	inline static int get_residue_atoms_count(const std::string& code)
+	{
+		static const std::map<std::string, int> m=create_map_of_residue_atoms_counts();
+		const std::map<std::string, int>::const_iterator it=m.find(code);
+		return (it==m.end() ? 1 : it->second);
+	}
+
+private:
+	static std::map<std::string, int> create_map_of_residue_atoms_counts()
+	{
+		std::map<std::string, int> m;
+		m["ALA"]=5;
+		m["ARG"]=11;
+		m["ASN"]=8;
+		m["ASP"]=8;
+		m["ASX"]=8;
+		m["CYS"]=6;
+		m["GLU"]=9;
+		m["GLN"]=9;
+		m["GLX"]=9;
+		m["GLY"]=4;
+		m["HIS"]=10;
+		m["ILE"]=8;
+		m["LEU"]=8;
+		m["XLE"]=8;
+		m["LYS"]=9;
+		m["MET"]=8;
+		m["PHE"]=11;
+		m["PRO"]=7;
+		m["SER"]=6;
+		m["THR"]=7;
+		m["TRP"]=14;
+		m["TYR"]=12;
+		m["VAL"]=7;
+		return m;
+	}
+};
+
+}
+
+#endif /* AUXILIARIES_RESIDUE_ATOMS_REFERENCE_H_ */
diff --git a/src/auxiliaries/residue_letters_coding.h b/src/auxiliaries/residue_letters_coding.h
new file mode 100644
index 0000000..9bcf963
--- /dev/null
+++ b/src/auxiliaries/residue_letters_coding.h
@@ -0,0 +1,76 @@
+#ifndef AUXILIARIES_RESIDUE_LETTERS_CODING_H_
+#define AUXILIARIES_RESIDUE_LETTERS_CODING_H_
+
+#include <string>
+#include <map>
+
+namespace auxiliaries
+{
+
+class ResidueLettersCoding
+{
+public:
+	inline static std::string convert_residue_code_big_to_small(const std::string& big_code)
+	{
+		static const std::map<std::string, std::string> m=create_map_of_residue_codes_big_to_small();
+		const std::map<std::string, std::string>::const_iterator it=m.find(big_code);
+		return (it==m.end() ? std::string("X") : it->second);
+	}
+
+	inline static std::string convert_residue_code_small_to_big(const std::string& small_code)
+	{
+		static const std::map<std::string, std::string> m=create_map_of_residue_codes_small_to_big();
+		const std::map<std::string, std::string>::const_iterator it=m.find(small_code);
+		return (it==m.end() ? std::string("XAA") : it->second);
+	}
+private:
+	static std::map<std::string, std::string> create_map_of_residue_codes_big_to_small()
+	{
+		std::map<std::string, std::string> m;
+		m["LEU"]="L";
+		m["VAL"]="V";
+		m["ILE"]="I";
+		m["ALA"]="A";
+		m["PHE"]="F";
+		m["TRP"]="W";
+		m["MET"]="M";
+		m["PRO"]="P";
+		m["ASP"]="D";
+		m["GLU"]="E";
+		m["LYS"]="K";
+		m["ARG"]="R";
+		m["HIS"]="H";
+		m["CYS"]="C";
+		m["SER"]="S";
+		m["THR"]="T";
+		m["TYR"]="Y";
+		m["ASN"]="N";
+		m["GLN"]="Q";
+		m["GLY"]="G";
+		m["ASX"]="B";
+		m["GLX"]="Z";
+		m["XLE"]="J";
+		m["A"]="a";
+		m["C"]="c";
+		m["G"]="g";
+		m["T"]="t";
+		m["U"]="u";
+		m["XAA"]="X";
+		return m;
+	}
+
+	static std::map<std::string, std::string> create_map_of_residue_codes_small_to_big()
+	{
+		const std::map<std::string, std::string> m_big_to_small=create_map_of_residue_codes_big_to_small();
+		std::map<std::string, std::string> m;
+		for(std::map<std::string, std::string>::const_iterator it=m_big_to_small.begin();it!=m_big_to_small.end();++it)
+		{
+			m[it->second]=it->first;
+		}
+		return m;
+	}
+};
+
+}
+
+#endif /* AUXILIARIES_RESIDUE_LETTERS_CODING_H_ */
diff --git a/src/auxiliaries/xml_writer.h b/src/auxiliaries/xml_writer.h
new file mode 100644
index 0000000..766cc22
--- /dev/null
+++ b/src/auxiliaries/xml_writer.h
@@ -0,0 +1,75 @@
+#ifndef AUXILIARIES_XML_WRITER_H_
+#define AUXILIARIES_XML_WRITER_H_
+
+#include <sstream>
+#include <string>
+#include <vector>
+#include <map>
+
+namespace auxiliaries
+{
+
+class XMLWriter
+{
+public:
+	explicit XMLWriter(const std::string& type) : type_(type)
+	{
+	}
+
+	template<typename T>
+	XMLWriter& set(const std::string& name, const T& value, const std::string& units="")
+	{
+		std::ostringstream output;
+		output << value << units;
+		parameters_[name]=output.str();
+		return (*this);
+	}
+
+	XMLWriter& set(const std::string& contents)
+	{
+		contents_=contents;
+		return (*this);
+	}
+
+	XMLWriter& add_child(const XMLWriter& child)
+	{
+		children_.push_back(child);
+		return (*this);
+	}
+
+	void write(std::ostream& output, const std::size_t tabs=0) const
+	{
+		output << std::string(tabs, ' ') << "<" << type_;
+		for(std::map<std::string, std::string>::const_iterator it=parameters_.begin();it!=parameters_.end();++it)
+		{
+			output << " " << it->first << "=\"" << it->second << "\"";
+		}
+		if(contents_.empty() && children_.empty())
+		{
+			output << "/>\n";
+		}
+		else
+		{
+			output << ">\n";
+			if(!contents_.empty())
+			{
+				output << std::string(tabs+2, ' ') << contents_ << "\n";
+			}
+			for(std::size_t i=0;i<children_.size();i++)
+			{
+				children_[i].write(output, tabs+2);
+			}
+			output << "</" << type_ << ">\n";
+		}
+	}
+
+private:
+	std::string type_;
+	std::map<std::string, std::string> parameters_;
+	std::string contents_;
+	std::vector<XMLWriter> children_;
+};
+
+}
+
+#endif /* AUXILIARIES_XML_WRITER_H_ */
diff --git a/src/compatability_macros.h b/src/compatability_macros.h
new file mode 100644
index 0000000..24bb248
--- /dev/null
+++ b/src/compatability_macros.h
@@ -0,0 +1,16 @@
+#ifndef COMPATABILITY_MACROS_H_
+#define COMPATABILITY_MACROS_H_
+
+#ifndef USE_TR1
+#if __cplusplus >= 201103L
+#define USE_TR1 0
+#elif defined(__clang__)
+#define USE_TR1 0
+#elif defined(__GNUC__)
+#define USE_TR1 1
+#else
+#define USE_TR1 0
+#endif
+#endif
+
+#endif /* COMPATABILITY_MACROS_H_ */
diff --git a/src/main.cpp b/src/main.cpp
new file mode 100644
index 0000000..abba14f
--- /dev/null
+++ b/src/main.cpp
@@ -0,0 +1,212 @@
+#include <iostream>
+#include <functional>
+#include <exception>
+#include <limits>
+#include <vector>
+#include <algorithm>
+
+#include "auxiliaries/program_options_handler.h"
+
+void get_balls_from_atoms_file(const auxiliaries::ProgramOptionsHandler&);
+void calculate_vertices(const auxiliaries::ProgramOptionsHandler&);
+void calculate_vertices_in_parallel(const auxiliaries::ProgramOptionsHandler&);
+void calculate_contacts(const auxiliaries::ProgramOptionsHandler&);
+void query_balls(const auxiliaries::ProgramOptionsHandler&);
+void query_contacts(const auxiliaries::ProgramOptionsHandler&);
+void draw_contacts(const auxiliaries::ProgramOptionsHandler&);
+void score_contacts_energy(const auxiliaries::ProgramOptionsHandler&);
+void score_contacts_quality(const auxiliaries::ProgramOptionsHandler&);
+void score_contacts_potential(const auxiliaries::ProgramOptionsHandler&);
+void compare_contacts(const auxiliaries::ProgramOptionsHandler&);
+void write_balls_to_atoms_file(const auxiliaries::ProgramOptionsHandler&);
+void query_balls_clashes(const auxiliaries::ProgramOptionsHandler&);
+void expand_descriptors(const auxiliaries::ProgramOptionsHandler&);
+
+void query_balls_sequences_pairings_stats(const auxiliaries::ProgramOptionsHandler&);
+void draw_balls(const auxiliaries::ProgramOptionsHandler&);
+void query_contacts_depth_values(const auxiliaries::ProgramOptionsHandler&);
+void plot_contacts(const auxiliaries::ProgramOptionsHandler&);
+void score_contacts_potentials_stats(const auxiliaries::ProgramOptionsHandler&);
+void score_contacts_energy_stats(const auxiliaries::ProgramOptionsHandler&);
+void vectorize_contacts(const auxiliaries::ProgramOptionsHandler&);
+void vectorize_points(const auxiliaries::ProgramOptionsHandler&);
+void calculate_mock_solvent(const auxiliaries::ProgramOptionsHandler&);
+void query_contacts_simulating_unfolding(const auxiliaries::ProgramOptionsHandler&);
+void vectorize_contact_environments(const auxiliaries::ProgramOptionsHandler&);
+void wrapped_get_balls_from_atoms_file_and_calculate_vertices(const auxiliaries::ProgramOptionsHandler&);
+void write_qa_scores_in_casp_format(const auxiliaries::ProgramOptionsHandler&);
+void score_contacts_global_energy_by_cuts(const auxiliaries::ProgramOptionsHandler&);
+void simulate_potential_for_membrane_proteins(const auxiliaries::ProgramOptionsHandler&);
+void query_contacts_solvation_values(const auxiliaries::ProgramOptionsHandler&);
+void score_scores(const auxiliaries::ProgramOptionsHandler&);
+void demo_ses(const auxiliaries::ProgramOptionsHandler&);
+void rotational_optimization_demo(const auxiliaries::ProgramOptionsHandler&);
+void place_membrane(const auxiliaries::ProgramOptionsHandler&);
+void demo_polygon_triangulation(const auxiliaries::ProgramOptionsHandler& poh);
+void demo_hypercut(const auxiliaries::ProgramOptionsHandler&);
+
+struct ModeDescriptor
+{
+	typedef std::pointer_to_unary_function<const auxiliaries::ProgramOptionsHandler&, void> FunctionPtr;
+
+	std::string name;
+	FunctionPtr func_ptr;
+
+	ModeDescriptor(const std::string& name, const FunctionPtr& func_ptr) : name(name), func_ptr(func_ptr)
+	{
+	}
+
+	bool operator==(const std::string& check_name) const
+	{
+		return (check_name==name);
+	}
+};
+
+std::vector<ModeDescriptor> get_list_of_modes()
+{
+	std::vector<ModeDescriptor> list_of_modes;
+	list_of_modes.push_back(ModeDescriptor("get-balls-from-atoms-file", ModeDescriptor::FunctionPtr(get_balls_from_atoms_file)));
+	list_of_modes.push_back(ModeDescriptor("calculate-vertices", ModeDescriptor::FunctionPtr(calculate_vertices)));
+	list_of_modes.push_back(ModeDescriptor("calculate-vertices-in-parallel", ModeDescriptor::FunctionPtr(calculate_vertices_in_parallel)));
+	list_of_modes.push_back(ModeDescriptor("calculate-contacts", ModeDescriptor::FunctionPtr(calculate_contacts)));
+	list_of_modes.push_back(ModeDescriptor("query-balls", ModeDescriptor::FunctionPtr(query_balls)));
+	list_of_modes.push_back(ModeDescriptor("query-contacts", ModeDescriptor::FunctionPtr(query_contacts)));
+	list_of_modes.push_back(ModeDescriptor("draw-contacts", ModeDescriptor::FunctionPtr(draw_contacts)));
+	list_of_modes.push_back(ModeDescriptor("score-contacts-energy", ModeDescriptor::FunctionPtr(score_contacts_energy)));
+	list_of_modes.push_back(ModeDescriptor("score-contacts-quality", ModeDescriptor::FunctionPtr(score_contacts_quality)));
+	list_of_modes.push_back(ModeDescriptor("score-contacts-potential", ModeDescriptor::FunctionPtr(score_contacts_potential)));
+	list_of_modes.push_back(ModeDescriptor("compare-contacts", ModeDescriptor::FunctionPtr(compare_contacts)));
+	list_of_modes.push_back(ModeDescriptor("write-balls-to-atoms-file", ModeDescriptor::FunctionPtr(write_balls_to_atoms_file)));
+	list_of_modes.push_back(ModeDescriptor("query-balls-clashes", ModeDescriptor::FunctionPtr(query_balls_clashes)));
+	list_of_modes.push_back(ModeDescriptor("expand-descriptors", ModeDescriptor::FunctionPtr(expand_descriptors)));
+	return list_of_modes;
+}
+
+std::vector<ModeDescriptor> get_list_of_xmodes()
+{
+	std::vector<ModeDescriptor> list_of_modes;
+	list_of_modes.push_back(ModeDescriptor("x-query-balls-sequences-pairings-stats", ModeDescriptor::FunctionPtr(query_balls_sequences_pairings_stats)));
+	list_of_modes.push_back(ModeDescriptor("x-draw-balls", ModeDescriptor::FunctionPtr(draw_balls)));
+	list_of_modes.push_back(ModeDescriptor("x-query-contacts-depth-values", ModeDescriptor::FunctionPtr(query_contacts_depth_values)));
+	list_of_modes.push_back(ModeDescriptor("x-plot-contacts", ModeDescriptor::FunctionPtr(plot_contacts)));
+	list_of_modes.push_back(ModeDescriptor("x-score-contacts-potentials-stats", ModeDescriptor::FunctionPtr(score_contacts_potentials_stats)));
+	list_of_modes.push_back(ModeDescriptor("x-score-contacts-energy-stats", ModeDescriptor::FunctionPtr(score_contacts_energy_stats)));
+	list_of_modes.push_back(ModeDescriptor("x-vectorize-contacts", ModeDescriptor::FunctionPtr(vectorize_contacts)));
+	list_of_modes.push_back(ModeDescriptor("x-vectorize-points", ModeDescriptor::FunctionPtr(vectorize_points)));
+	list_of_modes.push_back(ModeDescriptor("x-calculate-mock-solvent", ModeDescriptor::FunctionPtr(calculate_mock_solvent)));
+	list_of_modes.push_back(ModeDescriptor("x-query-contacts-simulating-unfolding", ModeDescriptor::FunctionPtr(query_contacts_simulating_unfolding)));
+	list_of_modes.push_back(ModeDescriptor("x-vectorize-contact-environments", ModeDescriptor::FunctionPtr(vectorize_contact_environments)));
+	list_of_modes.push_back(ModeDescriptor("x-wrapped-get-balls-from-atoms-file-and-calculate-vertices", ModeDescriptor::FunctionPtr(wrapped_get_balls_from_atoms_file_and_calculate_vertices)));
+	list_of_modes.push_back(ModeDescriptor("x-write-qa-scores-in-casp-format", ModeDescriptor::FunctionPtr(write_qa_scores_in_casp_format)));
+	list_of_modes.push_back(ModeDescriptor("x-score-contacts-global-energy-by-cuts", ModeDescriptor::FunctionPtr(score_contacts_global_energy_by_cuts)));
+	list_of_modes.push_back(ModeDescriptor("x-simulate-potential-for-membrane-proteins", ModeDescriptor::FunctionPtr(simulate_potential_for_membrane_proteins)));
+	list_of_modes.push_back(ModeDescriptor("x-query-contacts-solvation-values", ModeDescriptor::FunctionPtr(query_contacts_solvation_values)));
+	list_of_modes.push_back(ModeDescriptor("x-score-scores", ModeDescriptor::FunctionPtr(score_scores)));
+	list_of_modes.push_back(ModeDescriptor("x-demo-ses", ModeDescriptor::FunctionPtr(demo_ses)));
+	list_of_modes.push_back(ModeDescriptor("x-rotational-optimization-demo", ModeDescriptor::FunctionPtr(rotational_optimization_demo)));
+	list_of_modes.push_back(ModeDescriptor("x-place-membrane", ModeDescriptor::FunctionPtr(place_membrane)));
+	list_of_modes.push_back(ModeDescriptor("x-demo-polygon-triangulation", ModeDescriptor::FunctionPtr(demo_polygon_triangulation)));
+	list_of_modes.push_back(ModeDescriptor("x-demo-hypercut", ModeDescriptor::FunctionPtr(demo_hypercut)));
+	return list_of_modes;
+}
+
+std::string version()
+{
+	static const std::string str="Voronota version 1.18";
+	return str;
+}
+
+void print_error_message(const std::string& mode, const std::string& message)
+{
+	std::cerr << version();
+	if(!mode.empty())
+	{
+		std::cerr << " command '" << mode << "'";
+	}
+	std::cerr << " exit error: " << message;
+	std::cerr << std::endl;
+}
+
+int main(const int argc, const char** argv)
+{
+	const std::string mode=(argc>1 ? std::string(argv[1]) : std::string());
+
+	const std::string xmode_prefix="x-";
+	const bool xmode=(mode.compare(0, xmode_prefix.size(), xmode_prefix)==0);
+
+	std::cin.exceptions(std::istream::badbit);
+	std::cout.exceptions(std::ostream::badbit);
+	std::ios_base::sync_with_stdio(false);
+
+	try
+	{
+		auxiliaries::ProgramOptionsHandler poh(argc, argv);
+
+		const bool help=poh.contains_option("--help");
+
+		{
+			const std::string output_precision_option_name="--stdout-precision";
+			if(poh.contains_option_with_argument(output_precision_option_name))
+			{
+				std::cout << std::fixed;
+				std::cout.precision(poh.argument<int>(output_precision_option_name));
+				poh.remove_option(output_precision_option_name);
+			}
+		}
+
+		if(!xmode)
+		{
+			const std::vector<ModeDescriptor> list_of_modes=get_list_of_modes();
+			if(!mode.empty() && std::count(list_of_modes.begin(), list_of_modes.end(), mode)>0)
+			{
+				std::find(list_of_modes.begin(), list_of_modes.end(), mode)->func_ptr(poh);
+				return (help ? 1 : 0);
+			}
+			else
+			{
+				std::ostream& output=std::cout;
+				output << version() << "\n\n";
+				output << "Commands:\n\n";
+				for(std::vector<ModeDescriptor>::const_iterator it=list_of_modes.begin();it!=list_of_modes.end();++it)
+				{
+					output << it->name << "\n";
+				}
+				output << "\n";
+				if(help)
+				{
+					for(std::vector<ModeDescriptor>::const_iterator it=list_of_modes.begin();it!=list_of_modes.end();++it)
+					{
+						output << "Command '" << it->name << "' options:\n";
+						it->func_ptr(poh);
+						output << "\n";
+					}
+				}
+			}
+		}
+		else
+		{
+			const std::vector<ModeDescriptor> list_of_modes=get_list_of_xmodes();
+			if(!mode.empty() && std::count(list_of_modes.begin(), list_of_modes.end(), mode)>0)
+			{
+				std::find(list_of_modes.begin(), list_of_modes.end(), mode)->func_ptr(poh);
+				return (help ? 1 : 0);
+			}
+			else
+			{
+				throw std::runtime_error("Invalid xmode.");
+			}
+		}
+
+		return 1;
+	}
+	catch(const std::exception& e)
+	{
+		print_error_message(mode, e.what());
+	}
+	catch(...)
+	{
+		print_error_message(mode, "Unknown exception caught.");
+	}
+
+	return 2;
+}
diff --git a/src/mode_calculate_contacts.cpp b/src/mode_calculate_contacts.cpp
new file mode 100644
index 0000000..8af6371
--- /dev/null
+++ b/src/mode_calculate_contacts.cpp
@@ -0,0 +1,291 @@
+#include <iostream>
+#include <stdexcept>
+
+#include "apollota/constrained_contacts_construction.h"
+#include "apollota/constrained_contacts_utilities.h"
+#include "apollota/spheres_boundary_construction.h"
+#include "apollota/spherical_contacts_construction.h"
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+#include "auxiliaries/opengl_printer.h"
+
+#include "modescommon/ball_value.h"
+#include "modescommon/contact_value.h"
+#include "modescommon/mock_solvent_utilities.h"
+
+void calculate_contacts(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false,
+			"list of balls\n(default mode line format: 'x y z r')\n(annotated mode line format: 'annotation x y z r tags adjuncts')");
+	pohw.describe_io("stdout", false, true,
+			"list of contacts\n(default mode line format: 'b1 b2 area')\n(annotated mode line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]')");
+
+	const bool annotated=poh.contains_option(pohw.describe_option("--annotated", "", "flag to enable annotated mode"));
+	const double probe=poh.restrict_value_in_range(0.01, 14.0, poh.argument<double>(pohw.describe_option("--probe", "number", "probe radius"), 1.4));
+	const bool exclude_hidden_balls=poh.contains_option(pohw.describe_option("--exclude-hidden-balls", "", "flag to exclude hidden input balls"));
+	const double step=poh.restrict_value_in_range(0.05, 0.5, poh.argument<double>(pohw.describe_option("--step", "number", "curve step length"), 0.2));
+	const int projections=poh.restrict_value_in_range(1, 10, poh.argument<int>(pohw.describe_option("--projections", "number", "curve optimization depth"), 5));
+	const int sih_depth=poh.restrict_value_in_range(1, 5, poh.argument<int>(pohw.describe_option("--sih-depth", "number", "spherical surface optimization depth"), 3));
+	const bool add_mirrored=poh.contains_option(pohw.describe_option("--add-mirrored", "", "flag to add mirrored contacts to non-annnotated output"));
+	const bool draw=poh.contains_option(pohw.describe_option("--draw", "", "flag to output graphics for annotated contacts"));
+	const bool tag_centrality=poh.contains_option(pohw.describe_option("--tag-centrality", "", "flag to tag contacts centrality"));
+	const bool tag_peripherial=poh.contains_option(pohw.describe_option("--tag-peripherial", "", "flag to tag peripherial contacts"));
+	const std::string old_contacts_output=poh.argument<std::string>(pohw.describe_option("--old-contacts-output", "string", "file path to output spherical contacts"), "");
+	const std::string volumes_output=poh.argument<std::string>(pohw.describe_option("--volumes-output", "string", "file path to output constrained cells volumes"), "");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::vector<apollota::SimpleSphere> spheres;
+	std::vector< std::pair<auxiliaries::ChainResidueAtomDescriptor, BallValue> > input_ball_records;
+	std::set<std::size_t> mock_solvent_ids;
+	if(annotated)
+	{
+		auxiliaries::IOUtilities().read_lines_to_map(std::cin, input_ball_records);
+		spheres.reserve(input_ball_records.size());
+		for(std::size_t i=0;i<input_ball_records.size();i++)
+		{
+			spheres.push_back(apollota::SimpleSphere(input_ball_records[i].second));
+			if(identify_mock_solvent(input_ball_records[i].first))
+			{
+				mock_solvent_ids.insert(i);
+			}
+		}
+	}
+	else
+	{
+		auxiliaries::IOUtilities().read_lines_to_set(std::cin, spheres);
+	}
+	if(spheres.size()<4)
+	{
+		throw std::runtime_error("Less than 4 balls provided to stdin.");
+	}
+
+	const std::size_t input_spheres_count=spheres.size();
+	const std::vector<apollota::SimpleSphere> artificial_boundary=apollota::construct_artificial_boundary(spheres, probe*2.0);
+	spheres.insert(spheres.end(), artificial_boundary.begin(), artificial_boundary.end());
+
+	const apollota::Triangulation::Result triangulation_result=apollota::Triangulation::construct_result(spheres, 3.5, exclude_hidden_balls, false);
+	const apollota::Triangulation::VerticesVector vertices_vector=apollota::Triangulation::collect_vertices_vector_from_quadruples_map(triangulation_result.quadruples_map);
+
+	std::map<apollota::Pair, double> interactions_map;
+	std::pair< bool, std::map<std::size_t, double> > volumes_map_bundle(!volumes_output.empty(), std::map<std::size_t, double>());
+	
+	{
+		const std::map<apollota::Pair, double> constrained_contacts=apollota::ConstrainedContactsConstruction::construct_contacts(spheres, vertices_vector, probe, step, projections, mock_solvent_ids, volumes_map_bundle);
+		for(std::map<apollota::Pair, double>::const_iterator it=constrained_contacts.begin();it!=constrained_contacts.end();++it)
+		{
+			if(it->first.get(0)<input_spheres_count && it->first.get(1)<input_spheres_count)
+			{
+				interactions_map[it->first]=it->second;
+			}
+		}
+	}
+
+	if(mock_solvent_ids.empty())
+	{
+		const std::map<std::size_t, double> constrained_contact_remainders=apollota::ConstrainedContactsConstruction::construct_contact_remainders(spheres, vertices_vector, probe, sih_depth, volumes_map_bundle);
+		for(std::map<std::size_t, double>::const_iterator it=constrained_contact_remainders.begin();it!=constrained_contact_remainders.end();++it)
+		{
+			if(it->first<input_spheres_count)
+			{
+				interactions_map[apollota::Pair(it->first, it->first)]=it->second;
+			}
+		}
+	}
+
+	if(!input_ball_records.empty())
+	{
+		const apollota::TriangulationQueries::PairsMap pairs_vertices=((draw || tag_peripherial) ? apollota::TriangulationQueries::collect_pairs_vertices_map_from_vertices_vector(vertices_vector) : apollota::TriangulationQueries::PairsMap());
+		const apollota::TriangulationQueries::IDsMap ids_vertices=(draw ? apollota::TriangulationQueries::collect_vertices_map_from_vertices_vector(vertices_vector) : apollota::TriangulationQueries::IDsMap());
+		const apollota::SubdividedIcosahedron sih(draw ? sih_depth : 0);
+		const apollota::TriangulationQueries::PairsMap pairs_neighbors=(tag_centrality ? apollota::TriangulationQueries::collect_pairs_neighbors_map_from_quadruples_map(triangulation_result.quadruples_map) : apollota::TriangulationQueries::PairsMap());
+
+		std::map< auxiliaries::ChainResidueAtomDescriptorsPair, ContactValue > output_map_of_contacts;
+		for(std::map<apollota::Pair, double>::const_iterator it=interactions_map.begin();it!=interactions_map.end();++it)
+		{
+			const double area=it->second;
+			if(area>0.0)
+			{
+				const std::size_t a_id=it->first.get(0);
+				const std::size_t b_id=it->first.get(1);
+				auxiliaries::ChainResidueAtomDescriptor crad_a=input_ball_records[a_id].first;
+				auxiliaries::ChainResidueAtomDescriptor crad_b=input_ball_records[b_id].first;
+				if(identify_mock_solvent(crad_a))
+				{
+					crad_a=auxiliaries::ChainResidueAtomDescriptor::solvent();
+				}
+				if(a_id==b_id || identify_mock_solvent(crad_b))
+				{
+					crad_b=auxiliaries::ChainResidueAtomDescriptor::solvent();
+				}
+				if(crad_a!=auxiliaries::ChainResidueAtomDescriptor::solvent() || crad_b!=auxiliaries::ChainResidueAtomDescriptor::solvent())
+				{
+					ContactValue value;
+					value.area=area;
+					if(a_id!=b_id)
+					{
+						value.dist=apollota::distance_from_point_to_point(spheres[a_id], spheres[b_id]);
+					}
+					else
+					{
+						value.dist=(spheres[a_id].r+(probe*3.0));
+					}
+					if(draw)
+					{
+						value.graphics=(a_id==b_id ?
+								apollota::draw_solvent_contact<auxiliaries::OpenGLPrinter>(spheres, vertices_vector, ids_vertices, a_id, probe, sih) :
+								apollota::draw_inter_atom_contact<auxiliaries::OpenGLPrinter>(spheres, vertices_vector, pairs_vertices, a_id, b_id, probe, step, projections));
+					}
+					if(tag_centrality && crad_a!=auxiliaries::ChainResidueAtomDescriptor::solvent() && crad_b!=auxiliaries::ChainResidueAtomDescriptor::solvent() && check_inter_atom_contact_centrality(spheres, pairs_neighbors, a_id, b_id))
+					{
+						value.props.tags.insert("central");
+					}
+					if(tag_peripherial && crad_a!=auxiliaries::ChainResidueAtomDescriptor::solvent() && crad_b!=auxiliaries::ChainResidueAtomDescriptor::solvent() && check_inter_atom_contact_peripherial(spheres, vertices_vector, pairs_vertices, a_id, b_id, probe))
+					{
+						value.props.tags.insert("peripherial");
+					}
+					output_map_of_contacts[auxiliaries::ChainResidueAtomDescriptorsPair(crad_a, crad_b)].add(value);
+				}
+			}
+		}
+		auxiliaries::IOUtilities().write_map(output_map_of_contacts, std::cout);
+	}
+	else
+	{
+		if(add_mirrored)
+		{
+			std::map< std::pair<std::size_t, std::size_t>, double > mirrored_interactions_map;
+			for(std::map<apollota::Pair, double>::const_iterator it=interactions_map.begin();it!=interactions_map.end();++it)
+			{
+				mirrored_interactions_map[std::make_pair(it->first.get(0), it->first.get(1))]=it->second;
+				if(it->first.get(0)!=it->first.get(1))
+				{
+					mirrored_interactions_map[std::make_pair(it->first.get(1), it->first.get(0))]=it->second;
+				}
+			}
+			for(std::map< std::pair<std::size_t, std::size_t>, double >::const_iterator it=mirrored_interactions_map.begin();it!=mirrored_interactions_map.end();++it)
+			{
+				std::cout << it->first.first << " " << it->first.second << " " << it->second << "\n";
+			}
+		}
+		else
+		{
+			for(std::map<apollota::Pair, double>::const_iterator it=interactions_map.begin();it!=interactions_map.end();++it)
+			{
+				std::cout << it->first.get(0) << " " << it->first.get(1) << " " << it->second << "\n";
+			}
+		}
+	}
+
+	if(volumes_map_bundle.first && !volumes_map_bundle.second.empty() && !volumes_output.empty())
+	{
+		const std::map<std::size_t, double>& volumes_map=volumes_map_bundle.second;
+		if(!input_ball_records.empty())
+		{
+			std::map<auxiliaries::ChainResidueAtomDescriptor, double> output_volumes_map;
+			for(std::map<std::size_t, double>::const_iterator it=volumes_map.begin();it!=volumes_map.end();++it)
+			{
+				const double volume=it->second;
+				if(volume>0.0)
+				{
+					const std::size_t a_id=it->first;
+					if(a_id<input_ball_records.size())
+					{
+						const auxiliaries::ChainResidueAtomDescriptor& crad_a=input_ball_records[a_id].first;
+						output_volumes_map[crad_a]=volume;
+					}
+				}
+			}
+			auxiliaries::IOUtilities().write_map_to_file(output_volumes_map, volumes_output);
+		}
+		else
+		{
+			std::map<std::size_t, double> output_volumes_map;
+			for(std::map<std::size_t, double>::const_iterator it=volumes_map.begin();it!=volumes_map.end();++it)
+			{
+				const double volume=it->second;
+				if(volume>0.0)
+				{
+					const std::size_t a_id=it->first;
+					if(a_id<input_spheres_count)
+					{
+						output_volumes_map[a_id]=volume;
+					}
+				}
+			}
+			auxiliaries::IOUtilities().write_map_to_file(output_volumes_map, volumes_output);
+		}
+	}
+
+	if(!old_contacts_output.empty() && mock_solvent_ids.empty())
+	{
+		std::ofstream foutput(old_contacts_output.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			const std::vector< std::vector<std::size_t> > graph=apollota::TriangulationQueries::collect_ids_graph_from_ids_map(apollota::TriangulationQueries::collect_neighbors_map_from_quadruples_map(vertices_vector), input_spheres_count);
+			std::map<std::pair<std::size_t, std::size_t>, double> old_interactions_map;
+			apollota::SphericalContactsConstruction sc_construction(sih_depth);
+			for(std::size_t i=0;i<graph.size();i++)
+			{
+				const apollota::SphericalContactsConstruction::Result sc_result=sc_construction.construct_contacts(probe, spheres, i, graph[i]);
+				for(std::map<std::size_t, double>::const_iterator it=sc_result.areas.begin();it!=sc_result.areas.end();++it)
+				{
+					old_interactions_map[std::pair<std::size_t, std::size_t>(i, it->first)]=it->second;
+				}
+			}
+			if(!input_ball_records.empty())
+			{
+				std::map< std::pair<auxiliaries::ChainResidueAtomDescriptor, auxiliaries::ChainResidueAtomDescriptor>, ContactValue > output_map_of_contacts;
+				for(std::map<std::pair<std::size_t, std::size_t>, double>::const_iterator it=old_interactions_map.begin();it!=old_interactions_map.end();++it)
+				{
+					const double area=it->second;
+					if(area>0.0)
+					{
+						const std::size_t a_id=it->first.first;
+						const std::size_t b_id=it->first.second;
+						auxiliaries::ChainResidueAtomDescriptor crad_a=input_ball_records[a_id].first;
+						auxiliaries::ChainResidueAtomDescriptor crad_b=input_ball_records[b_id].first;
+						if(crad_a!=auxiliaries::ChainResidueAtomDescriptor::solvent())
+						{
+							if(a_id==b_id)
+							{
+								crad_b=auxiliaries::ChainResidueAtomDescriptor::solvent();
+							}
+							ContactValue value;
+							value.area=area;
+							if(a_id!=b_id)
+							{
+								value.dist=apollota::distance_from_point_to_point(spheres[a_id], spheres[b_id]);
+							}
+							else
+							{
+								value.dist=(spheres[a_id].r+(probe*3.0));
+							}
+							if(crad_b!=auxiliaries::ChainResidueAtomDescriptor::solvent())
+							{
+								crad_b.altLoc="m";
+							}
+							output_map_of_contacts[std::make_pair(crad_a, crad_b)].add(value);
+						}
+					}
+				}
+				for(std::map< std::pair<auxiliaries::ChainResidueAtomDescriptor, auxiliaries::ChainResidueAtomDescriptor>, ContactValue >::const_iterator it=output_map_of_contacts.begin();it!=output_map_of_contacts.end();++it)
+				{
+					foutput << it->first.first << " " << it->first.second << " " << it->second << "\n";
+				}
+			}
+			else
+			{
+				for(std::map<std::pair<std::size_t, std::size_t>, double>::const_iterator it=old_interactions_map.begin();it!=old_interactions_map.end();++it)
+				{
+					foutput << it->first.first << " " << it->first.second << " " << it->second << "\n";
+				}
+			}
+		}
+	}
+}
diff --git a/src/mode_calculate_mock_solvent.cpp b/src/mode_calculate_mock_solvent.cpp
new file mode 100644
index 0000000..08fdcfc
--- /dev/null
+++ b/src/mode_calculate_mock_solvent.cpp
@@ -0,0 +1,176 @@
+#include <iostream>
+#include <stdexcept>
+
+#include "apollota/triangulation_queries.h"
+#include "apollota/subdivided_icosahedron.h"
+#include "apollota/spheres_boundary_construction.h"
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+#include "modescommon/ball_value.h"
+#include "modescommon/mock_solvent_utilities.h"
+
+void calculate_mock_solvent(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+	pohw.describe_io("stdout", false, true, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+
+	const double solvent_radius=poh.restrict_value_in_range(1.0, 2.0, poh.argument<double>(pohw.describe_option("--solvent-radius", "number", "solvent atom radius"), 1.4));
+	const double solvent_distance=poh.restrict_value_in_range(0.0, 10.0, poh.argument<double>(pohw.describe_option("--solvent-distance", "number", "min distance from non-solvent atoms to solvent atoms"), 1.0));
+	const int sih_depth=poh.restrict_value_in_range(0, 3, poh.argument<int>(pohw.describe_option("--sih-depth", "number", "spherical surface optimization depth"), 1));
+	const bool sparse_mode=poh.contains_option(pohw.describe_option("--sparse-mode", "", "flag to use sparse mode"));
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const double probe=(solvent_radius+solvent_distance);
+
+	std::vector<apollota::SimpleSphere> input_spheres;
+	std::vector< std::pair<auxiliaries::ChainResidueAtomDescriptor, BallValue> > ball_records;
+	auxiliaries::IOUtilities().read_lines_to_map(std::cin, ball_records);
+	input_spheres.reserve(ball_records.size());
+	for(std::size_t i=0;i<ball_records.size();i++)
+	{
+		input_spheres.push_back(apollota::SimpleSphere(ball_records[i].second));
+	}
+	if(input_spheres.size()<4)
+	{
+		throw std::runtime_error("Less than 4 balls provided to stdin.");
+	}
+
+	std::vector<apollota::SimpleSphere> mock_solvent_spheres;
+
+	if(sparse_mode)
+	{
+		int stage=0;
+		while(stage<1)
+		{
+			std::vector<apollota::SimpleSphere> spheres=input_spheres;
+			if(!mock_solvent_spheres.empty())
+			{
+				spheres.insert(spheres.end(), mock_solvent_spheres.begin(), mock_solvent_spheres.end());
+			}
+			const std::size_t real_spheres_count=spheres.size();
+
+			const std::vector<apollota::SimpleSphere> artificial_boundary=apollota::construct_artificial_boundary(spheres, probe*2.0);
+			spheres.insert(spheres.end(), artificial_boundary.begin(), artificial_boundary.end());
+
+			const apollota::Triangulation::Result triangulation_result=apollota::Triangulation::construct_result(spheres, 3.5, false, false);
+			const apollota::Triangulation::VerticesVector vertices=apollota::Triangulation::collect_vertices_vector_from_quadruples_map(triangulation_result.quadruples_map);
+			const apollota::TriangulationQueries::IDsGraph ids_graph=apollota::TriangulationQueries::collect_ids_graph_from_ids_map(apollota::TriangulationQueries::collect_neighbors_map_from_quadruples_map(triangulation_result.quadruples_map), real_spheres_count);
+
+			apollota::TriangulationQueries::TriplesMap triples_exposed;
+			for(std::size_t i=0;i<vertices.size();i++)
+			{
+				if(vertices[i].second.r>probe)
+				{
+					const apollota::Quadruple& q=vertices[i].first;
+					for(unsigned int j=0;j<4;j++)
+					{
+						const apollota::Triple& t=q.exclude(j);
+						const std::size_t n=q.get(j);
+						if((stage==0 && t.get_min_max().second<real_spheres_count && t.get_min_max().first<input_spheres.size()) || stage>0)
+						{
+							triples_exposed[t].insert(n);
+						}
+					}
+				}
+			}
+
+			std::vector<apollota::SimpleSphere> new_mock_solvent_spheres;
+			new_mock_solvent_spheres.reserve(triples_exposed.size()*2);
+			for(apollota::TriangulationQueries::TriplesMap::const_iterator it=triples_exposed.begin();it!=triples_exposed.end();++it)
+			{
+				const apollota::Triple& t=it->first;
+				const std::vector<apollota::SimpleSphere> tangents=apollota::TangentSphereOfThreeSpheres::calculate(spheres[t.get(0)], spheres[t.get(1)], spheres[t.get(2)], probe);
+				if(!tangents.empty())
+				{
+					std::set<std::size_t> ns;
+					ns.insert(ids_graph[t.get(0)].begin(), ids_graph[t.get(0)].end());
+					ns.insert(ids_graph[t.get(1)].begin(), ids_graph[t.get(1)].end());
+					ns.insert(ids_graph[t.get(2)].begin(), ids_graph[t.get(2)].end());
+					for(std::size_t i=0;i<tangents.size();i++)
+					{
+						bool candidate_good=true;
+						for(std::set<std::size_t>::const_iterator jt=ns.begin();jt!=ns.end() && candidate_good;++jt)
+						{
+							if(apollota::sphere_intersects_sphere(tangents[i], spheres[*jt]))
+							{
+								candidate_good=false;
+							}
+						}
+						if(candidate_good)
+						{
+							new_mock_solvent_spheres.push_back(apollota::SimpleSphere(tangents[i], solvent_radius));
+						}
+					}
+				}
+			}
+
+			if(!new_mock_solvent_spheres.empty())
+			{
+				mock_solvent_spheres.insert(mock_solvent_spheres.end(), new_mock_solvent_spheres.begin(), new_mock_solvent_spheres.end());
+			}
+
+			if((stage==0 && new_mock_solvent_spheres.empty()) || stage>0)
+			{
+				stage++;
+			}
+		}
+	}
+	else
+	{
+		std::vector<apollota::SimpleSphere> spheres=input_spheres;
+		const std::vector<apollota::SimpleSphere> artificial_boundary=apollota::construct_artificial_boundary(spheres, probe*2.0);
+		spheres.insert(spheres.end(), artificial_boundary.begin(), artificial_boundary.end());
+
+		const apollota::Triangulation::Result triangulation_result=apollota::Triangulation::construct_result(spheres, 3.5, false, false);
+		const apollota::TriangulationQueries::IDsMap ids_map=apollota::TriangulationQueries::collect_neighbors_map_from_quadruples_map(triangulation_result.quadruples_map);
+		const apollota::TriangulationQueries::IDsGraph ids_graph=apollota::TriangulationQueries::collect_ids_graph_from_ids_map(ids_map, input_spheres.size());
+
+		const apollota::SubdividedIcosahedron initial_sih(sih_depth);
+
+		mock_solvent_spheres.reserve(ids_graph.size()*2);
+		for(std::size_t i=0;i<ids_graph.size();i++)
+		{
+			apollota::SubdividedIcosahedron sih=initial_sih;
+			sih.fit_into_sphere(spheres[i], spheres[i].r+probe);
+			for(std::size_t l=0;l<sih.vertices().size();l++)
+			{
+				apollota::SimpleSphere sphere_l(sih.vertices()[l], solvent_radius);
+				const double dist_i=apollota::minimal_distance_from_point_to_sphere(sphere_l, spheres[i]);
+				bool good=true;
+				for(std::size_t j=0;j<ids_graph[i].size() && good;j++)
+				{
+					const double dist_j=apollota::minimal_distance_from_point_to_sphere(sphere_l, spheres[ids_graph[i][j]]);
+					good=(dist_i<dist_j);
+				}
+				if(good)
+				{
+					mock_solvent_spheres.push_back(sphere_l);
+				}
+			}
+		}
+	}
+
+	ball_records.reserve(ball_records.size()+mock_solvent_spheres.size());
+	for(std::size_t i=0;i<mock_solvent_spheres.size();i++)
+	{
+		const apollota::SimpleSphere& sphere=mock_solvent_spheres[i];
+		const BallValue value=apollota::custom_sphere<BallValue>(sphere.x, sphere.y, sphere.z, sphere.r);
+		auxiliaries::ChainResidueAtomDescriptor crad(mock_solvent_name());
+		crad.resSeq=(i+1);
+		crad.resName=mock_solvent_name();
+		crad.name=mock_solvent_name();
+		ball_records.push_back(std::make_pair(crad, value));
+	}
+
+	for(std::size_t i=0;i<ball_records.size();i++)
+	{
+		std::cout << ball_records[i].first << " " << ball_records[i].second << "\n";
+	}
+}
diff --git a/src/mode_calculate_vertices.cpp b/src/mode_calculate_vertices.cpp
new file mode 100644
index 0000000..9ca3c73
--- /dev/null
+++ b/src/mode_calculate_vertices.cpp
@@ -0,0 +1,59 @@
+#include <iostream>
+
+#include "apollota/triangulation.h"
+#include "apollota/triangulation_output.h"
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+void calculate_vertices(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls (line format: 'x y z r')");
+	pohw.describe_io("stdout", false, true, "list of Voronoi vertices, i.e. quadruples with tangent spheres (line format: 'q1 q2 q3 q4 x y z r')");
+
+	const bool print_log=poh.contains_option(pohw.describe_option("--print-log", "", "flag to print log of calculations"));
+	const bool exclude_hidden_balls=poh.contains_option(pohw.describe_option("--exclude-hidden-balls", "", "flag to exclude hidden input balls"));
+	const bool include_surplus_quadruples=poh.contains_option(pohw.describe_option("--include-surplus-quadruples", "", "flag to include surplus quadruples"));
+	const bool link=poh.contains_option(pohw.describe_option("--link", "", "flag to output links between vertices"));
+	const double init_radius_for_BSH=poh.argument<double>(pohw.describe_option("--init-radius-for-BSH", "number", "initial radius for bounding sphere hierarchy"), 3.5);
+	const bool check=poh.contains_option(pohw.describe_option("--check", "", "flag to slowly check the resulting vertices (used only for testing)"));
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	if(init_radius_for_BSH<=1.0)
+	{
+		throw std::runtime_error("Bounding spheres hierarchy initial radius should be greater than 1.");
+	}
+
+	const std::vector<apollota::SimpleSphere> spheres=auxiliaries::IOUtilities().read_lines_to_set< std::vector<apollota::SimpleSphere> >(std::cin);
+	if(spheres.size()<4)
+	{
+		throw std::runtime_error("Less than 4 balls provided to stdin.");
+	}
+
+	const apollota::Triangulation::Result triangulation_result=apollota::Triangulation::construct_result(spheres, init_radius_for_BSH, exclude_hidden_balls, include_surplus_quadruples);
+
+	if(link)
+	{
+		apollota::TriangulationOutput::print_vertices_vector_with_vertices_graph(apollota::Triangulation::collect_vertices_vector_from_quadruples_map(triangulation_result.quadruples_map), apollota::Triangulation::construct_vertices_graph(spheres, triangulation_result.quadruples_map), std::cout);
+	}
+	else
+	{
+		apollota::TriangulationOutput::print_vertices_vector(apollota::Triangulation::collect_vertices_vector_from_quadruples_map(triangulation_result.quadruples_map), std::cout);
+	}
+
+	if(print_log)
+	{
+		std::clog << "balls " <<  spheres.size() << "\n";
+		apollota::TriangulationOutput::print_status(triangulation_result, std::clog);
+	}
+
+	if(check)
+	{
+		std::clog << "check " << (apollota::Triangulation::check_quadruples_map(spheres, triangulation_result.quadruples_map)) << "\n";
+	}
+}
diff --git a/src/mode_calculate_vertices_in_parallel.cpp b/src/mode_calculate_vertices_in_parallel.cpp
new file mode 100644
index 0000000..4a58802
--- /dev/null
+++ b/src/mode_calculate_vertices_in_parallel.cpp
@@ -0,0 +1,450 @@
+#include <iostream>
+#include <fstream>
+
+#ifdef ENABLE_MPI
+#include <mpi.h>
+#include <cstring>
+#endif
+
+#include "apollota/triangulation.h"
+#include "apollota/triangulation_output.h"
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+namespace
+{
+
+struct ParallelComputationResult
+{
+	ParallelComputationResult() : number_of_initialized_parts(0), number_of_produced_quadruples(0)
+	{
+	}
+
+	std::vector<apollota::SimpleSphere> input_spheres;
+	std::size_t number_of_initialized_parts;
+	std::size_t number_of_produced_quadruples;
+	apollota::Triangulation::QuadruplesMap merged_quadruples_map;
+};
+
+class ParallelComputationProcessingSimulated
+{
+public:
+	static void process(
+			const std::size_t parts,
+			const double init_radius_for_BSH,
+			const bool include_surplus_quadruples,
+			ParallelComputationResult& result)
+	{
+		result.input_spheres.clear();
+		std::vector<apollota::SimpleSphere>& spheres=result.input_spheres;
+		auxiliaries::IOUtilities().read_lines_to_set(std::cin, spheres);
+
+		const std::vector< std::vector<std::size_t> > distributed_ids=apollota::SplittingOfSpheres::split_for_number_of_parts(spheres, parts);
+		result.number_of_initialized_parts=distributed_ids.size();
+
+		const apollota::BoundingSpheresHierarchy bsh(spheres, init_radius_for_BSH, 1);
+
+		for(std::size_t i=0;i<distributed_ids.size();i++)
+		{
+			const apollota::Triangulation::QuadruplesMap partial_quadruples_map=apollota::Triangulation::construct_result_for_admittance_set(bsh, distributed_ids[i], include_surplus_quadruples).quadruples_map;
+			result.number_of_produced_quadruples+=partial_quadruples_map.size();
+			apollota::Triangulation::merge_quadruples_maps(partial_quadruples_map, result.merged_quadruples_map);
+		}
+	}
+};
+
+#ifdef _OPENMP
+class ParallelComputationProcessingWithOpenMP
+{
+public:
+	static void process(
+			const std::size_t parts,
+			const double init_radius_for_BSH,
+			const bool include_surplus_quadruples,
+			ParallelComputationResult& result)
+	{
+		result.input_spheres.clear();
+		std::vector<apollota::SimpleSphere>& spheres=result.input_spheres;
+		auxiliaries::IOUtilities().read_lines_to_set(std::cin, spheres);
+
+		const std::vector< std::vector<std::size_t> > distributed_ids=apollota::SplittingOfSpheres::split_for_number_of_parts(spheres, parts);
+		result.number_of_initialized_parts=distributed_ids.size();
+
+		const apollota::BoundingSpheresHierarchy bsh(spheres, init_radius_for_BSH, 1);
+
+		std::vector<apollota::Triangulation::QuadruplesMap> distributed_quadruples_maps(distributed_ids.size());
+		std::vector<int> distributed_errors(distributed_ids.size(), 0);
+
+		const int distributed_ids_size=static_cast<int>(distributed_ids.size());
+		{
+	#pragma omp parallel for
+			for(int i=0;i<distributed_ids_size;i++)
+			{
+				try
+				{
+					distributed_quadruples_maps[i]=apollota::Triangulation::construct_result_for_admittance_set(bsh, distributed_ids[i], include_surplus_quadruples).quadruples_map;
+				}
+				catch(...)
+				{
+					distributed_errors[i]=1;
+				}
+			}
+		}
+
+		{
+			std::ostringstream errors_summary_stream;
+			for(std::size_t i=0;i<distributed_errors.size();i++)
+			{
+				if(distributed_errors[i]!=0)
+				{
+					errors_summary_stream << " " << i;
+				}
+			}
+			const std::string errors_summary=errors_summary_stream.str();
+			if(!errors_summary.empty())
+			{
+				throw std::runtime_error("Parallel processing failed because of exceptions in parts:"+errors_summary+".");
+			}
+		}
+
+		for(std::size_t i=0;i<distributed_quadruples_maps.size();i++)
+		{
+			result.number_of_produced_quadruples+=distributed_quadruples_maps[i].size();
+			apollota::Triangulation::merge_quadruples_maps(distributed_quadruples_maps[i], result.merged_quadruples_map);
+		}
+	}
+};
+#endif
+
+#ifdef ENABLE_MPI
+class ParallelComputationProcessingWithMPI
+{
+public:
+	static bool process(
+			const std::vector<std::string>& argv,
+			const std::size_t parts,
+			const double init_radius_for_BSH,
+			const bool include_surplus_quadruples,
+			ParallelComputationResult& result)
+	{
+		MPIHandle mpi_handle(argv);
+
+		if(mpi_handle.size()<=2)
+		{
+			ParallelComputationProcessingSimulated::process(parts, init_radius_for_BSH, include_surplus_quadruples, result);
+		}
+		else
+		{
+			result.input_spheres.clear();
+			std::vector<apollota::SimpleSphere>& spheres=result.input_spheres;
+			{
+				std::vector<double> spheres_plain_vector;
+				int spheres_plain_vector_length=0;
+				if(mpi_handle.rank()==0)
+				{
+					auxiliaries::IOUtilities().read_lines_to_set(std::cin, spheres);
+					fill_plain_vector_from_spheres(spheres, spheres_plain_vector);
+					spheres_plain_vector_length=static_cast<int>(spheres_plain_vector.size());
+				}
+				MPI_Bcast(&spheres_plain_vector_length, 1, MPI_DOUBLE, 0, MPI_COMM_WORLD);
+				if(mpi_handle.rank()!=0)
+				{
+					spheres_plain_vector.resize(static_cast<std::size_t>(spheres_plain_vector_length));
+				}
+				MPI_Bcast(spheres_plain_vector.data(), spheres_plain_vector_length, MPI_DOUBLE, 0, MPI_COMM_WORLD);
+				if(mpi_handle.rank()!=0)
+				{
+					fill_spheres_from_plain_vector(spheres_plain_vector, spheres);
+				}
+			}
+
+			const std::vector< std::vector<std::size_t> > distributed_ids=apollota::SplittingOfSpheres::split_for_number_of_parts(spheres, parts);
+			result.number_of_initialized_parts=distributed_ids.size();
+
+			{
+				const int QUADRUPLES_MAP_DATA_TAG=1;
+				std::vector<double> plain_vector;
+				if(mpi_handle.rank()==0)
+				{
+					for(std::size_t i=0;i<distributed_ids.size();i++)
+					{
+						MPI_Status status;
+						MPI_Probe(MPI_ANY_SOURCE, QUADRUPLES_MAP_DATA_TAG, MPI_COMM_WORLD, &status);
+						int plain_vector_size=0;
+						MPI_Get_count(&status, MPI_DOUBLE, &plain_vector_size);
+						if(plain_vector_size>0)
+						{
+							plain_vector.resize(static_cast<std::size_t>(plain_vector_size));
+							MPI_Recv(plain_vector.data(), plain_vector_size, MPI_DOUBLE, status.MPI_SOURCE, QUADRUPLES_MAP_DATA_TAG, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
+							apollota::Triangulation::QuadruplesMap partial_quadruples_map;
+							fill_quadruples_map_from_plain_vector(plain_vector, partial_quadruples_map);
+							result.number_of_produced_quadruples+=partial_quadruples_map.size();
+							apollota::Triangulation::merge_quadruples_maps(partial_quadruples_map, result.merged_quadruples_map);
+						}
+					}
+				}
+				else
+				{
+					const apollota::BoundingSpheresHierarchy bsh(spheres, init_radius_for_BSH, 1);
+					for(std::size_t i=0;i<distributed_ids.size();i++)
+					{
+						if(mpi_handle.rank()==(static_cast<int>(i)%(mpi_handle.size()-1)+1))
+						{
+							fill_plain_vector_from_quadruples_map(apollota::Triangulation::construct_result_for_admittance_set(bsh, distributed_ids[i], include_surplus_quadruples).quadruples_map, plain_vector);
+							MPI_Send(plain_vector.data(), static_cast<int>(plain_vector.size()), MPI_DOUBLE, 0, QUADRUPLES_MAP_DATA_TAG, MPI_COMM_WORLD);
+						}
+					}
+				}
+			}
+		}
+
+		mpi_handle.set_abort_on_destruction(false);
+		return (mpi_handle.rank()==0);
+	}
+
+private:
+	class MPIHandle
+	{
+	public:
+		explicit MPIHandle(const std::vector<std::string>& argv) :
+			abort_on_destruction_(true),
+			argc_(static_cast<int>(argv.size())),
+			argv_(0),
+			size_(0),
+			rank_(0),
+			start_time_(0.0)
+		{
+			argv_=new char*[argc_];
+			for(int i=0;i<argc_;i++)
+			{
+				argv_[i]=new char[argv[i].size()+1];
+				strcpy(argv_[i], argv[i].c_str());
+			}
+			MPI_Init(&argc_, &argv_);
+	        MPI_Comm_size(MPI_COMM_WORLD, &size_);
+	        MPI_Comm_rank(MPI_COMM_WORLD, &rank_);
+
+	        start_time_=MPI_Wtime();
+		}
+
+		~MPIHandle()
+		{
+			if(abort_on_destruction_)
+			{
+				MPI_Abort(MPI_COMM_WORLD, 1);
+			}
+			else
+			{
+				const double elapsed_time=MPI_Wtime()-start_time_;
+				std::cerr << "MPI process " << rank_ << " of " << size_ << " took " << elapsed_time << " seconds" << std::endl;
+				MPI_Finalize();
+			}
+
+			for(int i=0;i<argc_;i++)
+			{
+				delete[] argv_[i];
+			}
+			delete argv_;
+		}
+
+		void set_abort_on_destruction(const bool abort_on_destruction)
+		{
+			abort_on_destruction_=abort_on_destruction;
+		}
+
+		const int size() const
+		{
+			return size_;
+		}
+
+		const int rank() const
+		{
+			return rank_;
+		}
+
+	private:
+		MPIHandle(const MPIHandle&);
+		MPIHandle& operator=(const MPIHandle&);
+
+		bool abort_on_destruction_;
+		int argc_;
+		char** argv_;
+		int size_;
+		int rank_;
+		double start_time_;
+	};
+
+	static void fill_plain_vector_from_spheres(const std::vector<apollota::SimpleSphere>& spheres, std::vector<double>& plain_vector)
+	{
+		plain_vector.resize(spheres.size()*4);
+		for(std::size_t i=0;i<spheres.size();i++)
+		{
+			plain_vector[i*4+0]=spheres[i].x;
+			plain_vector[i*4+1]=spheres[i].y;
+			plain_vector[i*4+2]=spheres[i].z;
+			plain_vector[i*4+3]=spheres[i].r;
+		}
+	}
+
+	static void fill_spheres_from_plain_vector(const std::vector<double>& plain_vector, std::vector<apollota::SimpleSphere>& spheres)
+	{
+		spheres.resize(plain_vector.size()/4);
+		for(std::size_t i=0;i<spheres.size();i++)
+		{
+			spheres[i].x=plain_vector[i*4+0];
+			spheres[i].y=plain_vector[i*4+1];
+			spheres[i].z=plain_vector[i*4+2];
+			spheres[i].r=plain_vector[i*4+3];
+		}
+	}
+
+	static void fill_plain_vector_from_quadruples_map(const apollota::Triangulation::QuadruplesMap& quadruples_map, std::vector<double>& plain_vector)
+	{
+		plain_vector.resize(apollota::Triangulation::count_tangent_spheres_in_quadruples_map(quadruples_map)*8);
+		std::size_t i=0;
+		for(apollota::Triangulation::QuadruplesMap::const_iterator it=quadruples_map.begin();it!=quadruples_map.end();++it)
+		{
+			const apollota::Quadruple& q=it->first;
+			const std::vector<apollota::SimpleSphere>& ts=it->second;
+			for(std::size_t j=0;j<ts.size();j++)
+			{
+				plain_vector[i*8+0]=q.get(0);
+				plain_vector[i*8+1]=q.get(1);
+				plain_vector[i*8+2]=q.get(2);
+				plain_vector[i*8+3]=q.get(3);
+				plain_vector[i*8+4]=ts[j].x;
+				plain_vector[i*8+5]=ts[j].y;
+				plain_vector[i*8+6]=ts[j].z;
+				plain_vector[i*8+7]=ts[j].r;
+				i++;
+			}
+		}
+	}
+
+	static void fill_quadruples_map_from_plain_vector(const std::vector<double>& plain_vector, apollota::Triangulation::QuadruplesMap& quadruples_map)
+	{
+		quadruples_map.clear();
+		const std::size_t n=(plain_vector.size()/8);
+		for(std::size_t i=0;i<n;i++)
+		{
+			quadruples_map[apollota::Quadruple(
+					static_cast<std::size_t>(plain_vector[i*8+0]+0.5),
+					static_cast<std::size_t>(plain_vector[i*8+1]+0.5),
+					static_cast<std::size_t>(plain_vector[i*8+2]+0.5),
+					static_cast<std::size_t>(plain_vector[i*8+3]+0.5))].push_back(apollota::SimpleSphere(
+							plain_vector[i*8+4],
+							plain_vector[i*8+5],
+							plain_vector[i*8+6],
+							plain_vector[i*8+7]));
+		}
+	}
+};
+#endif
+
+inline bool number_is_power_of_two(const unsigned long x)
+{
+	return ( (x>0) && ((x & (x-1))==0) );
+}
+
+}
+
+void calculate_vertices_in_parallel(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	std::set<std::string> available_processing_method_names;
+	{
+		available_processing_method_names.insert("simulated");
+#ifdef _OPENMP
+		available_processing_method_names.insert("openmp");
+#endif
+#ifdef ENABLE_MPI
+		available_processing_method_names.insert("mpi");
+#endif
+	}
+
+	std::string available_processing_method_names_string;
+	{
+		std::ostringstream output;
+		for(std::set<std::string>::const_iterator it=available_processing_method_names.begin();it!=available_processing_method_names.end();++it)
+		{
+			output << " '" << (*it) << "'";
+		}
+		available_processing_method_names_string=output.str();
+	}
+
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls (line format: 'x y z r')");
+	pohw.describe_io("stdout", false, true, "list of Voronoi vertices, i.e. quadruples with tangent spheres (line format: 'q1 q2 q3 q4 x y z r')");
+
+	const std::string method=poh.argument<std::string>(pohw.describe_option("--method", "string", "parallelization method name, variants are:"+available_processing_method_names_string, true), "");
+	const std::size_t parts=poh.argument<std::size_t>(pohw.describe_option("--parts", "number", "number of parts for splitting, must be power of 2", true), 0);
+	const bool print_log=poh.contains_option(pohw.describe_option("--print-log", "", "flag to print log of calculations"));
+	const bool include_surplus_quadruples=poh.contains_option(pohw.describe_option("--include-surplus-quadruples", "", "flag to include surplus quadruples"));
+	const bool link=poh.contains_option(pohw.describe_option("--link", "", "flag to output links between vertices"));
+	const double init_radius_for_BSH=poh.argument<double>(pohw.describe_option("--init-radius-for-BSH", "number", "initial radius for bounding sphere hierarchy"), 3.5);
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	if(available_processing_method_names.count(method)==0)
+	{
+		throw std::runtime_error("Invalid processing method name, acceptable values are:"+available_processing_method_names_string+".");
+	}
+
+	if(!number_is_power_of_two(parts))
+	{
+		throw std::runtime_error("Number of parts must be power of 2.");
+	}
+
+	if(init_radius_for_BSH<=1.0)
+	{
+		throw std::runtime_error("Bounding spheres hierarchy initial radius should be greater than 1.");
+	}
+
+	ParallelComputationResult result;
+	bool master_finished=true;
+
+	if(method=="simulated")
+	{
+		ParallelComputationProcessingSimulated::process(parts, init_radius_for_BSH, include_surplus_quadruples, result);
+	}
+#ifdef _OPENMP
+	else if(method=="openmp")
+	{
+		ParallelComputationProcessingWithOpenMP::process(parts, init_radius_for_BSH, include_surplus_quadruples, result);
+	}
+#endif
+#ifdef ENABLE_MPI
+	else if(method=="mpi")
+	{
+		master_finished=ParallelComputationProcessingWithMPI::process(poh.unused_argv(), parts, init_radius_for_BSH, include_surplus_quadruples, result);
+	}
+#endif
+	else
+	{
+		throw std::runtime_error("Processing method '"+method+"' is not available.");
+	}
+
+	if(master_finished)
+	{
+		if(link)
+		{
+			apollota::TriangulationOutput::print_vertices_vector_with_vertices_graph(apollota::Triangulation::collect_vertices_vector_from_quadruples_map(result.merged_quadruples_map), apollota::Triangulation::construct_vertices_graph(result.input_spheres, result.merged_quadruples_map), std::cout);
+		}
+		else
+		{
+			apollota::TriangulationOutput::print_vertices_vector(apollota::Triangulation::collect_vertices_vector_from_quadruples_map(result.merged_quadruples_map), std::cout);
+		}
+
+		if(print_log)
+		{
+			std::clog << "balls " << result.input_spheres.size() << "\n";
+			std::clog << "parts " << result.number_of_initialized_parts << "\n";
+			std::clog << "produced_quadruples " << result.number_of_produced_quadruples << "\n";
+			std::clog << "merged_quadruples " << result.merged_quadruples_map.size() << "\n";
+			std::clog << "tangent_spheres " << apollota::Triangulation::count_tangent_spheres_in_quadruples_map(result.merged_quadruples_map) << "\n";
+		}
+	}
+}
diff --git a/src/mode_compare_contacts.cpp b/src/mode_compare_contacts.cpp
new file mode 100644
index 0000000..caef98b
--- /dev/null
+++ b/src/mode_compare_contacts.cpp
@@ -0,0 +1,425 @@
+#include <iostream>
+#include <stdexcept>
+#include <fstream>
+#include <cmath>
+#include <algorithm>
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+struct CADDescriptor
+{
+	double target_area_sum;
+	double model_area_sum;
+	double raw_differences_sum;
+	double constrained_differences_sum;
+	double model_target_area_sum;
+
+	CADDescriptor() : target_area_sum(0), model_area_sum(0), raw_differences_sum(), constrained_differences_sum(0), model_target_area_sum(0)
+	{
+	}
+
+	void add(const double target_area, const double model_area)
+	{
+		target_area_sum+=target_area;
+		model_area_sum+=model_area;
+		raw_differences_sum+=fabs(target_area-model_area);
+		constrained_differences_sum+=std::min(fabs(target_area-model_area), target_area);
+		model_target_area_sum+=(target_area>0.0 ? model_area : 0.0);
+	}
+
+	void add(const CADDescriptor& cadd)
+	{
+		target_area_sum+=cadd.target_area_sum;
+		model_area_sum+=cadd.model_area_sum;
+		raw_differences_sum+=cadd.raw_differences_sum;
+		constrained_differences_sum+=cadd.constrained_differences_sum;
+		model_target_area_sum+=cadd.model_target_area_sum;
+	}
+
+	double score() const
+	{
+		return ((target_area_sum>0.0) ? (1.0-(constrained_differences_sum/target_area_sum)) : -1.0);
+	}
+};
+
+inline bool& detailed_output_of_CADDescriptor()
+{
+	static bool detailed_output=false;
+	return detailed_output;
+}
+
+inline std::ostream& operator<<(std::ostream& output, const CADDescriptor& cadd)
+{
+	output << cadd.score();
+	if(detailed_output_of_CADDescriptor())
+	{
+		output << " " << cadd.target_area_sum
+				<< " " << cadd.model_area_sum
+				<< " " << cadd.raw_differences_sum
+				<< " " << cadd.constrained_differences_sum
+				<< " " << cadd.model_target_area_sum;
+	}
+	return output;
+}
+
+std::map< CRADsPair, double > summarize_pair_mapping_of_values(const std::map< CRADsPair, double >& map, const bool ignore_residue_names)
+{
+	std::map< CRADsPair, double > result;
+	for(std::map< CRADsPair, double >::const_iterator it=map.begin();it!=map.end();++it)
+	{
+		const CRADsPair& crads=it->first;
+		result[CRADsPair(crads.a.without_some_info(true, true, false, ignore_residue_names), crads.b.without_some_info(true, true, false, ignore_residue_names))]+=it->second;
+	}
+	return result;
+}
+
+std::map< CRADsPair, std::pair<double, double> > combine_two_pair_mappings_of_values(const std::map< CRADsPair, double >& map1, const std::map< CRADsPair, double >& map2)
+{
+	std::map< CRADsPair, std::pair<double, double> > result;
+	for(std::map< CRADsPair, double >::const_iterator it=map1.begin();it!=map1.end();++it)
+	{
+		result[it->first].first=it->second;
+	}
+	for(std::map< CRADsPair, double >::const_iterator it=map2.begin();it!=map2.end();++it)
+	{
+		result[it->first].second=it->second;
+	}
+	return result;
+}
+
+std::map< CRADsPair, CADDescriptor > construct_map_of_cad_descriptors(const std::map< CRADsPair, std::pair<double, double> >& map_of_value_pairs)
+{
+	std::map< CRADsPair, CADDescriptor > result;
+	for(std::map< CRADsPair, std::pair<double, double> >::const_iterator it=map_of_value_pairs.begin();it!=map_of_value_pairs.end();++it)
+	{
+		result[it->first].add(it->second.first, it->second.second);
+	}
+	return result;
+}
+
+CADDescriptor construct_global_cad_descriptor(const std::map< CRADsPair, CADDescriptor >& map_of_descriptors)
+{
+	CADDescriptor result;
+	for(std::map< CRADsPair, CADDescriptor >::const_iterator it=map_of_descriptors.begin();it!=map_of_descriptors.end();++it)
+	{
+		result.add(it->second);
+	}
+	return result;
+}
+
+CADDescriptor construct_global_cad_descriptor(const std::map<CRADsPair, double>& map_of_target_contacts, const std::map<CRADsPair, double>& map_of_contacts, const bool ignore_residue_names)
+{
+	return construct_global_cad_descriptor(
+			construct_map_of_cad_descriptors(
+					combine_two_pair_mappings_of_values(
+							summarize_pair_mapping_of_values(map_of_target_contacts, ignore_residue_names),
+							summarize_pair_mapping_of_values(map_of_contacts, ignore_residue_names))));
+}
+
+std::map<CRAD, CADDescriptor> filter_map_of_cad_descriptors_by_target_presence(const std::map<CRAD, CADDescriptor>& input_map)
+{
+	std::map<CRAD, CADDescriptor> result;
+	for(std::map<CRAD, CADDescriptor>::const_iterator it=input_map.begin();it!=input_map.end();++it)
+	{
+		if(it->second.target_area_sum>0.0 && it->first.altLoc!="m" && it->first!=CRAD::any())
+		{
+			result[it->first]=it->second;
+		}
+	}
+	return result;
+}
+
+double calculate_average_score_from_map_of_cad_descriptors(const std::map<CRAD, CADDescriptor>& input_map)
+{
+	double sum=0.0;
+	for(std::map<CRAD, CADDescriptor>::const_iterator it=input_map.begin();it!=input_map.end();++it)
+	{
+		sum+=it->second.score();
+	}
+	return (sum/static_cast<double>(input_map.size()));
+}
+
+std::map<CRAD, double> collect_scores_from_map_of_cad_descriptors(const std::map<CRAD, CADDescriptor>& input_map)
+{
+	std::map<CRAD, double> result;
+	for(std::map<CRAD, CADDescriptor>::const_iterator it=input_map.begin();it!=input_map.end();++it)
+	{
+		result[it->first]=it->second.score();
+	}
+	return result;
+}
+
+std::string rename_by_map(const std::map<std::string, std::string>& map_of_renamings, const std::string& name)
+{
+	std::map<std::string, std::string>::const_iterator it=map_of_renamings.find(name);
+	if(it!=map_of_renamings.end())
+	{
+		return it->second;
+	}
+	else
+	{
+		return name;
+	}
+}
+
+std::map<CRADsPair, double> rename_chains_in_map_of_contacts(const std::map<CRADsPair, double>& map_of_contacts, const std::map<std::string, std::string>& map_of_renamings)
+{
+	if(map_of_renamings.empty())
+	{
+		return map_of_contacts;
+	}
+	std::map<CRADsPair, double> result;
+	for(std::map<CRADsPair, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		CRAD a=it->first.a;
+		CRAD b=it->first.b;
+		a.chainID=rename_by_map(map_of_renamings, a.chainID);
+		b.chainID=rename_by_map(map_of_renamings, b.chainID);
+		result[CRADsPair(a, b)]+=it->second;
+	}
+	return result;
+}
+
+std::map<CRADsPair, double> select_contacts_with_defined_chain_names(const std::map<CRADsPair, double>& map_of_contacts)
+{
+	std::map<CRADsPair, double> result;
+	for(std::map<CRADsPair, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		if(!it->first.a.chainID.empty() || !it->first.b.chainID.empty())
+		{
+			result[it->first]=it->second;
+		}
+	}
+	return result;
+}
+
+std::vector<std::string> get_sorted_chain_names_from_map_of_contacts(const std::map<CRADsPair, double>& map_of_contacts)
+{
+	std::set<std::string> set_of_names;
+	for(std::map<CRADsPair, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		if(it->first.a!=CRAD::solvent() && it->first.a!=CRAD::any())
+		{
+			set_of_names.insert(it->first.a.chainID);
+		}
+		if(it->first.b!=CRAD::solvent() && it->first.b!=CRAD::any())
+		{
+			set_of_names.insert(it->first.b.chainID);
+		}
+	}
+	return std::vector<std::string>(set_of_names.begin(), set_of_names.end());
+}
+
+std::map<std::string, std::string> generate_map_of_renamings_from_two_lists(const std::vector<std::string>& left, const std::vector<std::string>& right)
+{
+	std::map<std::string, std::string> result;
+	if(left.size()==right.size())
+	{
+		for(std::size_t i=0;i<left.size();i++)
+		{
+			result[left[i]]=right[i];
+		}
+	}
+	return result;
+}
+
+void remap_chains_optimally(
+		const std::map<CRADsPair, double>& map_of_target_contacts,
+		const bool ignore_residue_names,
+		const std::string& remapped_chains_file,
+		const bool print_log,
+		std::map<CRADsPair, double>& map_of_contacts)
+{
+	const std::vector<std::string> chain_names=get_sorted_chain_names_from_map_of_contacts(map_of_contacts);
+	if(chain_names.size()<2)
+	{
+		return;
+	}
+	if(chain_names.size()<=5)
+	{
+		std::pair<std::map<std::string, std::string>, double> best_renaming(generate_map_of_renamings_from_two_lists(chain_names, chain_names), 0.0);
+		std::vector<std::string> permutated_chain_names=chain_names;
+		do
+		{
+			const std::map<std::string, std::string> map_of_renamings=generate_map_of_renamings_from_two_lists(chain_names, permutated_chain_names);
+			const double score=construct_global_cad_descriptor(map_of_target_contacts, rename_chains_in_map_of_contacts(map_of_contacts, map_of_renamings), ignore_residue_names).score();
+			if(score>best_renaming.second)
+			{
+				best_renaming.first=map_of_renamings;
+				best_renaming.second=score;
+			}
+			if(print_log)
+			{
+				for(std::size_t i=0;i<permutated_chain_names.size();i++)
+				{
+					std::cerr << permutated_chain_names[i] << " ";
+				}
+				std::cerr << " " << score << "\n";
+			}
+		}
+		while(std::next_permutation(permutated_chain_names.begin(), permutated_chain_names.end()));
+		map_of_contacts=rename_chains_in_map_of_contacts(map_of_contacts, best_renaming.first);
+		if(print_log)
+		{
+			std::cerr << "remapping:\n";
+			auxiliaries::IOUtilities().write_map(best_renaming.first, std::cerr);
+		}
+		auxiliaries::IOUtilities().write_map_to_file(best_renaming.first, remapped_chains_file);
+	}
+	else
+	{
+		std::map<std::string, std::string> map_of_renamings;
+		std::map<std::string, std::string> map_of_renamings_in_target;
+		for(std::size_t i=0;i<chain_names.size();i++)
+		{
+			map_of_renamings[chain_names[i]]=std::string();
+			map_of_renamings_in_target[chain_names[i]]=std::string();
+		}
+		std::set<std::string> set_of_free_chains_left(chain_names.begin(), chain_names.end());
+		std::set<std::string> set_of_free_chains_right(chain_names.begin(), chain_names.end());
+		while(!set_of_free_chains_left.empty())
+		{
+			std::pair<std::string, std::string> best_pair(*set_of_free_chains_left.begin(), *set_of_free_chains_right.begin());
+			double best_score=0.0;
+			for(std::set<std::string>::const_iterator it_left=set_of_free_chains_left.begin();it_left!=set_of_free_chains_left.end();++it_left)
+			{
+				for(std::set<std::string>::const_iterator it_right=set_of_free_chains_right.begin();it_right!=set_of_free_chains_right.end();++it_right)
+				{
+					std::map<std::string, std::string> new_map_of_renamings=map_of_renamings;
+					std::map<std::string, std::string> new_map_of_renamings_in_target=map_of_renamings_in_target;
+					new_map_of_renamings[*it_left]=(*it_right);
+					new_map_of_renamings_in_target[*it_right]=(*it_right);
+					const CADDescriptor cad_descriptor=construct_global_cad_descriptor(
+							select_contacts_with_defined_chain_names(rename_chains_in_map_of_contacts(map_of_target_contacts, new_map_of_renamings_in_target)),
+							select_contacts_with_defined_chain_names(rename_chains_in_map_of_contacts(map_of_contacts, new_map_of_renamings)),
+							ignore_residue_names);
+					const double score=cad_descriptor.score()*cad_descriptor.target_area_sum;
+					if(score>best_score)
+					{
+						best_pair=std::make_pair(*it_left, *it_right);
+						best_score=score;
+					}
+					if(print_log)
+					{
+						std::cerr << (*it_left) << " " << (*it_right) << "  " << score << "\n";
+					}
+				}
+			}
+			if(print_log)
+			{
+				std::cerr << best_pair.first << " " << best_pair.second << "  " << best_score << " fixed\n";
+			}
+			map_of_renamings[best_pair.first]=best_pair.second;
+			map_of_renamings_in_target[best_pair.second]=best_pair.second;
+			set_of_free_chains_left.erase(best_pair.first);
+			set_of_free_chains_right.erase(best_pair.second);
+		}
+		map_of_contacts=rename_chains_in_map_of_contacts(map_of_contacts, map_of_renamings);
+		if(print_log)
+		{
+			std::cerr << "remapping:\n";
+			auxiliaries::IOUtilities().write_map(map_of_renamings, std::cerr);
+		}
+		auxiliaries::IOUtilities().write_map_to_file(map_of_renamings, remapped_chains_file);
+	}
+}
+
+}
+
+void compare_contacts(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of model contacts (line format: 'annotation1 annotation2 area')");
+	pohw.describe_io("stdout", false, true, "global scores (atom-level and residue-level)");
+
+	const std::string target_contacts_file=poh.argument<std::string>(pohw.describe_option("--target-contacts-file", "string", "file path to input target contacts", true), "");
+	const std::string inter_atom_scores_file=poh.argument<std::string>(pohw.describe_option("--inter-atom-scores-file", "string", "file path to output inter-atom scores"), "");
+	const std::string inter_residue_scores_file=poh.argument<std::string>(pohw.describe_option("--inter-residue-scores-file", "string", "file path to output inter-residue scores"), "");
+	const std::string atom_scores_file=poh.argument<std::string>(pohw.describe_option("--atom-scores-file", "string", "file path to output atom scores"), "");
+	const std::string residue_scores_file=poh.argument<std::string>(pohw.describe_option("--residue-scores-file", "string", "file path to output residue scores"), "");
+	const int depth=poh.argument<int>(pohw.describe_option("--depth", "number", "local neighborhood depth"), 0);
+	const unsigned int smoothing_window=poh.argument<unsigned int>(pohw.describe_option("--smoothing-window", "number", "window to smooth residue scores along sequence"), 0);
+	const std::string smoothed_scores_file=poh.argument<std::string>(pohw.describe_option("--smoothed-scores-file", "string", "file path to output smoothed residue scores"), "");
+	const bool ignore_residue_names=poh.contains_option(pohw.describe_option("--ignore-residue-names", "", "flag to consider just residue numbers and ignore residue names"));
+	const bool residue_level_only=poh.contains_option(pohw.describe_option("--residue-level-only", "", "flag to output only residue-level results"));
+	detailed_output_of_CADDescriptor()=poh.contains_option(pohw.describe_option("--detailed-output", "", "flag to enable detailed output"));
+	const std::string chains_renaming_file=poh.argument<std::string>(pohw.describe_option("--chains-renaming-file", "string", "file path to input chains renaming"), "");
+	const bool remap_chains=poh.contains_option(pohw.describe_option("--remap-chains", "", "flag to calculate optimal chains remapping"));
+	const bool remap_chains_log=poh.contains_option(pohw.describe_option("--remap-chains-log", "", "flag output remapping progress to stderr"));
+	const std::string remapped_chains_file=poh.argument<std::string>(pohw.describe_option("--remapped-chains-file", "string", "file path to output calculated chains remapping"), "");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::map<CRADsPair, double> map_of_contacts=auxiliaries::IOUtilities().read_lines_to_map< std::map<CRADsPair, double> >(std::cin);
+	if(map_of_contacts.empty())
+	{
+		throw std::runtime_error("No contacts input.");
+	}
+
+	const std::map<CRADsPair, double> map_of_target_contacts=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<CRADsPair, double> >(target_contacts_file);
+	if(map_of_target_contacts.empty())
+	{
+		throw std::runtime_error("No target contacts input.");
+	}
+
+	if(!chains_renaming_file.empty())
+	{
+		const std::map<std::string, std::string> map_of_renamings=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<std::string, std::string> >(chains_renaming_file);
+		if(!map_of_renamings.empty())
+		{
+			map_of_contacts=rename_chains_in_map_of_contacts(map_of_contacts, map_of_renamings);
+		}
+	}
+
+	if(remap_chains)
+	{
+		remap_chains_optimally(map_of_target_contacts, ignore_residue_names, remapped_chains_file, remap_chains_log, map_of_contacts);
+	}
+
+	if(!residue_level_only)
+	{
+		const std::map< CRADsPair, CADDescriptor > map_of_inter_atom_cad_descriptors=construct_map_of_cad_descriptors(
+				combine_two_pair_mappings_of_values(map_of_target_contacts, map_of_contacts));
+		auxiliaries::IOUtilities().write_map_to_file(map_of_inter_atom_cad_descriptors, inter_atom_scores_file);
+
+		const std::map<CRAD, CADDescriptor> map_of_atom_cad_descriptors=filter_map_of_cad_descriptors_by_target_presence(
+				auxiliaries::ChainResidueAtomDescriptorsGraphOperations::accumulate_mapped_values_by_graph_neighbors(map_of_inter_atom_cad_descriptors, depth));
+		auxiliaries::IOUtilities().write_map_to_file(map_of_atom_cad_descriptors, atom_scores_file);
+
+		std::cout << "atom_level_global " << construct_global_cad_descriptor(map_of_inter_atom_cad_descriptors) << "\n";
+		std::cout << "atom_average_local " << calculate_average_score_from_map_of_cad_descriptors(map_of_atom_cad_descriptors) << "\n";
+		std::cout << "atom_count " << map_of_atom_cad_descriptors.size() << "\n";
+	}
+
+	{
+		const std::map< CRADsPair, CADDescriptor > map_of_inter_residue_cad_descriptors=construct_map_of_cad_descriptors(
+				combine_two_pair_mappings_of_values(summarize_pair_mapping_of_values(map_of_target_contacts, ignore_residue_names), summarize_pair_mapping_of_values(map_of_contacts, ignore_residue_names)));
+		auxiliaries::IOUtilities().write_map_to_file(map_of_inter_residue_cad_descriptors, inter_residue_scores_file);
+
+		const std::map<CRAD, CADDescriptor> map_of_residue_cad_descriptors=filter_map_of_cad_descriptors_by_target_presence(
+				auxiliaries::ChainResidueAtomDescriptorsGraphOperations::accumulate_mapped_values_by_graph_neighbors(map_of_inter_residue_cad_descriptors, depth));
+		auxiliaries::IOUtilities().write_map_to_file(map_of_residue_cad_descriptors, residue_scores_file);
+
+		if(!smoothed_scores_file.empty())
+		{
+			auxiliaries::IOUtilities().write_map_to_file(
+					auxiliaries::ChainResidueAtomDescriptorsSequenceOperations::smooth_residue_scores_along_sequence(
+							collect_scores_from_map_of_cad_descriptors(map_of_residue_cad_descriptors), smoothing_window), smoothed_scores_file);
+		}
+
+		std::cout << "residue_level_global " << construct_global_cad_descriptor(map_of_inter_residue_cad_descriptors) << "\n";
+		std::cout << "residue_average_local " << calculate_average_score_from_map_of_cad_descriptors(map_of_residue_cad_descriptors) << "\n";
+		std::cout << "residue_count " << map_of_residue_cad_descriptors.size() << "\n";
+	}
+}
diff --git a/src/mode_demo_hypercut.cpp b/src/mode_demo_hypercut.cpp
new file mode 100644
index 0000000..8876b34
--- /dev/null
+++ b/src/mode_demo_hypercut.cpp
@@ -0,0 +1,616 @@
+#include "apollota/basic_operations_on_spheres.h"
+#include "apollota/subdivided_icosahedron.h"
+#include "apollota/hyperboloid_between_two_spheres.h"
+
+#include "auxiliaries/io_utilities.h"
+#include "auxiliaries/opengl_printer.h"
+#include "auxiliaries/program_options_handler.h"
+
+namespace
+{
+
+struct Triangle
+{
+	std::vector<apollota::SimplePoint> p;
+
+	Triangle() : p(3)
+	{
+	}
+
+	Triangle(const apollota::SimplePoint& a, const apollota::SimplePoint& b, const apollota::SimplePoint& c) : p(3)
+	{
+		p[0]=a;
+		p[1]=b;
+		p[2]=c;
+	}
+};
+
+typedef std::vector<Triangle> TriangleList;
+
+typedef std::pair<TriangleList, TriangleList> TriangleListSplit;
+
+inline TriangleList subdivide_triangle_in_four(const Triangle& t)
+{
+	TriangleList result(4);
+	result[0]=Triangle((t.p[0]+t.p[1])*0.5, (t.p[0]+t.p[2])*0.5, (t.p[1]+t.p[2])*0.5);
+	result[1]=Triangle(t.p[0], result[0].p[0], result[0].p[1]);
+	result[1]=Triangle(t.p[1], result[0].p[0], result[0].p[2]);
+	result[1]=Triangle(t.p[2], result[0].p[1], result[0].p[2]);
+	return result;
+}
+
+inline TriangleList subdivide_triangle_in_three(const Triangle& t)
+{
+	const apollota::SimplePoint c=(t.p[0]+t.p[1]+t.p[2])*(1.0/3.0);
+	TriangleList result(3);
+	result[0]=Triangle(t.p[0], t.p[1], c);
+	result[1]=Triangle(t.p[0], t.p[2], c);
+	result[2]=Triangle(t.p[1], t.p[2], c);
+	return result;
+}
+
+inline TriangleList subdivide_triangle(const Triangle& t, const bool in_three)
+{
+	return (in_three ? subdivide_triangle_in_three(t) : subdivide_triangle_in_four(t));
+}
+
+inline TriangleList multiple_subdivide_triangle(const TriangleList& tl, const bool in_three)
+{
+	TriangleList result;
+	for(std::size_t i=0;i<tl.size();i++)
+	{
+		const TriangleList subresult=subdivide_triangle(tl[i], in_three);
+		result.insert(result.end(), subresult.begin(), subresult.end());
+	}
+	return result;
+}
+
+inline Triangle project_triangle_on_hyperboloid(const Triangle& t, const apollota::SimpleSphere& a, const apollota::SimpleSphere& b)
+{
+	return Triangle(
+			apollota::HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(t.p[0], a, b),
+			apollota::HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(t.p[1], a, b),
+			apollota::HyperboloidBetweenTwoSpheres::project_point_on_hyperboloid(t.p[2], a, b));
+}
+
+inline TriangleList multiple_project_triangle_on_hyperboloid(const TriangleList& tl, const apollota::SimpleSphere& a, const apollota::SimpleSphere& b)
+{
+	TriangleList result;
+	result.reserve(tl.size());
+	for(std::size_t i=0;i<tl.size();i++)
+	{
+		result.push_back(project_triangle_on_hyperboloid(tl[i], a, b));
+	}
+	return result;
+}
+
+inline TriangleListSplit cut_triangle_with_hyperboloid(const Triangle& t, const apollota::SimpleSphere& a, const apollota::SimpleSphere& b)
+{
+	bool mask[3];
+	for(int i=0;i<3;i++)
+	{
+		mask[i]=(apollota::minimal_distance_from_point_to_sphere(t.p[i], a)<apollota::minimal_distance_from_point_to_sphere(t.p[i], b));
+	}
+
+	if(mask[0] && mask[1] && mask[2])
+	{
+		return TriangleListSplit(TriangleList(1, t), TriangleList());
+	}
+	else if(!mask[0] && !mask[1] && !mask[2])
+	{
+		return TriangleListSplit(TriangleList(), TriangleList(1, t));
+	}
+
+	int ids[3]={0, 1, 2};
+	if(mask[0]!=mask[1] && mask[1]==mask[2])
+	{
+		ids[0]=0;
+		ids[1]=1;
+		ids[2]=2;
+	}
+	else if(mask[1]!=mask[0] && mask[0]==mask[2])
+	{
+		ids[0]=1;
+		ids[1]=0;
+		ids[2]=2;
+	}
+	else if(mask[2]!=mask[0] && mask[0]==mask[1])
+	{
+		ids[0]=2;
+		ids[1]=0;
+		ids[2]=1;
+	}
+
+	TriangleListSplit result;
+	{
+		const apollota::SimplePoint m01=t.p[ids[0]]+((t.p[ids[1]]-t.p[ids[0]]).unit()*apollota::HyperboloidBetweenTwoSpheres::intersect_vector_with_hyperboloid(t.p[ids[0]], t.p[ids[1]], a, b));
+		const apollota::SimplePoint m02=t.p[ids[0]]+((t.p[ids[2]]-t.p[ids[0]]).unit()*apollota::HyperboloidBetweenTwoSpheres::intersect_vector_with_hyperboloid(t.p[ids[0]], t.p[ids[2]], a, b));
+		result.first.push_back(Triangle(t.p[ids[0]], m01, m02));
+		result.second.push_back(Triangle(m01, t.p[ids[1]], t.p[ids[2]]));
+		result.second.push_back(Triangle(m01, m02, t.p[ids[2]]));
+		if(!mask[ids[0]])
+		{
+			std::swap(result.first, result.second);
+		}
+	}
+	return result;
+}
+
+inline TriangleListSplit multiple_cut_triangle_with_hyperboloid(const TriangleList& tl, const apollota::SimpleSphere& a, const apollota::SimpleSphere& b)
+{
+	TriangleListSplit result;
+	for(std::size_t i=0;i<tl.size();i++)
+	{
+		const TriangleListSplit subresult=cut_triangle_with_hyperboloid(tl[i], a, b);
+		result.first.insert(result.first.end(), subresult.first.begin(), subresult.first.end());
+		result.second.insert(result.second.end(), subresult.second.begin(), subresult.second.end());
+	}
+	return result;
+}
+
+inline TriangleList init_sphere_triangles(const apollota::SimpleSphere& s, const int depth)
+{
+	apollota::SubdividedIcosahedron sih(depth);
+	sih.fit_into_sphere(s, s.r);
+	TriangleList result;
+	result.reserve(sih.triples().size());
+	for(std::size_t i=0;i<sih.triples().size();i++)
+	{
+		const apollota::Triple& t=sih.triples()[i];
+		result.push_back(Triangle(sih.vertices()[t.get(0)], sih.vertices()[t.get(1)], sih.vertices()[t.get(2)]));
+	}
+	return result;
+}
+
+inline TriangleList init_spheres_intersection_hyperboloid_triangles(const apollota::SimpleSphere& a, const apollota::SimpleSphere& b, const int depth)
+{
+	if(a.r<b.r)
+	{
+		return init_spheres_intersection_hyperboloid_triangles(b, a, depth);
+	}
+	if(apollota::sphere_intersects_sphere(a, b))
+	{
+		const TriangleListSplit tls=multiple_cut_triangle_with_hyperboloid(init_sphere_triangles(a, depth), a, b);
+		return multiple_project_triangle_on_hyperboloid((tls.first.size()<tls.second.size() ? tls.first : tls.second), a, b);
+	}
+	else
+	{
+		return TriangleList();
+	}
+}
+
+inline void draw_triangle(auxiliaries::OpenGLPrinter& opengl_printer, const Triangle& t, const Triangle& n)
+{
+	opengl_printer.add_triangle_strip(t.p, n.p);
+}
+
+inline void draw_triangle(auxiliaries::OpenGLPrinter& opengl_printer, const Triangle& t, const apollota::SimplePoint& n)
+{
+	draw_triangle(opengl_printer, t, Triangle(n, n, n));
+}
+
+inline void draw_triangle(auxiliaries::OpenGLPrinter& opengl_printer, const Triangle& t, const apollota::SimpleSphere& a)
+{
+	draw_triangle(opengl_printer, t, Triangle((t.p[0]-apollota::SimplePoint(a)).unit(), (t.p[1]-apollota::SimplePoint(a)).unit(), (t.p[2]-apollota::SimplePoint(a)).unit()));
+}
+
+inline void draw_triangle(auxiliaries::OpenGLPrinter& opengl_printer, const Triangle& t, const std::pair<apollota::SimpleSphere, apollota::SimpleSphere>& ab)
+{
+	Triangle n;
+	for(int i=0;i<3;i++)
+	{
+		const apollota::SimplePoint oa=(apollota::SimplePoint(ab.first)-t.p[i]).unit();
+		const apollota::SimplePoint ob=(apollota::SimplePoint(ab.second)-t.p[i]).unit();
+		const apollota::SimplePoint x=(oa&ob);
+		if(apollota::equal(x.module(), 0.0))
+		{
+			n.p[i]=(apollota::SimplePoint(ab.second)-apollota::SimplePoint(ab.first)).unit();
+		}
+		else
+		{
+			n.p[i]=(x.unit()&((oa+ob)*0.5).unit()).unit();
+		}
+	}
+	draw_triangle(opengl_printer, t, n);
+}
+
+inline void draw_triangle(auxiliaries::OpenGLPrinter& opengl_printer, const Triangle& t, const bool n)
+{
+	draw_triangle(opengl_printer, t, ((t.p[1]-t.p[0])&(t.p[2]-t.p[0])).unit()*(n ? 1.0 : -1.0));
+}
+
+template <typename NormalDescriptor>
+inline void multiple_draw_triangle(auxiliaries::OpenGLPrinter& opengl_printer, const TriangleList& tl, const NormalDescriptor& nd)
+{
+	for(std::size_t i=0;i<tl.size();i++)
+	{
+		draw_triangle(opengl_printer, tl[i], nd);
+	}
+}
+
+inline void draw_triangle_lines(auxiliaries::OpenGLPrinter& opengl_printer, const Triangle& t)
+{
+	opengl_printer.add_line_loop(t.p);
+}
+
+inline void multiple_draw_triangle_lines(auxiliaries::OpenGLPrinter& opengl_printer, const TriangleList& tl)
+{
+	for(std::size_t i=0;i<tl.size();i++)
+	{
+		draw_triangle_lines(opengl_printer, tl[i]);
+	}
+}
+
+}
+
+void demo_hypercut(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "nothing");
+	pohw.describe_io("stdout", false, true, "nothing");
+
+	const double probe=poh.restrict_value_in_range(0.01, 100.0, poh.argument<double>(pohw.describe_option("--probe", "number", "probe radius"), 1.5));
+	const double big_probe=poh.restrict_value_in_range(probe+0.01, 100.0, poh.argument<double>(pohw.describe_option("--big-probe", "number", "big probe radius"), 3.0));
+	const int depth=poh.restrict_value_in_range(0, 6, poh.argument<int>(pohw.describe_option("--depth", "number", "probe radius"), 3));
+	const int balls_count=poh.restrict_value_in_range(3, 4, poh.argument<int>(pohw.describe_option("--balls-count", "number", "number of balls (3 or 4)"), 4));
+	const std::string name_prefix=poh.argument<std::string>(pohw.describe_option("--name-prefix", "string", "name prefix"), "");
+	const std::string output_prefix=poh.argument<std::string>(pohw.describe_option("--output-prefix", "string", "output prefix"));
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::vector<apollota::SimpleSphere> spheres;
+	spheres.push_back(apollota::SimpleSphere(0, 0, 0, 1));
+	spheres.push_back(apollota::SimpleSphere(2, 0, 0, 0.5));
+	spheres.push_back(apollota::SimpleSphere(1.5, -2, 0, 0.4));
+	spheres.push_back(apollota::SimpleSphere(0.5, 0, 2, 0.75));
+
+	int colors_of_singles[4]={0xFF0000, 0x00FF00, 0x0000FF, 0x888888};
+
+	int colors_of_pairs[4][4];
+	colors_of_pairs[0][1]=0xFFFF00;
+	colors_of_pairs[0][2]=0xFF00FF;
+	colors_of_pairs[0][3]=0xFF8888;
+	colors_of_pairs[1][2]=0x00FFFF;
+	colors_of_pairs[1][3]=0x88FF88;
+	colors_of_pairs[2][3]=0x8888FF;
+	for(int i=0;i<4;i++)
+	{
+		for(int j=i+1;j<4;j++)
+		{
+			colors_of_pairs[j][i]=colors_of_pairs[i][j];
+		}
+		colors_of_pairs[i][i]=colors_of_singles[i];
+	}
+
+	for(int i=0;i<balls_count;i++)
+	{
+		auxiliaries::OpenGLPrinter opengl_printer;
+		opengl_printer.add_color(colors_of_singles[i]);
+		opengl_printer.add_sphere(spheres[i]);
+
+		std::ostringstream name;
+		name << name_prefix << "ball_" << i;
+		std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+		opengl_printer.print_pymol_script(name.str(), true, foutput);
+	}
+
+	for(int i=0;i<balls_count;i++)
+	{
+		auxiliaries::OpenGLPrinter opengl_printer;
+		opengl_printer.add_color(colors_of_singles[i]);
+		opengl_printer.add_sphere(apollota::SimpleSphere(spheres[i], spheres[i].r+probe-0.01));
+
+		std::ostringstream name;
+		name << name_prefix << "sball_" << i;
+		std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+		opengl_printer.print_pymol_script(name.str(), true, foutput);
+	}
+
+	for(int i=0;i<balls_count;i++)
+	{
+		for(int j=i+1;j<balls_count;j++)
+		{
+			const TriangleList big_full_face=init_spheres_intersection_hyperboloid_triangles(
+					apollota::SimpleSphere(spheres[i], spheres[i].r+big_probe),
+					apollota::SimpleSphere(spheres[j], spheres[j].r+big_probe),
+					depth);
+
+			{
+				auxiliaries::OpenGLPrinter opengl_printer;
+				opengl_printer.add_color(colors_of_pairs[i][j]);
+				multiple_draw_triangle(opengl_printer, big_full_face, std::make_pair(spheres[i], spheres[j]));
+
+				std::ostringstream name;
+				name << name_prefix << "big_face_" << i << "_" << j;
+				std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+				opengl_printer.print_pymol_script(name.str(), true, foutput);
+			}
+
+			if(i==0 && j==1)
+			{
+				auxiliaries::OpenGLPrinter opengl_printer;
+				opengl_printer.add_color(0x111111);
+				multiple_draw_triangle_lines(opengl_printer, big_full_face);
+
+				std::ostringstream name;
+				name << name_prefix << "zbig_face_" << i << "_" << j;
+				std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+				opengl_printer.print_pymol_script(name.str(), true, foutput);
+			}
+
+			const TriangleList full_face=init_spheres_intersection_hyperboloid_triangles(
+					apollota::SimpleSphere(spheres[i], spheres[i].r+probe),
+					apollota::SimpleSphere(spheres[j], spheres[j].r+probe),
+					depth);
+
+			{
+				auxiliaries::OpenGLPrinter opengl_printer;
+				opengl_printer.add_color(colors_of_pairs[i][j]);
+				multiple_draw_triangle(opengl_printer, full_face, std::make_pair(spheres[i], spheres[j]));
+
+				std::ostringstream name;
+				name << name_prefix << "face_" << i << "_" << j;
+				std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+				opengl_printer.print_pymol_script(name.str(), true, foutput);
+			}
+
+			if(i==0 && j==1)
+			{
+				auxiliaries::OpenGLPrinter opengl_printer;
+				opengl_printer.add_color(0x111111);
+				multiple_draw_triangle_lines(opengl_printer, full_face);
+
+				std::ostringstream name;
+				name << name_prefix << "zface_" << i << "_" << j;
+				std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+				opengl_printer.print_pymol_script(name.str(), true, foutput);
+			}
+
+			for(int m=0;m<balls_count;m++)
+			{
+				if(m!=i && m!=j)
+				{
+					const TriangleList cut_face_m=multiple_cut_triangle_with_hyperboloid(full_face, spheres[i], spheres[m]).first;
+
+					{
+						auxiliaries::OpenGLPrinter opengl_printer;
+						opengl_printer.add_color(colors_of_pairs[i][j]);
+						multiple_draw_triangle(opengl_printer, cut_face_m, std::make_pair(spheres[i], spheres[j]));
+
+						std::ostringstream name;
+						name << name_prefix << "cut_a_" << i << "_" << j << "_" << m;
+						std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+						opengl_printer.print_pymol_script(name.str(), true, foutput);
+					}
+
+					if(i==0 && j==1)
+					{
+						auxiliaries::OpenGLPrinter opengl_printer;
+						opengl_printer.add_color(0x111111);
+						multiple_draw_triangle_lines(opengl_printer, cut_face_m);
+
+						std::ostringstream name;
+						name << name_prefix << "zcut_a_" << i << "_" << j << "_" << m;
+						std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+						opengl_printer.print_pymol_script(name.str(), true, foutput);
+					}
+
+					for(int n=0;n<balls_count;n++)
+					{
+						if(n!=i && n!=j && n>m)
+						{
+							const TriangleList cut_face_m_n=multiple_cut_triangle_with_hyperboloid(cut_face_m, spheres[i], spheres[n]).first;
+
+							{
+								auxiliaries::OpenGLPrinter opengl_printer;
+								opengl_printer.add_color(colors_of_pairs[i][j]);
+								multiple_draw_triangle(opengl_printer, cut_face_m_n, std::make_pair(spheres[i], spheres[j]));
+
+								std::ostringstream name;
+								name << name_prefix << "cut_b_" << i << "_" << j << "_" << m << "_" << n;
+								std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+								opengl_printer.print_pymol_script(name.str(), true, foutput);
+							}
+
+							{
+								auxiliaries::OpenGLPrinter opengl_printer;
+								opengl_printer.add_color(0x111111);
+								multiple_draw_triangle_lines(opengl_printer, cut_face_m_n);
+
+								std::ostringstream name;
+								name << name_prefix << "zcut_b_" << i << "_" << j << "_" << m << "_" << n;
+								std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+								opengl_printer.print_pymol_script(name.str(), true, foutput);
+							}
+						}
+					}
+				}
+			}
+		}
+	}
+
+	for(int i=0;i<balls_count;i++)
+	{
+		TriangleList sface=init_sphere_triangles(apollota::SimpleSphere(spheres[i], spheres[i].r+probe), depth);
+
+		{
+			auxiliaries::OpenGLPrinter opengl_printer;
+			opengl_printer.add_color(0x777777);
+			multiple_draw_triangle_lines(opengl_printer, sface);
+
+			std::ostringstream name;
+			name << name_prefix << "wball_" << i;
+			std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+			opengl_printer.print_pymol_script(name.str(), true, foutput);
+		}
+
+		for(int j=0;j<balls_count;j++)
+		{
+			if(j!=i)
+			{
+				sface=multiple_cut_triangle_with_hyperboloid(sface, spheres[i], spheres[j]).first;
+			}
+		}
+
+		{
+			auxiliaries::OpenGLPrinter opengl_printer;
+			opengl_printer.add_color(colors_of_singles[i]);
+			multiple_draw_triangle(opengl_printer, sface, spheres[i]);
+
+			std::ostringstream name;
+			name << name_prefix << "sas_" << i;
+			std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+			opengl_printer.print_pymol_script(name.str(), true, foutput);
+		}
+
+		{
+			auxiliaries::OpenGLPrinter opengl_printer;
+			opengl_printer.add_color(0x111111);
+			multiple_draw_triangle_lines(opengl_printer, sface);
+
+			std::ostringstream name;
+			name << name_prefix << "zsas_" << i;
+			std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+			opengl_printer.print_pymol_script(name.str(), true, foutput);
+		}
+	}
+
+	for(int i=0;i<balls_count;i++)
+	{
+		for(int j=0;j<balls_count;j++)
+		{
+			if(i!=j)
+			{
+				const TriangleList full_face=multiple_cut_triangle_with_hyperboloid(init_sphere_triangles(apollota::SimpleSphere(spheres[i], spheres[i].r+probe), depth), spheres[i], spheres[j]).second;
+
+				{
+					auxiliaries::OpenGLPrinter opengl_printer;
+					opengl_printer.add_color(colors_of_singles[j]);
+					multiple_draw_triangle(opengl_printer, full_face, spheres[i]);
+
+					std::ostringstream name;
+					name << name_prefix << "sf_" << i << "_" << j;
+					std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+					opengl_printer.print_pymol_script(name.str(), true, foutput);
+				}
+
+				if(i==0 && j==1)
+				{
+					auxiliaries::OpenGLPrinter opengl_printer;
+					opengl_printer.add_color(0x111111);
+					multiple_draw_triangle_lines(opengl_printer, full_face);
+
+					std::ostringstream name;
+					name << name_prefix << "zsf_" << i << "_" << j;
+					std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+					opengl_printer.print_pymol_script(name.str(), true, foutput);
+				}
+
+				for(int m=0;m<balls_count;m++)
+				{
+					if(m!=i && m!=j)
+					{
+						const TriangleList cut_face_m=multiple_cut_triangle_with_hyperboloid(full_face, spheres[j], spheres[m]).first;
+
+						{
+							auxiliaries::OpenGLPrinter opengl_printer;
+							opengl_printer.add_color(colors_of_singles[j]);
+							multiple_draw_triangle(opengl_printer, cut_face_m, spheres[i]);
+
+							std::ostringstream name;
+							name << name_prefix << "sc_a_" << i << "_" << j << "_" << m;
+							std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+							opengl_printer.print_pymol_script(name.str(), true, foutput);
+						}
+
+						if(i==0 && j==1)
+						{
+							auxiliaries::OpenGLPrinter opengl_printer;
+							opengl_printer.add_color(0x111111);
+							multiple_draw_triangle_lines(opengl_printer, cut_face_m);
+
+							std::ostringstream name;
+							name << name_prefix << "zsc_a_" << i << "_" << j << "_" << m;
+							std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+							opengl_printer.print_pymol_script(name.str(), true, foutput);
+						}
+
+						for(int n=0;n<balls_count;n++)
+						{
+							if(n!=i && n!=j && n>m)
+							{
+								const TriangleList cut_face_m_n=multiple_cut_triangle_with_hyperboloid(cut_face_m, spheres[j], spheres[n]).first;
+
+								{
+									auxiliaries::OpenGLPrinter opengl_printer;
+									opengl_printer.add_color(colors_of_singles[j]);
+									multiple_draw_triangle(opengl_printer, cut_face_m_n, spheres[i]);
+
+									std::ostringstream name;
+									name << name_prefix << "sc_b_" << i << "_" << j << "_" << m << "_" << n;
+									std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+									opengl_printer.print_pymol_script(name.str(), true, foutput);
+								}
+
+								if(i==0 && j==1)
+								{
+									auxiliaries::OpenGLPrinter opengl_printer;
+									opengl_printer.add_color(0x111111);
+									multiple_draw_triangle_lines(opengl_printer, cut_face_m_n);
+
+									std::ostringstream name;
+									name << name_prefix << "zsc_b_" << i << "_" << j << "_" << m << "_" << n;
+									std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+									opengl_printer.print_pymol_script(name.str(), true, foutput);
+								}
+							}
+						}
+					}
+				}
+			}
+		}
+	}
+
+	for(int i=0;i<=4;i++)
+	{
+		TriangleList sface=init_sphere_triangles(apollota::SimpleSphere(0, 0, 0, 1), i);
+
+		{
+			auxiliaries::OpenGLPrinter opengl_printer;
+			opengl_printer.add_color(0xAAAAAA);
+			multiple_draw_triangle(opengl_printer, sface, true);
+
+			std::ostringstream name;
+			name << name_prefix << "ico_" << i;
+			std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+			opengl_printer.print_pymol_script(name.str(), true, foutput);
+		}
+
+		{
+			auxiliaries::OpenGLPrinter opengl_printer;
+			opengl_printer.add_color(0x111111);
+			multiple_draw_triangle_lines(opengl_printer, sface);
+
+			std::ostringstream name;
+			name << name_prefix << "ico_w_" << i;
+			std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+			opengl_printer.print_pymol_script(name.str(), true, foutput);
+		}
+
+		{
+			auxiliaries::OpenGLPrinter opengl_printer;
+			opengl_printer.add_color(0xAAAAAA);
+			multiple_draw_triangle(opengl_printer, sface, true);
+			opengl_printer.add_color(0x111111);
+			multiple_draw_triangle_lines(opengl_printer, sface);
+
+			std::ostringstream name;
+			name << name_prefix << "ico_f_" << i;
+			std::ofstream foutput((output_prefix+name.str()+".py").c_str(), std::ios::out);
+			opengl_printer.print_pymol_script(name.str(), true, foutput);
+		}
+	}
+}
diff --git a/src/mode_demo_polygon_triangulation.cpp b/src/mode_demo_polygon_triangulation.cpp
new file mode 100644
index 0000000..74f139a
--- /dev/null
+++ b/src/mode_demo_polygon_triangulation.cpp
@@ -0,0 +1,100 @@
+#include "apollota/simple_polygon_utilities.h"
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/svg_writer.h"
+
+namespace
+{
+
+std::pair<double, double> fit_points_to_positive_canvas(const double margin, std::vector<apollota::SimplePoint>& points)
+{
+	if(!points.empty())
+	{
+		apollota::SimplePoint p_min=points[0];
+		apollota::SimplePoint p_max=points[0];
+		for(std::size_t i=1;i<points.size();i++)
+		{
+			const apollota::SimplePoint& p=points[i];
+			if(p.x<p_min.x)
+			{
+				p_min.x=p.x;
+			}
+			if(p.y<p_min.y)
+			{
+				p_min.y=p.y;
+			}
+			if(p.x>p_max.x)
+			{
+				p_max.x=p.x;
+			}
+			if(p.y>p_max.y)
+			{
+				p_max.y=p.y;
+			}
+		}
+		p_min=p_min-apollota::SimplePoint(margin, margin, 0);
+		p_max=p_max+apollota::SimplePoint(margin, margin, 0);
+		for(std::size_t i=0;i<points.size();i++)
+		{
+			apollota::SimplePoint& p=points[i];
+			p=(p-p_min);
+		}
+		return std::pair<double, double>(p_max.x-p_min.x, p_max.y-p_min.y);
+	}
+	return std::pair<double, double>(0, 0);
+}
+
+}
+
+void demo_polygon_triangulation(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "polygon points");
+	pohw.describe_io("stdout", false, true, "picture in SVG format");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::vector<apollota::SimplePoint> points;
+	auxiliaries::IOUtilities().read_lines_to_set(std::cin, points);
+	if(points.size()<3)
+	{
+		throw std::runtime_error("Less than 3 points provided to stdin.");
+	}
+
+	const std::pair<double, double> dimensions=fit_points_to_positive_canvas(100.0, points);
+
+	apollota::SimplePolygonUtilities::TriangulationInfo result=apollota::SimplePolygonUtilities::triangulate_simple_polygon(points, apollota::SimplePoint(0, 0, 1));
+	if(result.triangulation.empty())
+	{
+		throw std::runtime_error("Failed to produce triangulation.");
+	}
+
+	SVGWriter svg(dimensions.first, dimensions.second);
+	for(std::size_t i=0;i<points.size();i++)
+	{
+		const apollota::SimplePoint& p=points[i];
+		svg.add_circle(p.x, p.y, 10, (result.convexity_info.convexity[i]<0.0 ? "fill:rgb(255,0,0)" : "fill:rgb(0,0,255)"));
+	}
+	for(std::size_t i=0;i<points.size();i++)
+	{
+		const apollota::SimplePoint& a=points[i];
+		const apollota::SimplePoint& b=points[i+1<points.size() ? i+1 : 0];
+		svg.add_line(a.x, a.y, b.x, b.y, "stroke:rgb(255,255,0);stroke-width:5");
+	}
+	for(std::size_t i=0;i<result.triangulation.size();i++)
+	{
+		const apollota::Triple& t=result.triangulation[i];
+		const apollota::SimplePoint& a=points[t.get(0)];
+		const apollota::SimplePoint& b=points[t.get(1)];
+		const apollota::SimplePoint& c=points[t.get(2)];
+		svg.add_line(a.x, a.y, b.x, b.y, "stroke:rgb(0,0,0);stroke-width:1");
+		svg.add_line(a.x, a.y, c.x, c.y, "stroke:rgb(0,0,0);stroke-width:1");
+		svg.add_line(b.x, b.y, c.x, c.y, "stroke:rgb(0,0,0);stroke-width:1");
+	}
+	svg.write(std::cout);
+}
diff --git a/src/mode_demo_ses.cpp b/src/mode_demo_ses.cpp
new file mode 100644
index 0000000..da450ba
--- /dev/null
+++ b/src/mode_demo_ses.cpp
@@ -0,0 +1,544 @@
+#include "apollota/spheres_boundary_construction.h"
+#include "apollota/triangulation_queries.h"
+#include "apollota/rolling_topology.h"
+
+#include "auxiliaries/io_utilities.h"
+#include "auxiliaries/opengl_printer.h"
+#include "auxiliaries/program_options_handler.h"
+
+namespace
+{
+
+class SubdividedSphericalTriangulation
+{
+public:
+	SubdividedSphericalTriangulation(const int steps) : center_sphere_(0, 0, 0, 1)
+	{
+		const double t=(1+sqrt(5.0))/2.0;
+
+		std::vector<apollota::SimplePoint> vertices;
+		vertices.reserve(12);
+		vertices.push_back(apollota::SimplePoint( t, 1, 0).unit());
+		vertices.push_back(apollota::SimplePoint(-t, 1, 0).unit());
+		vertices.push_back(apollota::SimplePoint( t,-1, 0).unit());
+		vertices.push_back(apollota::SimplePoint(-t,-1, 0).unit());
+		vertices.push_back(apollota::SimplePoint( 1, 0, t).unit());
+		vertices.push_back(apollota::SimplePoint( 1, 0,-t).unit());
+		vertices.push_back(apollota::SimplePoint(-1, 0, t).unit());
+		vertices.push_back(apollota::SimplePoint(-1, 0,-t).unit());
+		vertices.push_back(apollota::SimplePoint( 0, t, 1).unit());
+		vertices.push_back(apollota::SimplePoint( 0,-t, 1).unit());
+		vertices.push_back(apollota::SimplePoint( 0, t,-1).unit());
+		vertices.push_back(apollota::SimplePoint( 0,-t,-1).unit());
+
+		triangles_.push_back(Triangle(vertices[0], vertices[8], vertices[4]));
+		triangles_.push_back(Triangle(vertices[1], vertices[10], vertices[7]));
+		triangles_.push_back(Triangle(vertices[2], vertices[9], vertices[11]));
+		triangles_.push_back(Triangle(vertices[7], vertices[3], vertices[1]));
+		triangles_.push_back(Triangle(vertices[0], vertices[5], vertices[10]));
+		triangles_.push_back(Triangle(vertices[3], vertices[9], vertices[6]));
+		triangles_.push_back(Triangle(vertices[3], vertices[11], vertices[9]));
+		triangles_.push_back(Triangle(vertices[8], vertices[6], vertices[4]));
+		triangles_.push_back(Triangle(vertices[2], vertices[4], vertices[9]));
+		triangles_.push_back(Triangle(vertices[3], vertices[7], vertices[11]));
+		triangles_.push_back(Triangle(vertices[4], vertices[2], vertices[0]));
+		triangles_.push_back(Triangle(vertices[9], vertices[4], vertices[6]));
+		triangles_.push_back(Triangle(vertices[2], vertices[11], vertices[5]));
+		triangles_.push_back(Triangle(vertices[0], vertices[10], vertices[8]));
+		triangles_.push_back(Triangle(vertices[5], vertices[0], vertices[2]));
+		triangles_.push_back(Triangle(vertices[10], vertices[5], vertices[7]));
+		triangles_.push_back(Triangle(vertices[1], vertices[6], vertices[8]));
+		triangles_.push_back(Triangle(vertices[1], vertices[8], vertices[10]));
+		triangles_.push_back(Triangle(vertices[6], vertices[1], vertices[3]));
+		triangles_.push_back(Triangle(vertices[11], vertices[7], vertices[5]));
+
+		subdivide(steps);
+	}
+
+	SubdividedSphericalTriangulation(
+			const apollota::SimpleSphere& tangent,
+			const apollota::SimpleSphere& a,
+			const apollota::SimpleSphere& b,
+			const apollota::SimpleSphere& c,
+			const std::vector<apollota::SimplePoint>& breaks,
+			const int steps) : center_sphere_(tangent)
+	{
+		const apollota::SimplePoint center_point(center_sphere_);
+
+		Triangle t;
+		t.p[0]=(center_point+((apollota::SimplePoint(a)-center_point).unit()*tangent.r));
+		t.p[1]=(center_point+((apollota::SimplePoint(b)-center_point).unit()*tangent.r));
+		t.p[2]=(center_point+((apollota::SimplePoint(c)-center_point).unit()*tangent.r));
+
+		apollota::SimplePoint t_mp=(t.p[0]+t.p[1]+t.p[2])*(1/3.0);
+		t_mp=apollota::SimplePoint(tangent)+((t_mp-center_point).unit()*tangent.r);
+
+		const apollota::SimplePoint t_side_mp=apollota::RollingTopology::construct_circular_arc_approximation_from_start_and_end(center_point, t.p[0]-center_point, t.p[1]-center_point, 2)[1];
+
+		if(breaks.size()==2)
+		{
+			triangles_.push_back(Triangle(t.p[0], breaks[0], t_mp));
+			triangles_.push_back(Triangle(breaks[0], t_side_mp, t_mp));
+			triangles_.push_back(Triangle(t_side_mp, breaks[1], t_mp));
+			triangles_.push_back(Triangle(breaks[1], t.p[1], t_mp));
+		}
+		else
+		{
+			triangles_.push_back(Triangle(t.p[0], t_side_mp, t_mp));
+			triangles_.push_back(Triangle(t_side_mp, t.p[1], t_mp));
+		}
+
+		subdivide(steps-1);
+	}
+
+	const apollota::SimpleSphere& center_sphere() const
+	{
+		return center_sphere_;
+	}
+
+	template<typename InputPointType>
+	void transform(const InputPointType& new_center_point, const double scale)
+	{
+		const apollota::SimplePoint old_center_point(center_sphere_);
+		center_sphere_=apollota::SimpleSphere(new_center_point, center_sphere_.r*scale);
+		for(std::list<Triangle>::iterator triangle_it=triangles_.begin();triangle_it!=triangles_.end();++triangle_it)
+		{
+			Triangle& t=(*triangle_it);
+			for(int i=0;i<3;i++)
+			{
+				t.p[i]=apollota::sum_of_points<apollota::SimplePoint>(new_center_point, ((t.p[i]-old_center_point)*scale));
+			}
+		}
+	}
+
+	template<typename ContainerOfSpheres>
+	void cut(const ContainerOfSpheres& cutting_spheres)
+	{
+		if(!cutting_spheres.empty())
+		{
+			for(typename ContainerOfSpheres::const_iterator cutting_sphere_it=cutting_spheres.begin();cutting_sphere_it!=cutting_spheres.end();++cutting_sphere_it)
+			{
+				const apollota::SimpleSphere& cutting_sphere=(*cutting_sphere_it);
+				if(!(center_sphere_==cutting_sphere) && used_cutting_spheres_.count(cutting_sphere)==0 && apollota::sphere_intersects_sphere(center_sphere_, cutting_sphere))
+				{
+					used_cutting_spheres_.insert(cutting_sphere);
+					const apollota::SimpleSphere intersection_circle=apollota::intersection_circle_of_two_spheres<apollota::SimpleSphere>(center_sphere_, cutting_sphere);
+					const apollota::SimplePoint plane_normal=apollota::sub_of_points<apollota::SimplePoint>(center_sphere_, cutting_sphere).unit();
+					std::list<Triangle>::iterator triangle_it=triangles_.begin();
+					while(triangle_it!=triangles_.end())
+					{
+						const Triangle t=(*triangle_it);
+						int h[3]={0,0,0};
+						for(int i=0;i<3;i++)
+						{
+							h[i]=apollota::halfspace_of_point(intersection_circle, plane_normal, t.p[i]);
+						}
+						if(h[0]>=0 && h[1]>=0 && h[2]>=0)
+						{
+							++triangle_it;
+						}
+						else
+						{
+							{
+								std::list<Triangle>::iterator deletion_triangle_it=triangle_it;
+								++triangle_it;
+								triangles_.erase(deletion_triangle_it);
+							}
+							if(h[0]>0 || h[1]>0 || h[2]>0)
+							{
+								std::vector<apollota::SimplePoint> points_in;
+								std::vector<apollota::SimplePoint> points_on;
+								for(int i=0;i<3;i++)
+								{
+									if(h[i]>0)
+									{
+										points_in.push_back(t.p[i]);
+									}
+									else if(h[i]==0)
+									{
+										points_on.push_back(t.p[i]);
+									}
+								}
+								for(int i=0;i<3;i++)
+								{
+									for(int j=0;j<3;j++)
+									{
+										if(i!=j && h[i]>0 && h[j]<0)
+										{
+											points_on.push_back(apollota::intersection_of_plane_and_segment<apollota::SimplePoint>(intersection_circle, plane_normal, t.p[i], t.p[j]));
+										}
+									}
+								}
+								if((points_in.size()==1 || points_in.size()==2) && points_on.size()==2)
+								{
+									for(std::size_t i=0;i<points_on.size();i++)
+									{
+										points_on[i]=apollota::sum_of_points<apollota::SimplePoint>(intersection_circle, apollota::sub_of_points<apollota::SimplePoint>(points_on[i], intersection_circle).unit()*intersection_circle.r);
+									}
+									if(points_in.size()==1)
+									{
+										triangles_.insert(triangle_it, Triangle(points_in[0], points_on[0], points_on[1]));
+									}
+									else if(points_in.size()==2)
+									{
+										triangles_.insert(triangle_it, Triangle(points_in[0], points_on[0], points_on[1]));
+										triangles_.insert(triangle_it, Triangle(points_in[0], points_in[1], points_on[1]));
+									}
+								}
+							}
+						}
+					}
+				}
+			}
+		}
+	}
+
+	void draw(auxiliaries::OpenGLPrinter& opengl_printer, const bool concave, const bool mesh)
+	{
+		std::vector<apollota::SimplePoint> vertices(3);
+		std::vector<apollota::SimplePoint> normals(3);
+		for(std::list<Triangle>::const_iterator triangle_it=triangles_.begin();triangle_it!=triangles_.end();++triangle_it)
+		{
+			const Triangle& t=(*triangle_it);
+			vertices[0]=t.p[0];
+			vertices[1]=t.p[1];
+			vertices[2]=t.p[2];
+			for(int i=0;i<3;i++)
+			{
+				normals[i]=apollota::sub_of_points<apollota::SimplePoint>(vertices[i], center_sphere_).unit();
+				if(concave)
+				{
+					normals[i]=normals[i].inverted();
+				}
+			}
+			if(mesh)
+			{
+				opengl_printer.add_line_loop(vertices);
+			}
+			else
+			{
+				opengl_printer.add_triangle_strip(vertices, normals);
+			}
+		}
+	}
+
+private:
+	struct Triangle
+	{
+		apollota::SimplePoint p[3];
+
+		Triangle()
+		{
+		}
+
+		Triangle(const apollota::SimplePoint& a, const apollota::SimplePoint& b, const apollota::SimplePoint& c)
+		{
+			p[0]=a;
+			p[1]=b;
+			p[2]=c;
+		}
+	};
+
+	void subdivide(const int steps)
+	{
+		const apollota::SimplePoint center_point(center_sphere_);
+		for(int step=0;step<steps;step++)
+		{
+			std::list<Triangle> new_triangles;
+			for(std::list<Triangle>::const_iterator triangle_it=triangles_.begin();triangle_it!=triangles_.end();++triangle_it)
+			{
+				const Triangle& t=(*triangle_it);
+				Triangle m;
+				m.p[0]=apollota::RollingTopology::construct_circular_arc_approximation_from_start_and_end(center_point, t.p[0]-center_point, t.p[1]-center_point, 2)[1];
+				m.p[1]=apollota::RollingTopology::construct_circular_arc_approximation_from_start_and_end(center_point, t.p[0]-center_point, t.p[2]-center_point, 2)[1];
+				m.p[2]=apollota::RollingTopology::construct_circular_arc_approximation_from_start_and_end(center_point, t.p[1]-center_point, t.p[2]-center_point, 2)[1];
+				new_triangles.push_back(m);
+				{
+					Triangle s=m;
+					s.p[2]=t.p[0];
+					new_triangles.push_back(s);
+				}
+				{
+					Triangle s=m;
+					s.p[1]=t.p[1];
+					new_triangles.push_back(s);
+				}
+				{
+					Triangle s=m;
+					s.p[0]=t.p[2];
+					new_triangles.push_back(s);
+				}
+			}
+			triangles_=new_triangles;
+		}
+	}
+
+	apollota::SimpleSphere center_sphere_;
+	std::list<Triangle> triangles_;
+	std::set<apollota::SimpleSphere> used_cutting_spheres_;
+};
+
+class SubdividedToricQuadrangulation
+{
+public:
+	SubdividedToricQuadrangulation(
+			const apollota::SimpleSphere& tangent1,
+			const apollota::SimpleSphere& tangent2,
+			const apollota::SimpleSphere& a,
+			const apollota::SimpleSphere& b,
+			const int steps) : centers_(apollota::SimplePoint(tangent1), apollota::SimplePoint(tangent2))
+	{
+		points_.first=apollota::RollingTopology::construct_circular_arc_approximation_from_start_and_end(
+				centers_.first,
+				(apollota::SimplePoint(a)-centers_.first).unit()*tangent1.r,
+				(apollota::SimplePoint(b)-centers_.first).unit()*tangent1.r,
+				steps);
+		points_.second=apollota::RollingTopology::construct_circular_arc_approximation_from_start_and_end(
+				centers_.second,
+				(apollota::SimplePoint(a)-centers_.second).unit()*tangent2.r,
+				(apollota::SimplePoint(b)-centers_.second).unit()*tangent2.r,
+				steps);
+	}
+
+	void draw(auxiliaries::OpenGLPrinter& opengl_printer, const bool mesh)
+	{
+		std::vector<apollota::SimplePoint> vertices;
+		vertices.reserve(points_.first.size()*2);
+		std::vector<apollota::SimplePoint> normals;
+		normals.reserve(vertices.size());
+		for(std::size_t i=0;i<std::min(points_.first.size(), points_.second.size());i++)
+		{
+			vertices.push_back(points_.first[i]);
+			vertices.push_back(points_.second[i]);
+			normals.push_back((centers_.first-points_.first[i]).unit());
+			normals.push_back((centers_.second-points_.second[i]).unit());
+		}
+		if(mesh)
+		{
+			std::vector<apollota::SimplePoint> q(4);
+			for(std::size_t i=0;i+3<vertices.size();i+=2)
+			{
+				q[0]=vertices[i];
+				q[1]=vertices[i+1];
+				q[2]=vertices[i+3];
+				q[3]=vertices[i+2];
+				opengl_printer.add_line_loop(q);
+			}
+		}
+		else
+		{
+			opengl_printer.add_triangle_strip(vertices, normals);
+		}
+	}
+
+private:
+	std::pair< apollota::SimplePoint, apollota::SimplePoint > centers_;
+	std::pair< std::vector<apollota::SimplePoint>, std::vector<apollota::SimplePoint> > points_;
+};
+
+}
+
+void demo_ses(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls (line format: 'x y z r')");
+	pohw.describe_io("stdout", false, true, "nothing");
+
+	const double probe=poh.restrict_value_in_range(0.01, 14.0, poh.argument<double>(pohw.describe_option("--probe", "number", "probe radius"), 1.4));
+	const double angle_step=poh.restrict_value_in_range(0.01, 1.0, poh.argument<double>(pohw.describe_option("--angle-step", "number", "angle step in radians for circle approximation"), 0.2));
+	const int depth=poh.restrict_value_in_range(1, 4, poh.argument<int>(pohw.describe_option("--depth", "number", "triangular patches subdivision depth"), 2));
+	const int sih_depth=poh.restrict_value_in_range(0, 4, poh.argument<int>(pohw.describe_option("--sih-depth", "number", "spherical surface optimization depth"), 2));
+	const double alpha=poh.argument<double>(pohw.describe_option("--alpha", "number", "alpha opacity value for drawing output"), 1.0);
+	const std::string drawing_for_pymol=poh.argument<std::string>(pohw.describe_option("--drawing-for-pymol", "string", "file path to output drawing as pymol script"), "");
+	const std::string drawing_for_scenejs=poh.argument<std::string>(pohw.describe_option("--drawing-for-scenejs", "string", "file path to output drawing as scenejs script"), "");
+	const std::string drawing_name=poh.argument<std::string>(pohw.describe_option("--drawing-name", "string", "graphics object name for drawing output"), "ses");
+	const bool mesh=poh.contains_option(pohw.describe_option("--mesh", "", "flag to draw mesh"));
+	const bool trajectory=poh.contains_option(pohw.describe_option("--trajectory", "", "flag to draw rolling probe center trajectory"));
+	const unsigned int solid_color=poh.convert_hex_string_to_integer<unsigned int>(poh.argument<std::string>(pohw.describe_option("--solid-color", "string", "default color for drawing output, in hex format, white is 0xFFFFFF"), "0x0"));
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const int parts_from_depth=(1 << depth);
+
+	std::vector<apollota::SimpleSphere> spheres;
+	auxiliaries::IOUtilities().read_lines_to_set(std::cin, spheres);
+	if(spheres.size()<4)
+	{
+		throw std::runtime_error("Less than 4 balls provided to stdin.");
+	}
+
+	const std::vector<apollota::SimpleSphere> artificial_boundary=apollota::construct_artificial_boundary(spheres, probe*2.0);
+	spheres.insert(spheres.end(), artificial_boundary.begin(), artificial_boundary.end());
+
+	const apollota::Triangulation::Result triangulation_result=apollota::Triangulation::construct_result(spheres, 3.5, false, false);
+
+	apollota::TriangulationQueries::IDsMap singles_map=apollota::TriangulationQueries::collect_neighbors_map_from_quadruples_map(triangulation_result.quadruples_map);
+	const apollota::TriangulationQueries::PairsMap pairs_map=apollota::TriangulationQueries::collect_pairs_neighbors_map_from_quadruples_map(triangulation_result.quadruples_map);
+
+	std::vector<apollota::RollingTopology::RollingDescriptor> rolling_descriptors;
+	for(apollota::TriangulationQueries::PairsMap::const_iterator pairs_map_it=pairs_map.begin();pairs_map_it!=pairs_map.end();++pairs_map_it)
+	{
+		const apollota::Pair& pair=pairs_map_it->first;
+		const std::set<std::size_t>& neighbor_ids=pairs_map_it->second;
+		const apollota::RollingTopology::RollingDescriptor rolling_descriptor=
+				apollota::RollingTopology::calculate_rolling_descriptor(spheres, pair.get(0), pair.get(1), neighbor_ids, singles_map[pair.get(0)], singles_map[pair.get(1)], probe);
+		if(rolling_descriptor.possible && (!rolling_descriptor.strips.empty() || rolling_descriptor.detached))
+		{
+			rolling_descriptors.push_back(rolling_descriptor);
+		}
+	}
+
+	std::set<std::size_t> set_of_all_generators;
+	for(std::vector<apollota::RollingTopology::RollingDescriptor>::const_iterator rolling_descriptor_it=rolling_descriptors.begin();rolling_descriptor_it!=rolling_descriptors.end();++rolling_descriptor_it)
+	{
+		set_of_all_generators.insert(rolling_descriptor_it->a_id);
+		set_of_all_generators.insert(rolling_descriptor_it->b_id);
+	}
+
+	std::vector< std::set<apollota::SimpleSphere> > map_of_generators_cutting_spheres(spheres.size());
+	for(std::vector<apollota::RollingTopology::RollingDescriptor>::const_iterator rolling_descriptor_it=rolling_descriptors.begin();rolling_descriptor_it!=rolling_descriptors.end();++rolling_descriptor_it)
+	{
+		const apollota::RollingTopology::RollingDescriptor& rolling_descriptor=(*rolling_descriptor_it);
+		if(!rolling_descriptor.strips.empty())
+		{
+			for(std::list<apollota::RollingTopology::RollingStrip>::const_iterator strip_it=rolling_descriptor.strips.begin();strip_it!=rolling_descriptor.strips.end();++strip_it)
+			{
+				map_of_generators_cutting_spheres[rolling_descriptor.a_id].insert(strip_it->start.tangent);
+				map_of_generators_cutting_spheres[rolling_descriptor.b_id].insert(strip_it->start.tangent);
+				map_of_generators_cutting_spheres[strip_it->start.generator].insert(strip_it->start.tangent);
+				map_of_generators_cutting_spheres[strip_it->end.generator].insert(strip_it->start.tangent);
+				map_of_generators_cutting_spheres[rolling_descriptor.a_id].insert(strip_it->end.tangent);
+				map_of_generators_cutting_spheres[rolling_descriptor.b_id].insert(strip_it->end.tangent);
+				map_of_generators_cutting_spheres[strip_it->start.generator].insert(strip_it->end.tangent);
+				map_of_generators_cutting_spheres[strip_it->end.generator].insert(strip_it->end.tangent);
+			}
+		}
+	}
+
+	auxiliaries::OpenGLPrinter opengl_printer;
+	opengl_printer.add_alpha(alpha);
+
+	if(!trajectory)
+	{
+		const SubdividedSphericalTriangulation start_sst(sih_depth);
+		for(apollota::TriangulationQueries::IDsMap::const_iterator singles_map_it=singles_map.begin();singles_map_it!=singles_map.end();++singles_map_it)
+		{
+			const std::set<std::size_t>& neighbors=singles_map_it->second;
+			if(!neighbors.empty() && set_of_all_generators.count(singles_map_it->first)>0)
+			{
+				SubdividedSphericalTriangulation sst=start_sst;
+				sst.transform(spheres[singles_map_it->first], spheres[singles_map_it->first].r+probe);
+				std::set<apollota::SimpleSphere> cutting_spheres;
+				for(std::set<std::size_t>::const_iterator neighbor_it=neighbors.begin();neighbor_it!=neighbors.end();++neighbor_it)
+				{
+					cutting_spheres.insert(apollota::SimpleSphere(spheres[*neighbor_it], spheres[*neighbor_it].r+probe));
+				}
+				sst.cut(cutting_spheres);
+				sst.transform(sst.center_sphere(), (sst.center_sphere().r-probe)/sst.center_sphere().r);
+				opengl_printer.add_color(solid_color>0 ? solid_color : 0xFF33FF);
+				sst.draw(opengl_printer, false, mesh);
+			}
+		}
+	}
+
+	for(std::vector<apollota::RollingTopology::RollingDescriptor>::const_iterator rolling_descriptor_it=rolling_descriptors.begin();rolling_descriptor_it!=rolling_descriptors.end();++rolling_descriptor_it)
+	{
+		const apollota::RollingTopology::RollingDescriptor& rolling_descriptor=(*rolling_descriptor_it);
+		if(!rolling_descriptor.strips.empty())
+		{
+			for(std::list<apollota::RollingTopology::RollingStrip>::const_iterator strip_it=rolling_descriptor.strips.begin();strip_it!=rolling_descriptor.strips.end();++strip_it)
+			{
+				const std::vector<apollota::SimplePoint> points=apollota::RollingTopology::construct_rolling_strip_approximation(rolling_descriptor, (*strip_it), angle_step);
+				if(trajectory)
+				{
+					opengl_printer.add_color(solid_color>0 ? solid_color : 0xFF7700);
+					opengl_printer.add_line_strip(points);
+				}
+				else
+				{
+					opengl_printer.add_color(solid_color>0 ? solid_color : (rolling_descriptor.breaks.empty() ? 0xFFFF00 : 0x77FF00));
+					for(std::size_t i=0;i+1<points.size();i++)
+					{
+						if(rolling_descriptor.breaks.size()==2)
+						{
+							SubdividedToricQuadrangulation stq1(apollota::SimpleSphere(points[i], probe), apollota::SimpleSphere(points[i+1], probe), spheres[rolling_descriptor.a_id], apollota::SimpleSphere(rolling_descriptor.breaks[0], 0.0), parts_from_depth/2);
+							SubdividedToricQuadrangulation stq2(apollota::SimpleSphere(points[i], probe), apollota::SimpleSphere(points[i+1], probe), apollota::SimpleSphere(rolling_descriptor.breaks[1], 0.0), spheres[rolling_descriptor.b_id], parts_from_depth/2);
+							stq1.draw(opengl_printer, mesh);
+							stq2.draw(opengl_printer, mesh);
+						}
+						else
+						{
+							SubdividedToricQuadrangulation stq(apollota::SimpleSphere(points[i], probe), apollota::SimpleSphere(points[i+1], probe), spheres[rolling_descriptor.a_id], spheres[rolling_descriptor.b_id], parts_from_depth);
+							stq.draw(opengl_printer, mesh);
+						}
+					}
+
+					opengl_printer.add_color(solid_color>0 ? solid_color : 0x00FFFF);
+					{
+						SubdividedSphericalTriangulation sst(strip_it->start.tangent, spheres[rolling_descriptor.a_id], spheres[rolling_descriptor.b_id], spheres[strip_it->start.generator], rolling_descriptor.breaks, depth);
+						sst.cut(map_of_generators_cutting_spheres[strip_it->start.generator]);
+						sst.cut(map_of_generators_cutting_spheres[rolling_descriptor.a_id]);
+						sst.cut(map_of_generators_cutting_spheres[rolling_descriptor.b_id]);
+						sst.draw(opengl_printer, true, mesh);
+					}
+					{
+						SubdividedSphericalTriangulation sst(strip_it->end.tangent, spheres[rolling_descriptor.a_id], spheres[rolling_descriptor.b_id], spheres[strip_it->end.generator], rolling_descriptor.breaks, depth);
+						sst.cut(map_of_generators_cutting_spheres[strip_it->end.generator]);
+						sst.cut(map_of_generators_cutting_spheres[rolling_descriptor.a_id]);
+						sst.cut(map_of_generators_cutting_spheres[rolling_descriptor.b_id]);
+						sst.draw(opengl_printer, true, mesh);
+					}
+				}
+			}
+		}
+		else if(rolling_descriptor.detached)
+		{
+			const std::vector<apollota::SimplePoint> points=apollota::RollingTopology::construct_rolling_circle_approximation(rolling_descriptor, angle_step);
+			if(trajectory)
+			{
+				opengl_printer.add_color(solid_color>0 ? solid_color : 0xFF7700);
+				opengl_printer.add_line_strip(points);
+			}
+			else
+			{
+				opengl_printer.add_color(solid_color>0 ? solid_color : (rolling_descriptor.breaks.empty() ? 0x00FF00 : 0x00FF77));
+				for(std::size_t i=0;i+1<points.size();i++)
+				{
+					if(rolling_descriptor.breaks.size()==2)
+					{
+						SubdividedToricQuadrangulation stq1(apollota::SimpleSphere(points[i], probe), apollota::SimpleSphere(points[i+1], probe), spheres[rolling_descriptor.a_id], apollota::SimpleSphere(rolling_descriptor.breaks[0], 0.0), parts_from_depth/2);
+						SubdividedToricQuadrangulation stq2(apollota::SimpleSphere(points[i], probe), apollota::SimpleSphere(points[i+1], probe), apollota::SimpleSphere(rolling_descriptor.breaks[1], 0.0), spheres[rolling_descriptor.b_id], parts_from_depth/2);
+						stq1.draw(opengl_printer, mesh);
+						stq2.draw(opengl_printer, mesh);
+					}
+					else
+					{
+						SubdividedToricQuadrangulation stq(apollota::SimpleSphere(points[i], probe), apollota::SimpleSphere(points[i+1], probe), spheres[rolling_descriptor.a_id], spheres[rolling_descriptor.b_id], parts_from_depth);
+						stq.draw(opengl_printer, mesh);
+					}
+				}
+			}
+		}
+	}
+
+	if(!drawing_for_pymol.empty())
+	{
+		std::ofstream foutput(drawing_for_pymol.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			opengl_printer.print_pymol_script(drawing_name, false, foutput);
+		}
+	}
+
+	if(!drawing_for_scenejs.empty())
+	{
+		std::ofstream foutput(drawing_for_scenejs.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			opengl_printer.print_scenejs_script(drawing_name, true, foutput);
+		}
+	}
+}
diff --git a/src/mode_draw_balls.cpp b/src/mode_draw_balls.cpp
new file mode 100644
index 0000000..977db74
--- /dev/null
+++ b/src/mode_draw_balls.cpp
@@ -0,0 +1,90 @@
+#include "auxiliaries/program_options_handler.h"
+
+#include "modescommon/drawing_links.h"
+#include "modescommon/drawing_protein_cartoons.h"
+#include "modescommon/drawing_nucleic_acid_cartoons.h"
+
+void draw_balls(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+	pohw.describe_io("stdout", false, true, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+
+	const std::string representation=poh.argument<std::string>(pohw.describe_option("--representation", "string", "representation name: 'vdw', 'sticks', 'trace' or 'cartoon'"), "vdw");
+	const std::string drawing_for_pymol=poh.argument<std::string>(pohw.describe_option("--drawing-for-pymol", "string", "file path to output drawing as pymol script"), "");
+	const std::string drawing_for_scenejs=poh.argument<std::string>(pohw.describe_option("--drawing-for-scenejs", "string", "file path to output drawing as scenejs script"), "");
+	const std::string drawing_name=poh.argument<std::string>(pohw.describe_option("--drawing-name", "string", "graphics object name for drawing output"), "balls");
+	DrawingParametersWrapper drawing_parameters_wrapper;
+	drawing_parameters_wrapper.default_color=poh.convert_hex_string_to_integer<unsigned int>(poh.argument<std::string>(pohw.describe_option("--default-color", "string", "default color for drawing output, in hex format, white is 0xFFFFFF"), "0xFFFFFF"));
+	drawing_parameters_wrapper.adjunct_gradient=poh.argument<std::string>(pohw.describe_option("--adjunct-gradient", "string", "adjunct name to use for gradient-based coloring"), "");
+	drawing_parameters_wrapper.adjunct_gradient_blue=poh.argument<double>(pohw.describe_option("--adjunct-gradient-blue", "number", "blue adjunct gradient value"), 0.0);
+	drawing_parameters_wrapper.adjunct_gradient_red=poh.argument<double>(pohw.describe_option("--adjunct-gradient-red", "number", "red adjunct gradient value"), 1.0);
+	drawing_parameters_wrapper.rainbow_gradient=poh.contains_option(pohw.describe_option("--rainbow-gradient", "", "flag to use rainbow color gradient"));
+	drawing_parameters_wrapper.adjuncts_rgb=poh.contains_option(pohw.describe_option("--adjuncts-rgb", "", "flag to use RGB color values from adjuncts"));
+	drawing_parameters_wrapper.random_colors=poh.contains_option(pohw.describe_option("--random-colors", "", "flag to use random color for each drawn ball"));
+	drawing_parameters_wrapper.random_colors_by_chain=poh.contains_option(pohw.describe_option("--random-colors-by-chain", "", "flag to use random color for each drawn chain"));
+	drawing_parameters_wrapper.use_labels=poh.contains_option(pohw.describe_option("--use-labels", "", "flag to use labels in drawing if possible"));
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	typedef std::vector< std::pair<CRAD, BallValue> > ListOfBalls;
+	const ListOfBalls list_of_balls=auxiliaries::IOUtilities().read_lines_to_map<ListOfBalls>(std::cin);
+	if(list_of_balls.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	auxiliaries::OpenGLPrinter opengl_printer;
+	opengl_printer.add_color(drawing_parameters_wrapper.default_color);
+	if(representation=="vdw")
+	{
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const CRAD& crad=list_of_balls[i].first;
+			const BallValue& value=list_of_balls[i].second;
+			drawing_parameters_wrapper.process(crad, value.props.adjuncts, opengl_printer);
+			opengl_printer.add_sphere(value);
+		}
+	}
+	else if(representation=="sticks")
+	{
+		draw_links(list_of_balls, 0.8, 4.0, 0.2, 0.2, 9, false, drawing_parameters_wrapper, opengl_printer);
+	}
+	else if(representation=="trace")
+	{
+		draw_trace(list_of_balls, "CA", 4.0, 0.3, drawing_parameters_wrapper, opengl_printer);
+		draw_trace(list_of_balls, "C3'", 8.0, 0.3, drawing_parameters_wrapper, opengl_printer);
+	}
+	else if(representation=="cartoon")
+	{
+		DrawingProteinCartoons().draw_cartoon(list_of_balls, drawing_parameters_wrapper, opengl_printer);
+		DrawingNucleicAcidCartoons().draw_cartoon(list_of_balls, drawing_parameters_wrapper, opengl_printer);
+	}
+	else
+	{
+		throw std::runtime_error("Invalid representation name.");
+	}
+
+	if(!drawing_for_pymol.empty())
+	{
+		std::ofstream foutput(drawing_for_pymol.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			opengl_printer.print_pymol_script(drawing_name, true, foutput);
+		}
+	}
+
+	if(!drawing_for_scenejs.empty())
+	{
+		std::ofstream foutput(drawing_for_scenejs.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			opengl_printer.print_scenejs_script(drawing_name, true, foutput);
+		}
+	}
+
+	auxiliaries::IOUtilities().write_map(list_of_balls, std::cout);
+}
diff --git a/src/mode_draw_contacts.cpp b/src/mode_draw_contacts.cpp
new file mode 100644
index 0000000..9f83f90
--- /dev/null
+++ b/src/mode_draw_contacts.cpp
@@ -0,0 +1,89 @@
+#include "auxiliaries/program_options_handler.h"
+
+#include "modescommon/contact_value.h"
+#include "modescommon/drawing_utilities.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+}
+
+void draw_contacts(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts graphics')");
+	pohw.describe_io("stdout", false, true, "list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts graphics')");
+
+	const std::string drawing_for_pymol=poh.argument<std::string>(pohw.describe_option("--drawing-for-pymol", "string", "file path to output drawing as pymol script"), "");
+	const std::string drawing_for_jmol=poh.argument<std::string>(pohw.describe_option("--drawing-for-jmol", "string", "file path to output drawing as jmol script"), "");
+	const std::string drawing_for_scenejs=poh.argument<std::string>(pohw.describe_option("--drawing-for-scenejs", "string", "file path to output drawing as scenejs script"), "");
+	const std::string drawing_name=poh.argument<std::string>(pohw.describe_option("--drawing-name", "string", "graphics object name for drawing output"), "contacts");
+	DrawingParametersWrapper drawing_parameters_wrapper;
+	drawing_parameters_wrapper.default_color=poh.convert_hex_string_to_integer<unsigned int>(poh.argument<std::string>(pohw.describe_option("--default-color", "string", "default color for drawing output, in hex format, white is 0xFFFFFF"), "0xFFFFFF"));
+	drawing_parameters_wrapper.adjunct_gradient=poh.argument<std::string>(pohw.describe_option("--adjunct-gradient", "string", "adjunct name to use for gradient-based coloring"), "");
+	drawing_parameters_wrapper.adjunct_gradient_blue=poh.argument<double>(pohw.describe_option("--adjunct-gradient-blue", "number", "blue adjunct gradient value"), 0.0);
+	drawing_parameters_wrapper.adjunct_gradient_red=poh.argument<double>(pohw.describe_option("--adjunct-gradient-red", "number", "red adjunct gradient value"), 1.0);
+	drawing_parameters_wrapper.adjuncts_rgb=poh.contains_option(pohw.describe_option("--adjuncts-rgb", "", "flag to use RGB color values from adjuncts"));
+	drawing_parameters_wrapper.random_colors=poh.contains_option(pohw.describe_option("--random-colors", "", "flag to use random color for each drawn contact"));
+	drawing_parameters_wrapper.alpha_opacity=poh.argument<double>(pohw.describe_option("--alpha", "number", "alpha opacity value for drawing output"), 1.0);
+	drawing_parameters_wrapper.use_labels=poh.contains_option(pohw.describe_option("--use-labels", "", "flag to use labels in drawing if possible"));
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	enabled_output_of_ContactValue_graphics()=true;
+
+	std::map<CRADsPair, ContactValue> map_of_contacts;
+	auxiliaries::IOUtilities().read_lines_to_map(std::cin, map_of_contacts);
+	if(map_of_contacts.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	auxiliaries::OpenGLPrinter opengl_printer;
+	opengl_printer.add_color(drawing_parameters_wrapper.default_color);
+	opengl_printer.add_alpha(drawing_parameters_wrapper.alpha_opacity);
+	for(std::map< CRADsPair, ContactValue >::iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		const CRADsPair& crads=it->first;
+		const ContactValue& value=it->second;
+		if(!value.graphics.empty())
+		{
+			drawing_parameters_wrapper.process(std::make_pair(crads.a, crads.b), value.props.adjuncts, opengl_printer);
+			opengl_printer.add(value.graphics);
+		}
+	}
+
+	if(!drawing_for_pymol.empty())
+	{
+		std::ofstream foutput(drawing_for_pymol.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			opengl_printer.print_pymol_script(drawing_name, true, foutput);
+		}
+	}
+
+	if(!drawing_for_jmol.empty())
+	{
+		std::ofstream foutput(drawing_for_jmol.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			opengl_printer.print_jmol_script(drawing_name, foutput);
+		}
+	}
+
+	if(!drawing_for_scenejs.empty())
+	{
+		std::ofstream foutput(drawing_for_scenejs.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			opengl_printer.print_scenejs_script(drawing_name, true, foutput);
+		}
+	}
+
+	auxiliaries::IOUtilities().write_map(map_of_contacts, std::cout);
+}
diff --git a/src/mode_expand_descriptors.cpp b/src/mode_expand_descriptors.cpp
new file mode 100644
index 0000000..6a9ea3a
--- /dev/null
+++ b/src/mode_expand_descriptors.cpp
@@ -0,0 +1,78 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+
+inline std::string crad_to_expanded_str(const CRAD& crad)
+{
+	std::ostringstream output;
+	output << (crad.chainID.empty() ? std::string(".") : crad.chainID) << " ";
+	if(crad.resSeq==CRAD::null_num()) { output << "." << " "; } else { output << crad.resSeq << " "; }
+	output << (crad.iCode.empty() ? std::string(".") : crad.iCode) << " ";
+	if(crad.serial==CRAD::null_num()) { output << "." << " "; } else { output << crad.serial << " "; }
+	output << (crad.altLoc.empty() ? std::string(".") : crad.altLoc) << " ";
+	output << (crad.resName.empty() ? std::string(".") : crad.resName) << " ";
+	output << (crad.name.empty() ? std::string(".") : crad.name);
+	return output.str();
+}
+
+}
+
+void expand_descriptors(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "any text containing atom descriptors");
+	pohw.describe_io("stdout", false, true, "text with each atom descriptor expanded to 'chainID resSeq iCode serial altLoc resName name'");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	while(std::cin.good())
+	{
+		std::string line;
+		std::getline(std::cin, line);
+		if(!std::cin.fail())
+		{
+			if(!line.empty())
+			{
+				std::size_t i=0;
+				while(i<line.size())
+				{
+					i=line.find_first_of("crialAR", i);
+					if(i!=std::string::npos)
+					{
+						std::size_t j=line.find_first_of(" \n\t", i+1);
+						if(j==std::string::npos && line[line.size()-1]=='>')
+						{
+							j=line.size();
+						}
+						if((j-1)<line.size() && line[j-1]=='>')
+						{
+							CRAD crad;
+							if(CRAD::from_str(line.substr(i, j-i), crad).empty())
+							{
+								const std::string expanded_str=crad_to_expanded_str(crad);
+								line.replace(i, j-i, expanded_str);
+								i=i+expanded_str.size();
+							}
+							else
+							{
+								i=j;
+							}
+						}
+						else
+						{
+							i=std::string::npos;
+						}
+					}
+				}
+			}
+			std::cout << line << "\n";
+		}
+	}
+}
diff --git a/src/mode_get_balls_from_atoms_file.cpp b/src/mode_get_balls_from_atoms_file.cpp
new file mode 100644
index 0000000..678e344
--- /dev/null
+++ b/src/mode_get_balls_from_atoms_file.cpp
@@ -0,0 +1,141 @@
+#include <iostream>
+#include <fstream>
+
+#include "apollota/spheres_boundary_construction.h"
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/atoms_io.h"
+#include "auxiliaries/atom_radius_assigner.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+#include "modescommon/ball_value.h"
+
+namespace
+{
+
+std::string refine_empty_string(const std::string& x)
+{
+	return (x.empty() ? std::string(".") : x);
+}
+
+}
+
+void get_balls_from_atoms_file(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false,
+			"file in PDB or mmCIF format");
+	pohw.describe_io("stdout", false, true,
+			"list of balls\n(default mode line format: 'x y z r # atomSerial chainID resSeq resName atomName altLoc iCode')\n(annotated mode line format: 'annotation x y z r tags adjuncts')");
+
+	const bool annotated=poh.contains_option(pohw.describe_option("--annotated", "", "flag to enable annotated mode"));
+	const bool include_heteroatoms=poh.contains_option(pohw.describe_option("--include-heteroatoms", "", "flag to include heteroatoms"));
+	const bool include_hydrogens=poh.contains_option(pohw.describe_option("--include-hydrogens", "", "flag to include hydrogen atoms"));
+	const bool multimodel_chains=poh.contains_option(pohw.describe_option("--multimodel-chains", "", "flag to read multiple models in PDB format and rename chains accordingly"));
+	const bool mmcif=poh.contains_option(pohw.describe_option("--mmcif", "", "flag to input in mmCIF format"));
+	const std::string radii_file=poh.argument<std::string>(pohw.describe_option("--radii-file", "string", "path to radii configuration file"), "");
+	const double default_radius=poh.argument<double>(pohw.describe_option("--default-radius", "number", "default atomic radius"), 1.70);
+	const bool only_default_radius=poh.contains_option(pohw.describe_option("--only-default-radius", "", "flag to make all radii equal to the default radius"));
+	const double hull_offset=poh.argument<double>(pohw.describe_option("--hull-offset", "number", "positive offset distance enables adding artificial hull balls"), -1.0);
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const std::vector<auxiliaries::AtomsIO::AtomRecord> atoms=(mmcif ?
+			auxiliaries::AtomsIO::MMCIFReader::read_data_from_file_stream(std::cin, include_heteroatoms, include_hydrogens).atom_records :
+			auxiliaries::AtomsIO::PDBReader::read_data_from_file_stream(std::cin, include_heteroatoms, include_hydrogens, multimodel_chains, false).atom_records);
+	if(atoms.empty())
+	{
+		throw std::runtime_error("No atoms provided to stdin.");
+	}
+
+	auxiliaries::AtomRadiusAssigner atom_radius_assigner(default_radius);
+	if(!only_default_radius)
+	{
+		if(radii_file.empty())
+		{
+			atom_radius_assigner.add_radius_by_descriptor("*", "C*", 1.70);
+			atom_radius_assigner.add_radius_by_descriptor("*", "N*", 1.55);
+			atom_radius_assigner.add_radius_by_descriptor("*", "O*", 1.52);
+			atom_radius_assigner.add_radius_by_descriptor("*", "S*", 1.80);
+			atom_radius_assigner.add_radius_by_descriptor("*", "P*", 1.80);
+			atom_radius_assigner.add_radius_by_descriptor("*", "H*", 1.20);
+		}
+		else
+		{
+			std::ifstream radii_file_stream(radii_file.c_str(), std::ios::in);
+			auxiliaries::IOUtilities().read_lines_to_container(radii_file_stream, auxiliaries::AtomRadiusAssigner::add_descriptor_and_radius_from_stream_to_atom_radius_assigner, atom_radius_assigner);
+		}
+	}
+
+	std::vector<apollota::SimpleSphere> all_spheres;
+	all_spheres.reserve(atoms.size());
+
+	for(std::size_t i=0;i<atoms.size();i++)
+	{
+		const auxiliaries::AtomsIO::AtomRecord& atom=atoms[i];
+		const double radius=atom_radius_assigner.get_atom_radius(atom.resName, atom.name);
+		if(annotated)
+		{
+			const auxiliaries::ChainResidueAtomDescriptor crad(atom.serial, atom.chainID, atom.resSeq, atom.resName, atom.name, atom.altLoc, atom.iCode);
+			if(crad.valid())
+			{
+				BallValue value;
+				value.x=atom.x;
+				value.y=atom.y;
+				value.z=atom.z;
+				value.r=radius;
+				if(atom.record_name=="HETATM")
+				{
+					value.props.tags.insert("het");
+				}
+				if(!atom.element.empty())
+				{
+					value.props.tags.insert(std::string("el=")+atom.element);
+				}
+				if(atom.occupancy_valid)
+				{
+					value.props.adjuncts["oc"]=atom.occupancy;
+				}
+				if(atom.tempFactor_valid)
+				{
+					value.props.adjuncts["tf"]=atom.tempFactor;
+				}
+				std::cout << crad << " " << value << "\n";
+				all_spheres.push_back(apollota::SimpleSphere(value));
+			}
+		}
+		else
+		{
+			std::cout << apollota::SimpleSphere(atom, radius);
+			std::cout << " # " << atom.serial << " " << refine_empty_string(atom.chainID) << " " << atom.resSeq << " " << refine_empty_string(atom.resName) << " " << refine_empty_string(atom.name) << " " << refine_empty_string(atom.altLoc) << " " << refine_empty_string(atom.iCode) << "\n";
+			all_spheres.push_back(apollota::SimpleSphere(atom, radius));
+		}
+	}
+
+	if(hull_offset>0.0 && !all_spheres.empty())
+	{
+		const std::vector<apollota::SimpleSphere> artificial_boundary=apollota::construct_artificial_boundary(all_spheres, hull_offset);
+		for(std::size_t i=0;i<artificial_boundary.size();i++)
+		{
+			const apollota::SimpleSphere& s=artificial_boundary[i];
+			if(annotated)
+			{
+				auxiliaries::ChainResidueAtomDescriptor crad;
+				crad.chainID="hull";
+				BallValue value;
+				value.x=s.x;
+				value.y=s.y;
+				value.z=s.z;
+				value.r=s.r;
+				std::cout << crad << " " << value << "\n";
+			}
+			else
+			{
+				std::cout << s << " # artificial hull ball\n";
+			}
+		}
+	}
+}
diff --git a/src/mode_place_membrane.cpp b/src/mode_place_membrane.cpp
new file mode 100644
index 0000000..e32c8f3
--- /dev/null
+++ b/src/mode_place_membrane.cpp
@@ -0,0 +1,318 @@
+#include "apollota/subdivided_icosahedron.h"
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+#include "modescommon/ball_value.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+
+struct PointAndScore
+{
+	apollota::SimplePoint point;
+	double score;
+
+	PointAndScore(const apollota::SimplePoint& point, const double score) : point(point), score(score)
+	{
+	}
+};
+
+struct MembranePlacement
+{
+	double width;
+	double width_extension;
+	double score;
+	apollota::SimplePoint position;
+	apollota::SimplePoint normal;
+
+	MembranePlacement(
+			const double width,
+			const double width_extension,
+			const double score,
+			const apollota::SimplePoint& position,
+			const apollota::SimplePoint& normal) :
+				width(width),
+				width_extension(width_extension),
+				score(score),
+				position(position),
+				normal(normal)
+	{
+	}
+};
+
+struct ScoredShift
+{
+	double score;
+	double shift;
+
+	ScoredShift() : score(0), shift(0)
+	{
+	}
+};
+
+ScoredShift estimate_best_scored_shift(
+		const std::vector<PointAndScore>& points_and_scores,
+		const apollota::SimplePoint& direction,
+		const double width,
+		const double width_extension,
+		std::vector< std::pair<double, double> >& buffer_for_projections)
+{
+	const double length_step=0.5;
+	static std::vector< std::pair<int, double> > bins(1000);
+
+	for(std::size_t i=0;i<points_and_scores.size();i++)
+	{
+		buffer_for_projections[i].first=points_and_scores[i].point*direction;
+		buffer_for_projections[i].second=points_and_scores[i].score;
+	}
+	std::sort(buffer_for_projections.begin(), buffer_for_projections.end());
+
+	const double full_length=(buffer_for_projections.back().first-buffer_for_projections.front().first);
+	bins.resize(static_cast<std::size_t>(ceil(full_length/length_step)));
+	const int bins_n=static_cast<int>(bins.size());
+	const int width_half_bins_n=static_cast<int>(floor(width*0.5/length_step+0.5));
+	const int extended_width_half_bins_n=static_cast<int>(floor((width+width_extension)*0.5/length_step+0.5));
+
+	for(std::size_t i=0;i<bins.size();i++)
+	{
+		bins[i].first=0;
+		bins[i].second=0.0;
+	}
+
+	for(std::size_t i=0;i<buffer_for_projections.size();i++)
+	{
+		int bin_pos=static_cast<int>(floor((buffer_for_projections[i].first-buffer_for_projections.front().first)/length_step));
+		bin_pos=std::min(std::max(bin_pos, 0), bins_n-1);
+		bins[bin_pos].first++;
+		bins[bin_pos].second+=buffer_for_projections[i].second;
+	}
+
+	int count_of_all_bin_values=0;
+	double sum_of_all_bin_values=0.0;
+	for(std::size_t i=0;i<bins.size();i++)
+	{
+		if(bins[i].first>0)
+		{
+			count_of_all_bin_values+=bins[i].first;
+			sum_of_all_bin_values+=bins[i].second;
+		}
+	}
+
+	double best_score=0.0;
+	int best_score_i=0;
+	bool best_initialized=false;
+	for(int i=0;i<bins_n;i++)
+	{
+		int count_in=0;
+		double sum_in=0.0;
+		for(int j=(0-width_half_bins_n);j<=width_half_bins_n;j++)
+		{
+			const int p=(i+j);
+			if(p>=0 && p<bins_n)
+			{
+				count_in+=bins[p].first;
+				sum_in+=bins[p].second;
+			}
+		}
+
+		int count_in_extension=0;
+		double sum_in_extension=0.0;
+		for(int j=(0-extended_width_half_bins_n);j<(0-width_half_bins_n);j++)
+		{
+			const int p=(i+j);
+			if(p>=0 && p<bins_n)
+			{
+				count_in_extension+=bins[p].first;
+				sum_in_extension+=bins[p].second;
+			}
+		}
+		for(int j=(width_half_bins_n+1);j<=extended_width_half_bins_n;j++)
+		{
+			const int p=(i+j);
+			if(p>=0 && p<bins_n)
+			{
+				count_in_extension+=bins[p].first;
+				sum_in_extension+=bins[p].second;
+			}
+		}
+
+		const double score=
+				static_cast<double>(count_of_all_bin_values-count_in-count_in_extension)
+				-(sum_of_all_bin_values-sum_in-sum_in_extension)
+				+sum_in
+				+(static_cast<double>(count_in_extension)*0.5);
+		if(!best_initialized || best_score<score)
+		{
+			best_score=score;
+			best_score_i=i;
+			best_initialized=true;
+		}
+	}
+
+	ScoredShift result;
+	result.score=best_score;
+	result.shift=buffer_for_projections.front().first+(static_cast<double>(best_score_i)*(full_length/static_cast<double>(bins_n)));
+	return result;
+}
+
+MembranePlacement estimate_translated_membrane_placement(const std::vector<PointAndScore>& points_and_scores, const double width, const double width_extension)
+{
+	std::vector< std::pair<double, double> > buffer_for_projections(points_and_scores.size());
+	apollota::SubdividedIcosahedron sih(3);
+	sih.fit_into_sphere(apollota::SimplePoint(0, 0, 0), 1);
+	std::size_t best_id=0;
+	ScoredShift best_scored_shift;
+	double last_cycle_best_score=0.0;
+	int number_of_cycles=0;
+	int number_of_checks=0;
+	while(number_of_cycles<2 || (best_scored_shift.score-last_cycle_best_score)>0.0001 || number_of_cycles>10000)
+	{
+		std::size_t start_id=0;
+		if(number_of_cycles>0)
+		{
+			start_id=sih.vertices().size();
+			sih.grow(best_id, true);
+			last_cycle_best_score=best_scored_shift.score;
+		}
+		for(std::size_t i=start_id;i<sih.vertices().size();i++)
+		{
+			const ScoredShift scored_shift=estimate_best_scored_shift(points_and_scores, sih.vertices()[i].unit(), width, width_extension, buffer_for_projections);
+			if(number_of_checks==0 || scored_shift.score>best_scored_shift.score)
+			{
+				best_id=i;
+				best_scored_shift=scored_shift;
+			}
+			number_of_checks++;
+		}
+		number_of_cycles++;
+	}
+	const apollota::SimplePoint best_direction=sih.vertices()[best_id].unit();
+	return MembranePlacement(width, width_extension, best_scored_shift.score/static_cast<double>(points_and_scores.size()), best_direction*best_scored_shift.shift, best_direction);
+}
+
+MembranePlacement estimate_membrane_placement(const std::vector<PointAndScore>& points_and_scores, const double width, const double width_extension, const bool optimize_width, const bool optimize_width_extension)
+{
+	apollota::SimplePoint original_center(0, 0, 0);
+	for(std::size_t i=0;i<points_and_scores.size();i++)
+	{
+		original_center=(original_center+points_and_scores[i].point);
+	}
+	original_center=original_center*(1.0/static_cast<double>(points_and_scores.size()));
+
+	std::vector<PointAndScore> translated_points_and_scores=points_and_scores;
+	for(std::size_t i=0;i<points_and_scores.size();i++)
+	{
+		translated_points_and_scores[i].point=(points_and_scores[i].point-original_center);
+	}
+
+	std::vector<MembranePlacement> best_result;
+	{
+		const double width_step=5.0;
+		const double width_extension_step=5.0;
+		const double width_start=(optimize_width ? 10.0 : width);
+		const double width_extension_start=(optimize_width_extension ? 0.0 : width_extension);
+		for(double current_width=width_start;current_width<=width;current_width+=width_step)
+		{
+			for(double current_width_extension=width_extension_start;current_width_extension<=width_extension;current_width_extension+=width_extension_step)
+			{
+				const MembranePlacement translated_membrane_placement=estimate_translated_membrane_placement(translated_points_and_scores, current_width, current_width_extension);
+				if(best_result.empty())
+				{
+					best_result.push_back(translated_membrane_placement);
+				}
+				else if(best_result[0].score<translated_membrane_placement.score)
+				{
+					best_result[0]=translated_membrane_placement;
+				}
+			}
+		}
+	}
+	const MembranePlacement translated_membrane_placement=(best_result.empty() ? estimate_translated_membrane_placement(translated_points_and_scores, width, width_extension) : best_result[0]);
+	return MembranePlacement(translated_membrane_placement.width, translated_membrane_placement.width_extension, translated_membrane_placement.score, original_center+translated_membrane_placement.position, translated_membrane_placement.normal);
+}
+
+}
+
+void place_membrane(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+	pohw.describe_io("stdout", false, true, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+
+	const std::string scores_file=poh.argument<std::string>(pohw.describe_option("--scores-file", "string", "file path to input atom scores", true), "");
+	const double membrane_width=poh.argument<double>(pohw.describe_option("--membrane-width", "number", "membrane width", true));
+	const double membrane_width_extension=poh.argument<double>(pohw.describe_option("--membrane-width-extension", "number", "membrane width extension"), 0.0);
+	const bool optimize_width=poh.contains_option(pohw.describe_option("--optimize-width", "", "flag to optimize width"));
+	const bool optimize_width_extension=poh.contains_option(pohw.describe_option("--optimize-width-extension", "", "flag to optimize width extension"));
+	const std::string placement_output=poh.argument<std::string>(pohw.describe_option("--placement-output", "string", "file path to output placement results"), "");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	if(membrane_width<=1.0)
+	{
+		throw std::runtime_error("Invalid membrane width.");
+	}
+
+	std::vector< std::pair<CRAD, BallValue> > list_of_balls;
+	auxiliaries::IOUtilities().read_lines_to_map(std::cin, list_of_balls);
+	if(list_of_balls.empty())
+	{
+		throw std::runtime_error("No input balls.");
+	}
+
+	const std::map<CRAD, double> map_of_scores=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<CRAD, double> >(scores_file);
+	if(map_of_scores.empty())
+	{
+		throw std::runtime_error("No input scores.");
+	}
+
+	std::vector<PointAndScore> points_and_scores;
+	points_and_scores.reserve(map_of_scores.size());
+	for(std::size_t i=0;i<list_of_balls.size();i++)
+	{
+		std::map<CRAD, double>::const_iterator it=map_of_scores.find(list_of_balls[i].first);
+		if(it!=map_of_scores.end())
+		{
+			points_and_scores.push_back(PointAndScore(apollota::SimplePoint(list_of_balls[i].second), it->second));
+		}
+	}
+
+	std::ostringstream logstream;
+
+	const MembranePlacement membrane_placement=estimate_membrane_placement(points_and_scores, membrane_width, membrane_width_extension, optimize_width, optimize_width_extension);
+
+	logstream << "width " << membrane_placement.width << "\n";
+	logstream << "width_extension " << membrane_placement.width_extension << "\n";
+	logstream << "score " << membrane_placement.score << "\n";
+	logstream << "position " << membrane_placement.position.x << " " << membrane_placement.position.y << " " << membrane_placement.position.z << "\n";
+	logstream << "direction " << membrane_placement.normal.x << " " << membrane_placement.normal.y << " " << membrane_placement.normal.z << "\n";
+
+	if(!placement_output.empty())
+	{
+		std::ofstream foutput(placement_output.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			foutput << logstream.str();
+		}
+	}
+
+	for(std::size_t i=0;i<list_of_balls.size();i++)
+	{
+		if(fabs((apollota::SimplePoint(list_of_balls[i].second)-membrane_placement.position)*membrane_placement.normal.unit())<(membrane_placement.width*0.5))
+		{
+			list_of_balls[i].second.props.update_adjuncts("membrane=1");
+		}
+		else
+		{
+			list_of_balls[i].second.props.update_adjuncts("membrane=0");
+		}
+	}
+
+	auxiliaries::IOUtilities().write_map(list_of_balls, std::cout);
+}
diff --git a/src/mode_plot_contacts.cpp b/src/mode_plot_contacts.cpp
new file mode 100644
index 0000000..ac2d330
--- /dev/null
+++ b/src/mode_plot_contacts.cpp
@@ -0,0 +1,278 @@
+#include <iostream>
+#include <stdexcept>
+#include <bitset>
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/contact_value.h"
+#include "modescommon/svg_writer.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+std::map< int, std::pair<int, int> > construct_map_of_chains_intervals(const std::map<CRAD, std::size_t>& axis)
+{
+	std::map< std::string, std::pair<int, int> > map_of_chains_intervals;
+	for(std::map<CRAD, std::size_t>::const_iterator axis_it=axis.begin();axis_it!=axis.end();++axis_it)
+	{
+		const std::string& chain=axis_it->first.chainID;
+		const int x=static_cast<int>(axis_it->second);
+		std::map< std::string, std::pair<int, int> >::iterator map_of_chains_intervals_it=map_of_chains_intervals.find(chain);
+		if(map_of_chains_intervals_it==map_of_chains_intervals.end())
+		{
+			map_of_chains_intervals[chain]=std::make_pair(x, x);
+		}
+		else
+		{
+			std::pair<int, int>& interval=map_of_chains_intervals_it->second;
+			if(x<interval.first)
+			{
+				interval.first=x;
+			}
+			if(x>interval.second)
+			{
+				interval.second=x;
+			}
+		}
+	}
+	std::map< int, std::pair<int, int> > map_of_chain_numbers_intervals;
+	{
+		int i=0;
+		for(std::map< std::string, std::pair<int, int> >::const_iterator it=map_of_chains_intervals.begin();it!=map_of_chains_intervals.end();++it)
+		{
+			map_of_chain_numbers_intervals[i++]=it->second;
+		}
+	}
+	return map_of_chain_numbers_intervals;
+}
+
+int get_chain_number_from_coordinate(const std::map< int, std::pair<int, int> >& map_of_chains_intervals, const int x)
+{
+	for(std::map< int, std::pair<int, int> >::const_iterator it=map_of_chains_intervals.begin();it!=map_of_chains_intervals.end();++it)
+	{
+		const std::pair<int, int>& interval=it->second;
+		if(x>=interval.first && x<=interval.second)
+		{
+			return (it->first);
+		}
+	}
+	return 0;
+}
+
+std::set< std::pair<int, int> > collect_points(const std::map<CRAD, std::size_t>& axis, const std::map<CRADsPair, ContactValue>& map_of_contacts)
+{
+	std::set< std::pair<int, int> > points;
+	for(std::map<CRADsPair, ContactValue>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		std::map<CRAD, std::size_t>::const_iterator x_it=axis.find(it->first.a);
+		std::map<CRAD, std::size_t>::const_iterator y_it=axis.find(it->first.b);
+		if(x_it!=axis.end() && y_it!=axis.end())
+		{
+			int x=static_cast<int>(x_it->second);
+			int y=static_cast<int>(y_it->second);
+			if(x>y)
+			{
+				std::swap(x, y);
+			}
+			points.insert(std::make_pair(x, y));
+		}
+	}
+	return points;
+}
+
+std::bitset<49> get_pattern_from_coordinates(
+		const std::map< int, std::pair<int, int> >& map_of_chains_intervals,
+		const std::set< std::pair<int, int> >& points,
+		const int ox,
+		const int oy)
+{
+	const int ox_chain=get_chain_number_from_coordinate(map_of_chains_intervals, ox);
+	const int oy_chain=get_chain_number_from_coordinate(map_of_chains_intervals, oy);
+	std::bitset<49> pattern;
+	int index=0;
+	for(int dx=-3;dx<=3;dx++)
+	{
+		for(int dy=-3;dy<=3;dy++)
+		{
+			const int x=ox+dx;
+			const int y=oy+dy;
+			if(x>=0 && y>=0
+					&& points.count(std::make_pair(x, y))
+					&& get_chain_number_from_coordinate(map_of_chains_intervals, x)==ox_chain
+					&& get_chain_number_from_coordinate(map_of_chains_intervals, y)==oy_chain)
+			{
+				pattern.set(index, true);
+			}
+			index++;
+		}
+	}
+	return pattern;
+}
+
+std::map<int, CRAD> construct_reversed_axis_map(const std::map<CRAD, std::size_t>& axis)
+{
+	std::map<int, CRAD> reversed_axis_map;
+	for(std::map<CRAD, std::size_t>::const_iterator axis_it=axis.begin();axis_it!=axis.end();++axis_it)
+	{
+		reversed_axis_map[static_cast<int>(axis_it->second)]=axis_it->first;
+	}
+	return reversed_axis_map;
+}
+
+}
+
+void plot_contacts(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts')");
+	pohw.describe_io("stdout", false, true, "list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts')");
+
+	const std::string background_color=poh.argument<std::string>(pohw.describe_option("--background-color", "string", "color string in SVG-acceptable format"), "#000000");
+	const std::string default_color=poh.argument<std::string>(pohw.describe_option("--default-color", "string", "color string in SVG-acceptable format"), "#FFFFFF");
+	const std::string adjunct_gradient=poh.argument<std::string>(pohw.describe_option("--adjunct-gradient", "string", "adjunct name to use for gradient-based coloring"), "");
+	const double adjunct_gradient_blue=poh.argument<double>(pohw.describe_option("--adjunct-gradient-blue", "number", "blue adjunct gradient value"), 0.0);
+	const double adjunct_gradient_red=poh.argument<double>(pohw.describe_option("--adjunct-gradient-red", "number", "red adjunct gradient value"), 1.0);
+	const bool adjuncts_rgb=poh.contains_option(pohw.describe_option("--adjuncts-rgb", "", "flag to use RGB color values from adjuncts"));
+	const bool no_contraction=poh.contains_option(pohw.describe_option("--no-contraction", "", "flag to not contract gaps"));
+	const std::string svg_output=poh.argument<std::string>(pohw.describe_option("--svg-output", "string", "file path to output plot of contacts in SVG format"), "");
+	const std::string axis_output=poh.argument<std::string>(pohw.describe_option("--axis-output", "string", "file path to output axis"), "");
+	const std::string points_output=poh.argument<std::string>(pohw.describe_option("--points-output", "string", "file path to output points"), "");
+	const std::string patterns_output=poh.argument<std::string>(pohw.describe_option("--patterns-output", "string", "file path to output 7x7 patterns encoded as numbers"), "");
+	const bool binarize_patterns=poh.contains_option(pohw.describe_option("--binarize-patterns", "", "flag to output patterns in binary format"));
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::map<CRADsPair, ContactValue> map_of_contacts;
+	auxiliaries::IOUtilities().read_lines_to_map(std::cin, map_of_contacts);
+	if(map_of_contacts.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	std::map<CRAD, std::size_t> axis;
+	{
+		for(std::map<CRADsPair, ContactValue>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+		{
+			axis[it->first.a]=0;
+			axis[it->first.b]=0;
+		}
+		std::size_t i=0;
+		for(std::map<CRAD, std::size_t>::iterator it=axis.begin();it!=axis.end();++it)
+		{
+			it->second=i++;
+		}
+	}
+
+	if(no_contraction)
+	{
+		std::size_t i=0;
+		std::map<CRAD, std::size_t>::iterator it=axis.begin();
+		it->second=i++;
+		++it;
+		while(it!=axis.end())
+		{
+			std::map<CRAD, std::size_t>::iterator prev_it=it;
+			--prev_it;
+			const CRAD& a=prev_it->first;
+			const CRAD& b=it->first;
+			if(a.chainID==b.chainID)
+			{
+				for(int j=1;j<(b.resSeq-a.resSeq);j++)
+				{
+					i++;
+				}
+			}
+			it->second=i++;
+			++it;
+		}
+	}
+
+	if(!svg_output.empty())
+	{
+		std::ofstream output(svg_output.c_str(), std::ios::out);
+		if(output.good())
+		{
+			const std::size_t max_coordinate=(axis.rbegin()->second+1);
+			SVGWriter svg(max_coordinate, max_coordinate);
+			svg.add_rect(0, 0, max_coordinate, max_coordinate, std::string("fill:")+background_color);
+			for(std::map<CRADsPair, ContactValue>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+			{
+				const std::size_t x=axis[it->first.a];
+				const std::size_t y=axis[it->first.b];
+				std::string color=default_color;
+				const std::map<std::string, double>& adjuncts=it->second.props.adjuncts;
+				if(!adjunct_gradient.empty() && adjunct_gradient_blue!=adjunct_gradient_red)
+				{
+					if(adjuncts.count(adjunct_gradient)==1)
+					{
+						color=SVGWriter::color_from_blue_white_red_gradient(adjuncts.find(adjunct_gradient)->second, adjunct_gradient_blue, adjunct_gradient_red);
+					}
+				}
+				else if(adjuncts_rgb && (adjuncts.count("r")>0 || adjuncts.count("g")>0 || adjuncts.count("b")>0))
+				{
+					const double r=(adjuncts.count("r")>0 ? adjuncts.find("r")->second : 0.0);
+					const double g=(adjuncts.count("g")>0 ? adjuncts.find("g")->second : 0.0);
+					const double b=(adjuncts.count("b")>0 ? adjuncts.find("b")->second : 0.0);
+					color=SVGWriter::color_from_red_green_blue_components(r, g, b, 255);
+				}
+				svg.add_rect(x, y, 1, 1, std::string("fill:")+color);
+				svg.add_rect(y, x, 1, 1, std::string("fill:")+color);
+			}
+			svg.write(output);
+		}
+	}
+
+	if(!axis_output.empty())
+	{
+		auxiliaries::IOUtilities().write_map_to_file(axis, axis_output);
+	}
+
+	if(!points_output.empty())
+	{
+		std::ofstream output(points_output.c_str(), std::ios::out);
+		if(output.good())
+		{
+			for(std::map<CRADsPair, ContactValue>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+			{
+				output << axis[it->first.a] << " " << axis[it->first.b] << "\n";
+			}
+		}
+	}
+
+	if(!patterns_output.empty())
+	{
+		std::ofstream output(patterns_output.c_str(), std::ios::out);
+		if(output.good())
+		{
+			const std::map< int, std::pair<int, int> > map_of_chains_intervals=construct_map_of_chains_intervals(axis);
+			const std::set< std::pair<int, int> > points=collect_points(axis, map_of_contacts);
+			std::map<int, CRAD> reversed_axis_map=construct_reversed_axis_map(axis);
+			for(std::set< std::pair<int, int> >::const_iterator points_it=points.begin();points_it!=points.end();++points_it)
+			{
+				const std::bitset<49> pattern=get_pattern_from_coordinates(map_of_chains_intervals, points, points_it->first, points_it->second);
+				if(pattern.count()>4)
+				{
+					if(binarize_patterns)
+					{
+						output << pattern;
+					}
+					else
+					{
+						output << reversed_axis_map[points_it->first] << " " << reversed_axis_map[points_it->second] << " " << pattern.to_ulong();
+					}
+					output << "\n";
+				}
+			}
+		}
+	}
+
+	auxiliaries::IOUtilities().write_map(map_of_contacts, std::cout);
+}
diff --git a/src/mode_query_balls.cpp b/src/mode_query_balls.cpp
new file mode 100644
index 0000000..b3002db
--- /dev/null
+++ b/src/mode_query_balls.cpp
@@ -0,0 +1,374 @@
+#include <iostream>
+#include <stdexcept>
+#include <fstream>
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/atoms_io.h"
+
+#include "modescommon/ball_value.h"
+#include "modescommon/sequence_utilities.h"
+#include "modescommon/matching_utilities.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::AtomsIO::DSSPReader::DSSPRecord DSSPRecord;
+
+std::map<CRAD, DSSPRecord> init_map_of_dssp_records(const std::string& dssp_file_name)
+{
+	std::map<CRAD, DSSPRecord> map_of_dssp_records;
+	if(!dssp_file_name.empty())
+	{
+		std::ifstream input_file(dssp_file_name.c_str(), std::ios::in);
+		const auxiliaries::AtomsIO::DSSPReader::Data dssp_file_data=auxiliaries::AtomsIO::DSSPReader::read_data_from_file_stream(input_file);
+		for(std::size_t i=0;i<dssp_file_data.dssp_records.size();i++)
+		{
+			const DSSPRecord& record=dssp_file_data.dssp_records[i];
+			CRAD crad;
+			crad.chainID=record.chainID;
+			crad.resSeq=record.resSeq;
+			crad.iCode=record.iCode;
+			map_of_dssp_records.insert(std::make_pair(crad, record));
+		}
+	}
+	return map_of_dssp_records;
+}
+
+}
+
+void query_balls(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+	pohw.describe_io("stdout", false, true, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+
+	const std::string match=poh.argument<std::string>(pohw.describe_option("--match", "string", "selection"), "");
+	const std::string match_not=poh.argument<std::string>(pohw.describe_option("--match-not", "string", "negative selection"), "");
+	const std::string match_tags=poh.argument<std::string>(pohw.describe_option("--match-tags", "string", "tags to match"), "");
+	const std::string match_tags_not=poh.argument<std::string>(pohw.describe_option("--match-tags-not", "string", "tags to not match"), "");
+	const std::string match_adjuncts=poh.argument<std::string>(pohw.describe_option("--match-adjuncts", "string", "adjuncts intervals to match"), "");
+	const std::string match_adjuncts_not=poh.argument<std::string>(pohw.describe_option("--match-adjuncts-not", "string", "adjuncts intervals to not match"), "");
+	const std::string match_external_annotations=poh.argument<std::string>(pohw.describe_option("--match-external-annotations", "string", "file path to input matchable annotations"), "");
+	const bool invert=poh.contains_option(pohw.describe_option("--invert", "", "flag to invert selection"));
+	const bool whole_residues=poh.contains_option(pohw.describe_option("--whole-residues", "", "flag to select whole residues"));
+	const bool drop_atom_serial=poh.contains_option(pohw.describe_option("--drop-atom-serials", "", "flag to drop atom serial numbers from input"));
+	const bool drop_altloc_indicators=poh.contains_option(pohw.describe_option("--drop-altloc-indicators", "", "flag to drop alternate location indicators from input"));
+	const bool drop_tags=poh.contains_option(pohw.describe_option("--drop-tags", "", "flag to drop all tags from input"));
+	const bool drop_adjuncts=poh.contains_option(pohw.describe_option("--drop-adjuncts", "", "flag to drop all adjuncts from input"));
+	const std::string set_tags=poh.argument<std::string>(pohw.describe_option("--set-tags", "string", "set tags instead of filtering"), "");
+	const std::string set_dssp_info=poh.argument<std::string>(pohw.describe_option("--set-dssp-info", "string", "file path to input DSSP file"), "");
+	const std::string set_adjuncts=poh.argument<std::string>(pohw.describe_option("--set-adjuncts", "string", "set adjuncts instead of filtering"), "");
+	const std::string set_external_adjuncts=poh.argument<std::string>(pohw.describe_option("--set-external-adjuncts", "string", "file path to input external adjuncts"), "");
+	const std::string set_external_adjuncts_name=poh.argument<std::string>(pohw.describe_option("--set-external-adjuncts-name", "string", "name for external adjuncts"), "ex");
+	const bool rename_chains=poh.contains_option(pohw.describe_option("--rename-chains", "", "flag to rename input chains to be in interval from 'A' to 'Z'"));
+	const std::string renumber_from_adjunct=poh.argument<std::string>(pohw.describe_option("--renumber-from-adjunct", "string", "adjunct name to use for input residue renumbering"), "");
+	const bool renumber_positively=poh.contains_option(pohw.describe_option("--renumber-positively", "", "flag to increment residue numbers to make them positive"));
+	const bool reset_serials=poh.contains_option(pohw.describe_option("--reset-serials", "", "flag to reset atom serial numbers"));
+	const bool set_seq_pos_adjunct=poh.contains_option(pohw.describe_option("--set-seq-pos-adjunct", "", "flag to set normalized sequence position adjunct"));
+	const std::string set_ref_seq_num_adjunct=poh.argument<std::string>(pohw.describe_option("--set-ref-seq-num-adjunct", "string", "file path to input reference sequence"), "");
+	const std::string ref_seq_alignment=poh.argument<std::string>(pohw.describe_option("--ref-seq-alignment", "string", "file path to output alignment with reference"), "");
+	const std::string seq_output=poh.argument<std::string>(pohw.describe_option("--seq-output", "string", "file path to output query result sequence string"), "");
+	const std::string chains_summary_output=poh.argument<std::string>(pohw.describe_option("--chains-summary-output", "string", "file path to output chains summary"), "");
+	const double chains_seq_identity=poh.argument<double>(pohw.describe_option("--chains-seq-identity", "number", "sequence identity threshold for chains summary, default is 0.9"), 0.9);
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::vector< std::pair<CRAD, BallValue> > list_of_balls;
+	auxiliaries::IOUtilities().read_lines_to_map(std::cin, list_of_balls);
+	if(list_of_balls.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	if(rename_chains)
+	{
+		std::set<std::string> current_chain_names_set;
+		std::vector<std::string> current_chain_names;
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const std::string& chainID=list_of_balls[i].first.chainID;
+			if(current_chain_names_set.count(chainID)==0)
+			{
+				current_chain_names_set.insert(chainID);
+				current_chain_names.push_back(chainID);
+			}
+		}
+		if(!current_chain_names.empty() && current_chain_names.size()>(static_cast<std::size_t>('Z'-'A')+1))
+		{
+			throw std::runtime_error("Too many chains to rename to be in interval from 'A' to 'Z'.");
+		}
+		else
+		{
+			std::map<std::string, std::string> renaming_map;
+			for(std::vector<std::string>::const_iterator it=current_chain_names.begin();it!=current_chain_names.end();++it)
+			{
+				char index_symbol='A'+static_cast<char>(renaming_map.size());
+				renaming_map[*it]=std::string(1, index_symbol);
+			}
+			for(std::size_t i=0;i<list_of_balls.size();i++)
+			{
+				list_of_balls[i].first.chainID=renaming_map[list_of_balls[i].first.chainID];
+			}
+		}
+	}
+
+	if(!renumber_from_adjunct.empty())
+	{
+		std::vector< std::pair<CRAD, BallValue> > refined_list_of_balls;
+		refined_list_of_balls.reserve(list_of_balls.size());
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const BallValue& value=list_of_balls[i].second;
+			if(value.props.adjuncts.count(renumber_from_adjunct)>0)
+			{
+				refined_list_of_balls.push_back(list_of_balls[i]);
+				refined_list_of_balls.back().first.resSeq=static_cast<int>(value.props.adjuncts.find(renumber_from_adjunct)->second);
+				refined_list_of_balls.back().second.props.adjuncts.erase(renumber_from_adjunct);
+			}
+		}
+		list_of_balls=refined_list_of_balls;
+	}
+
+	if(renumber_positively)
+	{
+		std::map<std::string, int> min_resSeq;
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const CRAD& crad=list_of_balls[i].first;
+			if(crad.resSeq!=CRAD::null_num() && (min_resSeq.count(crad.chainID)==0 || crad.resSeq<min_resSeq[crad.chainID]))
+			{
+				min_resSeq[crad.chainID]=crad.resSeq;
+			}
+		}
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			CRAD& crad=list_of_balls[i].first;
+			if(crad.resSeq!=CRAD::null_num() && min_resSeq.count(crad.chainID)>0 && min_resSeq[crad.chainID]<=0)
+			{
+				crad.resSeq=(crad.resSeq-min_resSeq[crad.chainID]+1);
+			}
+		}
+	}
+
+	if(reset_serials)
+	{
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			list_of_balls[i].first.serial=static_cast<int>(i+1);
+		}
+	}
+
+	if(set_seq_pos_adjunct)
+	{
+		typedef std::map<std::string, std::pair<double, double> > MapOfRanges;
+		MapOfRanges chain_seq_num_ranges;
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const CRAD& crad=list_of_balls[i].first;
+			MapOfRanges::iterator chain_seq_num_ranges_it=chain_seq_num_ranges.find(crad.chainID);
+			if(chain_seq_num_ranges_it==chain_seq_num_ranges.end())
+			{
+				std::pair<double, double>& range=chain_seq_num_ranges[crad.chainID];
+				range.first=crad.resSeq;
+				range.second=crad.resSeq;
+			}
+			else
+			{
+				std::pair<double, double>& range=chain_seq_num_ranges_it->second;
+				range.first=std::min(range.first, static_cast<double>(crad.resSeq));
+				range.second=std::max(range.second, static_cast<double>(crad.resSeq));
+			}
+		}
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const CRAD& crad=list_of_balls[i].first;
+			const std::pair<double, double>& range=chain_seq_num_ranges[crad.chainID];
+			list_of_balls[i].second.props.adjuncts["seqpos"]=((range.first<range.second) ? ((crad.resSeq-range.first)/(range.second-range.first)) : 0.0);
+		}
+	}
+
+	std::set<std::size_t> selected_set_of_ball_ids;
+	{
+		const std::set<CRAD> matchable_external_set_of_crads=auxiliaries::IOUtilities().read_file_lines_to_set< std::set<CRAD> >(match_external_annotations);
+
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const CRAD& crad=list_of_balls[i].first;
+			const BallValue& value=list_of_balls[i].second;
+			const bool passed=(MatchingUtilities::match_crad(crad, match, match_not) &&
+					MatchingUtilities::match_set_of_tags(value.props.tags, match_tags, match_tags_not) &&
+					MatchingUtilities::match_map_of_adjuncts(value.props.adjuncts, match_adjuncts, match_adjuncts_not) &&
+					(match_external_annotations.empty() || MatchingUtilities::match_crad_with_set_of_crads(crad, matchable_external_set_of_crads)));
+			if((passed && !invert) || (!passed && invert))
+			{
+				selected_set_of_ball_ids.insert(selected_set_of_ball_ids.end(), i);
+			}
+		}
+
+		if(whole_residues)
+		{
+			std::set<CRAD> residues_crads;
+			for(std::set<std::size_t>::const_iterator it=selected_set_of_ball_ids.begin();it!=selected_set_of_ball_ids.end();++it)
+			{
+				residues_crads.insert(list_of_balls[*it].first.without_atom());
+			}
+			for(std::size_t i=0;i<list_of_balls.size();i++)
+			{
+				if(MatchingUtilities::match_crad_with_set_of_crads(list_of_balls[i].first, residues_crads))
+				{
+					selected_set_of_ball_ids.insert(i);
+				}
+			}
+		}
+	}
+
+	std::vector<CRAD> residue_sequence_vector;
+	{
+		std::set<CRAD> residues_crads;
+		for(std::set<std::size_t>::const_iterator it=selected_set_of_ball_ids.begin();it!=selected_set_of_ball_ids.end();++it)
+		{
+			const CRAD residue_crad=list_of_balls[*it].first.without_atom();
+			if(residues_crads.count(residue_crad)==0)
+			{
+				residue_sequence_vector.push_back(residue_crad);
+				residues_crads.insert(residue_crad);
+			}
+		}
+	}
+
+	const bool update_mode=(drop_atom_serial || drop_altloc_indicators || drop_tags || drop_adjuncts || !set_tags.empty() || !set_adjuncts.empty() || !set_external_adjuncts.empty() || !set_dssp_info.empty() || !set_ref_seq_num_adjunct.empty());
+	if(update_mode && !selected_set_of_ball_ids.empty())
+	{
+		const std::map<CRAD, double> map_of_external_adjunct_values=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<CRAD, double> >(set_external_adjuncts);
+		const std::map<CRAD, DSSPRecord> map_of_dssp_records=init_map_of_dssp_records(set_dssp_info);
+		const std::string reference_sequence=SequenceUtilities::read_sequence_from_file(set_ref_seq_num_adjunct);
+		const std::map<CRAD, int> sequence_mapping=SequenceUtilities::construct_sequence_mapping(residue_sequence_vector, reference_sequence, ref_seq_alignment);
+
+		for(std::set<std::size_t>::const_iterator it=selected_set_of_ball_ids.begin();it!=selected_set_of_ball_ids.end();++it)
+		{
+			CRAD& crad=list_of_balls[*it].first;
+			BallValue& value=list_of_balls[*it].second;
+			if(drop_atom_serial)
+			{
+				crad.serial=CRAD::null_num();
+			}
+			if(drop_altloc_indicators)
+			{
+				crad.altLoc.clear();
+			}
+			if(drop_tags)
+			{
+				value.props.tags.clear();
+			}
+			if(drop_adjuncts)
+			{
+				value.props.adjuncts.clear();
+			}
+			if(!set_tags.empty())
+			{
+				value.props.update_tags(set_tags);
+			}
+			if(!set_adjuncts.empty())
+			{
+				value.props.update_adjuncts(set_adjuncts);
+			}
+			if(!map_of_external_adjunct_values.empty())
+			{
+				const std::pair<bool, double> adjunct_value=MatchingUtilities::match_crad_with_map_of_crads(crad, map_of_external_adjunct_values);
+				if(adjunct_value.first)
+				{
+					value.props.adjuncts[set_external_adjuncts_name]=adjunct_value.second;
+				}
+			}
+			if(!map_of_dssp_records.empty())
+			{
+				CRAD simplified_crad;
+				simplified_crad.chainID=crad.chainID;
+				simplified_crad.resSeq=crad.resSeq;
+				simplified_crad.iCode=crad.iCode;
+				const std::map<CRAD, DSSPRecord>::const_iterator map_of_dssp_records_it=map_of_dssp_records.find(simplified_crad);
+				if(map_of_dssp_records_it!=map_of_dssp_records.end())
+				{
+					const DSSPRecord& dssp_record=map_of_dssp_records_it->second;
+					if(!dssp_record.resSSE.empty())
+					{
+						value.props.tags.insert(std::string("dssp=")+dssp_record.resSSE);
+					}
+					value.props.adjuncts["phi"]=dssp_record.anglePhi;
+					value.props.adjuncts["psi"]=dssp_record.anglePsi;
+				}
+			}
+			if(!sequence_mapping.empty())
+			{
+				const std::map<CRAD, int>::const_iterator sm_it=sequence_mapping.find(crad.without_atom());
+				if(sm_it!=sequence_mapping.end())
+				{
+					value.props.adjuncts["refseq"]=static_cast<double>(sm_it->second);
+				}
+			}
+		}
+	}
+
+	if(update_mode)
+	{
+		auxiliaries::IOUtilities().write_map(list_of_balls, std::cout);
+	}
+	else
+	{
+		for(std::set<std::size_t>::const_iterator it=selected_set_of_ball_ids.begin();it!=selected_set_of_ball_ids.end();++it)
+		{
+			std::cout << list_of_balls[*it].first << " " << list_of_balls[*it].second << "\n";
+		}
+	}
+
+	if(!residue_sequence_vector.empty() && !seq_output.empty())
+	{
+		std::ofstream foutput(seq_output.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			foutput << SequenceUtilities::convert_residue_sequence_container_to_string(residue_sequence_vector) << "\n";
+		}
+	}
+
+	if(!residue_sequence_vector.empty() && !chains_summary_output.empty())
+	{
+		std::ofstream foutput(chains_summary_output.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			std::map< std::string, std::vector<CRAD> > map_of_chains;
+			for(std::size_t i=0;i<residue_sequence_vector.size();i++)
+			{
+				map_of_chains[residue_sequence_vector[i].chainID].push_back(residue_sequence_vector[i]);
+			}
+			std::map<std::string, std::string> map_of_chains_sequences;
+			for(std::map< std::string, std::vector<CRAD> >::const_iterator it=map_of_chains.begin();it!=map_of_chains.end();++it)
+			{
+				map_of_chains_sequences[it->first]=SequenceUtilities::convert_residue_sequence_container_to_string(it->second);
+			}
+			std::set<std::string> representative_chains;
+			std::set<std::string> repeated_chains;
+			for(std::map<std::string, std::string>::const_iterator it1=map_of_chains_sequences.begin();it1!=map_of_chains_sequences.end();++it1)
+			{
+				if(repeated_chains.count(it1->first)==0)
+				{
+					representative_chains.insert(it1->first);
+					std::map<std::string, std::string>::const_iterator it2=it1;
+					++it2;
+					for(;it2!=map_of_chains_sequences.end();++it2)
+					{
+						if(SequenceUtilities::calculate_sequence_identity(it1->second, it2->second)>=chains_seq_identity)
+						{
+							repeated_chains.insert(it2->first);
+						}
+					}
+				}
+			}
+			foutput << map_of_chains_sequences.size() << " " << representative_chains.size() << "\n";
+			auxiliaries::IOUtilities().write_set(representative_chains, foutput);
+		}
+	}
+}
diff --git a/src/mode_query_balls_clashes.cpp b/src/mode_query_balls_clashes.cpp
new file mode 100644
index 0000000..4a09204
--- /dev/null
+++ b/src/mode_query_balls_clashes.cpp
@@ -0,0 +1,78 @@
+#include "apollota/search_for_spherical_collisions.h"
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+}
+
+void query_balls_clashes(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls (line format: 'annotation x y z r')");
+	pohw.describe_io("stdout", false, true, "list of clashes (line format: 'annotation1 annotation2 distance min-distance-between-balls')");
+
+	const double clash_distance=poh.argument<double>(pohw.describe_option("--clash-distance", "number", "clash distance threshold in angstroms, default is 3.0"), 3.0);
+	const int min_sequence_separation=poh.argument<int>(pohw.describe_option("--min-seq-sep", "number", "minimum residue sequence separation, default is 2"), 2);
+	const double init_radius_for_BSH=poh.argument<double>(pohw.describe_option("--init-radius-for-BSH", "number", "initial radius for bounding sphere hierarchy"), 3.5);
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	if(clash_distance<0.001)
+	{
+		throw std::runtime_error("Clash distance threshold is too small.");
+	}
+
+	std::vector< std::pair<CRAD, apollota::SimpleSphere> > list_of_balls;
+	auxiliaries::IOUtilities().read_lines_to_map(std::cin, list_of_balls);
+	if(list_of_balls.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	std::vector<apollota::SimpleSphere> spheres(list_of_balls.size());
+	for(std::size_t i=0;i<list_of_balls.size();i++)
+	{
+		spheres[i]=apollota::SimpleSphere(list_of_balls[i].second, clash_distance*0.5);
+	}
+
+	const apollota::BoundingSpheresHierarchy bsh(spheres, init_radius_for_BSH, 1);
+
+	std::map< CRADsPair, std::pair<double, double> > map_of_clashes;
+
+	for(std::size_t i=0;i<spheres.size();i++)
+	{
+		const std::vector<std::size_t> collisions=apollota::SearchForSphericalCollisions::find_all_collisions(bsh, spheres[i]);
+		for(std::size_t j=0;j<collisions.size();j++)
+		{
+			if(collisions[j]!=i)
+			{
+				const double distance=apollota::distance_from_point_to_point(spheres[i], spheres[collisions[j]]);
+				const double distance_between_balls=apollota::minimal_distance_from_sphere_to_sphere(list_of_balls[i].second, list_of_balls[collisions[j]].second);
+				if(distance<clash_distance)
+				{
+					const CRAD& crad_a=list_of_balls[i].first;
+					const CRAD& crad_b=list_of_balls[collisions[j]].first;
+					if(CRAD::match_with_sequence_separation_interval(crad_a, crad_b, min_sequence_separation, CRAD::null_num(), true))
+					{
+						map_of_clashes[CRADsPair(crad_a, crad_b)]=std::make_pair(distance, distance_between_balls);
+					}
+				}
+			}
+		}
+	}
+
+	for(std::map< CRADsPair, std::pair<double, double> >::const_iterator it=map_of_clashes.begin();it!=map_of_clashes.end();++it)
+	{
+		std::cout << it->first << " " << it->second.first << " " << it->second.second << "\n";
+	}
+}
diff --git a/src/mode_query_balls_sequences_pairings_stats.cpp b/src/mode_query_balls_sequences_pairings_stats.cpp
new file mode 100644
index 0000000..8eb3568
--- /dev/null
+++ b/src/mode_query_balls_sequences_pairings_stats.cpp
@@ -0,0 +1,76 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+#include "modescommon/ball_value.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+
+}
+
+void query_balls_sequences_pairings_stats(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls files");
+	pohw.describe_io("stdout", false, true, "list of sequences pairings stats");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::map<CRAD, double> map_of_single_stats;
+	double sum_of_single_stats=0.0;
+	std::map<CRADsPair, double> map_of_pairing_stats;
+	double sum_of_pairings_stats=0.0;
+
+	while(std::cin.good())
+	{
+		std::string balls_file;
+		std::cin >> balls_file;
+		std::vector<CRAD> list_of_balls;
+		auxiliaries::IOUtilities().read_file_lines_to_set(balls_file, list_of_balls);
+		std::map< std::string, std::set<CRAD> > chains;
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			chains[list_of_balls[i].chainID].insert(list_of_balls[i].without_atom());
+		}
+		for(std::map< std::string, std::set<CRAD> >::const_iterator chains_it=chains.begin();chains_it!=chains.end();++chains_it)
+		{
+			std::vector<CRAD> residues(chains_it->second.begin(), chains_it->second.end());
+			for(std::size_t i=0;i<residues.size();i++)
+			{
+				map_of_single_stats[residues[i].without_numbering()]+=1;
+				sum_of_single_stats+=1;
+			}
+			for(std::size_t i=0;i+1<residues.size();i++)
+			{
+				if(CRAD::match_with_sequence_separation_interval(residues[i], residues[i+1], 1, 1, false))
+				{
+					map_of_pairing_stats[CRADsPair(residues[i].without_numbering(), residues[i+1].without_numbering())]+=1;
+					sum_of_pairings_stats+=1;
+				}
+			}
+		}
+	}
+
+	double sum_of_p_obs=0.0;
+	double sum_of_p_exp=0.0;
+	for(std::map<CRADsPair, double>::const_iterator it=map_of_pairing_stats.begin();it!=map_of_pairing_stats.end();++it)
+	{
+		const CRADsPair& crads=it->first;
+		const double pairing_stat=it->second;
+		const double single1_stat=map_of_single_stats[crads.a];
+		const double single2_stat=map_of_single_stats[crads.b];
+		const double p_obs=(pairing_stat/sum_of_pairings_stats);
+		const double p_exp=((single1_stat/sum_of_single_stats)*(single2_stat/sum_of_single_stats)*(crads.a==crads.b ? 1.0 : 2.0));
+		sum_of_p_obs+=p_obs;
+		sum_of_p_exp+=p_exp;
+		std::cout << crads << " " << p_obs << " " << p_exp << "\n";
+	}
+	std::cout << CRADsPair(CRAD::any(), CRAD::any()) << " " << sum_of_p_obs << " " << sum_of_p_exp << "\n";
+}
diff --git a/src/mode_query_contacts.cpp b/src/mode_query_contacts.cpp
new file mode 100644
index 0000000..c63ea7c
--- /dev/null
+++ b/src/mode_query_contacts.cpp
@@ -0,0 +1,342 @@
+#include <iostream>
+#include <stdexcept>
+#include <fstream>
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/atoms_io.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+#include "auxiliaries/opengl_printer.h"
+
+#include "modescommon/contact_value.h"
+#include "modescommon/matching_utilities.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+std::set<CRADsPair> init_set_of_hbplus_crad_pairs(const std::string& hbplus_file_name, const bool inter_residue_hbplus_tags)
+{
+	std::set<CRADsPair> set_of_hbplus_crad_pairs;
+	if(!hbplus_file_name.empty())
+	{
+		std::ifstream input_file(hbplus_file_name.c_str(), std::ios::in);
+		auxiliaries::AtomsIO::HBPlusReader::Data hbplus_file_data=auxiliaries::AtomsIO::HBPlusReader::read_data_from_file_stream(input_file);
+		if(!hbplus_file_data.hbplus_records.empty())
+		{
+			for(std::vector<auxiliaries::AtomsIO::HBPlusReader::HBPlusRecord>::const_iterator it=hbplus_file_data.hbplus_records.begin();it!=hbplus_file_data.hbplus_records.end();++it)
+			{
+				const auxiliaries::AtomsIO::HBPlusReader::ShortAtomDescriptor& a=it->first;
+				const auxiliaries::AtomsIO::HBPlusReader::ShortAtomDescriptor& b=it->second;
+				const CRADsPair crads_pair(CRAD(CRAD::null_num(), a.chainID, a.resSeq, a.resName, a.name, "", ""), CRAD(CRAD::null_num(), b.chainID, b.resSeq, b.resName, b.name, "", ""));
+				set_of_hbplus_crad_pairs.insert(inter_residue_hbplus_tags ? CRADsPair(crads_pair.a.without_atom(), crads_pair.b.without_atom()) : crads_pair);
+			}
+		}
+	}
+	return set_of_hbplus_crad_pairs;
+}
+
+void apply_renaming_map_on_contacts(const std::string& renaming_map, std::map<CRADsPair, ContactValue>& map_of_contacts)
+{
+	const std::map<CRAD, CRAD> renaming_map_of_crads=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<CRAD, CRAD> >(renaming_map);
+	if(!renaming_map_of_crads.empty())
+	{
+		std::map< CRADsPair, ContactValue > map_of_renamed_contacts;
+		for(std::map< CRADsPair, ContactValue >::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+		{
+			CRAD crads[2]={it->first.a, it->first.b};
+			for(int i=0;i<2;i++)
+			{
+				CRAD& crad=crads[i];
+				std::map<CRAD, CRAD>::const_iterator renaming_it=renaming_map_of_crads.find(crad.without_numbering());
+				if(renaming_it!=renaming_map_of_crads.end())
+				{
+					crad.resName=renaming_it->second.resName;
+					crad.name=renaming_it->second.name;
+				}
+			}
+			map_of_renamed_contacts[CRADsPair(crads[0], crads[1])].add(it->second);
+		}
+		map_of_contacts=map_of_renamed_contacts;
+	}
+}
+
+void sum_contacts_into_inter_residue_contacts(const std::string& summing_exceptions, std::map<CRADsPair, ContactValue>& map_of_contacts)
+{
+	const std::set<CRAD> summing_exceptions_set_of_crads=auxiliaries::IOUtilities().read_file_lines_to_set< std::set<CRAD> >(summing_exceptions);
+	std::map< CRADsPair, ContactValue > map_of_reduced_contacts;
+	for(std::map< CRADsPair, ContactValue >::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		const CRADsPair& raw_crads=it->first;
+		const bool exclude_a=(!summing_exceptions_set_of_crads.empty() && MatchingUtilities::match_crad_with_set_of_crads(raw_crads.a, summing_exceptions_set_of_crads));
+		const bool exclude_b=(!summing_exceptions_set_of_crads.empty() && MatchingUtilities::match_crad_with_set_of_crads(raw_crads.b, summing_exceptions_set_of_crads));
+		const CRADsPair crads((exclude_a ? raw_crads.a : raw_crads.a.without_atom()), (exclude_b ? raw_crads.b : raw_crads.b.without_atom()), raw_crads.reversed_display);
+		if(!(crads.a==crads.b))
+		{
+			map_of_reduced_contacts[crads].add(it->second);
+		}
+	}
+	map_of_contacts=map_of_reduced_contacts;
+}
+
+}
+
+void query_contacts(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]')");
+	pohw.describe_io("stdout", false, true, "list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]')");
+
+	const std::string match_first=poh.argument<std::string>(pohw.describe_option("--match-first", "string", "selection for first contacting group"), "");
+	const std::string match_first_not=poh.argument<std::string>(pohw.describe_option("--match-first-not", "string", "negative selection for first contacting group"), "");
+	const std::string match_second=poh.argument<std::string>(pohw.describe_option("--match-second", "string", "selection for second contacting group"), "");
+	const std::string match_second_not=poh.argument<std::string>(pohw.describe_option("--match-second-not", "string", "negative selection for second contacting group"), "");
+	const int match_min_sequence_separation=poh.argument<int>(pohw.describe_option("--match-min-seq-sep", "number", "minimum residue sequence separation"), CRAD::null_num());
+	const int match_max_sequence_separation=poh.argument<int>(pohw.describe_option("--match-max-seq-sep", "number", "maximum residue sequence separation"), CRAD::null_num());
+	const double match_min_area=poh.argument<double>(pohw.describe_option("--match-min-area", "number", "minimum contact area"), std::numeric_limits<double>::min());
+	const double match_max_area=poh.argument<double>(pohw.describe_option("--match-max-area", "number", "maximum contact area"), std::numeric_limits<double>::max());
+	const double match_min_dist=poh.argument<double>(pohw.describe_option("--match-min-dist", "number", "minimum distance"), std::numeric_limits<double>::min());
+	const double match_max_dist=poh.argument<double>(pohw.describe_option("--match-max-dist", "number", "maximum distance"), std::numeric_limits<double>::max());
+	const std::string match_tags=poh.argument<std::string>(pohw.describe_option("--match-tags", "string", "tags to match"), "");
+	const std::string match_tags_not=poh.argument<std::string>(pohw.describe_option("--match-tags-not", "string", "tags to not match"), "");
+	const std::string match_adjuncts=poh.argument<std::string>(pohw.describe_option("--match-adjuncts", "string", "adjuncts intervals to match"), "");
+	const std::string match_adjuncts_not=poh.argument<std::string>(pohw.describe_option("--match-adjuncts-not", "string", "adjuncts intervals to not match"), "");
+	const std::string match_external_first=poh.argument<std::string>(pohw.describe_option("--match-external-first", "string", "file path to input matchable annotations"), "");
+	const std::string match_external_second=poh.argument<std::string>(pohw.describe_option("--match-external-second", "string", "file path to input matchable annotations"), "");
+	const std::string match_external_pairs=poh.argument<std::string>(pohw.describe_option("--match-external-pairs", "string", "file path to input matchable annotation pairs"), "");
+	const bool no_solvent=poh.contains_option(pohw.describe_option("--no-solvent", "", "flag to not include solvent accessible areas"));
+	const bool no_same_chain=poh.contains_option(pohw.describe_option("--no-same-chain", "", "flag to not include same chain contacts"));
+	const bool invert=poh.contains_option(pohw.describe_option("--invert", "", "flag to invert selection"));
+	const bool drop_tags=poh.contains_option(pohw.describe_option("--drop-tags", "", "flag to drop all tags from input"));
+	const bool drop_adjuncts=poh.contains_option(pohw.describe_option("--drop-adjuncts", "", "flag to drop all adjuncts from input"));
+	const std::string set_tags=poh.argument<std::string>(pohw.describe_option("--set-tags", "string", "set tags instead of filtering"), "");
+	const std::string set_hbplus_tags=poh.argument<std::string>(pohw.describe_option("--set-hbplus-tags", "string", "file path to input HBPLUS file"), "");
+	const std::string set_distance_bins_tags=poh.argument<std::string>(pohw.describe_option("--set-distance-bins-tags", "string", "list of distance thresholds"), "");
+	const bool inter_residue_hbplus_tags=poh.contains_option(pohw.describe_option("--inter-residue-hbplus-tags", "", "flag to set inter-residue H-bond tags"));
+	const std::string set_adjuncts=poh.argument<std::string>(pohw.describe_option("--set-adjuncts", "string", "set adjuncts instead of filtering"), "");
+	const std::string set_external_adjuncts=poh.argument<std::string>(pohw.describe_option("--set-external-adjuncts", "string", "file path to input external adjuncts"), "");
+	const std::string set_external_adjuncts_name=poh.argument<std::string>(pohw.describe_option("--set-external-adjuncts-name", "string", "name for external adjuncts"), "ex");
+	const std::string set_external_means=poh.argument<std::string>(pohw.describe_option("--set-external-means", "string", "file path to input external values for averaging"), "");
+	const std::string set_external_means_name=poh.argument<std::string>(pohw.describe_option("--set-external-means-name", "string", "name for external means"), "em");
+	const std::string renaming_map=poh.argument<std::string>(pohw.describe_option("--renaming-map", "string", "file path to input atoms renaming map"), "");
+	const bool inter_residue=poh.contains_option(pohw.describe_option("--inter-residue", "", "flag to convert input to inter-residue contacts"));
+	const bool inter_residue_after=poh.contains_option(pohw.describe_option("--inter-residue-after", "", "flag to convert output to inter-residue contacts"));
+	const std::string summing_exceptions=poh.argument<std::string>(pohw.describe_option("--summing-exceptions", "string", "file path to input inter-residue summing exceptions annotations"), "");
+	const bool summarize=poh.contains_option(pohw.describe_option("--summarize", "", "flag to output only summary of matched contacts"));
+	const bool summarize_by_first=poh.contains_option(pohw.describe_option("--summarize-by-first", "", "flag to output only summary of matched contacts by first identifier"));
+	enabled_output_of_ContactValue_graphics()=poh.contains_option(pohw.describe_option("--preserve-graphics", "", "flag to preserve graphics in output"));
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::map<CRADsPair, ContactValue> map_of_contacts;
+	auxiliaries::IOUtilities().read_lines_to_map(std::cin, map_of_contacts);
+	if(map_of_contacts.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	if(!renaming_map.empty())
+	{
+		apply_renaming_map_on_contacts(renaming_map, map_of_contacts);
+	}
+
+	if(inter_residue)
+	{
+		sum_contacts_into_inter_residue_contacts(summing_exceptions, map_of_contacts);
+	}
+
+	std::map<CRADsPair, std::map<CRADsPair, ContactValue>::iterator> selected_contacts;
+
+	const std::set<CRAD> matchable_external_first_set_of_crads=auxiliaries::IOUtilities().read_file_lines_to_set< std::set<CRAD> >(match_external_first);
+	const std::set<CRAD> matchable_external_second_set_of_crads=auxiliaries::IOUtilities().read_file_lines_to_set< std::set<CRAD> >(match_external_second);
+	{
+		const std::set<CRADsPair> matchable_external_set_of_crad_pairs=auxiliaries::IOUtilities().read_file_lines_to_set< std::set<CRADsPair> >(match_external_pairs);
+		for(std::map< CRADsPair, ContactValue >::iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+		{
+			const CRADsPair& crads=it->first;
+			const ContactValue& value=it->second;
+			bool passed=false;
+			if(
+					value.area>=match_min_area && value.area<=match_max_area &&
+					value.dist>=match_min_dist && value.dist<=match_max_dist &&
+					(!no_solvent || !(crads.a==CRAD::solvent() || crads.b==CRAD::solvent())) &&
+					(!no_same_chain || crads.a.chainID!=crads.b.chainID) &&
+					CRAD::match_with_sequence_separation_interval(crads.a, crads.b, match_min_sequence_separation, match_max_sequence_separation, true) &&
+					MatchingUtilities::match_set_of_tags(value.props.tags, match_tags, match_tags_not) &&
+					MatchingUtilities::match_map_of_adjuncts(value.props.adjuncts, match_adjuncts, match_adjuncts_not) &&
+					(match_external_pairs.empty() || MatchingUtilities::match_crads_pair_with_set_of_crads_pairs(crads, matchable_external_set_of_crad_pairs))
+			)
+			{
+				const bool matched_first_second=(
+						MatchingUtilities::match_crad(crads.a, match_first, match_first_not) &&
+						MatchingUtilities::match_crad(crads.b, match_second, match_second_not) &&
+						(match_external_first.empty() || MatchingUtilities::match_crad_with_set_of_crads(crads.a, matchable_external_first_set_of_crads)) &&
+						(match_external_second.empty() || MatchingUtilities::match_crad_with_set_of_crads(crads.b, matchable_external_second_set_of_crads)));
+				const bool matched_second_first=matched_first_second || (
+						MatchingUtilities::match_crad(crads.b, match_first, match_first_not) &&
+						MatchingUtilities::match_crad(crads.a, match_second, match_second_not) &&
+						(match_external_first.empty() || MatchingUtilities::match_crad_with_set_of_crads(crads.b, matchable_external_first_set_of_crads)) &&
+						(match_external_second.empty() || MatchingUtilities::match_crad_with_set_of_crads(crads.a, matchable_external_second_set_of_crads)));
+				passed=(matched_first_second || matched_second_first);
+				if(passed && !invert)
+				{
+					selected_contacts.insert(selected_contacts.end(), std::make_pair(CRADsPair(crads.a, crads.b, !matched_first_second), it));
+				}
+			}
+			if(!passed && invert)
+			{
+				selected_contacts.insert(selected_contacts.end(), std::make_pair(crads, it));
+			}
+		}
+	}
+
+	const bool update_mode=(drop_tags || drop_adjuncts || !set_tags.empty() || !set_adjuncts.empty() || !set_external_adjuncts.empty() || !set_external_means.empty() || !set_hbplus_tags.empty() || !set_distance_bins_tags.empty());
+	if(update_mode && !selected_contacts.empty())
+	{
+		const std::map<CRADsPair, double> map_of_external_adjunct_values=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<CRADsPair, double> >(set_external_adjuncts);
+		const std::map<CRAD, double> map_of_external_values_for_averaging=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<CRAD, double> >(set_external_means);
+		const std::set<CRADsPair> set_of_hbplus_crad_pairs=init_set_of_hbplus_crad_pairs(set_hbplus_tags, inter_residue_hbplus_tags);
+		const std::set<double> distance_thresholds_for_bins=(set_distance_bins_tags.empty() ? std::set<double>() : auxiliaries::IOUtilities(';').read_string_lines_to_set< std::set<double> >(set_distance_bins_tags));
+
+		for(std::map<CRADsPair, std::map<CRADsPair, ContactValue>::iterator>::iterator selected_map_it=selected_contacts.begin();selected_map_it!=selected_contacts.end();++selected_map_it)
+		{
+			std::map<CRADsPair, ContactValue>::iterator it=selected_map_it->second;
+			if(it!=map_of_contacts.end())
+			{
+				if(drop_tags)
+				{
+					it->second.props.tags.clear();
+				}
+				if(drop_adjuncts)
+				{
+					it->second.props.adjuncts.clear();
+				}
+				if(!set_tags.empty())
+				{
+					it->second.props.update_tags(set_tags);
+				}
+				if(!set_adjuncts.empty())
+				{
+					it->second.props.update_adjuncts(set_adjuncts);
+				}
+				if(!map_of_external_adjunct_values.empty())
+				{
+					const std::pair<bool, double> adjunct_value=MatchingUtilities::match_crad_with_map_of_crads_pairs(it->first, map_of_external_adjunct_values);
+					if(adjunct_value.first)
+					{
+						it->second.props.adjuncts[set_external_adjuncts_name]=adjunct_value.second;
+					}
+				}
+				if(!map_of_external_values_for_averaging.empty())
+				{
+					std::map< CRAD, double >::const_iterator value_a_it=map_of_external_values_for_averaging.find(it->first.a);
+					std::map< CRAD, double >::const_iterator value_b_it=map_of_external_values_for_averaging.find(it->first.b);
+					if(value_a_it!=map_of_external_values_for_averaging.end() || value_b_it!=map_of_external_values_for_averaging.end())
+					{
+						const double value_a=(value_a_it!=map_of_external_values_for_averaging.end() ? value_a_it->second : 0.0);
+						const double value_b=(value_b_it!=map_of_external_values_for_averaging.end() ? value_b_it->second : 0.0);
+						const double mult=((value_a_it!=map_of_external_values_for_averaging.end() && value_b_it!=map_of_external_values_for_averaging.end()) ? 0.5 : 1.0);
+						it->second.props.adjuncts[set_external_means_name]=(value_a+value_b)*mult;
+					}
+				}
+				if(!set_of_hbplus_crad_pairs.empty())
+				{
+					if(MatchingUtilities::match_crads_pair_with_set_of_crads_pairs(it->first, set_of_hbplus_crad_pairs))
+					{
+						it->second.props.tags.insert(inter_residue_hbplus_tags ? "rhb" : "hb");
+					}
+				}
+				if(!distance_thresholds_for_bins.empty())
+				{
+					std::string bin_tag="d0";
+					std::set<double>::const_iterator it_a=distance_thresholds_for_bins.begin();
+					if(it->second.dist>=(*it_a))
+					{
+						bool found=false;
+						int bin=1;
+						while(it_a!=distance_thresholds_for_bins.end() && !found)
+						{
+							std::set<double>::const_iterator it_b=it_a; ++it_b;
+							if(it->second.dist>=(*it_a) && (it_b==distance_thresholds_for_bins.end() || it->second.dist<(*it_b)))
+							{
+								std::ostringstream bin_tag_output;
+								bin_tag_output << "d" << bin;
+								bin_tag=bin_tag_output.str();
+								found=true;
+							}
+							++it_a;
+							bin++;
+						}
+					}
+					it->second.props.tags.insert(bin_tag);
+				}
+			}
+		}
+	}
+
+	const bool inter_residue_summation_needed=(!inter_residue && inter_residue_after);
+
+	if(summarize)
+	{
+		ContactValue summary;
+		for(std::map<CRADsPair, std::map<CRADsPair, ContactValue>::iterator>::const_iterator it=selected_contacts.begin();it!=selected_contacts.end();++it)
+		{
+			summary.add(it->second->second);
+			summary.graphics.clear();
+		}
+		std::cout << CRADsPair(CRAD::any(), CRAD::any()) << " " << summary << "\n";
+	}
+	else if(summarize_by_first)
+	{
+		std::map< CRADsPair, ContactValue > map_of_summaries;
+		for(std::map<CRADsPair, std::map<CRADsPair, ContactValue>::iterator>::const_iterator it=selected_contacts.begin();it!=selected_contacts.end();++it)
+		{
+			CRAD crads[2]={it->first.a, it->first.b};
+			for(int i=0;i<2;i++)
+			{
+				if(crads[i]!=CRAD::any() && MatchingUtilities::match_crad(crads[i], match_first, match_first_not) && (match_external_first.empty() || MatchingUtilities::match_crad_with_set_of_crads(crads[i], matchable_external_first_set_of_crads)))
+				{
+					ContactValue& cv=map_of_summaries[CRADsPair(crads[i], CRAD::any())];
+					cv.add(it->second->second);
+					cv.graphics.clear();
+				}
+			}
+		}
+		if(inter_residue_summation_needed)
+		{
+			sum_contacts_into_inter_residue_contacts(summing_exceptions, map_of_summaries);
+		}
+		auxiliaries::IOUtilities().write_map(map_of_summaries, std::cout);
+	}
+	else
+	{
+		if(!update_mode && !inter_residue_summation_needed)
+		{
+			for(std::map<CRADsPair, std::map<CRADsPair, ContactValue>::iterator>::const_iterator it=selected_contacts.begin();it!=selected_contacts.end();++it)
+			{
+				std::cout << it->first << " " << it->second->second << "\n";
+			}
+		}
+		else
+		{
+			if(!update_mode)
+			{
+				std::map< CRADsPair, ContactValue > map_of_selected_contacts;
+				for(std::map<CRADsPair, std::map<CRADsPair, ContactValue>::iterator>::const_iterator it=selected_contacts.begin();it!=selected_contacts.end();++it)
+				{
+					map_of_selected_contacts.insert(std::make_pair(it->first, it->second->second));
+				}
+				map_of_contacts=map_of_selected_contacts;
+			}
+			if(inter_residue_summation_needed)
+			{
+				sum_contacts_into_inter_residue_contacts(summing_exceptions, map_of_contacts);
+			}
+			auxiliaries::IOUtilities().write_map(map_of_contacts, std::cout);
+		}
+	}
+}
diff --git a/src/mode_query_contacts_depth_values.cpp b/src/mode_query_contacts_depth_values.cpp
new file mode 100644
index 0000000..cab6465
--- /dev/null
+++ b/src/mode_query_contacts_depth_values.cpp
@@ -0,0 +1,136 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+#include "modescommon/contact_value.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+struct ResidueValuesSummary
+{
+	int count;
+	int min;
+	int max;
+	int sum;
+
+	ResidueValuesSummary() : count(0), min(0), max(0), sum(0)
+	{
+	}
+
+	void record(const int val)
+	{
+		if(count<1)
+		{
+			count=1;
+			min=val;
+			max=val;
+			sum=val;
+		}
+		else
+		{
+			count++;
+			min=std::min(min, val);
+			max=std::max(max, val);
+			sum+=val;
+		}
+	}
+
+	double average() const
+	{
+		return (count>0 ? (static_cast<double>(sum)/static_cast<double>(count)) : 0);
+	}
+};
+
+}
+
+void query_contacts_depth_values(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts (line format: 'annotation1 annotation2')");
+	pohw.describe_io("stdout", false, true, "list of depth values (line format: 'annotation depth')");
+
+	const std::string residue_info=poh.argument<std::string>(pohw.describe_option("--residue-info", "string", "file path to output residue info"), "");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const std::set<CRADsPair> set_of_contacts=auxiliaries::IOUtilities().read_lines_to_set< std::set<CRADsPair> >(std::cin);
+	if(set_of_contacts.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	std::map<CRAD, int> map_crad_to_depth;
+	int level_count=0;
+
+	for(std::set<CRADsPair>::const_iterator it=set_of_contacts.begin();it!=set_of_contacts.end();++it)
+	{
+		const CRADsPair& crads=(*it);
+		if(crads.b==CRAD::solvent())
+		{
+			map_crad_to_depth[crads.a]=1;
+			level_count++;
+		}
+	}
+
+	for(int depth=1;level_count>0;depth++)
+	{
+		level_count=0;
+		for(std::set<CRADsPair>::const_iterator it=set_of_contacts.begin();it!=set_of_contacts.end();++it)
+		{
+			const CRADsPair& crads=(*it);
+			if(!crads.contains(CRAD::solvent()))
+			{
+				const int depth_a=map_crad_to_depth[crads.a];
+				const int depth_b=map_crad_to_depth[crads.b];
+				if(depth_a==depth && depth_b==0)
+				{
+					map_crad_to_depth[crads.b]=(depth+1);
+					level_count++;
+				}
+				else if(depth_b==depth && depth_a==0)
+				{
+					map_crad_to_depth[crads.a]=(depth+1);
+					level_count++;
+				}
+			}
+		}
+	}
+
+	for(std::set<CRADsPair>::const_iterator it=set_of_contacts.begin();it!=set_of_contacts.end();++it)
+	{
+		const CRADsPair& crads=(*it);
+		if(crads.a!=CRAD::solvent() && map_crad_to_depth.find(crads.a)==map_crad_to_depth.end())
+		{
+			map_crad_to_depth[crads.a]=1;
+		}
+		if(crads.b!=CRAD::solvent() && map_crad_to_depth.find(crads.b)==map_crad_to_depth.end())
+		{
+			map_crad_to_depth[crads.b]=1;
+		}
+	}
+
+	auxiliaries::IOUtilities().write_map(map_crad_to_depth, std::cout);
+
+	if(!map_crad_to_depth.empty() && !residue_info.empty())
+	{
+		std::map<CRAD, ResidueValuesSummary> map_crad_to_depth_summary;
+		for(std::map<CRAD, int>::const_iterator it=map_crad_to_depth.begin();it!=map_crad_to_depth.end();++it)
+		{
+			map_crad_to_depth_summary[it->first.without_atom()].record(it->second);
+		}
+		std::ofstream foutput(residue_info.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			for(std::map<CRAD, ResidueValuesSummary>::const_iterator it=map_crad_to_depth_summary.begin();it!=map_crad_to_depth_summary.end();++it)
+			{
+				foutput << it->first << " " << it->second.average() << " " << it->second.min << " " << it->second.max << " " << it->second.count << "\n";
+			}
+		}
+	}
+}
diff --git a/src/mode_query_contacts_simulating_unfolding.cpp b/src/mode_query_contacts_simulating_unfolding.cpp
new file mode 100644
index 0000000..996da5a
--- /dev/null
+++ b/src/mode_query_contacts_simulating_unfolding.cpp
@@ -0,0 +1,61 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+#include "modescommon/contact_value.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+}
+
+void query_contacts_simulating_unfolding(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts [graphics]')");
+	pohw.describe_io("stdout", false, true, "list of contacts (line format: 'annotation1 annotation2 area distance tags adjuncts')");
+
+	const int match_max_sequence_separation=poh.argument<int>(pohw.describe_option("--max-seq-sep", "number", "maximum untouchable residue sequence separation", true), 0);
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	enabled_output_of_ContactValue_graphics()=false;
+
+	const std::map<CRADsPair, ContactValue> map_of_contacts=auxiliaries::IOUtilities().read_lines_to_map< std::map<CRADsPair, ContactValue> >(std::cin);
+	if(map_of_contacts.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	std::map<CRADsPair, ContactValue> result;
+	for(std::map< CRADsPair, ContactValue >::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		const CRADsPair& crads=it->first;
+		const ContactValue& value=it->second;
+		if(CRAD::match_with_sequence_separation_interval(crads.a, crads.b, 0, match_max_sequence_separation, true) && !crads.contains(CRAD::solvent()))
+		{
+			result[crads]=value;
+		}
+		else
+		{
+			const CRAD* crads_components[2]={&crads.a, &crads.b};
+			for(int i=0;i<2;i++)
+			{
+				const CRAD& crad=(*(crads_components[i]));
+				if(crad!=CRAD::solvent())
+				{
+					ContactValue& solvent_value=result[CRADsPair(crad, CRAD::solvent())];
+					solvent_value.area+=value.area;
+					solvent_value.dist=std::max(solvent_value.dist, value.dist);
+				}
+			}
+		}
+	}
+
+	auxiliaries::IOUtilities().write_map(result, std::cout);
+}
diff --git a/src/mode_query_contacts_solvation_values.cpp b/src/mode_query_contacts_solvation_values.cpp
new file mode 100644
index 0000000..d438faf
--- /dev/null
+++ b/src/mode_query_contacts_solvation_values.cpp
@@ -0,0 +1,55 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+}
+
+void query_contacts_solvation_values(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of model contacts (line format: 'annotation1 annotation2 area')");
+	pohw.describe_io("stdout", false, true, "list of solvation values (line format: 'annotation sas_area non_sas_area')");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const std::map<CRADsPair, double> map_of_contacts=auxiliaries::IOUtilities().read_lines_to_map< std::map<CRADsPair, double> >(std::cin);
+	if(map_of_contacts.empty())
+	{
+		throw std::runtime_error("No contacts input.");
+	}
+
+	std::map<CRAD, std::pair<double, double> > map_crad_to_solvation;
+
+	for(std::map<CRADsPair, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		const CRADsPair& crads=it->first;
+		const double area=it->second;
+		if(crads.a!=CRAD::solvent() && crads.b==CRAD::solvent())
+		{
+			map_crad_to_solvation[crads.a].first+=area;
+		}
+		else if(crads.a==CRAD::solvent() && crads.b!=CRAD::solvent())
+		{
+			map_crad_to_solvation[crads.b].first+=area;
+		}
+		else if(crads.a!=CRAD::solvent() && crads.b!=CRAD::solvent())
+		{
+			map_crad_to_solvation[crads.a].second+=area;
+			map_crad_to_solvation[crads.b].second+=area;
+		}
+	}
+
+	for(std::map<CRAD, std::pair<double, double> >::const_iterator it=map_crad_to_solvation.begin();it!=map_crad_to_solvation.end();++it)
+	{
+		std::cout << it->first << " " << it->second.first << " " << it->second.second << "\n";
+	}
+}
diff --git a/src/mode_rotational_optimization_demo.cpp b/src/mode_rotational_optimization_demo.cpp
new file mode 100644
index 0000000..1620831
--- /dev/null
+++ b/src/mode_rotational_optimization_demo.cpp
@@ -0,0 +1,55 @@
+#include "apollota/subdivided_icosahedron.h"
+
+#include "auxiliaries/program_options_handler.h"
+
+namespace
+{
+
+}
+
+void rotational_optimization_demo(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "x y z");
+	pohw.describe_io("stdout", false, true, "log");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	apollota::SimplePoint goal;
+	std::cin >> goal.x >> goal.y >> goal.z;
+	const double goal_length=goal.module();
+
+	std::cout << "goal " << 0.0 << " " << goal.x << " " << goal.y << " " << goal.z << std::endl;
+
+	apollota::SubdividedIcosahedron sih(2);
+	sih.fit_into_sphere(apollota::SimplePoint(0, 0, 0), 1);
+	std::size_t min_dist_id=0;
+	double min_dist=0.0;
+	int number_of_checks=0;
+	while(number_of_checks==0 || min_dist>0.000001)
+	{
+		std::size_t start_id=0;
+		if(number_of_checks>0)
+		{
+			start_id=sih.vertices().size();
+			sih.grow(min_dist_id, true);
+		}
+		for(std::size_t i=start_id;i<sih.vertices().size();i++)
+		{
+			const double dist=apollota::distance_from_point_to_point(sih.vertices()[i]*goal_length, goal);
+			if(number_of_checks==0 || dist<min_dist)
+			{
+				min_dist_id=i;
+				min_dist=dist;
+			}
+			number_of_checks++;
+		}
+		const apollota::SimplePoint result=sih.vertices()[min_dist_id]*goal_length;
+		std::cout << "result " << min_dist << " " << result.x << " " << result.y << " " << result.z << " edge " << sih.calc_max_edge_length() << std::endl;
+	}
+
+	std::cout << "checks " << number_of_checks << std::endl;
+}
diff --git a/src/mode_score_contacts_energy.cpp b/src/mode_score_contacts_energy.cpp
new file mode 100644
index 0000000..3e969c2
--- /dev/null
+++ b/src/mode_score_contacts_energy.cpp
@@ -0,0 +1,71 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/contacts_scoring_utilities.h"
+
+void score_contacts_energy(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts (line format: 'annotation1 annotation2 conditions area')");
+	pohw.describe_io("stdout", false, true, "global scores");
+
+	const std::string potential_file=poh.argument<std::string>(pohw.describe_option("--potential-file", "string", "file path to input potential values", true), "");
+	const int ignorable_max_seq_sep=poh.argument<int>(pohw.describe_option("--ignorable-max-seq-sep", "number", "maximum residue sequence separation for ignorable contacts"), 1);
+	const std::string inter_atom_scores_file=poh.argument<std::string>(pohw.describe_option("--inter-atom-scores-file", "string", "file path to output inter-atom scores"), "");
+	const std::string atom_scores_file=poh.argument<std::string>(pohw.describe_option("--atom-scores-file", "string", "file path to output atom scores"), "");
+	const int depth=poh.argument<int>(pohw.describe_option("--depth", "number", "neighborhood normalization depth"), 2);
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const std::map<InteractionName, double> map_of_contacts=auxiliaries::IOUtilities().read_lines_to_map< std::map<InteractionName, double> >(std::cin);
+	if(map_of_contacts.empty())
+	{
+		throw std::runtime_error("No contacts input.");
+	}
+
+	const std::map<InteractionName, double> map_of_potential_values=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<InteractionName, double> >(potential_file);
+	if(map_of_potential_values.empty())
+	{
+		throw std::runtime_error("No potential values input.");
+	}
+
+	std::map<CRADsPair, EnergyDescriptor> inter_atom_energy_descriptors;
+	{
+		for(std::map<InteractionName, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+		{
+			const CRADsPair& crads=it->first.crads;
+			EnergyDescriptor& ed=inter_atom_energy_descriptors[crads];
+			if(!CRAD::match_with_sequence_separation_interval(crads.a, crads.b, 0, ignorable_max_seq_sep, false) && !check_crads_pair_for_peptide_bond(crads))
+			{
+				ed.total_area=(it->second);
+				ed.contacts_count=1;
+				std::map<InteractionName, double>::const_iterator potential_value_it=
+						map_of_potential_values.find(InteractionName(generalize_crads_pair(crads), it->first.tag));
+				if(potential_value_it!=map_of_potential_values.end())
+				{
+					ed.energy=ed.total_area*(potential_value_it->second);
+				}
+				else
+				{
+					ed.strange_area=ed.total_area;
+				}
+			}
+		}
+		auxiliaries::IOUtilities().write_map_to_file(inter_atom_energy_descriptors, inter_atom_scores_file);
+	}
+
+	const std::map<CRAD, EnergyDescriptor> atom_energy_descriptors=auxiliaries::ChainResidueAtomDescriptorsGraphOperations::accumulate_mapped_values_by_graph_neighbors(inter_atom_energy_descriptors, depth);
+	auxiliaries::IOUtilities().write_map_to_file(atom_energy_descriptors, atom_scores_file);
+
+	{
+		EnergyDescriptor global_ed;
+		for(std::map< CRADsPair, EnergyDescriptor >::const_iterator it=inter_atom_energy_descriptors.begin();it!=inter_atom_energy_descriptors.end();++it)
+		{
+			global_ed.add(it->second);
+		}
+		std::cout << "global " << global_ed << "\n";
+	}
+}
diff --git a/src/mode_score_contacts_energy_stats.cpp b/src/mode_score_contacts_energy_stats.cpp
new file mode 100644
index 0000000..b317c47
--- /dev/null
+++ b/src/mode_score_contacts_energy_stats.cpp
@@ -0,0 +1,49 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/contacts_scoring_utilities.h"
+#include "modescommon/statistics_utilities.h"
+
+namespace
+{
+
+inline bool read_energy_descriptors_and_accumulate_to_map_of_value_stats(std::istream& input, std::map<CRAD, ValueStat>& map_of_value_stats)
+{
+	CRAD crad;
+	EnergyDescriptor ed;
+	input >> crad >> ed;
+	if(!input.fail())
+	{
+		if(ed.total_area>0.0)
+		{
+			map_of_value_stats[generalize_crad(crad)].add(ed.energy/ed.total_area);
+		}
+		return true;
+	}
+	return false;
+}
+
+}
+
+void score_contacts_energy_stats(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of atom energy descriptors");
+	pohw.describe_io("stdout", false, true, "list of normalized energy mean and sd values per atom type");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::map<CRAD, ValueStat> map_of_value_stats;
+	auxiliaries::IOUtilities().read_lines_to_container(std::cin, read_energy_descriptors_and_accumulate_to_map_of_value_stats, map_of_value_stats);
+
+	std::map<CRAD, NormalDistributionParameters> means_and_sds;
+	for(std::map<CRAD, ValueStat>::const_iterator it=map_of_value_stats.begin();it!=map_of_value_stats.end();++it)
+	{
+		means_and_sds[it->first]=NormalDistributionParameters(it->second.mean(), it->second.sd());
+	}
+
+	auxiliaries::IOUtilities().write_map(means_and_sds, std::cout);
+}
diff --git a/src/mode_score_contacts_global_energy_by_cuts.cpp b/src/mode_score_contacts_global_energy_by_cuts.cpp
new file mode 100644
index 0000000..df0183f
--- /dev/null
+++ b/src/mode_score_contacts_global_energy_by_cuts.cpp
@@ -0,0 +1,214 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/contacts_scoring_utilities.h"
+#include "modescommon/sequence_utilities.h"
+
+namespace
+{
+
+std::vector<CRAD> collect_sequence_from_contacts(const std::map<InteractionName, double>& map_of_contacts)
+{
+	std::set<CRAD> set_of_residues;
+	for(std::map<InteractionName, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		const CRADsPair& crads=it->first.crads;
+		if(crads.a!=CRAD::solvent())
+		{
+			set_of_residues.insert(crads.a.without_atom());
+		}
+		if(crads.b!=CRAD::solvent())
+		{
+			set_of_residues.insert(crads.b.without_atom());
+		}
+	}
+	return std::vector<CRAD>(set_of_residues.begin(), set_of_residues.end());
+}
+
+std::set<CRAD> collect_head_and_tail_of_sequence(const std::vector<CRAD>& sequence, const int cut_from_start, const int cut_from_end)
+{
+	std::set<CRAD> result;
+	if(!sequence.empty())
+	{
+		for(std::size_t i=0;i<sequence.size();i++)
+		{
+			if(sequence[i].resSeq<(sequence.front().resSeq+cut_from_start) || sequence[i].resSeq>(sequence.back().resSeq-cut_from_end))
+			{
+				result.insert(sequence[i]);
+			}
+		}
+	}
+	return result;
+}
+
+std::string get_sequence_string_cut_out(const std::vector<CRAD>& sequence, const int cut_from_start, const int cut_from_end)
+{
+	std::vector<CRAD> inner_sequence;
+	std::set<CRAD> forbidden_residues=collect_head_and_tail_of_sequence(sequence, cut_from_start, cut_from_end);
+	for(std::size_t i=0;i<sequence.size();i++)
+	{
+		if(forbidden_residues.count(sequence[i])==0)
+		{
+			inner_sequence.push_back(sequence[i]);
+		}
+	}
+	return SequenceUtilities::convert_residue_sequence_container_to_string(inner_sequence);
+}
+
+std::map<InteractionName, double> exclude_residues_from_contacts(const std::map<InteractionName, double>& map_of_contacts, const std::set<CRAD>& exclusion_set, const double solvent_expansion)
+{
+	std::map<InteractionName, double> result;
+	for(std::map<InteractionName, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		const CRADsPair& crads=it->first.crads;
+		const bool exclude_a=(exclusion_set.count(crads.a.without_atom())>0);
+		const bool exclude_b=(exclusion_set.count(crads.b.without_atom())>0);
+		if(!exclude_a && !exclude_b)
+		{
+			result[it->first]=it->second;
+		}
+		else if(!exclude_a && exclude_b && crads.a!=CRAD::solvent())
+		{
+			result[InteractionName(CRADsPair(crads.a, CRAD::solvent()), ".")]+=(it->second*solvent_expansion);
+		}
+		else if(!exclude_b && exclude_a && crads.b!=CRAD::solvent())
+		{
+			result[InteractionName(CRADsPair(crads.b, CRAD::solvent()), ".")]+=(it->second*solvent_expansion);
+		}
+	}
+	return result;
+}
+
+EnergyDescriptor calculate_global_energy(const std::map<InteractionName, double>& map_of_potential_values, const int ignorable_max_seq_sep, const std::map<InteractionName, double>& map_of_contacts)
+{
+	std::map<CRADsPair, EnergyDescriptor> inter_atom_energy_descriptors;
+	for(std::map<InteractionName, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		const CRADsPair& crads=it->first.crads;
+		EnergyDescriptor& ed=inter_atom_energy_descriptors[crads];
+		if(!CRAD::match_with_sequence_separation_interval(crads.a, crads.b, 0, ignorable_max_seq_sep, false) && !check_crads_pair_for_peptide_bond(crads))
+		{
+			ed.total_area=(it->second);
+			ed.contacts_count=1;
+			std::map<InteractionName, double>::const_iterator potential_value_it=
+					map_of_potential_values.find(InteractionName(generalize_crads_pair(crads), it->first.tag));
+			if(potential_value_it!=map_of_potential_values.end())
+			{
+				ed.energy=ed.total_area*(potential_value_it->second);
+			}
+			else
+			{
+				ed.strange_area=ed.total_area;
+			}
+		}
+	}
+	EnergyDescriptor global_ed;
+	for(std::map< CRADsPair, EnergyDescriptor >::const_iterator it=inter_atom_energy_descriptors.begin();it!=inter_atom_energy_descriptors.end();++it)
+	{
+		global_ed.add(it->second);
+	}
+	return global_ed;
+}
+
+template<typename Set, typename Element>
+void update_limited_set(Set& set, const unsigned long limit, const Element& element)
+{
+	set.insert(element);
+	if(limit>0 && set.size()>limit)
+	{
+		typename Set::iterator it=set.end();
+		--it;
+		set.erase(it);
+	}
+}
+
+}
+
+void score_contacts_global_energy_by_cuts(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts (line format: 'annotation1 annotation2 conditions area')");
+	pohw.describe_io("stdout", false, true, "global scores");
+
+	const std::string potential_file=poh.argument<std::string>(pohw.describe_option("--potential-file", "string", "file path to input potential values", true), "");
+	const int ignorable_max_seq_sep=poh.argument<int>(pohw.describe_option("--ignorable-max-seq-sep", "number", "maximum residue sequence separation for ignorable contacts"), 1);
+	const int cut_step=std::max(1, poh.argument<int>(pohw.describe_option("--cut-step", "number", "big cut length increasing step"), 10));
+	const unsigned long limit_results=poh.argument<unsigned long>(pohw.describe_option("--limit-results", "number", "maximum number of results to print"), 1);
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const std::map<InteractionName, double> map_of_contacts=auxiliaries::IOUtilities().read_lines_to_map< std::map<InteractionName, double> >(std::cin);
+	if(map_of_contacts.empty())
+	{
+		throw std::runtime_error("No contacts input.");
+	}
+
+	const std::map<InteractionName, double> map_of_potential_values=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<InteractionName, double> >(potential_file);
+	if(map_of_potential_values.empty())
+	{
+		throw std::runtime_error("No potential values input.");
+	}
+
+	const std::vector<CRAD> sequence=collect_sequence_from_contacts(map_of_contacts);
+	if(sequence.empty())
+	{
+		throw std::runtime_error("Empty sequence.");
+	}
+
+	const int sequence_length=(sequence.back().resSeq-sequence.front().resSeq+1);
+	const int min_length_after_cuts=std::max(10, sequence_length/5);
+
+	std::set< std::pair<double, std::pair<int, int> > > result_set;
+
+	for(int cut_from_start=0;cut_from_start<sequence_length;cut_from_start+=cut_step)
+	{
+		for(int cut_from_end=0;cut_from_end<sequence_length;cut_from_end+=cut_step)
+		{
+			if((cut_from_start+cut_from_end+min_length_after_cuts)<sequence_length)
+			{
+				const std::map<InteractionName, double> reduced_map_of_contacts=exclude_residues_from_contacts(map_of_contacts, collect_head_and_tail_of_sequence(sequence, cut_from_start, cut_from_end), 3.0);
+				if(!reduced_map_of_contacts.empty())
+				{
+					const EnergyDescriptor global_ed=calculate_global_energy(map_of_potential_values, ignorable_max_seq_sep, reduced_map_of_contacts);
+					if(global_ed.total_area>0)
+					{
+						update_limited_set(result_set, limit_results, std::make_pair((global_ed.energy/global_ed.total_area), std::make_pair(cut_from_start, cut_from_end)));
+					}
+				}
+			}
+		}
+	}
+
+	if(cut_step>1 && !result_set.empty())
+	{
+		int best_so_far_cut_from_start=result_set.begin()->second.first;
+		int best_so_far_cut_from_end=result_set.begin()->second.second;
+		for(int cut_from_start=std::max(0, best_so_far_cut_from_start-cut_step);cut_from_start<std::min(sequence_length, best_so_far_cut_from_start+cut_step);cut_from_start++)
+		{
+			for(int cut_from_end=std::max(0, best_so_far_cut_from_end-cut_step);cut_from_end<std::min(sequence_length, best_so_far_cut_from_end+cut_step);cut_from_end++)
+			{
+				if((cut_from_start+cut_from_end+min_length_after_cuts)<sequence_length)
+				{
+					const std::map<InteractionName, double> reduced_map_of_contacts=exclude_residues_from_contacts(map_of_contacts, collect_head_and_tail_of_sequence(sequence, cut_from_start, cut_from_end), 3.0);
+					if(!reduced_map_of_contacts.empty())
+					{
+						const EnergyDescriptor global_ed=calculate_global_energy(map_of_potential_values, ignorable_max_seq_sep, reduced_map_of_contacts);
+						if(global_ed.total_area>0)
+						{
+							update_limited_set(result_set, limit_results, std::make_pair((global_ed.energy/global_ed.total_area), std::make_pair(cut_from_start, cut_from_end)));
+						}
+					}
+				}
+			}
+		}
+	}
+
+	for(std::set< std::pair<double, std::pair<int, int> > >::const_iterator it=result_set.begin();it!=result_set.end();++it)
+	{
+		std::cout << it->second.first << " " << it->second.second << " " << it->first << " ";
+		std::cout << get_sequence_string_cut_out(sequence, it->second.first, it->second.second) << "\n";
+	}
+}
diff --git a/src/mode_score_contacts_potential.cpp b/src/mode_score_contacts_potential.cpp
new file mode 100644
index 0000000..6c90ad8
--- /dev/null
+++ b/src/mode_score_contacts_potential.cpp
@@ -0,0 +1,322 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/contacts_scoring_utilities.h"
+
+namespace
+{
+
+inline bool read_and_accumulate_to_map_of_interactions_areas(std::istream& input, std::map<InteractionName, double>& map_of_interactions_areas)
+{
+	InteractionName interaction;
+	double area;
+	input >> interaction >> area;
+	if(!input.fail())
+	{
+		map_of_interactions_areas[InteractionName(generalize_crads_pair(interaction.crads), interaction.tag)]+=area;
+		return true;
+	}
+	return false;
+}
+
+inline bool read_to_map_of_crads_pairs_stats(std::istream& input, std::map< CRADsPair, std::pair<double, double> >& map_of_crads_pairs_stats)
+{
+	CRAD a;
+	CRAD b;
+	double p1=0.0;
+	double p2=0.0;
+	input >> a >> b >> p1 >> p2;
+	if(!input.fail())
+	{
+		map_of_crads_pairs_stats[CRADsPair(a, b)]=std::make_pair(p1, p2);
+		return true;
+	}
+	return false;
+}
+
+inline CRAD simplify_crad(const CRAD& input_crad)
+{
+	if(input_crad==CRAD::solvent())
+	{
+		return input_crad;
+	}
+	else
+	{
+		return CRAD::any();
+	}
+}
+
+inline CRADsPair simplify_crads_pair(const CRADsPair& input_crads)
+{
+	return CRADsPair(simplify_crad(input_crads.a), simplify_crad(input_crads.b));
+}
+
+}
+
+void score_contacts_potential(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts (line format: 'annotation1 annotation2 conditions area')");
+	pohw.describe_io("stdout", false, true, "line of contact type area summaries (line format: 'annotation1 annotation2 conditions area')");
+
+	const bool input_file_list=poh.contains_option(pohw.describe_option("--input-file-list", "", "flag to read file list from stdin"));
+	const std::string input_contributions=poh.argument<std::string>(pohw.describe_option("--input-contributions", "string", "file path to input contact types contributions"), "");
+	const std::string input_fixed_types=poh.argument<std::string>(pohw.describe_option("--input-fixed-types", "string", "file path to input fixed types"), "");
+	const std::string input_seq_pairs_stats=poh.argument<std::string>(pohw.describe_option("--input-seq-pairs-stats", "string", "file path to input sequence pairings statistics"), "");
+	const std::string potential_file=poh.argument<std::string>(pohw.describe_option("--potential-file", "string", "file path to output potential values"), "");
+	const std::string probabilities_file=poh.argument<std::string>(pohw.describe_option("--probabilities-file", "string", "file path to output observed and expected probabilities"), "");
+	const std::string single_areas_file=poh.argument<std::string>(pohw.describe_option("--single-areas-file", "string", "file path to output single type total areas"), "");
+	const std::string contributions_file=poh.argument<std::string>(pohw.describe_option("--contributions-file", "string", "file path to output contact types contributions"), "");
+	const double multiply_areas=poh.argument<double>(pohw.describe_option("--multiply-areas", "number", "coefficient to multiply output areas"), -1.0);
+	const std::string toggling_list=poh.argument<std::string>(pohw.describe_option("--toggling-list", "string", "list of toggling subtags"), "");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const std::set<std::string> toggling_subtags=(toggling_list.empty() ? std::set<std::string>() : auxiliaries::IOUtilities(';').read_string_lines_to_set< std::set<std::string> >(toggling_list));
+
+	std::map<InteractionName, double> map_of_interactions_total_areas;
+
+	if(input_file_list)
+	{
+		while(std::cin.good())
+		{
+			std::string file_path;
+			std::cin >> file_path;
+			auxiliaries::IOUtilities().read_file_lines_to_container(file_path, read_and_accumulate_to_map_of_interactions_areas, map_of_interactions_total_areas);
+		}
+	}
+	else
+	{
+		auxiliaries::IOUtilities().read_lines_to_container(std::cin, read_and_accumulate_to_map_of_interactions_areas, map_of_interactions_total_areas);
+	}
+
+	std::map<CRAD, double> map_of_crads_total_areas;
+	std::map< CRADsPair, std::set<std::string> > map_of_crads_possible_subtags;
+	std::map<InteractionName, double> map_of_subtags_total_areas;
+	double sum_of_solvent_areas=0.0;
+	double sum_of_nonsolvent_areas=0.0;
+
+	for(std::map<InteractionName, double>::const_iterator it=map_of_interactions_total_areas.begin();it!=map_of_interactions_total_areas.end();++it)
+	{
+		const InteractionName& interaction=it->first;
+		const double area=it->second;
+		map_of_crads_total_areas[interaction.crads.a]+=area;
+		map_of_crads_total_areas[interaction.crads.b]+=area;
+		if(interaction.crads.b==CRAD::solvent())
+		{
+			sum_of_solvent_areas+=area;
+		}
+		else
+		{
+			sum_of_nonsolvent_areas+=area;
+			const std::set<std::string> subtags=auxiliaries::IOUtilities(';').read_string_lines_to_set< std::set<std::string> >(interaction.tag);
+			map_of_crads_possible_subtags[interaction.crads].insert(subtags.begin(), subtags.end());
+			for(std::set<std::string>::const_iterator subtags_it=subtags.begin();subtags_it!=subtags.end();++subtags_it)
+			{
+				map_of_subtags_total_areas[InteractionName(simplify_crads_pair(interaction.crads), *subtags_it)]+=area;
+			}
+		}
+	}
+
+	const double sum_of_all_areas=(sum_of_solvent_areas+sum_of_nonsolvent_areas*2.0);
+	const double sum_of_contact_areas=(sum_of_solvent_areas+sum_of_nonsolvent_areas);
+
+	std::map<InteractionName, double> map_of_subtags_contributions;
+	if(!input_contributions.empty())
+	{
+		auxiliaries::IOUtilities().read_file_lines_to_map(input_contributions, map_of_subtags_contributions);
+		if(map_of_subtags_contributions.empty())
+		{
+			throw std::runtime_error("No valid contributions input.");
+		}
+	}
+	else
+	{
+		std::map<InteractionName, double> map_of_subtags_possible_areas;
+		for(std::map<InteractionName, double>::const_iterator it=map_of_interactions_total_areas.begin();it!=map_of_interactions_total_areas.end();++it)
+		{
+			const InteractionName& interaction=it->first;
+			const double area=it->second;
+			const std::set<std::string>& subtags=map_of_crads_possible_subtags[interaction.crads];
+			for(std::set<std::string>::const_iterator subtags_it=subtags.begin();subtags_it!=subtags.end();++subtags_it)
+			{
+				map_of_subtags_possible_areas[InteractionName(simplify_crads_pair(interaction.crads), *subtags_it)]+=area;
+			}
+		}
+
+		for(std::map<InteractionName, double>::const_iterator it=map_of_subtags_total_areas.begin();it!=map_of_subtags_total_areas.end();++it)
+		{
+			if(toggling_subtags.count(it->first.tag)>0)
+			{
+				map_of_subtags_contributions[it->first]=(it->second/map_of_subtags_possible_areas[it->first]);
+			}
+			else
+			{
+				map_of_subtags_contributions[it->first]=(it->second/sum_of_nonsolvent_areas);
+			}
+		}
+
+		map_of_subtags_contributions[InteractionName(CRADsPair(CRAD::any(), CRAD::solvent()), "solvent")]=(sum_of_solvent_areas/sum_of_contact_areas);
+	}
+
+	std::map< CRADsPair, std::pair<double, double> > seqsep_modifiers;
+	if(!input_seq_pairs_stats.empty())
+	{
+		std::map< CRADsPair, std::pair<double, double> > seq_pairs_stats;
+		auxiliaries::IOUtilities().read_file_lines_to_container(input_seq_pairs_stats, read_to_map_of_crads_pairs_stats, seq_pairs_stats);
+		if(!seq_pairs_stats.empty())
+		{
+			double sep1_contribution=0.0;
+			for(std::map<InteractionName, double>::const_iterator it=map_of_subtags_contributions.begin();it!=map_of_subtags_contributions.end();++it)
+			{
+				const InteractionName& interaction=it->first;
+				if(interaction.tag.find("sep1")!=std::string::npos)
+				{
+					sep1_contribution+=it->second;
+				}
+			}
+			for(std::map< CRADsPair, std::pair<double, double> >::const_iterator it=seq_pairs_stats.begin();it!=seq_pairs_stats.end();++it)
+			{
+				const double a=(it->second.first/it->second.second);
+				const double b=(1-a*sep1_contribution)/(1-sep1_contribution);
+				seqsep_modifiers[it->first]=std::make_pair(a, b);
+			}
+		}
+	}
+
+	const double solvent_contribution=map_of_subtags_contributions[InteractionName(CRADsPair(CRAD::any(), CRAD::solvent()), "solvent")];
+
+	std::map< InteractionName, std::pair<double, double> > result;
+	std::map< InteractionName, std::pair<double, double> > probabilities;
+	for(std::map<InteractionName, double>::const_iterator it=map_of_interactions_total_areas.begin();it!=map_of_interactions_total_areas.end();++it)
+	{
+		const InteractionName& interaction=it->first;
+		const double abc=it->second;
+		if(abc>0.0)
+		{
+			const double p_obs=(abc/sum_of_contact_areas);
+			double p_exp=0.0;
+			if(interaction.crads.b==CRAD::solvent())
+			{
+				p_exp=(map_of_crads_total_areas[interaction.crads.a]/sum_of_all_areas)*(solvent_contribution);
+			}
+			else
+			{
+				p_exp=(map_of_crads_total_areas[interaction.crads.a]/sum_of_all_areas)*(map_of_crads_total_areas[interaction.crads.b]/sum_of_all_areas)*(1.0-solvent_contribution)*(interaction.crads.a==interaction.crads.b ? 1.0 : 2.0);
+				const std::set<std::string> subtags=auxiliaries::IOUtilities(';').read_string_lines_to_set< std::set<std::string> >(interaction.tag);
+				for(std::set<std::string>::const_iterator subtags_it=subtags.begin();subtags_it!=subtags.end();++subtags_it)
+				{
+					p_exp*=map_of_subtags_contributions[InteractionName(simplify_crads_pair(interaction.crads), *subtags_it)];
+				}
+				for(std::set<std::string>::const_iterator toggling_subtags_it=toggling_subtags.begin();toggling_subtags_it!=toggling_subtags.end();++toggling_subtags_it)
+				{
+					if(map_of_crads_possible_subtags[interaction.crads].count(*toggling_subtags_it)>0 && subtags.count(*toggling_subtags_it)==0)
+					{
+						p_exp*=(1.0-map_of_subtags_contributions[InteractionName(simplify_crads_pair(interaction.crads), *toggling_subtags_it)]);
+					}
+				}
+				if(!seqsep_modifiers.empty() && interaction.tag.find("sep")!=std::string::npos)
+				{
+					std::map< CRADsPair, std::pair<double, double> >::const_iterator seqsep_modifiers_it=seqsep_modifiers.find(CRADsPair(interaction.crads.a.without_atom(), interaction.crads.b.without_atom()));
+					if(seqsep_modifiers_it!=seqsep_modifiers.end())
+					{
+						if(interaction.tag.find("sep1")!=std::string::npos)
+						{
+							p_exp*=seqsep_modifiers_it->second.first;
+						}
+						else
+						{
+							p_exp*=seqsep_modifiers_it->second.second;
+						}
+					}
+				}
+			}
+			if(p_exp>0.0)
+			{
+				result[interaction]=std::make_pair(log(p_exp/p_obs), abc);
+				probabilities[interaction]=std::make_pair(p_obs, p_exp);
+			}
+		}
+	}
+
+	if(!input_fixed_types.empty())
+	{
+		std::set<InteractionName> fixed_types;
+		auxiliaries::IOUtilities().read_file_lines_to_set(input_fixed_types, fixed_types);
+		if(fixed_types.empty())
+		{
+			throw std::runtime_error("No valid fixed types input.");
+		}
+
+		double max_potential_value=0.0;
+		for(std::map< InteractionName, std::pair<double, double> >::const_iterator it=result.begin();it!=result.end();++it)
+		{
+			max_potential_value=std::max(max_potential_value, it->second.first);
+		}
+
+		std::map< InteractionName, std::pair<double, double> > fixed_result;
+		for(std::set<InteractionName>::const_iterator it=fixed_types.begin();it!=fixed_types.end();++it)
+		{
+			const InteractionName& iname=(*it);
+			std::map< InteractionName, std::pair<double, double> >::const_iterator result_it=result.find(iname);
+			fixed_result[iname]=(result_it!=result.end() ? result_it->second : std::make_pair(max_potential_value, 0.0));
+		}
+		result=fixed_result;
+	}
+
+	if(!potential_file.empty())
+	{
+		std::ofstream foutput(potential_file.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			for(std::map< InteractionName, std::pair<double, double> >::const_iterator it=result.begin();it!=result.end();++it)
+			{
+				const InteractionName& interaction=it->first;
+				foutput << interaction << " " << it->second.first << "\n";
+			}
+		}
+	}
+
+	if(!probabilities_file.empty())
+	{
+		std::ofstream foutput(probabilities_file.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			double sum_obs_nonsolvent=0.0;
+			double sum_obs_solvent=0.0;
+			double sum_exp_nonsolvent=0.0;
+			double sum_exp_solvent=0.0;
+			for(std::map< InteractionName, std::pair<double, double> >::const_iterator it=probabilities.begin();it!=probabilities.end();++it)
+			{
+				const InteractionName& interaction=it->first;
+				foutput << interaction << " " << it->second.first <<  " " << it->second.second << "\n";
+				if(interaction.crads.b==CRAD::solvent())
+				{
+					sum_obs_solvent+=it->second.first;
+					sum_exp_solvent+=it->second.second;
+				}
+				else
+				{
+					sum_obs_nonsolvent+=it->second.first;
+					sum_exp_nonsolvent+=it->second.second;
+				}
+			}
+			foutput << InteractionName(CRADsPair(CRAD("nonsolvent"), CRAD("nonsolvent")), ".") << " " << sum_obs_nonsolvent << " " << sum_exp_nonsolvent << "\n";
+			foutput << InteractionName(CRADsPair(CRAD("nonsolvent"), CRAD::solvent()), ".") << " " << sum_obs_solvent << " " << sum_exp_solvent << "\n";
+			foutput << InteractionName(CRADsPair(CRAD::any(), CRAD::any()), ".") << " " << (sum_obs_nonsolvent+sum_obs_solvent) << " " << (sum_exp_nonsolvent+sum_exp_solvent) << "\n";
+		}
+	}
+
+	auxiliaries::IOUtilities().write_map_to_file(map_of_crads_total_areas, single_areas_file);
+
+	auxiliaries::IOUtilities().write_map_to_file(map_of_subtags_contributions, contributions_file);
+
+	for(std::map< InteractionName, std::pair<double, double> >::const_iterator it=result.begin();it!=result.end();++it)
+	{
+		const InteractionName& interaction=it->first;
+		std::cout << interaction << " " << (multiply_areas>0.0 ? (it->second.second*multiply_areas) : it->second.second) << "\n";
+	}
+}
diff --git a/src/mode_score_contacts_potentials_stats.cpp b/src/mode_score_contacts_potentials_stats.cpp
new file mode 100644
index 0000000..f2b36ff
--- /dev/null
+++ b/src/mode_score_contacts_potentials_stats.cpp
@@ -0,0 +1,37 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/contacts_scoring_utilities.h"
+#include "modescommon/statistics_utilities.h"
+
+void score_contacts_potentials_stats(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of potential files");
+	pohw.describe_io("stdout", false, true, "list of normalized energy mean and sd values per interaction type");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::map<InteractionName, ValueStat> map_of_value_stats;
+	while(std::cin.good())
+	{
+		std::string potential_file;
+		std::cin >> potential_file;
+		const std::map<InteractionName, double> map_of_potential_values=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<InteractionName, double> >(potential_file);
+		for(std::map<InteractionName, double>::const_iterator it=map_of_potential_values.begin();it!=map_of_potential_values.end();++it)
+		{
+			map_of_value_stats[it->first].add(it->second);
+		}
+	}
+
+	std::map<InteractionName, NormalDistributionParameters> means_and_sds;
+	for(std::map<InteractionName, ValueStat>::const_iterator it=map_of_value_stats.begin();it!=map_of_value_stats.end();++it)
+	{
+		means_and_sds[it->first]=NormalDistributionParameters(it->second.mean(), it->second.sd());
+	}
+
+	auxiliaries::IOUtilities().write_map(means_and_sds, std::cout);
+}
diff --git a/src/mode_score_contacts_quality.cpp b/src/mode_score_contacts_quality.cpp
new file mode 100644
index 0000000..bc876bb
--- /dev/null
+++ b/src/mode_score_contacts_quality.cpp
@@ -0,0 +1,129 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/contacts_scoring_utilities.h"
+#include "modescommon/statistics_utilities.h"
+
+namespace
+{
+
+std::map<CRAD, double> average_atom_scores_by_residue(const std::map<CRAD, double>& atom_scores)
+{
+	std::map<CRAD, std::pair<int, double> > summed_scores;
+	for(std::map<CRAD, double>::const_iterator it=atom_scores.begin();it!=atom_scores.end();++it)
+	{
+		std::pair<int, double>& value=summed_scores[it->first.without_atom()];
+		value.first++;
+		value.second+=it->second;
+	}
+	std::map<CRAD, double> average_scores;
+	for(std::map<CRAD, std::pair<int, double> >::const_iterator it=summed_scores.begin();it!=summed_scores.end();++it)
+	{
+		const std::pair<int, double>& value=it->second;
+		average_scores[it->first]=((value.first>0) ? (value.second/static_cast<double>(value.first)) : 0.0);
+	}
+	return average_scores;
+}
+
+}
+
+void score_contacts_quality(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of atom energy descriptors");
+	pohw.describe_io("stdout", false, true, "weighted average local score");
+
+	const double default_mean=poh.argument<double>(pohw.describe_option("--default-mean", "number", "default mean parameter"), 0.4);
+	const double default_sd=poh.argument<double>(pohw.describe_option("--default-sd", "number", "default standard deviation parameter"), 0.3);
+	const std::string mean_and_sds_file=poh.argument<std::string>(pohw.describe_option("--means-and-sds-file", "string", "file path to input atomic mean and sd parameters"), "");
+	const double mean_shift=poh.argument<double>(pohw.describe_option("--mean-shift", "number", "mean shift in standard deviations"), 0.0);
+	const std::string external_weights_file=poh.argument<std::string>(pohw.describe_option("--external-weights-file", "string", "file path to input external weights for global scoring"), "");
+	const std::vector<unsigned int> smoothing_windows=poh.argument_vector<unsigned int>(pohw.describe_option("--smoothing-window", "number", "window to smooth residue quality scores along sequence"), ',', std::vector<unsigned int>(1, 0));
+	const std::string atom_scores_file=poh.argument<std::string>(pohw.describe_option("--atom-scores-file", "string", "file path to output atom scores"), "");
+	const std::string residue_scores_file=poh.argument<std::string>(pohw.describe_option("--residue-scores-file", "string", "file path to output residue scores"), "");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const std::map<CRAD, EnergyDescriptor> atom_energy_descriptors=auxiliaries::IOUtilities().read_lines_to_map< std::map<CRAD, EnergyDescriptor> >(std::cin);
+	if(atom_energy_descriptors.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	const std::map<CRAD, NormalDistributionParameters> means_and_sds=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<CRAD, NormalDistributionParameters> >(mean_and_sds_file);
+
+	const std::map<CRAD, double> external_weights=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<CRAD, double> >(external_weights_file);
+
+	std::map<CRAD, double> atom_quality_scores;
+	double sum_of_weighted_scores=0.0;
+	double sum_of_weights=0.0;
+	for(std::map<CRAD, EnergyDescriptor>::const_iterator it=atom_energy_descriptors.begin();it!=atom_energy_descriptors.end();++it)
+	{
+		const CRAD& crad=it->first;
+		const EnergyDescriptor& ed=it->second;
+		if(ed.total_area>0.0)
+		{
+			const double actuality_score=(1.0-(ed.strange_area/ed.total_area));
+			const double normalized_energy=(ed.energy/ed.total_area);
+			std::map<CRAD, NormalDistributionParameters>::const_iterator mean_and_sd_it=means_and_sds.find(generalize_crad(crad));
+			const double mean=(mean_and_sd_it!=means_and_sds.end() ? mean_and_sd_it->second.mean : default_mean);
+			const double sd=(mean_and_sd_it!=means_and_sds.end() ? mean_and_sd_it->second.sd : default_sd);
+			const double adjusted_normalized_energy=((normalized_energy-mean)/sd);
+			const double energy_score=(1.0-(0.5*(1.0+erf((adjusted_normalized_energy-mean_shift)/sqrt(2.0)))));
+			const double unweighted_quality_score=(energy_score*actuality_score);
+			atom_quality_scores[crad]=unweighted_quality_score;
+			{
+				std::map<CRAD, double>::const_iterator external_weights_it=external_weights.find(crad);
+				const double external_weight=(external_weights_it!=external_weights.end() ? external_weights_it->second : 1.0);
+				sum_of_weighted_scores+=(unweighted_quality_score*external_weight);
+				sum_of_weights+=external_weight;
+			}
+		}
+		else
+		{
+			atom_quality_scores[crad]=0.0;
+			sum_of_weights+=1.0;
+		}
+	}
+	auxiliaries::IOUtilities().write_map_to_file(atom_quality_scores, atom_scores_file);
+
+	if(!residue_scores_file.empty())
+	{
+		const std::map<CRAD, double> raw_residue_quality_scores=average_atom_scores_by_residue(atom_quality_scores);
+		if(smoothing_windows.empty() || (smoothing_windows.size()==1 && smoothing_windows.front()==0))
+		{
+			auxiliaries::IOUtilities().write_map_to_file(raw_residue_quality_scores, residue_scores_file);
+		}
+		else if(smoothing_windows.size()==1)
+		{
+			auxiliaries::IOUtilities().write_map_to_file(auxiliaries::ChainResidueAtomDescriptorsSequenceOperations::smooth_residue_scores_along_sequence(raw_residue_quality_scores, smoothing_windows.front()), residue_scores_file);
+		}
+		else
+		{
+			std::ofstream foutput(residue_scores_file.c_str(), std::ios::out);
+			if(foutput.good())
+			{
+				std::vector< std::map<CRAD, double> > residue_quality_scores(smoothing_windows.size());
+				for(std::size_t i=0;i<smoothing_windows.size();i++)
+				{
+					residue_quality_scores[i]=auxiliaries::ChainResidueAtomDescriptorsSequenceOperations::smooth_residue_scores_along_sequence(raw_residue_quality_scores, smoothing_windows[i]);
+				}
+				const std::map<CRAD, double>& axis=residue_quality_scores.front();
+				for(std::map<CRAD, double>::const_iterator it=axis.begin();it!=axis.end();++it)
+				{
+					foutput << (it->first);
+					for(std::size_t i=0;i<residue_quality_scores.size();i++)
+					{
+						foutput << " " << residue_quality_scores[i][it->first];
+					}
+					foutput << "\n";
+				}
+			}
+		}
+	}
+
+	std::cout << (sum_of_weights>0.0 ? sum_of_weighted_scores/sum_of_weights : 0.0) << "\n";
+}
diff --git a/src/mode_score_scores.cpp b/src/mode_score_scores.cpp
new file mode 100644
index 0000000..7cf80ec
--- /dev/null
+++ b/src/mode_score_scores.cpp
@@ -0,0 +1,267 @@
+#include <iostream>
+#include <stdexcept>
+#include <set>
+#include <cmath>
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/generic_utilities.h"
+
+namespace
+{
+
+typedef std::set< std::pair<std::string, std::string> > SetOfStringsPairs;
+typedef std::map<std::string, double> MapOfNamedValues;
+typedef std::map<std::string, std::pair<double, double> > MapOfNamedValuesPairs;
+
+struct ClassificationResults
+{
+	unsigned long TP;
+	unsigned long TN;
+	unsigned long FP;
+	unsigned long FN;
+
+	ClassificationResults() : TP(0), TN(0), FP(0), FN(0)
+	{
+	}
+
+	void add(const ClassificationResults& v)
+	{
+		TP+=v.TP;
+		TN+=v.TN;
+		FP+=v.FP;
+		FN+=v.FN;
+	}
+
+	void add(const bool reference_outcome, const bool testable_outcome)
+	{
+		if(reference_outcome)
+		{
+			if(testable_outcome)
+			{
+				TP++;
+			}
+			else
+			{
+				FN++;
+			}
+		}
+		else
+		{
+			if(testable_outcome)
+			{
+				FP++;
+			}
+			else
+			{
+				TN++;
+			}
+		}
+	}
+
+	double TPR() const
+	{
+		return ((TP+FN)>0 ? static_cast<double>(TP)/static_cast<double>(TP+FN) : 0.0);
+	}
+
+	double FPR() const
+	{
+		return ((FP+TN)>0 ? static_cast<double>(FP)/static_cast<double>(FP+TN) : 0.0);
+	}
+
+	double precision() const
+	{
+		return ((TP+FP)>0 ? static_cast<double>(TP)/static_cast<double>(TP+FP) : 1.0);
+	}
+
+	double recall() const
+	{
+		return TPR();
+	}
+
+	double accuracy() const
+	{
+		unsigned long d=(TP+TN+FP+FN);
+		return (d>0 ? static_cast<double>(TP+TN)/static_cast<double>(d) : 0.0);
+	}
+
+	double MCC() const
+	{
+		unsigned long c=((TP*TN)-(FP*FN));
+		unsigned long d1=(TP+FP);
+		unsigned long d2=(TP+FN);
+		unsigned long d3=(TN+FP);
+		unsigned long d4=(TN+FN);
+		if(d1>0 && d2>0 && d3>0 && d4>0)
+		{
+			const double ratio=(c*(1.0/sqrt(d1))*(1.0/sqrt(d2))*(1.0/sqrt(d3))*(1.0/sqrt(d4)));
+			return (fabs(ratio)<=1.0 ? ratio : 0.0);
+		}
+		else
+		{
+			return 0.0;
+		}
+	}
+};
+
+inline std::ostream& operator<<(std::ostream& output, const ClassificationResults& v)
+{
+	output << v.TP << " " << v.TN << " " << v.FP << " " << v.FN;
+	return output;
+}
+
+ClassificationResults calc_classification_results(const MapOfNamedValuesPairs& map_of_pairs, const double reference_threshold, const double testable_threshold)
+{
+	ClassificationResults result;
+	for(MapOfNamedValuesPairs::const_iterator it=map_of_pairs.begin();it!=map_of_pairs.end();++it)
+	{
+		const bool reference_outcome=(it->second.first>reference_threshold);
+		const bool testable_outcome=(it->second.second>testable_threshold);
+		result.add(reference_outcome, testable_outcome);
+	}
+	return result;
+}
+
+void update_classification_results_map(
+		const MapOfNamedValuesPairs& map_of_pairs,
+		const double reference_threshold,
+		const double testable_step,
+		std::map<double, ClassificationResults>& classification_results_map)
+{
+	std::pair<double, double> min_max_testable_value(0.0, 0.0);
+	for(MapOfNamedValuesPairs::const_iterator it=map_of_pairs.begin();it!=map_of_pairs.end();++it)
+	{
+		if(it==map_of_pairs.begin() || it->second.second<min_max_testable_value.first)
+		{
+			min_max_testable_value.first=it->second.second;
+		}
+		if(it==map_of_pairs.begin() || it->second.second>min_max_testable_value.second)
+		{
+			min_max_testable_value.second=it->second.second;
+		}
+	}
+	std::pair<long, long> min_max_integers(static_cast<long>(floor(min_max_testable_value.first/testable_step)), static_cast<long>(ceil(min_max_testable_value.second/testable_step)));
+	for(long i=min_max_integers.first;i<=min_max_integers.second;i++)
+	{
+		const double testable_threshold=static_cast<double>(i)*testable_step;
+		classification_results_map[testable_threshold].add(calc_classification_results(map_of_pairs, reference_threshold, testable_threshold));
+	}
+}
+
+std::set< std::pair<double, double> > calc_ROC_curve_coordinates(const std::map<double, ClassificationResults>& classification_results_map)
+{
+	std::set< std::pair<double, double> > result;
+	for(std::map<double, ClassificationResults>::const_iterator it=classification_results_map.begin();it!=classification_results_map.end();++it)
+	{
+		result.insert(result.end(), std::make_pair(it->second.FPR(), it->second.TPR()));
+	}
+	return result;
+}
+
+std::set< std::pair<double, double> > calc_PR_curve_coordinates(const std::map<double, ClassificationResults>& classification_results_map)
+{
+	std::set< std::pair<double, double> > result;
+	for(std::map<double, ClassificationResults>::const_iterator it=classification_results_map.begin();it!=classification_results_map.end();++it)
+	{
+		result.insert(result.end(), std::make_pair(it->second.recall(), it->second.precision()));
+	}
+	return result;
+}
+
+double calc_AUC(const std::set< std::pair<double, double> >& curve)
+{
+	double result=0.0;
+	std::set< std::pair<double, double> >::const_iterator it=curve.begin();
+	std::set< std::pair<double, double> >::const_iterator next_it=it;
+	++next_it;
+	while(next_it!=curve.end())
+	{
+		result+=((next_it->first)-(it->first))*((next_it->second)+(it->second))*0.5;
+		++it;
+		++next_it;
+	}
+	return result;
+}
+
+std::pair<double, double> calc_best_accuracy(const std::map<double, ClassificationResults>& classification_results_map)
+{
+	std::pair<double, double> result(0.0, 0.0);
+	for(std::map<double, ClassificationResults>::const_iterator it=classification_results_map.begin();it!=classification_results_map.end();++it)
+	{
+		if(it==classification_results_map.begin() || it->second.accuracy()>result.second)
+		{
+			result=std::make_pair(it->first, it->second.accuracy());
+		}
+	}
+	return result;
+}
+
+std::pair<double, double> calc_best_MCC(const std::map<double, ClassificationResults>& classification_results_map)
+{
+	std::pair<double, double> result(0.0, 0.0);
+	for(std::map<double, ClassificationResults>::const_iterator it=classification_results_map.begin();it!=classification_results_map.end();++it)
+	{
+		if(it==classification_results_map.begin() || it->second.MCC()>result.second)
+		{
+			result=std::make_pair(it->first, it->second.MCC());
+		}
+	}
+	return result;
+}
+
+}
+
+void score_scores(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "pairs of reference and testable scores files");
+	pohw.describe_io("stdout", false, true, "global results");
+
+	const double reference_threshold=poh.argument<double>(pohw.describe_option("--reference-threshold", "number", "reference scores classification threshold"), 0.5);
+	const double testable_step=poh.argument<double>(pohw.describe_option("--testable-step", "number", "testable scores threshold step"), 0.02);
+	const std::string outcomes_file=poh.argument<std::string>(pohw.describe_option("--outcomes-file", "string", "file path to output lines of 'threshold TP TN FP FN'"), "");
+	const std::string ROC_curve_file=poh.argument<std::string>(pohw.describe_option("--ROC-curve-file", "string", "file path to output ROC curve"), "");
+	const std::string PR_curve_file=poh.argument<std::string>(pohw.describe_option("--PR-curve-file", "string", "file path to output PR curve"), "");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	const SetOfStringsPairs input_file_pairs=auxiliaries::IOUtilities().read_lines_to_map<SetOfStringsPairs>(std::cin);
+	if(input_file_pairs.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	std::map<double, ClassificationResults> classification_results_map;
+	for(SetOfStringsPairs::const_iterator it=input_file_pairs.begin();it!=input_file_pairs.end();++it)
+	{
+		const MapOfNamedValues reference_scores_map=auxiliaries::IOUtilities().read_file_lines_to_map<MapOfNamedValues>(it->first);
+		const MapOfNamedValues testable_scores_map=auxiliaries::IOUtilities().read_file_lines_to_map<MapOfNamedValues>(it->second);
+		const MapOfNamedValuesPairs merged_scores_map=GenericUtilities::merge_two_maps(reference_scores_map, testable_scores_map);
+		if(!merged_scores_map.empty())
+		{
+			update_classification_results_map(merged_scores_map, reference_threshold, testable_step, classification_results_map);
+		}
+	}
+
+	const std::set< std::pair<double, double> > ROC_curve_coordinates=calc_ROC_curve_coordinates(classification_results_map);
+	const std::set< std::pair<double, double> > PR_curve_coordinates=calc_PR_curve_coordinates(classification_results_map);
+
+	const std::pair<double, double> best_accuracy=calc_best_accuracy(classification_results_map);
+	const std::pair<double, double> best_MCC=calc_best_MCC(classification_results_map);
+
+	auxiliaries::IOUtilities().write_map_to_file(classification_results_map, outcomes_file);
+	auxiliaries::IOUtilities().write_map_to_file(ROC_curve_coordinates, ROC_curve_file);
+	auxiliaries::IOUtilities().write_map_to_file(PR_curve_coordinates, PR_curve_file);
+
+	std::cout << "ROC_AUC " << calc_AUC(ROC_curve_coordinates) << "\n";
+	std::cout << "PR_AUC " << calc_AUC(PR_curve_coordinates) << "\n";
+	std::cout << "best_accuracy_threshold " << best_accuracy.first << "\n";
+	std::cout << "best_accuracy " << best_accuracy.second << "\n";
+	std::cout << "best_MCC_threshold " << best_MCC.first << "\n";
+	std::cout << "best_MCC " << best_MCC.second << "\n";
+	std::cout << "input_file_pairs_count " << input_file_pairs.size() << "\n";
+}
diff --git a/src/mode_simulate_potential_for_membrane_proteins.cpp b/src/mode_simulate_potential_for_membrane_proteins.cpp
new file mode 100644
index 0000000..af29d28
--- /dev/null
+++ b/src/mode_simulate_potential_for_membrane_proteins.cpp
@@ -0,0 +1,81 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/contacts_scoring_utilities.h"
+
+void simulate_potential_for_membrane_proteins(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "normal potential");
+	pohw.describe_io("stdout", false, true, "simulated potential");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::map<InteractionName, double> normal_potential=auxiliaries::IOUtilities().read_lines_to_map< std::map<InteractionName, double> >(std::cin);
+
+	double sum_of_sas_values=0.0;
+	int num_of_sas_values=0;
+	for(std::map<InteractionName, double>::const_iterator it=normal_potential.begin();it!=normal_potential.end();++it)
+	{
+		if(it->first.crads.b==CRAD::solvent())
+		{
+			sum_of_sas_values+=it->second;
+			num_of_sas_values++;
+		}
+	}
+
+	std::set<CRAD> hydrophobic_crads;
+	for(std::map<InteractionName, double>::const_iterator it=normal_potential.begin();it!=normal_potential.end();++it)
+	{
+		const CRAD crads[2]={it->first.crads.a, it->first.crads.b};
+		for(int i=0;i<2;i++)
+		{
+			if((crads[i].resName=="LEU" || crads[i].resName=="ILE") && crads[i].name!="N" && crads[i].name!="C" && crads[i].name!="O" && crads[i].name!="CA")
+			{
+				hydrophobic_crads.insert(crads[i]);
+			}
+		}
+	}
+
+	std::map<InteractionName, double> simulated_potential=normal_potential;
+	for(std::map<InteractionName, double>::iterator it=simulated_potential.begin();it!=simulated_potential.end();++it)
+	{
+		const CRADsPair& crads=it->first.crads;
+		if(crads.b==CRAD::solvent())
+		{
+			double sum=0.0;
+			int counter=0;
+			for(std::set<CRAD>::const_iterator jt=hydrophobic_crads.begin();jt!=hydrophobic_crads.end();++jt)
+			{
+				sum+=normal_potential[InteractionName(CRADsPair(crads.a, (*jt)), "sep2")];
+				counter++;
+				sum+=normal_potential[InteractionName(CRADsPair(crads.a, (*jt)), "central_sep2")];
+				counter++;
+			}
+			it->second=sum/static_cast<double>(counter);
+		}
+	}
+
+	double sum_of_simulated_sas_values=0.0;
+	for(std::map<InteractionName, double>::const_iterator it=simulated_potential.begin();it!=simulated_potential.end();++it)
+	{
+		if(it->first.crads.b==CRAD::solvent())
+		{
+			sum_of_simulated_sas_values+=it->second;
+		}
+	}
+
+	const double shift_for_simulated_sas_values=(sum_of_sas_values-sum_of_simulated_sas_values)/static_cast<double>(num_of_sas_values);
+	for(std::map<InteractionName, double>::iterator it=simulated_potential.begin();it!=simulated_potential.end();++it)
+	{
+		if(it->first.crads.b==CRAD::solvent())
+		{
+			it->second+=shift_for_simulated_sas_values;
+		}
+	}
+
+	auxiliaries::IOUtilities().write_map(simulated_potential, std::cout);
+}
diff --git a/src/mode_vectorize_contact_environments.cpp b/src/mode_vectorize_contact_environments.cpp
new file mode 100644
index 0000000..85b3627
--- /dev/null
+++ b/src/mode_vectorize_contact_environments.cpp
@@ -0,0 +1,180 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+#include "modescommon/contacts_scoring_utilities.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+std::string generate_generalized_crad_file_name(const CRAD& crad, const std::string& prefix)
+{
+	const CRAD generalized_crad=generalize_crad(crad);
+	return (prefix+generalized_crad.resName+"_"+generalized_crad.name);
+}
+
+}
+
+void vectorize_contact_environments(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts (line format: 'annotation1 annotation2 area')");
+	pohw.describe_io("stdout", false, true, "table of environments");
+
+	const std::string names_file=poh.argument<std::string>(pohw.describe_option("--names-file", "string", "file path to environment names list", true), "");
+	const bool inter_residue=poh.contains_option(pohw.describe_option("--inter-residue", "", "flag to use inter-residue contacts"));
+	const bool normalize=poh.contains_option(pohw.describe_option("--normalize", "", "flag to normalize output"));
+	const bool binarize=poh.contains_option(pohw.describe_option("--binarize", "", "flag to binarize output"));
+	const std::string output_files_prefix=poh.argument<std::string>(pohw.describe_option("--output-files-prefix", "string", "file path prefix for per-type output"), "");
+	const bool append=poh.contains_option(pohw.describe_option("--append", "", "flag to append to per-type output files"));
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::map<CRADsPair, double> map_of_contacts=auxiliaries::IOUtilities().read_lines_to_map< std::map<CRADsPair, double> >(std::cin);
+	if(map_of_contacts.empty())
+	{
+		throw std::runtime_error("No contacts input.");
+	}
+	if(inter_residue)
+	{
+		std::map<CRADsPair, double> map_of_reduced_contacts;
+		for(std::map<CRADsPair, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+		{
+			const CRADsPair& raw_crads=it->first;
+			const CRADsPair crads(raw_crads.a.without_atom(), raw_crads.b.without_atom());
+			if(!(crads.a==crads.b))
+			{
+				map_of_reduced_contacts[crads]=it->second;
+			}
+		}
+		map_of_contacts=map_of_reduced_contacts;
+	}
+
+	std::set<CRAD> refined_set_of_names;
+	{
+		const std::set<CRAD> set_of_names=auxiliaries::IOUtilities().read_file_lines_to_set< std::set<CRAD> >(names_file);
+		if(set_of_names.empty())
+		{
+			throw std::runtime_error("No environment names input.");
+		}
+		for(std::set<CRAD>::const_iterator it=set_of_names.begin();it!=set_of_names.end();++it)
+		{
+			refined_set_of_names.insert(inter_residue ? generalize_crad(*it).without_atom() : generalize_crad(*it));
+		}
+	}
+
+	std::map<CRAD, std::size_t> map_of_names_ids;
+	{
+		std::size_t id=0;
+		for(std::set<CRAD>::const_iterator it=refined_set_of_names.begin();it!=refined_set_of_names.end();++it)
+		{
+			map_of_names_ids[*it]=(id++);
+		}
+	}
+
+	std::map<CRAD, std::vector<double> > map_of_environments;
+	for(std::map<CRADsPair, double>::const_iterator it=map_of_contacts.begin();it!=map_of_contacts.end();++it)
+	{
+		const CRADsPair& crads=it->first;
+		const double area=it->second;
+		if(area>0.0)
+		{
+			for(int i=0;i<2;i++)
+			{
+				const CRAD& crad1=(i==0 ? crads.a : crads.b);
+				const CRAD& crad2=(i==0 ? crads.b : crads.a);
+				if(crad1!=CRAD::solvent())
+				{
+					std::vector<double>& environment=map_of_environments[crad1];
+					environment.resize(map_of_names_ids.size(), 0.0);
+					std::map<CRAD, std::size_t>::const_iterator map_of_names_ids_it=map_of_names_ids.find(generalize_crad(crad2));
+					if(map_of_names_ids_it!=map_of_names_ids.end())
+					{
+						environment[map_of_names_ids_it->second]+=area;
+					}
+				}
+			}
+		}
+	}
+
+	std::map<std::string, std::ofstream*> map_of_output_file_streams;
+
+	for(std::map<CRAD, std::vector<double> >::const_iterator it=map_of_environments.begin();it!=map_of_environments.end();++it)
+	{
+		const CRAD& crad=it->first;
+		const std::vector<double>& environment=it->second;
+		double sum_of_areas=0.0;
+		for(std::size_t i=0;i<environment.size();i++)
+		{
+			sum_of_areas+=environment[i];
+		}
+		if(sum_of_areas>0.0)
+		{
+			std::cout << crad;
+			for(std::size_t i=0;i<environment.size();i++)
+			{
+				double output_value=environment[i];
+				if(binarize)
+				{
+					output_value=(output_value>0.0 ? 1.0 : 0.0);
+				}
+				else if(normalize)
+				{
+					output_value=(output_value/sum_of_areas);
+				}
+				std::cout << " " << output_value;
+			}
+			std::cout << "\n";
+			if(!output_files_prefix.empty())
+			{
+				const std::string output_file_name=generate_generalized_crad_file_name(crad, output_files_prefix);
+				std::map<std::string, std::ofstream*>::iterator map_of_output_file_streams_it=map_of_output_file_streams.find(output_file_name);
+				if(map_of_output_file_streams_it==map_of_output_file_streams.end())
+				{
+					map_of_output_file_streams_it=map_of_output_file_streams.insert(std::make_pair(output_file_name, new std::ofstream(output_file_name.c_str(), (append ? std::ios::app : std::ios::out)))).first;
+				}
+				std::ofstream& foutput=(*(map_of_output_file_streams_it->second));
+				foutput << std::fixed;
+				for(std::size_t i=0;i<environment.size();i++)
+				{
+					double output_value=environment[i];
+					if(binarize)
+					{
+						output_value=(output_value>0.0 ? 1.0 : 0.0);
+					}
+					else if(normalize)
+					{
+						output_value=(output_value/sum_of_areas);
+					}
+					if(binarize)
+					{
+						foutput.precision(0);
+					}
+					else
+					{
+						if(fabs(output_value)<0.005)
+						{
+							foutput.precision(0);
+						}
+						else
+						{
+							foutput.precision(2);
+						}
+					}
+					foutput << output_value << ((i+1<environment.size()) ? " " : "\n");
+				}
+			}
+		}
+	}
+
+	for(std::map<std::string, std::ofstream*>::iterator it=map_of_output_file_streams.begin();it!=map_of_output_file_streams.end();++it)
+	{
+		delete (it->second);
+	}
+}
diff --git a/src/mode_vectorize_contacts.cpp b/src/mode_vectorize_contacts.cpp
new file mode 100644
index 0000000..3fdf487
--- /dev/null
+++ b/src/mode_vectorize_contacts.cpp
@@ -0,0 +1,122 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+
+#include "modescommon/vectorization_utilities.h"
+
+namespace
+{
+
+class CRADsPair : public auxiliaries::ChainResidueAtomDescriptorsPair
+{
+};
+
+inline std::ostream& operator<<(std::ostream& output, const CRADsPair& crads_pair)
+{
+	if(crads_pair.reversed_display)
+	{
+		output << crads_pair.b << "__" << crads_pair.a;
+	}
+	else
+	{
+		output << crads_pair.a << "__" << crads_pair.b;
+	}
+	return output;
+}
+
+double calc_configurable_cadscore_of_two_vectors(const std::vector<double>& a, const std::vector<double>& b, const bool symmetric)
+{
+	if(a.size()!=b.size())
+	{
+		throw std::runtime_error("Vector sizes are not equal.");
+	}
+	double sum_diffs=0.0;
+	double sum_all=0.0;
+	for(std::size_t i=0;i<a.size();i++)
+	{
+		const double ref=(symmetric ? std::max(a[i], b[i]) : a[i]);
+		sum_diffs+=std::min(fabs(a[i]-b[i]), ref);
+		sum_all+=ref;
+	}
+	return (1.0-(sum_diffs/sum_all));
+}
+
+double calc_cadscore_of_two_vectors(const std::vector<double>& a, const std::vector<double>& b)
+{
+	return calc_configurable_cadscore_of_two_vectors(a, b, true);
+}
+
+double calc_euclidean_distance_of_two_vectors(const std::vector<double>& a, const std::vector<double>& b)
+{
+	if(a.size()!=b.size())
+	{
+		throw std::runtime_error("Vector sizes are not equal.");
+	}
+	double sum=0.0;
+	for(std::size_t i=0;i<a.size();i++)
+	{
+		sum+=((a[i]-b[i])*(a[i]-b[i]));
+	}
+	return sqrt(sum);
+}
+
+}
+
+void vectorize_contacts(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of contacts files");
+	pohw.describe_io("stdout", false, true, "table of contacts vectors");
+
+	const bool transpose=poh.contains_option(pohw.describe_option("--transpose", "", "flag to transpose output table"));
+	const std::string cadscore_matrix_file=poh.argument<std::string>(pohw.describe_option("--CAD-score-matrix", "string", "file path to output CAD-score matrix"), "");
+	const std::string distance_matrix_file=poh.argument<std::string>(pohw.describe_option("--distance-matrix", "string", "file path to output euclidean distance matrix"), "");
+	const std::string consensus_list_file=poh.argument<std::string>(pohw.describe_option("--consensus-list", "string", "file path to output ordered similarities to consensus (average contacts)"), "");
+	const std::string clustering_output_file=poh.argument<std::string>(pohw.describe_option("--clustering-output", "string", "file path to output clusters"), "");
+	const double clustering_threshold=poh.argument<double>(pohw.describe_option("--clustering-threshold", "string", "clustering threshold value"), 0.5);
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	typedef VectorizationUtilities<std::string, CRADsPair, double> Vectorizer;
+
+	const Vectorizer::MapOfMaps maps_of_maps=Vectorizer::read_map_of_maps_from_multiple_files(auxiliaries::IOUtilities().read_lines_to_set< std::set<std::string> >(std::cin));
+	if(maps_of_maps.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	const Vectorizer::MapKeysIDs map_keys_ids=Vectorizer::collect_map_keys_ids(maps_of_maps);
+	const Vectorizer::MapOfVectors map_of_vectors=Vectorizer::collect_map_of_vectors(maps_of_maps, map_keys_ids);
+	const Vectorizer::IteratorsOfMapOfVectors iterators_of_map_of_vectors=Vectorizer::collect_iterators_of_map_of_vectors(map_of_vectors);
+
+	Vectorizer::print_similarity_matrix(map_of_vectors, cadscore_matrix_file, calc_cadscore_of_two_vectors);
+	Vectorizer::print_similarity_matrix(map_of_vectors, distance_matrix_file, calc_euclidean_distance_of_two_vectors);
+
+	if(!consensus_list_file.empty())
+	{
+		Vectorizer::print_consensus_similarities(
+				iterators_of_map_of_vectors,
+				Vectorizer::calc_consensus_similarities(iterators_of_map_of_vectors, calc_cadscore_of_two_vectors),
+				consensus_list_file);
+	}
+
+	if(!clustering_output_file.empty())
+	{
+		Vectorizer::print_clusters(
+				iterators_of_map_of_vectors,
+				Vectorizer::calc_clusters(iterators_of_map_of_vectors, calc_cadscore_of_two_vectors, clustering_threshold, true, false),
+				clustering_output_file);
+	}
+
+	if(transpose)
+	{
+		Vectorizer::print_map_of_areas_vectors_transposed(map_keys_ids, map_of_vectors);
+	}
+	else
+	{
+		Vectorizer::print_map_of_areas_vectors(map_keys_ids, map_of_vectors);
+	}
+}
diff --git a/src/mode_vectorize_points.cpp b/src/mode_vectorize_points.cpp
new file mode 100644
index 0000000..6db3413
--- /dev/null
+++ b/src/mode_vectorize_points.cpp
@@ -0,0 +1,78 @@
+#include "apollota/basic_operations_on_points.h"
+
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/io_utilities.h"
+
+#include "modescommon/vectorization_utilities.h"
+
+namespace
+{
+
+typedef apollota::SimplePoint Point;
+
+double calc_rmsd(const std::vector<Point>& a, const std::vector<Point>& b)
+{
+	if(a.size()!=b.size())
+	{
+		throw std::runtime_error("Vector sizes are not equal.");
+	}
+	double sum=0.0;
+	if(!a.empty())
+	{
+		for(std::size_t i=0;i<a.size();i++)
+		{
+			sum+=apollota::squared_distance_from_point_to_point(a[i], b[i]);
+		}
+		sum/=static_cast<double>(a.size());
+	}
+	return sqrt(sum);
+}
+
+}
+
+void vectorize_points(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of points files");
+	pohw.describe_io("stdout", false, true, "nothing");
+
+	const std::string rmsd_matrix_file=poh.argument<std::string>(pohw.describe_option("--RMSD-matrix", "string", "file path to output RMSD matrix"), "");
+	const std::string consensus_list_file=poh.argument<std::string>(pohw.describe_option("--consensus-list", "string", "file path to output ordered similarities to consensus (average points)"), "");
+	const std::string clustering_output_file=poh.argument<std::string>(pohw.describe_option("--clustering-output", "string", "file path to output clusters"), "");
+	const double clustering_threshold=poh.argument<double>(pohw.describe_option("--clustering-threshold", "string", "clustering threshold value"), 0.0);
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	typedef VectorizationUtilities<std::string, std::string, Point> Vectorizer;
+
+	const Vectorizer::MapOfMaps maps_of_maps=Vectorizer::read_map_of_maps_from_multiple_files(auxiliaries::IOUtilities().read_lines_to_set< std::set<std::string> >(std::cin));
+	if(maps_of_maps.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	const Vectorizer::MapKeysIDs map_keys_ids=Vectorizer::collect_map_keys_ids(maps_of_maps);
+	const Vectorizer::MapOfVectors map_of_vectors=Vectorizer::collect_map_of_vectors(maps_of_maps, map_keys_ids);
+	const Vectorizer::IteratorsOfMapOfVectors iterators_of_map_of_vectors=Vectorizer::collect_iterators_of_map_of_vectors(map_of_vectors);
+
+	Vectorizer::print_similarity_matrix(map_of_vectors, rmsd_matrix_file, calc_rmsd);
+
+	if(!consensus_list_file.empty())
+	{
+		Vectorizer::print_consensus_similarities(
+				iterators_of_map_of_vectors,
+				Vectorizer::calc_consensus_similarities(iterators_of_map_of_vectors, calc_rmsd),
+				consensus_list_file);
+	}
+
+	if(!clustering_output_file.empty())
+	{
+		Vectorizer::print_clusters(
+				iterators_of_map_of_vectors,
+				Vectorizer::calc_clusters(iterators_of_map_of_vectors, calc_rmsd, clustering_threshold, true, true),
+				clustering_output_file);
+	}
+}
diff --git a/src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp b/src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp
new file mode 100644
index 0000000..6cce66c
--- /dev/null
+++ b/src/mode_wrapped_get_balls_from_atoms_file_and_calculate_vertices.cpp
@@ -0,0 +1,69 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/opengl_printer.h"
+
+#include "wrapper_get_balls_from_atoms_file_and_calculate_vertices.h"
+
+void wrapped_get_balls_from_atoms_file_and_calculate_vertices(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	typedef WrapperGetBallsFromAtomsFileAndCalculateVertices Wrapper;
+
+	const std::string input_file=poh.argument<std::string>("--input-file");
+	const std::string sketch_file=poh.argument<std::string>("--sketch-file", "");
+
+	const Wrapper::Result result=Wrapper::get_balls_from_atoms_file_and_calculate_vertices(input_file);
+
+	if(result.error.empty())
+	{
+		std::cout << "balls " << result.balls.size() << "\n";
+		for(std::size_t i=0;i<result.balls.size();i++)
+		{
+			const Wrapper::Ball& b=result.balls[i];
+			std::cout << b.x << " " << b.y << " " << b.z << " " << b.r << " " << b.name << "\n";
+		}
+
+		std::cout << "vertices " << result.vertices.size() << "\n";
+		for(std::size_t i=0;i<result.vertices.size();i++)
+		{
+			const Wrapper::Vertex& v=result.vertices[i];
+			for(int j=0;j<4;j++)
+			{
+				std::cout << v.ball_id[j] << " ";
+			}
+			std::cout << v.x << " " << v.y << " " << v.z << " " << v.r;
+			for(int j=0;j<4;j++)
+			{
+				std::cout << " " << ((v.link_vertex_id[j]!=Wrapper::null_id) ? static_cast<long>(v.link_vertex_id[j]) : static_cast<long>(-1));
+			}
+			std::cout << "\n";
+		}
+	}
+	else
+	{
+		throw std::runtime_error(result.error);
+	}
+
+	if(!sketch_file.empty())
+	{
+		auxiliaries::OpenGLPrinter opengl_printer;
+		opengl_printer.add_color(0x00FFFF);
+		for(std::size_t i=0;i<result.balls.size();i++)
+		{
+			opengl_printer.add_sphere(result.balls[i]);
+		}
+		opengl_printer.add_color(0xFFFF00);
+		for(std::size_t i=0;i<result.vertices.size();i++)
+		{
+			const Wrapper::Vertex& v=result.vertices[i];
+			for(int j=0;j<4;j++)
+			{
+				const std::size_t link_vertex_id=v.link_vertex_id[j];
+				if(link_vertex_id<i)
+				{
+					opengl_printer.add_line_strip(v, result.vertices[link_vertex_id]);
+				}
+			}
+		}
+		std::ofstream sketch_file_stream(sketch_file.c_str(), std::ios::out);
+		opengl_printer.print_pymol_script("sketch", false, sketch_file_stream);
+	}
+}
diff --git a/src/mode_write_balls_to_atoms_file.cpp b/src/mode_write_balls_to_atoms_file.cpp
new file mode 100644
index 0000000..8c52b2a
--- /dev/null
+++ b/src/mode_write_balls_to_atoms_file.cpp
@@ -0,0 +1,192 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+#include "auxiliaries/atoms_io.h"
+
+#include "modescommon/ball_value.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+
+inline auxiliaries::AtomsIO::AtomRecord convert_ball_record_to_single_atom_record(const CRAD& crad, const BallValue& value, const std::string& temperature_factor_adjunct_name)
+{
+	auxiliaries::AtomsIO::AtomRecord atom_record=auxiliaries::AtomsIO::AtomRecord();
+	atom_record.record_name=(value.props.tags.count("het")>0 ? std::string("HETATM") : std::string("ATOM"));
+	if(crad.serial!=CRAD::null_num())
+	{
+		atom_record.serial=crad.serial;
+		atom_record.serial_valid=true;
+	}
+	atom_record.name=crad.name;
+	atom_record.altLoc=crad.altLoc;
+	atom_record.resName=crad.resName;
+	atom_record.chainID=crad.chainID;
+	if(crad.resSeq!=CRAD::null_num())
+	{
+		atom_record.resSeq=crad.resSeq;
+		atom_record.resSeq_valid=true;
+	}
+	atom_record.iCode=crad.iCode;
+	atom_record.x=value.x;
+	atom_record.x_valid=true;
+	atom_record.y=value.y;
+	atom_record.y_valid=true;
+	atom_record.z=value.z;
+	atom_record.z_valid=true;
+	{
+		const std::map<std::string, double>::const_iterator oc_it=value.props.adjuncts.find("oc");
+		if(oc_it!=value.props.adjuncts.end())
+		{
+			atom_record.occupancy=oc_it->second;
+			atom_record.occupancy_valid=true;
+		}
+		else
+		{
+			atom_record.occupancy=1.0;
+			atom_record.occupancy_valid=true;
+		}
+	}
+	{
+		const std::map<std::string, double>::const_iterator tf_it=value.props.adjuncts.find(temperature_factor_adjunct_name);
+		if(tf_it!=value.props.adjuncts.end())
+		{
+			atom_record.tempFactor=tf_it->second;
+			atom_record.tempFactor_valid=true;
+		}
+	}
+	{
+		for(std::set<std::string>::const_iterator tags_it=value.props.tags.begin();tags_it!=value.props.tags.end() && atom_record.element.empty();++tags_it)
+		{
+			if(tags_it->find("el=")!=std::string::npos)
+			{
+				atom_record.element=tags_it->substr(3, 2);
+			}
+		}
+	}
+	return atom_record;
+}
+
+inline int decode_model_number_from_chain_id(const std::string& chainID)
+{
+	int model_number=1;
+	if(chainID.size()>1)
+	{
+		std::istringstream input(chainID.substr(1));
+		int value=0;
+		input >> value;
+		if(!input.fail() && value>0)
+		{
+			model_number=value;
+		}
+	}
+	return model_number;
+}
+
+}
+
+void write_balls_to_atoms_file(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	auxiliaries::ProgramOptionsHandlerWrapper pohw(poh);
+	pohw.describe_io("stdin", true, false, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+	pohw.describe_io("stdout", false, true, "list of balls (line format: 'annotation x y z r tags adjuncts')");
+
+	const std::string pdb_output=poh.argument<std::string>(pohw.describe_option("--pdb-output", "string", "file path to output query result in PDB format"), "");
+	const std::string pdb_output_b_factor=poh.argument<std::string>(pohw.describe_option("--pdb-output-b-factor", "string", "name of adjunct to output as B-factor in PDB format"), "tf");
+	const std::string pdb_output_template=poh.argument<std::string>(pohw.describe_option("--pdb-output-template", "string", "file path to input template for B-factor insertions"), "");
+
+	if(!pohw.assert_or_print_help(false))
+	{
+		return;
+	}
+
+	std::vector< std::pair<CRAD, BallValue> > list_of_balls;
+	auxiliaries::IOUtilities().read_lines_to_map(std::cin, list_of_balls);
+	if(list_of_balls.empty())
+	{
+		throw std::runtime_error("No input.");
+	}
+
+	if(!pdb_output.empty())
+	{
+		if(pdb_output_template.empty())
+		{
+			std::ofstream foutput(pdb_output.c_str(), std::ios::out);
+			if(foutput.good())
+			{
+				std::map< int, std::vector<std::size_t> > models;
+				for(std::size_t i=0;i<list_of_balls.size();i++)
+				{
+					models[decode_model_number_from_chain_id(list_of_balls[i].first.chainID)].push_back(i);
+				}
+				for(std::map< int, std::vector<std::size_t> >::const_iterator models_it=models.begin();models_it!=models.end();++models_it)
+				{
+					if(models.size()>1)
+					{
+						std::ostringstream line_output;
+						line_output << "MODEL" << std::right << std::setw(9) << models_it->first;
+						foutput << line_output.str() << "\n";
+					}
+					for(std::size_t j=0;j<models_it->second.size();j++)
+					{
+						const std::size_t i=models_it->second[j];
+						foutput << auxiliaries::AtomsIO::PDBWriter::write_atom_record_in_line(convert_ball_record_to_single_atom_record(list_of_balls[i].first, list_of_balls[i].second, pdb_output_b_factor)) << "\n";
+					}
+					if(models.size()>1)
+					{
+						foutput << "ENDMDL\n";
+					}
+				}
+			}
+		}
+		else
+		{
+			auxiliaries::AtomsIO::PDBReader::Data pdb_file_data;
+			{
+				std::ifstream finput(pdb_output_template.c_str(), std::ios::in);
+				pdb_file_data=auxiliaries::AtomsIO::PDBReader::read_data_from_file_stream(finput, true, true, true, true);
+			}
+			if(!pdb_file_data.valid())
+			{
+				throw std::runtime_error("Invalid PDB file output template.");
+			}
+			else
+			{
+				std::ofstream foutput(pdb_output.c_str(), std::ios::out);
+				if(foutput.good())
+				{
+					std::map<CRAD, std::size_t> output_map_of_ball_ids;
+					for(std::size_t i=0;i<list_of_balls.size();i++)
+					{
+						output_map_of_ball_ids[list_of_balls[i].first]=i;
+					}
+					int icount=0;
+					for(std::size_t i=0;i<pdb_file_data.atom_records.size();i++)
+					{
+						const auxiliaries::AtomsIO::AtomRecord& atom_record=pdb_file_data.atom_records[i];
+						const std::map<CRAD, std::size_t>::const_iterator ball_id_it=output_map_of_ball_ids.find(CRAD(atom_record.serial, atom_record.chainID, atom_record.resSeq, atom_record.resName, atom_record.name, atom_record.altLoc, atom_record.iCode));
+						if(ball_id_it!=output_map_of_ball_ids.end())
+						{
+							const std::map<std::string, double>& ball_adjuncts=list_of_balls[ball_id_it->second].second.props.adjuncts;
+							const std::map<std::string, double>::const_iterator temperature_factor_it=ball_adjuncts.find(pdb_output_b_factor);
+							std::string& ball_line=pdb_file_data.all_lines[pdb_file_data.map_of_atom_records_to_all_lines.at(i)];
+							ball_line=(temperature_factor_it!=ball_adjuncts.end()) ?
+									auxiliaries::AtomsIO::PDBWriter::write_temperature_factor_to_line(ball_line, true, temperature_factor_it->second) :
+									auxiliaries::AtomsIO::PDBWriter::write_temperature_factor_to_line(ball_line, false, 0);
+							icount++;
+						}
+					}
+					for(std::size_t i=0;i<pdb_file_data.all_lines.size();i++)
+					{
+						if((i+1<pdb_file_data.all_lines.size()) || !pdb_file_data.all_lines[i].empty())
+						{
+							foutput << pdb_file_data.all_lines[i] << "\n";
+						}
+					}
+				}
+			}
+		}
+	}
+
+	auxiliaries::IOUtilities().write_map(list_of_balls, std::cout);
+}
diff --git a/src/mode_write_qa_scores_in_casp_format.cpp b/src/mode_write_qa_scores_in_casp_format.cpp
new file mode 100644
index 0000000..4d8791b
--- /dev/null
+++ b/src/mode_write_qa_scores_in_casp_format.cpp
@@ -0,0 +1,101 @@
+#include "auxiliaries/program_options_handler.h"
+#include "auxiliaries/chain_residue_atom_descriptor.h"
+#include "auxiliaries/io_utilities.h"
+
+namespace
+{
+
+double rescale_global_score(const double score, const double completeness, const double completeness_threshold)
+{
+	return ((completeness<completeness_threshold) ? score*completeness : score);
+}
+
+double rescale_local_score(const double score)
+{
+	const double a_mean=0.310;
+	const double a_sd=0.097;
+	const double b_mean=0.487;
+	const double b_sd=0.203;
+	const double d0=3.0;
+
+	double s=(((score-a_mean)/a_sd)*b_sd+b_mean);
+	s=std::max(s, 0.01);
+	s=std::min(s, 1.0);
+	return (d0*sqrt((1-s)/s));
+}
+
+}
+
+void write_qa_scores_in_casp_format(const auxiliaries::ProgramOptionsHandler& poh)
+{
+	typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+
+	const std::string name=poh.argument<std::string>("--name");
+	const double global_score=poh.argument<double>("--global-score");
+	const int sequence_length=poh.argument<int>("--sequence-length");
+	const std::string local_scores=poh.argument<std::string>("--local-scores");
+	const int wrap_size=poh.argument<int>("--wrap-size", 20);
+	const double completeness_threshold=poh.argument<double>("--completeness-threshold", 0.85);
+	const std::string converted_local_scores=poh.argument<std::string>("--converted-local-scores", "");
+
+	if(name.empty() || global_score<0.0 || global_score>1.0 || sequence_length<3 || wrap_size<1 || completeness_threshold>0.99)
+	{
+		throw std::runtime_error("Invalid parameters.");
+	}
+
+	const std::map<CRAD, double> map_of_crad_scores=auxiliaries::IOUtilities().read_file_lines_to_map< std::map<CRAD, double> >(local_scores);
+
+	if(map_of_crad_scores.empty())
+	{
+		throw std::runtime_error("No local scores.");
+	}
+
+	std::map<int, double> map_of_position_scores;
+	for(std::map<CRAD, double>::const_iterator it=map_of_crad_scores.begin();it!=map_of_crad_scores.end();++it)
+	{
+		const int pos=it->first.resSeq;
+		if(pos>=1 && pos<=sequence_length && map_of_position_scores.count(pos)==0)
+		{
+			map_of_position_scores[pos]=(it->second);
+		}
+	}
+
+	if(map_of_position_scores.empty())
+	{
+		throw std::runtime_error("No local scores in required range.");
+	}
+
+	const double local_scores_completeness=static_cast<double>(map_of_position_scores.size())/static_cast<double>(sequence_length);
+
+	std::cout << name << " ";
+	std::cout.precision(3);
+	std::cout << std::fixed << rescale_global_score(global_score, local_scores_completeness, completeness_threshold);
+
+	for(int i=1;i<=sequence_length;i++)
+	{
+		std::cout << ((i>1 && ((i-1)%wrap_size==0)) ? "\t" : " ");
+		std::map<int, double>::const_iterator it=map_of_position_scores.find(i);
+		if(it!=map_of_position_scores.end())
+		{
+			std::cout.precision(2);
+			std::cout << std::fixed << rescale_local_score(it->second);
+		}
+		else
+		{
+			std::cout << "X";
+		}
+	}
+	std::cout << "\n";
+
+	if(!converted_local_scores.empty())
+	{
+		std::ofstream foutput(converted_local_scores.c_str(), std::ios::out);
+		if(foutput.good())
+		{
+			for(std::map<CRAD, double>::const_iterator it=map_of_crad_scores.begin();it!=map_of_crad_scores.end();++it)
+			{
+				foutput << (it->first) << " " << rescale_local_score(it->second) << "\n";
+			}
+		}
+	}
+}
diff --git a/src/modescommon/ball_value.h b/src/modescommon/ball_value.h
new file mode 100644
index 0000000..a2e909c
--- /dev/null
+++ b/src/modescommon/ball_value.h
@@ -0,0 +1,36 @@
+#ifndef BALL_VALUE_H_
+#define BALL_VALUE_H_
+
+#include "properties_value.h"
+
+namespace
+{
+
+struct BallValue
+{
+	double x;
+	double y;
+	double z;
+	double r;
+	PropertiesValue props;
+
+	BallValue() : x(0.0), y(0.0), z(0.0), r(0.0)
+	{
+	}
+};
+
+inline std::ostream& operator<<(std::ostream& output, const BallValue& value)
+{
+	output << value.x << " " << value.y << " " << value.z << " " << value.r << " " << value.props;
+	return output;
+}
+
+inline std::istream& operator>>(std::istream& input, BallValue& value)
+{
+	input >> value.x >> value.y >> value.z >> value.r >> value.props;
+	return input;
+}
+
+}
+
+#endif /* BALL_VALUE_H_ */
diff --git a/src/modescommon/contact_value.h b/src/modescommon/contact_value.h
new file mode 100644
index 0000000..10def21
--- /dev/null
+++ b/src/modescommon/contact_value.h
@@ -0,0 +1,80 @@
+#ifndef CONTACT_VALUE_H_
+#define CONTACT_VALUE_H_
+
+#include "properties_value.h"
+
+namespace
+{
+
+struct ContactValue
+{
+	double area;
+	double dist;
+	bool accumulated;
+	PropertiesValue props;
+	std::string graphics;
+
+	ContactValue() : area(0.0), dist(0.0), accumulated(false)
+	{
+	}
+
+	void add(const ContactValue& v)
+	{
+		area+=v.area;
+		dist=(!accumulated ? v.dist : std::min(dist, v.dist));
+		props.tags.insert(v.props.tags.begin(), v.props.tags.end());
+		for(std::map<std::string, double>::const_iterator it=v.props.adjuncts.begin();it!=v.props.adjuncts.end();++it)
+		{
+			props.adjuncts[it->first]+=it->second;
+		}
+		if(!v.graphics.empty())
+		{
+			if(graphics.empty())
+			{
+				graphics=v.graphics;
+			}
+			else
+			{
+				if(graphics[graphics.size()-1]!=' ' || v.graphics[0]!=' ')
+				{
+					graphics+=" ";
+				}
+				graphics+=v.graphics;
+			}
+		}
+		accumulated=true;
+	}
+};
+
+inline bool& enabled_output_of_ContactValue_graphics()
+{
+	static bool enabled_output=true;
+	return enabled_output;
+}
+
+inline std::ostream& operator<<(std::ostream& output, const ContactValue& value)
+{
+	output << value.area << " " << value.dist << " " << value.props;
+	if(enabled_output_of_ContactValue_graphics() && !value.graphics.empty())
+	{
+		output << " \"";
+		output << value.graphics;
+		output << "\"";
+	}
+	return output;
+}
+
+inline std::istream& operator>>(std::istream& input, ContactValue& value)
+{
+	input >> value.area >> value.dist >> value.props;
+	if(input.good())
+	{
+		std::getline(input, value.graphics, '"');
+		std::getline(input, value.graphics, '"');
+	}
+	return input;
+}
+
+}
+
+#endif /* CONTACT_VALUE_H_ */
diff --git a/src/modescommon/contacts_scoring_utilities.h b/src/modescommon/contacts_scoring_utilities.h
new file mode 100644
index 0000000..d8aeea3
--- /dev/null
+++ b/src/modescommon/contacts_scoring_utilities.h
@@ -0,0 +1,147 @@
+#ifndef CONTACTS_SCORING_UTILITIES_H_
+#define CONTACTS_SCORING_UTILITIES_H_
+
+#include "../auxiliaries/chain_residue_atom_descriptor.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+typedef auxiliaries::ChainResidueAtomDescriptorsPair CRADsPair;
+
+struct InteractionName
+{
+	CRADsPair crads;
+	std::string tag;
+
+	InteractionName()
+	{
+	}
+
+	InteractionName(const CRADsPair& crads, const std::string& tag) : crads(crads), tag(tag)
+	{
+	}
+
+	bool operator==(const InteractionName& v) const
+	{
+		return (crads==v.crads && tag==v.tag);
+	}
+
+	bool operator<(const InteractionName& v) const
+	{
+		return ((crads<v.crads) || (crads==v.crads && tag<v.tag));
+	}
+};
+
+inline std::ostream& operator<<(std::ostream& output, const InteractionName& v)
+{
+	output << v.crads << " " << v.tag;
+	return output;
+}
+
+inline std::istream& operator>>(std::istream& input, InteractionName& v)
+{
+	input >> v.crads >> v.tag;
+	return input;
+}
+
+struct EnergyDescriptor
+{
+	double total_area;
+	double strange_area;
+	double energy;
+	int contacts_count;
+
+	EnergyDescriptor() : total_area(0), strange_area(0), energy(0), contacts_count(0)
+	{
+	}
+
+	void add(const EnergyDescriptor& ed)
+	{
+		total_area+=ed.total_area;
+		strange_area+=ed.strange_area;
+		energy+=ed.energy;
+		contacts_count+=ed.contacts_count;
+	}
+};
+
+inline std::ostream& operator<<(std::ostream& output, const EnergyDescriptor& v)
+{
+	output << v.total_area << " " << v.strange_area << " " << v.energy << " " << v.contacts_count;
+	return output;
+}
+
+inline std::istream& operator>>(std::istream& input, EnergyDescriptor& v)
+{
+	input >> v.total_area >> v.strange_area >> v.energy >> v.contacts_count;
+	return input;
+}
+
+inline CRAD generalize_crad(const CRAD& input_crad)
+{
+	CRAD crad=input_crad.without_numbering();
+	if(crad.resName=="ARG" && (crad.name=="NH1" || crad.name=="NH2"))
+	{
+		crad.name="NH1";
+	}
+	else if(crad.resName=="ASP" && (crad.name=="OD1" || crad.name=="OD2"))
+	{
+		crad.name="OD1";
+	}
+	else if(crad.resName=="GLU" && (crad.name=="OE1" || crad.name=="OE2"))
+	{
+		crad.name="OE1";
+	}
+	else if(crad.resName=="PHE" && (crad.name=="CD1" || crad.name=="CD2"))
+	{
+		crad.name="CD1";
+	}
+	else if(crad.resName=="PHE" && (crad.name=="CE1" || crad.name=="CE2"))
+	{
+		crad.name="CE1";
+	}
+	else if(crad.resName=="TYR" && (crad.name=="CD1" || crad.name=="CD2"))
+	{
+		crad.name="CD1";
+	}
+	else if(crad.resName=="TYR" && (crad.name=="CE1" || crad.name=="CE2"))
+	{
+		crad.name="CE1";
+	}
+	else if(crad.name=="OXT")
+	{
+		crad.name="O";
+	}
+	else if(crad.resName=="MSE")
+	{
+		crad.resName="MET";
+		if(crad.name=="SE")
+		{
+			crad.name="SD";
+		}
+	}
+	else if(crad.resName=="SEC")
+	{
+		crad.resName="CYS";
+		if(crad.name=="SE")
+		{
+			crad.name="SG";
+		}
+	}
+	return crad;
+}
+
+inline CRADsPair generalize_crads_pair(const CRADsPair& input_crads)
+{
+	return CRADsPair(generalize_crad(input_crads.a), generalize_crad(input_crads.b));
+}
+
+inline bool check_crads_pair_for_peptide_bond(const CRADsPair& crads)
+{
+	return (((crads.a.name=="C" && crads.b.name=="N" && crads.a.resSeq<crads.b.resSeq) || (crads.a.name=="N" && crads.b.name=="C" && crads.b.resSeq<crads.a.resSeq))
+			&& CRAD::match_with_sequence_separation_interval(crads.a, crads.b, 0, 1, false));
+}
+
+}
+
+#endif /* CONTACTS_SCORING_UTILITIES_H_ */
diff --git a/src/modescommon/drawing_cylinder.h b/src/modescommon/drawing_cylinder.h
new file mode 100644
index 0000000..aac9cfe
--- /dev/null
+++ b/src/modescommon/drawing_cylinder.h
@@ -0,0 +1,49 @@
+#ifndef DRAWING_CYLINDER_H_
+#define DRAWING_CYLINDER_H_
+
+#include "../apollota/basic_operations_on_spheres.h"
+#include "../apollota/rotation.h"
+
+#include "drawing_utilities.h"
+
+namespace
+{
+
+void draw_cylinder(
+		const apollota::SimpleSphere& a,
+		const apollota::SimpleSphere& b,
+		const int sides,
+		auxiliaries::OpenGLPrinter& opengl_printer)
+{
+	apollota::SimplePoint pa(a);
+	apollota::SimplePoint pb(b);
+	const apollota::SimplePoint axis=(pb-pa);
+	apollota::Rotation rotation(axis, 0);
+	const apollota::SimplePoint first_point=apollota::any_normal_of_vector<apollota::SimplePoint>(rotation.axis);
+	const double angle_step=360.0/static_cast<double>(std::min(std::max(sides, 6), 30));
+	std::vector<apollota::SimplePoint> contour;
+	contour.reserve(sides+1);
+	contour.push_back(first_point);
+	for(rotation.angle=angle_step;rotation.angle<360;rotation.angle+=angle_step)
+	{
+		contour.push_back(rotation.rotate<apollota::SimplePoint>(first_point));
+	}
+	contour.push_back(first_point);
+	std::vector<apollota::SimplePoint> vertices;
+	std::vector<apollota::SimplePoint> normals;
+	vertices.reserve(contour.size()*2);
+	normals.reserve(vertices.size());
+	for(std::size_t i=0;i<contour.size();i++)
+	{
+		const apollota::SimplePoint& p=contour[i];
+		vertices.push_back(pa+(p*a.r));
+		vertices.push_back(pb+(p*b.r));
+		normals.push_back(p);
+		normals.push_back(p);
+	}
+	opengl_printer.add_triangle_strip(vertices, normals);
+}
+
+}
+
+#endif /* DRAWING_CYLINDER_H_ */
diff --git a/src/modescommon/drawing_links.h b/src/modescommon/drawing_links.h
new file mode 100644
index 0000000..e578810
--- /dev/null
+++ b/src/modescommon/drawing_links.h
@@ -0,0 +1,75 @@
+#ifndef DRAWING_LINKS_H_
+#define DRAWING_LINKS_H_
+
+#include "../apollota/search_for_spherical_collisions.h"
+
+#include "drawing_cylinder.h"
+#include "ball_value.h"
+
+namespace
+{
+
+void draw_links(
+		const std::vector< std::pair<CRAD, BallValue> >& list_of_balls,
+		const double ball_collision_radius,
+		const double bsh_initial_radius,
+		const double ball_drawing_radius,
+		const double cylinder_drawing_radius,
+		const int cylinder_sides,
+		const bool check_sequence,
+		const DrawingParametersWrapper& drawing_parameters_wrapper,
+		auxiliaries::OpenGLPrinter& opengl_printer)
+{
+	std::vector<apollota::SimpleSphere> spheres(list_of_balls.size());
+	for(std::size_t i=0;i<list_of_balls.size();i++)
+	{
+		spheres[i]=apollota::SimpleSphere(list_of_balls[i].second, ball_collision_radius);
+	}
+	apollota::BoundingSpheresHierarchy bsh(spheres, bsh_initial_radius, 1);
+	for(std::size_t i=0;i<list_of_balls.size();i++)
+	{
+		const apollota::SimpleSphere& a=spheres[i];
+		const CRAD& a_crad=list_of_balls[i].first;
+		drawing_parameters_wrapper.process(a_crad, list_of_balls[i].second.props.adjuncts, opengl_printer);
+		opengl_printer.add_sphere(apollota::SimpleSphere(a, ball_drawing_radius));
+		std::vector<std::size_t> collisions=apollota::SearchForSphericalCollisions::find_all_collisions(bsh, a);
+		for(std::size_t j=0;j<collisions.size();j++)
+		{
+			const std::size_t collision_id=collisions[j];
+			if(i!=collision_id)
+			{
+				const apollota::SimpleSphere& b=spheres[collision_id];
+				const CRAD& b_crad=list_of_balls[collision_id].first;
+				if(!check_sequence || (a_crad.chainID==b_crad.chainID && abs(a_crad.resSeq-b_crad.resSeq)<=1))
+				draw_cylinder(
+						apollota::SimpleSphere(a, cylinder_drawing_radius),
+						apollota::SimpleSphere(apollota::sum_of_points<apollota::SimplePoint>(a, b)*0.5, cylinder_drawing_radius),
+						cylinder_sides,
+						opengl_printer);
+			}
+		}
+	}
+}
+
+void draw_trace(
+		const std::vector< std::pair<CRAD, BallValue> >& list_of_balls,
+		const std::string& atom_name,
+		const double max_distance,
+		const double drawing_radius,
+		const DrawingParametersWrapper& drawing_parameters_wrapper,
+		auxiliaries::OpenGLPrinter& opengl_printer)
+{
+	std::vector< std::pair<CRAD, BallValue> > list_of_balls_filtered;
+	for(std::size_t i=0;i<list_of_balls.size();i++)
+	{
+		if(list_of_balls[i].first.name==atom_name)
+		{
+			list_of_balls_filtered.push_back(list_of_balls[i]);
+		}
+	}
+	draw_links(list_of_balls_filtered, max_distance*0.5, 10.0, drawing_radius, drawing_radius, 12, true, drawing_parameters_wrapper, opengl_printer);
+}
+
+}
+
+#endif /* DRAWING_LINKS_H_ */
diff --git a/src/modescommon/drawing_nucleic_acid_cartoons.h b/src/modescommon/drawing_nucleic_acid_cartoons.h
new file mode 100644
index 0000000..b176ebe
--- /dev/null
+++ b/src/modescommon/drawing_nucleic_acid_cartoons.h
@@ -0,0 +1,221 @@
+#ifndef DRAWING_NUCLEIC_ACID_CARTOONS_H_
+#define DRAWING_NUCLEIC_ACID_CARTOONS_H_
+
+#include "../apollota/polynomial_curves.h"
+
+#include "drawing_utilities.h"
+#include "drawing_cylinder.h"
+
+namespace
+{
+
+class DrawingNucleicAcidCartoons
+{
+public:
+	double main_radius;
+	double side_radius;
+	double hermite_spline_k;
+	double hermite_spline_steps;
+	int cylinder_quality;
+
+	DrawingNucleicAcidCartoons() :
+		main_radius(0.5),
+		side_radius(0.3),
+		hermite_spline_k(0.5),
+		hermite_spline_steps(4),
+		cylinder_quality(12)
+	{
+	}
+
+	void draw_cartoon(
+			const std::vector< std::pair<CRAD, BallValue> >& list_of_balls,
+			const DrawingParametersWrapper& drawing_parameters_wrapper,
+			auxiliaries::OpenGLPrinter& opengl_printer)
+	{
+		std::map<CRAD, BallValue> map_of_crad_values;
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const CRAD& crad=list_of_balls[i].first;
+			if(crad.name=="C3'")
+			{
+				map_of_crad_values[crad.without_atom()]=list_of_balls[i].second;
+			}
+		}
+		const std::vector< std::vector<ResidueOrientation> > residue_orientations=collect_residue_orientations(list_of_balls);
+		const std::map< CRAD, std::vector<RibbonVertebra> > spine=construct_ribbon_spine(residue_orientations, hermite_spline_k, hermite_spline_steps);
+		for(std::map< CRAD, std::vector<RibbonVertebra> >::const_iterator it=spine.begin();it!=spine.end();++it)
+		{
+			const CRAD& crad=it->first;
+			const std::vector<RibbonVertebra>& subspine=it->second;
+			drawing_parameters_wrapper.process(crad, map_of_crad_values[crad].props.adjuncts, opengl_printer);
+			for(std::size_t i=0;i+1<subspine.size();i++)
+			{
+				const RibbonVertebra& rv=subspine[i];
+				const RibbonVertebra& next_rv=subspine[i+1];
+				draw_cylinder(apollota::SimpleSphere(rv.center, main_radius), apollota::SimpleSphere(next_rv.center, main_radius), cylinder_quality, opengl_printer);
+			}
+			for(std::size_t i=0;i<subspine.size();i++)
+			{
+				const RibbonVertebra& rv=subspine[i];
+				opengl_printer.add_sphere(apollota::SimpleSphere(rv.center, main_radius));
+			}
+		}
+		for(std::size_t i=0;i<residue_orientations.size();i++)
+		{
+			for(std::size_t j=0;j<residue_orientations[i].size();j++)
+			{
+				const ResidueOrientation& ro=residue_orientations[i][j];
+				const CRAD& crad=ro.crad;
+				const apollota::SimplePoint p=(ro.C3+((ro.C2-ro.C3).unit()*6.0));
+				drawing_parameters_wrapper.process(crad, map_of_crad_values[crad].props.adjuncts, opengl_printer);
+				draw_cylinder(apollota::SimpleSphere(ro.C3, side_radius), apollota::SimpleSphere(p, side_radius), cylinder_quality, opengl_printer);
+				opengl_printer.add_sphere(apollota::SimpleSphere(p, side_radius));
+			}
+		}
+	}
+
+private:
+	class ResidueOrientation
+	{
+	public:
+		CRAD crad;
+		apollota::SimplePoint C3;
+		apollota::SimplePoint C2;
+		bool C3_flag;
+		bool C2_flag;
+
+		ResidueOrientation() : C3_flag(false), C2_flag(false)
+		{
+		}
+
+		bool valid() const
+		{
+			return (C3_flag && C2_flag);
+		}
+	};
+
+	struct RibbonVertebra
+	{
+		apollota::SimplePoint center;
+	};
+
+	static std::vector< std::vector<ResidueOrientation> > collect_residue_orientations(const std::vector< std::pair<CRAD, BallValue> >& list_of_balls)
+	{
+		std::map<CRAD, ResidueOrientation> map_of_residue_orientations;
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const CRAD& crad=list_of_balls[i].first;
+			const BallValue& ball_value=list_of_balls[i].second;
+			const apollota::SimplePoint ball_center(ball_value);
+			ResidueOrientation& ro=map_of_residue_orientations[crad.without_atom()];
+			ro.crad=crad.without_atom();
+			if(crad.name=="C3'")
+			{
+				ro.C3=ball_center;
+				ro.C3_flag=true;
+			}
+			else if(crad.name=="C2")
+			{
+				ro.C2=ball_center;
+				ro.C2_flag=true;
+			}
+		}
+		std::vector< std::vector<ResidueOrientation> > result;
+		for(std::map<CRAD, ResidueOrientation>::const_iterator it=map_of_residue_orientations.begin();it!=map_of_residue_orientations.end();++it)
+		{
+			const ResidueOrientation& ro=it->second;
+			if(ro.valid())
+			{
+				if(result.empty())
+				{
+					result.push_back(std::vector<ResidueOrientation>(1, ro));
+				}
+				else
+				{
+					const ResidueOrientation& prev_ro=result.back().back();
+					if(prev_ro.crad.chainID==ro.crad.chainID && apollota::distance_from_point_to_point(prev_ro.C3, ro.C3)<8.0)
+					{
+						result.back().push_back(ro);
+					}
+					else
+					{
+						result.push_back(std::vector<ResidueOrientation>(1, ro));
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+	static std::map< CRAD, std::vector<RibbonVertebra> > construct_ribbon_spine(const std::vector<ResidueOrientation>& ros, const double k, const int steps)
+	{
+		std::map< CRAD, std::vector<RibbonVertebra> > result;
+		std::vector<RibbonVertebra> controls(ros.size());
+		for(std::size_t i=0;i<ros.size();i++)
+		{
+			const ResidueOrientation& ro=ros[i];
+			RibbonVertebra& rv=controls[i];
+			rv.center=ro.C3;
+		}
+		if(controls.size()>=4)
+		{
+			for(std::size_t i=0;i+1<controls.size();i++)
+			{
+				std::vector<apollota::SimplePoint> strip_center;
+				if(i==0)
+				{
+					strip_center=apollota::interpolate_using_cubic_hermite_spline(controls[i].center+(controls[i].center-controls[i+1].center), controls[i].center, controls[i+1].center, controls[i+2].center, k, steps);
+				}
+				else if(i+2==controls.size())
+				{
+					strip_center=apollota::interpolate_using_cubic_hermite_spline(controls[i-1].center, controls[i].center, controls[i+1].center, controls[i+1].center+(controls[i+1].center-controls[i].center), k, steps);
+				}
+				else
+				{
+					strip_center=apollota::interpolate_using_cubic_hermite_spline(controls[i-1].center, controls[i].center, controls[i+1].center, controls[i+2].center, k, steps);
+				}
+				if(!strip_center.empty())
+				{
+					std::vector<RibbonVertebra>& result_a=result[ros[i].crad];
+					std::vector<RibbonVertebra>& result_b=result[ros[i+1].crad];
+					result_a.reserve(strip_center.size()/2+1);
+					result_b.reserve(strip_center.size()/2+1);
+					for(std::size_t j=0;j<strip_center.size();j++)
+					{
+						RibbonVertebra v;
+						v.center=strip_center[j];
+						if(j<strip_center.size()/2)
+						{
+							result_a.push_back(v);
+						}
+						else if(j==strip_center.size()/2)
+						{
+							result_a.push_back(v);
+							result_b.push_back(v);
+						}
+						else
+						{
+							result_b.push_back(v);
+						}
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+	static std::map< CRAD, std::vector<RibbonVertebra> > construct_ribbon_spine(const std::vector< std::vector<ResidueOrientation> >& residue_orientations, const double k, const int steps)
+	{
+		std::map< CRAD, std::vector<RibbonVertebra> > result;
+		for(std::size_t i=0;i<residue_orientations.size();i++)
+		{
+			std::map< CRAD, std::vector<RibbonVertebra> > partial_result=construct_ribbon_spine(residue_orientations[i], k, steps);
+			result.insert(partial_result.begin(), partial_result.end());
+		}
+		return result;
+	}
+};
+
+}
+
+#endif /* DRAWING_NUCLEIC_ACID_CARTOONS_H_ */
diff --git a/src/modescommon/drawing_protein_cartoons.h b/src/modescommon/drawing_protein_cartoons.h
new file mode 100644
index 0000000..91613dd
--- /dev/null
+++ b/src/modescommon/drawing_protein_cartoons.h
@@ -0,0 +1,443 @@
+#ifndef DRAWING_CARTOONS_H_
+#define DRAWING_CARTOONS_H_
+
+#include "../apollota/polynomial_curves.h"
+
+#include "drawing_utilities.h"
+
+namespace
+{
+
+class DrawingProteinCartoons
+{
+public:
+	double loop_width;
+	double loop_height;
+	double nonloop_width;
+	double nonloop_height;
+	double arrow_width;
+	double hermite_spline_k;
+	double hermite_spline_steps;
+	bool enable_arrows;
+
+	DrawingProteinCartoons() :
+		loop_width(0.30),
+		loop_height(0.15),
+		nonloop_width(1.2),
+		nonloop_height(0.15),
+		arrow_width(1.6),
+		hermite_spline_k(0.8),
+		hermite_spline_steps(10),
+		enable_arrows(true)
+	{
+	}
+
+	void draw_cartoon(
+			const std::vector< std::pair<CRAD, BallValue> >& list_of_balls,
+			const DrawingParametersWrapper& drawing_parameters_wrapper,
+			auxiliaries::OpenGLPrinter& opengl_printer)
+	{
+		std::map<CRAD, BallValue> map_of_crad_values;
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const CRAD& crad=list_of_balls[i].first;
+			if(crad.name=="CA")
+			{
+				map_of_crad_values[crad.without_atom()]=list_of_balls[i].second;
+			}
+		}
+		const std::map< CRAD, std::vector<RibbonVertebra> > spine=construct_ribbon_spine(list_of_balls, hermite_spline_k, hermite_spline_steps);
+		for(std::map< CRAD, std::vector<RibbonVertebra> >::const_iterator it=spine.begin();it!=spine.end();++it)
+		{
+			const CRAD& crad=it->first;
+			const BallValue& ball_value=map_of_crad_values[crad];
+			const std::vector<RibbonVertebra>& subspine=it->second;
+			if(subspine.size()>1)
+			{
+				drawing_parameters_wrapper.process(crad, ball_value.props.adjuncts, opengl_printer);
+
+				const int ss_type=subspine.front().ss_type;
+
+				int prev_ss_type=0;
+				if(it!=spine.begin())
+				{
+					std::map< CRAD, std::vector<RibbonVertebra> >::const_iterator prev_it=it;
+					--prev_it;
+					prev_ss_type=prev_it->second.front().ss_type;
+				}
+
+				int next_ss_type=0;
+				{
+					std::map< CRAD, std::vector<RibbonVertebra> >::const_iterator next_it=it;
+					++next_it;
+					if(next_it!=spine.end())
+					{
+						next_ss_type=next_it->second.front().ss_type;
+					}
+				}
+
+				const bool loop=(ss_type==0);
+				const double wk=(loop ? loop_width : nonloop_width);
+				const double hk=(loop ? loop_height : nonloop_height);
+
+				const bool arrow=(enable_arrows && (prev_ss_type==2 && ss_type==2 && next_ss_type!=2));
+
+				for(int e=0;e<2;e++)
+				{
+					for(int o=0;o<2;o++)
+					{
+						std::vector<apollota::SimplePoint> vertices;
+						std::vector<apollota::SimplePoint> normals;
+						for(std::size_t i=0;i<subspine.size();i++)
+						{
+							double mwk=wk;
+							if(arrow)
+							{
+								mwk=(1.0-static_cast<double>(i)/static_cast<double>(subspine.size()-1))*arrow_width+loop_width;
+							}
+							const RibbonVertebra& rv=subspine[i];
+							const apollota::SimplePoint c=rv.center;
+							const apollota::SimplePoint u=(o==0 ? ((rv.up-c).unit()*(e==0 ? 1.0 : -1.0)*hk) : ((rv.right-c).unit()*(e==0 ? 1.0 : -1.0)*mwk));
+							const apollota::SimplePoint r=(o==0 ? ((rv.right-c).unit()*mwk) : ((rv.up-c).unit()*hk));
+							const apollota::SimplePoint l=r.inverted();
+							vertices.push_back(c+l+u);
+							vertices.push_back(c+r+u);
+							normals.push_back(u.unit());
+							normals.push_back(u.unit());
+						}
+						opengl_printer.add_triangle_strip(vertices, normals);
+					}
+
+					{
+						double mwk=wk;
+						if(arrow)
+						{
+							mwk=(e==0 ? (arrow_width+loop_width) : loop_width);
+						}
+						const RibbonVertebra& rv=(e==0 ? subspine.front() : subspine.back());
+						const apollota::SimplePoint c=rv.center;
+						const apollota::SimplePoint u=(rv.up-c).unit()*hk;
+						const apollota::SimplePoint d=u.inverted();
+						const apollota::SimplePoint r=(rv.right-c).unit()*mwk;
+						const apollota::SimplePoint l=r.inverted();
+						const apollota::SimplePoint n=((subspine.front().center-subspine.back().center)*(e==0 ? 1.0 : -1.0)).unit();
+						std::vector<apollota::SimplePoint> vertices;
+						std::vector<apollota::SimplePoint> normals;
+						vertices.push_back(c+d+l);
+						vertices.push_back(c+d+r);
+						vertices.push_back(c+u+l);
+						vertices.push_back(c+u+r);
+						normals.push_back(n.unit());
+						normals.push_back(n.unit());
+						normals.push_back(n.unit());
+						normals.push_back(n.unit());
+						opengl_printer.add_triangle_strip(vertices, normals);
+					}
+				}
+			}
+		}
+	}
+
+private:
+	class ResidueOrientation
+	{
+	public:
+		CRAD crad;
+		apollota::SimplePoint CA;
+		apollota::SimplePoint C;
+		apollota::SimplePoint N;
+		apollota::SimplePoint O;
+		apollota::SimplePoint up;
+		apollota::SimplePoint right;
+		bool CA_flag;
+		bool C_flag;
+		bool N_flag;
+		bool O_flag;
+		int ss_type;
+
+		ResidueOrientation() : CA_flag(false), C_flag(false), N_flag(false), O_flag(false), ss_type(0)
+		{
+		}
+
+		static void orient_sequence(std::vector<ResidueOrientation>& seq)
+		{
+			if(seq.size()>1)
+			{
+				for(std::size_t i=0;(i+1)<seq.size();i++)
+				{
+					seq[i].orient(seq[i+1].CA-seq[i].CA);
+				}
+				seq[seq.size()-1].orient(seq[seq.size()-1].CA-seq[seq.size()-2].CA);
+				for(std::size_t i=1;i<seq.size();i++)
+				{
+					seq[i].reorient(seq[i-1]);
+				}
+			}
+		}
+
+		bool orientable() const
+		{
+			return (CA_flag && C_flag && N_flag && O_flag);
+		}
+
+		void orient(const apollota::SimplePoint& forward)
+		{
+			if(orientable())
+			{
+				up=(forward&((O-C).unit()+(N-CA).unit()*0.5)).unit();
+				right=(forward&up).unit();
+			}
+		}
+
+		void reorient(const ResidueOrientation& reference)
+		{
+			const double v_plus=(right*reference.right);
+			const double v_minus=(right.inverted()*reference.right);
+			if(v_minus>v_plus)
+			{
+				up=up.inverted();
+				right=right.inverted();
+			}
+		}
+	};
+
+	struct RibbonVertebra
+	{
+		apollota::SimplePoint center;
+		apollota::SimplePoint up;
+		apollota::SimplePoint right;
+		int ss_type;
+	};
+
+	static int ss_type_from_ball_value(const BallValue& ball_value)
+	{
+		if(ball_value.props.tags.count("dssp=H")>0 || ball_value.props.tags.count("dssp=G")>0 || ball_value.props.tags.count("dssp=I")>0)
+		{
+			return 1;
+		}
+		else if(ball_value.props.tags.count("dssp=B")>0 || ball_value.props.tags.count("dssp=E")>0)
+		{
+			return 2;
+		}
+		return 0;
+	}
+
+	static std::vector< std::vector<ResidueOrientation> > collect_residue_orientations(const std::vector< std::pair<CRAD, BallValue> >& list_of_balls)
+	{
+		std::map<CRAD, ResidueOrientation> map_of_residue_orientations;
+		for(std::size_t i=0;i<list_of_balls.size();i++)
+		{
+			const CRAD& crad=list_of_balls[i].first;
+			const BallValue& ball_value=list_of_balls[i].second;
+			const apollota::SimplePoint ball_center(ball_value);
+			ResidueOrientation& ro=map_of_residue_orientations[crad.without_atom()];
+			ro.crad=crad.without_atom();
+			if(crad.name=="CA")
+			{
+				ro.CA=ball_center;
+				ro.CA_flag=true;
+			}
+			else if(crad.name=="C")
+			{
+				ro.C=ball_center;
+				ro.C_flag=true;
+			}
+			else if(crad.name=="N")
+			{
+				ro.N=ball_center;
+				ro.N_flag=true;
+			}
+			else if(crad.name=="O")
+			{
+				ro.O=ball_center;
+				ro.O_flag=true;
+			}
+			ro.ss_type=ss_type_from_ball_value(ball_value);
+		}
+		std::vector< std::vector<ResidueOrientation> > result;
+		for(std::map<CRAD, ResidueOrientation>::const_iterator it=map_of_residue_orientations.begin();it!=map_of_residue_orientations.end();++it)
+		{
+			const ResidueOrientation& ro=it->second;
+			if(ro.orientable())
+			{
+				if(result.empty())
+				{
+					result.push_back(std::vector<ResidueOrientation>(1, ro));
+				}
+				else
+				{
+					const ResidueOrientation& prev_ro=result.back().back();
+					if(prev_ro.crad.chainID==ro.crad.chainID && apollota::distance_from_point_to_point(prev_ro.C, ro.N)<1.6)
+					{
+						result.back().push_back(ro);
+					}
+					else
+					{
+						result.push_back(std::vector<ResidueOrientation>(1, ro));
+					}
+				}
+			}
+		}
+		for(std::size_t i=0;i<result.size();i++)
+		{
+			ResidueOrientation::orient_sequence(result[i]);
+		}
+		return result;
+	}
+
+	static std::map< CRAD, std::vector<RibbonVertebra> > construct_ribbon_spine(const std::vector<ResidueOrientation>& ros, const double k, const int steps)
+	{
+		std::map< CRAD, std::vector<RibbonVertebra> > result;
+		std::vector<RibbonVertebra> controls(ros.size());
+		std::vector<std::size_t> beta_ids;
+		for(std::size_t i=0;i<ros.size();i++)
+		{
+			const ResidueOrientation& ro=ros[i];
+			RibbonVertebra& rv=controls[i];
+			rv.center=ro.CA;
+			rv.up=ro.CA+(ro.up*0.2);
+			rv.right=ro.CA+(ro.right*0.5);
+			rv.ss_type=ro.ss_type;
+		}
+		for(std::size_t i=1;i+1<controls.size();i++)
+		{
+			RibbonVertebra& rv=controls[i];
+			const ResidueOrientation& prev_ro=ros[i-1];
+			const ResidueOrientation& next_ro=ros[i+1];
+			if(rv.ss_type==2 && prev_ro.ss_type==2 && next_ro.ss_type==1)
+			{
+				rv.ss_type=0;
+			}
+			else if(rv.ss_type==2 && prev_ro.ss_type==1 && next_ro.ss_type==2)
+			{
+				rv.ss_type=0;
+			}
+			else if(rv.ss_type!=0 && prev_ro.ss_type==0 && next_ro.ss_type==0)
+			{
+				rv.ss_type=0;
+			}
+		}
+		for(std::size_t i=0;i<controls.size();i++)
+		{
+			const RibbonVertebra& rv=controls[i];
+			if(rv.ss_type==2)
+			{
+				beta_ids.push_back(i);
+			}
+			if(rv.ss_type!=2 || (i+1)==controls.size())
+			{
+				if(beta_ids.size()>2)
+				{
+					std::vector<apollota::SimplePoint> controls_center(beta_ids.size());
+					std::vector<apollota::SimplePoint> controls_up(beta_ids.size());
+					std::vector<apollota::SimplePoint> controls_right(beta_ids.size());
+					for(std::size_t j=0;j<beta_ids.size();j++)
+					{
+						const RibbonVertebra& rv=controls[beta_ids[j]];
+						controls_center[j]=rv.center;
+						controls_up[j]=rv.up;
+						controls_right[j]=rv.right;
+					}
+					for(std::size_t j=1;(j+1)<beta_ids.size();j++)
+					{
+						const double t=1.0/static_cast<double>(beta_ids.size()-1)*static_cast<double>(j);
+						RibbonVertebra& rv=controls[beta_ids[j]];
+						rv.center=apollota::bezier_curve_point(controls_center, t);
+						rv.up=apollota::bezier_curve_point(controls_up, t);
+						rv.right=apollota::bezier_curve_point(controls_right, t);
+					}
+				}
+				beta_ids.clear();
+			}
+		}
+		if(controls.size()>=4)
+		{
+			for(std::size_t i=0;i+1<controls.size();i++)
+			{
+				int ss_types[4]={(i>0 ? controls[i-1].ss_type : 0), controls[i].ss_type, controls[i+1].ss_type, (i+2<controls.size() ? controls[i+2].ss_type : 0)};
+				std::vector<apollota::SimplePoint> strip_center;
+				std::vector<apollota::SimplePoint> strip_up;
+				std::vector<apollota::SimplePoint> strip_right;
+				if(i==0 || (ss_types[0]!=2 && ss_types[1]==2 && ss_types[2]==2))
+				{
+					strip_center=apollota::interpolate_using_cubic_hermite_spline(controls[i].center+(controls[i].center-controls[i+1].center), controls[i].center, controls[i+1].center, controls[i+2].center, k, steps);
+					strip_up=apollota::interpolate_using_cubic_hermite_spline(controls[i].up+(controls[i].up-controls[i+1].up), controls[i].up, controls[i+1].up, controls[i+2].up, k, steps);
+					strip_right=apollota::interpolate_using_cubic_hermite_spline(controls[i].right+(controls[i].right-controls[i+1].right), controls[i].right, controls[i+1].right, controls[i+2].right, k, steps);
+				}
+				else if(i+2==controls.size() || (ss_types[1]==2 && ss_types[2]==2 && ss_types[3]!=2))
+				{
+					strip_center=apollota::interpolate_using_cubic_hermite_spline(controls[i-1].center, controls[i].center, controls[i+1].center, controls[i+1].center+(controls[i+1].center-controls[i].center), k, steps);
+					strip_up=apollota::interpolate_using_cubic_hermite_spline(controls[i-1].up, controls[i].up, controls[i+1].up, controls[i+1].up+(controls[i+1].up-controls[i].up), k, steps);
+					strip_right=apollota::interpolate_using_cubic_hermite_spline(controls[i-1].right, controls[i].right, controls[i+1].right, controls[i+1].right+(controls[i+1].right-controls[i].right), k, steps);
+				}
+				else
+				{
+					strip_center=apollota::interpolate_using_cubic_hermite_spline(controls[i-1].center, controls[i].center, controls[i+1].center, controls[i+2].center, k, steps);
+					strip_up=apollota::interpolate_using_cubic_hermite_spline(controls[i-1].up, controls[i].up, controls[i+1].up, controls[i+2].up, k, steps);
+					strip_right=apollota::interpolate_using_cubic_hermite_spline(controls[i-1].right, controls[i].right, controls[i+1].right, controls[i+2].right, k, steps);
+				}
+				if(!strip_center.empty() && strip_center.size()==strip_up.size() && strip_center.size()==strip_right.size())
+				{
+					std::vector<RibbonVertebra>& result_a=result[ros[i].crad];
+					std::vector<RibbonVertebra>& result_b=result[ros[i+1].crad];
+					result_a.reserve(strip_center.size()/2+1);
+					result_b.reserve(strip_center.size()/2+1);
+					for(std::size_t j=0;j<strip_center.size();j++)
+					{
+						RibbonVertebra v;
+						v.center=strip_center[j];
+						v.up=strip_up[j];
+						v.right=strip_right[j];
+						if(ss_types[1]==0 && ss_types[2]!=0 && ss_types[3]!=0 && ss_types[2]==ss_types[3])
+						{
+							v.ss_type=controls[i].ss_type;
+							result_a.push_back(v);
+						}
+						else if(ss_types[0]!=0 && ss_types[1]!=0 && ss_types[2]==0 && ss_types[0]==ss_types[1])
+						{
+							v.ss_type=controls[i+1].ss_type;
+							result_b.push_back(v);
+						}
+						else
+						{
+							if(j<strip_center.size()/2)
+							{
+								v.ss_type=controls[i].ss_type;
+								result_a.push_back(v);
+							}
+							else if(j==strip_center.size()/2)
+							{
+								v.ss_type=controls[i].ss_type;
+								result_a.push_back(v);
+								v.ss_type=controls[i+1].ss_type;
+								result_b.push_back(v);
+							}
+							else
+							{
+								v.ss_type=controls[i+1].ss_type;
+								result_b.push_back(v);
+							}
+						}
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+	static std::map< CRAD, std::vector<RibbonVertebra> > construct_ribbon_spine(const std::vector< std::pair<CRAD, BallValue> >& list_of_balls, const double k, const int steps)
+	{
+		std::map< CRAD, std::vector<RibbonVertebra> > result;
+		const std::vector< std::vector<ResidueOrientation> > residue_orientations=collect_residue_orientations(list_of_balls);
+		for(std::size_t i=0;i<residue_orientations.size();i++)
+		{
+			std::map< CRAD, std::vector<RibbonVertebra> > partial_result=construct_ribbon_spine(residue_orientations[i], k, steps);
+			result.insert(partial_result.begin(), partial_result.end());
+		}
+		return result;
+	}
+};
+
+}
+
+#endif /* DRAWING_CARTOONS_H_ */
diff --git a/src/modescommon/drawing_utilities.h b/src/modescommon/drawing_utilities.h
new file mode 100644
index 0000000..b232f1a
--- /dev/null
+++ b/src/modescommon/drawing_utilities.h
@@ -0,0 +1,185 @@
+#ifndef DRAWING_UTILITIES_H_
+#define DRAWING_UTILITIES_H_
+
+#include "../auxiliaries/chain_residue_atom_descriptor.h"
+#include "../auxiliaries/opengl_printer.h"
+
+namespace
+{
+
+typedef auxiliaries::ChainResidueAtomDescriptor CRAD;
+
+class DrawingParametersWrapper
+{
+public:
+	unsigned int default_color;
+	std::string adjunct_gradient;
+	double adjunct_gradient_blue;
+	double adjunct_gradient_red;
+	bool adjuncts_rgb;
+	bool random_colors;
+	bool random_colors_by_chain;
+	double alpha_opacity;
+	bool use_labels;
+	bool rainbow_gradient;
+
+	DrawingParametersWrapper() :
+		default_color(0xFFFFFF),
+		adjunct_gradient(""),
+		adjunct_gradient_blue(0.0),
+		adjunct_gradient_red(1.0),
+		adjuncts_rgb(false),
+		random_colors(false),
+		random_colors_by_chain(false),
+		alpha_opacity(1.0),
+		use_labels(false),
+		rainbow_gradient(false)
+	{
+	}
+
+	template<typename T>
+	void process(const T& descriptor, const std::map<std::string, double>& adjuncts, auxiliaries::OpenGLPrinter& opengl_printer) const
+	{
+		if(use_labels)
+		{
+			opengl_printer.add_label(construct_label(descriptor));
+		}
+
+		if(!adjunct_gradient.empty() && adjunct_gradient_blue!=adjunct_gradient_red)
+		{
+			if(adjuncts.count(adjunct_gradient)<1)
+			{
+				opengl_printer.add_color(default_color);
+			}
+			else
+			{
+				double value=adjuncts.find(adjunct_gradient)->second;
+				if(adjunct_gradient_blue<adjunct_gradient_red)
+				{
+					value=(value-adjunct_gradient_blue)/(adjunct_gradient_red-adjunct_gradient_blue);
+				}
+				else
+				{
+					value=1.0-((value-adjunct_gradient_red)/(adjunct_gradient_blue-adjunct_gradient_red));
+				}
+				if(rainbow_gradient)
+				{
+					opengl_printer.add_color_from_rainbow_gradient(value);
+				}
+				else
+				{
+					opengl_printer.add_color_from_blue_white_red_gradient(value);
+				}
+			}
+		}
+		else if(adjuncts_rgb)
+		{
+			const bool rp=adjuncts.count("r")>0;
+			const bool gp=adjuncts.count("g")>0;
+			const bool bp=adjuncts.count("b")>0;
+			if(!(rp || gp || bp))
+			{
+				opengl_printer.add_color(default_color);
+			}
+			else
+			{
+				opengl_printer.add_color(
+						(rp ? adjuncts.find("r")->second : 0.0),
+						(gp ? adjuncts.find("g")->second : 0.0),
+						(bp ? adjuncts.find("b")->second : 0.0));
+			}
+		}
+		else if(random_colors)
+		{
+			opengl_printer.add_color(calc_color_integer(descriptor));
+		}
+		else if(random_colors_by_chain)
+		{
+			opengl_printer.add_color(calc_color_integer_by_chain(descriptor));
+		}
+	}
+
+private:
+	static unsigned int calc_string_color_integer(const std::string& str)
+	{
+		const long generator=123456789;
+		const long limiter=0xFFFFFF;
+		long hash=generator;
+		for(std::size_t i=0;i<str.size();i++)
+		{
+			hash+=static_cast<long>(str[i]+1)*static_cast<long>(i+1)*generator;
+		}
+		return static_cast<unsigned int>(hash%limiter);
+	}
+
+	static unsigned int calc_lighter_color_integer(const unsigned int color)
+	{
+		return std::min(color+static_cast<unsigned int>(0x444444), static_cast<unsigned int>(0xFFFFFF));
+	}
+
+	static unsigned int calc_color_integer(const CRAD& crad)
+	{
+		return calc_string_color_integer(crad.str());
+	}
+
+	static unsigned int calc_color_integer(const std::pair<CRAD, CRAD>& crads)
+	{
+		return calc_string_color_integer(
+				crads.first<crads.second ?
+						(crads.first.str()+crads.second.str()) :
+						(crads.second.str()+crads.first.str()));
+	}
+
+	static unsigned int calc_color_integer_by_chain(const CRAD& crad)
+	{
+		return calc_lighter_color_integer(calc_string_color_integer(crad.chainID));
+	}
+
+	static unsigned int calc_color_integer_by_chain(const std::pair<CRAD, CRAD>& crads)
+	{
+		return calc_lighter_color_integer(calc_string_color_integer(crads.first.chainID<crads.second.chainID ? (crads.first.chainID+crads.second.chainID) : (crads.second.chainID+crads.first.chainID)));
+	}
+
+	static std::string construct_label(const CRAD& crad)
+	{
+		std::ostringstream output;
+		output << "[ ";
+		if(!crad.chainID.empty())
+		{
+			output << crad.chainID;
+			output << " ";
+		}
+		if(crad.resSeq!=CRAD::null_num())
+		{
+			output << crad.resSeq;
+			if(!crad.iCode.empty())
+			{
+				output << crad.iCode;
+			}
+			output << " ";
+		}
+		if(!crad.resName.empty())
+		{
+			output << crad.resName;
+			output << " ";
+		}
+		if(!crad.name.empty())
+		{
+			output << crad.name;
+			output << " ";
+		}
+		output << "]";
+		return output.str();
+	}
+
+	static std::string construct_label(const std::pair<CRAD, CRAD>& crads)
+	{
+		std::ostringstream output;
+		output << construct_label(crads.first) << " " << construct_label(crads.second);
+		return output.str();
+	}
+};
+
+}
+
+#endif /* DRAWING_UTILITIES_H_ */
diff --git a/src/modescommon/filepath_utilities.h b/src/modescommon/filepath_utilities.h
new file mode 100644
index 0000000..94d783e
--- /dev/null
+++ b/src/modescommon/filepath_utilities.h
@@ -0,0 +1,38 @@
+#ifndef FILEPATH_UTILITIES_H_
+#define FILEPATH_UTILITIES_H_
+
+#include <string>
+#include <set>
+
+namespace
+{
+
+std::size_t calc_common_path_start_length(const std::set<std::string>& filenames)
+{
+	std::size_t common_path_start_length=0;
+	if(filenames.size()>1)
+	{
+		const std::string& first_filename=(*filenames.begin());
+		bool common_start=true;
+		for(std::size_t pos=0;(common_start && pos<first_filename.size());pos++)
+		{
+			for(std::set<std::string>::const_iterator it=filenames.begin();(common_start && it!=filenames.end());++it)
+			{
+				const std::string& filename=(*it);
+				if(!(pos<filename.size() && filename[pos]==first_filename[pos]))
+				{
+					common_start=false;
+				}
+			}
+			if(common_start && (first_filename[pos]=='/' || first_filename[pos]=='\\'))
+			{
+				common_path_start_length=(pos+1);
+			}
+		}
+	}
+	return common_path_start_length;
+}
+
+}
+
+#endif /* FILEPATH_UTILITIES_H_ */
diff --git a/src/modescommon/generic_utilities.h b/src/modescommon/generic_utilities.h
new file mode 100644
index 0000000..2326abd
--- /dev/null
+++ b/src/modescommon/generic_utilities.h
@@ -0,0 +1,42 @@
+#ifndef GENERIC_UTILITIES_H_
+#define GENERIC_UTILITIES_H_
+
+#include <map>
+
+namespace
+{
+
+class GenericUtilities
+{
+public:
+	template<typename T>
+	static std::map<typename T::key_type, std::pair<typename T::mapped_type, typename T::mapped_type> > merge_two_maps(const T& a, const T& b)
+	{
+		std::map<typename T::key_type, std::pair<typename T::mapped_type, typename T::mapped_type> > result;
+		typename T::const_iterator a_it=a.begin();
+		typename T::const_iterator b_it=b.begin();
+		while(a_it!=a.end() && b_it!=b.end())
+		{
+			if(a_it->first==b_it->first)
+			{
+				result.insert(result.end(), std::make_pair(a_it->first, std::make_pair(a_it->second, b_it->second)));
+				++a_it;
+				++b_it;
+			}
+			else if(a_it->first<b_it->first)
+			{
+				++a_it;
+			}
+			else if(b_it->first<a_it->first)
+			{
+				++b_it;
+			}
+		}
+		return result;
+	}
+};
+
+}
+
+
+#endif /* GENERIC_UTILITIES_H_ */
diff --git a/src/modescommon/matching_utilities.h b/src/modescommon/matching_utilities.h
new file mode 100644
index 0000000..0824db7
--- /dev/null
+++ b/src/modescommon/matching_utilities.h
@@ -0,0 +1,189 @@
+#ifndef MATCHING_UTILITIES_H_
+#define MATCHING_UTILITIES_H_
+
+#include "../auxiliaries/chain_residue_atom_descriptor.h"
+#include "../auxiliaries/io_utilities.h"
+
+namespace
+{
+
+class MatchingUtilities
+{
+public:
+	static bool match_crad(const auxiliaries::ChainResidueAtomDescriptor& crad, const std::string& positive_values, const std::string& negative_values)
+	{
+		return ((positive_values.empty() || match_container_with_multiple_values(crad, functor_match_crad_with_single_value(), positive_values))
+				&& (negative_values.empty() || !match_container_with_multiple_values(crad, functor_match_crad_with_single_value(), negative_values)));
+	}
+
+	static bool match_set_of_tags(const std::set<std::string>& tags, const std::string& positive_values, const std::string& negative_values)
+	{
+		return ((positive_values.empty() || match_container_with_multiple_values(tags, functor_match_set_of_tags_with_single_value(), positive_values))
+				&& (negative_values.empty() || !match_container_with_multiple_values(tags, functor_match_set_of_tags_with_single_value(), negative_values)));
+	}
+
+	static bool match_map_of_adjuncts(const std::map<std::string, double>& adjuncts, const std::string& positive_values, const std::string& negative_values)
+	{
+		return ((positive_values.empty() || match_container_with_multiple_values(adjuncts, functor_match_map_of_adjuncts_with_single_value(), positive_values))
+				&& (negative_values.empty() || !match_container_with_multiple_values(adjuncts, functor_match_map_of_adjuncts_with_single_value(), negative_values)));
+	}
+
+	static bool match_crad_with_set_of_crads(const auxiliaries::ChainResidueAtomDescriptor& crad, const std::set<auxiliaries::ChainResidueAtomDescriptor>& set_of_crads)
+	{
+		if(set_of_crads.count(crad)>0)
+		{
+			return true;
+		}
+		for(std::set<auxiliaries::ChainResidueAtomDescriptor>::const_iterator it=set_of_crads.begin();it!=set_of_crads.end();++it)
+		{
+			if(crad.contains(*it))
+			{
+				return true;
+			}
+		}
+		return false;
+	}
+
+	static bool match_crads_pair_with_set_of_crads_pairs(
+			const auxiliaries::ChainResidueAtomDescriptorsPair& crads_pair,
+			const std::set<auxiliaries::ChainResidueAtomDescriptorsPair>& crads_pairs)
+	{
+		if(crads_pairs.count(crads_pair)>0)
+		{
+			return true;
+		}
+		for(std::set<auxiliaries::ChainResidueAtomDescriptorsPair>::const_iterator it=crads_pairs.begin();it!=crads_pairs.end();++it)
+		{
+			if((crads_pair.a.contains(it->a) && crads_pair.b.contains(it->b)) ||
+					(crads_pair.a.contains(it->b) && crads_pair.b.contains(it->a)))
+			{
+				return true;
+			}
+		}
+		return false;
+	}
+
+	static std::pair<bool, double>  match_crad_with_map_of_crads(const auxiliaries::ChainResidueAtomDescriptor& crad, const std::map<auxiliaries::ChainResidueAtomDescriptor, double>& map_of_crads)
+	{
+		std::map<auxiliaries::ChainResidueAtomDescriptor, double>::const_iterator result_it=map_of_crads.find(crad);
+		if(result_it==map_of_crads.end())
+		{
+			result_it=map_of_crads.find(crad.without_atom());
+		}
+		if(result_it==map_of_crads.end())
+		{
+			for(std::map<auxiliaries::ChainResidueAtomDescriptor, double>::const_iterator it=map_of_crads.begin();result_it==map_of_crads.end() && it!=map_of_crads.end();++it)
+			{
+				if(crad.contains(it->first))
+				{
+					result_it=it;
+				}
+			}
+		}
+		if(result_it!=map_of_crads.end())
+		{
+			return std::pair<bool, double>(true, result_it->second);
+		}
+		return std::pair<bool, double>(false, 0.0);
+	}
+
+	static std::pair<bool, double>  match_crad_with_map_of_crads_pairs(const auxiliaries::ChainResidueAtomDescriptorsPair& crads_pair, const std::map<auxiliaries::ChainResidueAtomDescriptorsPair, double>& map_of_crads_pairs)
+	{
+		std::map<auxiliaries::ChainResidueAtomDescriptorsPair, double>::const_iterator result_it=map_of_crads_pairs.find(crads_pair);
+		if(result_it==map_of_crads_pairs.end())
+		{
+			result_it=map_of_crads_pairs.find(auxiliaries::ChainResidueAtomDescriptorsPair(crads_pair.a.without_atom(), crads_pair.b.without_atom()));
+		}
+		if(result_it==map_of_crads_pairs.end())
+		{
+			for(std::map<auxiliaries::ChainResidueAtomDescriptorsPair, double>::const_iterator it=map_of_crads_pairs.begin();result_it==map_of_crads_pairs.end() && it!=map_of_crads_pairs.end();++it)
+			{
+				if((crads_pair.a.contains(it->first.a) && crads_pair.b.contains(it->first.b)) ||
+						(crads_pair.a.contains(it->first.b) && crads_pair.b.contains(it->first.a)))
+				{
+					result_it=it;
+				}
+			}
+		}
+		if(result_it!=map_of_crads_pairs.end())
+		{
+			return std::pair<bool, double>(true, result_it->second);
+		}
+		return std::pair<bool, double>(false, 0.0);
+	}
+
+private:
+	template<typename T, typename F>
+	static bool match_container_with_multiple_values(const T& container, const F& matcher, const std::string& values)
+	{
+		std::set<std::string> or_set;
+		auxiliaries::IOUtilities('|').read_string_lines_to_set(values, or_set);
+		for(std::set<std::string>::const_iterator it=or_set.begin();it!=or_set.end();++it)
+		{
+			std::set<std::string> and_set;
+			auxiliaries::IOUtilities('&').read_string_lines_to_set(*it, and_set);
+			bool and_result=true;
+			for(std::set<std::string>::const_iterator jt=and_set.begin();and_result && jt!=and_set.end();++jt)
+			{
+				and_result=(and_result && matcher(container, *jt));
+			}
+			if(and_result)
+			{
+				return true;
+			}
+		}
+		return false;
+	}
+
+	struct functor_match_crad_with_single_value
+	{
+		inline bool operator()(const auxiliaries::ChainResidueAtomDescriptor& crad, const std::string& value) const
+		{
+			return auxiliaries::ChainResidueAtomDescriptor::match_with_member_selection_string(crad, value);
+		}
+	};
+
+	struct functor_match_set_of_tags_with_single_value
+	{
+		inline bool operator()(const std::set<std::string>& tags, const std::string& value) const
+		{
+			return (tags.count(value)>0);
+		}
+	};
+
+	struct functor_match_map_of_adjuncts_with_single_value
+	{
+		inline bool operator()(const std::map<std::string, double>& adjuncts, const std::string& value) const
+		{
+			const std::size_t eq_pos=value.find('=');
+			if(eq_pos!=std::string::npos)
+			{
+				const std::size_t sep_pos=value.find(':', eq_pos);
+				if(sep_pos!=std::string::npos)
+				{
+					std::string spaced_value=value;
+					spaced_value[eq_pos]=' ';
+					spaced_value[sep_pos]=' ';
+					std::istringstream input(spaced_value);
+					if(input.good())
+					{
+						std::string name;
+						double a=0.0;
+						double b=0.0;
+						input >> name >> a >> b;
+						if(!input.fail() && !name.empty() && a<=b)
+						{
+							std::map<std::string, double>::const_iterator it=adjuncts.find(name);
+							return (it!=adjuncts.end() && it->second>=a && it->second<=b);
+						}
+					}
+				}
+			}
+			return false;
+		}
+	};
+};
+
+}
+
+#endif /* MATCHING_UTILITIES_H_ */
diff --git a/src/modescommon/mock_solvent_utilities.h b/src/modescommon/mock_solvent_utilities.h
new file mode 100644
index 0000000..7f186ec
--- /dev/null
+++ b/src/modescommon/mock_solvent_utilities.h
@@ -0,0 +1,21 @@
+#ifndef MOCK_SOLVENT_UTILITIES_H_
+#define MOCK_SOLVENT_UTILITIES_H_
+
+#include "../auxiliaries/chain_residue_atom_descriptor.h"
+
+namespace
+{
+
+inline std::string mock_solvent_name()
+{
+	return std::string("w");
+}
+
+inline bool identify_mock_solvent(const auxiliaries::ChainResidueAtomDescriptor& crad)
+{
+	return (crad.name==mock_solvent_name() && crad.resName==mock_solvent_name());
+}
+
+}
+
+#endif /* MOCK_SOLVENT_UTILITIES_H_ */
diff --git a/src/modescommon/properties_value.h b/src/modescommon/properties_value.h
new file mode 100644
index 0000000..716cfc8
--- /dev/null
+++ b/src/modescommon/properties_value.h
@@ -0,0 +1,81 @@
+#ifndef PROPERTIES_VALUE_H_
+#define PROPERTIES_VALUE_H_
+
+#include <set>
+#include <map>
+
+#include "../auxiliaries/io_utilities.h"
+
+namespace
+{
+
+struct PropertiesValue
+{
+	std::set<std::string> tags;
+	std::map<std::string, double> adjuncts;
+
+	void update_tags(const std::string& str)
+	{
+		if(!str.empty() && str[0]!='.')
+		{
+			std::set<std::string> input_tags;
+			auxiliaries::IOUtilities(';').read_string_lines_to_set(str, input_tags);
+			if(!input_tags.empty())
+			{
+				tags.insert(input_tags.begin(), input_tags.end());
+			}
+		}
+	}
+
+	void update_adjuncts(const std::string& str)
+	{
+		if(!str.empty() && str[0]!='.')
+		{
+			std::map<std::string, double> input_adjuncts;
+			auxiliaries::IOUtilities(';', '=').read_string_lines_to_map(str, input_adjuncts);
+			for(std::map<std::string, double>::const_iterator it=input_adjuncts.begin();it!=input_adjuncts.end();++it)
+			{
+				adjuncts[it->first]=it->second;
+			}
+		}
+	}
+};
+
+inline std::ostream& operator<<(std::ostream& output, const PropertiesValue& value)
+{
+	if(value.tags.empty())
+	{
+		output << ".";
+	}
+	else
+	{
+		auxiliaries::IOUtilities(';').write_set(value.tags, output);
+	}
+	output << " ";
+	if(value.adjuncts.empty())
+	{
+		output << ".";
+	}
+	else
+	{
+		auxiliaries::IOUtilities(';', '=').write_map(value.adjuncts, output);
+	}
+	return output;
+}
+
+inline std::istream& operator>>(std::istream& input, PropertiesValue& value)
+{
+	std::string tags_str;
+	std::string adjuncts_str;
+	input >> tags_str >> adjuncts_str;
+	if(!input.fail())
+	{
+		value.update_tags(tags_str);
+		value.update_adjuncts(adjuncts_str);
+	}
+	return input;
+}
+
+}
+
+#endif /* PROPERTIES_VALUE_H_ */
diff --git a/src/modescommon/sequence_utilities.h b/src/modescommon/sequence_utilities.h
new file mode 100644
index 0000000..5c8e112
--- /dev/null
+++ b/src/modescommon/sequence_utilities.h
@@ -0,0 +1,127 @@
+#ifndef SEQUENCE_UTILITIES_H_
+#define SEQUENCE_UTILITIES_H_
+
+#include <fstream>
+#include <sstream>
+
+#include "../auxiliaries/chain_residue_atom_descriptor.h"
+#include "../auxiliaries/residue_letters_coding.h"
+#include "../auxiliaries/pairwise_sequence_alignment.h"
+#include "../auxiliaries/residue_atoms_reference.h"
+
+namespace
+{
+
+class SequenceUtilities
+{
+public:
+	static std::string read_sequence_from_stream(std::istream& input)
+	{
+		std::string result;
+		while(input.good())
+		{
+			std::string line;
+			std::getline(input, line);
+			if(!line.empty() && line[0]!='>')
+			{
+				std::istringstream sinput(line);
+				while(sinput.good())
+				{
+					std::string token;
+					sinput >> token;
+					for(std::size_t i=0;i<token.size();i++)
+					{
+						const char c=token[i];
+						if(c>='A' && c<='Z')
+						{
+							result.append(1, c);
+						}
+						else if(c>='a' && c<='z')
+						{
+							result.append(1, c-('a'-'A'));
+						}
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+	static std::string read_sequence_from_file(const std::string& filename)
+	{
+		if(!filename.empty())
+		{
+			std::ifstream finput(filename.c_str(), std::ios::in);
+			return read_sequence_from_stream(finput);
+		}
+		else
+		{
+			return std::string();
+		}
+	}
+
+	template<typename T>
+	static std::string convert_residue_sequence_container_to_string(const T& residue_sequence_container)
+	{
+		std::string seq;
+		for(typename T::const_iterator it=residue_sequence_container.begin();it!=residue_sequence_container.end();++it)
+		{
+			seq+=auxiliaries::ResidueLettersCoding::convert_residue_code_big_to_small(it->resName);
+		}
+		return seq;
+	}
+
+	static std::map<auxiliaries::ChainResidueAtomDescriptor, int> construct_sequence_mapping(const std::vector<auxiliaries::ChainResidueAtomDescriptor>& residue_sequence_vector, const std::string& reference_sequence, const std::string& ref_seq_alignment_output_filename)
+	{
+		std::map<auxiliaries::ChainResidueAtomDescriptor, int> result;
+		if(!residue_sequence_vector.empty() && !reference_sequence.empty())
+		{
+			const std::string seq=convert_residue_sequence_container_to_string(residue_sequence_vector);
+			if(residue_sequence_vector.size()==seq.size())
+			{
+				const std::vector< std::pair<int, int> >& alignment=auxiliaries::PairwiseSequenceAlignment::construct_sequence_alignment(reference_sequence, seq, auxiliaries::PairwiseSequenceAlignment::SimpleScorer(10, -10, -11, -1), false, 0);
+				for(std::size_t i=0;i<alignment.size();i++)
+				{
+					const std::pair<int, int>& p=alignment[i];
+					if(p.first>=0 && p.second>=0)
+					{
+						result[residue_sequence_vector.at(p.second)]=(p.first+1);
+					}
+				}
+				if(!ref_seq_alignment_output_filename.empty())
+				{
+					std::ofstream foutput(ref_seq_alignment_output_filename.c_str(), std::ios::out);
+					if(foutput.good())
+					{
+						auxiliaries::PairwiseSequenceAlignment::print_sequence_alignment(reference_sequence, seq, alignment, foutput);
+					}
+				}
+			}
+		}
+		return result;
+	}
+
+	static double calculate_sequence_identity(const std::string& seq_a, const std::string& seq_b)
+	{
+		const std::size_t max_seq_size=std::max(seq_a.size(), seq_b.size());
+		if(max_seq_size>0)
+		{
+			int matches=0.0;
+			const std::vector< std::pair<int, int> >& alignment=auxiliaries::PairwiseSequenceAlignment::construct_sequence_alignment(seq_a, seq_b, auxiliaries::PairwiseSequenceAlignment::SimpleScorer(10, -10, -11, -1), false, 0);
+			for(std::size_t i=0;i<alignment.size();i++)
+			{
+				const std::pair<int, int>& p=alignment[i];
+				if(p.first>=0 && p.first<static_cast<int>(seq_a.size()) && p.second>=0 && p.second<static_cast<int>(seq_b.size()) && seq_a[p.first]==seq_b[p.second])
+				{
+					matches++;
+				}
+			}
+			return (static_cast<double>(matches)/static_cast<double>(max_seq_size));
+		}
+		return 0.0;
+	}
+};
+
+}
+
+#endif /* SEQUENCE_UTILITIES_H_ */
diff --git a/src/modescommon/statistics_utilities.h b/src/modescommon/statistics_utilities.h
new file mode 100644
index 0000000..580ec76
--- /dev/null
+++ b/src/modescommon/statistics_utilities.h
@@ -0,0 +1,63 @@
+#ifndef STATISTICS_UTILITIES_H_
+#define STATISTICS_UTILITIES_H_
+
+namespace
+{
+
+struct ValueStat
+{
+	double sum;
+	double sum_of_squares;
+	unsigned long count;
+
+	ValueStat() : sum(0.0), sum_of_squares(0.0), count(0)
+	{
+	}
+
+	void add(const double value)
+	{
+		sum+=value;
+		sum_of_squares+=(value*value);
+		count++;
+	}
+
+	double mean() const
+	{
+		return (sum/static_cast<double>(count));
+	}
+
+	double sd() const
+	{
+		return sqrt((sum_of_squares/static_cast<double>(count))-(mean()*mean()));
+	}
+};
+
+struct NormalDistributionParameters
+{
+	double mean;
+	double sd;
+
+	NormalDistributionParameters() : mean(0.0), sd(1.0)
+	{
+	}
+
+	NormalDistributionParameters(const double mean, const double sd) : mean(mean), sd(sd)
+	{
+	}
+};
+
+inline std::ostream& operator<<(std::ostream& output, const NormalDistributionParameters& v)
+{
+	output << v.mean << " " << v.sd;
+	return output;
+}
+
+inline std::istream& operator>>(std::istream& input, NormalDistributionParameters& v)
+{
+	input >> v.mean >> v.sd;
+	return input;
+}
+
+}
+
+#endif /* STATISTICS_UTILITIES_H_ */
diff --git a/src/modescommon/svg_writer.h b/src/modescommon/svg_writer.h
new file mode 100644
index 0000000..7d56b52
--- /dev/null
+++ b/src/modescommon/svg_writer.h
@@ -0,0 +1,83 @@
+#ifndef SVG_WRITER_H_
+#define SVG_WRITER_H_
+
+#include "../auxiliaries/xml_writer.h"
+
+namespace
+{
+
+class SVGWriter : public auxiliaries::XMLWriter
+{
+public:
+	SVGWriter(const unsigned int width, const unsigned int height) : XMLWriter("svg")
+	{
+		set("width", width);
+		set("height", height);
+	}
+
+	static std::string color_from_red_green_blue_components(const double r, const double g, const double b, const double scale)
+	{
+		std::ostringstream output;
+		output << "rgb(" << static_cast<unsigned int>(r*scale) << "," << static_cast<unsigned int>(g*scale) << "," << static_cast<unsigned int>(b*scale) << ")";
+		return output.str();
+	}
+
+	static std::string color_from_blue_white_red_gradient(const double input_value, const double blue_value, const double red_value)
+	{
+		double value=input_value;
+		if(blue_value<red_value)
+		{
+			value=(value-blue_value)/(red_value-blue_value);
+		}
+		else
+		{
+			value=1.0-((value-red_value)/(blue_value-red_value));
+		}
+		double r=0;
+		double g=0;
+		double b=0;
+		if(value<0.0)
+		{
+			b=1.0;
+		}
+		else if(value>1.0)
+		{
+			r=1.0;
+		}
+		else if(value<=0.5)
+		{
+			b=1.0;
+			r=(value/0.5);
+			g=r;
+		}
+		else if(value>0.5)
+		{
+			r=1.0;
+			b=(1.0-(value-0.5)/0.5);
+			g=b;
+		}
+		return color_from_red_green_blue_components(r, g, b, 255.0);
+	}
+
+	SVGWriter& add_rect(const unsigned int x, const unsigned int y, const unsigned int width, const unsigned int height, const std::string& style)
+	{
+		add_child(XMLWriter("rect").set("x", x).set("y", y).set("width", width).set("height", height).set("style", style));
+		return (*this);
+	}
+
+	SVGWriter& add_circle(const unsigned int cx, const unsigned int cy, const unsigned int r, const std::string& style)
+	{
+		add_child(XMLWriter("circle").set("cx", cx).set("cy", cy).set("r", r).set("style", style));
+		return (*this);
+	}
+
+	SVGWriter& add_line(const unsigned int x1, const unsigned int y1, const unsigned int x2, const unsigned int y2, const std::string& style)
+	{
+		add_child(XMLWriter("line").set("x1", x1).set("y1", y1).set("x2", x2).set("y2", y2).set("style", style));
+		return (*this);
+	}
+};
+
+}
+
+#endif /* SVG_WRITER_H_ */
diff --git a/src/modescommon/vectorization_utilities.h b/src/modescommon/vectorization_utilities.h
new file mode 100644
index 0000000..ab27122
--- /dev/null
+++ b/src/modescommon/vectorization_utilities.h
@@ -0,0 +1,400 @@
+#ifndef VECTORIZATION_UTILITIES_H_
+#define VECTORIZATION_UTILITIES_H_
+
+#include <vector>
+#include <list>
+#include <map>
+
+#include "filepath_utilities.h"
+
+namespace
+{
+
+template<typename VectorNameType, typename ValueNameType, typename ValueType>
+class VectorizationUtilities
+{
+public:
+	typedef std::map<ValueNameType, ValueType> Map;
+	typedef std::map<ValueNameType, std::size_t> MapKeysIDs;
+	typedef std::map<VectorNameType, Map> MapOfMaps;
+	typedef std::vector<ValueType> Vector;
+	typedef std::map<std::string, Vector> MapOfVectors;
+	typedef std::vector<typename MapOfVectors::const_iterator> IteratorsOfMapOfVectors;
+	typedef std::vector< std::pair< std::size_t, std::list<std::size_t> > > Clusters;
+
+	static MapOfMaps read_map_of_maps_from_multiple_files(const std::set<std::string>& input_files)
+	{
+		MapOfMaps map_of_maps;
+		if(!input_files.empty())
+		{
+			const std::size_t common_path_start_length=calc_common_path_start_length(input_files);
+			for(std::set<std::string>::const_iterator it=input_files.begin();it!=input_files.end();++it)
+			{
+				const std::string& filename=(*it);
+				const Map map=auxiliaries::IOUtilities().read_file_lines_to_map<Map>(filename);
+				if(!map.empty())
+				{
+					map_of_maps[filename.substr(common_path_start_length)]=map;
+				}
+			}
+		}
+		return map_of_maps;
+	}
+
+	static const MapKeysIDs collect_map_keys_ids(const MapOfMaps& map_of_maps)
+	{
+		MapKeysIDs map_keys_ids;
+		for(typename MapOfMaps::const_iterator it=map_of_maps.begin();it!=map_of_maps.end();++it)
+		{
+			const Map& map=it->second;
+			for(typename Map::const_iterator jt=map.begin();jt!=map.end();++jt)
+			{
+				map_keys_ids[jt->first]=0;
+			}
+		}
+		{
+			std::size_t i=0;
+			for(typename MapKeysIDs::iterator it=map_keys_ids.begin();it!=map_keys_ids.end();++it)
+			{
+				it->second=i;
+				i++;
+			}
+		}
+		return map_keys_ids;
+	}
+
+	static MapOfVectors collect_map_of_vectors(
+			const MapOfMaps& map_of_maps,
+			const MapKeysIDs& map_keys_ids)
+	{
+		MapOfVectors map_of_vectors;
+		for(typename MapOfMaps::const_iterator it=map_of_maps.begin();it!=map_of_maps.end();++it)
+		{
+			const Map& map=it->second;
+			Vector& vector=map_of_vectors[it->first];
+			vector.resize(map_keys_ids.size());
+			for(typename Map::const_iterator jt=map.begin();jt!=map.end();++jt)
+			{
+				typename MapKeysIDs::const_iterator map_keys_ids_it=map_keys_ids.find(jt->first);
+				if(map_keys_ids_it!=map_keys_ids.end())
+				{
+					vector[map_keys_ids_it->second]=jt->second;
+				}
+			}
+		}
+		return map_of_vectors;
+	}
+
+	static void print_map_of_areas_vectors(
+			const MapKeysIDs& map_keys_ids,
+			const MapOfVectors& map_of_vectors)
+	{
+		std::cout << "title";
+		for(typename MapKeysIDs::const_iterator it=map_keys_ids.begin();it!=map_keys_ids.end();++it)
+		{
+			std::cout << " " << it->first;
+		}
+		std::cout << "\n";
+		for(typename MapOfVectors::const_iterator it=map_of_vectors.begin();it!=map_of_vectors.end();++it)
+		{
+			std::cout << it->first;
+			const Vector& vector=it->second;
+			for(std::size_t i=0;i<vector.size();i++)
+			{
+				std::cout << " " << vector[i];
+			}
+			std::cout << "\n";
+		}
+	}
+
+	static void print_map_of_areas_vectors_transposed(
+			const MapKeysIDs& map_keys_ids,
+			const MapOfVectors& map_of_vectors)
+	{
+		std::cout << "contact";
+		for(typename MapOfVectors::const_iterator it=map_of_vectors.begin();it!=map_of_vectors.end();++it)
+		{
+			std::cout << " " << it->first;
+		}
+		std::cout << "\n";
+		std::size_t i=0;
+		for(typename MapKeysIDs::const_iterator it=map_keys_ids.begin();it!=map_keys_ids.end();++it)
+		{
+			std::cout << it->first;
+			for(typename MapOfVectors::const_iterator jt=map_of_vectors.begin();jt!=map_of_vectors.end();++jt)
+			{
+				const Vector& vector=jt->second;
+				std::cout << " " << (i<vector.size() ? vector[i] : 0.0);
+			}
+			std::cout << "\n";
+			i++;
+		}
+	}
+
+	template<typename Functor>
+	static void print_similarity_matrix(const MapOfVectors& map_of_vectors, const std::string& output_file, Functor functor)
+	{
+		if(map_of_vectors.empty() || output_file.empty())
+		{
+			return;
+		}
+		std::ofstream output(output_file.c_str(), std::ios::out);
+		if(!output.good())
+		{
+			return;
+		}
+		for(typename MapOfVectors::const_iterator it=map_of_vectors.begin();it!=map_of_vectors.end();++it)
+		{
+			output << (it==map_of_vectors.begin() ? "" : " ") << it->first;
+		}
+		output << "\n";
+		for(typename MapOfVectors::const_iterator it=map_of_vectors.begin();it!=map_of_vectors.end();++it)
+		{
+			for(typename MapOfVectors::const_iterator jt=map_of_vectors.begin();jt!=map_of_vectors.end();++jt)
+			{
+				output << (jt==map_of_vectors.begin() ? "" : " ") << functor(it->second, jt->second);
+			}
+			output << "\n";
+		}
+	}
+
+	static IteratorsOfMapOfVectors collect_iterators_of_map_of_vectors(const MapOfVectors& map)
+	{
+		IteratorsOfMapOfVectors iterators;
+		iterators.reserve(map.size());
+		for(typename MapOfVectors::const_iterator it=map.begin();it!=map.end();++it)
+		{
+			iterators.push_back(it);
+		}
+		return iterators;
+	}
+
+	template<typename Functor>
+	static Clusters calc_clusters(
+			const IteratorsOfMapOfVectors& iterators_of_map_of_vectors,
+			Functor functor,
+			const double threshold,
+			const bool eliminate_false_singletons,
+			const bool invert_similarity)
+	{
+		typedef std::list<std::size_t> Neighbors;
+		typedef std::vector< std::pair<std::size_t, Neighbors> > ListOfNeighbors;
+		typedef std::map< std::size_t, Neighbors > MapOfNeighbors;
+
+		const double similarity_modifier=(invert_similarity ? -1.0 : 1.0);
+
+		ListOfNeighbors big_clusters;
+		ListOfNeighbors true_singleton_clusters;
+		ListOfNeighbors false_singleton_clusters;
+
+		MapOfNeighbors map_of_available_neighbors;
+		for(std::size_t i=0;i<iterators_of_map_of_vectors.size();i++)
+		{
+			Neighbors& neighbors=map_of_available_neighbors[i];
+			for(std::size_t j=0;j<iterators_of_map_of_vectors.size();j++)
+			{
+				const double similarity=functor(iterators_of_map_of_vectors[i]->second, iterators_of_map_of_vectors[j]->second)*similarity_modifier;
+				if(similarity>=threshold*similarity_modifier)
+				{
+					neighbors.push_back(j);
+				}
+			}
+		}
+
+		std::vector<int> deletion_flags(iterators_of_map_of_vectors.size(), 0);
+		{
+			MapOfNeighbors::iterator map_it=map_of_available_neighbors.begin();
+			while(map_it!=map_of_available_neighbors.end())
+			{
+				if(map_it->second.size()<2)
+				{
+					true_singleton_clusters.push_back(std::make_pair(map_it->first, map_it->second));
+					deletion_flags[map_it->first]=1;
+					MapOfNeighbors::iterator deletion_it=map_it;
+					++map_it;
+					map_of_available_neighbors.erase(deletion_it);
+				}
+				else
+				{
+					++map_it;
+				}
+			}
+		}
+
+		while(!map_of_available_neighbors.empty())
+		{
+			MapOfNeighbors::const_iterator map_it_of_most_neighbors=map_of_available_neighbors.end();
+			for(MapOfNeighbors::iterator map_it=map_of_available_neighbors.begin();map_it!=map_of_available_neighbors.end();++map_it)
+			{
+				Neighbors& neighbors=map_it->second;
+				{
+					Neighbors::iterator neighbors_it=neighbors.begin();
+					while(neighbors_it!=neighbors.end())
+					{
+						if(deletion_flags[*neighbors_it]!=0)
+						{
+							Neighbors::iterator deletion_it=neighbors_it;
+							++neighbors_it;
+							neighbors.erase(deletion_it);
+						}
+						else
+						{
+							++neighbors_it;
+						}
+					}
+				}
+				if(map_it_of_most_neighbors==map_of_available_neighbors.end() || neighbors.size()>map_it_of_most_neighbors->second.size())
+				{
+					map_it_of_most_neighbors=map_it;
+				}
+			}
+			if(map_it_of_most_neighbors!=map_of_available_neighbors.end())
+			{
+				const std::size_t center=map_it_of_most_neighbors->first;
+				const Neighbors neighbors=map_it_of_most_neighbors->second;
+				for(Neighbors::const_iterator neighbors_it=neighbors.begin();neighbors_it!=neighbors.end();++neighbors_it)
+				{
+					deletion_flags[*neighbors_it]=1;
+					map_of_available_neighbors.erase(*neighbors_it);
+				}
+				deletion_flags[center]=1;
+				map_of_available_neighbors.erase(center);
+				if(neighbors.size()>1)
+				{
+					big_clusters.push_back(std::make_pair(center, neighbors));
+				}
+				else
+				{
+					false_singleton_clusters.push_back(std::make_pair(center, neighbors));
+				}
+			}
+			else
+			{
+				map_of_available_neighbors.clear();
+			}
+		}
+
+		if(eliminate_false_singletons && !false_singleton_clusters.empty())
+		{
+			for(ListOfNeighbors::iterator singletons_it=false_singleton_clusters.begin();singletons_it!=false_singleton_clusters.end();++singletons_it)
+			{
+				double max_similarity=0.0;
+				ListOfNeighbors::iterator big_clusters_it_of_closest=big_clusters.end();
+				for(ListOfNeighbors::iterator big_clusters_it=big_clusters.begin();big_clusters_it!=big_clusters.end();++big_clusters_it)
+				{
+					const double similarity=functor(
+							iterators_of_map_of_vectors[singletons_it->first]->second,
+							iterators_of_map_of_vectors[big_clusters_it->first]->second)*similarity_modifier;
+					if(big_clusters_it_of_closest==big_clusters.end() || similarity>max_similarity)
+					{
+						max_similarity=similarity;
+						big_clusters_it_of_closest=big_clusters_it;
+					}
+				}
+				if(big_clusters_it_of_closest!=big_clusters.end())
+				{
+					big_clusters_it_of_closest->second.push_back(singletons_it->first);
+				}
+			}
+			false_singleton_clusters.clear();
+		}
+
+		ListOfNeighbors clusters=big_clusters;
+		if(!false_singleton_clusters.empty())
+		{
+			clusters.insert(clusters.end(), false_singleton_clusters.begin(), false_singleton_clusters.end());
+		}
+		if(!true_singleton_clusters.empty())
+		{
+			clusters.insert(clusters.end(), true_singleton_clusters.begin(), true_singleton_clusters.end());
+		}
+
+		return clusters;
+	}
+
+	static void print_clusters(
+			const IteratorsOfMapOfVectors& iterators_of_map_of_areas_vectors,
+			const Clusters& clusters,
+			const std::string& output_file)
+	{
+		std::ofstream output(output_file.c_str(), std::ios::out);
+		if(!output.good())
+		{
+			return;
+		}
+
+		for(std::vector< std::pair< std::size_t, std::list<std::size_t> > >::const_iterator clusters_it=clusters.begin();clusters_it!=clusters.end();++clusters_it)
+		{
+			output << iterators_of_map_of_areas_vectors[clusters_it->first]->first;
+			const std::list<std::size_t>& neighbors=clusters_it->second;
+			for(std::list<std::size_t>::const_iterator neighbors_it=neighbors.begin();neighbors_it!=neighbors.end();++neighbors_it)
+			{
+				if((*neighbors_it)!=clusters_it->first)
+				{
+					output << " " << iterators_of_map_of_areas_vectors[*neighbors_it]->first;
+				}
+			}
+			output << "\n";
+		}
+	}
+
+	static Vector calc_consensus_vector(const IteratorsOfMapOfVectors& iterators_of_map_of_vectors)
+	{
+		Vector result;
+		for(std::size_t i=0;i<iterators_of_map_of_vectors.size();i++)
+		{
+			const Vector& v=iterators_of_map_of_vectors[i]->second;
+			if(result.size()<v.size())
+			{
+				result.resize(v.size());
+			}
+			for(std::size_t j=0;j<result.size();j++)
+			{
+				result[j]=result[j]+v[j];
+			}
+		}
+		for(std::size_t j=0;j<result.size();j++)
+		{
+			result[j]=result[j]*(1.0/static_cast<double>(iterators_of_map_of_vectors.size()));
+		}
+		return result;
+	}
+
+	template<typename Functor>
+	static std::multimap<double, std::size_t> calc_consensus_similarities(
+			const IteratorsOfMapOfVectors& iterators_of_map_of_vectors,
+			Functor functor)
+	{
+		std::multimap<double, std::size_t> similarities;
+		const Vector consensus=calc_consensus_vector(iterators_of_map_of_vectors);
+		for(std::size_t i=0;i<iterators_of_map_of_vectors.size();i++)
+		{
+			similarities.insert(std::make_pair(functor(consensus, iterators_of_map_of_vectors[i]->second), i));
+		}
+		return similarities;
+	}
+
+	static void print_consensus_similarities(
+			const IteratorsOfMapOfVectors& iterators_of_map_of_vectors,
+			const std::multimap<double, std::size_t>& similarities,
+			const std::string& output_file)
+	{
+		std::ofstream output(output_file.c_str(), std::ios::out);
+		if(!output.good())
+		{
+			return;
+		}
+
+		for(std::multimap<double, std::size_t>::const_reverse_iterator it=similarities.rbegin();it!=similarities.rend();++it)
+		{
+			if(it->second<iterators_of_map_of_vectors.size())
+			{
+				output << iterators_of_map_of_vectors[it->second]->first << " " << it->first << "\n";
+			}
+		}
+	}
+};
+
+}
+
+#endif /* VECTORIZATION_UTILITIES_H_ */
diff --git a/src/wrapper_get_balls_from_atoms_file_and_calculate_vertices.h b/src/wrapper_get_balls_from_atoms_file_and_calculate_vertices.h
new file mode 100644
index 0000000..b28cbc1
--- /dev/null
+++ b/src/wrapper_get_balls_from_atoms_file_and_calculate_vertices.h
@@ -0,0 +1,229 @@
+#ifndef WRAPPER_GET_BALLS_FROM_ATOMS_FILE_AND_CALCULATE_VERTICES_H_
+#define WRAPPER_GET_BALLS_FROM_ATOMS_FILE_AND_CALCULATE_VERTICES_H_
+
+#include "apollota/spheres_boundary_construction.h"
+#include "apollota/triangulation.h"
+
+#include "auxiliaries/atoms_io.h"
+#include "auxiliaries/atom_radius_assigner.h"
+#include "auxiliaries/io_utilities.h"
+
+class WrapperGetBallsFromAtomsFileAndCalculateVertices
+{
+public:
+	static const std::size_t null_id=apollota::npos;
+
+	struct Ball
+	{
+		double x;
+		double y;
+		double z;
+		double r;
+		std::string name;
+
+		Ball() : x(0.0), y(0.0), z(0.0), r(0.0), name("")
+		{
+		}
+	};
+
+	struct Vertex
+	{
+		double x;
+		double y;
+		double z;
+		double r;
+		unsigned long ball_id[4];
+		bool link_available[4];
+		unsigned long link_vertex_id[4];
+
+		Vertex() : x(0.0), y(0.0), z(0.0), r(0.0)
+		{
+			for(int i=0;i<4;i++)
+			{
+				ball_id[i]=null_id;
+				link_available[i]=false;
+				link_vertex_id[i]=null_id;
+			}
+		}
+	};
+
+	struct Result
+	{
+		std::vector<Ball> balls;
+		std::vector<Vertex> vertices;
+		std::string error;
+	};
+
+	struct Parameters
+	{
+		bool include_heteroatoms;
+		bool include_hydrogens;
+		bool multimodel_chains;
+		bool mmcif;
+		std::string radii_file;
+		double default_radius;
+		bool only_default_radius;
+		double hull_offset;
+		bool exclude_hidden_balls;
+		bool include_surplus_quadruples;
+		double init_radius_for_BSH;
+
+		Parameters() :
+			include_heteroatoms(false),
+			include_hydrogens(false),
+			multimodel_chains(false),
+			mmcif(false),
+			radii_file(""),
+			default_radius(1.70),
+			only_default_radius(false),
+			hull_offset(2.8),
+			exclude_hidden_balls(false),
+			include_surplus_quadruples(false),
+			init_radius_for_BSH(3.5)
+		{
+		}
+	};
+
+	static Result get_balls_from_atoms_file_and_calculate_vertices(std::ifstream& input_file_stream, const Parameters& parameters)
+	{
+		Result result;
+
+		if(!input_file_stream.good())
+		{
+			result.error="Invalid input file stream.";
+			return result;
+		}
+
+		const std::vector<auxiliaries::AtomsIO::AtomRecord> atoms=(parameters.mmcif ?
+				auxiliaries::AtomsIO::MMCIFReader::read_data_from_file_stream(
+						input_file_stream,
+						parameters.include_heteroatoms,
+						parameters.include_hydrogens).atom_records :
+				auxiliaries::AtomsIO::PDBReader::read_data_from_file_stream(input_file_stream,
+						parameters.include_heteroatoms,
+						parameters.include_hydrogens,
+						parameters.multimodel_chains,
+						false).atom_records);
+
+		if(atoms.empty())
+		{
+			result.error="No atoms found in input stream.";
+			return result;
+		}
+
+		auxiliaries::AtomRadiusAssigner atom_radius_assigner(parameters.default_radius);
+		if(!parameters.only_default_radius)
+		{
+			if(parameters.radii_file.empty())
+			{
+				atom_radius_assigner.add_radius_by_descriptor("*", "C*", 1.70);
+				atom_radius_assigner.add_radius_by_descriptor("*", "N*", 1.55);
+				atom_radius_assigner.add_radius_by_descriptor("*", "O*", 1.52);
+				atom_radius_assigner.add_radius_by_descriptor("*", "S*", 1.80);
+				atom_radius_assigner.add_radius_by_descriptor("*", "P*", 1.80);
+				atom_radius_assigner.add_radius_by_descriptor("*", "H*", 1.20);
+			}
+			else
+			{
+				std::ifstream radii_file_stream(parameters.radii_file.c_str(), std::ios::in);
+				auxiliaries::IOUtilities().read_lines_to_container(radii_file_stream, auxiliaries::AtomRadiusAssigner::add_descriptor_and_radius_from_stream_to_atom_radius_assigner, atom_radius_assigner);
+			}
+		}
+
+		std::vector<apollota::SimpleSphere> spheres;
+		spheres.reserve(atoms.size()+8);
+		std::vector<std::string> names;
+		names.reserve(atoms.size()+8);
+		for(std::size_t i=0;i<atoms.size();i++)
+		{
+			const auxiliaries::AtomsIO::AtomRecord& atom=atoms[i];
+			const double radius=atom_radius_assigner.get_atom_radius(atom.resName, atom.name);
+			spheres.push_back(apollota::SimpleSphere(atom, radius));
+			names.push_back(name_atom_ball(atom));
+		}
+		if(parameters.hull_offset>0.0)
+		{
+			const std::vector<apollota::SimpleSphere> artificial_boundary=apollota::construct_artificial_boundary(spheres, parameters.hull_offset);
+			spheres.insert(spheres.end(), artificial_boundary.begin(), artificial_boundary.end());
+			names.insert(names.end(), artificial_boundary.size(), std::string("artificial_hull_ball"));
+		}
+
+		if(spheres.size()!=names.size())
+		{
+			result.error="Could not assign names to all balls.";
+			return result;
+		}
+
+		const apollota::Triangulation::Result triangulation_result=apollota::Triangulation::construct_result(
+				spheres,
+				parameters.init_radius_for_BSH,
+				parameters.exclude_hidden_balls,
+				parameters.include_surplus_quadruples);
+		apollota::Triangulation::VerticesVector vertices_vector=apollota::Triangulation::collect_vertices_vector_from_quadruples_map(triangulation_result.quadruples_map);
+		apollota::Triangulation::VerticesGraph vertices_graph=apollota::Triangulation::construct_vertices_graph(spheres, triangulation_result.quadruples_map);
+
+		if(vertices_vector.size()!=vertices_graph.size())
+		{
+			result.error="Could not construct valid vertices graph.";
+			return result;
+		}
+
+		result.balls.resize(spheres.size());
+		for(std::size_t i=0;i<spheres.size();i++)
+		{
+			const apollota::SimpleSphere& sphere=spheres[i];
+			const std::string& name=names[i];
+			Ball& ball=result.balls[i];
+			ball.x=sphere.x;
+			ball.y=sphere.y;
+			ball.z=sphere.z;
+			ball.r=sphere.r;
+			ball.name=name;
+		}
+
+		result.vertices.resize(vertices_vector.size());
+		for(std::size_t i=0;i<vertices_vector.size();i++)
+		{
+			const apollota::SimpleSphere& tangent_sphere=vertices_vector[i].second;
+			const apollota::Quadruple& quadruple=vertices_vector[i].first;
+			const std::vector<std::size_t> links=vertices_graph[i];
+			Vertex& vertex=result.vertices[i];
+			vertex.x=tangent_sphere.x;
+			vertex.y=tangent_sphere.y;
+			vertex.z=tangent_sphere.z;
+			vertex.r=tangent_sphere.r;
+			for(unsigned int j=0;j<4;j++)
+			{
+				vertex.ball_id[j]=quadruple.get(j);
+				if(links.size()>j)
+				{
+					vertex.link_vertex_id[j]=links[j];
+					vertex.link_available[j]=(vertex.link_vertex_id[j]!=null_id);
+				}
+			}
+		}
+
+		return result;
+	}
+
+	static Result get_balls_from_atoms_file_and_calculate_vertices(const std::string& input_file_path, const Parameters& parameters)
+	{
+		std::ifstream input_file_stream(input_file_path.c_str(), std::ios::in);
+		return get_balls_from_atoms_file_and_calculate_vertices(input_file_stream, parameters);
+	}
+
+	static Result get_balls_from_atoms_file_and_calculate_vertices(const std::string& input_file_path)
+	{
+		return get_balls_from_atoms_file_and_calculate_vertices(input_file_path, Parameters());
+	}
+
+private:
+	static std::string name_atom_ball(const auxiliaries::AtomsIO::AtomRecord& atom)
+	{
+		std::ostringstream output;
+		output << (atom.chainID) << "," << (atom.resSeq) << "," << (atom.resName) << "," << (atom.name) << "," << (atom.altLoc) << "," << (atom.iCode);
+		return output.str();
+	}
+};
+
+#endif /* WRAPPER_GET_BALLS_FROM_ATOMS_FILE_AND_CALCULATE_VERTICES_H_ */
diff --git a/support/generate-arguments-for-query-balls.html b/support/generate-arguments-for-query-balls.html
new file mode 100644
index 0000000..976c74c
--- /dev/null
+++ b/support/generate-arguments-for-query-balls.html
@@ -0,0 +1,226 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<title>Generating arguments for the 'voronota query-balls'</title>
+<style>
+.background-light-blue {background-color:#B2D9F1;}
+.background-light-magenta {background-color:#FFE0F1;}
+.background-light-gray {background-color:#DDDDDD;}
+.background-white {background-color:#FFFFFF;}
+}
+</style>
+</head>
+
+<body>
+
+This page allows to easily generate a set of arguments for the 'voronota query-balls' command.
+
+<hr/>
+
+<table border="0">
+<tr>
+<td>
+<table border="0">
+  <tr>
+    <td></td>
+    <td>in:<br></td>
+    <td>out:<br></td>
+  </tr>
+  <tr>
+    <td>Chain:</td>
+    <td><input type="text" size="10" id="match_chain" value="" title="Example: A,B" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_not_chain" value="" title="Example: A,B" class="background-light-blue"><br></td>
+  </tr>
+  <tr>
+    <td>Residue number:</td>
+    <td><input type="text" size="10" id="match_residue_number" value="" title="Example: 1:50,100" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_not_residue_number" value="" title="Example: 1:50,100" class="background-light-blue"><br></td>
+  </tr>
+  <tr>
+    <td>Residue name:</td>
+    <td><input type="text" size="10" id="match_residue_name" value="" title="Example: LEU,VAL,ARG" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_not_residue_name" value="" title="Example: LEU,VAL,ARG" class="background-light-blue"><br></td>
+  </tr>
+  <tr>
+    <td>Atom serial:</td>
+    <td><input type="text" size="10" id="match_atom_serial" value="" title="Example: 1:300,350" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_not_atom_serial" value="" title="Example: 1:300,350" class="background-light-blue"><br></td>
+  </tr>
+  <tr>
+    <td>Atom name:</td>
+    <td><input type="text" size="10" id="match_atom_name" value="" title="Example: N,CA,CB" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_not_atom_name" value="" title="Example: N,CA,CB" class="background-light-blue"><br></td>
+  </tr>
+</table>
+</td>
+<td>
+
+</td>
+</tr>
+</table>
+
+<hr/>
+
+<table border="0">
+  <tr>
+    <td>Tags in:</td>
+    <td><input type="text" size="40" id="match_tags" value="" title="Example: tag1&tag2|tag3" class="background-light-magenta"><br></td>
+  </tr>
+  <tr>
+    <td>Tags out:</td>
+    <td><input type="text" size="40" id="match_tags_not" value="" title="Example: tag1&tag2|tag3" class="background-light-magenta"><br></td>
+  </tr>
+</table>
+
+<hr/>
+
+<table border="0">
+  <tr>
+    <td>Adjunct in:</td>
+    <td><input type="text" size="10" id="match_adjunct1_name" value="" title="Example: name1" class="background-light-gray"> = <input type="text" size="5" id="match_adjunct1_min" value="" title="Example: 0.3" class="background-light-gray"> to <input type="text" size="5" id="match_adjunct1_max" value="" title="Example: 2.5" class="background-light-gray"><br></td>
+  </tr>
+  <tr>
+    <td>Adjunct in:</td>
+    <td><input type="text" size="10" id="match_adjunct2_name" value="" title="Example: name2" class="background-light-gray"> = <input type="text" size="5" id="match_adjunct2_min" value="" title="Example: 0.3" class="background-light-gray"> to <input type="text" size="5" id="match_adjunct2_max" value="" title="Example: 2.5" class="background-light-gray"><br></td>
+  </tr>
+  <tr>
+    <td>Adjunct out:</td>
+    <td><input type="text" size="10" id="match_adjunct_not1_name" value="" title="Example: name3" class="background-light-gray"> = <input type="text" size="5" id="match_adjunct_not1_min" value="" title="Example: 0.3" class="background-light-gray"> to <input type="text" size="5" id="match_adjunct_not1_max" value="" title="Example: 2.5" class="background-light-gray"></td>
+  </tr>
+</table>
+
+<hr/>
+
+<p>
+<button onclick="compose()">Generate query arguments</button>
+</p>
+
+<p>
+<div id="result_title"></div>
+<input type="text" size="150" id="result" value="" class="background-white" style="display:none;">
+</p>
+
+<hr/>
+
+<p>
+Some tips:
+<ul>
+	<li>Hover over any input field to see a tool tip with an example of valid input.</li>
+	<li>Any input field can be left empty.</li>
+	<li>Both single values and lists (separated with commas, spaces or semicolons) are accepted in the 'Chain-Residue-Atom' input fields (first five rows of input fields).</li>
+	<li>Integer intervals, denoted using ':' symbol, are accepted in 'Residue number' and 'Atom serial' input fields. <i>a</i>:<i>b</i> means an inclusive interval [<i>a</i>, <i>b</i>].</li>
+	<li>Multiple tags can be specified in magenta input fields using logical operators '|' and '&'.</li>
+</ul>
+</p>
+
+<script>
+
+function get_input_generic_value(str)
+{
+	return str.split(/[\s,;]+/).join(',').replace(/^,+|,+$/gm,'');
+}
+
+function get_input_logical_value(str)
+{
+	return str.split(/[\s,;]+/).join('&').replace(/&+/gm,'&').replace(/&\|/gm,'|').replace(/\|&/gm,'|').replace(/\|+/gm,'|').replace(/^&+|&+$/gm,'').replace(/^\|+|\|+$/gm,'');
+}
+
+function get_input_named_interval_value(val_name, val_min, val_max)
+{
+	var safe_val_name=val_name.replace(/[\s,;&\|]+/gm, '');
+	var safe_val_min=val_min.replace(/[\s,;&\|]+/gm, '');
+	var safe_val_max=val_max.replace(/[\s,;&\|]+/gm, '');
+	if(safe_val_name && safe_val_min && safe_val_max)
+	{
+		return (safe_val_name+"="+safe_val_min+":"+safe_val_max);
+	}
+	else
+	{
+		return "";
+	}
+}
+
+function append_to_local_output(main, suffix, value)
+{
+	result=main;
+	if(value!=="")
+	{
+		if(result!=="")
+		{
+			result+="&";
+		}
+		result+=suffix+"<"+value+">";
+	}
+	return result;
+}
+
+function append_to_global_output(main, suffix, value)
+{
+	result=main;
+	if(value!=="")
+	{
+		if(result!=="")
+		{
+			result+=" ";
+		}
+		result+=suffix+" '"+value+"'";
+	}
+	return result;
+}
+
+function compose()
+{
+	var output=""
+	
+	var output_match_first=""
+	output_match_first=append_to_local_output(output_match_first, "c", get_input_generic_value(document.getElementById("match_chain").value));
+	output_match_first=append_to_local_output(output_match_first, "r", get_input_generic_value(document.getElementById("match_residue_number").value));
+	output_match_first=append_to_local_output(output_match_first, "a", get_input_generic_value(document.getElementById("match_atom_serial").value));
+	output_match_first=append_to_local_output(output_match_first, "R", get_input_generic_value(document.getElementById("match_residue_name").value));
+	output_match_first=append_to_local_output(output_match_first, "A", get_input_generic_value(document.getElementById("match_atom_name").value));
+	output=append_to_global_output(output, "--match", output_match_first);
+	
+	var output_match_first_not=""
+	output_match_first_not=append_to_local_output(output_match_first_not, "c", get_input_generic_value(document.getElementById("match_not_chain").value));
+	output_match_first_not=append_to_local_output(output_match_first_not, "r", get_input_generic_value(document.getElementById("match_not_residue_number").value));
+	output_match_first_not=append_to_local_output(output_match_first_not, "a", get_input_generic_value(document.getElementById("match_not_atom_serial").value));
+	output_match_first_not=append_to_local_output(output_match_first_not, "R", get_input_generic_value(document.getElementById("match_not_residue_name").value));
+	output_match_first_not=append_to_local_output(output_match_first_not, "A", get_input_generic_value(document.getElementById("match_not_atom_name").value));
+	output=append_to_global_output(output, "--match-not", output_match_first_not);
+	
+	output=append_to_global_output(output, "--match-tags", get_input_logical_value(document.getElementById("match_tags").value));
+	output=append_to_global_output(output, "--match-tags-not", get_input_logical_value(document.getElementById("match_tags_not").value));
+	
+	output=append_to_global_output(
+		output, "--match-adjuncts", get_input_logical_value(
+			get_input_named_interval_value(document.getElementById("match_adjunct1_name").value, document.getElementById("match_adjunct1_min").value, document.getElementById("match_adjunct1_max").value)
+			+"&"
+			+get_input_named_interval_value(document.getElementById("match_adjunct2_name").value, document.getElementById("match_adjunct2_min").value, document.getElementById("match_adjunct2_max").value)
+		)
+	);
+	
+	output=append_to_global_output(
+		output, "--match-adjuncts-not", get_input_logical_value(
+			get_input_named_interval_value(document.getElementById("match_adjunct_not1_name").value, document.getElementById("match_adjunct_not1_min").value, document.getElementById("match_adjunct_not1_max").value)
+		)
+	);
+
+	if(output)
+	{
+		document.getElementById("result_title").innerHTML="Generated result:<br>";
+		document.getElementById("result").value=output;
+		document.getElementById("result").style.display="block";
+	}
+	else
+	{
+		document.getElementById("result_title").innerHTML="Not enough valid input to generate anything.<br>";
+		document.getElementById("result").value="";
+		document.getElementById("result").style.display="none";
+	}
+}
+
+</script>
+
+</body>
+</html>
diff --git a/support/generate-arguments-for-query-contacts.html b/support/generate-arguments-for-query-contacts.html
new file mode 100644
index 0000000..e3e8db5
--- /dev/null
+++ b/support/generate-arguments-for-query-contacts.html
@@ -0,0 +1,317 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<title>Generating arguments for the 'voronota query-contacts'</title>
+<style>
+.background-light-red {background-color: #FFCEBD;}
+.background-light-green {background-color:#DDFFB9;}
+.background-light-blue {background-color:#B2D9F1;}
+.background-light-cyan {background-color:#D2FFF1;}
+.background-light-magenta {background-color:#FFE0F1;}
+.background-light-yellow {background-color:#FFFFE0;}
+.background-light-gray {background-color:#DDDDDD;}
+.background-white {background-color:#FFFFFF;}
+}
+</style>
+</head>
+
+<body>
+
+This page allows to easily generate a set of arguments for the 'voronota query-contacts' command.
+
+<hr/>
+
+<table border="0">
+<tr>
+<td>
+<table border="0">
+  <tr>
+    <td></td>
+    <td>left in:<br></td>
+    <td>left out:<br></td>
+    <td>right in:<br></td>
+    <td>right out:<br></td>
+  </tr>
+  <tr>
+    <td>Chain:</td>
+    <td><input type="text" size="10" id="match_first_chain" value="" title="Example: A,B" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_first_not_chain" value="" title="Example: A,B" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_second_chain" value="" title="Example: A,B" class="background-light-green"><br></td>
+    <td><input type="text" size="10" id="match_second_not_chain" value="" title="Example: A,B" class="background-light-green"><br></td>
+  </tr>
+  <tr>
+    <td>Residue number:</td>
+    <td><input type="text" size="10" id="match_first_residue_number" value="" title="Example: 1:50,100" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_first_not_residue_number" value="" title="Example: 1:50,100" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_second_residue_number" value="" title="Example: 1:50,100" class="background-light-green"><br></td>
+    <td><input type="text" size="10" id="match_second_not_residue_number" value="" title="Example: 1:50,100" class="background-light-green"><br></td>
+  </tr>
+  <tr>
+    <td>Residue name:</td>
+    <td><input type="text" size="10" id="match_first_residue_name" value="" title="Example: LEU,VAL,ARG" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_first_not_residue_name" value="" title="Example: LEU,VAL,ARG" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_second_residue_name" value="" title="Example: LEU,VAL,ARG" class="background-light-green"><br></td>
+    <td><input type="text" size="10" id="match_second_not_residue_name" value="" title="Example: LEU,VAL,ARG" class="background-light-green"><br></td>
+  </tr>
+  <tr>
+    <td>Atom serial:</td>
+    <td><input type="text" size="10" id="match_first_atom_serial" value="" title="Example: 1:300,350" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_first_not_atom_serial" value="" title="Example: 1:300,350" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_second_atom_serial" value="" title="Example: 1:300,350" class="background-light-green"><br></td>
+    <td><input type="text" size="10" id="match_second_not_atom_serial" value="" title="Example: 1:300,350" class="background-light-green"><br></td>
+  </tr>
+  <tr>
+    <td>Atom name:</td>
+    <td><input type="text" size="10" id="match_first_atom_name" value="" title="Example: N,CA,CB" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_first_not_atom_name" value="" title="Example: N,CA,CB" class="background-light-blue"><br></td>
+    <td><input type="text" size="10" id="match_second_atom_name" value="" title="Example: N,CA,CB" class="background-light-green"><br></td>
+    <td><input type="text" size="10" id="match_second_not_atom_name" value="" title="Example: N,CA,CB" class="background-light-green"><br></td>
+  </tr>
+</table>
+</td>
+<td>
+
+</td>
+</tr>
+</table>
+
+<hr/>
+
+<table border="0">
+  <tr>
+    <td></td>
+    <td>min:</td>
+    <td>max:</td>
+  </tr>
+  <tr>
+    <td>Contact area:</td>
+    <td><input type="text" size="5" id="match_min_area" value="" title="Example: 1.0" class="background-light-red"><br></td>
+    <td><input type="text" size="5" id="match_max_area" value="" title="Example: 5.0" class="background-light-red"><br></td>
+  </tr>
+  <tr>
+    <td>Minimal distance:</td>
+    <td><input type="text" size="5" id="match_min_dist" value="" title="Example: 2.0" class="background-light-cyan"><br></td>
+    <td><input type="text" size="5" id="match_max_dist" value="" title="Example: 4.0" class="background-light-cyan"><br></td>
+  </tr>
+  <tr>
+    <td>Sequence separation:</td>
+    <td><input type="text" size="5" id="match_min_seq_sep" value="" title="Example: 2" class="background-light-yellow"><br></td>
+    <td><input type="text" size="5" id="match_max_seq_sep" value="" title="Example: 6" class="background-light-yellow"><br></td>
+  </tr>
+</table>
+
+<hr/>
+
+<table border="0">
+  <tr>
+    <td>Tags in:</td>
+    <td><input type="text" size="40" id="match_tags" value="" title="Example: tag1&tag2|tag3" class="background-light-magenta"><br></td>
+  </tr>
+  <tr>
+    <td>Tags out:</td>
+    <td><input type="text" size="40" id="match_tags_not" value="" title="Example: tag1&tag2|tag3" class="background-light-magenta"><br></td>
+  </tr>
+</table>
+
+<hr/>
+
+<table border="0">
+  <tr>
+    <td>Adjunct in:</td>
+    <td><input type="text" size="10" id="match_adjunct1_name" value="" title="Example: name1" class="background-light-gray"> = <input type="text" size="5" id="match_adjunct1_min" value="" title="Example: 0.3" class="background-light-gray"> to <input type="text" size="5" id="match_adjunct1_max" value="" title="Example: 2.5" class="background-light-gray"><br></td>
+  </tr>
+  <tr>
+    <td>Adjunct in:</td>
+    <td><input type="text" size="10" id="match_adjunct2_name" value="" title="Example: name2" class="background-light-gray"> = <input type="text" size="5" id="match_adjunct2_min" value="" title="Example: 0.3" class="background-light-gray"> to <input type="text" size="5" id="match_adjunct2_max" value="" title="Example: 2.5" class="background-light-gray"><br></td>
+  </tr>
+  <tr>
+    <td>Adjunct out:</td>
+    <td><input type="text" size="10" id="match_adjunct_not1_name" value="" title="Example: name3" class="background-light-gray"> = <input type="text" size="5" id="match_adjunct_not1_min" value="" title="Example: 0.3" class="background-light-gray"> to <input type="text" size="5" id="match_adjunct_not1_max" value="" title="Example: 2.5" class="background-light-gray"></td>
+  </tr>
+</table>
+
+<hr/>
+
+<p>
+<button onclick="compose()">Generate query arguments</button>
+</p>
+
+<p>
+<div id="result_title"></div>
+<input type="text" size="150" id="result" value="" class="background-white" style="display:none;">
+</p>
+
+<hr/>
+
+<p>
+Some tips:
+<ul>
+	<li>Hover over any input field to see a tool tip with an example of valid input.</li>
+	<li>Any input field can be left empty.</li>
+	<li>Both single values and lists (separated with commas, spaces or semicolons) are accepted in the 'Chain-Residue-Atom' input fields (first five rows of input fields).</li>
+	<li>Integer intervals, denoted using ':' symbol, are accepted in 'Residue number' and 'Atom serial' input fields. <i>a</i>:<i>b</i> means an inclusive interval [<i>a</i>, <i>b</i>].</li>
+	<li>Artificial chain name 'solvent' can be used to query solvent-accessible areas.</li>
+	<li>Multiple tags can be specified in magenta input fields using logical operators '|' and '&'.</li>
+</ul>
+</p>
+
+<script>
+
+function get_input_generic_value(str)
+{
+	return str.split(/[\s,;]+/).join(',').replace(/^,+|,+$/gm,'');
+}
+
+function get_input_float_value(str)
+{
+	if(isNaN(parseFloat(str)))
+	{
+		return "";
+	}
+	else
+	{
+		return parseFloat(str);
+	}
+}
+
+function get_input_int_value(str)
+{
+	if(isNaN(parseInt(str)))
+	{
+		return "";
+	}
+	else
+	{
+		return parseInt(str);
+	}
+}
+
+function get_input_logical_value(str)
+{
+	return str.split(/[\s,;]+/).join('&').replace(/&+/gm,'&').replace(/&\|/gm,'|').replace(/\|&/gm,'|').replace(/\|+/gm,'|').replace(/^&+|&+$/gm,'').replace(/^\|+|\|+$/gm,'');
+}
+
+function get_input_named_interval_value(val_name, val_min, val_max)
+{
+	var safe_val_name=val_name.replace(/[\s,;&\|]+/gm, '');
+	var safe_val_min=val_min.replace(/[\s,;&\|]+/gm, '');
+	var safe_val_max=val_max.replace(/[\s,;&\|]+/gm, '');
+	if(safe_val_name && safe_val_min && safe_val_max)
+	{
+		return (safe_val_name+"="+safe_val_min+":"+safe_val_max);
+	}
+	else
+	{
+		return "";
+	}
+}
+
+function append_to_local_output(main, suffix, value)
+{
+	result=main;
+	if(value!=="")
+	{
+		if(result!=="")
+		{
+			result+="&";
+		}
+		result+=suffix+"<"+value+">";
+	}
+	return result;
+}
+
+function append_to_global_output(main, suffix, value)
+{
+	result=main;
+	if(value!=="")
+	{
+		if(result!=="")
+		{
+			result+=" ";
+		}
+		result+=suffix+" '"+value+"'";
+	}
+	return result;
+}
+
+function compose()
+{
+	var output=""
+	
+	var output_match_first=""
+	output_match_first=append_to_local_output(output_match_first, "c", get_input_generic_value(document.getElementById("match_first_chain").value));
+	output_match_first=append_to_local_output(output_match_first, "r", get_input_generic_value(document.getElementById("match_first_residue_number").value));
+	output_match_first=append_to_local_output(output_match_first, "a", get_input_generic_value(document.getElementById("match_first_atom_serial").value));
+	output_match_first=append_to_local_output(output_match_first, "R", get_input_generic_value(document.getElementById("match_first_residue_name").value));
+	output_match_first=append_to_local_output(output_match_first, "A", get_input_generic_value(document.getElementById("match_first_atom_name").value));
+	output=append_to_global_output(output, "--match-first", output_match_first);
+	
+	var output_match_first_not=""
+	output_match_first_not=append_to_local_output(output_match_first_not, "c", get_input_generic_value(document.getElementById("match_first_not_chain").value));
+	output_match_first_not=append_to_local_output(output_match_first_not, "r", get_input_generic_value(document.getElementById("match_first_not_residue_number").value));
+	output_match_first_not=append_to_local_output(output_match_first_not, "a", get_input_generic_value(document.getElementById("match_first_not_atom_serial").value));
+	output_match_first_not=append_to_local_output(output_match_first_not, "R", get_input_generic_value(document.getElementById("match_first_not_residue_name").value));
+	output_match_first_not=append_to_local_output(output_match_first_not, "A", get_input_generic_value(document.getElementById("match_first_not_atom_name").value));
+	output=append_to_global_output(output, "--match-first-not", output_match_first_not);
+	
+	var output_match_second=""
+	output_match_second=append_to_local_output(output_match_second, "c", get_input_generic_value(document.getElementById("match_second_chain").value));
+	output_match_second=append_to_local_output(output_match_second, "r", get_input_generic_value(document.getElementById("match_second_residue_number").value));
+	output_match_second=append_to_local_output(output_match_second, "a", get_input_generic_value(document.getElementById("match_second_atom_serial").value));
+	output_match_second=append_to_local_output(output_match_second, "R", get_input_generic_value(document.getElementById("match_second_residue_name").value));
+	output_match_second=append_to_local_output(output_match_second, "A", get_input_generic_value(document.getElementById("match_second_atom_name").value));
+	output=append_to_global_output(output, "--match-second", output_match_second);
+	
+	var output_match_second_not=""
+	output_match_second_not=append_to_local_output(output_match_second_not, "c", get_input_generic_value(document.getElementById("match_second_not_chain").value));
+	output_match_second_not=append_to_local_output(output_match_second_not, "r", get_input_generic_value(document.getElementById("match_second_not_residue_number").value));
+	output_match_second_not=append_to_local_output(output_match_second_not, "a", get_input_generic_value(document.getElementById("match_second_not_atom_serial").value));
+	output_match_second_not=append_to_local_output(output_match_second_not, "R", get_input_generic_value(document.getElementById("match_second_not_residue_name").value));
+	output_match_second_not=append_to_local_output(output_match_second_not, "A", get_input_generic_value(document.getElementById("match_second_not_atom_name").value));
+	output=append_to_global_output(output, "--match-second-not", output_match_second_not);
+	
+	output=append_to_global_output(output, "--match-min-area", get_input_float_value(document.getElementById("match_min_area").value));
+	output=append_to_global_output(output, "--match-max-area", get_input_float_value(document.getElementById("match_max_area").value));
+	
+	output=append_to_global_output(output, "--match-min-dist", get_input_float_value(document.getElementById("match_min_dist").value));
+	output=append_to_global_output(output, "--match-max-dist", get_input_float_value(document.getElementById("match_max_dist").value));
+	
+	output=append_to_global_output(output, "--match-min-seq-sep", get_input_int_value(document.getElementById("match_min_seq_sep").value));
+	output=append_to_global_output(output, "--match-max-seq-sep", get_input_int_value(document.getElementById("match_max_seq_sep").value));
+	
+	output=append_to_global_output(output, "--match-tags", get_input_logical_value(document.getElementById("match_tags").value));
+	output=append_to_global_output(output, "--match-tags-not", get_input_logical_value(document.getElementById("match_tags_not").value));
+	
+	output=append_to_global_output(
+		output, "--match-adjuncts", get_input_logical_value(
+			get_input_named_interval_value(document.getElementById("match_adjunct1_name").value, document.getElementById("match_adjunct1_min").value, document.getElementById("match_adjunct1_max").value)
+			+"&"
+			+get_input_named_interval_value(document.getElementById("match_adjunct2_name").value, document.getElementById("match_adjunct2_min").value, document.getElementById("match_adjunct2_max").value)
+		)
+	);
+	
+	output=append_to_global_output(
+		output, "--match-adjuncts-not", get_input_logical_value(
+			get_input_named_interval_value(document.getElementById("match_adjunct_not1_name").value, document.getElementById("match_adjunct_not1_min").value, document.getElementById("match_adjunct_not1_max").value)
+		)
+	);
+
+	if(output)
+	{
+		document.getElementById("result_title").innerHTML="Generated result:<br>";
+		document.getElementById("result").value=output;
+		document.getElementById("result").style.display="block";
+	}
+	else
+	{
+		document.getElementById("result_title").innerHTML="Not enough valid input to generate anything.<br>";
+		document.getElementById("result").value="";
+		document.getElementById("result").style.display="none";
+	}
+}
+
+</script>
+
+</body>
+</html>
diff --git a/voronota b/voronota
new file mode 100755
index 0000000..aafff0c
Binary files /dev/null and b/voronota differ
diff --git a/voronota-cadscore b/voronota-cadscore
new file mode 100755
index 0000000..fee0154
--- /dev/null
+++ b/voronota-cadscore
@@ -0,0 +1,468 @@
+#!/bin/bash
+
+function print_help_and_exit
+{
+cat >&2 << EOF
+
+'voronota-cadscore' script is an implementation of CAD-score method using Voronota.
+
+Basic options:
+    --input-target | -t             string   *  input target structure file in PDB format
+    --input-model | -m              string   *  input model structure file in PDB format
+    --input-filter-query            string      input atoms filtering query parameters
+    --output-residue-scores         string      output text file with residue scores
+    --output-residue-scores-pdb-t   string      output target PDB file with residue scores as B-factors
+    --output-residue-scores-pdb-m   string      output model PDB file with residue scores as B-factors
+    --smoothing-window              number      residue scores smoothing window size, default is 0
+    --contacts-query                string      contacts query parameters
+    --contacts-query-inter-chain                flag to consider only inter-chain contacts
+    --contacts-query-by-code        string      contacts query code, possible codes are AA, AS, SS, AM, MM, MS
+    --use-all-query-codes                       flag to output global scores for all query codes, one line per code
+    --cache-dir                     string      path to cache directory
+    --output-header                             flag to output header before result line
+    --help | -h                                 flag to display help message and exit
+
+Advanced options:
+    --ignore-residue-names                      flag to consider just residue numbers and ignore residue names
+    --enable-site-based-scoring                 falg to enable site-based scoring
+    --multiple-models                           flag to handle multiple models in PDB file
+    --remap-chains                              flag to automatically rearrange chain names for higher scores
+    --remap-chains-output           string      output file with chain names rearrangement
+    --old-regime                                flag to calculate areas as in pre-Voronota CAD-score
+
+Standard output (one line):
+    {target file path} {model file path} {query code} {number of residues} {global score} {target total area} {corresponding model total area}
+    [ {site-based number of residues} {site-based global score} {site-based target total area} {corresponding site-based model total area} ]
+
+EOF
+exit 1
+}
+
+readonly ZEROARG=$0
+INFILE_TARGET_PDB=""
+INFILE_MODEL_PDB=""
+INPUT_FILTER_QUERY_PARAMETERS=""
+CONTACTS_QUERY_PARAMETERS=""
+CONTACTS_QUERY_BY_CODE=""
+CONTACTS_QUERY_INTER_CHAIN=false
+IGNORE_RESIDUE_NAMES_OPTION=""
+OUTFILE_RESIDUE_SCORES=""
+OUTFILE_RESIDUE_SCORES_PDB_TARGET=""
+OUTFILE_RESIDUE_SCORES_PDB_MODEL=""
+USE_ALL_QUERY_CODES=false
+SMOOTHING_WINDOW="0"
+CONTACTS_CACHE_DIRECTORY=""
+MULTIPLE_MODELS_CHAINS_OPTION=""
+INPUT_MODEL_CHAINS_RENAMING=""
+REMAP_CHAINS=false
+REMAP_CHAINS_LOG_OPTION=""
+REMAP_CHAINS_OUTPUT=""
+ENABLE_SITE_BASED_SCORING=false
+OUTPUT_HEADER=false
+OLD_REGIME=false
+HELP_MODE=false
+
+while [[ $# > 0 ]]
+do
+	OPTION="$1"
+	OPTARG="$2"
+	shift
+	case $OPTION in
+	-t|--input-target)
+		INFILE_TARGET_PDB="$OPTARG"
+		shift
+		;;
+	-m|--input-model)
+		INFILE_MODEL_PDB="$OPTARG"
+		shift
+		;;
+	--input-filter-query)
+		INPUT_FILTER_QUERY_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--contacts-query)
+		CONTACTS_QUERY_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--contacts-query-by-code)
+		CONTACTS_QUERY_BY_CODE="$OPTARG"
+		shift
+		;;
+	--contacts-query-inter-chain)
+		CONTACTS_QUERY_INTER_CHAIN=true
+		;;
+	--ignore-residue-names)
+		IGNORE_RESIDUE_NAMES_OPTION="--ignore-residue-names"
+		;;
+	--output-residue-scores)
+		OUTFILE_RESIDUE_SCORES="$OPTARG"
+		shift
+		;;
+	--output-residue-scores-pdb-t)
+		OUTFILE_RESIDUE_SCORES_PDB_TARGET="$OPTARG"
+		shift
+		;;
+	--output-residue-scores-pdb-m)
+		OUTFILE_RESIDUE_SCORES_PDB_MODEL="$OPTARG"
+		shift
+		;;
+	--use-all-query-codes)
+		USE_ALL_QUERY_CODES=true
+		;;
+	--smoothing-window)
+		SMOOTHING_WINDOW="$OPTARG"
+		shift
+		;;
+	--cache-dir)
+		CONTACTS_CACHE_DIRECTORY="$OPTARG"
+		shift
+		;;
+	--multiple-models)
+		MULTIPLE_MODELS_CHAINS_OPTION="--multimodel-chains"
+		;;
+	--input-model-chains-renaming)
+		INPUT_MODEL_CHAINS_RENAMING="$OPTARG"
+		shift
+		;;
+	--remap-chains)
+		REMAP_CHAINS=true
+		;;
+	--remap-chains-log)
+		REMAP_CHAINS_LOG_OPTION="--remap-chains-log"
+		;;
+	--remap-chains-output)
+		REMAP_CHAINS_OUTPUT="$OPTARG"
+		shift
+		;;
+	--enable-site-based-scoring)
+		ENABLE_SITE_BASED_SCORING=true
+		;;
+	--output-header)
+		OUTPUT_HEADER=true
+		;;
+	--old-regime)
+		OLD_REGIME=true
+		;;
+	-h|--help)
+		HELP_MODE=true
+		;;
+	*)
+		echo >&2 "Error: invalid command line option '$OPTION'"
+		exit 1
+		;;
+	esac
+done
+
+if [ -z "$INFILE_TARGET_PDB" ] || [ -z "$INFILE_MODEL_PDB" ] || $HELP_MODE
+then
+	print_help_and_exit
+fi
+
+if [[ $ZEROARG == *"/"* ]]
+then
+	cd $(dirname $ZEROARG)
+	export PATH=$(pwd):$PATH
+	cd - &> /dev/null
+fi
+
+command -v voronota &> /dev/null || { echo >&2 "Error: 'voronota' executable not in binaries path"; exit 1; }
+command -v voronota-resources &> /dev/null || { echo >&2 "Error: 'voronota-resources' executable not in binaries path"; exit 1; }
+
+if [ ! -s "$INFILE_TARGET_PDB" ]
+then
+	echo >&2 "Error: input target file does not exist"
+	exit 1
+fi
+
+if [ ! -s "$INFILE_MODEL_PDB" ]
+then
+	echo >&2 "Error: input model file does not exist"
+	exit 1
+fi
+
+if [ -n "$CONTACTS_QUERY_BY_CODE" ] \
+   && [ "$CONTACTS_QUERY_BY_CODE" != "AA" ] \
+   && [ "$CONTACTS_QUERY_BY_CODE" != "AS" ] \
+   && [ "$CONTACTS_QUERY_BY_CODE" != "SS" ] \
+   && [ "$CONTACTS_QUERY_BY_CODE" != "AM" ] \
+   && [ "$CONTACTS_QUERY_BY_CODE" != "MM" ] \
+   && [ "$CONTACTS_QUERY_BY_CODE" != "MS" ]
+then
+	echo >&2 "Error: invalid contacts query code '$CONTACTS_QUERY_BY_CODE'"
+	exit 1
+fi
+
+if [ -n "$INPUT_MODEL_CHAINS_RENAMING" ] && [ ! -s "$INPUT_MODEL_CHAINS_RENAMING" ]
+then
+	echo >&2 "Error: input model chains renaming file does not exist"
+	exit 1
+fi
+
+if $CONTACTS_QUERY_INTER_CHAIN
+then
+	CONTACTS_QUERY_PARAMETERS="$CONTACTS_QUERY_PARAMETERS --no-same-chain"
+fi
+
+readonly TMPLDIR=$(mktemp -d)
+trap "rm -r $TMPLDIR" EXIT
+
+{
+	if [[ "$INFILE_TARGET_PDB" == *".gz" ]]
+	then
+		zcat "$INFILE_TARGET_PDB"
+	else
+		cat "$INFILE_TARGET_PDB"
+	fi
+} > $TMPLDIR/target
+
+{
+	if [[ "$INFILE_MODEL_PDB" == *".gz" ]]
+	then
+		zcat "$INFILE_MODEL_PDB"
+	else
+		cat "$INFILE_MODEL_PDB"
+	fi
+} > $TMPLDIR/model
+
+for WORKFILE in $TMPLDIR/target $TMPLDIR/model
+do
+	cat $WORKFILE \
+	| voronota get-balls-from-atoms-file \
+	  --annotated $MULTIPLE_MODELS_CHAINS_OPTION \
+	  --radii-file <(voronota-resources radii) \
+	  --include-heteroatoms \
+	| voronota query-balls \
+	  --drop-altloc-indicators \
+	  --drop-atom-serials \
+	| voronota query-balls $INPUT_FILTER_QUERY_PARAMETERS \
+	> $WORKFILE.balls
+	
+	if [ ! -s "$WORKFILE.balls" ]
+	then
+		echo >&2 "Error: no atoms for $(basename $WORKFILE)"
+		exit 1
+	fi
+	
+	BALLS_MD5=""
+	if [ -n "$CONTACTS_CACHE_DIRECTORY" ]
+	then
+		BALLS_MD5=$(cat $WORKFILE.balls | md5sum | awk '{print $1}')
+		if [ -n "$BALLS_MD5" ]
+		then
+			if $OLD_REGIME
+			then
+				BALLS_MD5="${BALLS_MD5}.voronota.cadscore.old"
+			else
+				BALLS_MD5="${BALLS_MD5}.voronota.cadscore"
+			fi
+			if [ -s "$CONTACTS_CACHE_DIRECTORY/$BALLS_MD5" ]
+			then
+				cp $CONTACTS_CACHE_DIRECTORY/$BALLS_MD5 $WORKFILE.all_contacts
+			fi
+		fi
+	fi
+
+	if [ ! -s "$WORKFILE.all_contacts" ]
+	then
+		MAIN_CHAIN_ATOMS_DESCRIPTOR="A<CA,C,N,O,OXT>|A<OP3,O3P,P,OP1,O1P,OP2,O2P,O5',O5*,C5',C5*,C4',C4*,O4',O4*,C3',C3*,O3',O3*,C2',C2*,O2',O2*,C1',C1*>"
+		
+		cat $WORKFILE.balls \
+		| \
+		{
+			if $OLD_REGIME
+			then
+				voronota calculate-contacts \
+				  --annotated \
+				  --old-contacts-output $WORKFILE.old_contacts \
+				> /dev/null
+				cat $WORKFILE.old_contacts
+			else
+				voronota calculate-contacts \
+				  --annotated
+			fi
+		} \
+		| voronota query-contacts \
+		  --match-min-seq-sep 1 \
+		  --no-solvent \
+		| voronota query-contacts \
+		  --match-first 'A<C>' \
+		  --match-second 'A<N>' \
+		  --match-max-seq-sep 1 \
+		  --match-max-dist 1.6 \
+		  --invert \
+		| voronota query-contacts \
+		  --set-tags 'AA' \
+		| voronota query-contacts \
+		  --match-first-not $MAIN_CHAIN_ATOMS_DESCRIPTOR \
+		  --match-second-not $MAIN_CHAIN_ATOMS_DESCRIPTOR \
+		  --set-tags 'SS' \
+		| voronota query-contacts \
+		  --match-first $MAIN_CHAIN_ATOMS_DESCRIPTOR \
+		  --match-second $MAIN_CHAIN_ATOMS_DESCRIPTOR \
+		  --set-tags 'MM' \
+		| voronota query-contacts \
+		  --match-first-not 'l<m>' \
+		  --match-second $MAIN_CHAIN_ATOMS_DESCRIPTOR \
+		  --set-tags 'AM' \
+		| voronota query-contacts \
+		  --match-first-not 'l<m>' \
+		  --match-second-not $MAIN_CHAIN_ATOMS_DESCRIPTOR \
+		  --set-tags 'AS' \
+		| voronota query-contacts \
+		  --match-first $MAIN_CHAIN_ATOMS_DESCRIPTOR \
+		  --match-first-not 'l<m>' \
+		  --match-second-not $MAIN_CHAIN_ATOMS_DESCRIPTOR \
+		  --set-tags 'MS' \
+		> $WORKFILE.all_contacts
+		
+		if [ -n "$CONTACTS_CACHE_DIRECTORY" ] && [ -n "$BALLS_MD5" ]
+		then
+			mkdir -p $CONTACTS_CACHE_DIRECTORY
+			cp $WORKFILE.all_contacts $CONTACTS_CACHE_DIRECTORY/$BALLS_MD5
+		fi
+	fi
+	
+	cat $WORKFILE.all_contacts \
+	| voronota query-contacts $CONTACTS_QUERY_PARAMETERS \
+	> $WORKFILE.contacts
+	
+	if [ ! -s "$WORKFILE.contacts" ]
+	then
+		echo >&2 "Error: no contacts for $(basename $WORKFILE)"
+		exit 1
+	fi
+done
+
+function rename_model_chains_by_dictionary()
+{
+	cat "$1" | awk '{print "c<" $1 "> c_replaced<" $2 ">" }' > $TMPLDIR/chains_renaming_dictionary
+	for MFILE in $TMPLDIR/model.balls $TMPLDIR/model.contacts
+	do
+		awk 'NR==FNR{rep[$1]=$2;next}{for(key in rep){gsub(key,rep[key])};print}' $TMPLDIR/chains_renaming_dictionary $MFILE | sed 's/_replaced//g' > $MFILE.renamed
+		mv $MFILE.renamed $MFILE
+	done
+}
+
+if [ -n "$INPUT_MODEL_CHAINS_RENAMING" ]
+then
+	rename_model_chains_by_dictionary "$INPUT_MODEL_CHAINS_RENAMING"
+fi
+
+STANDARD_OPTIONS_FOR_COMPARE_CONTACTS="--depth 0 --residue-level-only --detailed-output $IGNORE_RESIDUE_NAMES_OPTION"
+
+if $REMAP_CHAINS
+then
+	cat $TMPLDIR/model.contacts \
+	| voronota compare-contacts $STANDARD_OPTIONS_FOR_COMPARE_CONTACTS --remap-chains --remapped-chains-file $TMPLDIR/remapped_chains $REMAP_CHAINS_LOG_OPTION \
+	  --target-contacts-file $TMPLDIR/target.contacts \
+	> /dev/null
+	
+	rename_model_chains_by_dictionary "$TMPLDIR/remapped_chains"
+	
+	if [ -n "$REMAP_CHAINS_OUTPUT" ]
+	then
+		mkdir -p $(dirname "$REMAP_CHAINS_OUTPUT")
+		cp "$TMPLDIR/remapped_chains" "$REMAP_CHAINS_OUTPUT"
+	fi
+fi
+
+if [ -n "$OUTFILE_RESIDUE_SCORES" ] || [ -n "$OUTFILE_RESIDUE_SCORES_PDB_TARGET" ] || [ -n "$OUTFILE_RESIDUE_SCORES_PDB_MODEL" ]
+then
+	CONTACTS_QUERY_PARAMETERS_MORE=""
+	if [ -n "$CONTACTS_QUERY_BY_CODE" ]
+	then
+		CONTACTS_QUERY_PARAMETERS_MORE="--match-tags $CONTACTS_QUERY_BY_CODE"
+	fi
+
+	cat $TMPLDIR/model.contacts | voronota query-contacts $CONTACTS_QUERY_PARAMETERS_MORE \
+	| voronota compare-contacts $STANDARD_OPTIONS_FOR_COMPARE_CONTACTS \
+	  --target-contacts-file <(cat $TMPLDIR/target.contacts | voronota query-contacts $CONTACTS_QUERY_PARAMETERS_MORE) \
+	  --smoothing-window $SMOOTHING_WINDOW \
+	  --smoothed-scores-file $TMPLDIR/smoothed_residue_cad_scores \
+	> /dev/null
+
+	if [ -n "$OUTFILE_RESIDUE_SCORES" ]
+	then
+		mkdir -p $(dirname $OUTFILE_RESIDUE_SCORES)
+		cp $TMPLDIR/smoothed_residue_cad_scores "$OUTFILE_RESIDUE_SCORES"
+	fi
+	
+	if [ -n "$OUTFILE_RESIDUE_SCORES_PDB_TARGET" ]
+	then
+		mkdir -p $(dirname "$OUTFILE_RESIDUE_SCORES_PDB_TARGET")
+		cat $TMPLDIR/target.balls \
+		| voronota query-balls \
+		  --set-external-adjuncts $TMPLDIR/smoothed_residue_cad_scores \
+		  --set-external-adjuncts-name score \
+		| voronota write-balls-to-atoms-file \
+		  --pdb-output "$OUTFILE_RESIDUE_SCORES_PDB_TARGET" \
+		  --pdb-output-b-factor score \
+		> /dev/null
+	fi
+
+	if [ -n "$OUTFILE_RESIDUE_SCORES_PDB_MODEL" ]
+	then
+		mkdir -p $(dirname "$OUTFILE_RESIDUE_SCORES_PDB_MODEL")
+		cat $TMPLDIR/model.balls \
+		| voronota query-balls \
+		  --set-external-adjuncts $TMPLDIR/smoothed_residue_cad_scores \
+		  --set-external-adjuncts-name score \
+		| voronota write-balls-to-atoms-file \
+		  --pdb-output "$OUTFILE_RESIDUE_SCORES_PDB_MODEL" \
+		  --pdb-output-b-factor score \
+		> /dev/null
+	fi
+fi
+
+QCODES=(AA)
+
+if [ -n "$CONTACTS_QUERY_BY_CODE" ]
+then
+	QCODES=($CONTACTS_QUERY_BY_CODE)
+fi
+
+if $USE_ALL_QUERY_CODES
+then
+	QCODES=(AA AS SS AM MM MS)
+fi
+
+if $OUTPUT_HEADER
+then
+	HEADER="target_file model_file query_code residues score target_area model_area"
+	if $ENABLE_SITE_BASED_SCORING
+	then
+		HEADER="$HEADER site_residues site_score site_target_area site_model_area"
+	fi
+	echo "$HEADER"
+fi
+
+for QCODE in "${QCODES[@]}"
+do
+	CONTACTS_QUERY_PARAMETERS_MORE="--match-tags $QCODE"
+	
+	cat $TMPLDIR/model.contacts | voronota query-contacts $CONTACTS_QUERY_PARAMETERS_MORE \
+	| voronota compare-contacts $STANDARD_OPTIONS_FOR_COMPARE_CONTACTS \
+	  --target-contacts-file <(cat $TMPLDIR/target.contacts | voronota query-contacts $CONTACTS_QUERY_PARAMETERS_MORE) \
+	> $TMPLDIR/global_cad_scores_$QCODE
+	
+	if $ENABLE_SITE_BASED_SCORING
+	then
+		cat $TMPLDIR/model.contacts | voronota query-contacts $CONTACTS_QUERY_PARAMETERS_MORE | voronota query-contacts --summarize-by-first $CONTACTS_QUERY_PARAMETERS \
+		| voronota compare-contacts $STANDARD_OPTIONS_FOR_COMPARE_CONTACTS \
+		  --target-contacts-file <(cat $TMPLDIR/target.contacts | voronota query-contacts $CONTACTS_QUERY_PARAMETERS_MORE | voronota query-contacts --summarize-by-first $CONTACTS_QUERY_PARAMETERS) \
+		> $TMPLDIR/site_based_global_cad_scores_$QCODE
+	fi
+	
+	{
+		echo $INFILE_TARGET_PDB $INFILE_MODEL_PDB $QCODE
+		cat $TMPLDIR/global_cad_scores_$QCODE | egrep '^residue_count ' | awk '{print $2}'
+		cat $TMPLDIR/global_cad_scores_$QCODE | egrep '^residue_level_global ' | awk '{print $2 " " $3 " " $7}'
+		if $ENABLE_SITE_BASED_SCORING
+		then
+			cat $TMPLDIR/site_based_global_cad_scores_$QCODE | egrep '^residue_count ' | awk '{print $2}'
+			cat $TMPLDIR/site_based_global_cad_scores_$QCODE | egrep '^residue_level_global ' | awk '{print $2 " " $3 " " $7}'
+		fi
+	} \
+	| tr '\n' ' ' \
+	| sed 's/\s$/\n/'
+done
diff --git a/voronota-contacts b/voronota-contacts
new file mode 100755
index 0000000..645d479
--- /dev/null
+++ b/voronota-contacts
@@ -0,0 +1,237 @@
+#!/bin/bash
+
+function print_help_and_exit
+{
+cat >&2 << EOF
+
+'voronota-contacts' script provides a way for calculating and querying interatomic contacts
+with just one command (without the need to construct a pipeline from 'voronota' calls).
+
+Basic options:
+    --input | -i                   string   *  input structure file in PDB format
+    --input-filter-query           string      input atoms filtering query parameters
+    --contacts-query               string      contacts query parameters
+    --contacts-query-additional    string      additional contacts query parameters
+    --cache-dir                    string      path to cache directory
+    --sum-at-end                               flag to print sum of areas as the last line in output
+    --help | -h                                flag to display help message and exit
+
+Advanced options:
+    --output-drawing               string      output file with drawing script for PyMol
+    --drawing-parameters           string      drawing parameters
+    --wireframe-drawing                        flag to draw wireframe representation of contacts
+    --multiple-models                          flag to handle multiple models in PDB file
+
+Standard output (multiple lines):
+    {contacting atom} {contacting atom} {contact area} {distance between atoms centers} {tags} {adjunct values}
+
+EOF
+exit 1
+}
+
+readonly ZEROARG=$0
+INFILE=""
+INPUT_FILTER_QUERY_PARAMETERS=""
+CONTACTS_QUERY_FIRST_PARAMETERS=""
+CONTACTS_QUERY_SECOND_PARAMETERS=""
+DRAWING_OUTPUT=""
+DRAWING_PARAMETERS=""
+CONTACTS_CACHE_DIRECTORY=""
+MULTIPLE_MODELS_CHAINS_OPTION=""
+SUM_AT_END=false
+WIREFRAME_DRAWING=false
+HELP_MODE=false
+
+while [[ $# > 0 ]]
+do
+	OPTION="$1"
+	OPTARG="$2"
+	shift
+	case $OPTION in
+	-i|--input)
+		INFILE="$OPTARG"
+		shift
+		;;
+	--input-filter-query)
+		INPUT_FILTER_QUERY_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--contacts-query-additional)
+		CONTACTS_QUERY_FIRST_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--contacts-query)
+		CONTACTS_QUERY_SECOND_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--output-drawing)
+		DRAWING_OUTPUT="$OPTARG"
+		shift
+		;;
+	--drawing-parameters)
+		DRAWING_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--cache-dir)
+		CONTACTS_CACHE_DIRECTORY="$OPTARG"
+		shift
+		;;
+	--multiple-models)
+		MULTIPLE_MODELS_CHAINS_OPTION="--multimodel-chains"
+		;;
+	--sum-at-end)
+		SUM_AT_END=true
+		;;
+	--wireframe-drawing)
+		WIREFRAME_DRAWING=true
+		;;
+	-h)
+		HELP_MODE=true
+		;;
+	*)
+		echo >&2 "Error: invalid command line option '$OPTION'"
+		exit 1
+		;;
+	esac
+done
+
+if [ -z "$INFILE" ] || $HELP_MODE
+then
+	print_help_and_exit
+fi
+
+if [[ $ZEROARG == *"/"* ]]
+then
+	cd $(dirname $ZEROARG)
+	export PATH=$(pwd):$PATH
+	cd - &> /dev/null
+fi
+
+command -v voronota &> /dev/null || { echo >&2 "Error: 'voronota' executable not in binaries path"; exit 1; }
+command -v voronota-resources &> /dev/null || { echo >&2 "Error: 'voronota-resources' executable not in binaries path"; exit 1; }
+
+if [ ! -s "$INFILE" ]
+then
+	echo >&2 "Error: input file does not exist"
+	exit 1
+fi
+
+readonly TMPLDIR=$(mktemp -d)
+trap "rm -r $TMPLDIR" EXIT
+
+{
+	if [[ "$INFILE" == *".gz" ]]
+	then
+		zcat "$INFILE"
+	else
+		cat "$INFILE"
+	fi
+} \
+| voronota get-balls-from-atoms-file \
+  --annotated $MULTIPLE_MODELS_CHAINS_OPTION \
+  --radii-file <(voronota-resources radii) \
+  --include-heteroatoms \
+| voronota query-balls \
+  --drop-altloc-indicators \
+| voronota query-balls $INPUT_FILTER_QUERY_PARAMETERS \
+> $TMPLDIR/balls
+
+if [ ! -s "$TMPLDIR/balls" ]
+then
+	echo >&2 "Error: no atoms in input file"
+	exit 1
+fi
+
+BALLS_MD5=""
+if [ -n "$CONTACTS_CACHE_DIRECTORY" ]
+then
+	BALLS_MD5=$(cat $TMPLDIR/balls | md5sum | awk '{print $1}')
+	if [ -n "$BALLS_MD5" ]
+	then
+		BALLS_MD5="${BALLS_MD5}.voronota.contacts"
+		if [ -s "$CONTACTS_CACHE_DIRECTORY/$BALLS_MD5" ]
+		then
+			cp $CONTACTS_CACHE_DIRECTORY/$BALLS_MD5 $TMPLDIR/all_contacts
+		fi
+	fi
+fi
+
+if [ -n "$DRAWING_OUTPUT" ] && [ -s "$TMPLDIR/all_contacts" ]
+then
+	GRAPHICS_TOKEN=$(cat $TMPLDIR/all_contacts | head -1 | awk '{print $8}')
+	if [ -z "$GRAPHICS_TOKEN" ]
+	then
+		rm $TMPLDIR/all_contacts
+	fi
+fi
+
+if [ ! -s "$TMPLDIR/all_contacts" ]
+then
+	cat $TMPLDIR/balls \
+	| \
+	{
+		if [ -n "$DRAWING_OUTPUT" ]
+		then
+			voronota calculate-contacts \
+			  --annotated \
+			  --draw \
+			  --tag-centrality
+		else
+			voronota calculate-contacts \
+			  --annotated \
+			  --tag-centrality
+		fi
+	} \
+	| voronota query-contacts \
+	  --match-min-seq-sep 1 \
+	  --preserve-graphics \
+	> $TMPLDIR/all_contacts
+	
+	if [ -n "$CONTACTS_CACHE_DIRECTORY" ] && [ -n "$BALLS_MD5" ]
+	then
+		mkdir -p $CONTACTS_CACHE_DIRECTORY
+		cp $TMPLDIR/all_contacts $CONTACTS_CACHE_DIRECTORY/$BALLS_MD5
+	fi
+fi
+
+{
+if [ -n "$DRAWING_OUTPUT" ]
+then
+	cat $TMPLDIR/all_contacts \
+	| voronota query-contacts $CONTACTS_QUERY_FIRST_PARAMETERS \
+	  --preserve-graphics \
+	| voronota query-contacts $CONTACTS_QUERY_SECOND_PARAMETERS \
+	  --preserve-graphics \
+	> $TMPLDIR/all_contacts_for_drawing
+	
+	if $WIREFRAME_DRAWING
+	then
+		cat $TMPLDIR/all_contacts_for_drawing \
+		| sed 's|_tfanc \S\+ \S\+ \S\+ \S\+ \S\+ \S\+|_lloop|g' \
+		| sed 's|_tstrip \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+ \S\+||g' \
+		> $TMPLDIR/all_contacts_for_drawing_wireframe
+		mv $TMPLDIR/all_contacts_for_drawing_wireframe $TMPLDIR/all_contacts_for_drawing
+	fi
+	
+	cat $TMPLDIR/all_contacts_for_drawing \
+	| voronota draw-contacts $DRAWING_PARAMETERS \
+	  --drawing-for-pymol $DRAWING_OUTPUT \
+	> /dev/null
+	
+	cat $TMPLDIR/all_contacts_for_drawing \
+	| awk '{print $1 " " $2 " " $3 " " $4 " " $5 " " $6}'
+else
+	cat $TMPLDIR/all_contacts \
+	| voronota query-contacts $CONTACTS_QUERY_FIRST_PARAMETERS \
+	| voronota query-contacts $CONTACTS_QUERY_SECOND_PARAMETERS
+fi
+} > $TMPLDIR/result_contacts
+
+{
+cat $TMPLDIR/result_contacts
+if $SUM_AT_END
+then
+	cat $TMPLDIR/result_contacts \
+	| voronota query-contacts --summarize	
+fi
+} | column -t
diff --git a/voronota-resources b/voronota-resources
new file mode 100755
index 0000000..fae4393
--- /dev/null
+++ b/voronota-resources
@@ -0,0 +1,51977 @@
+#!/bin/bash
+
+RESOURCE_NAME=$1
+
+if [ -z $RESOURCE_NAME ]
+then
+echo -e 'Need resource name as argument, available options are:\n  radii\n  energy_potential\n  energy_means_and_sds' >&2
+fi
+
+if [ "$RESOURCE_NAME" == "radii" ]
+then
+cat << 'EOF'
+# default radii
+
+*    *    1.80
+*    C*   1.80
+*    CL*  1.80
+*    F*   1.80
+*    FE*  1.80
+*    N*   1.60
+*    O*   1.50
+*    P*   1.90
+*    S*   1.90
+*    ZN*  1.70
+*    H*   1.30
+
+
+# protein main chain radii
+
+*    C    1.75
+*    CA   1.90
+*    N    1.70
+*    O    1.49
+
+
+# protein side chain radii
+
+ALA  CB   1.92
+
+ARG  CB   1.91
+ARG  CD*  1.88
+ARG  CG*  1.92
+ARG  NE*  1.62
+ARG  NH1  1.62
+ARG  NH2  1.67
+
+ASN  CB   1.91
+ASN  CG*  1.81
+ASN  ND2  1.62
+ASN  OD1  1.52
+
+ASP  CB   1.91
+ASP  CG*  1.76
+ASP  OD1  1.49
+ASP  OD2  1.49
+
+CYS  CB   1.91
+CYS  S*   1.88
+
+GLN  CB   1.91
+GLN  CD*  1.81
+GLN  NE2  1.62
+GLN  OE1  1.52
+
+GLU  CB   1.91
+GLU  CD*  1.76
+GLU  CG*  1.88
+GLU  OE1  1.49
+GLU  OE2  1.49
+
+HIS  CB   1.91
+HIS  CD*  1.74
+HIS  CE*  1.74
+HIS  ND2  1.65
+HIS  NE1  1.65
+
+ILE  CB   2.01
+ILE  CD1  1.92
+ILE  CG1  1.92
+ILE  CG2  1.92
+
+LEU  CB   1.91
+LEU  CD1  1.92
+LEU  CD2  1.92
+LEU  CG*  2.01
+
+LYS  CB   1.91
+LYS  CD*  1.92
+LYS  CE*  1.88
+LYS  CG*  1.92
+LYS  NZ*  1.67
+
+MET  CB   1.91
+MET  CG*  1.92
+MET  S*   1.94
+
+PHE  CB   1.91
+PHE  CD*  1.82
+PHE  CE*  1.82
+PHE  CG*  1.74
+PHE  CZ*  1.82
+
+PRO  CB   1.91
+PRO  CD*  1.92
+PRO  CG*  1.92
+
+SER  CB   1.91
+SER  OG*  1.54
+
+THR  CB   2.01
+THR  CG2  1.92
+THR  OG*  1.54
+
+TRP  CB   1.91
+TRP  CD*  1.82
+TRP  CE*  1.82
+TRP  CE2  1.74
+TRP  CG*  1.74
+TRP  CH*  1.82
+TRP  CZ*  1.82
+TRP  NE1  1.66
+
+TYR  CB   1.91
+TYR  CD*  1.82
+TYR  CE*  1.82
+TYR  CG*  1.74
+TYR  OH*  1.54
+
+VAL  CB   2.01
+VAL  CG1  1.92
+VAL  CG2  1.92
+EOF
+fi
+
+if [ "$RESOURCE_NAME" == "energy_potential" ]
+then
+cat << 'EOF'
+R<ALA>A<C> R<ALA>A<C> central_sep1 4.17568
+R<ALA>A<C> R<ALA>A<C> central_sep2 2.3065
+R<ALA>A<C> R<ALA>A<C> sep1 -2.60148
+R<ALA>A<C> R<ALA>A<C> sep2 1.62686
+R<ALA>A<C> R<ALA>A<CA> central_sep1 3.20641
+R<ALA>A<C> R<ALA>A<CA> central_sep2 1.40236
+R<ALA>A<C> R<ALA>A<CA> sep1 -2.67699
+R<ALA>A<C> R<ALA>A<CA> sep2 0.098818
+R<ALA>A<C> R<ALA>A<CB> central_sep1 1.56691
+R<ALA>A<C> R<ALA>A<CB> central_sep2 -0.0958367
+R<ALA>A<C> R<ALA>A<CB> sep1 0.317846
+R<ALA>A<C> R<ALA>A<CB> sep2 -0.662816
+R<ALA>A<C> R<ALA>A<N> central_sep1 -0.852815
+R<ALA>A<C> R<ALA>A<N> central_sep2 2.60675
+R<ALA>A<C> R<ALA>A<N> sep1 -1.95665
+R<ALA>A<C> R<ALA>A<N> sep2 1.26184
+R<ALA>A<C> R<ALA>A<O> central_sep1 -0.945511
+R<ALA>A<C> R<ALA>A<O> central_sep2 2.13092
+R<ALA>A<C> R<ALA>A<O> sep1 -1.75688
+R<ALA>A<C> R<ALA>A<O> sep2 1.07477
+R<ALA>A<C> R<ARG>A<C> central_sep1 4.63328
+R<ALA>A<C> R<ARG>A<C> central_sep2 3.71944
+R<ALA>A<C> R<ARG>A<C> sep1 -2.51412
+R<ALA>A<C> R<ARG>A<C> sep2 2.22891
+R<ALA>A<C> R<ARG>A<CA> central_sep1 3.98792
+R<ALA>A<C> R<ARG>A<CA> central_sep2 2.24429
+R<ALA>A<C> R<ARG>A<CA> sep1 -2.64487
+R<ALA>A<C> R<ARG>A<CA> sep2 0.730436
+R<ALA>A<C> R<ARG>A<CB> central_sep1 2.24725
+R<ALA>A<C> R<ARG>A<CB> central_sep2 1.22515
+R<ALA>A<C> R<ARG>A<CB> sep1 0.0674803
+R<ALA>A<C> R<ARG>A<CB> sep2 0.164956
+R<ALA>A<C> R<ARG>A<CD> central_sep1 1.99738
+R<ALA>A<C> R<ARG>A<CD> central_sep2 0.70182
+R<ALA>A<C> R<ARG>A<CD> sep1 0.761328
+R<ALA>A<C> R<ARG>A<CD> sep2 -0.154646
+R<ALA>A<C> R<ARG>A<CG> central_sep1 0.787573
+R<ALA>A<C> R<ARG>A<CG> central_sep2 0.853057
+R<ALA>A<C> R<ARG>A<CG> sep1 -0.565042
+R<ALA>A<C> R<ARG>A<CG> sep2 -0.149714
+R<ALA>A<C> R<ARG>A<CZ> central_sep1 0.151272
+R<ALA>A<C> R<ARG>A<CZ> central_sep2 0.800558
+R<ALA>A<C> R<ARG>A<CZ> sep1 1.63398
+R<ALA>A<C> R<ARG>A<CZ> sep2 -0.102201
+R<ALA>A<C> R<ARG>A<N> central_sep1 -0.739681
+R<ALA>A<C> R<ARG>A<N> central_sep2 3.11352
+R<ALA>A<C> R<ARG>A<N> sep1 -1.92963
+R<ALA>A<C> R<ARG>A<N> sep2 1.857
+R<ALA>A<C> R<ARG>A<NE> central_sep1 1.92858
+R<ALA>A<C> R<ARG>A<NE> central_sep2 1.13008
+R<ALA>A<C> R<ARG>A<NE> sep1 1.41219
+R<ALA>A<C> R<ARG>A<NE> sep2 0.0239833
+R<ALA>A<C> R<ARG>A<NH1> central_sep1 1.1341
+R<ALA>A<C> R<ARG>A<NH1> central_sep2 0.889017
+R<ALA>A<C> R<ARG>A<NH1> sep1 2.13247
+R<ALA>A<C> R<ARG>A<NH1> sep2 -0.081254
+R<ALA>A<C> R<ARG>A<O> central_sep1 -0.884465
+R<ALA>A<C> R<ARG>A<O> central_sep2 2.49436
+R<ALA>A<C> R<ARG>A<O> sep1 -1.51304
+R<ALA>A<C> R<ARG>A<O> sep2 1.33153
+R<ALA>A<C> R<ASN>A<C> central_sep1 3.67901
+R<ALA>A<C> R<ASN>A<C> central_sep2 3.1784
+R<ALA>A<C> R<ASN>A<C> sep1 -2.20367
+R<ALA>A<C> R<ASN>A<C> sep2 2.19552
+R<ALA>A<C> R<ASN>A<CA> central_sep1 3.89136
+R<ALA>A<C> R<ASN>A<CA> central_sep2 2.63503
+R<ALA>A<C> R<ASN>A<CA> sep1 -2.41343
+R<ALA>A<C> R<ASN>A<CA> sep2 0.677796
+R<ALA>A<C> R<ASN>A<CB> central_sep1 2.5484
+R<ALA>A<C> R<ASN>A<CB> central_sep2 1.21132
+R<ALA>A<C> R<ASN>A<CB> sep1 -0.294504
+R<ALA>A<C> R<ASN>A<CB> sep2 0.0313399
+R<ALA>A<C> R<ASN>A<CG> central_sep1 1.15706
+R<ALA>A<C> R<ASN>A<CG> central_sep2 1.111
+R<ALA>A<C> R<ASN>A<CG> sep1 -0.707009
+R<ALA>A<C> R<ASN>A<CG> sep2 0.231235
+R<ALA>A<C> R<ASN>A<N> central_sep1 -0.58708
+R<ALA>A<C> R<ASN>A<N> central_sep2 3.02328
+R<ALA>A<C> R<ASN>A<N> sep1 -1.6411
+R<ALA>A<C> R<ASN>A<N> sep2 1.64794
+R<ALA>A<C> R<ASN>A<ND2> central_sep1 1.65155
+R<ALA>A<C> R<ASN>A<ND2> central_sep2 1.19146
+R<ALA>A<C> R<ASN>A<ND2> sep1 0.354795
+R<ALA>A<C> R<ASN>A<ND2> sep2 0.0614459
+R<ALA>A<C> R<ASN>A<O> central_sep1 -0.844204
+R<ALA>A<C> R<ASN>A<O> central_sep2 2.21054
+R<ALA>A<C> R<ASN>A<O> sep1 -1.36642
+R<ALA>A<C> R<ASN>A<O> sep2 1.19216
+R<ALA>A<C> R<ASN>A<OD1> central_sep1 1.42424
+R<ALA>A<C> R<ASN>A<OD1> central_sep2 1.39693
+R<ALA>A<C> R<ASN>A<OD1> sep1 0.222008
+R<ALA>A<C> R<ASN>A<OD1> sep2 0.536747
+R<ALA>A<C> R<ASP>A<C> central_sep1 4.24844
+R<ALA>A<C> R<ASP>A<C> central_sep2 3.75187
+R<ALA>A<C> R<ASP>A<C> sep1 -2.39265
+R<ALA>A<C> R<ASP>A<C> sep2 2.10949
+R<ALA>A<C> R<ASP>A<CA> central_sep1 4.15723
+R<ALA>A<C> R<ASP>A<CA> central_sep2 2.95218
+R<ALA>A<C> R<ASP>A<CA> sep1 -2.61135
+R<ALA>A<C> R<ASP>A<CA> sep2 1.01629
+R<ALA>A<C> R<ASP>A<CB> central_sep1 2.63396
+R<ALA>A<C> R<ASP>A<CB> central_sep2 1.70417
+R<ALA>A<C> R<ASP>A<CB> sep1 -0.0248942
+R<ALA>A<C> R<ASP>A<CB> sep2 0.448863
+R<ALA>A<C> R<ASP>A<CG> central_sep1 2.42725
+R<ALA>A<C> R<ASP>A<CG> central_sep2 2.09026
+R<ALA>A<C> R<ASP>A<CG> sep1 0.23973
+R<ALA>A<C> R<ASP>A<CG> sep2 0.931245
+R<ALA>A<C> R<ASP>A<N> central_sep1 -0.663485
+R<ALA>A<C> R<ASP>A<N> central_sep2 2.81573
+R<ALA>A<C> R<ASP>A<N> sep1 -1.57145
+R<ALA>A<C> R<ASP>A<N> sep2 2.03726
+R<ALA>A<C> R<ASP>A<O> central_sep1 -0.831919
+R<ALA>A<C> R<ASP>A<O> central_sep2 2.73181
+R<ALA>A<C> R<ASP>A<O> sep1 -1.50477
+R<ALA>A<C> R<ASP>A<O> sep2 1.64824
+R<ALA>A<C> R<ASP>A<OD1> central_sep1 2.0955
+R<ALA>A<C> R<ASP>A<OD1> central_sep2 2.50686
+R<ALA>A<C> R<ASP>A<OD1> sep1 0.411845
+R<ALA>A<C> R<ASP>A<OD1> sep2 1.29485
+R<ALA>A<C> R<CYS>A<C> central_sep1 2.81683
+R<ALA>A<C> R<CYS>A<C> central_sep2 3.19631
+R<ALA>A<C> R<CYS>A<C> sep1 -2.32294
+R<ALA>A<C> R<CYS>A<C> sep2 1.92368
+R<ALA>A<C> R<CYS>A<CA> central_sep1 3.61535
+R<ALA>A<C> R<CYS>A<CA> central_sep2 2.01532
+R<ALA>A<C> R<CYS>A<CA> sep1 -2.46976
+R<ALA>A<C> R<CYS>A<CA> sep2 0.426816
+R<ALA>A<C> R<CYS>A<CB> central_sep1 1.69744
+R<ALA>A<C> R<CYS>A<CB> central_sep2 0.545427
+R<ALA>A<C> R<CYS>A<CB> sep1 -0.16045
+R<ALA>A<C> R<CYS>A<CB> sep2 -0.434824
+R<ALA>A<C> R<CYS>A<N> central_sep1 -0.487439
+R<ALA>A<C> R<CYS>A<N> central_sep2 3.15366
+R<ALA>A<C> R<CYS>A<N> sep1 -1.72732
+R<ALA>A<C> R<CYS>A<N> sep2 1.44356
+R<ALA>A<C> R<CYS>A<O> central_sep1 -0.802291
+R<ALA>A<C> R<CYS>A<O> central_sep2 1.86935
+R<ALA>A<C> R<CYS>A<O> sep1 -1.28479
+R<ALA>A<C> R<CYS>A<O> sep2 1.10211
+R<ALA>A<C> R<CYS>A<SG> central_sep1 0.587122
+R<ALA>A<C> R<CYS>A<SG> central_sep2 -0.249541
+R<ALA>A<C> R<CYS>A<SG> sep1 -0.0851084
+R<ALA>A<C> R<CYS>A<SG> sep2 -0.62062
+R<ALA>A<C> R<GLN>A<C> central_sep1 5.03827
+R<ALA>A<C> R<GLN>A<C> central_sep2 4.18034
+R<ALA>A<C> R<GLN>A<C> sep1 -2.52178
+R<ALA>A<C> R<GLN>A<C> sep2 2.64108
+R<ALA>A<C> R<GLN>A<CA> central_sep1 3.59672
+R<ALA>A<C> R<GLN>A<CA> central_sep2 2.09362
+R<ALA>A<C> R<GLN>A<CA> sep1 -2.63973
+R<ALA>A<C> R<GLN>A<CA> sep2 1.0259
+R<ALA>A<C> R<GLN>A<CB> central_sep1 2.51627
+R<ALA>A<C> R<GLN>A<CB> central_sep2 1.43759
+R<ALA>A<C> R<GLN>A<CB> sep1 0.146758
+R<ALA>A<C> R<GLN>A<CB> sep2 0.362281
+R<ALA>A<C> R<GLN>A<CD> central_sep1 1.43414
+R<ALA>A<C> R<GLN>A<CD> central_sep2 1.0957
+R<ALA>A<C> R<GLN>A<CD> sep1 -0.0185153
+R<ALA>A<C> R<GLN>A<CD> sep2 0.237039
+R<ALA>A<C> R<GLN>A<CG> central_sep1 1.22497
+R<ALA>A<C> R<GLN>A<CG> central_sep2 1.0193
+R<ALA>A<C> R<GLN>A<CG> sep1 -0.351899
+R<ALA>A<C> R<GLN>A<CG> sep2 -0.0230916
+R<ALA>A<C> R<GLN>A<N> central_sep1 -0.775034
+R<ALA>A<C> R<GLN>A<N> central_sep2 3.66683
+R<ALA>A<C> R<GLN>A<N> sep1 -1.8872
+R<ALA>A<C> R<GLN>A<N> sep2 2.23066
+R<ALA>A<C> R<GLN>A<NE2> central_sep1 1.24372
+R<ALA>A<C> R<GLN>A<NE2> central_sep2 1.1757
+R<ALA>A<C> R<GLN>A<NE2> sep1 0.991382
+R<ALA>A<C> R<GLN>A<NE2> sep2 0.16954
+R<ALA>A<C> R<GLN>A<O> central_sep1 -0.970654
+R<ALA>A<C> R<GLN>A<O> central_sep2 2.77865
+R<ALA>A<C> R<GLN>A<O> sep1 -1.58999
+R<ALA>A<C> R<GLN>A<O> sep2 1.51424
+R<ALA>A<C> R<GLN>A<OE1> central_sep1 1.73988
+R<ALA>A<C> R<GLN>A<OE1> central_sep2 1.53806
+R<ALA>A<C> R<GLN>A<OE1> sep1 1.26366
+R<ALA>A<C> R<GLN>A<OE1> sep2 0.500482
+R<ALA>A<C> R<GLU>A<C> central_sep1 4.34937
+R<ALA>A<C> R<GLU>A<C> central_sep2 3.94773
+R<ALA>A<C> R<GLU>A<C> sep1 -2.52061
+R<ALA>A<C> R<GLU>A<C> sep2 2.53345
+R<ALA>A<C> R<GLU>A<CA> central_sep1 3.77627
+R<ALA>A<C> R<GLU>A<CA> central_sep2 2.6635
+R<ALA>A<C> R<GLU>A<CA> sep1 -2.64261
+R<ALA>A<C> R<GLU>A<CA> sep2 1.15674
+R<ALA>A<C> R<GLU>A<CB> central_sep1 2.69342
+R<ALA>A<C> R<GLU>A<CB> central_sep2 1.93088
+R<ALA>A<C> R<GLU>A<CB> sep1 0.285005
+R<ALA>A<C> R<GLU>A<CB> sep2 0.672364
+R<ALA>A<C> R<GLU>A<CD> central_sep1 2.1679
+R<ALA>A<C> R<GLU>A<CD> central_sep2 1.87698
+R<ALA>A<C> R<GLU>A<CD> sep1 0.117291
+R<ALA>A<C> R<GLU>A<CD> sep2 1.09907
+R<ALA>A<C> R<GLU>A<CG> central_sep1 1.55228
+R<ALA>A<C> R<GLU>A<CG> central_sep2 1.2649
+R<ALA>A<C> R<GLU>A<CG> sep1 -0.149305
+R<ALA>A<C> R<GLU>A<CG> sep2 0.411109
+R<ALA>A<C> R<GLU>A<N> central_sep1 -0.72613
+R<ALA>A<C> R<GLU>A<N> central_sep2 3.36742
+R<ALA>A<C> R<GLU>A<N> sep1 -1.78613
+R<ALA>A<C> R<GLU>A<N> sep2 2.23856
+R<ALA>A<C> R<GLU>A<O> central_sep1 -0.88292
+R<ALA>A<C> R<GLU>A<O> central_sep2 2.98172
+R<ALA>A<C> R<GLU>A<O> sep1 -1.54591
+R<ALA>A<C> R<GLU>A<O> sep2 1.74875
+R<ALA>A<C> R<GLU>A<OE1> central_sep1 2.22843
+R<ALA>A<C> R<GLU>A<OE1> central_sep2 2.52864
+R<ALA>A<C> R<GLU>A<OE1> sep1 1.62936
+R<ALA>A<C> R<GLU>A<OE1> sep2 1.44944
+R<ALA>A<C> R<GLY>A<C> central_sep1 3.45146
+R<ALA>A<C> R<GLY>A<C> central_sep2 1.97199
+R<ALA>A<C> R<GLY>A<C> sep1 -1.92202
+R<ALA>A<C> R<GLY>A<C> sep2 0.859819
+R<ALA>A<C> R<GLY>A<CA> central_sep1 2.94283
+R<ALA>A<C> R<GLY>A<CA> central_sep2 0.886299
+R<ALA>A<C> R<GLY>A<CA> sep1 -1.80364
+R<ALA>A<C> R<GLY>A<CA> sep2 -0.170091
+R<ALA>A<C> R<GLY>A<N> central_sep1 -0.240724
+R<ALA>A<C> R<GLY>A<N> central_sep2 2.00847
+R<ALA>A<C> R<GLY>A<N> sep1 -1.716
+R<ALA>A<C> R<GLY>A<N> sep2 0.731702
+R<ALA>A<C> R<GLY>A<O> central_sep1 -0.586018
+R<ALA>A<C> R<GLY>A<O> central_sep2 1.84247
+R<ALA>A<C> R<GLY>A<O> sep1 -1.476
+R<ALA>A<C> R<GLY>A<O> sep2 0.85497
+R<ALA>A<C> R<HIS>A<C> central_sep1 3.33343
+R<ALA>A<C> R<HIS>A<C> central_sep2 3.41733
+R<ALA>A<C> R<HIS>A<C> sep1 -2.29571
+R<ALA>A<C> R<HIS>A<C> sep2 2.43425
+R<ALA>A<C> R<HIS>A<CA> central_sep1 4.15362
+R<ALA>A<C> R<HIS>A<CA> central_sep2 2.56589
+R<ALA>A<C> R<HIS>A<CA> sep1 -2.50974
+R<ALA>A<C> R<HIS>A<CA> sep2 0.71151
+R<ALA>A<C> R<HIS>A<CB> central_sep1 2.32777
+R<ALA>A<C> R<HIS>A<CB> central_sep2 0.921735
+R<ALA>A<C> R<HIS>A<CB> sep1 0.00209615
+R<ALA>A<C> R<HIS>A<CB> sep2 -0.108185
+R<ALA>A<C> R<HIS>A<CD2> central_sep1 0.144872
+R<ALA>A<C> R<HIS>A<CD2> central_sep2 0.678521
+R<ALA>A<C> R<HIS>A<CD2> sep1 -0.118141
+R<ALA>A<C> R<HIS>A<CD2> sep2 -0.282698
+R<ALA>A<C> R<HIS>A<CE1> central_sep1 1.64797
+R<ALA>A<C> R<HIS>A<CE1> central_sep2 0.655122
+R<ALA>A<C> R<HIS>A<CE1> sep1 1.79629
+R<ALA>A<C> R<HIS>A<CE1> sep2 -0.145393
+R<ALA>A<C> R<HIS>A<CG> central_sep1 0.458388
+R<ALA>A<C> R<HIS>A<CG> central_sep2 0.845188
+R<ALA>A<C> R<HIS>A<CG> sep1 -1.35889
+R<ALA>A<C> R<HIS>A<CG> sep2 0.276668
+R<ALA>A<C> R<HIS>A<N> central_sep1 -0.636831
+R<ALA>A<C> R<HIS>A<N> central_sep2 3.43678
+R<ALA>A<C> R<HIS>A<N> sep1 -1.77854
+R<ALA>A<C> R<HIS>A<N> sep2 1.81808
+R<ALA>A<C> R<HIS>A<ND1> central_sep1 0.408175
+R<ALA>A<C> R<HIS>A<ND1> central_sep2 1.10898
+R<ALA>A<C> R<HIS>A<ND1> sep1 -0.0585955
+R<ALA>A<C> R<HIS>A<ND1> sep2 0.0764478
+R<ALA>A<C> R<HIS>A<NE2> central_sep1 2.33983
+R<ALA>A<C> R<HIS>A<NE2> central_sep2 0.999939
+R<ALA>A<C> R<HIS>A<NE2> sep1 2.31091
+R<ALA>A<C> R<HIS>A<NE2> sep2 -0.0586565
+R<ALA>A<C> R<HIS>A<O> central_sep1 -0.858619
+R<ALA>A<C> R<HIS>A<O> central_sep2 2.23103
+R<ALA>A<C> R<HIS>A<O> sep1 -1.28614
+R<ALA>A<C> R<HIS>A<O> sep2 1.13797
+R<ALA>A<C> R<ILE>A<C> central_sep1 5.13139
+R<ALA>A<C> R<ILE>A<C> central_sep2 4.14036
+R<ALA>A<C> R<ILE>A<C> sep1 -2.69417
+R<ALA>A<C> R<ILE>A<C> sep2 3.32091
+R<ALA>A<C> R<ILE>A<CA> central_sep1 4.51851
+R<ALA>A<C> R<ILE>A<CA> central_sep2 2.63973
+R<ALA>A<C> R<ILE>A<CA> sep1 -2.64865
+R<ALA>A<C> R<ILE>A<CA> sep2 0.83412
+R<ALA>A<C> R<ILE>A<CB> central_sep1 1.95357
+R<ALA>A<C> R<ILE>A<CB> central_sep2 1.12801
+R<ALA>A<C> R<ILE>A<CB> sep1 -0.00537019
+R<ALA>A<C> R<ILE>A<CB> sep2 -0.169836
+R<ALA>A<C> R<ILE>A<CD1> central_sep1 0.988028
+R<ALA>A<C> R<ILE>A<CD1> central_sep2 -0.477434
+R<ALA>A<C> R<ILE>A<CD1> sep1 -0.0204696
+R<ALA>A<C> R<ILE>A<CD1> sep2 -0.70939
+R<ALA>A<C> R<ILE>A<CG1> central_sep1 0.265641
+R<ALA>A<C> R<ILE>A<CG1> central_sep2 0.198891
+R<ALA>A<C> R<ILE>A<CG1> sep1 -0.976716
+R<ALA>A<C> R<ILE>A<CG1> sep2 -0.512448
+R<ALA>A<C> R<ILE>A<CG2> central_sep1 0.572398
+R<ALA>A<C> R<ILE>A<CG2> central_sep2 0.0799058
+R<ALA>A<C> R<ILE>A<CG2> sep1 0.0644891
+R<ALA>A<C> R<ILE>A<CG2> sep2 -0.626225
+R<ALA>A<C> R<ILE>A<N> central_sep1 -0.245531
+R<ALA>A<C> R<ILE>A<N> central_sep2 3.66705
+R<ALA>A<C> R<ILE>A<N> sep1 -1.7103
+R<ALA>A<C> R<ILE>A<N> sep2 1.95241
+R<ALA>A<C> R<ILE>A<O> central_sep1 -1.24625
+R<ALA>A<C> R<ILE>A<O> central_sep2 2.06471
+R<ALA>A<C> R<ILE>A<O> sep1 -1.21557
+R<ALA>A<C> R<ILE>A<O> sep2 1.08098
+R<ALA>A<C> R<LEU>A<C> central_sep1 4.19727
+R<ALA>A<C> R<LEU>A<C> central_sep2 3.51349
+R<ALA>A<C> R<LEU>A<C> sep1 -2.58276
+R<ALA>A<C> R<LEU>A<C> sep2 2.2337
+R<ALA>A<C> R<LEU>A<CA> central_sep1 3.92615
+R<ALA>A<C> R<LEU>A<CA> central_sep2 2.89296
+R<ALA>A<C> R<LEU>A<CA> sep1 -2.82429
+R<ALA>A<C> R<LEU>A<CA> sep2 1.31664
+R<ALA>A<C> R<LEU>A<CB> central_sep1 1.82343
+R<ALA>A<C> R<LEU>A<CB> central_sep2 1.07929
+R<ALA>A<C> R<LEU>A<CB> sep1 0.315463
+R<ALA>A<C> R<LEU>A<CB> sep2 -0.0225063
+R<ALA>A<C> R<LEU>A<CD1> central_sep1 1.14086
+R<ALA>A<C> R<LEU>A<CD1> central_sep2 -0.492515
+R<ALA>A<C> R<LEU>A<CD1> sep1 0.141302
+R<ALA>A<C> R<LEU>A<CD1> sep2 -0.806118
+R<ALA>A<C> R<LEU>A<CD2> central_sep1 1.29197
+R<ALA>A<C> R<LEU>A<CD2> central_sep2 -0.309585
+R<ALA>A<C> R<LEU>A<CD2> sep1 0.415888
+R<ALA>A<C> R<LEU>A<CD2> sep2 -0.65153
+R<ALA>A<C> R<LEU>A<CG> central_sep1 0.0490853
+R<ALA>A<C> R<LEU>A<CG> central_sep2 0.761187
+R<ALA>A<C> R<LEU>A<CG> sep1 -0.939313
+R<ALA>A<C> R<LEU>A<CG> sep2 -0.266799
+R<ALA>A<C> R<LEU>A<N> central_sep1 -0.595636
+R<ALA>A<C> R<LEU>A<N> central_sep2 3.25786
+R<ALA>A<C> R<LEU>A<N> sep1 -1.871
+R<ALA>A<C> R<LEU>A<N> sep2 1.91171
+R<ALA>A<C> R<LEU>A<O> central_sep1 -1.19016
+R<ALA>A<C> R<LEU>A<O> central_sep2 2.41085
+R<ALA>A<C> R<LEU>A<O> sep1 -1.46818
+R<ALA>A<C> R<LEU>A<O> sep2 1.15861
+R<ALA>A<C> R<LYS>A<C> central_sep1 4.29666
+R<ALA>A<C> R<LYS>A<C> central_sep2 3.80032
+R<ALA>A<C> R<LYS>A<C> sep1 -2.45801
+R<ALA>A<C> R<LYS>A<C> sep2 2.42383
+R<ALA>A<C> R<LYS>A<CA> central_sep1 3.81798
+R<ALA>A<C> R<LYS>A<CA> central_sep2 2.51235
+R<ALA>A<C> R<LYS>A<CA> sep1 -2.53638
+R<ALA>A<C> R<LYS>A<CA> sep2 0.975562
+R<ALA>A<C> R<LYS>A<CB> central_sep1 2.57485
+R<ALA>A<C> R<LYS>A<CB> central_sep2 1.40742
+R<ALA>A<C> R<LYS>A<CB> sep1 0.198642
+R<ALA>A<C> R<LYS>A<CB> sep2 0.451915
+R<ALA>A<C> R<LYS>A<CD> central_sep1 2.18257
+R<ALA>A<C> R<LYS>A<CD> central_sep2 1.05227
+R<ALA>A<C> R<LYS>A<CD> sep1 0.597845
+R<ALA>A<C> R<LYS>A<CD> sep2 0.220681
+R<ALA>A<C> R<LYS>A<CE> central_sep1 1.98717
+R<ALA>A<C> R<LYS>A<CE> central_sep2 1.48775
+R<ALA>A<C> R<LYS>A<CE> sep1 1.34403
+R<ALA>A<C> R<LYS>A<CE> sep2 0.428281
+R<ALA>A<C> R<LYS>A<CG> central_sep1 1.07389
+R<ALA>A<C> R<LYS>A<CG> central_sep2 1.13717
+R<ALA>A<C> R<LYS>A<CG> sep1 -0.481529
+R<ALA>A<C> R<LYS>A<CG> sep2 0.102912
+R<ALA>A<C> R<LYS>A<N> central_sep1 -0.626763
+R<ALA>A<C> R<LYS>A<N> central_sep2 2.89739
+R<ALA>A<C> R<LYS>A<N> sep1 -1.7696
+R<ALA>A<C> R<LYS>A<N> sep2 2.12245
+R<ALA>A<C> R<LYS>A<NZ> central_sep1 2.90586
+R<ALA>A<C> R<LYS>A<NZ> central_sep2 2.27763
+R<ALA>A<C> R<LYS>A<NZ> sep1 2.52287
+R<ALA>A<C> R<LYS>A<NZ> sep2 0.693915
+R<ALA>A<C> R<LYS>A<O> central_sep1 -0.819851
+R<ALA>A<C> R<LYS>A<O> central_sep2 2.85879
+R<ALA>A<C> R<LYS>A<O> sep1 -1.48894
+R<ALA>A<C> R<LYS>A<O> sep2 1.72856
+R<ALA>A<C> R<MET>A<C> central_sep1 3.74346
+R<ALA>A<C> R<MET>A<C> central_sep2 3.62683
+R<ALA>A<C> R<MET>A<C> sep1 -2.55328
+R<ALA>A<C> R<MET>A<C> sep2 2.37663
+R<ALA>A<C> R<MET>A<CA> central_sep1 3.57681
+R<ALA>A<C> R<MET>A<CA> central_sep2 2.02918
+R<ALA>A<C> R<MET>A<CA> sep1 -2.68903
+R<ALA>A<C> R<MET>A<CA> sep2 0.718764
+R<ALA>A<C> R<MET>A<CB> central_sep1 2.14314
+R<ALA>A<C> R<MET>A<CB> central_sep2 0.947658
+R<ALA>A<C> R<MET>A<CB> sep1 0.00181238
+R<ALA>A<C> R<MET>A<CB> sep2 -0.162363
+R<ALA>A<C> R<MET>A<CE> central_sep1 0.362935
+R<ALA>A<C> R<MET>A<CE> central_sep2 -0.400878
+R<ALA>A<C> R<MET>A<CE> sep1 1.08449
+R<ALA>A<C> R<MET>A<CE> sep2 -0.681961
+R<ALA>A<C> R<MET>A<CG> central_sep1 0.686636
+R<ALA>A<C> R<MET>A<CG> central_sep2 0.378825
+R<ALA>A<C> R<MET>A<CG> sep1 -0.464925
+R<ALA>A<C> R<MET>A<CG> sep2 -0.442851
+R<ALA>A<C> R<MET>A<N> central_sep1 -0.551915
+R<ALA>A<C> R<MET>A<N> central_sep2 2.5441
+R<ALA>A<C> R<MET>A<N> sep1 -1.79291
+R<ALA>A<C> R<MET>A<N> sep2 1.67648
+R<ALA>A<C> R<MET>A<O> central_sep1 -1.07535
+R<ALA>A<C> R<MET>A<O> central_sep2 2.33079
+R<ALA>A<C> R<MET>A<O> sep1 -1.52603
+R<ALA>A<C> R<MET>A<O> sep2 1.34149
+R<ALA>A<C> R<MET>A<SD> central_sep1 0.99397
+R<ALA>A<C> R<MET>A<SD> central_sep2 -0.215203
+R<ALA>A<C> R<MET>A<SD> sep1 0.427662
+R<ALA>A<C> R<MET>A<SD> sep2 -0.579092
+R<ALA>A<C> R<PHE>A<C> central_sep1 3.68432
+R<ALA>A<C> R<PHE>A<C> central_sep2 3.25583
+R<ALA>A<C> R<PHE>A<C> sep1 -2.3955
+R<ALA>A<C> R<PHE>A<C> sep2 2.19715
+R<ALA>A<C> R<PHE>A<CA> central_sep1 4.23337
+R<ALA>A<C> R<PHE>A<CA> central_sep2 2.26608
+R<ALA>A<C> R<PHE>A<CA> sep1 -2.56583
+R<ALA>A<C> R<PHE>A<CA> sep2 0.5516
+R<ALA>A<C> R<PHE>A<CB> central_sep1 2.04589
+R<ALA>A<C> R<PHE>A<CB> central_sep2 0.784044
+R<ALA>A<C> R<PHE>A<CB> sep1 -0.0175312
+R<ALA>A<C> R<PHE>A<CB> sep2 -0.211644
+R<ALA>A<C> R<PHE>A<CD1> central_sep1 -0.356516
+R<ALA>A<C> R<PHE>A<CD1> central_sep2 -0.104316
+R<ALA>A<C> R<PHE>A<CD1> sep1 -0.431715
+R<ALA>A<C> R<PHE>A<CD1> sep2 -0.621814
+R<ALA>A<C> R<PHE>A<CE1> central_sep1 0.829634
+R<ALA>A<C> R<PHE>A<CE1> central_sep2 -0.36771
+R<ALA>A<C> R<PHE>A<CE1> sep1 1.73251
+R<ALA>A<C> R<PHE>A<CE1> sep2 -0.721342
+R<ALA>A<C> R<PHE>A<CG> central_sep1 1.22978
+R<ALA>A<C> R<PHE>A<CG> central_sep2 0.804175
+R<ALA>A<C> R<PHE>A<CG> sep1 -1.53694
+R<ALA>A<C> R<PHE>A<CG> sep2 0.0346817
+R<ALA>A<C> R<PHE>A<CZ> central_sep1 2.04154
+R<ALA>A<C> R<PHE>A<CZ> central_sep2 -0.424113
+R<ALA>A<C> R<PHE>A<CZ> sep1 2.73025
+R<ALA>A<C> R<PHE>A<CZ> sep2 -0.753216
+R<ALA>A<C> R<PHE>A<N> central_sep1 -0.518048
+R<ALA>A<C> R<PHE>A<N> central_sep2 3.15344
+R<ALA>A<C> R<PHE>A<N> sep1 -1.63979
+R<ALA>A<C> R<PHE>A<N> sep2 1.88561
+R<ALA>A<C> R<PHE>A<O> central_sep1 -1.00418
+R<ALA>A<C> R<PHE>A<O> central_sep2 2.35303
+R<ALA>A<C> R<PHE>A<O> sep1 -1.17563
+R<ALA>A<C> R<PHE>A<O> sep2 1.21598
+R<ALA>A<C> R<PRO>A<C> central_sep1 2.72867
+R<ALA>A<C> R<PRO>A<C> central_sep2 3.71858
+R<ALA>A<C> R<PRO>A<C> sep1 -2.33577
+R<ALA>A<C> R<PRO>A<C> sep2 2.4465
+R<ALA>A<C> R<PRO>A<CA> central_sep1 2.73323
+R<ALA>A<C> R<PRO>A<CA> central_sep2 1.50113
+R<ALA>A<C> R<PRO>A<CA> sep1 -2.14139
+R<ALA>A<C> R<PRO>A<CA> sep2 0.279095
+R<ALA>A<C> R<PRO>A<CB> central_sep1 2.47602
+R<ALA>A<C> R<PRO>A<CB> central_sep2 0.410185
+R<ALA>A<C> R<PRO>A<CB> sep1 1.9122
+R<ALA>A<C> R<PRO>A<CB> sep2 -0.306851
+R<ALA>A<C> R<PRO>A<CD> central_sep1 -0.0957918
+R<ALA>A<C> R<PRO>A<CD> central_sep2 1.24459
+R<ALA>A<C> R<PRO>A<CD> sep1 -0.593933
+R<ALA>A<C> R<PRO>A<CD> sep2 0.294182
+R<ALA>A<C> R<PRO>A<CG> central_sep1 2.41984
+R<ALA>A<C> R<PRO>A<CG> central_sep2 0.326
+R<ALA>A<C> R<PRO>A<CG> sep1 2.60214
+R<ALA>A<C> R<PRO>A<CG> sep2 -0.208265
+R<ALA>A<C> R<PRO>A<N> central_sep1 1.44066
+R<ALA>A<C> R<PRO>A<N> central_sep2 2.71851
+R<ALA>A<C> R<PRO>A<N> sep1 -0.928711
+R<ALA>A<C> R<PRO>A<N> sep2 1.78668
+R<ALA>A<C> R<PRO>A<O> central_sep1 -0.947467
+R<ALA>A<C> R<PRO>A<O> central_sep2 2.65536
+R<ALA>A<C> R<PRO>A<O> sep1 -1.81369
+R<ALA>A<C> R<PRO>A<O> sep2 1.20044
+R<ALA>A<C> R<SER>A<C> central_sep1 4.13749
+R<ALA>A<C> R<SER>A<C> central_sep2 3.44385
+R<ALA>A<C> R<SER>A<C> sep1 -2.19286
+R<ALA>A<C> R<SER>A<C> sep2 2.21763
+R<ALA>A<C> R<SER>A<CA> central_sep1 3.83035
+R<ALA>A<C> R<SER>A<CA> central_sep2 1.90489
+R<ALA>A<C> R<SER>A<CA> sep1 -2.4527
+R<ALA>A<C> R<SER>A<CA> sep2 0.485203
+R<ALA>A<C> R<SER>A<CB> central_sep1 2.31759
+R<ALA>A<C> R<SER>A<CB> central_sep2 0.835787
+R<ALA>A<C> R<SER>A<CB> sep1 -0.0200835
+R<ALA>A<C> R<SER>A<CB> sep2 -0.0807251
+R<ALA>A<C> R<SER>A<N> central_sep1 -0.395904
+R<ALA>A<C> R<SER>A<N> central_sep2 2.4597
+R<ALA>A<C> R<SER>A<N> sep1 -1.54739
+R<ALA>A<C> R<SER>A<N> sep2 1.5796
+R<ALA>A<C> R<SER>A<O> central_sep1 -0.738253
+R<ALA>A<C> R<SER>A<O> central_sep2 2.34714
+R<ALA>A<C> R<SER>A<O> sep1 -1.38607
+R<ALA>A<C> R<SER>A<O> sep2 1.27005
+R<ALA>A<C> R<SER>A<OG> central_sep1 1.9315
+R<ALA>A<C> R<SER>A<OG> central_sep2 1.1667
+R<ALA>A<C> R<SER>A<OG> sep1 0.441556
+R<ALA>A<C> R<SER>A<OG> sep2 0.268102
+R<ALA>A<C> R<THR>A<C> central_sep1 5.07558
+R<ALA>A<C> R<THR>A<C> central_sep2 3.65158
+R<ALA>A<C> R<THR>A<C> sep1 -2.41162
+R<ALA>A<C> R<THR>A<C> sep2 2.26159
+R<ALA>A<C> R<THR>A<CA> central_sep1 4.15025
+R<ALA>A<C> R<THR>A<CA> central_sep2 2.28256
+R<ALA>A<C> R<THR>A<CA> sep1 -2.57041
+R<ALA>A<C> R<THR>A<CA> sep2 0.728124
+R<ALA>A<C> R<THR>A<CB> central_sep1 2.26583
+R<ALA>A<C> R<THR>A<CB> central_sep2 1.1715
+R<ALA>A<C> R<THR>A<CB> sep1 0.0806037
+R<ALA>A<C> R<THR>A<CB> sep2 -0.076829
+R<ALA>A<C> R<THR>A<CG2> central_sep1 0.835228
+R<ALA>A<C> R<THR>A<CG2> central_sep2 0.281877
+R<ALA>A<C> R<THR>A<CG2> sep1 -0.327355
+R<ALA>A<C> R<THR>A<CG2> sep2 -0.452293
+R<ALA>A<C> R<THR>A<N> central_sep1 -0.398877
+R<ALA>A<C> R<THR>A<N> central_sep2 3.32851
+R<ALA>A<C> R<THR>A<N> sep1 -1.58193
+R<ALA>A<C> R<THR>A<N> sep2 1.78871
+R<ALA>A<C> R<THR>A<O> central_sep1 -1.01236
+R<ALA>A<C> R<THR>A<O> central_sep2 2.30526
+R<ALA>A<C> R<THR>A<O> sep1 -1.35874
+R<ALA>A<C> R<THR>A<O> sep2 1.20056
+R<ALA>A<C> R<THR>A<OG1> central_sep1 1.9266
+R<ALA>A<C> R<THR>A<OG1> central_sep2 1.13324
+R<ALA>A<C> R<THR>A<OG1> sep1 -0.200597
+R<ALA>A<C> R<THR>A<OG1> sep2 0.0970957
+R<ALA>A<C> R<TRP>A<C> central_sep1 4.30516
+R<ALA>A<C> R<TRP>A<C> central_sep2 3.4602
+R<ALA>A<C> R<TRP>A<C> sep1 -2.43448
+R<ALA>A<C> R<TRP>A<C> sep2 2.67629
+R<ALA>A<C> R<TRP>A<CA> central_sep1 4.08909
+R<ALA>A<C> R<TRP>A<CA> central_sep2 2.48161
+R<ALA>A<C> R<TRP>A<CA> sep1 -2.58979
+R<ALA>A<C> R<TRP>A<CA> sep2 0.975379
+R<ALA>A<C> R<TRP>A<CB> central_sep1 2.11941
+R<ALA>A<C> R<TRP>A<CB> central_sep2 0.721852
+R<ALA>A<C> R<TRP>A<CB> sep1 0.093892
+R<ALA>A<C> R<TRP>A<CB> sep2 -0.223366
+R<ALA>A<C> R<TRP>A<CD1> central_sep1 -0.237648
+R<ALA>A<C> R<TRP>A<CD1> central_sep2 0.228813
+R<ALA>A<C> R<TRP>A<CD1> sep1 -0.228453
+R<ALA>A<C> R<TRP>A<CD1> sep2 -0.545418
+R<ALA>A<C> R<TRP>A<CD2> central_sep1 0.131211
+R<ALA>A<C> R<TRP>A<CD2> central_sep2 1.07072
+R<ALA>A<C> R<TRP>A<CD2> sep1 0.0428234
+R<ALA>A<C> R<TRP>A<CD2> sep2 0.355702
+R<ALA>A<C> R<TRP>A<CE2> central_sep1 0.8365
+R<ALA>A<C> R<TRP>A<CE2> central_sep2 0.800247
+R<ALA>A<C> R<TRP>A<CE2> sep1 1.60881
+R<ALA>A<C> R<TRP>A<CE2> sep2 0.000944263
+R<ALA>A<C> R<TRP>A<CE3> central_sep1 -0.412972
+R<ALA>A<C> R<TRP>A<CE3> central_sep2 -0.640506
+R<ALA>A<C> R<TRP>A<CE3> sep1 0.761014
+R<ALA>A<C> R<TRP>A<CE3> sep2 -0.425295
+R<ALA>A<C> R<TRP>A<CG> central_sep1 1.86365
+R<ALA>A<C> R<TRP>A<CG> central_sep2 0.980903
+R<ALA>A<C> R<TRP>A<CG> sep1 -0.657529
+R<ALA>A<C> R<TRP>A<CG> sep2 0.0834027
+R<ALA>A<C> R<TRP>A<CH2> central_sep1 2.71146
+R<ALA>A<C> R<TRP>A<CH2> central_sep2 -0.462182
+R<ALA>A<C> R<TRP>A<CH2> sep1 3.45278
+R<ALA>A<C> R<TRP>A<CH2> sep2 -0.856722
+R<ALA>A<C> R<TRP>A<CZ2> central_sep1 2.19586
+R<ALA>A<C> R<TRP>A<CZ2> central_sep2 -0.325015
+R<ALA>A<C> R<TRP>A<CZ2> sep1 3.2216
+R<ALA>A<C> R<TRP>A<CZ2> sep2 -0.611547
+R<ALA>A<C> R<TRP>A<CZ3> central_sep1 1.12597
+R<ALA>A<C> R<TRP>A<CZ3> central_sep2 -0.480713
+R<ALA>A<C> R<TRP>A<CZ3> sep1 2.14124
+R<ALA>A<C> R<TRP>A<CZ3> sep2 -0.954187
+R<ALA>A<C> R<TRP>A<N> central_sep1 -0.530351
+R<ALA>A<C> R<TRP>A<N> central_sep2 3.25464
+R<ALA>A<C> R<TRP>A<N> sep1 -1.69562
+R<ALA>A<C> R<TRP>A<N> sep2 2.14999
+R<ALA>A<C> R<TRP>A<NE1> central_sep1 1.57358
+R<ALA>A<C> R<TRP>A<NE1> central_sep2 0.486026
+R<ALA>A<C> R<TRP>A<NE1> sep1 1.87507
+R<ALA>A<C> R<TRP>A<NE1> sep2 -0.536496
+R<ALA>A<C> R<TRP>A<O> central_sep1 -0.945394
+R<ALA>A<C> R<TRP>A<O> central_sep2 2.12421
+R<ALA>A<C> R<TRP>A<O> sep1 -1.22843
+R<ALA>A<C> R<TRP>A<O> sep2 1.31569
+R<ALA>A<C> R<TYR>A<C> central_sep1 3.74661
+R<ALA>A<C> R<TYR>A<C> central_sep2 3.05951
+R<ALA>A<C> R<TYR>A<C> sep1 -2.34497
+R<ALA>A<C> R<TYR>A<C> sep2 1.95288
+R<ALA>A<C> R<TYR>A<CA> central_sep1 4.22196
+R<ALA>A<C> R<TYR>A<CA> central_sep2 2.1006
+R<ALA>A<C> R<TYR>A<CA> sep1 -2.46541
+R<ALA>A<C> R<TYR>A<CA> sep2 0.899766
+R<ALA>A<C> R<TYR>A<CB> central_sep1 2.10396
+R<ALA>A<C> R<TYR>A<CB> central_sep2 0.57685
+R<ALA>A<C> R<TYR>A<CB> sep1 -0.00789005
+R<ALA>A<C> R<TYR>A<CB> sep2 -0.232546
+R<ALA>A<C> R<TYR>A<CD1> central_sep1 -0.253714
+R<ALA>A<C> R<TYR>A<CD1> central_sep2 -0.0949079
+R<ALA>A<C> R<TYR>A<CD1> sep1 -0.226614
+R<ALA>A<C> R<TYR>A<CD1> sep2 -0.586874
+R<ALA>A<C> R<TYR>A<CE1> central_sep1 0.877547
+R<ALA>A<C> R<TYR>A<CE1> central_sep2 0.0990721
+R<ALA>A<C> R<TYR>A<CE1> sep1 1.78864
+R<ALA>A<C> R<TYR>A<CE1> sep2 -0.454653
+R<ALA>A<C> R<TYR>A<CG> central_sep1 1.22592
+R<ALA>A<C> R<TYR>A<CG> central_sep2 0.574726
+R<ALA>A<C> R<TYR>A<CG> sep1 -1.32904
+R<ALA>A<C> R<TYR>A<CG> sep2 0.0100944
+R<ALA>A<C> R<TYR>A<CZ> central_sep1 1.47706
+R<ALA>A<C> R<TYR>A<CZ> central_sep2 0.410537
+R<ALA>A<C> R<TYR>A<CZ> sep1 2.05049
+R<ALA>A<C> R<TYR>A<CZ> sep2 -0.166505
+R<ALA>A<C> R<TYR>A<N> central_sep1 -0.542727
+R<ALA>A<C> R<TYR>A<N> central_sep2 3.23673
+R<ALA>A<C> R<TYR>A<N> sep1 -1.65584
+R<ALA>A<C> R<TYR>A<N> sep2 1.96671
+R<ALA>A<C> R<TYR>A<O> central_sep1 -0.951591
+R<ALA>A<C> R<TYR>A<O> central_sep2 2.44124
+R<ALA>A<C> R<TYR>A<O> sep1 -1.09583
+R<ALA>A<C> R<TYR>A<O> sep2 1.21302
+R<ALA>A<C> R<TYR>A<OH> central_sep1 3.53548
+R<ALA>A<C> R<TYR>A<OH> central_sep2 0.563765
+R<ALA>A<C> R<TYR>A<OH> sep1 4.00295
+R<ALA>A<C> R<TYR>A<OH> sep2 -0.163702
+R<ALA>A<C> R<VAL>A<C> central_sep1 4.47638
+R<ALA>A<C> R<VAL>A<C> central_sep2 4.66312
+R<ALA>A<C> R<VAL>A<C> sep1 -2.66018
+R<ALA>A<C> R<VAL>A<C> sep2 2.76923
+R<ALA>A<C> R<VAL>A<CA> central_sep1 4.24391
+R<ALA>A<C> R<VAL>A<CA> central_sep2 2.46215
+R<ALA>A<C> R<VAL>A<CA> sep1 -2.68668
+R<ALA>A<C> R<VAL>A<CA> sep2 0.67275
+R<ALA>A<C> R<VAL>A<CB> central_sep1 1.78807
+R<ALA>A<C> R<VAL>A<CB> central_sep2 0.705244
+R<ALA>A<C> R<VAL>A<CB> sep1 0.0678416
+R<ALA>A<C> R<VAL>A<CB> sep2 -0.466531
+R<ALA>A<C> R<VAL>A<CG1> central_sep1 0.485402
+R<ALA>A<C> R<VAL>A<CG1> central_sep2 -0.138302
+R<ALA>A<C> R<VAL>A<CG1> sep1 -0.10185
+R<ALA>A<C> R<VAL>A<CG1> sep2 -0.849477
+R<ALA>A<C> R<VAL>A<CG2> central_sep1 0.545303
+R<ALA>A<C> R<VAL>A<CG2> central_sep2 -0.249117
+R<ALA>A<C> R<VAL>A<CG2> sep1 -0.687322
+R<ALA>A<C> R<VAL>A<CG2> sep2 -0.731488
+R<ALA>A<C> R<VAL>A<N> central_sep1 -0.176835
+R<ALA>A<C> R<VAL>A<N> central_sep2 3.46267
+R<ALA>A<C> R<VAL>A<N> sep1 -1.64938
+R<ALA>A<C> R<VAL>A<N> sep2 1.73227
+R<ALA>A<C> R<VAL>A<O> central_sep1 -1.12262
+R<ALA>A<C> R<VAL>A<O> central_sep2 2.05084
+R<ALA>A<C> R<VAL>A<O> sep1 -1.19715
+R<ALA>A<C> R<VAL>A<O> sep2 1.07346
+R<ALA>A<C> c<solvent> . 1.97378
+R<ALA>A<CA> R<ALA>A<CA> central_sep1 1.94137
+R<ALA>A<CA> R<ALA>A<CA> central_sep2 -0.203562
+R<ALA>A<CA> R<ALA>A<CA> sep1 3.17218
+R<ALA>A<CA> R<ALA>A<CA> sep2 -0.100038
+R<ALA>A<CA> R<ALA>A<CB> central_sep1 -0.896606
+R<ALA>A<CA> R<ALA>A<CB> central_sep2 -0.592701
+R<ALA>A<CA> R<ALA>A<CB> sep1 1.57387
+R<ALA>A<CA> R<ALA>A<CB> sep2 -0.323471
+R<ALA>A<CA> R<ALA>A<N> central_sep1 2.37073
+R<ALA>A<CA> R<ALA>A<N> central_sep2 1.02461
+R<ALA>A<CA> R<ALA>A<N> sep1 -1.86066
+R<ALA>A<CA> R<ALA>A<N> sep2 0.83109
+R<ALA>A<CA> R<ALA>A<O> central_sep1 1.0925
+R<ALA>A<CA> R<ALA>A<O> central_sep2 -0.365605
+R<ALA>A<CA> R<ALA>A<O> sep1 -1.91904
+R<ALA>A<CA> R<ALA>A<O> sep2 0.209323
+R<ALA>A<CA> R<ARG>A<C> central_sep1 3.31194
+R<ALA>A<CA> R<ARG>A<C> central_sep2 2.00293
+R<ALA>A<CA> R<ARG>A<C> sep1 -2.55245
+R<ALA>A<CA> R<ARG>A<C> sep2 0.622121
+R<ALA>A<CA> R<ARG>A<CA> central_sep1 2.33253
+R<ALA>A<CA> R<ARG>A<CA> central_sep2 0.608793
+R<ALA>A<CA> R<ARG>A<CA> sep1 2.87623
+R<ALA>A<CA> R<ARG>A<CA> sep2 0.573113
+R<ALA>A<CA> R<ARG>A<CB> central_sep1 -1.05377
+R<ALA>A<CA> R<ARG>A<CB> central_sep2 0.223784
+R<ALA>A<CA> R<ARG>A<CB> sep1 1.24292
+R<ALA>A<CA> R<ARG>A<CB> sep2 0.159774
+R<ALA>A<CA> R<ARG>A<CD> central_sep1 0.048152
+R<ALA>A<CA> R<ARG>A<CD> central_sep2 0.141212
+R<ALA>A<CA> R<ARG>A<CD> sep1 0.668971
+R<ALA>A<CA> R<ARG>A<CD> sep2 -0.0222348
+R<ALA>A<CA> R<ARG>A<CG> central_sep1 0.565655
+R<ALA>A<CA> R<ARG>A<CG> central_sep2 0.131394
+R<ALA>A<CA> R<ARG>A<CG> sep1 0.690224
+R<ALA>A<CA> R<ARG>A<CG> sep2 0.0507871
+R<ALA>A<CA> R<ARG>A<CZ> central_sep1 -0.703283
+R<ALA>A<CA> R<ARG>A<CZ> central_sep2 0.0498984
+R<ALA>A<CA> R<ARG>A<CZ> sep1 0.753417
+R<ALA>A<CA> R<ARG>A<CZ> sep2 -0.56334
+R<ALA>A<CA> R<ARG>A<N> central_sep1 2.85399
+R<ALA>A<CA> R<ARG>A<N> central_sep2 1.67919
+R<ALA>A<CA> R<ARG>A<N> sep1 -1.8707
+R<ALA>A<CA> R<ARG>A<N> sep2 1.23431
+R<ALA>A<CA> R<ARG>A<NE> central_sep1 0.46437
+R<ALA>A<CA> R<ARG>A<NE> central_sep2 0.444153
+R<ALA>A<CA> R<ARG>A<NE> sep1 0.594783
+R<ALA>A<CA> R<ARG>A<NE> sep2 -0.251198
+R<ALA>A<CA> R<ARG>A<NH1> central_sep1 0.349939
+R<ALA>A<CA> R<ARG>A<NH1> central_sep2 0.268599
+R<ALA>A<CA> R<ARG>A<NH1> sep1 1.94647
+R<ALA>A<CA> R<ARG>A<NH1> sep2 0.00659408
+R<ALA>A<CA> R<ARG>A<O> central_sep1 1.27555
+R<ALA>A<CA> R<ARG>A<O> central_sep2 -0.245812
+R<ALA>A<CA> R<ARG>A<O> sep1 -1.7585
+R<ALA>A<CA> R<ARG>A<O> sep2 0.597641
+R<ALA>A<CA> R<ASN>A<C> central_sep1 3.1596
+R<ALA>A<CA> R<ASN>A<C> central_sep2 1.76067
+R<ALA>A<CA> R<ASN>A<C> sep1 -2.41978
+R<ALA>A<CA> R<ASN>A<C> sep2 0.519892
+R<ALA>A<CA> R<ASN>A<CA> central_sep1 2.27899
+R<ALA>A<CA> R<ASN>A<CA> central_sep2 0.849633
+R<ALA>A<CA> R<ASN>A<CA> sep1 2.348
+R<ALA>A<CA> R<ASN>A<CA> sep2 0.748125
+R<ALA>A<CA> R<ASN>A<CB> central_sep1 -0.415564
+R<ALA>A<CA> R<ASN>A<CB> central_sep2 0.346844
+R<ALA>A<CA> R<ASN>A<CB> sep1 1.30804
+R<ALA>A<CA> R<ASN>A<CB> sep2 0.227174
+R<ALA>A<CA> R<ASN>A<CG> central_sep1 1.70923
+R<ALA>A<CA> R<ASN>A<CG> central_sep2 0.26013
+R<ALA>A<CA> R<ASN>A<CG> sep1 1.5165
+R<ALA>A<CA> R<ASN>A<CG> sep2 -0.617782
+R<ALA>A<CA> R<ASN>A<N> central_sep1 3.12553
+R<ALA>A<CA> R<ASN>A<N> central_sep2 1.54181
+R<ALA>A<CA> R<ASN>A<N> sep1 -1.78023
+R<ALA>A<CA> R<ASN>A<N> sep2 1.21955
+R<ALA>A<CA> R<ASN>A<ND2> central_sep1 0.468085
+R<ALA>A<CA> R<ASN>A<ND2> central_sep2 0.328646
+R<ALA>A<CA> R<ASN>A<ND2> sep1 0.927601
+R<ALA>A<CA> R<ASN>A<ND2> sep2 0.222186
+R<ALA>A<CA> R<ASN>A<O> central_sep1 1.43999
+R<ALA>A<CA> R<ASN>A<O> central_sep2 -0.0402091
+R<ALA>A<CA> R<ASN>A<O> sep1 -1.66955
+R<ALA>A<CA> R<ASN>A<O> sep2 0.595385
+R<ALA>A<CA> R<ASN>A<OD1> central_sep1 1.37429
+R<ALA>A<CA> R<ASN>A<OD1> central_sep2 0.0984107
+R<ALA>A<CA> R<ASN>A<OD1> sep1 1.247
+R<ALA>A<CA> R<ASN>A<OD1> sep2 0.207751
+R<ALA>A<CA> R<ASP>A<C> central_sep1 3.36839
+R<ALA>A<CA> R<ASP>A<C> central_sep2 1.92045
+R<ALA>A<CA> R<ASP>A<C> sep1 -2.53961
+R<ALA>A<CA> R<ASP>A<C> sep2 0.676879
+R<ALA>A<CA> R<ASP>A<CA> central_sep1 2.21691
+R<ALA>A<CA> R<ASP>A<CA> central_sep2 1.11146
+R<ALA>A<CA> R<ASP>A<CA> sep1 2.75671
+R<ALA>A<CA> R<ASP>A<CA> sep2 0.595692
+R<ALA>A<CA> R<ASP>A<CB> central_sep1 -0.564243
+R<ALA>A<CA> R<ASP>A<CB> central_sep2 0.581324
+R<ALA>A<CA> R<ASP>A<CB> sep1 1.5355
+R<ALA>A<CA> R<ASP>A<CB> sep2 0.418173
+R<ALA>A<CA> R<ASP>A<CG> central_sep1 1.50135
+R<ALA>A<CA> R<ASP>A<CG> central_sep2 0.697608
+R<ALA>A<CA> R<ASP>A<CG> sep1 1.38584
+R<ALA>A<CA> R<ASP>A<CG> sep2 -0.0897139
+R<ALA>A<CA> R<ASP>A<N> central_sep1 3.00695
+R<ALA>A<CA> R<ASP>A<N> central_sep2 1.84413
+R<ALA>A<CA> R<ASP>A<N> sep1 -1.96658
+R<ALA>A<CA> R<ASP>A<N> sep2 1.30597
+R<ALA>A<CA> R<ASP>A<O> central_sep1 1.58293
+R<ALA>A<CA> R<ASP>A<O> central_sep2 0.0625957
+R<ALA>A<CA> R<ASP>A<O> sep1 -1.73025
+R<ALA>A<CA> R<ASP>A<O> sep2 0.782824
+R<ALA>A<CA> R<ASP>A<OD1> central_sep1 0.48972
+R<ALA>A<CA> R<ASP>A<OD1> central_sep2 0.808983
+R<ALA>A<CA> R<ASP>A<OD1> sep1 1.13111
+R<ALA>A<CA> R<ASP>A<OD1> sep2 0.634643
+R<ALA>A<CA> R<CYS>A<C> central_sep1 3.39597
+R<ALA>A<CA> R<CYS>A<C> central_sep2 1.44499
+R<ALA>A<CA> R<CYS>A<C> sep1 -2.3809
+R<ALA>A<CA> R<CYS>A<C> sep2 0.375544
+R<ALA>A<CA> R<CYS>A<CA> central_sep1 2.32402
+R<ALA>A<CA> R<CYS>A<CA> central_sep2 0.143715
+R<ALA>A<CA> R<CYS>A<CA> sep1 3.6272
+R<ALA>A<CA> R<CYS>A<CA> sep2 0.184139
+R<ALA>A<CA> R<CYS>A<CB> central_sep1 -0.43704
+R<ALA>A<CA> R<CYS>A<CB> central_sep2 -0.181087
+R<ALA>A<CA> R<CYS>A<CB> sep1 1.54265
+R<ALA>A<CA> R<CYS>A<CB> sep2 -0.195795
+R<ALA>A<CA> R<CYS>A<N> central_sep1 2.89151
+R<ALA>A<CA> R<CYS>A<N> central_sep2 1.21141
+R<ALA>A<CA> R<CYS>A<N> sep1 -1.87274
+R<ALA>A<CA> R<CYS>A<N> sep2 0.963415
+R<ALA>A<CA> R<CYS>A<O> central_sep1 0.982861
+R<ALA>A<CA> R<CYS>A<O> central_sep2 -0.495602
+R<ALA>A<CA> R<CYS>A<O> sep1 -1.65455
+R<ALA>A<CA> R<CYS>A<O> sep2 0.334042
+R<ALA>A<CA> R<CYS>A<SG> central_sep1 0.133136
+R<ALA>A<CA> R<CYS>A<SG> central_sep2 -0.735868
+R<ALA>A<CA> R<CYS>A<SG> sep1 1.26081
+R<ALA>A<CA> R<CYS>A<SG> sep2 -0.304511
+R<ALA>A<CA> R<GLN>A<C> central_sep1 3.51789
+R<ALA>A<CA> R<GLN>A<C> central_sep2 2.00206
+R<ALA>A<CA> R<GLN>A<C> sep1 -2.61134
+R<ALA>A<CA> R<GLN>A<C> sep2 0.624066
+R<ALA>A<CA> R<GLN>A<CA> central_sep1 2.0275
+R<ALA>A<CA> R<GLN>A<CA> central_sep2 0.855373
+R<ALA>A<CA> R<GLN>A<CA> sep1 2.71226
+R<ALA>A<CA> R<GLN>A<CA> sep2 0.630193
+R<ALA>A<CA> R<GLN>A<CB> central_sep1 -1.00003
+R<ALA>A<CA> R<GLN>A<CB> central_sep2 0.491555
+R<ALA>A<CA> R<GLN>A<CB> sep1 1.23633
+R<ALA>A<CA> R<GLN>A<CB> sep2 0.406084
+R<ALA>A<CA> R<GLN>A<CD> central_sep1 0.0632952
+R<ALA>A<CA> R<GLN>A<CD> central_sep2 0.222795
+R<ALA>A<CA> R<GLN>A<CD> sep1 0.579553
+R<ALA>A<CA> R<GLN>A<CD> sep2 -0.500412
+R<ALA>A<CA> R<GLN>A<CG> central_sep1 0.523978
+R<ALA>A<CA> R<GLN>A<CG> central_sep2 0.426378
+R<ALA>A<CA> R<GLN>A<CG> sep1 0.799968
+R<ALA>A<CA> R<GLN>A<CG> sep2 0.192131
+R<ALA>A<CA> R<GLN>A<N> central_sep1 2.99388
+R<ALA>A<CA> R<GLN>A<N> central_sep2 1.84311
+R<ALA>A<CA> R<GLN>A<N> sep1 -1.80858
+R<ALA>A<CA> R<GLN>A<N> sep2 1.31376
+R<ALA>A<CA> R<GLN>A<NE2> central_sep1 0.525945
+R<ALA>A<CA> R<GLN>A<NE2> central_sep2 0.357059
+R<ALA>A<CA> R<GLN>A<NE2> sep1 1.63707
+R<ALA>A<CA> R<GLN>A<NE2> sep2 0.155685
+R<ALA>A<CA> R<GLN>A<O> central_sep1 1.20322
+R<ALA>A<CA> R<GLN>A<O> central_sep2 -0.051738
+R<ALA>A<CA> R<GLN>A<O> sep1 -1.81245
+R<ALA>A<CA> R<GLN>A<O> sep2 0.687246
+R<ALA>A<CA> R<GLN>A<OE1> central_sep1 -0.413854
+R<ALA>A<CA> R<GLN>A<OE1> central_sep2 0.0983166
+R<ALA>A<CA> R<GLN>A<OE1> sep1 1.30819
+R<ALA>A<CA> R<GLN>A<OE1> sep2 0.15625
+R<ALA>A<CA> R<GLU>A<C> central_sep1 3.71359
+R<ALA>A<CA> R<GLU>A<C> central_sep2 2.13746
+R<ALA>A<CA> R<GLU>A<C> sep1 -2.59855
+R<ALA>A<CA> R<GLU>A<C> sep2 1.05258
+R<ALA>A<CA> R<GLU>A<CA> central_sep1 2.39663
+R<ALA>A<CA> R<GLU>A<CA> central_sep2 1.08651
+R<ALA>A<CA> R<GLU>A<CA> sep1 3.06336
+R<ALA>A<CA> R<GLU>A<CA> sep2 1.13287
+R<ALA>A<CA> R<GLU>A<CB> central_sep1 -0.925073
+R<ALA>A<CA> R<GLU>A<CB> central_sep2 0.916943
+R<ALA>A<CA> R<GLU>A<CB> sep1 1.23704
+R<ALA>A<CA> R<GLU>A<CB> sep2 0.644635
+R<ALA>A<CA> R<GLU>A<CD> central_sep1 0.149005
+R<ALA>A<CA> R<GLU>A<CD> central_sep2 0.738745
+R<ALA>A<CA> R<GLU>A<CD> sep1 0.689091
+R<ALA>A<CA> R<GLU>A<CD> sep2 0.148483
+R<ALA>A<CA> R<GLU>A<CG> central_sep1 0.80136
+R<ALA>A<CA> R<GLU>A<CG> central_sep2 0.765536
+R<ALA>A<CA> R<GLU>A<CG> sep1 0.665165
+R<ALA>A<CA> R<GLU>A<CG> sep2 0.440875
+R<ALA>A<CA> R<GLU>A<N> central_sep1 3.16791
+R<ALA>A<CA> R<GLU>A<N> central_sep2 2.07208
+R<ALA>A<CA> R<GLU>A<N> sep1 -1.81488
+R<ALA>A<CA> R<GLU>A<N> sep2 1.55911
+R<ALA>A<CA> R<GLU>A<O> central_sep1 1.65228
+R<ALA>A<CA> R<GLU>A<O> central_sep2 0.2594
+R<ALA>A<CA> R<GLU>A<O> sep1 -1.76407
+R<ALA>A<CA> R<GLU>A<O> sep2 0.906738
+R<ALA>A<CA> R<GLU>A<OE1> central_sep1 0.132667
+R<ALA>A<CA> R<GLU>A<OE1> central_sep2 1.04093
+R<ALA>A<CA> R<GLU>A<OE1> sep1 1.45454
+R<ALA>A<CA> R<GLU>A<OE1> sep2 0.685407
+R<ALA>A<CA> R<GLY>A<C> central_sep1 1.56216
+R<ALA>A<CA> R<GLY>A<C> central_sep2 0.59394
+R<ALA>A<CA> R<GLY>A<C> sep1 -2.17968
+R<ALA>A<CA> R<GLY>A<C> sep2 -0.173285
+R<ALA>A<CA> R<GLY>A<CA> central_sep1 1.49847
+R<ALA>A<CA> R<GLY>A<CA> central_sep2 -0.0618998
+R<ALA>A<CA> R<GLY>A<CA> sep1 1.56257
+R<ALA>A<CA> R<GLY>A<CA> sep2 0.0506086
+R<ALA>A<CA> R<GLY>A<N> central_sep1 2.07407
+R<ALA>A<CA> R<GLY>A<N> central_sep2 0.868157
+R<ALA>A<CA> R<GLY>A<N> sep1 -1.81729
+R<ALA>A<CA> R<GLY>A<N> sep2 0.315332
+R<ALA>A<CA> R<GLY>A<O> central_sep1 1.1659
+R<ALA>A<CA> R<GLY>A<O> central_sep2 -0.303477
+R<ALA>A<CA> R<GLY>A<O> sep1 -1.63252
+R<ALA>A<CA> R<GLY>A<O> sep2 0.226756
+R<ALA>A<CA> R<HIS>A<C> central_sep1 2.78285
+R<ALA>A<CA> R<HIS>A<C> central_sep2 1.7462
+R<ALA>A<CA> R<HIS>A<C> sep1 -2.36654
+R<ALA>A<CA> R<HIS>A<C> sep2 0.322847
+R<ALA>A<CA> R<HIS>A<CA> central_sep1 2.09917
+R<ALA>A<CA> R<HIS>A<CA> central_sep2 0.491585
+R<ALA>A<CA> R<HIS>A<CA> sep1 2.94946
+R<ALA>A<CA> R<HIS>A<CA> sep2 0.466409
+R<ALA>A<CA> R<HIS>A<CB> central_sep1 -0.589758
+R<ALA>A<CA> R<HIS>A<CB> central_sep2 -0.0230603
+R<ALA>A<CA> R<HIS>A<CB> sep1 1.16402
+R<ALA>A<CA> R<HIS>A<CB> sep2 -0.0200689
+R<ALA>A<CA> R<HIS>A<CD2> central_sep1 0.339058
+R<ALA>A<CA> R<HIS>A<CD2> central_sep2 -0.029299
+R<ALA>A<CA> R<HIS>A<CD2> sep1 0.26443
+R<ALA>A<CA> R<HIS>A<CD2> sep2 -0.13447
+R<ALA>A<CA> R<HIS>A<CE1> central_sep1 1.30634
+R<ALA>A<CA> R<HIS>A<CE1> central_sep2 0.0612927
+R<ALA>A<CA> R<HIS>A<CE1> sep1 1.8026
+R<ALA>A<CA> R<HIS>A<CE1> sep2 -0.103421
+R<ALA>A<CA> R<HIS>A<CG> central_sep1 1.37241
+R<ALA>A<CA> R<HIS>A<CG> central_sep2 -0.227645
+R<ALA>A<CA> R<HIS>A<CG> sep1 1.57388
+R<ALA>A<CA> R<HIS>A<CG> sep2 -1.0003
+R<ALA>A<CA> R<HIS>A<N> central_sep1 2.63891
+R<ALA>A<CA> R<HIS>A<N> central_sep2 1.61354
+R<ALA>A<CA> R<HIS>A<N> sep1 -1.85065
+R<ALA>A<CA> R<HIS>A<N> sep2 1.04652
+R<ALA>A<CA> R<HIS>A<ND1> central_sep1 0.624753
+R<ALA>A<CA> R<HIS>A<ND1> central_sep2 0.137094
+R<ALA>A<CA> R<HIS>A<ND1> sep1 0.251109
+R<ALA>A<CA> R<HIS>A<ND1> sep2 -0.408927
+R<ALA>A<CA> R<HIS>A<NE2> central_sep1 1.51824
+R<ALA>A<CA> R<HIS>A<NE2> central_sep2 0.323148
+R<ALA>A<CA> R<HIS>A<NE2> sep1 1.78764
+R<ALA>A<CA> R<HIS>A<NE2> sep2 -0.342214
+R<ALA>A<CA> R<HIS>A<O> central_sep1 0.988658
+R<ALA>A<CA> R<HIS>A<O> central_sep2 -0.426195
+R<ALA>A<CA> R<HIS>A<O> sep1 -1.61728
+R<ALA>A<CA> R<HIS>A<O> sep2 0.477528
+R<ALA>A<CA> R<ILE>A<C> central_sep1 4.04324
+R<ALA>A<CA> R<ILE>A<C> central_sep2 2.03
+R<ALA>A<CA> R<ILE>A<C> sep1 -2.70313
+R<ALA>A<CA> R<ILE>A<C> sep2 0.688905
+R<ALA>A<CA> R<ILE>A<CA> central_sep1 2.1812
+R<ALA>A<CA> R<ILE>A<CA> central_sep2 0.118778
+R<ALA>A<CA> R<ILE>A<CA> sep1 3.77112
+R<ALA>A<CA> R<ILE>A<CA> sep2 0.401561
+R<ALA>A<CA> R<ILE>A<CB> central_sep1 -1.41991
+R<ALA>A<CA> R<ILE>A<CB> central_sep2 -0.305934
+R<ALA>A<CA> R<ILE>A<CB> sep1 1.22473
+R<ALA>A<CA> R<ILE>A<CB> sep2 -0.263545
+R<ALA>A<CA> R<ILE>A<CD1> central_sep1 -0.385535
+R<ALA>A<CA> R<ILE>A<CD1> central_sep2 -0.933901
+R<ALA>A<CA> R<ILE>A<CD1> sep1 1.62416
+R<ALA>A<CA> R<ILE>A<CD1> sep2 -0.458684
+R<ALA>A<CA> R<ILE>A<CG1> central_sep1 0.14811
+R<ALA>A<CA> R<ILE>A<CG1> central_sep2 -0.460607
+R<ALA>A<CA> R<ILE>A<CG1> sep1 1.24717
+R<ALA>A<CA> R<ILE>A<CG1> sep2 -0.439441
+R<ALA>A<CA> R<ILE>A<CG2> central_sep1 0.910434
+R<ALA>A<CA> R<ILE>A<CG2> central_sep2 -0.597655
+R<ALA>A<CA> R<ILE>A<CG2> sep1 0.699072
+R<ALA>A<CA> R<ILE>A<CG2> sep2 -0.406379
+R<ALA>A<CA> R<ILE>A<N> central_sep1 2.4862
+R<ALA>A<CA> R<ILE>A<N> central_sep2 1.58487
+R<ALA>A<CA> R<ILE>A<N> sep1 -1.95819
+R<ALA>A<CA> R<ILE>A<N> sep2 1.03265
+R<ALA>A<CA> R<ILE>A<O> central_sep1 0.910687
+R<ALA>A<CA> R<ILE>A<O> central_sep2 -0.661849
+R<ALA>A<CA> R<ILE>A<O> sep1 -1.81796
+R<ALA>A<CA> R<ILE>A<O> sep2 0.418829
+R<ALA>A<CA> R<LEU>A<C> central_sep1 3.85834
+R<ALA>A<CA> R<LEU>A<C> central_sep2 1.95543
+R<ALA>A<CA> R<LEU>A<C> sep1 -2.54672
+R<ALA>A<CA> R<LEU>A<C> sep2 0.662108
+R<ALA>A<CA> R<LEU>A<CA> central_sep1 2.12883
+R<ALA>A<CA> R<LEU>A<CA> central_sep2 0.462261
+R<ALA>A<CA> R<LEU>A<CA> sep1 3.50185
+R<ALA>A<CA> R<LEU>A<CA> sep2 0.646831
+R<ALA>A<CA> R<LEU>A<CB> central_sep1 -1.15226
+R<ALA>A<CA> R<LEU>A<CB> central_sep2 -0.0832909
+R<ALA>A<CA> R<LEU>A<CB> sep1 1.08697
+R<ALA>A<CA> R<LEU>A<CB> sep2 -0.217996
+R<ALA>A<CA> R<LEU>A<CD1> central_sep1 -0.459149
+R<ALA>A<CA> R<LEU>A<CD1> central_sep2 -0.895513
+R<ALA>A<CA> R<LEU>A<CD1> sep1 1.48585
+R<ALA>A<CA> R<LEU>A<CD1> sep2 -0.459093
+R<ALA>A<CA> R<LEU>A<CD2> central_sep1 1.09679
+R<ALA>A<CA> R<LEU>A<CD2> central_sep2 -0.881744
+R<ALA>A<CA> R<LEU>A<CD2> sep1 1.38638
+R<ALA>A<CA> R<LEU>A<CD2> sep2 -0.49564
+R<ALA>A<CA> R<LEU>A<CG> central_sep1 -0.188859
+R<ALA>A<CA> R<LEU>A<CG> central_sep2 0.114295
+R<ALA>A<CA> R<LEU>A<CG> sep1 0.395471
+R<ALA>A<CA> R<LEU>A<CG> sep2 -0.369971
+R<ALA>A<CA> R<LEU>A<N> central_sep1 2.41128
+R<ALA>A<CA> R<LEU>A<N> central_sep2 1.49697
+R<ALA>A<CA> R<LEU>A<N> sep1 -1.86725
+R<ALA>A<CA> R<LEU>A<N> sep2 1.10412
+R<ALA>A<CA> R<LEU>A<O> central_sep1 1.17491
+R<ALA>A<CA> R<LEU>A<O> central_sep2 -0.391396
+R<ALA>A<CA> R<LEU>A<O> sep1 -1.7866
+R<ALA>A<CA> R<LEU>A<O> sep2 0.474081
+R<ALA>A<CA> R<LYS>A<C> central_sep1 3.31596
+R<ALA>A<CA> R<LYS>A<C> central_sep2 2.05196
+R<ALA>A<CA> R<LYS>A<C> sep1 -2.54933
+R<ALA>A<CA> R<LYS>A<C> sep2 0.786488
+R<ALA>A<CA> R<LYS>A<CA> central_sep1 2.30272
+R<ALA>A<CA> R<LYS>A<CA> central_sep2 0.943265
+R<ALA>A<CA> R<LYS>A<CA> sep1 2.7452
+R<ALA>A<CA> R<LYS>A<CA> sep2 0.784306
+R<ALA>A<CA> R<LYS>A<CB> central_sep1 -0.929421
+R<ALA>A<CA> R<LYS>A<CB> central_sep2 0.480524
+R<ALA>A<CA> R<LYS>A<CB> sep1 1.30417
+R<ALA>A<CA> R<LYS>A<CB> sep2 0.482925
+R<ALA>A<CA> R<LYS>A<CD> central_sep1 -0.197876
+R<ALA>A<CA> R<LYS>A<CD> central_sep2 0.547064
+R<ALA>A<CA> R<LYS>A<CD> sep1 0.336233
+R<ALA>A<CA> R<LYS>A<CD> sep2 0.346756
+R<ALA>A<CA> R<LYS>A<CE> central_sep1 0.78768
+R<ALA>A<CA> R<LYS>A<CE> central_sep2 0.872872
+R<ALA>A<CA> R<LYS>A<CE> sep1 1.80925
+R<ALA>A<CA> R<LYS>A<CE> sep2 0.513357
+R<ALA>A<CA> R<LYS>A<CG> central_sep1 0.825781
+R<ALA>A<CA> R<LYS>A<CG> central_sep2 0.420034
+R<ALA>A<CA> R<LYS>A<CG> sep1 0.626137
+R<ALA>A<CA> R<LYS>A<CG> sep2 0.338663
+R<ALA>A<CA> R<LYS>A<N> central_sep1 2.97917
+R<ALA>A<CA> R<LYS>A<N> central_sep2 1.54818
+R<ALA>A<CA> R<LYS>A<N> sep1 -1.7911
+R<ALA>A<CA> R<LYS>A<N> sep2 1.35383
+R<ALA>A<CA> R<LYS>A<NZ> central_sep1 1.85358
+R<ALA>A<CA> R<LYS>A<NZ> central_sep2 1.40154
+R<ALA>A<CA> R<LYS>A<NZ> sep1 2.26302
+R<ALA>A<CA> R<LYS>A<NZ> sep2 0.57066
+R<ALA>A<CA> R<LYS>A<O> central_sep1 1.36449
+R<ALA>A<CA> R<LYS>A<O> central_sep2 0.0479778
+R<ALA>A<CA> R<LYS>A<O> sep1 -1.73431
+R<ALA>A<CA> R<LYS>A<O> sep2 0.872169
+R<ALA>A<CA> R<MET>A<C> central_sep1 2.68942
+R<ALA>A<CA> R<MET>A<C> central_sep2 1.83459
+R<ALA>A<CA> R<MET>A<C> sep1 -2.524
+R<ALA>A<CA> R<MET>A<C> sep2 0.555512
+R<ALA>A<CA> R<MET>A<CA> central_sep1 2.43794
+R<ALA>A<CA> R<MET>A<CA> central_sep2 0.285063
+R<ALA>A<CA> R<MET>A<CA> sep1 3.36381
+R<ALA>A<CA> R<MET>A<CA> sep2 0.359587
+R<ALA>A<CA> R<MET>A<CB> central_sep1 -1.01758
+R<ALA>A<CA> R<MET>A<CB> central_sep2 0.00354028
+R<ALA>A<CA> R<MET>A<CB> sep1 1.33652
+R<ALA>A<CA> R<MET>A<CB> sep2 -0.143443
+R<ALA>A<CA> R<MET>A<CE> central_sep1 0.254246
+R<ALA>A<CA> R<MET>A<CE> central_sep2 -0.630274
+R<ALA>A<CA> R<MET>A<CE> sep1 2.11432
+R<ALA>A<CA> R<MET>A<CE> sep2 -0.399219
+R<ALA>A<CA> R<MET>A<CG> central_sep1 0.223345
+R<ALA>A<CA> R<MET>A<CG> central_sep2 -0.236933
+R<ALA>A<CA> R<MET>A<CG> sep1 0.946453
+R<ALA>A<CA> R<MET>A<CG> sep2 -0.386254
+R<ALA>A<CA> R<MET>A<N> central_sep1 2.50558
+R<ALA>A<CA> R<MET>A<N> central_sep2 1.59387
+R<ALA>A<CA> R<MET>A<N> sep1 -1.80337
+R<ALA>A<CA> R<MET>A<N> sep2 1.03234
+R<ALA>A<CA> R<MET>A<O> central_sep1 1.21866
+R<ALA>A<CA> R<MET>A<O> central_sep2 -0.322586
+R<ALA>A<CA> R<MET>A<O> sep1 -1.77398
+R<ALA>A<CA> R<MET>A<O> sep2 0.545099
+R<ALA>A<CA> R<MET>A<SD> central_sep1 -0.399973
+R<ALA>A<CA> R<MET>A<SD> central_sep2 -1.06763
+R<ALA>A<CA> R<MET>A<SD> sep1 1.55891
+R<ALA>A<CA> R<MET>A<SD> sep2 -0.501288
+R<ALA>A<CA> R<PHE>A<C> central_sep1 2.99843
+R<ALA>A<CA> R<PHE>A<C> central_sep2 1.77338
+R<ALA>A<CA> R<PHE>A<C> sep1 -2.41757
+R<ALA>A<CA> R<PHE>A<C> sep2 0.50756
+R<ALA>A<CA> R<PHE>A<CA> central_sep1 2.00379
+R<ALA>A<CA> R<PHE>A<CA> central_sep2 0.156869
+R<ALA>A<CA> R<PHE>A<CA> sep1 3.49256
+R<ALA>A<CA> R<PHE>A<CA> sep2 0.504551
+R<ALA>A<CA> R<PHE>A<CB> central_sep1 -0.607168
+R<ALA>A<CA> R<PHE>A<CB> central_sep2 -0.194617
+R<ALA>A<CA> R<PHE>A<CB> sep1 1.35134
+R<ALA>A<CA> R<PHE>A<CB> sep2 -0.191643
+R<ALA>A<CA> R<PHE>A<CD1> central_sep1 0.0464684
+R<ALA>A<CA> R<PHE>A<CD1> central_sep2 -0.476498
+R<ALA>A<CA> R<PHE>A<CD1> sep1 0.00356899
+R<ALA>A<CA> R<PHE>A<CD1> sep2 -0.651854
+R<ALA>A<CA> R<PHE>A<CE1> central_sep1 0.925806
+R<ALA>A<CA> R<PHE>A<CE1> central_sep2 -0.761854
+R<ALA>A<CA> R<PHE>A<CE1> sep1 1.42685
+R<ALA>A<CA> R<PHE>A<CE1> sep2 -0.700532
+R<ALA>A<CA> R<PHE>A<CG> central_sep1 0.762179
+R<ALA>A<CA> R<PHE>A<CG> central_sep2 -0.288536
+R<ALA>A<CA> R<PHE>A<CG> sep1 1.15437
+R<ALA>A<CA> R<PHE>A<CG> sep2 -1.40816
+R<ALA>A<CA> R<PHE>A<CZ> central_sep1 1.2202
+R<ALA>A<CA> R<PHE>A<CZ> central_sep2 -0.864246
+R<ALA>A<CA> R<PHE>A<CZ> sep1 2.08635
+R<ALA>A<CA> R<PHE>A<CZ> sep2 -0.74061
+R<ALA>A<CA> R<PHE>A<N> central_sep1 2.2799
+R<ALA>A<CA> R<PHE>A<N> central_sep2 1.53969
+R<ALA>A<CA> R<PHE>A<N> sep1 -1.88003
+R<ALA>A<CA> R<PHE>A<N> sep2 0.975117
+R<ALA>A<CA> R<PHE>A<O> central_sep1 0.73801
+R<ALA>A<CA> R<PHE>A<O> central_sep2 -0.557084
+R<ALA>A<CA> R<PHE>A<O> sep1 -1.67438
+R<ALA>A<CA> R<PHE>A<O> sep2 0.401938
+R<ALA>A<CA> R<PRO>A<C> central_sep1 2.83356
+R<ALA>A<CA> R<PRO>A<C> central_sep2 1.86879
+R<ALA>A<CA> R<PRO>A<C> sep1 -2.46451
+R<ALA>A<CA> R<PRO>A<C> sep2 0.540723
+R<ALA>A<CA> R<PRO>A<CA> central_sep1 0.427196
+R<ALA>A<CA> R<PRO>A<CA> central_sep2 0.54247
+R<ALA>A<CA> R<PRO>A<CA> sep1 2.25024
+R<ALA>A<CA> R<PRO>A<CA> sep2 0.404827
+R<ALA>A<CA> R<PRO>A<CB> central_sep1 1.71841
+R<ALA>A<CA> R<PRO>A<CB> central_sep2 -0.0646697
+R<ALA>A<CA> R<PRO>A<CB> sep1 2.44439
+R<ALA>A<CA> R<PRO>A<CB> sep2 -0.0637585
+R<ALA>A<CA> R<PRO>A<CD> central_sep1 -1.86156
+R<ALA>A<CA> R<PRO>A<CD> central_sep2 0.332718
+R<ALA>A<CA> R<PRO>A<CD> sep1 1.55548
+R<ALA>A<CA> R<PRO>A<CD> sep2 0.367857
+R<ALA>A<CA> R<PRO>A<CG> central_sep1 1.54465
+R<ALA>A<CA> R<PRO>A<CG> central_sep2 -0.153808
+R<ALA>A<CA> R<PRO>A<CG> sep1 1.82745
+R<ALA>A<CA> R<PRO>A<CG> sep2 -0.164387
+R<ALA>A<CA> R<PRO>A<N> central_sep1 2.92788
+R<ALA>A<CA> R<PRO>A<N> central_sep2 1.57927
+R<ALA>A<CA> R<PRO>A<N> sep1 -1.03211
+R<ALA>A<CA> R<PRO>A<N> sep2 0.192559
+R<ALA>A<CA> R<PRO>A<O> central_sep1 2.24474
+R<ALA>A<CA> R<PRO>A<O> central_sep2 0.0335367
+R<ALA>A<CA> R<PRO>A<O> sep1 -1.71238
+R<ALA>A<CA> R<PRO>A<O> sep2 0.492314
+R<ALA>A<CA> R<SER>A<C> central_sep1 3.53548
+R<ALA>A<CA> R<SER>A<C> central_sep2 1.50829
+R<ALA>A<CA> R<SER>A<C> sep1 -2.42552
+R<ALA>A<CA> R<SER>A<C> sep2 0.433367
+R<ALA>A<CA> R<SER>A<CA> central_sep1 2.32578
+R<ALA>A<CA> R<SER>A<CA> central_sep2 0.469232
+R<ALA>A<CA> R<SER>A<CA> sep1 3.34209
+R<ALA>A<CA> R<SER>A<CA> sep2 0.397622
+R<ALA>A<CA> R<SER>A<CB> central_sep1 -0.0721914
+R<ALA>A<CA> R<SER>A<CB> central_sep2 0.157219
+R<ALA>A<CA> R<SER>A<CB> sep1 1.69172
+R<ALA>A<CA> R<SER>A<CB> sep2 0.114981
+R<ALA>A<CA> R<SER>A<N> central_sep1 2.93335
+R<ALA>A<CA> R<SER>A<N> central_sep2 1.27488
+R<ALA>A<CA> R<SER>A<N> sep1 -1.86007
+R<ALA>A<CA> R<SER>A<N> sep2 1.01033
+R<ALA>A<CA> R<SER>A<O> central_sep1 1.45184
+R<ALA>A<CA> R<SER>A<O> central_sep2 -0.184465
+R<ALA>A<CA> R<SER>A<O> sep1 -1.66378
+R<ALA>A<CA> R<SER>A<O> sep2 0.542917
+R<ALA>A<CA> R<SER>A<OG> central_sep1 0.335604
+R<ALA>A<CA> R<SER>A<OG> central_sep2 0.0415466
+R<ALA>A<CA> R<SER>A<OG> sep1 1.01448
+R<ALA>A<CA> R<SER>A<OG> sep2 0.0916309
+R<ALA>A<CA> R<THR>A<C> central_sep1 3.66391
+R<ALA>A<CA> R<THR>A<C> central_sep2 1.6621
+R<ALA>A<CA> R<THR>A<C> sep1 -2.57193
+R<ALA>A<CA> R<THR>A<C> sep2 0.427185
+R<ALA>A<CA> R<THR>A<CA> central_sep1 1.75952
+R<ALA>A<CA> R<THR>A<CA> central_sep2 0.367542
+R<ALA>A<CA> R<THR>A<CA> sep1 3.66176
+R<ALA>A<CA> R<THR>A<CA> sep2 0.427951
+R<ALA>A<CA> R<THR>A<CB> central_sep1 -0.803724
+R<ALA>A<CA> R<THR>A<CB> central_sep2 0.187627
+R<ALA>A<CA> R<THR>A<CB> sep1 1.58748
+R<ALA>A<CA> R<THR>A<CB> sep2 -0.197413
+R<ALA>A<CA> R<THR>A<CG2> central_sep1 1.02028
+R<ALA>A<CA> R<THR>A<CG2> central_sep2 -0.224009
+R<ALA>A<CA> R<THR>A<CG2> sep1 1.17343
+R<ALA>A<CA> R<THR>A<CG2> sep2 -0.09438
+R<ALA>A<CA> R<THR>A<N> central_sep1 2.77743
+R<ALA>A<CA> R<THR>A<N> central_sep2 1.53966
+R<ALA>A<CA> R<THR>A<N> sep1 -2.06909
+R<ALA>A<CA> R<THR>A<N> sep2 1.08788
+R<ALA>A<CA> R<THR>A<O> central_sep1 1.34321
+R<ALA>A<CA> R<THR>A<O> central_sep2 -0.397629
+R<ALA>A<CA> R<THR>A<O> sep1 -1.75677
+R<ALA>A<CA> R<THR>A<O> sep2 0.465241
+R<ALA>A<CA> R<THR>A<OG1> central_sep1 0.115472
+R<ALA>A<CA> R<THR>A<OG1> central_sep2 -0.0923064
+R<ALA>A<CA> R<THR>A<OG1> sep1 0.860857
+R<ALA>A<CA> R<THR>A<OG1> sep2 -0.0582732
+R<ALA>A<CA> R<TRP>A<C> central_sep1 2.96027
+R<ALA>A<CA> R<TRP>A<C> central_sep2 1.90726
+R<ALA>A<CA> R<TRP>A<C> sep1 -2.33952
+R<ALA>A<CA> R<TRP>A<C> sep2 0.728232
+R<ALA>A<CA> R<TRP>A<CA> central_sep1 1.86133
+R<ALA>A<CA> R<TRP>A<CA> central_sep2 0.22026
+R<ALA>A<CA> R<TRP>A<CA> sep1 3.35989
+R<ALA>A<CA> R<TRP>A<CA> sep2 0.603147
+R<ALA>A<CA> R<TRP>A<CB> central_sep1 -0.583603
+R<ALA>A<CA> R<TRP>A<CB> central_sep2 -0.184657
+R<ALA>A<CA> R<TRP>A<CB> sep1 1.58921
+R<ALA>A<CA> R<TRP>A<CB> sep2 -0.166889
+R<ALA>A<CA> R<TRP>A<CD1> central_sep1 0.207426
+R<ALA>A<CA> R<TRP>A<CD1> central_sep2 -0.339276
+R<ALA>A<CA> R<TRP>A<CD1> sep1 0.242639
+R<ALA>A<CA> R<TRP>A<CD1> sep2 -0.366119
+R<ALA>A<CA> R<TRP>A<CD2> central_sep1 0.599198
+R<ALA>A<CA> R<TRP>A<CD2> central_sep2 -0.370067
+R<ALA>A<CA> R<TRP>A<CD2> sep1 0.562722
+R<ALA>A<CA> R<TRP>A<CD2> sep2 -1.01082
+R<ALA>A<CA> R<TRP>A<CE2> central_sep1 0.641257
+R<ALA>A<CA> R<TRP>A<CE2> central_sep2 -0.420835
+R<ALA>A<CA> R<TRP>A<CE2> sep1 1.23112
+R<ALA>A<CA> R<TRP>A<CE2> sep2 -1.08826
+R<ALA>A<CA> R<TRP>A<CE3> central_sep1 -1.15392
+R<ALA>A<CA> R<TRP>A<CE3> central_sep2 -0.439632
+R<ALA>A<CA> R<TRP>A<CE3> sep1 1.20243
+R<ALA>A<CA> R<TRP>A<CE3> sep2 -0.463414
+R<ALA>A<CA> R<TRP>A<CG> central_sep1 1.27417
+R<ALA>A<CA> R<TRP>A<CG> central_sep2 -0.372932
+R<ALA>A<CA> R<TRP>A<CG> sep1 1.18198
+R<ALA>A<CA> R<TRP>A<CG> sep2 -1.41972
+R<ALA>A<CA> R<TRP>A<CH2> central_sep1 1.58273
+R<ALA>A<CA> R<TRP>A<CH2> central_sep2 -0.811861
+R<ALA>A<CA> R<TRP>A<CH2> sep1 2.50607
+R<ALA>A<CA> R<TRP>A<CH2> sep2 -0.884398
+R<ALA>A<CA> R<TRP>A<CZ2> central_sep1 1.18551
+R<ALA>A<CA> R<TRP>A<CZ2> central_sep2 -0.67945
+R<ALA>A<CA> R<TRP>A<CZ2> sep1 2.03616
+R<ALA>A<CA> R<TRP>A<CZ2> sep2 -0.550598
+R<ALA>A<CA> R<TRP>A<CZ3> central_sep1 0.961869
+R<ALA>A<CA> R<TRP>A<CZ3> central_sep2 -0.815044
+R<ALA>A<CA> R<TRP>A<CZ3> sep1 0.655273
+R<ALA>A<CA> R<TRP>A<CZ3> sep2 -0.80248
+R<ALA>A<CA> R<TRP>A<N> central_sep1 2.54768
+R<ALA>A<CA> R<TRP>A<N> central_sep2 1.49711
+R<ALA>A<CA> R<TRP>A<N> sep1 -1.90156
+R<ALA>A<CA> R<TRP>A<N> sep2 1.00215
+R<ALA>A<CA> R<TRP>A<NE1> central_sep1 0.889477
+R<ALA>A<CA> R<TRP>A<NE1> central_sep2 -0.081443
+R<ALA>A<CA> R<TRP>A<NE1> sep1 1.64087
+R<ALA>A<CA> R<TRP>A<NE1> sep2 -0.604536
+R<ALA>A<CA> R<TRP>A<O> central_sep1 1.09979
+R<ALA>A<CA> R<TRP>A<O> central_sep2 -0.458212
+R<ALA>A<CA> R<TRP>A<O> sep1 -1.62032
+R<ALA>A<CA> R<TRP>A<O> sep2 0.567692
+R<ALA>A<CA> R<TYR>A<C> central_sep1 3.227
+R<ALA>A<CA> R<TYR>A<C> central_sep2 1.75228
+R<ALA>A<CA> R<TYR>A<C> sep1 -2.38068
+R<ALA>A<CA> R<TYR>A<C> sep2 0.457844
+R<ALA>A<CA> R<TYR>A<CA> central_sep1 1.85465
+R<ALA>A<CA> R<TYR>A<CA> central_sep2 0.191875
+R<ALA>A<CA> R<TYR>A<CA> sep1 3.49687
+R<ALA>A<CA> R<TYR>A<CA> sep2 0.373631
+R<ALA>A<CA> R<TYR>A<CB> central_sep1 -0.524876
+R<ALA>A<CA> R<TYR>A<CB> central_sep2 -0.292007
+R<ALA>A<CA> R<TYR>A<CB> sep1 1.41351
+R<ALA>A<CA> R<TYR>A<CB> sep2 -0.207235
+R<ALA>A<CA> R<TYR>A<CD1> central_sep1 0.109844
+R<ALA>A<CA> R<TYR>A<CD1> central_sep2 -0.493371
+R<ALA>A<CA> R<TYR>A<CD1> sep1 0.0261509
+R<ALA>A<CA> R<TYR>A<CD1> sep2 -0.550782
+R<ALA>A<CA> R<TYR>A<CE1> central_sep1 0.872144
+R<ALA>A<CA> R<TYR>A<CE1> central_sep2 -0.381675
+R<ALA>A<CA> R<TYR>A<CE1> sep1 1.38495
+R<ALA>A<CA> R<TYR>A<CE1> sep2 -0.513061
+R<ALA>A<CA> R<TYR>A<CG> central_sep1 1.27381
+R<ALA>A<CA> R<TYR>A<CG> central_sep2 -0.387901
+R<ALA>A<CA> R<TYR>A<CG> sep1 1.31047
+R<ALA>A<CA> R<TYR>A<CG> sep2 -1.46618
+R<ALA>A<CA> R<TYR>A<CZ> central_sep1 0.506834
+R<ALA>A<CA> R<TYR>A<CZ> central_sep2 -0.424894
+R<ALA>A<CA> R<TYR>A<CZ> sep1 1.18734
+R<ALA>A<CA> R<TYR>A<CZ> sep2 -1.09545
+R<ALA>A<CA> R<TYR>A<N> central_sep1 2.26297
+R<ALA>A<CA> R<TYR>A<N> central_sep2 1.44904
+R<ALA>A<CA> R<TYR>A<N> sep1 -1.80906
+R<ALA>A<CA> R<TYR>A<N> sep2 1.06087
+R<ALA>A<CA> R<TYR>A<O> central_sep1 0.829527
+R<ALA>A<CA> R<TYR>A<O> central_sep2 -0.623863
+R<ALA>A<CA> R<TYR>A<O> sep1 -1.64215
+R<ALA>A<CA> R<TYR>A<O> sep2 0.480603
+R<ALA>A<CA> R<TYR>A<OH> central_sep1 1.72528
+R<ALA>A<CA> R<TYR>A<OH> central_sep2 -0.412202
+R<ALA>A<CA> R<TYR>A<OH> sep1 2.29398
+R<ALA>A<CA> R<TYR>A<OH> sep2 -0.369373
+R<ALA>A<CA> R<VAL>A<C> central_sep1 3.68097
+R<ALA>A<CA> R<VAL>A<C> central_sep2 2.00958
+R<ALA>A<CA> R<VAL>A<C> sep1 -2.6839
+R<ALA>A<CA> R<VAL>A<C> sep2 0.44395
+R<ALA>A<CA> R<VAL>A<CA> central_sep1 1.7973
+R<ALA>A<CA> R<VAL>A<CA> central_sep2 -0.0540351
+R<ALA>A<CA> R<VAL>A<CA> sep1 3.87947
+R<ALA>A<CA> R<VAL>A<CA> sep2 0.358798
+R<ALA>A<CA> R<VAL>A<CB> central_sep1 -1.19513
+R<ALA>A<CA> R<VAL>A<CB> central_sep2 -0.373281
+R<ALA>A<CA> R<VAL>A<CB> sep1 1.31267
+R<ALA>A<CA> R<VAL>A<CB> sep2 -0.580119
+R<ALA>A<CA> R<VAL>A<CG1> central_sep1 0.968414
+R<ALA>A<CA> R<VAL>A<CG1> central_sep2 -0.753415
+R<ALA>A<CA> R<VAL>A<CG1> sep1 0.853685
+R<ALA>A<CA> R<VAL>A<CG1> sep2 -0.451213
+R<ALA>A<CA> R<VAL>A<CG2> central_sep1 0.0110453
+R<ALA>A<CA> R<VAL>A<CG2> central_sep2 -0.830389
+R<ALA>A<CA> R<VAL>A<CG2> sep1 1.08524
+R<ALA>A<CA> R<VAL>A<CG2> sep2 -0.40687
+R<ALA>A<CA> R<VAL>A<N> central_sep1 2.57759
+R<ALA>A<CA> R<VAL>A<N> central_sep2 1.49933
+R<ALA>A<CA> R<VAL>A<N> sep1 -2.13055
+R<ALA>A<CA> R<VAL>A<N> sep2 0.882095
+R<ALA>A<CA> R<VAL>A<O> central_sep1 0.986212
+R<ALA>A<CA> R<VAL>A<O> central_sep2 -0.811681
+R<ALA>A<CA> R<VAL>A<O> sep1 -1.81383
+R<ALA>A<CA> R<VAL>A<O> sep2 0.193064
+R<ALA>A<CA> c<solvent> . 0.767274
+R<ALA>A<CB> R<ALA>A<CB> central_sep1 0.441199
+R<ALA>A<CB> R<ALA>A<CB> central_sep2 -1.3343
+R<ALA>A<CB> R<ALA>A<CB> sep1 2.47145
+R<ALA>A<CB> R<ALA>A<CB> sep2 0.47669
+R<ALA>A<CB> R<ALA>A<N> central_sep1 1.41861
+R<ALA>A<CB> R<ALA>A<N> central_sep2 0.183262
+R<ALA>A<CB> R<ALA>A<N> sep1 -0.943832
+R<ALA>A<CB> R<ALA>A<N> sep2 0.278785
+R<ALA>A<CB> R<ALA>A<O> central_sep1 -1.5247
+R<ALA>A<CB> R<ALA>A<O> central_sep2 -0.505133
+R<ALA>A<CB> R<ALA>A<O> sep1 1.02572
+R<ALA>A<CB> R<ALA>A<O> sep2 0.00156427
+R<ALA>A<CB> R<ARG>A<C> central_sep1 1.99607
+R<ALA>A<CB> R<ARG>A<C> central_sep2 0.537335
+R<ALA>A<CB> R<ARG>A<C> sep1 0.442088
+R<ALA>A<CB> R<ARG>A<C> sep2 -0.2474
+R<ALA>A<CB> R<ARG>A<CA> central_sep1 -0.691511
+R<ALA>A<CB> R<ARG>A<CA> central_sep2 0.0915698
+R<ALA>A<CB> R<ARG>A<CA> sep1 1.73668
+R<ALA>A<CB> R<ARG>A<CA> sep2 0.522348
+R<ALA>A<CB> R<ARG>A<CB> central_sep1 0.760619
+R<ALA>A<CB> R<ARG>A<CB> central_sep2 -0.44124
+R<ALA>A<CB> R<ARG>A<CB> sep1 2.22239
+R<ALA>A<CB> R<ARG>A<CB> sep2 0.460768
+R<ALA>A<CB> R<ARG>A<CD> central_sep1 1.10779
+R<ALA>A<CB> R<ARG>A<CD> central_sep2 -0.173136
+R<ALA>A<CB> R<ARG>A<CD> sep1 1.86135
+R<ALA>A<CB> R<ARG>A<CD> sep2 0.0827847
+R<ALA>A<CB> R<ARG>A<CG> central_sep1 0.530715
+R<ALA>A<CB> R<ARG>A<CG> central_sep2 -0.430299
+R<ALA>A<CB> R<ARG>A<CG> sep1 0.794053
+R<ALA>A<CB> R<ARG>A<CG> sep2 0.299431
+R<ALA>A<CB> R<ARG>A<CZ> central_sep1 0.390978
+R<ALA>A<CB> R<ARG>A<CZ> central_sep2 -0.528924
+R<ALA>A<CB> R<ARG>A<CZ> sep1 1.2637
+R<ALA>A<CB> R<ARG>A<CZ> sep2 -0.757269
+R<ALA>A<CB> R<ARG>A<N> central_sep1 1.72153
+R<ALA>A<CB> R<ARG>A<N> central_sep2 0.97174
+R<ALA>A<CB> R<ARG>A<N> sep1 -0.781134
+R<ALA>A<CB> R<ARG>A<N> sep2 0.907082
+R<ALA>A<CB> R<ARG>A<NE> central_sep1 1.05633
+R<ALA>A<CB> R<ARG>A<NE> central_sep2 0.167824
+R<ALA>A<CB> R<ARG>A<NE> sep1 1.64952
+R<ALA>A<CB> R<ARG>A<NE> sep2 -0.479388
+R<ALA>A<CB> R<ARG>A<NH1> central_sep1 0.151468
+R<ALA>A<CB> R<ARG>A<NH1> central_sep2 -0.0851392
+R<ALA>A<CB> R<ARG>A<NH1> sep1 1.78602
+R<ALA>A<CB> R<ARG>A<NH1> sep2 0.271811
+R<ALA>A<CB> R<ARG>A<O> central_sep1 -1.20506
+R<ALA>A<CB> R<ARG>A<O> central_sep2 0.108606
+R<ALA>A<CB> R<ARG>A<O> sep1 1.15092
+R<ALA>A<CB> R<ARG>A<O> sep2 0.333747
+R<ALA>A<CB> R<ASN>A<C> central_sep1 1.86972
+R<ALA>A<CB> R<ASN>A<C> central_sep2 0.48384
+R<ALA>A<CB> R<ASN>A<C> sep1 0.465179
+R<ALA>A<CB> R<ASN>A<C> sep2 -0.0657006
+R<ALA>A<CB> R<ASN>A<CA> central_sep1 -0.0348859
+R<ALA>A<CB> R<ASN>A<CA> central_sep2 0.310968
+R<ALA>A<CB> R<ASN>A<CA> sep1 2.10241
+R<ALA>A<CB> R<ASN>A<CA> sep2 0.554813
+R<ALA>A<CB> R<ASN>A<CB> central_sep1 0.575294
+R<ALA>A<CB> R<ASN>A<CB> central_sep2 -0.223937
+R<ALA>A<CB> R<ASN>A<CB> sep1 1.81065
+R<ALA>A<CB> R<ASN>A<CB> sep2 0.445739
+R<ALA>A<CB> R<ASN>A<CG> central_sep1 0.265184
+R<ALA>A<CB> R<ASN>A<CG> central_sep2 -0.200724
+R<ALA>A<CB> R<ASN>A<CG> sep1 0.317213
+R<ALA>A<CB> R<ASN>A<CG> sep2 -0.79152
+R<ALA>A<CB> R<ASN>A<N> central_sep1 1.37857
+R<ALA>A<CB> R<ASN>A<N> central_sep2 1.15198
+R<ALA>A<CB> R<ASN>A<N> sep1 -0.500413
+R<ALA>A<CB> R<ASN>A<N> sep2 0.918375
+R<ALA>A<CB> R<ASN>A<ND2> central_sep1 0.204749
+R<ALA>A<CB> R<ASN>A<ND2> central_sep2 -0.0439147
+R<ALA>A<CB> R<ASN>A<ND2> sep1 1.17729
+R<ALA>A<CB> R<ASN>A<ND2> sep2 0.446691
+R<ALA>A<CB> R<ASN>A<O> central_sep1 -0.867414
+R<ALA>A<CB> R<ASN>A<O> central_sep2 0.111487
+R<ALA>A<CB> R<ASN>A<O> sep1 1.13863
+R<ALA>A<CB> R<ASN>A<O> sep2 0.50123
+R<ALA>A<CB> R<ASN>A<OD1> central_sep1 -0.167186
+R<ALA>A<CB> R<ASN>A<OD1> central_sep2 -0.0876586
+R<ALA>A<CB> R<ASN>A<OD1> sep1 1.02172
+R<ALA>A<CB> R<ASN>A<OD1> sep2 0.292029
+R<ALA>A<CB> R<ASP>A<C> central_sep1 1.96483
+R<ALA>A<CB> R<ASP>A<C> central_sep2 0.525537
+R<ALA>A<CB> R<ASP>A<C> sep1 0.292787
+R<ALA>A<CB> R<ASP>A<C> sep2 -0.0114328
+R<ALA>A<CB> R<ASP>A<CA> central_sep1 -0.379984
+R<ALA>A<CB> R<ASP>A<CA> central_sep2 0.287372
+R<ALA>A<CB> R<ASP>A<CA> sep1 1.88185
+R<ALA>A<CB> R<ASP>A<CA> sep2 0.505246
+R<ALA>A<CB> R<ASP>A<CB> central_sep1 0.170105
+R<ALA>A<CB> R<ASP>A<CB> central_sep2 -0.230838
+R<ALA>A<CB> R<ASP>A<CB> sep1 1.44091
+R<ALA>A<CB> R<ASP>A<CB> sep2 0.665376
+R<ALA>A<CB> R<ASP>A<CG> central_sep1 0.0228605
+R<ALA>A<CB> R<ASP>A<CG> central_sep2 0.0730285
+R<ALA>A<CB> R<ASP>A<CG> sep1 0.244367
+R<ALA>A<CB> R<ASP>A<CG> sep2 -0.387245
+R<ALA>A<CB> R<ASP>A<N> central_sep1 1.07882
+R<ALA>A<CB> R<ASP>A<N> central_sep2 1.06211
+R<ALA>A<CB> R<ASP>A<N> sep1 -0.811394
+R<ALA>A<CB> R<ASP>A<N> sep2 0.916947
+R<ALA>A<CB> R<ASP>A<O> central_sep1 -1.21335
+R<ALA>A<CB> R<ASP>A<O> central_sep2 0.224481
+R<ALA>A<CB> R<ASP>A<O> sep1 1.00694
+R<ALA>A<CB> R<ASP>A<O> sep2 0.621179
+R<ALA>A<CB> R<ASP>A<OD1> central_sep1 0.0265789
+R<ALA>A<CB> R<ASP>A<OD1> central_sep2 0.343258
+R<ALA>A<CB> R<ASP>A<OD1> sep1 0.721677
+R<ALA>A<CB> R<ASP>A<OD1> sep2 0.495508
+R<ALA>A<CB> R<CYS>A<C> central_sep1 1.87531
+R<ALA>A<CB> R<CYS>A<C> central_sep2 0.251976
+R<ALA>A<CB> R<CYS>A<C> sep1 0.10176
+R<ALA>A<CB> R<CYS>A<C> sep2 -0.384664
+R<ALA>A<CB> R<CYS>A<CA> central_sep1 -0.121831
+R<ALA>A<CB> R<CYS>A<CA> central_sep2 -0.228205
+R<ALA>A<CB> R<CYS>A<CA> sep1 2.05279
+R<ALA>A<CB> R<CYS>A<CA> sep2 0.194204
+R<ALA>A<CB> R<CYS>A<CB> central_sep1 0.296461
+R<ALA>A<CB> R<CYS>A<CB> central_sep2 -1.01771
+R<ALA>A<CB> R<CYS>A<CB> sep1 2.24146
+R<ALA>A<CB> R<CYS>A<CB> sep2 -0.0901319
+R<ALA>A<CB> R<CYS>A<N> central_sep1 1.32812
+R<ALA>A<CB> R<CYS>A<N> central_sep2 0.602341
+R<ALA>A<CB> R<CYS>A<N> sep1 -0.589472
+R<ALA>A<CB> R<CYS>A<N> sep2 0.569373
+R<ALA>A<CB> R<CYS>A<O> central_sep1 -0.860724
+R<ALA>A<CB> R<CYS>A<O> central_sep2 -0.225597
+R<ALA>A<CB> R<CYS>A<O> sep1 0.941235
+R<ALA>A<CB> R<CYS>A<O> sep2 0.0705713
+R<ALA>A<CB> R<CYS>A<SG> central_sep1 -0.0714358
+R<ALA>A<CB> R<CYS>A<SG> central_sep2 -1.24855
+R<ALA>A<CB> R<CYS>A<SG> sep1 1.70481
+R<ALA>A<CB> R<CYS>A<SG> sep2 0.276821
+R<ALA>A<CB> R<GLN>A<C> central_sep1 1.96112
+R<ALA>A<CB> R<GLN>A<C> central_sep2 0.592508
+R<ALA>A<CB> R<GLN>A<C> sep1 0.449367
+R<ALA>A<CB> R<GLN>A<C> sep2 -0.0664731
+R<ALA>A<CB> R<GLN>A<CA> central_sep1 -0.784611
+R<ALA>A<CB> R<GLN>A<CA> central_sep2 0.159848
+R<ALA>A<CB> R<GLN>A<CA> sep1 1.67265
+R<ALA>A<CB> R<GLN>A<CA> sep2 0.726256
+R<ALA>A<CB> R<GLN>A<CB> central_sep1 0.567438
+R<ALA>A<CB> R<GLN>A<CB> central_sep2 -0.35231
+R<ALA>A<CB> R<GLN>A<CB> sep1 2.17517
+R<ALA>A<CB> R<GLN>A<CB> sep2 0.51734
+R<ALA>A<CB> R<GLN>A<CD> central_sep1 0.661513
+R<ALA>A<CB> R<GLN>A<CD> central_sep2 -0.367871
+R<ALA>A<CB> R<GLN>A<CD> sep1 1.06001
+R<ALA>A<CB> R<GLN>A<CD> sep2 -0.835687
+R<ALA>A<CB> R<GLN>A<CG> central_sep1 0.817881
+R<ALA>A<CB> R<GLN>A<CG> central_sep2 -0.17056
+R<ALA>A<CB> R<GLN>A<CG> sep1 0.886186
+R<ALA>A<CB> R<GLN>A<CG> sep2 0.181021
+R<ALA>A<CB> R<GLN>A<N> central_sep1 1.74734
+R<ALA>A<CB> R<GLN>A<N> central_sep2 1.07406
+R<ALA>A<CB> R<GLN>A<N> sep1 -0.772842
+R<ALA>A<CB> R<GLN>A<N> sep2 1.00599
+R<ALA>A<CB> R<GLN>A<NE2> central_sep1 0.238446
+R<ALA>A<CB> R<GLN>A<NE2> central_sep2 -0.117158
+R<ALA>A<CB> R<GLN>A<NE2> sep1 1.90265
+R<ALA>A<CB> R<GLN>A<NE2> sep2 0.40576
+R<ALA>A<CB> R<GLN>A<O> central_sep1 -1.2132
+R<ALA>A<CB> R<GLN>A<O> central_sep2 0.217307
+R<ALA>A<CB> R<GLN>A<O> sep1 1.13703
+R<ALA>A<CB> R<GLN>A<O> sep2 0.532902
+R<ALA>A<CB> R<GLN>A<OE1> central_sep1 0.498309
+R<ALA>A<CB> R<GLN>A<OE1> central_sep2 -0.195762
+R<ALA>A<CB> R<GLN>A<OE1> sep1 1.49206
+R<ALA>A<CB> R<GLN>A<OE1> sep2 0.155998
+R<ALA>A<CB> R<GLU>A<C> central_sep1 1.83892
+R<ALA>A<CB> R<GLU>A<C> central_sep2 0.844652
+R<ALA>A<CB> R<GLU>A<C> sep1 0.479354
+R<ALA>A<CB> R<GLU>A<C> sep2 0.110177
+R<ALA>A<CB> R<GLU>A<CA> central_sep1 -0.839061
+R<ALA>A<CB> R<GLU>A<CA> central_sep2 0.308207
+R<ALA>A<CB> R<GLU>A<CA> sep1 1.5607
+R<ALA>A<CB> R<GLU>A<CA> sep2 0.788749
+R<ALA>A<CB> R<GLU>A<CB> central_sep1 0.603128
+R<ALA>A<CB> R<GLU>A<CB> central_sep2 -0.126576
+R<ALA>A<CB> R<GLU>A<CB> sep1 2.10494
+R<ALA>A<CB> R<GLU>A<CB> sep2 0.623819
+R<ALA>A<CB> R<GLU>A<CD> central_sep1 0.527517
+R<ALA>A<CB> R<GLU>A<CD> central_sep2 -0.0206756
+R<ALA>A<CB> R<GLU>A<CD> sep1 1.13214
+R<ALA>A<CB> R<GLU>A<CD> sep2 -0.299717
+R<ALA>A<CB> R<GLU>A<CG> central_sep1 0.805693
+R<ALA>A<CB> R<GLU>A<CG> central_sep2 -0.1391
+R<ALA>A<CB> R<GLU>A<CG> sep1 0.7686
+R<ALA>A<CB> R<GLU>A<CG> sep2 0.493016
+R<ALA>A<CB> R<GLU>A<N> central_sep1 1.65079
+R<ALA>A<CB> R<GLU>A<N> central_sep2 1.21681
+R<ALA>A<CB> R<GLU>A<N> sep1 -0.887927
+R<ALA>A<CB> R<GLU>A<N> sep2 1.07517
+R<ALA>A<CB> R<GLU>A<O> central_sep1 -1.3169
+R<ALA>A<CB> R<GLU>A<O> central_sep2 0.352269
+R<ALA>A<CB> R<GLU>A<O> sep1 1.21172
+R<ALA>A<CB> R<GLU>A<O> sep2 0.740329
+R<ALA>A<CB> R<GLU>A<OE1> central_sep1 0.5859
+R<ALA>A<CB> R<GLU>A<OE1> central_sep2 0.404527
+R<ALA>A<CB> R<GLU>A<OE1> sep1 1.67644
+R<ALA>A<CB> R<GLU>A<OE1> sep2 0.464447
+R<ALA>A<CB> R<GLY>A<C> central_sep1 1.18748
+R<ALA>A<CB> R<GLY>A<C> central_sep2 -0.10738
+R<ALA>A<CB> R<GLY>A<C> sep1 0.374044
+R<ALA>A<CB> R<GLY>A<C> sep2 -0.546976
+R<ALA>A<CB> R<GLY>A<CA> central_sep1 0.626238
+R<ALA>A<CB> R<GLY>A<CA> central_sep2 -0.508654
+R<ALA>A<CB> R<GLY>A<CA> sep1 2.25113
+R<ALA>A<CB> R<GLY>A<CA> sep2 0.334043
+R<ALA>A<CB> R<GLY>A<N> central_sep1 1.05629
+R<ALA>A<CB> R<GLY>A<N> central_sep2 0.28721
+R<ALA>A<CB> R<GLY>A<N> sep1 -0.412386
+R<ALA>A<CB> R<GLY>A<N> sep2 0.126523
+R<ALA>A<CB> R<GLY>A<O> central_sep1 -0.718651
+R<ALA>A<CB> R<GLY>A<O> central_sep2 -0.264688
+R<ALA>A<CB> R<GLY>A<O> sep1 0.986568
+R<ALA>A<CB> R<GLY>A<O> sep2 0.104213
+R<ALA>A<CB> R<HIS>A<C> central_sep1 1.84303
+R<ALA>A<CB> R<HIS>A<C> central_sep2 0.378664
+R<ALA>A<CB> R<HIS>A<C> sep1 0.349026
+R<ALA>A<CB> R<HIS>A<C> sep2 -0.308883
+R<ALA>A<CB> R<HIS>A<CA> central_sep1 -0.147278
+R<ALA>A<CB> R<HIS>A<CA> central_sep2 0.106019
+R<ALA>A<CB> R<HIS>A<CA> sep1 1.71704
+R<ALA>A<CB> R<HIS>A<CA> sep2 0.489918
+R<ALA>A<CB> R<HIS>A<CB> central_sep1 0.363011
+R<ALA>A<CB> R<HIS>A<CB> central_sep2 -0.710472
+R<ALA>A<CB> R<HIS>A<CB> sep1 2.16363
+R<ALA>A<CB> R<HIS>A<CB> sep2 0.100006
+R<ALA>A<CB> R<HIS>A<CD2> central_sep1 -0.0918786
+R<ALA>A<CB> R<HIS>A<CD2> central_sep2 -0.571137
+R<ALA>A<CB> R<HIS>A<CD2> sep1 1.43774
+R<ALA>A<CB> R<HIS>A<CD2> sep2 -0.0053069
+R<ALA>A<CB> R<HIS>A<CE1> central_sep1 0.0108615
+R<ALA>A<CB> R<HIS>A<CE1> central_sep2 -0.538367
+R<ALA>A<CB> R<HIS>A<CE1> sep1 1.45218
+R<ALA>A<CB> R<HIS>A<CE1> sep2 0.17765
+R<ALA>A<CB> R<HIS>A<CG> central_sep1 1.13721
+R<ALA>A<CB> R<HIS>A<CG> central_sep2 -0.751821
+R<ALA>A<CB> R<HIS>A<CG> sep1 1.12182
+R<ALA>A<CB> R<HIS>A<CG> sep2 -1.31615
+R<ALA>A<CB> R<HIS>A<N> central_sep1 1.2326
+R<ALA>A<CB> R<HIS>A<N> central_sep2 0.891267
+R<ALA>A<CB> R<HIS>A<N> sep1 -0.62083
+R<ALA>A<CB> R<HIS>A<N> sep2 0.796299
+R<ALA>A<CB> R<HIS>A<ND1> central_sep1 0.222226
+R<ALA>A<CB> R<HIS>A<ND1> central_sep2 -0.219769
+R<ALA>A<CB> R<HIS>A<ND1> sep1 1.2839
+R<ALA>A<CB> R<HIS>A<ND1> sep2 -0.587809
+R<ALA>A<CB> R<HIS>A<NE2> central_sep1 0.551086
+R<ALA>A<CB> R<HIS>A<NE2> central_sep2 -0.229703
+R<ALA>A<CB> R<HIS>A<NE2> sep1 0.88399
+R<ALA>A<CB> R<HIS>A<NE2> sep2 -0.54135
+R<ALA>A<CB> R<HIS>A<O> central_sep1 -0.892534
+R<ALA>A<CB> R<HIS>A<O> central_sep2 -0.036224
+R<ALA>A<CB> R<HIS>A<O> sep1 1.07042
+R<ALA>A<CB> R<HIS>A<O> sep2 0.222389
+R<ALA>A<CB> R<ILE>A<C> central_sep1 2.38045
+R<ALA>A<CB> R<ILE>A<C> central_sep2 0.780175
+R<ALA>A<CB> R<ILE>A<C> sep1 0.143109
+R<ALA>A<CB> R<ILE>A<C> sep2 -0.293061
+R<ALA>A<CB> R<ILE>A<CA> central_sep1 -0.565333
+R<ALA>A<CB> R<ILE>A<CA> central_sep2 -0.199543
+R<ALA>A<CB> R<ILE>A<CA> sep1 1.86991
+R<ALA>A<CB> R<ILE>A<CA> sep2 0.275249
+R<ALA>A<CB> R<ILE>A<CB> central_sep1 0.432328
+R<ALA>A<CB> R<ILE>A<CB> central_sep2 -0.979183
+R<ALA>A<CB> R<ILE>A<CB> sep1 1.97451
+R<ALA>A<CB> R<ILE>A<CB> sep2 -0.867226
+R<ALA>A<CB> R<ILE>A<CD1> central_sep1 0.0577503
+R<ALA>A<CB> R<ILE>A<CD1> central_sep2 -1.5777
+R<ALA>A<CB> R<ILE>A<CD1> sep1 1.90844
+R<ALA>A<CB> R<ILE>A<CD1> sep2 -0.0931998
+R<ALA>A<CB> R<ILE>A<CG1> central_sep1 -0.00022203
+R<ALA>A<CB> R<ILE>A<CG1> central_sep2 -1.30174
+R<ALA>A<CB> R<ILE>A<CG1> sep1 1.03112
+R<ALA>A<CB> R<ILE>A<CG1> sep2 -0.840413
+R<ALA>A<CB> R<ILE>A<CG2> central_sep1 0.146685
+R<ALA>A<CB> R<ILE>A<CG2> central_sep2 -1.46798
+R<ALA>A<CB> R<ILE>A<CG2> sep1 1.55097
+R<ALA>A<CB> R<ILE>A<CG2> sep2 0.151782
+R<ALA>A<CB> R<ILE>A<N> central_sep1 2.18465
+R<ALA>A<CB> R<ILE>A<N> central_sep2 0.835667
+R<ALA>A<CB> R<ILE>A<N> sep1 -0.690933
+R<ALA>A<CB> R<ILE>A<N> sep2 0.638665
+R<ALA>A<CB> R<ILE>A<O> central_sep1 -1.00508
+R<ALA>A<CB> R<ILE>A<O> central_sep2 -0.114024
+R<ALA>A<CB> R<ILE>A<O> sep1 1.0549
+R<ALA>A<CB> R<ILE>A<O> sep2 0.055273
+R<ALA>A<CB> R<LEU>A<C> central_sep1 1.70944
+R<ALA>A<CB> R<LEU>A<C> central_sep2 0.471169
+R<ALA>A<CB> R<LEU>A<C> sep1 0.298756
+R<ALA>A<CB> R<LEU>A<C> sep2 -0.395383
+R<ALA>A<CB> R<LEU>A<CA> central_sep1 -0.859453
+R<ALA>A<CB> R<LEU>A<CA> central_sep2 -0.120125
+R<ALA>A<CB> R<LEU>A<CA> sep1 1.66875
+R<ALA>A<CB> R<LEU>A<CA> sep2 0.257474
+R<ALA>A<CB> R<LEU>A<CB> central_sep1 0.0719841
+R<ALA>A<CB> R<LEU>A<CB> central_sep2 -1.13963
+R<ALA>A<CB> R<LEU>A<CB> sep1 2.11829
+R<ALA>A<CB> R<LEU>A<CB> sep2 -0.283227
+R<ALA>A<CB> R<LEU>A<CD1> central_sep1 0.0836735
+R<ALA>A<CB> R<LEU>A<CD1> central_sep2 -1.55086
+R<ALA>A<CB> R<LEU>A<CD1> sep1 1.9262
+R<ALA>A<CB> R<LEU>A<CD1> sep2 -0.0367291
+R<ALA>A<CB> R<LEU>A<CD2> central_sep1 0.209587
+R<ALA>A<CB> R<LEU>A<CD2> central_sep2 -1.54781
+R<ALA>A<CB> R<LEU>A<CD2> sep1 1.73919
+R<ALA>A<CB> R<LEU>A<CD2> sep2 0.00404894
+R<ALA>A<CB> R<LEU>A<CG> central_sep1 -0.0326143
+R<ALA>A<CB> R<LEU>A<CG> central_sep2 -0.918149
+R<ALA>A<CB> R<LEU>A<CG> sep1 0.424694
+R<ALA>A<CB> R<LEU>A<CG> sep2 -1.08774
+R<ALA>A<CB> R<LEU>A<N> central_sep1 2.05201
+R<ALA>A<CB> R<LEU>A<N> central_sep2 0.763707
+R<ALA>A<CB> R<LEU>A<N> sep1 -0.723133
+R<ALA>A<CB> R<LEU>A<N> sep2 0.550748
+R<ALA>A<CB> R<LEU>A<O> central_sep1 -1.13022
+R<ALA>A<CB> R<LEU>A<O> central_sep2 -0.130728
+R<ALA>A<CB> R<LEU>A<O> sep1 1.13386
+R<ALA>A<CB> R<LEU>A<O> sep2 0.161379
+R<ALA>A<CB> R<LYS>A<C> central_sep1 1.95531
+R<ALA>A<CB> R<LYS>A<C> central_sep2 0.701525
+R<ALA>A<CB> R<LYS>A<C> sep1 0.500656
+R<ALA>A<CB> R<LYS>A<C> sep2 -0.00380249
+R<ALA>A<CB> R<LYS>A<CA> central_sep1 -0.484929
+R<ALA>A<CB> R<LYS>A<CA> central_sep2 0.34417
+R<ALA>A<CB> R<LYS>A<CA> sep1 1.90644
+R<ALA>A<CB> R<LYS>A<CA> sep2 0.77889
+R<ALA>A<CB> R<LYS>A<CB> central_sep1 0.897279
+R<ALA>A<CB> R<LYS>A<CB> central_sep2 -0.156751
+R<ALA>A<CB> R<LYS>A<CB> sep1 2.22404
+R<ALA>A<CB> R<LYS>A<CB> sep2 0.659538
+R<ALA>A<CB> R<LYS>A<CD> central_sep1 1.13587
+R<ALA>A<CB> R<LYS>A<CD> central_sep2 0.125586
+R<ALA>A<CB> R<LYS>A<CD> sep1 1.90405
+R<ALA>A<CB> R<LYS>A<CD> sep2 0.528775
+R<ALA>A<CB> R<LYS>A<CE> central_sep1 0.812853
+R<ALA>A<CB> R<LYS>A<CE> central_sep2 0.405786
+R<ALA>A<CB> R<LYS>A<CE> sep1 2.16091
+R<ALA>A<CB> R<LYS>A<CE> sep2 0.744221
+R<ALA>A<CB> R<LYS>A<CG> central_sep1 0.761873
+R<ALA>A<CB> R<LYS>A<CG> central_sep2 -0.123322
+R<ALA>A<CB> R<LYS>A<CG> sep1 0.809387
+R<ALA>A<CB> R<LYS>A<CG> sep2 0.615683
+R<ALA>A<CB> R<LYS>A<N> central_sep1 1.77561
+R<ALA>A<CB> R<LYS>A<N> central_sep2 1.22287
+R<ALA>A<CB> R<LYS>A<N> sep1 -0.692289
+R<ALA>A<CB> R<LYS>A<N> sep2 1.13989
+R<ALA>A<CB> R<LYS>A<NZ> central_sep1 1.55534
+R<ALA>A<CB> R<LYS>A<NZ> central_sep2 1.05415
+R<ALA>A<CB> R<LYS>A<NZ> sep1 2.48538
+R<ALA>A<CB> R<LYS>A<NZ> sep2 1.00997
+R<ALA>A<CB> R<LYS>A<O> central_sep1 -0.986939
+R<ALA>A<CB> R<LYS>A<O> central_sep2 0.375657
+R<ALA>A<CB> R<LYS>A<O> sep1 1.20818
+R<ALA>A<CB> R<LYS>A<O> sep2 0.617663
+R<ALA>A<CB> R<MET>A<C> central_sep1 1.73262
+R<ALA>A<CB> R<MET>A<C> central_sep2 0.409599
+R<ALA>A<CB> R<MET>A<C> sep1 0.342324
+R<ALA>A<CB> R<MET>A<C> sep2 -0.447313
+R<ALA>A<CB> R<MET>A<CA> central_sep1 -0.70338
+R<ALA>A<CB> R<MET>A<CA> central_sep2 -0.20111
+R<ALA>A<CB> R<MET>A<CA> sep1 1.77696
+R<ALA>A<CB> R<MET>A<CA> sep2 0.285125
+R<ALA>A<CB> R<MET>A<CB> central_sep1 0.244264
+R<ALA>A<CB> R<MET>A<CB> central_sep2 -1.00479
+R<ALA>A<CB> R<MET>A<CB> sep1 2.18529
+R<ALA>A<CB> R<MET>A<CB> sep2 -0.112207
+R<ALA>A<CB> R<MET>A<CE> central_sep1 0.0314796
+R<ALA>A<CB> R<MET>A<CE> central_sep2 -1.28585
+R<ALA>A<CB> R<MET>A<CE> sep1 2.35957
+R<ALA>A<CB> R<MET>A<CE> sep2 -0.146819
+R<ALA>A<CB> R<MET>A<CG> central_sep1 0.339073
+R<ALA>A<CB> R<MET>A<CG> central_sep2 -1.06689
+R<ALA>A<CB> R<MET>A<CG> sep1 1.11699
+R<ALA>A<CB> R<MET>A<CG> sep2 -0.366545
+R<ALA>A<CB> R<MET>A<N> central_sep1 1.82421
+R<ALA>A<CB> R<MET>A<N> central_sep2 0.668925
+R<ALA>A<CB> R<MET>A<N> sep1 -0.630906
+R<ALA>A<CB> R<MET>A<N> sep2 0.576624
+R<ALA>A<CB> R<MET>A<O> central_sep1 -1.12263
+R<ALA>A<CB> R<MET>A<O> central_sep2 -0.0844829
+R<ALA>A<CB> R<MET>A<O> sep1 1.10871
+R<ALA>A<CB> R<MET>A<O> sep2 0.200615
+R<ALA>A<CB> R<MET>A<SD> central_sep1 0.0570748
+R<ALA>A<CB> R<MET>A<SD> central_sep2 -1.42743
+R<ALA>A<CB> R<MET>A<SD> sep1 1.84027
+R<ALA>A<CB> R<MET>A<SD> sep2 -0.321918
+R<ALA>A<CB> R<PHE>A<C> central_sep1 1.9363
+R<ALA>A<CB> R<PHE>A<C> central_sep2 0.370521
+R<ALA>A<CB> R<PHE>A<C> sep1 0.160082
+R<ALA>A<CB> R<PHE>A<C> sep2 -0.363067
+R<ALA>A<CB> R<PHE>A<CA> central_sep1 -0.363126
+R<ALA>A<CB> R<PHE>A<CA> central_sep2 -0.174208
+R<ALA>A<CB> R<PHE>A<CA> sep1 1.74314
+R<ALA>A<CB> R<PHE>A<CA> sep2 0.373352
+R<ALA>A<CB> R<PHE>A<CB> central_sep1 0.301445
+R<ALA>A<CB> R<PHE>A<CB> central_sep2 -1.05424
+R<ALA>A<CB> R<PHE>A<CB> sep1 2.39947
+R<ALA>A<CB> R<PHE>A<CB> sep2 -0.298093
+R<ALA>A<CB> R<PHE>A<CD1> central_sep1 -0.0332537
+R<ALA>A<CB> R<PHE>A<CD1> central_sep2 -1.12295
+R<ALA>A<CB> R<PHE>A<CD1> sep1 1.26405
+R<ALA>A<CB> R<PHE>A<CD1> sep2 -0.827192
+R<ALA>A<CB> R<PHE>A<CE1> central_sep1 -0.179029
+R<ALA>A<CB> R<PHE>A<CE1> central_sep2 -1.3413
+R<ALA>A<CB> R<PHE>A<CE1> sep1 1.35035
+R<ALA>A<CB> R<PHE>A<CE1> sep2 -0.836058
+R<ALA>A<CB> R<PHE>A<CG> central_sep1 1.28593
+R<ALA>A<CB> R<PHE>A<CG> central_sep2 -0.968157
+R<ALA>A<CB> R<PHE>A<CG> sep1 1.10761
+R<ALA>A<CB> R<PHE>A<CG> sep2 -2.09853
+R<ALA>A<CB> R<PHE>A<CZ> central_sep1 0.350962
+R<ALA>A<CB> R<PHE>A<CZ> central_sep2 -1.38945
+R<ALA>A<CB> R<PHE>A<CZ> sep1 1.24567
+R<ALA>A<CB> R<PHE>A<CZ> sep2 -0.95007
+R<ALA>A<CB> R<PHE>A<N> central_sep1 1.94791
+R<ALA>A<CB> R<PHE>A<N> central_sep2 0.7236
+R<ALA>A<CB> R<PHE>A<N> sep1 -0.654502
+R<ALA>A<CB> R<PHE>A<N> sep2 0.554415
+R<ALA>A<CB> R<PHE>A<O> central_sep1 -0.890455
+R<ALA>A<CB> R<PHE>A<O> central_sep2 -0.0905579
+R<ALA>A<CB> R<PHE>A<O> sep1 0.961231
+R<ALA>A<CB> R<PHE>A<O> sep2 0.0884546
+R<ALA>A<CB> R<PRO>A<C> central_sep1 2.18283
+R<ALA>A<CB> R<PRO>A<C> central_sep2 0.557955
+R<ALA>A<CB> R<PRO>A<C> sep1 0.648515
+R<ALA>A<CB> R<PRO>A<C> sep2 -0.178877
+R<ALA>A<CB> R<PRO>A<CA> central_sep1 -0.135243
+R<ALA>A<CB> R<PRO>A<CA> central_sep2 -0.118925
+R<ALA>A<CB> R<PRO>A<CA> sep1 1.17211
+R<ALA>A<CB> R<PRO>A<CA> sep2 0.337491
+R<ALA>A<CB> R<PRO>A<CB> central_sep1 0.629739
+R<ALA>A<CB> R<PRO>A<CB> central_sep2 -0.754855
+R<ALA>A<CB> R<PRO>A<CB> sep1 1.98497
+R<ALA>A<CB> R<PRO>A<CB> sep2 0.00989769
+R<ALA>A<CB> R<PRO>A<CD> central_sep1 0.276218
+R<ALA>A<CB> R<PRO>A<CD> central_sep2 -0.105621
+R<ALA>A<CB> R<PRO>A<CD> sep1 -0.0543253
+R<ALA>A<CB> R<PRO>A<CD> sep2 0.296589
+R<ALA>A<CB> R<PRO>A<CG> central_sep1 1.00081
+R<ALA>A<CB> R<PRO>A<CG> central_sep2 -0.705119
+R<ALA>A<CB> R<PRO>A<CG> sep1 1.85001
+R<ALA>A<CB> R<PRO>A<CG> sep2 -0.183405
+R<ALA>A<CB> R<PRO>A<N> central_sep1 1.96425
+R<ALA>A<CB> R<PRO>A<N> central_sep2 0.577797
+R<ALA>A<CB> R<PRO>A<N> sep1 -0.764353
+R<ALA>A<CB> R<PRO>A<N> sep2 -0.599983
+R<ALA>A<CB> R<PRO>A<O> central_sep1 -0.934234
+R<ALA>A<CB> R<PRO>A<O> central_sep2 -0.260767
+R<ALA>A<CB> R<PRO>A<O> sep1 0.304532
+R<ALA>A<CB> R<PRO>A<O> sep2 0.52103
+R<ALA>A<CB> R<SER>A<C> central_sep1 1.70728
+R<ALA>A<CB> R<SER>A<C> central_sep2 0.31846
+R<ALA>A<CB> R<SER>A<C> sep1 0.31657
+R<ALA>A<CB> R<SER>A<C> sep2 -0.243728
+R<ALA>A<CB> R<SER>A<CA> central_sep1 -0.0698811
+R<ALA>A<CB> R<SER>A<CA> central_sep2 -0.0296051
+R<ALA>A<CB> R<SER>A<CA> sep1 2.07073
+R<ALA>A<CB> R<SER>A<CA> sep2 0.312525
+R<ALA>A<CB> R<SER>A<CB> central_sep1 0.680053
+R<ALA>A<CB> R<SER>A<CB> central_sep2 -0.546159
+R<ALA>A<CB> R<SER>A<CB> sep1 1.705
+R<ALA>A<CB> R<SER>A<CB> sep2 0.437026
+R<ALA>A<CB> R<SER>A<N> central_sep1 0.717986
+R<ALA>A<CB> R<SER>A<N> central_sep2 0.720335
+R<ALA>A<CB> R<SER>A<N> sep1 -0.653376
+R<ALA>A<CB> R<SER>A<N> sep2 0.65304
+R<ALA>A<CB> R<SER>A<O> central_sep1 -0.985333
+R<ALA>A<CB> R<SER>A<O> central_sep2 -0.0245957
+R<ALA>A<CB> R<SER>A<O> sep1 0.981831
+R<ALA>A<CB> R<SER>A<O> sep2 0.3743
+R<ALA>A<CB> R<SER>A<OG> central_sep1 -0.257423
+R<ALA>A<CB> R<SER>A<OG> central_sep2 -0.323848
+R<ALA>A<CB> R<SER>A<OG> sep1 1.4666
+R<ALA>A<CB> R<SER>A<OG> sep2 0.221261
+R<ALA>A<CB> R<THR>A<C> central_sep1 1.72566
+R<ALA>A<CB> R<THR>A<C> central_sep2 0.25293
+R<ALA>A<CB> R<THR>A<C> sep1 0.193818
+R<ALA>A<CB> R<THR>A<C> sep2 -0.315894
+R<ALA>A<CB> R<THR>A<CA> central_sep1 -0.219487
+R<ALA>A<CB> R<THR>A<CA> central_sep2 -0.0178035
+R<ALA>A<CB> R<THR>A<CA> sep1 1.96936
+R<ALA>A<CB> R<THR>A<CA> sep2 0.25019
+R<ALA>A<CB> R<THR>A<CB> central_sep1 0.776719
+R<ALA>A<CB> R<THR>A<CB> central_sep2 -0.593501
+R<ALA>A<CB> R<THR>A<CB> sep1 1.17621
+R<ALA>A<CB> R<THR>A<CB> sep2 -0.265421
+R<ALA>A<CB> R<THR>A<CG2> central_sep1 0.400325
+R<ALA>A<CB> R<THR>A<CG2> central_sep2 -0.923932
+R<ALA>A<CB> R<THR>A<CG2> sep1 1.28797
+R<ALA>A<CB> R<THR>A<CG2> sep2 0.476088
+R<ALA>A<CB> R<THR>A<N> central_sep1 1.05527
+R<ALA>A<CB> R<THR>A<N> central_sep2 0.943178
+R<ALA>A<CB> R<THR>A<N> sep1 -0.665571
+R<ALA>A<CB> R<THR>A<N> sep2 0.756944
+R<ALA>A<CB> R<THR>A<O> central_sep1 -0.93601
+R<ALA>A<CB> R<THR>A<O> central_sep2 -0.0401608
+R<ALA>A<CB> R<THR>A<O> sep1 0.842125
+R<ALA>A<CB> R<THR>A<O> sep2 0.158655
+R<ALA>A<CB> R<THR>A<OG1> central_sep1 -0.236111
+R<ALA>A<CB> R<THR>A<OG1> central_sep2 -0.478566
+R<ALA>A<CB> R<THR>A<OG1> sep1 1.34136
+R<ALA>A<CB> R<THR>A<OG1> sep2 0.1487
+R<ALA>A<CB> R<TRP>A<C> central_sep1 1.80877
+R<ALA>A<CB> R<TRP>A<C> central_sep2 0.277147
+R<ALA>A<CB> R<TRP>A<C> sep1 0.29246
+R<ALA>A<CB> R<TRP>A<C> sep2 -0.30767
+R<ALA>A<CB> R<TRP>A<CA> central_sep1 -0.448346
+R<ALA>A<CB> R<TRP>A<CA> central_sep2 -0.150697
+R<ALA>A<CB> R<TRP>A<CA> sep1 1.72461
+R<ALA>A<CB> R<TRP>A<CA> sep2 0.32367
+R<ALA>A<CB> R<TRP>A<CB> central_sep1 0.560022
+R<ALA>A<CB> R<TRP>A<CB> central_sep2 -1.10244
+R<ALA>A<CB> R<TRP>A<CB> sep1 2.43189
+R<ALA>A<CB> R<TRP>A<CB> sep2 -0.110954
+R<ALA>A<CB> R<TRP>A<CD1> central_sep1 0.0117523
+R<ALA>A<CB> R<TRP>A<CD1> central_sep2 -0.850236
+R<ALA>A<CB> R<TRP>A<CD1> sep1 1.27735
+R<ALA>A<CB> R<TRP>A<CD1> sep2 -0.267436
+R<ALA>A<CB> R<TRP>A<CD2> central_sep1 0.475859
+R<ALA>A<CB> R<TRP>A<CD2> central_sep2 -0.964362
+R<ALA>A<CB> R<TRP>A<CD2> sep1 0.67231
+R<ALA>A<CB> R<TRP>A<CD2> sep2 -1.54832
+R<ALA>A<CB> R<TRP>A<CE2> central_sep1 -0.215374
+R<ALA>A<CB> R<TRP>A<CE2> central_sep2 -0.944261
+R<ALA>A<CB> R<TRP>A<CE2> sep1 0.459413
+R<ALA>A<CB> R<TRP>A<CE2> sep2 -1.63711
+R<ALA>A<CB> R<TRP>A<CE3> central_sep1 -0.346295
+R<ALA>A<CB> R<TRP>A<CE3> central_sep2 -1.06169
+R<ALA>A<CB> R<TRP>A<CE3> sep1 1.10295
+R<ALA>A<CB> R<TRP>A<CE3> sep2 -0.823001
+R<ALA>A<CB> R<TRP>A<CG> central_sep1 1.7858
+R<ALA>A<CB> R<TRP>A<CG> central_sep2 -0.54853
+R<ALA>A<CB> R<TRP>A<CG> sep1 1.15242
+R<ALA>A<CB> R<TRP>A<CG> sep2 -2.07115
+R<ALA>A<CB> R<TRP>A<CH2> central_sep1 0.929872
+R<ALA>A<CB> R<TRP>A<CH2> central_sep2 -1.29958
+R<ALA>A<CB> R<TRP>A<CH2> sep1 1.81314
+R<ALA>A<CB> R<TRP>A<CH2> sep2 -0.986992
+R<ALA>A<CB> R<TRP>A<CZ2> central_sep1 0.448064
+R<ALA>A<CB> R<TRP>A<CZ2> central_sep2 -1.12935
+R<ALA>A<CB> R<TRP>A<CZ2> sep1 1.81585
+R<ALA>A<CB> R<TRP>A<CZ2> sep2 -0.741617
+R<ALA>A<CB> R<TRP>A<CZ3> central_sep1 0.212162
+R<ALA>A<CB> R<TRP>A<CZ3> central_sep2 -1.28645
+R<ALA>A<CB> R<TRP>A<CZ3> sep1 1.04958
+R<ALA>A<CB> R<TRP>A<CZ3> sep2 -0.785212
+R<ALA>A<CB> R<TRP>A<N> central_sep1 1.86094
+R<ALA>A<CB> R<TRP>A<N> central_sep2 0.672289
+R<ALA>A<CB> R<TRP>A<N> sep1 -0.685852
+R<ALA>A<CB> R<TRP>A<N> sep2 0.660424
+R<ALA>A<CB> R<TRP>A<NE1> central_sep1 0.179188
+R<ALA>A<CB> R<TRP>A<NE1> central_sep2 -0.688864
+R<ALA>A<CB> R<TRP>A<NE1> sep1 1.12269
+R<ALA>A<CB> R<TRP>A<NE1> sep2 -0.714115
+R<ALA>A<CB> R<TRP>A<O> central_sep1 -0.88523
+R<ALA>A<CB> R<TRP>A<O> central_sep2 -0.137068
+R<ALA>A<CB> R<TRP>A<O> sep1 0.951989
+R<ALA>A<CB> R<TRP>A<O> sep2 0.14769
+R<ALA>A<CB> R<TYR>A<C> central_sep1 1.888
+R<ALA>A<CB> R<TYR>A<C> central_sep2 0.265557
+R<ALA>A<CB> R<TYR>A<C> sep1 0.219044
+R<ALA>A<CB> R<TYR>A<C> sep2 -0.425214
+R<ALA>A<CB> R<TYR>A<CA> central_sep1 -0.253575
+R<ALA>A<CB> R<TYR>A<CA> central_sep2 -0.15971
+R<ALA>A<CB> R<TYR>A<CA> sep1 1.85361
+R<ALA>A<CB> R<TYR>A<CA> sep2 0.343624
+R<ALA>A<CB> R<TYR>A<CB> central_sep1 0.410264
+R<ALA>A<CB> R<TYR>A<CB> central_sep2 -1.13094
+R<ALA>A<CB> R<TYR>A<CB> sep1 2.54665
+R<ALA>A<CB> R<TYR>A<CB> sep2 -0.147544
+R<ALA>A<CB> R<TYR>A<CD1> central_sep1 0.165853
+R<ALA>A<CB> R<TYR>A<CD1> central_sep2 -0.95273
+R<ALA>A<CB> R<TYR>A<CD1> sep1 1.37993
+R<ALA>A<CB> R<TYR>A<CD1> sep2 -0.670011
+R<ALA>A<CB> R<TYR>A<CE1> central_sep1 -0.069083
+R<ALA>A<CB> R<TYR>A<CE1> central_sep2 -1.00267
+R<ALA>A<CB> R<TYR>A<CE1> sep1 1.35565
+R<ALA>A<CB> R<TYR>A<CE1> sep2 -0.525127
+R<ALA>A<CB> R<TYR>A<CG> central_sep1 1.37307
+R<ALA>A<CB> R<TYR>A<CG> central_sep2 -0.775259
+R<ALA>A<CB> R<TYR>A<CG> sep1 1.33416
+R<ALA>A<CB> R<TYR>A<CG> sep2 -1.92336
+R<ALA>A<CB> R<TYR>A<CZ> central_sep1 -0.169364
+R<ALA>A<CB> R<TYR>A<CZ> central_sep2 -0.914241
+R<ALA>A<CB> R<TYR>A<CZ> sep1 0.535659
+R<ALA>A<CB> R<TYR>A<CZ> sep2 -1.45217
+R<ALA>A<CB> R<TYR>A<N> central_sep1 1.67894
+R<ALA>A<CB> R<TYR>A<N> central_sep2 0.668854
+R<ALA>A<CB> R<TYR>A<N> sep1 -0.563726
+R<ALA>A<CB> R<TYR>A<N> sep2 0.567323
+R<ALA>A<CB> R<TYR>A<O> central_sep1 -0.828374
+R<ALA>A<CB> R<TYR>A<O> central_sep2 -0.114845
+R<ALA>A<CB> R<TYR>A<O> sep1 1.03032
+R<ALA>A<CB> R<TYR>A<O> sep2 0.0518182
+R<ALA>A<CB> R<TYR>A<OH> central_sep1 1.0218
+R<ALA>A<CB> R<TYR>A<OH> central_sep2 -0.794156
+R<ALA>A<CB> R<TYR>A<OH> sep1 1.66492
+R<ALA>A<CB> R<TYR>A<OH> sep2 -0.346195
+R<ALA>A<CB> R<VAL>A<C> central_sep1 2.30527
+R<ALA>A<CB> R<VAL>A<C> central_sep2 0.520888
+R<ALA>A<CB> R<VAL>A<C> sep1 0.0566596
+R<ALA>A<CB> R<VAL>A<C> sep2 -0.503579
+R<ALA>A<CB> R<VAL>A<CA> central_sep1 -0.476598
+R<ALA>A<CB> R<VAL>A<CA> central_sep2 -0.30723
+R<ALA>A<CB> R<VAL>A<CA> sep1 1.96311
+R<ALA>A<CB> R<VAL>A<CA> sep2 0.153487
+R<ALA>A<CB> R<VAL>A<CB> central_sep1 0.425509
+R<ALA>A<CB> R<VAL>A<CB> central_sep2 -1.1258
+R<ALA>A<CB> R<VAL>A<CB> sep1 1.81418
+R<ALA>A<CB> R<VAL>A<CB> sep2 -1.1033
+R<ALA>A<CB> R<VAL>A<CG1> central_sep1 0.153054
+R<ALA>A<CB> R<VAL>A<CG1> central_sep2 -1.51196
+R<ALA>A<CB> R<VAL>A<CG1> sep1 1.56062
+R<ALA>A<CB> R<VAL>A<CG1> sep2 -0.00312911
+R<ALA>A<CB> R<VAL>A<CG2> central_sep1 -0.0485873
+R<ALA>A<CB> R<VAL>A<CG2> central_sep2 -1.56682
+R<ALA>A<CB> R<VAL>A<CG2> sep1 1.49501
+R<ALA>A<CB> R<VAL>A<CG2> sep2 0.116488
+R<ALA>A<CB> R<VAL>A<N> central_sep1 2.04401
+R<ALA>A<CB> R<VAL>A<N> central_sep2 0.633542
+R<ALA>A<CB> R<VAL>A<N> sep1 -0.769561
+R<ALA>A<CB> R<VAL>A<N> sep2 0.421266
+R<ALA>A<CB> R<VAL>A<O> central_sep1 -0.976225
+R<ALA>A<CB> R<VAL>A<O> central_sep2 -0.232115
+R<ALA>A<CB> R<VAL>A<O> sep1 0.885905
+R<ALA>A<CB> R<VAL>A<O> sep2 -0.133017
+R<ALA>A<CB> c<solvent> . 0.0717036
+R<ALA>A<N> R<ALA>A<N> central_sep1 1.92493
+R<ALA>A<N> R<ALA>A<N> central_sep2 1.81038
+R<ALA>A<N> R<ALA>A<N> sep1 -2.43373
+R<ALA>A<N> R<ALA>A<N> sep2 1.27952
+R<ALA>A<N> R<ALA>A<O> central_sep1 -2.35685
+R<ALA>A<N> R<ALA>A<O> central_sep2 -0.619229
+R<ALA>A<N> R<ALA>A<O> sep1 0.270252
+R<ALA>A<N> R<ALA>A<O> sep2 0.690902
+R<ALA>A<N> R<ARG>A<C> central_sep1 -0.689438
+R<ALA>A<N> R<ARG>A<C> central_sep2 2.58129
+R<ALA>A<N> R<ARG>A<C> sep1 -1.81013
+R<ALA>A<N> R<ARG>A<C> sep2 1.75794
+R<ALA>A<N> R<ARG>A<CA> central_sep1 2.50667
+R<ALA>A<N> R<ARG>A<CA> central_sep2 1.83189
+R<ALA>A<N> R<ARG>A<CA> sep1 -1.87879
+R<ALA>A<N> R<ARG>A<CA> sep2 1.40264
+R<ALA>A<N> R<ARG>A<CB> central_sep1 1.58702
+R<ALA>A<N> R<ARG>A<CB> central_sep2 1.40547
+R<ALA>A<N> R<ARG>A<CB> sep1 -1.46225
+R<ALA>A<N> R<ARG>A<CB> sep2 1.17902
+R<ALA>A<N> R<ARG>A<CD> central_sep1 2.4075
+R<ALA>A<N> R<ARG>A<CD> central_sep2 1.28917
+R<ALA>A<N> R<ARG>A<CD> sep1 2.22933
+R<ALA>A<N> R<ARG>A<CD> sep2 0.800186
+R<ALA>A<N> R<ARG>A<CG> central_sep1 0.784093
+R<ALA>A<N> R<ARG>A<CG> central_sep2 1.32178
+R<ALA>A<N> R<ARG>A<CG> sep1 0.0792576
+R<ALA>A<N> R<ARG>A<CG> sep2 0.923188
+R<ALA>A<N> R<ARG>A<CZ> central_sep1 1.80898
+R<ALA>A<N> R<ARG>A<CZ> central_sep2 1.10711
+R<ALA>A<N> R<ARG>A<CZ> sep1 1.89598
+R<ALA>A<N> R<ARG>A<CZ> sep2 0.470067
+R<ALA>A<N> R<ARG>A<N> central_sep1 1.83538
+R<ALA>A<N> R<ARG>A<N> central_sep2 2.29111
+R<ALA>A<N> R<ARG>A<N> sep1 -2.27502
+R<ALA>A<N> R<ARG>A<N> sep2 1.73914
+R<ALA>A<N> R<ARG>A<NE> central_sep1 2.43226
+R<ALA>A<N> R<ARG>A<NE> central_sep2 1.7138
+R<ALA>A<N> R<ARG>A<NE> sep1 2.20654
+R<ALA>A<N> R<ARG>A<NE> sep2 0.774693
+R<ALA>A<N> R<ARG>A<NH1> central_sep1 1.75559
+R<ALA>A<N> R<ARG>A<NH1> central_sep2 1.08318
+R<ALA>A<N> R<ARG>A<NH1> sep1 1.94605
+R<ALA>A<N> R<ARG>A<NH1> sep2 0.700471
+R<ALA>A<N> R<ARG>A<O> central_sep1 -1.93101
+R<ALA>A<N> R<ARG>A<O> central_sep2 -0.544957
+R<ALA>A<N> R<ARG>A<O> sep1 0.21548
+R<ALA>A<N> R<ARG>A<O> sep2 0.955598
+R<ALA>A<N> R<ASN>A<C> central_sep1 -0.590033
+R<ALA>A<N> R<ASN>A<C> central_sep2 2.53282
+R<ALA>A<N> R<ASN>A<C> sep1 -1.54536
+R<ALA>A<N> R<ASN>A<C> sep2 1.44889
+R<ALA>A<N> R<ASN>A<CA> central_sep1 2.88313
+R<ALA>A<N> R<ASN>A<CA> central_sep2 1.41821
+R<ALA>A<N> R<ASN>A<CA> sep1 -1.95587
+R<ALA>A<N> R<ASN>A<CA> sep2 1.23096
+R<ALA>A<N> R<ASN>A<CB> central_sep1 1.42117
+R<ALA>A<N> R<ASN>A<CB> central_sep2 1.26595
+R<ALA>A<N> R<ASN>A<CB> sep1 -0.958219
+R<ALA>A<N> R<ASN>A<CB> sep2 0.993084
+R<ALA>A<N> R<ASN>A<CG> central_sep1 0.190037
+R<ALA>A<N> R<ASN>A<CG> central_sep2 1.46896
+R<ALA>A<N> R<ASN>A<CG> sep1 -0.0301108
+R<ALA>A<N> R<ASN>A<CG> sep2 0.102378
+R<ALA>A<N> R<ASN>A<N> central_sep1 1.73054
+R<ALA>A<N> R<ASN>A<N> central_sep2 2.35798
+R<ALA>A<N> R<ASN>A<N> sep1 -2.16759
+R<ALA>A<N> R<ASN>A<N> sep2 1.7568
+R<ALA>A<N> R<ASN>A<ND2> central_sep1 1.33943
+R<ALA>A<N> R<ASN>A<ND2> central_sep2 0.918462
+R<ALA>A<N> R<ASN>A<ND2> sep1 1.67114
+R<ALA>A<N> R<ASN>A<ND2> sep2 0.599228
+R<ALA>A<N> R<ASN>A<O> central_sep1 -1.66769
+R<ALA>A<N> R<ASN>A<O> central_sep2 -0.254251
+R<ALA>A<N> R<ASN>A<O> sep1 0.249067
+R<ALA>A<N> R<ASN>A<O> sep2 0.924582
+R<ALA>A<N> R<ASN>A<OD1> central_sep1 -0.677719
+R<ALA>A<N> R<ASN>A<OD1> central_sep2 0.0416007
+R<ALA>A<N> R<ASN>A<OD1> sep1 0.787302
+R<ALA>A<N> R<ASN>A<OD1> sep2 0.505323
+R<ALA>A<N> R<ASP>A<C> central_sep1 -0.872936
+R<ALA>A<N> R<ASP>A<C> central_sep2 2.231
+R<ALA>A<N> R<ASP>A<C> sep1 -1.73705
+R<ALA>A<N> R<ASP>A<C> sep2 1.66526
+R<ALA>A<N> R<ASP>A<CA> central_sep1 3.39459
+R<ALA>A<N> R<ASP>A<CA> central_sep2 1.36038
+R<ALA>A<N> R<ASP>A<CA> sep1 -1.98252
+R<ALA>A<N> R<ASP>A<CA> sep2 1.11391
+R<ALA>A<N> R<ASP>A<CB> central_sep1 1.12571
+R<ALA>A<N> R<ASP>A<CB> central_sep2 1.02297
+R<ALA>A<N> R<ASP>A<CB> sep1 -1.18585
+R<ALA>A<N> R<ASP>A<CB> sep2 0.911721
+R<ALA>A<N> R<ASP>A<CG> central_sep1 -0.363558
+R<ALA>A<N> R<ASP>A<CG> central_sep2 1.65982
+R<ALA>A<N> R<ASP>A<CG> sep1 -0.294213
+R<ALA>A<N> R<ASP>A<CG> sep2 0.129509
+R<ALA>A<N> R<ASP>A<N> central_sep1 1.67388
+R<ALA>A<N> R<ASP>A<N> central_sep2 2.46989
+R<ALA>A<N> R<ASP>A<N> sep1 -2.26177
+R<ALA>A<N> R<ASP>A<N> sep2 1.72171
+R<ALA>A<N> R<ASP>A<O> central_sep1 -1.98706
+R<ALA>A<N> R<ASP>A<O> central_sep2 -0.151471
+R<ALA>A<N> R<ASP>A<O> sep1 0.179587
+R<ALA>A<N> R<ASP>A<O> sep2 0.920419
+R<ALA>A<N> R<ASP>A<OD1> central_sep1 -0.411697
+R<ALA>A<N> R<ASP>A<OD1> central_sep2 0.36488
+R<ALA>A<N> R<ASP>A<OD1> sep1 0.810314
+R<ALA>A<N> R<ASP>A<OD1> sep2 0.59964
+R<ALA>A<N> R<CYS>A<C> central_sep1 -0.45068
+R<ALA>A<N> R<CYS>A<C> central_sep2 2.59652
+R<ALA>A<N> R<CYS>A<C> sep1 -1.59949
+R<ALA>A<N> R<CYS>A<C> sep2 1.49003
+R<ALA>A<N> R<CYS>A<CA> central_sep1 2.90423
+R<ALA>A<N> R<CYS>A<CA> central_sep2 1.17662
+R<ALA>A<N> R<CYS>A<CA> sep1 -1.89738
+R<ALA>A<N> R<CYS>A<CA> sep2 0.754163
+R<ALA>A<N> R<CYS>A<CB> central_sep1 1.04843
+R<ALA>A<N> R<CYS>A<CB> central_sep2 0.383068
+R<ALA>A<N> R<CYS>A<CB> sep1 -0.922663
+R<ALA>A<N> R<CYS>A<CB> sep2 0.324206
+R<ALA>A<N> R<CYS>A<N> central_sep1 1.79838
+R<ALA>A<N> R<CYS>A<N> central_sep2 1.94623
+R<ALA>A<N> R<CYS>A<N> sep1 -2.0285
+R<ALA>A<N> R<CYS>A<N> sep2 1.4225
+R<ALA>A<N> R<CYS>A<O> central_sep1 -1.7232
+R<ALA>A<N> R<CYS>A<O> central_sep2 -0.935916
+R<ALA>A<N> R<CYS>A<O> sep1 0.145468
+R<ALA>A<N> R<CYS>A<O> sep2 0.735641
+R<ALA>A<N> R<CYS>A<SG> central_sep1 -0.0976767
+R<ALA>A<N> R<CYS>A<SG> central_sep2 0.0450066
+R<ALA>A<N> R<CYS>A<SG> sep1 0.747172
+R<ALA>A<N> R<CYS>A<SG> sep2 0.0505112
+R<ALA>A<N> R<GLN>A<C> central_sep1 -0.694071
+R<ALA>A<N> R<GLN>A<C> central_sep2 3.45954
+R<ALA>A<N> R<GLN>A<C> sep1 -1.80416
+R<ALA>A<N> R<GLN>A<C> sep2 1.84126
+R<ALA>A<N> R<GLN>A<CA> central_sep1 2.88559
+R<ALA>A<N> R<GLN>A<CA> central_sep2 2.01628
+R<ALA>A<N> R<GLN>A<CA> sep1 -1.95718
+R<ALA>A<N> R<GLN>A<CA> sep2 1.37338
+R<ALA>A<N> R<GLN>A<CB> central_sep1 1.43902
+R<ALA>A<N> R<GLN>A<CB> central_sep2 1.3288
+R<ALA>A<N> R<GLN>A<CB> sep1 -1.46584
+R<ALA>A<N> R<GLN>A<CB> sep2 1.06099
+R<ALA>A<N> R<GLN>A<CD> central_sep1 1.35461
+R<ALA>A<N> R<GLN>A<CD> central_sep2 1.31842
+R<ALA>A<N> R<GLN>A<CD> sep1 1.60658
+R<ALA>A<N> R<GLN>A<CD> sep2 0.188739
+R<ALA>A<N> R<GLN>A<CG> central_sep1 1.04061
+R<ALA>A<N> R<GLN>A<CG> central_sep2 1.36596
+R<ALA>A<N> R<GLN>A<CG> sep1 0.244915
+R<ALA>A<N> R<GLN>A<CG> sep2 0.949001
+R<ALA>A<N> R<GLN>A<N> central_sep1 1.90023
+R<ALA>A<N> R<GLN>A<N> central_sep2 2.47327
+R<ALA>A<N> R<GLN>A<N> sep1 -2.34715
+R<ALA>A<N> R<GLN>A<N> sep2 1.77922
+R<ALA>A<N> R<GLN>A<NE2> central_sep1 1.73373
+R<ALA>A<N> R<GLN>A<NE2> central_sep2 0.904599
+R<ALA>A<N> R<GLN>A<NE2> sep1 2.16813
+R<ALA>A<N> R<GLN>A<NE2> sep2 0.617494
+R<ALA>A<N> R<GLN>A<O> central_sep1 -1.93627
+R<ALA>A<N> R<GLN>A<O> central_sep2 -0.325636
+R<ALA>A<N> R<GLN>A<O> sep1 0.305766
+R<ALA>A<N> R<GLN>A<O> sep2 0.904958
+R<ALA>A<N> R<GLN>A<OE1> central_sep1 0.997158
+R<ALA>A<N> R<GLN>A<OE1> central_sep2 0.279337
+R<ALA>A<N> R<GLN>A<OE1> sep1 1.77276
+R<ALA>A<N> R<GLN>A<OE1> sep2 0.36732
+R<ALA>A<N> R<GLU>A<C> central_sep1 -0.809381
+R<ALA>A<N> R<GLU>A<C> central_sep2 2.76751
+R<ALA>A<N> R<GLU>A<C> sep1 -1.87104
+R<ALA>A<N> R<GLU>A<C> sep2 2.00735
+R<ALA>A<N> R<GLU>A<CA> central_sep1 2.65464
+R<ALA>A<N> R<GLU>A<CA> central_sep2 2.1175
+R<ALA>A<N> R<GLU>A<CA> sep1 -1.84108
+R<ALA>A<N> R<GLU>A<CA> sep2 1.71975
+R<ALA>A<N> R<GLU>A<CB> central_sep1 1.45156
+R<ALA>A<N> R<GLU>A<CB> central_sep2 1.346
+R<ALA>A<N> R<GLU>A<CB> sep1 -1.4786
+R<ALA>A<N> R<GLU>A<CB> sep2 1.31316
+R<ALA>A<N> R<GLU>A<CD> central_sep1 1.82379
+R<ALA>A<N> R<GLU>A<CD> central_sep2 1.73958
+R<ALA>A<N> R<GLU>A<CD> sep1 1.60252
+R<ALA>A<N> R<GLU>A<CD> sep2 0.237867
+R<ALA>A<N> R<GLU>A<CG> central_sep1 0.914854
+R<ALA>A<N> R<GLU>A<CG> central_sep2 1.24029
+R<ALA>A<N> R<GLU>A<CG> sep1 0.194358
+R<ALA>A<N> R<GLU>A<CG> sep2 0.94506
+R<ALA>A<N> R<GLU>A<N> central_sep1 1.76543
+R<ALA>A<N> R<GLU>A<N> central_sep2 2.77638
+R<ALA>A<N> R<GLU>A<N> sep1 -2.33568
+R<ALA>A<N> R<GLU>A<N> sep2 1.80457
+R<ALA>A<N> R<GLU>A<O> central_sep1 -1.9964
+R<ALA>A<N> R<GLU>A<O> central_sep2 -0.0730025
+R<ALA>A<N> R<GLU>A<O> sep1 0.345767
+R<ALA>A<N> R<GLU>A<O> sep2 1.06412
+R<ALA>A<N> R<GLU>A<OE1> central_sep1 1.05391
+R<ALA>A<N> R<GLU>A<OE1> central_sep2 0.658853
+R<ALA>A<N> R<GLU>A<OE1> sep1 2.06155
+R<ALA>A<N> R<GLU>A<OE1> sep2 0.693299
+R<ALA>A<N> R<GLY>A<C> central_sep1 -0.181959
+R<ALA>A<N> R<GLY>A<C> central_sep2 1.23427
+R<ALA>A<N> R<GLY>A<C> sep1 -1.36558
+R<ALA>A<N> R<GLY>A<C> sep2 0.50847
+R<ALA>A<N> R<GLY>A<CA> central_sep1 2.72588
+R<ALA>A<N> R<GLY>A<CA> central_sep2 0.583457
+R<ALA>A<N> R<GLY>A<CA> sep1 -1.36448
+R<ALA>A<N> R<GLY>A<CA> sep2 0.572006
+R<ALA>A<N> R<GLY>A<N> central_sep1 1.47555
+R<ALA>A<N> R<GLY>A<N> central_sep2 1.8263
+R<ALA>A<N> R<GLY>A<N> sep1 -2.05647
+R<ALA>A<N> R<GLY>A<N> sep2 1.04479
+R<ALA>A<N> R<GLY>A<O> central_sep1 -1.50458
+R<ALA>A<N> R<GLY>A<O> central_sep2 -0.532301
+R<ALA>A<N> R<GLY>A<O> sep1 0.0859768
+R<ALA>A<N> R<GLY>A<O> sep2 0.478222
+R<ALA>A<N> R<HIS>A<C> central_sep1 -0.637997
+R<ALA>A<N> R<HIS>A<C> central_sep2 2.68058
+R<ALA>A<N> R<HIS>A<C> sep1 -1.69354
+R<ALA>A<N> R<HIS>A<C> sep2 1.41356
+R<ALA>A<N> R<HIS>A<CA> central_sep1 2.77444
+R<ALA>A<N> R<HIS>A<CA> central_sep2 1.42401
+R<ALA>A<N> R<HIS>A<CA> sep1 -1.87871
+R<ALA>A<N> R<HIS>A<CA> sep2 1.08716
+R<ALA>A<N> R<HIS>A<CB> central_sep1 1.07532
+R<ALA>A<N> R<HIS>A<CB> central_sep2 0.901091
+R<ALA>A<N> R<HIS>A<CB> sep1 -0.961423
+R<ALA>A<N> R<HIS>A<CB> sep2 0.654454
+R<ALA>A<N> R<HIS>A<CD2> central_sep1 0.576812
+R<ALA>A<N> R<HIS>A<CD2> central_sep2 0.801277
+R<ALA>A<N> R<HIS>A<CD2> sep1 0.591607
+R<ALA>A<N> R<HIS>A<CD2> sep2 0.383926
+R<ALA>A<N> R<HIS>A<CE1> central_sep1 2.276
+R<ALA>A<N> R<HIS>A<CE1> central_sep2 0.802943
+R<ALA>A<N> R<HIS>A<CE1> sep1 1.73073
+R<ALA>A<N> R<HIS>A<CE1> sep2 0.315506
+R<ALA>A<N> R<HIS>A<CG> central_sep1 0.0130278
+R<ALA>A<N> R<HIS>A<CG> central_sep2 1.27422
+R<ALA>A<N> R<HIS>A<CG> sep1 -0.103756
+R<ALA>A<N> R<HIS>A<CG> sep2 0.14519
+R<ALA>A<N> R<HIS>A<N> central_sep1 1.55047
+R<ALA>A<N> R<HIS>A<N> central_sep2 2.3146
+R<ALA>A<N> R<HIS>A<N> sep1 -2.16908
+R<ALA>A<N> R<HIS>A<N> sep2 1.49542
+R<ALA>A<N> R<HIS>A<ND1> central_sep1 -0.241421
+R<ALA>A<N> R<HIS>A<ND1> central_sep2 0.624509
+R<ALA>A<N> R<HIS>A<ND1> sep1 0.378115
+R<ALA>A<N> R<HIS>A<ND1> sep2 0.187902
+R<ALA>A<N> R<HIS>A<NE2> central_sep1 2.65567
+R<ALA>A<N> R<HIS>A<NE2> central_sep2 0.904055
+R<ALA>A<N> R<HIS>A<NE2> sep1 2.7277
+R<ALA>A<N> R<HIS>A<NE2> sep2 0.231078
+R<ALA>A<N> R<HIS>A<O> central_sep1 -1.69734
+R<ALA>A<N> R<HIS>A<O> central_sep2 -0.65159
+R<ALA>A<N> R<HIS>A<O> sep1 0.222143
+R<ALA>A<N> R<HIS>A<O> sep2 0.544729
+R<ALA>A<N> R<ILE>A<C> central_sep1 -0.353034
+R<ALA>A<N> R<ILE>A<C> central_sep2 2.86979
+R<ALA>A<N> R<ILE>A<C> sep1 -1.82397
+R<ALA>A<N> R<ILE>A<C> sep2 1.96419
+R<ALA>A<N> R<ILE>A<CA> central_sep1 2.46004
+R<ALA>A<N> R<ILE>A<CA> central_sep2 1.48214
+R<ALA>A<N> R<ILE>A<CA> sep1 -2.03498
+R<ALA>A<N> R<ILE>A<CA> sep2 1.17341
+R<ALA>A<N> R<ILE>A<CB> central_sep1 2.04721
+R<ALA>A<N> R<ILE>A<CB> central_sep2 0.795771
+R<ALA>A<N> R<ILE>A<CB> sep1 -1.78083
+R<ALA>A<N> R<ILE>A<CB> sep2 0.684218
+R<ALA>A<N> R<ILE>A<CD1> central_sep1 1.91189
+R<ALA>A<N> R<ILE>A<CD1> central_sep2 0.0944814
+R<ALA>A<N> R<ILE>A<CD1> sep1 2.29814
+R<ALA>A<N> R<ILE>A<CD1> sep2 -0.051728
+R<ALA>A<N> R<ILE>A<CG1> central_sep1 0.65565
+R<ALA>A<N> R<ILE>A<CG1> central_sep2 0.568447
+R<ALA>A<N> R<ILE>A<CG1> sep1 0.82392
+R<ALA>A<N> R<ILE>A<CG1> sep2 0.185972
+R<ALA>A<N> R<ILE>A<CG2> central_sep1 0.261432
+R<ALA>A<N> R<ILE>A<CG2> central_sep2 0.352095
+R<ALA>A<N> R<ILE>A<CG2> sep1 -0.469606
+R<ALA>A<N> R<ILE>A<CG2> sep2 0.204894
+R<ALA>A<N> R<ILE>A<N> central_sep1 2.27227
+R<ALA>A<N> R<ILE>A<N> central_sep2 2.00164
+R<ALA>A<N> R<ILE>A<N> sep1 -2.1713
+R<ALA>A<N> R<ILE>A<N> sep2 1.34973
+R<ALA>A<N> R<ILE>A<O> central_sep1 -1.85207
+R<ALA>A<N> R<ILE>A<O> central_sep2 -1.17911
+R<ALA>A<N> R<ILE>A<O> sep1 0.198566
+R<ALA>A<N> R<ILE>A<O> sep2 0.78326
+R<ALA>A<N> R<LEU>A<C> central_sep1 -0.710542
+R<ALA>A<N> R<LEU>A<C> central_sep2 3.15171
+R<ALA>A<N> R<LEU>A<C> sep1 -1.85985
+R<ALA>A<N> R<LEU>A<C> sep2 1.57636
+R<ALA>A<N> R<LEU>A<CA> central_sep1 2.33733
+R<ALA>A<N> R<LEU>A<CA> central_sep2 1.81457
+R<ALA>A<N> R<LEU>A<CA> sep1 -2.04368
+R<ALA>A<N> R<LEU>A<CA> sep2 1.34528
+R<ALA>A<N> R<LEU>A<CB> central_sep1 1.17975
+R<ALA>A<N> R<LEU>A<CB> central_sep2 0.920955
+R<ALA>A<N> R<LEU>A<CB> sep1 -1.47264
+R<ALA>A<N> R<LEU>A<CB> sep2 0.673451
+R<ALA>A<N> R<LEU>A<CD1> central_sep1 1.61135
+R<ALA>A<N> R<LEU>A<CD1> central_sep2 0.00275252
+R<ALA>A<N> R<LEU>A<CD1> sep1 1.62857
+R<ALA>A<N> R<LEU>A<CD1> sep2 -0.032016
+R<ALA>A<N> R<LEU>A<CD2> central_sep1 2.10973
+R<ALA>A<N> R<LEU>A<CD2> central_sep2 0.222694
+R<ALA>A<N> R<LEU>A<CD2> sep1 2.23426
+R<ALA>A<N> R<LEU>A<CD2> sep2 0.0529785
+R<ALA>A<N> R<LEU>A<CG> central_sep1 0.857936
+R<ALA>A<N> R<LEU>A<CG> central_sep2 0.905758
+R<ALA>A<N> R<LEU>A<CG> sep1 -0.364955
+R<ALA>A<N> R<LEU>A<CG> sep2 0.471036
+R<ALA>A<N> R<LEU>A<N> central_sep1 2.00342
+R<ALA>A<N> R<LEU>A<N> central_sep2 2.40576
+R<ALA>A<N> R<LEU>A<N> sep1 -2.35498
+R<ALA>A<N> R<LEU>A<N> sep2 1.62822
+R<ALA>A<N> R<LEU>A<O> central_sep1 -2.00648
+R<ALA>A<N> R<LEU>A<O> central_sep2 -0.816952
+R<ALA>A<N> R<LEU>A<O> sep1 0.345912
+R<ALA>A<N> R<LEU>A<O> sep2 0.825505
+R<ALA>A<N> R<LYS>A<C> central_sep1 -0.436981
+R<ALA>A<N> R<LYS>A<C> central_sep2 3.40534
+R<ALA>A<N> R<LYS>A<C> sep1 -1.60804
+R<ALA>A<N> R<LYS>A<C> sep2 1.95018
+R<ALA>A<N> R<LYS>A<CA> central_sep1 2.52571
+R<ALA>A<N> R<LYS>A<CA> central_sep2 2.02162
+R<ALA>A<N> R<LYS>A<CA> sep1 -1.85513
+R<ALA>A<N> R<LYS>A<CA> sep2 1.47945
+R<ALA>A<N> R<LYS>A<CB> central_sep1 1.61488
+R<ALA>A<N> R<LYS>A<CB> central_sep2 1.6003
+R<ALA>A<N> R<LYS>A<CB> sep1 -1.41286
+R<ALA>A<N> R<LYS>A<CB> sep2 1.24795
+R<ALA>A<N> R<LYS>A<CD> central_sep1 2.51369
+R<ALA>A<N> R<LYS>A<CD> central_sep2 1.77053
+R<ALA>A<N> R<LYS>A<CD> sep1 2.19209
+R<ALA>A<N> R<LYS>A<CD> sep2 1.2496
+R<ALA>A<N> R<LYS>A<CE> central_sep1 2.81565
+R<ALA>A<N> R<LYS>A<CE> central_sep2 1.86569
+R<ALA>A<N> R<LYS>A<CE> sep1 2.64429
+R<ALA>A<N> R<LYS>A<CE> sep2 1.34654
+R<ALA>A<N> R<LYS>A<CG> central_sep1 1.07794
+R<ALA>A<N> R<LYS>A<CG> central_sep2 1.69329
+R<ALA>A<N> R<LYS>A<CG> sep1 -0.00678234
+R<ALA>A<N> R<LYS>A<CG> sep2 1.27031
+R<ALA>A<N> R<LYS>A<N> central_sep1 1.842
+R<ALA>A<N> R<LYS>A<N> central_sep2 2.36405
+R<ALA>A<N> R<LYS>A<N> sep1 -2.21736
+R<ALA>A<N> R<LYS>A<N> sep2 1.7295
+R<ALA>A<N> R<LYS>A<NZ> central_sep1 3.00427
+R<ALA>A<N> R<LYS>A<NZ> central_sep2 2.269
+R<ALA>A<N> R<LYS>A<NZ> sep1 3.20039
+R<ALA>A<N> R<LYS>A<NZ> sep2 1.59265
+R<ALA>A<N> R<LYS>A<O> central_sep1 -1.65937
+R<ALA>A<N> R<LYS>A<O> central_sep2 -0.167802
+R<ALA>A<N> R<LYS>A<O> sep1 0.396943
+R<ALA>A<N> R<LYS>A<O> sep2 1.19286
+R<ALA>A<N> R<MET>A<C> central_sep1 -0.711655
+R<ALA>A<N> R<MET>A<C> central_sep2 2.34845
+R<ALA>A<N> R<MET>A<C> sep1 -1.81609
+R<ALA>A<N> R<MET>A<C> sep2 1.50302
+R<ALA>A<N> R<MET>A<CA> central_sep1 2.27889
+R<ALA>A<N> R<MET>A<CA> central_sep2 1.55281
+R<ALA>A<N> R<MET>A<CA> sep1 -1.9902
+R<ALA>A<N> R<MET>A<CA> sep2 0.918238
+R<ALA>A<N> R<MET>A<CB> central_sep1 1.21466
+R<ALA>A<N> R<MET>A<CB> central_sep2 0.908743
+R<ALA>A<N> R<MET>A<CB> sep1 -1.37366
+R<ALA>A<N> R<MET>A<CB> sep2 0.720743
+R<ALA>A<N> R<MET>A<CE> central_sep1 1.76378
+R<ALA>A<N> R<MET>A<CE> central_sep2 0.0207839
+R<ALA>A<N> R<MET>A<CE> sep1 2.00942
+R<ALA>A<N> R<MET>A<CE> sep2 0.0219521
+R<ALA>A<N> R<MET>A<CG> central_sep1 0.828559
+R<ALA>A<N> R<MET>A<CG> central_sep2 0.589229
+R<ALA>A<N> R<MET>A<CG> sep1 0.435269
+R<ALA>A<N> R<MET>A<CG> sep2 0.307049
+R<ALA>A<N> R<MET>A<N> central_sep1 1.89667
+R<ALA>A<N> R<MET>A<N> central_sep2 2.24488
+R<ALA>A<N> R<MET>A<N> sep1 -2.27057
+R<ALA>A<N> R<MET>A<N> sep2 1.4205
+R<ALA>A<N> R<MET>A<O> central_sep1 -1.98798
+R<ALA>A<N> R<MET>A<O> central_sep2 -0.773471
+R<ALA>A<N> R<MET>A<O> sep1 0.368144
+R<ALA>A<N> R<MET>A<O> sep2 0.787747
+R<ALA>A<N> R<MET>A<SD> central_sep1 1.25645
+R<ALA>A<N> R<MET>A<SD> central_sep2 0.0991241
+R<ALA>A<N> R<MET>A<SD> sep1 1.98984
+R<ALA>A<N> R<MET>A<SD> sep2 -0.140774
+R<ALA>A<N> R<PHE>A<C> central_sep1 -0.439734
+R<ALA>A<N> R<PHE>A<C> central_sep2 3.17087
+R<ALA>A<N> R<PHE>A<C> sep1 -1.66125
+R<ALA>A<N> R<PHE>A<C> sep2 1.55695
+R<ALA>A<N> R<PHE>A<CA> central_sep1 2.76463
+R<ALA>A<N> R<PHE>A<CA> central_sep2 1.36045
+R<ALA>A<N> R<PHE>A<CA> sep1 -1.93092
+R<ALA>A<N> R<PHE>A<CA> sep2 1.15165
+R<ALA>A<N> R<PHE>A<CB> central_sep1 1.30646
+R<ALA>A<N> R<PHE>A<CB> central_sep2 0.621653
+R<ALA>A<N> R<PHE>A<CB> sep1 -1.04228
+R<ALA>A<N> R<PHE>A<CB> sep2 0.502758
+R<ALA>A<N> R<PHE>A<CD1> central_sep1 0.549191
+R<ALA>A<N> R<PHE>A<CD1> central_sep2 0.517187
+R<ALA>A<N> R<PHE>A<CD1> sep1 0.26046
+R<ALA>A<N> R<PHE>A<CD1> sep2 0.0427819
+R<ALA>A<N> R<PHE>A<CE1> central_sep1 1.63791
+R<ALA>A<N> R<PHE>A<CE1> central_sep2 0.0144686
+R<ALA>A<N> R<PHE>A<CE1> sep1 2.24241
+R<ALA>A<N> R<PHE>A<CE1> sep2 -0.164432
+R<ALA>A<N> R<PHE>A<CG> central_sep1 0.828008
+R<ALA>A<N> R<PHE>A<CG> central_sep2 1.12123
+R<ALA>A<N> R<PHE>A<CG> sep1 -0.188665
+R<ALA>A<N> R<PHE>A<CG> sep2 -0.0526373
+R<ALA>A<N> R<PHE>A<CZ> central_sep1 2.46716
+R<ALA>A<N> R<PHE>A<CZ> central_sep2 0.0289534
+R<ALA>A<N> R<PHE>A<CZ> sep1 2.69585
+R<ALA>A<N> R<PHE>A<CZ> sep2 -0.220101
+R<ALA>A<N> R<PHE>A<N> central_sep1 2.08647
+R<ALA>A<N> R<PHE>A<N> central_sep2 2.29022
+R<ALA>A<N> R<PHE>A<N> sep1 -2.16347
+R<ALA>A<N> R<PHE>A<N> sep2 1.5139
+R<ALA>A<N> R<PHE>A<O> central_sep1 -1.76442
+R<ALA>A<N> R<PHE>A<O> central_sep2 -0.941734
+R<ALA>A<N> R<PHE>A<O> sep1 0.306743
+R<ALA>A<N> R<PHE>A<O> sep2 0.8286
+R<ALA>A<N> R<PRO>A<C> central_sep1 -0.729373
+R<ALA>A<N> R<PRO>A<C> central_sep2 2.75409
+R<ALA>A<N> R<PRO>A<C> sep1 -1.55625
+R<ALA>A<N> R<PRO>A<C> sep2 1.60437
+R<ALA>A<N> R<PRO>A<CA> central_sep1 2.68494
+R<ALA>A<N> R<PRO>A<CA> central_sep2 1.43293
+R<ALA>A<N> R<PRO>A<CA> sep1 -2.14934
+R<ALA>A<N> R<PRO>A<CA> sep2 1.11597
+R<ALA>A<N> R<PRO>A<CB> central_sep1 1.09827
+R<ALA>A<N> R<PRO>A<CB> central_sep2 0.713457
+R<ALA>A<N> R<PRO>A<CB> sep1 -1.32438
+R<ALA>A<N> R<PRO>A<CB> sep2 0.618228
+R<ALA>A<N> R<PRO>A<CD> central_sep1 0.146807
+R<ALA>A<N> R<PRO>A<CD> central_sep2 1.23079
+R<ALA>A<N> R<PRO>A<CD> sep1 0.0547854
+R<ALA>A<N> R<PRO>A<CD> sep2 0.920455
+R<ALA>A<N> R<PRO>A<CG> central_sep1 1.7865
+R<ALA>A<N> R<PRO>A<CG> central_sep2 0.722082
+R<ALA>A<N> R<PRO>A<CG> sep1 0.426845
+R<ALA>A<N> R<PRO>A<CG> sep2 0.399625
+R<ALA>A<N> R<PRO>A<N> central_sep1 2.45318
+R<ALA>A<N> R<PRO>A<N> central_sep2 2.34891
+R<ALA>A<N> R<PRO>A<N> sep1 -2.6557
+R<ALA>A<N> R<PRO>A<N> sep2 1.51966
+R<ALA>A<N> R<PRO>A<O> central_sep1 -1.68205
+R<ALA>A<N> R<PRO>A<O> central_sep2 0.00222937
+R<ALA>A<N> R<PRO>A<O> sep1 -0.12633
+R<ALA>A<N> R<PRO>A<O> sep2 0.565111
+R<ALA>A<N> R<SER>A<C> central_sep1 -0.727401
+R<ALA>A<N> R<SER>A<C> central_sep2 2.4809
+R<ALA>A<N> R<SER>A<C> sep1 -1.66054
+R<ALA>A<N> R<SER>A<C> sep2 1.31122
+R<ALA>A<N> R<SER>A<CA> central_sep1 2.84352
+R<ALA>A<N> R<SER>A<CA> central_sep2 1.32885
+R<ALA>A<N> R<SER>A<CA> sep1 -1.88027
+R<ALA>A<N> R<SER>A<CA> sep2 0.894774
+R<ALA>A<N> R<SER>A<CB> central_sep1 0.851686
+R<ALA>A<N> R<SER>A<CB> central_sep2 0.813942
+R<ALA>A<N> R<SER>A<CB> sep1 -0.87176
+R<ALA>A<N> R<SER>A<CB> sep2 0.498252
+R<ALA>A<N> R<SER>A<N> central_sep1 1.54977
+R<ALA>A<N> R<SER>A<N> central_sep2 2.15536
+R<ALA>A<N> R<SER>A<N> sep1 -2.04096
+R<ALA>A<N> R<SER>A<N> sep2 1.53499
+R<ALA>A<N> R<SER>A<O> central_sep1 -1.75789
+R<ALA>A<N> R<SER>A<O> central_sep2 -0.377576
+R<ALA>A<N> R<SER>A<O> sep1 0.278583
+R<ALA>A<N> R<SER>A<O> sep2 0.840386
+R<ALA>A<N> R<SER>A<OG> central_sep1 -0.87869
+R<ALA>A<N> R<SER>A<OG> central_sep2 0.256331
+R<ALA>A<N> R<SER>A<OG> sep1 -0.053835
+R<ALA>A<N> R<SER>A<OG> sep2 0.426891
+R<ALA>A<N> R<THR>A<C> central_sep1 -0.588051
+R<ALA>A<N> R<THR>A<C> central_sep2 1.88311
+R<ALA>A<N> R<THR>A<C> sep1 -1.72806
+R<ALA>A<N> R<THR>A<C> sep2 1.31432
+R<ALA>A<N> R<THR>A<CA> central_sep1 3.21677
+R<ALA>A<N> R<THR>A<CA> central_sep2 1.32702
+R<ALA>A<N> R<THR>A<CA> sep1 -1.9617
+R<ALA>A<N> R<THR>A<CA> sep2 0.85552
+R<ALA>A<N> R<THR>A<CB> central_sep1 0.0994522
+R<ALA>A<N> R<THR>A<CB> central_sep2 1.08722
+R<ALA>A<N> R<THR>A<CB> sep1 -1.66334
+R<ALA>A<N> R<THR>A<CB> sep2 0.53135
+R<ALA>A<N> R<THR>A<CG2> central_sep1 0.79648
+R<ALA>A<N> R<THR>A<CG2> central_sep2 0.510581
+R<ALA>A<N> R<THR>A<CG2> sep1 0.408585
+R<ALA>A<N> R<THR>A<CG2> sep2 0.428148
+R<ALA>A<N> R<THR>A<N> central_sep1 1.49505
+R<ALA>A<N> R<THR>A<N> central_sep2 2.22852
+R<ALA>A<N> R<THR>A<N> sep1 -2.1556
+R<ALA>A<N> R<THR>A<N> sep2 1.46006
+R<ALA>A<N> R<THR>A<O> central_sep1 -1.7399
+R<ALA>A<N> R<THR>A<O> central_sep2 -0.730275
+R<ALA>A<N> R<THR>A<O> sep1 0.177485
+R<ALA>A<N> R<THR>A<O> sep2 0.834138
+R<ALA>A<N> R<THR>A<OG1> central_sep1 -0.535042
+R<ALA>A<N> R<THR>A<OG1> central_sep2 0.252338
+R<ALA>A<N> R<THR>A<OG1> sep1 0.00318113
+R<ALA>A<N> R<THR>A<OG1> sep2 0.358369
+R<ALA>A<N> R<TRP>A<C> central_sep1 -0.65038
+R<ALA>A<N> R<TRP>A<C> central_sep2 2.98217
+R<ALA>A<N> R<TRP>A<C> sep1 -1.67847
+R<ALA>A<N> R<TRP>A<C> sep2 1.34606
+R<ALA>A<N> R<TRP>A<CA> central_sep1 2.79281
+R<ALA>A<N> R<TRP>A<CA> central_sep2 1.28125
+R<ALA>A<N> R<TRP>A<CA> sep1 -1.80513
+R<ALA>A<N> R<TRP>A<CA> sep2 1.21077
+R<ALA>A<N> R<TRP>A<CB> central_sep1 1.43241
+R<ALA>A<N> R<TRP>A<CB> central_sep2 0.671051
+R<ALA>A<N> R<TRP>A<CB> sep1 -0.968307
+R<ALA>A<N> R<TRP>A<CB> sep2 0.446996
+R<ALA>A<N> R<TRP>A<CD1> central_sep1 0.467491
+R<ALA>A<N> R<TRP>A<CD1> central_sep2 0.468313
+R<ALA>A<N> R<TRP>A<CD1> sep1 0.481251
+R<ALA>A<N> R<TRP>A<CD1> sep2 0.194059
+R<ALA>A<N> R<TRP>A<CD2> central_sep1 -0.296519
+R<ALA>A<N> R<TRP>A<CD2> central_sep2 0.781584
+R<ALA>A<N> R<TRP>A<CD2> sep1 0.328384
+R<ALA>A<N> R<TRP>A<CD2> sep2 0.168228
+R<ALA>A<N> R<TRP>A<CE2> central_sep1 1.55388
+R<ALA>A<N> R<TRP>A<CE2> central_sep2 0.613693
+R<ALA>A<N> R<TRP>A<CE2> sep1 1.49129
+R<ALA>A<N> R<TRP>A<CE2> sep2 -0.269892
+R<ALA>A<N> R<TRP>A<CE3> central_sep1 -0.411988
+R<ALA>A<N> R<TRP>A<CE3> central_sep2 0.32034
+R<ALA>A<N> R<TRP>A<CE3> sep1 1.00469
+R<ALA>A<N> R<TRP>A<CE3> sep2 0.00928817
+R<ALA>A<N> R<TRP>A<CG> central_sep1 -0.0934491
+R<ALA>A<N> R<TRP>A<CG> central_sep2 0.925123
+R<ALA>A<N> R<TRP>A<CG> sep1 -0.282972
+R<ALA>A<N> R<TRP>A<CG> sep2 -0.258766
+R<ALA>A<N> R<TRP>A<CH2> central_sep1 2.88381
+R<ALA>A<N> R<TRP>A<CH2> central_sep2 0.0419863
+R<ALA>A<N> R<TRP>A<CH2> sep1 3.22277
+R<ALA>A<N> R<TRP>A<CH2> sep2 -0.33389
+R<ALA>A<N> R<TRP>A<CZ2> central_sep1 2.5538
+R<ALA>A<N> R<TRP>A<CZ2> central_sep2 0.0937187
+R<ALA>A<N> R<TRP>A<CZ2> sep1 2.97548
+R<ALA>A<N> R<TRP>A<CZ2> sep2 -0.0642316
+R<ALA>A<N> R<TRP>A<CZ3> central_sep1 1.35566
+R<ALA>A<N> R<TRP>A<CZ3> central_sep2 -0.270167
+R<ALA>A<N> R<TRP>A<CZ3> sep1 2.00389
+R<ALA>A<N> R<TRP>A<CZ3> sep2 -0.359516
+R<ALA>A<N> R<TRP>A<N> central_sep1 2.51985
+R<ALA>A<N> R<TRP>A<N> central_sep2 1.98443
+R<ALA>A<N> R<TRP>A<N> sep1 -2.15908
+R<ALA>A<N> R<TRP>A<N> sep2 1.69146
+R<ALA>A<N> R<TRP>A<NE1> central_sep1 1.95287
+R<ALA>A<N> R<TRP>A<NE1> central_sep2 0.416538
+R<ALA>A<N> R<TRP>A<NE1> sep1 2.32111
+R<ALA>A<N> R<TRP>A<NE1> sep2 0.161864
+R<ALA>A<N> R<TRP>A<O> central_sep1 -1.79122
+R<ALA>A<N> R<TRP>A<O> central_sep2 -0.895813
+R<ALA>A<N> R<TRP>A<O> sep1 0.233861
+R<ALA>A<N> R<TRP>A<O> sep2 0.790465
+R<ALA>A<N> R<TYR>A<C> central_sep1 -0.422462
+R<ALA>A<N> R<TYR>A<C> central_sep2 2.5925
+R<ALA>A<N> R<TYR>A<C> sep1 -1.64665
+R<ALA>A<N> R<TYR>A<C> sep2 1.65229
+R<ALA>A<N> R<TYR>A<CA> central_sep1 2.67653
+R<ALA>A<N> R<TYR>A<CA> central_sep2 1.28018
+R<ALA>A<N> R<TYR>A<CA> sep1 -1.88454
+R<ALA>A<N> R<TYR>A<CA> sep2 0.994923
+R<ALA>A<N> R<TYR>A<CB> central_sep1 1.40549
+R<ALA>A<N> R<TYR>A<CB> central_sep2 0.517838
+R<ALA>A<N> R<TYR>A<CB> sep1 -1.00053
+R<ALA>A<N> R<TYR>A<CB> sep2 0.448787
+R<ALA>A<N> R<TYR>A<CD1> central_sep1 0.419404
+R<ALA>A<N> R<TYR>A<CD1> central_sep2 0.541884
+R<ALA>A<N> R<TYR>A<CD1> sep1 0.267799
+R<ALA>A<N> R<TYR>A<CD1> sep2 0.105008
+R<ALA>A<N> R<TYR>A<CE1> central_sep1 1.44109
+R<ALA>A<N> R<TYR>A<CE1> central_sep2 0.295182
+R<ALA>A<N> R<TYR>A<CE1> sep1 2.1015
+R<ALA>A<N> R<TYR>A<CE1> sep2 0.00159327
+R<ALA>A<N> R<TYR>A<CG> central_sep1 0.519861
+R<ALA>A<N> R<TYR>A<CG> central_sep2 1.3368
+R<ALA>A<N> R<TYR>A<CG> sep1 -0.299763
+R<ALA>A<N> R<TYR>A<CG> sep2 -0.164571
+R<ALA>A<N> R<TYR>A<CZ> central_sep1 1.89103
+R<ALA>A<N> R<TYR>A<CZ> central_sep2 0.496405
+R<ALA>A<N> R<TYR>A<CZ> sep1 2.02063
+R<ALA>A<N> R<TYR>A<CZ> sep2 -0.369123
+R<ALA>A<N> R<TYR>A<N> central_sep1 2.25187
+R<ALA>A<N> R<TYR>A<N> central_sep2 1.9813
+R<ALA>A<N> R<TYR>A<N> sep1 -2.08027
+R<ALA>A<N> R<TYR>A<N> sep2 1.42737
+R<ALA>A<N> R<TYR>A<O> central_sep1 -1.6734
+R<ALA>A<N> R<TYR>A<O> central_sep2 -1.00943
+R<ALA>A<N> R<TYR>A<O> sep1 0.290124
+R<ALA>A<N> R<TYR>A<O> sep2 0.876175
+R<ALA>A<N> R<TYR>A<OH> central_sep1 1.95807
+R<ALA>A<N> R<TYR>A<OH> central_sep2 0.17641
+R<ALA>A<N> R<TYR>A<OH> sep1 3.26875
+R<ALA>A<N> R<TYR>A<OH> sep2 0.0247975
+R<ALA>A<N> R<VAL>A<C> central_sep1 -0.229137
+R<ALA>A<N> R<VAL>A<C> central_sep2 2.94705
+R<ALA>A<N> R<VAL>A<C> sep1 -1.80756
+R<ALA>A<N> R<VAL>A<C> sep2 1.8602
+R<ALA>A<N> R<VAL>A<CA> central_sep1 2.58016
+R<ALA>A<N> R<VAL>A<CA> central_sep2 1.31381
+R<ALA>A<N> R<VAL>A<CA> sep1 -2.04416
+R<ALA>A<N> R<VAL>A<CA> sep2 0.971121
+R<ALA>A<N> R<VAL>A<CB> central_sep1 1.45524
+R<ALA>A<N> R<VAL>A<CB> central_sep2 0.536966
+R<ALA>A<N> R<VAL>A<CB> sep1 -1.62972
+R<ALA>A<N> R<VAL>A<CB> sep2 0.323649
+R<ALA>A<N> R<VAL>A<CG1> central_sep1 0.31875
+R<ALA>A<N> R<VAL>A<CG1> central_sep2 0.155818
+R<ALA>A<N> R<VAL>A<CG1> sep1 -0.327717
+R<ALA>A<N> R<VAL>A<CG1> sep2 0.0133116
+R<ALA>A<N> R<VAL>A<CG2> central_sep1 0.643274
+R<ALA>A<N> R<VAL>A<CG2> central_sep2 0.192247
+R<ALA>A<N> R<VAL>A<CG2> sep1 1.14926
+R<ALA>A<N> R<VAL>A<CG2> sep2 0.0298147
+R<ALA>A<N> R<VAL>A<N> central_sep1 2.12082
+R<ALA>A<N> R<VAL>A<N> central_sep2 1.80829
+R<ALA>A<N> R<VAL>A<N> sep1 -2.11726
+R<ALA>A<N> R<VAL>A<N> sep2 1.22276
+R<ALA>A<N> R<VAL>A<O> central_sep1 -1.79912
+R<ALA>A<N> R<VAL>A<O> central_sep2 -1.35131
+R<ALA>A<N> R<VAL>A<O> sep1 0.158546
+R<ALA>A<N> R<VAL>A<O> sep2 0.719025
+R<ALA>A<N> c<solvent> . 1.50004
+R<ALA>A<O> R<ALA>A<O> central_sep1 0.760641
+R<ALA>A<O> R<ALA>A<O> central_sep2 0.709994
+R<ALA>A<O> R<ALA>A<O> sep1 0.468105
+R<ALA>A<O> R<ALA>A<O> sep2 0.902888
+R<ALA>A<O> R<ARG>A<C> central_sep1 -0.79934
+R<ALA>A<O> R<ARG>A<C> central_sep2 2.45929
+R<ALA>A<O> R<ARG>A<C> sep1 -1.57869
+R<ALA>A<O> R<ARG>A<C> sep2 1.45115
+R<ALA>A<O> R<ARG>A<CA> central_sep1 0.869831
+R<ALA>A<O> R<ARG>A<CA> central_sep2 -0.0999029
+R<ALA>A<O> R<ARG>A<CA> sep1 -1.96662
+R<ALA>A<O> R<ARG>A<CA> sep2 0.683388
+R<ALA>A<O> R<ARG>A<CB> central_sep1 -1.70564
+R<ALA>A<O> R<ARG>A<CB> central_sep2 0.11695
+R<ALA>A<O> R<ARG>A<CB> sep1 0.387507
+R<ALA>A<O> R<ARG>A<CB> sep2 -0.104552
+R<ALA>A<O> R<ARG>A<CD> central_sep1 0.382952
+R<ALA>A<O> R<ARG>A<CD> central_sep2 -0.455581
+R<ALA>A<O> R<ARG>A<CD> sep1 1.07092
+R<ALA>A<O> R<ARG>A<CD> sep2 0.213823
+R<ALA>A<O> R<ARG>A<CG> central_sep1 -1.18633
+R<ALA>A<O> R<ARG>A<CG> central_sep2 -0.126853
+R<ALA>A<O> R<ARG>A<CG> sep1 0.713096
+R<ALA>A<O> R<ARG>A<CG> sep2 0.0601136
+R<ALA>A<O> R<ARG>A<CZ> central_sep1 0.544056
+R<ALA>A<O> R<ARG>A<CZ> central_sep2 0.524969
+R<ALA>A<O> R<ARG>A<CZ> sep1 1.42499
+R<ALA>A<O> R<ARG>A<CZ> sep2 -0.330911
+R<ALA>A<O> R<ARG>A<N> central_sep1 -2.0331
+R<ALA>A<O> R<ARG>A<N> central_sep2 -0.427612
+R<ALA>A<O> R<ARG>A<N> sep1 0.317568
+R<ALA>A<O> R<ARG>A<N> sep2 0.939153
+R<ALA>A<O> R<ARG>A<NE> central_sep1 0.340336
+R<ALA>A<O> R<ARG>A<NE> central_sep2 -0.548851
+R<ALA>A<O> R<ARG>A<NE> sep1 0.988769
+R<ALA>A<O> R<ARG>A<NE> sep2 -0.328705
+R<ALA>A<O> R<ARG>A<NH1> central_sep1 0.688694
+R<ALA>A<O> R<ARG>A<NH1> central_sep2 -0.499636
+R<ALA>A<O> R<ARG>A<NH1> sep1 2.37358
+R<ALA>A<O> R<ARG>A<NH1> sep2 0.208064
+R<ALA>A<O> R<ARG>A<O> central_sep1 0.84657
+R<ALA>A<O> R<ARG>A<O> central_sep2 1.04097
+R<ALA>A<O> R<ARG>A<O> sep1 0.558077
+R<ALA>A<O> R<ARG>A<O> sep2 1.10925
+R<ALA>A<O> R<ASN>A<C> central_sep1 -0.555354
+R<ALA>A<O> R<ASN>A<C> central_sep2 2.12934
+R<ALA>A<O> R<ASN>A<C> sep1 -1.39595
+R<ALA>A<O> R<ASN>A<C> sep2 1.17657
+R<ALA>A<O> R<ASN>A<CA> central_sep1 1.04723
+R<ALA>A<O> R<ASN>A<CA> central_sep2 0.11955
+R<ALA>A<O> R<ASN>A<CA> sep1 -1.89447
+R<ALA>A<O> R<ASN>A<CA> sep2 0.642403
+R<ALA>A<O> R<ASN>A<CB> central_sep1 -1.04292
+R<ALA>A<O> R<ASN>A<CB> central_sep2 -0.170508
+R<ALA>A<O> R<ASN>A<CB> sep1 0.296178
+R<ALA>A<O> R<ASN>A<CB> sep2 0.323034
+R<ALA>A<O> R<ASN>A<CG> central_sep1 -0.538683
+R<ALA>A<O> R<ASN>A<CG> central_sep2 0.832899
+R<ALA>A<O> R<ASN>A<CG> sep1 0.6132
+R<ALA>A<O> R<ASN>A<CG> sep2 -0.165359
+R<ALA>A<O> R<ASN>A<N> central_sep1 -1.60231
+R<ALA>A<O> R<ASN>A<N> central_sep2 -0.262149
+R<ALA>A<O> R<ASN>A<N> sep1 0.229607
+R<ALA>A<O> R<ASN>A<N> sep2 0.90239
+R<ALA>A<O> R<ASN>A<ND2> central_sep1 0.187773
+R<ALA>A<O> R<ASN>A<ND2> central_sep2 -0.372573
+R<ALA>A<O> R<ASN>A<ND2> sep1 1.3949
+R<ALA>A<O> R<ASN>A<ND2> sep2 0.632434
+R<ALA>A<O> R<ASN>A<O> central_sep1 1.09476
+R<ALA>A<O> R<ASN>A<O> central_sep2 1.08396
+R<ALA>A<O> R<ASN>A<O> sep1 0.682414
+R<ALA>A<O> R<ASN>A<O> sep2 1.10512
+R<ALA>A<O> R<ASN>A<OD1> central_sep1 0.612654
+R<ALA>A<O> R<ASN>A<OD1> central_sep2 0.673492
+R<ALA>A<O> R<ASN>A<OD1> sep1 0.794157
+R<ALA>A<O> R<ASN>A<OD1> sep2 0.369755
+R<ALA>A<O> R<ASP>A<C> central_sep1 -0.585085
+R<ALA>A<O> R<ASP>A<C> central_sep2 2.27371
+R<ALA>A<O> R<ASP>A<C> sep1 -1.53837
+R<ALA>A<O> R<ASP>A<C> sep2 1.36577
+R<ALA>A<O> R<ASP>A<CA> central_sep1 1.75301
+R<ALA>A<O> R<ASP>A<CA> central_sep2 0.546055
+R<ALA>A<O> R<ASP>A<CA> sep1 -2.02924
+R<ALA>A<O> R<ASP>A<CA> sep2 0.841146
+R<ALA>A<O> R<ASP>A<CB> central_sep1 -0.977051
+R<ALA>A<O> R<ASP>A<CB> central_sep2 0.533474
+R<ALA>A<O> R<ASP>A<CB> sep1 0.631532
+R<ALA>A<O> R<ASP>A<CB> sep2 0.701668
+R<ALA>A<O> R<ASP>A<CG> central_sep1 -0.434849
+R<ALA>A<O> R<ASP>A<CG> central_sep2 1.61256
+R<ALA>A<O> R<ASP>A<CG> sep1 1.15528
+R<ALA>A<O> R<ASP>A<CG> sep2 0.649871
+R<ALA>A<O> R<ASP>A<N> central_sep1 -1.43759
+R<ALA>A<O> R<ASP>A<N> central_sep2 -0.129053
+R<ALA>A<O> R<ASP>A<N> sep1 0.148285
+R<ALA>A<O> R<ASP>A<N> sep2 0.990356
+R<ALA>A<O> R<ASP>A<O> central_sep1 0.993947
+R<ALA>A<O> R<ASP>A<O> central_sep2 1.43562
+R<ALA>A<O> R<ASP>A<O> sep1 0.695245
+R<ALA>A<O> R<ASP>A<O> sep2 1.31463
+R<ALA>A<O> R<ASP>A<OD1> central_sep1 1.28906
+R<ALA>A<O> R<ASP>A<OD1> central_sep2 1.49352
+R<ALA>A<O> R<ASP>A<OD1> sep1 1.18777
+R<ALA>A<O> R<ASP>A<OD1> sep2 1.0469
+R<ALA>A<O> R<CYS>A<C> central_sep1 -0.416704
+R<ALA>A<O> R<CYS>A<C> central_sep2 1.91143
+R<ALA>A<O> R<CYS>A<C> sep1 -1.35651
+R<ALA>A<O> R<CYS>A<C> sep2 0.938545
+R<ALA>A<O> R<CYS>A<CA> central_sep1 1.68495
+R<ALA>A<O> R<CYS>A<CA> central_sep2 -0.563375
+R<ALA>A<O> R<CYS>A<CA> sep1 -1.77982
+R<ALA>A<O> R<CYS>A<CA> sep2 0.281694
+R<ALA>A<O> R<CYS>A<CB> central_sep1 -1.19483
+R<ALA>A<O> R<CYS>A<CB> central_sep2 -0.518066
+R<ALA>A<O> R<CYS>A<CB> sep1 0.613453
+R<ALA>A<O> R<CYS>A<CB> sep2 -0.263693
+R<ALA>A<O> R<CYS>A<N> central_sep1 -1.84033
+R<ALA>A<O> R<CYS>A<N> central_sep2 -0.998777
+R<ALA>A<O> R<CYS>A<N> sep1 0.375845
+R<ALA>A<O> R<CYS>A<N> sep2 0.794424
+R<ALA>A<O> R<CYS>A<O> central_sep1 0.413115
+R<ALA>A<O> R<CYS>A<O> central_sep2 0.567316
+R<ALA>A<O> R<CYS>A<O> sep1 0.784094
+R<ALA>A<O> R<CYS>A<O> sep2 0.876905
+R<ALA>A<O> R<CYS>A<SG> central_sep1 -0.511634
+R<ALA>A<O> R<CYS>A<SG> central_sep2 -0.0554315
+R<ALA>A<O> R<CYS>A<SG> sep1 1.54519
+R<ALA>A<O> R<CYS>A<SG> sep2 0.142418
+R<ALA>A<O> R<GLN>A<C> central_sep1 -0.636566
+R<ALA>A<O> R<GLN>A<C> central_sep2 2.58733
+R<ALA>A<O> R<GLN>A<C> sep1 -1.60756
+R<ALA>A<O> R<GLN>A<C> sep2 1.60863
+R<ALA>A<O> R<GLN>A<CA> central_sep1 0.979972
+R<ALA>A<O> R<GLN>A<CA> central_sep2 0.157739
+R<ALA>A<O> R<GLN>A<CA> sep1 -1.97496
+R<ALA>A<O> R<GLN>A<CA> sep2 0.809238
+R<ALA>A<O> R<GLN>A<CB> central_sep1 -1.57777
+R<ALA>A<O> R<GLN>A<CB> central_sep2 0.406011
+R<ALA>A<O> R<GLN>A<CB> sep1 0.546211
+R<ALA>A<O> R<GLN>A<CB> sep2 0.299062
+R<ALA>A<O> R<GLN>A<CD> central_sep1 0.621157
+R<ALA>A<O> R<GLN>A<CD> central_sep2 0.950374
+R<ALA>A<O> R<GLN>A<CD> sep1 0.605822
+R<ALA>A<O> R<GLN>A<CD> sep2 -0.000462798
+R<ALA>A<O> R<GLN>A<CG> central_sep1 -1.11743
+R<ALA>A<O> R<GLN>A<CG> central_sep2 -0.00462927
+R<ALA>A<O> R<GLN>A<CG> sep1 0.826983
+R<ALA>A<O> R<GLN>A<CG> sep2 0.399291
+R<ALA>A<O> R<GLN>A<N> central_sep1 -1.9423
+R<ALA>A<O> R<GLN>A<N> central_sep2 -0.25784
+R<ALA>A<O> R<GLN>A<N> sep1 0.272832
+R<ALA>A<O> R<GLN>A<N> sep2 1.22722
+R<ALA>A<O> R<GLN>A<NE2> central_sep1 0.218143
+R<ALA>A<O> R<GLN>A<NE2> central_sep2 -0.288943
+R<ALA>A<O> R<GLN>A<NE2> sep1 1.46178
+R<ALA>A<O> R<GLN>A<NE2> sep2 0.669881
+R<ALA>A<O> R<GLN>A<O> central_sep1 0.970062
+R<ALA>A<O> R<GLN>A<O> central_sep2 1.19787
+R<ALA>A<O> R<GLN>A<O> sep1 0.595858
+R<ALA>A<O> R<GLN>A<O> sep2 1.30185
+R<ALA>A<O> R<GLN>A<OE1> central_sep1 1.02001
+R<ALA>A<O> R<GLN>A<OE1> central_sep2 0.626361
+R<ALA>A<O> R<GLN>A<OE1> sep1 1.46668
+R<ALA>A<O> R<GLN>A<OE1> sep2 0.370957
+R<ALA>A<O> R<GLU>A<C> central_sep1 -0.679019
+R<ALA>A<O> R<GLU>A<C> central_sep2 2.76876
+R<ALA>A<O> R<GLU>A<C> sep1 -1.57658
+R<ALA>A<O> R<GLU>A<C> sep2 1.78537
+R<ALA>A<O> R<GLU>A<CA> central_sep1 1.25231
+R<ALA>A<O> R<GLU>A<CA> central_sep2 0.306662
+R<ALA>A<O> R<GLU>A<CA> sep1 -1.92114
+R<ALA>A<O> R<GLU>A<CA> sep2 1.16769
+R<ALA>A<O> R<GLU>A<CB> central_sep1 -1.47882
+R<ALA>A<O> R<GLU>A<CB> central_sep2 0.855642
+R<ALA>A<O> R<GLU>A<CB> sep1 0.670384
+R<ALA>A<O> R<GLU>A<CB> sep2 0.596144
+R<ALA>A<O> R<GLU>A<CD> central_sep1 1.20986
+R<ALA>A<O> R<GLU>A<CD> central_sep2 1.54566
+R<ALA>A<O> R<GLU>A<CD> sep1 0.892546
+R<ALA>A<O> R<GLU>A<CD> sep2 0.837487
+R<ALA>A<O> R<GLU>A<CG> central_sep1 -0.749765
+R<ALA>A<O> R<GLU>A<CG> central_sep2 0.64498
+R<ALA>A<O> R<GLU>A<CG> sep1 1.07854
+R<ALA>A<O> R<GLU>A<CG> sep2 0.918456
+R<ALA>A<O> R<GLU>A<N> central_sep1 -1.80124
+R<ALA>A<O> R<GLU>A<N> central_sep2 0.082716
+R<ALA>A<O> R<GLU>A<N> sep1 0.38917
+R<ALA>A<O> R<GLU>A<N> sep2 1.52996
+R<ALA>A<O> R<GLU>A<O> central_sep1 1.14266
+R<ALA>A<O> R<GLU>A<O> central_sep2 1.50146
+R<ALA>A<O> R<GLU>A<O> sep1 0.645311
+R<ALA>A<O> R<GLU>A<O> sep2 1.5745
+R<ALA>A<O> R<GLU>A<OE1> central_sep1 1.82234
+R<ALA>A<O> R<GLU>A<OE1> central_sep2 1.61348
+R<ALA>A<O> R<GLU>A<OE1> sep1 1.70078
+R<ALA>A<O> R<GLU>A<OE1> sep2 1.20988
+R<ALA>A<O> R<GLY>A<C> central_sep1 0.14543
+R<ALA>A<O> R<GLY>A<C> central_sep2 1.37646
+R<ALA>A<O> R<GLY>A<C> sep1 -1.67854
+R<ALA>A<O> R<GLY>A<C> sep2 0.148146
+R<ALA>A<O> R<GLY>A<CA> central_sep1 0.527187
+R<ALA>A<O> R<GLY>A<CA> central_sep2 -0.406158
+R<ALA>A<O> R<GLY>A<CA> sep1 -1.51857
+R<ALA>A<O> R<GLY>A<CA> sep2 0.355993
+R<ALA>A<O> R<GLY>A<N> central_sep1 -1.75893
+R<ALA>A<O> R<GLY>A<N> central_sep2 -0.617963
+R<ALA>A<O> R<GLY>A<N> sep1 -0.462803
+R<ALA>A<O> R<GLY>A<N> sep2 0.340304
+R<ALA>A<O> R<GLY>A<O> central_sep1 0.955863
+R<ALA>A<O> R<GLY>A<O> central_sep2 0.890729
+R<ALA>A<O> R<GLY>A<O> sep1 0.567876
+R<ALA>A<O> R<GLY>A<O> sep2 0.676708
+R<ALA>A<O> R<HIS>A<C> central_sep1 -0.68256
+R<ALA>A<O> R<HIS>A<C> central_sep2 2.47719
+R<ALA>A<O> R<HIS>A<C> sep1 -1.36953
+R<ALA>A<O> R<HIS>A<C> sep2 1.26814
+R<ALA>A<O> R<HIS>A<CA> central_sep1 1.26893
+R<ALA>A<O> R<HIS>A<CA> central_sep2 -0.0995061
+R<ALA>A<O> R<HIS>A<CA> sep1 -1.91763
+R<ALA>A<O> R<HIS>A<CA> sep2 0.592644
+R<ALA>A<O> R<HIS>A<CB> central_sep1 -1.31814
+R<ALA>A<O> R<HIS>A<CB> central_sep2 -0.101008
+R<ALA>A<O> R<HIS>A<CB> sep1 0.515755
+R<ALA>A<O> R<HIS>A<CB> sep2 0.177111
+R<ALA>A<O> R<HIS>A<CD2> central_sep1 -0.53405
+R<ALA>A<O> R<HIS>A<CD2> central_sep2 -0.0891496
+R<ALA>A<O> R<HIS>A<CD2> sep1 0.925792
+R<ALA>A<O> R<HIS>A<CD2> sep2 0.300097
+R<ALA>A<O> R<HIS>A<CE1> central_sep1 0.648259
+R<ALA>A<O> R<HIS>A<CE1> central_sep2 -0.180998
+R<ALA>A<O> R<HIS>A<CE1> sep1 1.03911
+R<ALA>A<O> R<HIS>A<CE1> sep2 0.207012
+R<ALA>A<O> R<HIS>A<CG> central_sep1 0.174476
+R<ALA>A<O> R<HIS>A<CG> central_sep2 1.09785
+R<ALA>A<O> R<HIS>A<CG> sep1 0.286658
+R<ALA>A<O> R<HIS>A<CG> sep2 -0.188651
+R<ALA>A<O> R<HIS>A<N> central_sep1 -1.83125
+R<ALA>A<O> R<HIS>A<N> central_sep2 -0.535543
+R<ALA>A<O> R<HIS>A<N> sep1 0.270748
+R<ALA>A<O> R<HIS>A<N> sep2 0.948492
+R<ALA>A<O> R<HIS>A<ND1> central_sep1 -0.461551
+R<ALA>A<O> R<HIS>A<ND1> central_sep2 0.0137733
+R<ALA>A<O> R<HIS>A<ND1> sep1 0.670826
+R<ALA>A<O> R<HIS>A<ND1> sep2 0.0620977
+R<ALA>A<O> R<HIS>A<NE2> central_sep1 0.958827
+R<ALA>A<O> R<HIS>A<NE2> central_sep2 -0.306723
+R<ALA>A<O> R<HIS>A<NE2> sep1 1.2194
+R<ALA>A<O> R<HIS>A<NE2> sep2 -0.0357399
+R<ALA>A<O> R<HIS>A<O> central_sep1 0.788283
+R<ALA>A<O> R<HIS>A<O> central_sep2 0.897386
+R<ALA>A<O> R<HIS>A<O> sep1 0.726118
+R<ALA>A<O> R<HIS>A<O> sep2 1.05293
+R<ALA>A<O> R<ILE>A<C> central_sep1 -0.533941
+R<ALA>A<O> R<ILE>A<C> central_sep2 3.11857
+R<ALA>A<O> R<ILE>A<C> sep1 -1.32007
+R<ALA>A<O> R<ILE>A<C> sep2 1.64153
+R<ALA>A<O> R<ILE>A<CA> central_sep1 1.43697
+R<ALA>A<O> R<ILE>A<CA> central_sep2 -0.747017
+R<ALA>A<O> R<ILE>A<CA> sep1 -1.89616
+R<ALA>A<O> R<ILE>A<CA> sep2 0.565007
+R<ALA>A<O> R<ILE>A<CB> central_sep1 -1.77704
+R<ALA>A<O> R<ILE>A<CB> central_sep2 -0.0374722
+R<ALA>A<O> R<ILE>A<CB> sep1 0.569618
+R<ALA>A<O> R<ILE>A<CB> sep2 -0.741896
+R<ALA>A<O> R<ILE>A<CD1> central_sep1 0.482815
+R<ALA>A<O> R<ILE>A<CD1> central_sep2 -0.363875
+R<ALA>A<O> R<ILE>A<CD1> sep1 1.21347
+R<ALA>A<O> R<ILE>A<CD1> sep2 0.0958325
+R<ALA>A<O> R<ILE>A<CG1> central_sep1 -1.20217
+R<ALA>A<O> R<ILE>A<CG1> central_sep2 -0.0616879
+R<ALA>A<O> R<ILE>A<CG1> sep1 0.623884
+R<ALA>A<O> R<ILE>A<CG1> sep2 -0.165397
+R<ALA>A<O> R<ILE>A<CG2> central_sep1 -0.0876595
+R<ALA>A<O> R<ILE>A<CG2> central_sep2 -0.307183
+R<ALA>A<O> R<ILE>A<CG2> sep1 1.57936
+R<ALA>A<O> R<ILE>A<CG2> sep2 0.269006
+R<ALA>A<O> R<ILE>A<N> central_sep1 -1.86625
+R<ALA>A<O> R<ILE>A<N> central_sep2 -1.22419
+R<ALA>A<O> R<ILE>A<N> sep1 0.468242
+R<ALA>A<O> R<ILE>A<N> sep2 1.22149
+R<ALA>A<O> R<ILE>A<O> central_sep1 0.646553
+R<ALA>A<O> R<ILE>A<O> central_sep2 0.506821
+R<ALA>A<O> R<ILE>A<O> sep1 0.78573
+R<ALA>A<O> R<ILE>A<O> sep2 0.882194
+R<ALA>A<O> R<LEU>A<C> central_sep1 -0.550632
+R<ALA>A<O> R<LEU>A<C> central_sep2 2.41331
+R<ALA>A<O> R<LEU>A<C> sep1 -1.60472
+R<ALA>A<O> R<LEU>A<C> sep2 1.37304
+R<ALA>A<O> R<LEU>A<CA> central_sep1 1.24083
+R<ALA>A<O> R<LEU>A<CA> central_sep2 -0.372936
+R<ALA>A<O> R<LEU>A<CA> sep1 -2.0832
+R<ALA>A<O> R<LEU>A<CA> sep2 0.711971
+R<ALA>A<O> R<LEU>A<CB> central_sep1 -1.70325
+R<ALA>A<O> R<LEU>A<CB> central_sep2 0.140872
+R<ALA>A<O> R<LEU>A<CB> sep1 0.575685
+R<ALA>A<O> R<LEU>A<CB> sep2 -0.230569
+R<ALA>A<O> R<LEU>A<CD1> central_sep1 0.648842
+R<ALA>A<O> R<LEU>A<CD1> central_sep2 -0.373445
+R<ALA>A<O> R<LEU>A<CD1> sep1 1.11235
+R<ALA>A<O> R<LEU>A<CD1> sep2 0.136526
+R<ALA>A<O> R<LEU>A<CD2> central_sep1 0.634866
+R<ALA>A<O> R<LEU>A<CD2> central_sep2 -0.339584
+R<ALA>A<O> R<LEU>A<CD2> sep1 1.28275
+R<ALA>A<O> R<LEU>A<CD2> sep2 0.229525
+R<ALA>A<O> R<LEU>A<CG> central_sep1 -1.78642
+R<ALA>A<O> R<LEU>A<CG> central_sep2 0.420049
+R<ALA>A<O> R<LEU>A<CG> sep1 0.856124
+R<ALA>A<O> R<LEU>A<CG> sep2 -0.138134
+R<ALA>A<O> R<LEU>A<N> central_sep1 -2.13923
+R<ALA>A<O> R<LEU>A<N> central_sep2 -0.932242
+R<ALA>A<O> R<LEU>A<N> sep1 0.465787
+R<ALA>A<O> R<LEU>A<N> sep2 1.07991
+R<ALA>A<O> R<LEU>A<O> central_sep1 0.625138
+R<ALA>A<O> R<LEU>A<O> central_sep2 0.756906
+R<ALA>A<O> R<LEU>A<O> sep1 0.650249
+R<ALA>A<O> R<LEU>A<O> sep2 0.965462
+R<ALA>A<O> R<LYS>A<C> central_sep1 -0.696917
+R<ALA>A<O> R<LYS>A<C> central_sep2 2.87163
+R<ALA>A<O> R<LYS>A<C> sep1 -1.52182
+R<ALA>A<O> R<LYS>A<C> sep2 1.65127
+R<ALA>A<O> R<LYS>A<CA> central_sep1 0.878833
+R<ALA>A<O> R<LYS>A<CA> central_sep2 0.257496
+R<ALA>A<O> R<LYS>A<CA> sep1 -1.90026
+R<ALA>A<O> R<LYS>A<CA> sep2 0.896441
+R<ALA>A<O> R<LYS>A<CB> central_sep1 -1.53114
+R<ALA>A<O> R<LYS>A<CB> central_sep2 0.543167
+R<ALA>A<O> R<LYS>A<CB> sep1 0.541103
+R<ALA>A<O> R<LYS>A<CB> sep2 0.319788
+R<ALA>A<O> R<LYS>A<CD> central_sep1 0.585986
+R<ALA>A<O> R<LYS>A<CD> central_sep2 0.0641332
+R<ALA>A<O> R<LYS>A<CD> sep1 0.965131
+R<ALA>A<O> R<LYS>A<CD> sep2 0.420572
+R<ALA>A<O> R<LYS>A<CE> central_sep1 0.567295
+R<ALA>A<O> R<LYS>A<CE> central_sep2 0.0962449
+R<ALA>A<O> R<LYS>A<CE> sep1 1.23363
+R<ALA>A<O> R<LYS>A<CE> sep2 0.25462
+R<ALA>A<O> R<LYS>A<CG> central_sep1 -1.02525
+R<ALA>A<O> R<LYS>A<CG> central_sep2 0.243846
+R<ALA>A<O> R<LYS>A<CG> sep1 0.764194
+R<ALA>A<O> R<LYS>A<CG> sep2 0.4414
+R<ALA>A<O> R<LYS>A<N> central_sep1 -1.83067
+R<ALA>A<O> R<LYS>A<N> central_sep2 -0.0973632
+R<ALA>A<O> R<LYS>A<N> sep1 0.3332
+R<ALA>A<O> R<LYS>A<N> sep2 1.08048
+R<ALA>A<O> R<LYS>A<NZ> central_sep1 0.86585
+R<ALA>A<O> R<LYS>A<NZ> central_sep2 -0.0995873
+R<ALA>A<O> R<LYS>A<NZ> sep1 2.4277
+R<ALA>A<O> R<LYS>A<NZ> sep2 0.618031
+R<ALA>A<O> R<LYS>A<O> central_sep1 0.980333
+R<ALA>A<O> R<LYS>A<O> central_sep2 1.34794
+R<ALA>A<O> R<LYS>A<O> sep1 0.548002
+R<ALA>A<O> R<LYS>A<O> sep2 1.32946
+R<ALA>A<O> R<MET>A<C> central_sep1 -0.529492
+R<ALA>A<O> R<MET>A<C> central_sep2 2.13963
+R<ALA>A<O> R<MET>A<C> sep1 -1.59259
+R<ALA>A<O> R<MET>A<C> sep2 1.26513
+R<ALA>A<O> R<MET>A<CA> central_sep1 1.30821
+R<ALA>A<O> R<MET>A<CA> central_sep2 -0.396268
+R<ALA>A<O> R<MET>A<CA> sep1 -1.95847
+R<ALA>A<O> R<MET>A<CA> sep2 0.446036
+R<ALA>A<O> R<MET>A<CB> central_sep1 -1.53397
+R<ALA>A<O> R<MET>A<CB> central_sep2 0.00874644
+R<ALA>A<O> R<MET>A<CB> sep1 0.538741
+R<ALA>A<O> R<MET>A<CB> sep2 -0.166309
+R<ALA>A<O> R<MET>A<CE> central_sep1 0.385279
+R<ALA>A<O> R<MET>A<CE> central_sep2 -0.531237
+R<ALA>A<O> R<MET>A<CE> sep1 2.01789
+R<ALA>A<O> R<MET>A<CE> sep2 0.194447
+R<ALA>A<O> R<MET>A<CG> central_sep1 -1.20609
+R<ALA>A<O> R<MET>A<CG> central_sep2 -0.316411
+R<ALA>A<O> R<MET>A<CG> sep1 1.09984
+R<ALA>A<O> R<MET>A<CG> sep2 0.286444
+R<ALA>A<O> R<MET>A<N> central_sep1 -1.97768
+R<ALA>A<O> R<MET>A<N> central_sep2 -0.714416
+R<ALA>A<O> R<MET>A<N> sep1 0.574916
+R<ALA>A<O> R<MET>A<N> sep2 0.902238
+R<ALA>A<O> R<MET>A<O> central_sep1 0.698286
+R<ALA>A<O> R<MET>A<O> central_sep2 0.744749
+R<ALA>A<O> R<MET>A<O> sep1 0.675878
+R<ALA>A<O> R<MET>A<O> sep2 0.932547
+R<ALA>A<O> R<MET>A<SD> central_sep1 1.1619
+R<ALA>A<O> R<MET>A<SD> central_sep2 0.155785
+R<ALA>A<O> R<MET>A<SD> sep1 1.4521
+R<ALA>A<O> R<MET>A<SD> sep2 0.0695573
+R<ALA>A<O> R<PHE>A<C> central_sep1 -0.701894
+R<ALA>A<O> R<PHE>A<C> central_sep2 2.47273
+R<ALA>A<O> R<PHE>A<C> sep1 -1.27536
+R<ALA>A<O> R<PHE>A<C> sep2 1.21624
+R<ALA>A<O> R<PHE>A<CA> central_sep1 1.5096
+R<ALA>A<O> R<PHE>A<CA> central_sep2 -0.553007
+R<ALA>A<O> R<PHE>A<CA> sep1 -1.86133
+R<ALA>A<O> R<PHE>A<CA> sep2 0.629006
+R<ALA>A<O> R<PHE>A<CB> central_sep1 -1.37884
+R<ALA>A<O> R<PHE>A<CB> central_sep2 -0.218426
+R<ALA>A<O> R<PHE>A<CB> sep1 0.56063
+R<ALA>A<O> R<PHE>A<CB> sep2 -0.258078
+R<ALA>A<O> R<PHE>A<CD1> central_sep1 -0.417669
+R<ALA>A<O> R<PHE>A<CD1> central_sep2 -0.224899
+R<ALA>A<O> R<PHE>A<CD1> sep1 0.954332
+R<ALA>A<O> R<PHE>A<CD1> sep2 0.114899
+R<ALA>A<O> R<PHE>A<CE1> central_sep1 0.872555
+R<ALA>A<O> R<PHE>A<CE1> central_sep2 -0.258764
+R<ALA>A<O> R<PHE>A<CE1> sep1 1.57773
+R<ALA>A<O> R<PHE>A<CE1> sep2 -0.074821
+R<ALA>A<O> R<PHE>A<CG> central_sep1 0.211251
+R<ALA>A<O> R<PHE>A<CG> central_sep2 1.3109
+R<ALA>A<O> R<PHE>A<CG> sep1 0.252898
+R<ALA>A<O> R<PHE>A<CG> sep2 -0.0741807
+R<ALA>A<O> R<PHE>A<CZ> central_sep1 1.79148
+R<ALA>A<O> R<PHE>A<CZ> central_sep2 -0.362884
+R<ALA>A<O> R<PHE>A<CZ> sep1 2.40004
+R<ALA>A<O> R<PHE>A<CZ> sep2 -0.141888
+R<ALA>A<O> R<PHE>A<N> central_sep1 -1.87139
+R<ALA>A<O> R<PHE>A<N> central_sep2 -0.935748
+R<ALA>A<O> R<PHE>A<N> sep1 0.544319
+R<ALA>A<O> R<PHE>A<N> sep2 0.785331
+R<ALA>A<O> R<PHE>A<O> central_sep1 0.559903
+R<ALA>A<O> R<PHE>A<O> central_sep2 0.707152
+R<ALA>A<O> R<PHE>A<O> sep1 0.778824
+R<ALA>A<O> R<PHE>A<O> sep2 1.00528
+R<ALA>A<O> R<PRO>A<C> central_sep1 -1.16549
+R<ALA>A<O> R<PRO>A<C> central_sep2 2.59751
+R<ALA>A<O> R<PRO>A<C> sep1 -1.62051
+R<ALA>A<O> R<PRO>A<C> sep2 1.58681
+R<ALA>A<O> R<PRO>A<CA> central_sep1 0.530744
+R<ALA>A<O> R<PRO>A<CA> central_sep2 -0.204659
+R<ALA>A<O> R<PRO>A<CA> sep1 -1.46554
+R<ALA>A<O> R<PRO>A<CA> sep2 0.423353
+R<ALA>A<O> R<PRO>A<CB> central_sep1 0.475655
+R<ALA>A<O> R<PRO>A<CB> central_sep2 -0.0499587
+R<ALA>A<O> R<PRO>A<CB> sep1 0.395093
+R<ALA>A<O> R<PRO>A<CB> sep2 -0.0534985
+R<ALA>A<O> R<PRO>A<CD> central_sep1 -0.908715
+R<ALA>A<O> R<PRO>A<CD> central_sep2 -0.00439389
+R<ALA>A<O> R<PRO>A<CD> sep1 -0.0245549
+R<ALA>A<O> R<PRO>A<CD> sep2 0.664226
+R<ALA>A<O> R<PRO>A<CG> central_sep1 0.686846
+R<ALA>A<O> R<PRO>A<CG> central_sep2 -0.216847
+R<ALA>A<O> R<PRO>A<CG> sep1 0.708769
+R<ALA>A<O> R<PRO>A<CG> sep2 0.0222548
+R<ALA>A<O> R<PRO>A<N> central_sep1 0.187075
+R<ALA>A<O> R<PRO>A<N> central_sep2 1.96631
+R<ALA>A<O> R<PRO>A<N> sep1 -1.18024
+R<ALA>A<O> R<PRO>A<N> sep2 0.131826
+R<ALA>A<O> R<PRO>A<O> central_sep1 1.0305
+R<ALA>A<O> R<PRO>A<O> central_sep2 1.29962
+R<ALA>A<O> R<PRO>A<O> sep1 0.251915
+R<ALA>A<O> R<PRO>A<O> sep2 1.04697
+R<ALA>A<O> R<SER>A<C> central_sep1 -0.293747
+R<ALA>A<O> R<SER>A<C> central_sep2 2.20213
+R<ALA>A<O> R<SER>A<C> sep1 -1.49272
+R<ALA>A<O> R<SER>A<C> sep2 1.15409
+R<ALA>A<O> R<SER>A<CA> central_sep1 1.335
+R<ALA>A<O> R<SER>A<CA> central_sep2 -0.124631
+R<ALA>A<O> R<SER>A<CA> sep1 -1.82202
+R<ALA>A<O> R<SER>A<CA> sep2 0.428627
+R<ALA>A<O> R<SER>A<CB> central_sep1 -0.78446
+R<ALA>A<O> R<SER>A<CB> central_sep2 -0.00530325
+R<ALA>A<O> R<SER>A<CB> sep1 0.495196
+R<ALA>A<O> R<SER>A<CB> sep2 -0.00792639
+R<ALA>A<O> R<SER>A<N> central_sep1 -1.55644
+R<ALA>A<O> R<SER>A<N> central_sep2 -0.404986
+R<ALA>A<O> R<SER>A<N> sep1 0.121944
+R<ALA>A<O> R<SER>A<N> sep2 0.824611
+R<ALA>A<O> R<SER>A<O> central_sep1 0.732963
+R<ALA>A<O> R<SER>A<O> central_sep2 1.07139
+R<ALA>A<O> R<SER>A<O> sep1 0.738487
+R<ALA>A<O> R<SER>A<O> sep2 1.05947
+R<ALA>A<O> R<SER>A<OG> central_sep1 -0.53086
+R<ALA>A<O> R<SER>A<OG> central_sep2 0.179687
+R<ALA>A<O> R<SER>A<OG> sep1 1.21519
+R<ALA>A<O> R<SER>A<OG> sep2 0.35456
+R<ALA>A<O> R<THR>A<C> central_sep1 -0.128916
+R<ALA>A<O> R<THR>A<C> central_sep2 2.26183
+R<ALA>A<O> R<THR>A<C> sep1 -1.34908
+R<ALA>A<O> R<THR>A<C> sep2 1.23188
+R<ALA>A<O> R<THR>A<CA> central_sep1 1.58136
+R<ALA>A<O> R<THR>A<CA> central_sep2 -0.406125
+R<ALA>A<O> R<THR>A<CA> sep1 -1.97673
+R<ALA>A<O> R<THR>A<CA> sep2 0.600414
+R<ALA>A<O> R<THR>A<CB> central_sep1 -0.960242
+R<ALA>A<O> R<THR>A<CB> central_sep2 -0.00946702
+R<ALA>A<O> R<THR>A<CB> sep1 0.565777
+R<ALA>A<O> R<THR>A<CB> sep2 -0.594189
+R<ALA>A<O> R<THR>A<CG2> central_sep1 -0.354019
+R<ALA>A<O> R<THR>A<CG2> central_sep2 -0.117679
+R<ALA>A<O> R<THR>A<CG2> sep1 1.00634
+R<ALA>A<O> R<THR>A<CG2> sep2 0.424299
+R<ALA>A<O> R<THR>A<N> central_sep1 -1.4964
+R<ALA>A<O> R<THR>A<N> central_sep2 -0.712005
+R<ALA>A<O> R<THR>A<N> sep1 0.232464
+R<ALA>A<O> R<THR>A<N> sep2 1.09532
+R<ALA>A<O> R<THR>A<O> central_sep1 0.853193
+R<ALA>A<O> R<THR>A<O> central_sep2 0.848852
+R<ALA>A<O> R<THR>A<O> sep1 0.823276
+R<ALA>A<O> R<THR>A<O> sep2 1.04015
+R<ALA>A<O> R<THR>A<OG1> central_sep1 -0.86652
+R<ALA>A<O> R<THR>A<OG1> central_sep2 0.0938081
+R<ALA>A<O> R<THR>A<OG1> sep1 0.992249
+R<ALA>A<O> R<THR>A<OG1> sep2 0.307625
+R<ALA>A<O> R<TRP>A<C> central_sep1 -0.732784
+R<ALA>A<O> R<TRP>A<C> central_sep2 2.36464
+R<ALA>A<O> R<TRP>A<C> sep1 -1.35178
+R<ALA>A<O> R<TRP>A<C> sep2 1.26054
+R<ALA>A<O> R<TRP>A<CA> central_sep1 1.32848
+R<ALA>A<O> R<TRP>A<CA> central_sep2 -0.381087
+R<ALA>A<O> R<TRP>A<CA> sep1 -1.83875
+R<ALA>A<O> R<TRP>A<CA> sep2 0.754434
+R<ALA>A<O> R<TRP>A<CB> central_sep1 -1.32631
+R<ALA>A<O> R<TRP>A<CB> central_sep2 -0.195698
+R<ALA>A<O> R<TRP>A<CB> sep1 0.666355
+R<ALA>A<O> R<TRP>A<CB> sep2 -0.0237047
+R<ALA>A<O> R<TRP>A<CD1> central_sep1 -0.62011
+R<ALA>A<O> R<TRP>A<CD1> central_sep2 -0.150791
+R<ALA>A<O> R<TRP>A<CD1> sep1 1.14333
+R<ALA>A<O> R<TRP>A<CD1> sep2 0.0166039
+R<ALA>A<O> R<TRP>A<CD2> central_sep1 0.56421
+R<ALA>A<O> R<TRP>A<CD2> central_sep2 1.70456
+R<ALA>A<O> R<TRP>A<CD2> sep1 0.929075
+R<ALA>A<O> R<TRP>A<CD2> sep2 0.798261
+R<ALA>A<O> R<TRP>A<CE2> central_sep1 1.39738
+R<ALA>A<O> R<TRP>A<CE2> central_sep2 1.73386
+R<ALA>A<O> R<TRP>A<CE2> sep1 1.16145
+R<ALA>A<O> R<TRP>A<CE2> sep2 0.420823
+R<ALA>A<O> R<TRP>A<CE3> central_sep1 0.230407
+R<ALA>A<O> R<TRP>A<CE3> central_sep2 0.0525754
+R<ALA>A<O> R<TRP>A<CE3> sep1 1.47088
+R<ALA>A<O> R<TRP>A<CE3> sep2 0.289441
+R<ALA>A<O> R<TRP>A<CG> central_sep1 0.560148
+R<ALA>A<O> R<TRP>A<CG> central_sep2 1.51055
+R<ALA>A<O> R<TRP>A<CG> sep1 0.458553
+R<ALA>A<O> R<TRP>A<CG> sep2 -0.0402436
+R<ALA>A<O> R<TRP>A<CH2> central_sep1 2.78836
+R<ALA>A<O> R<TRP>A<CH2> central_sep2 -0.342666
+R<ALA>A<O> R<TRP>A<CH2> sep1 3.08876
+R<ALA>A<O> R<TRP>A<CH2> sep2 -0.332482
+R<ALA>A<O> R<TRP>A<CZ2> central_sep1 2.03248
+R<ALA>A<O> R<TRP>A<CZ2> central_sep2 -0.404675
+R<ALA>A<O> R<TRP>A<CZ2> sep1 2.69691
+R<ALA>A<O> R<TRP>A<CZ2> sep2 -0.271721
+R<ALA>A<O> R<TRP>A<CZ3> central_sep1 1.20103
+R<ALA>A<O> R<TRP>A<CZ3> central_sep2 -0.318099
+R<ALA>A<O> R<TRP>A<CZ3> sep1 2.69301
+R<ALA>A<O> R<TRP>A<CZ3> sep2 -0.0146029
+R<ALA>A<O> R<TRP>A<N> central_sep1 -1.7951
+R<ALA>A<O> R<TRP>A<N> central_sep2 -0.779402
+R<ALA>A<O> R<TRP>A<N> sep1 0.545525
+R<ALA>A<O> R<TRP>A<N> sep2 0.831165
+R<ALA>A<O> R<TRP>A<NE1> central_sep1 0.440389
+R<ALA>A<O> R<TRP>A<NE1> central_sep2 -0.877261
+R<ALA>A<O> R<TRP>A<NE1> sep1 1.40256
+R<ALA>A<O> R<TRP>A<NE1> sep2 -0.120702
+R<ALA>A<O> R<TRP>A<O> central_sep1 0.822074
+R<ALA>A<O> R<TRP>A<O> central_sep2 0.788587
+R<ALA>A<O> R<TRP>A<O> sep1 0.956328
+R<ALA>A<O> R<TRP>A<O> sep2 1.18166
+R<ALA>A<O> R<TYR>A<C> central_sep1 -0.618643
+R<ALA>A<O> R<TYR>A<C> central_sep2 2.52967
+R<ALA>A<O> R<TYR>A<C> sep1 -1.2017
+R<ALA>A<O> R<TYR>A<C> sep2 1.27478
+R<ALA>A<O> R<TYR>A<CA> central_sep1 1.34431
+R<ALA>A<O> R<TYR>A<CA> central_sep2 -0.434532
+R<ALA>A<O> R<TYR>A<CA> sep1 -1.76492
+R<ALA>A<O> R<TYR>A<CA> sep2 0.67327
+R<ALA>A<O> R<TYR>A<CB> central_sep1 -1.33388
+R<ALA>A<O> R<TYR>A<CB> central_sep2 -0.24421
+R<ALA>A<O> R<TYR>A<CB> sep1 0.595581
+R<ALA>A<O> R<TYR>A<CB> sep2 -0.290329
+R<ALA>A<O> R<TYR>A<CD1> central_sep1 -0.328053
+R<ALA>A<O> R<TYR>A<CD1> central_sep2 -0.223818
+R<ALA>A<O> R<TYR>A<CD1> sep1 1.07814
+R<ALA>A<O> R<TYR>A<CD1> sep2 0.180449
+R<ALA>A<O> R<TYR>A<CE1> central_sep1 0.760305
+R<ALA>A<O> R<TYR>A<CE1> central_sep2 -0.195285
+R<ALA>A<O> R<TYR>A<CE1> sep1 1.53497
+R<ALA>A<O> R<TYR>A<CE1> sep2 0.107498
+R<ALA>A<O> R<TYR>A<CG> central_sep1 0.555275
+R<ALA>A<O> R<TYR>A<CG> central_sep2 1.25583
+R<ALA>A<O> R<TYR>A<CG> sep1 0.340668
+R<ALA>A<O> R<TYR>A<CG> sep2 -0.233044
+R<ALA>A<O> R<TYR>A<CZ> central_sep1 1.5621
+R<ALA>A<O> R<TYR>A<CZ> central_sep2 1.1443
+R<ALA>A<O> R<TYR>A<CZ> sep1 1.51034
+R<ALA>A<O> R<TYR>A<CZ> sep2 0.0306968
+R<ALA>A<O> R<TYR>A<N> central_sep1 -1.85535
+R<ALA>A<O> R<TYR>A<N> central_sep2 -0.967042
+R<ALA>A<O> R<TYR>A<N> sep1 0.567562
+R<ALA>A<O> R<TYR>A<N> sep2 0.926835
+R<ALA>A<O> R<TYR>A<O> central_sep1 0.829237
+R<ALA>A<O> R<TYR>A<O> central_sep2 0.700323
+R<ALA>A<O> R<TYR>A<O> sep1 0.9016
+R<ALA>A<O> R<TYR>A<O> sep2 0.99027
+R<ALA>A<O> R<TYR>A<OH> central_sep1 2.04103
+R<ALA>A<O> R<TYR>A<OH> central_sep2 -0.209251
+R<ALA>A<O> R<TYR>A<OH> sep1 3.05895
+R<ALA>A<O> R<TYR>A<OH> sep2 -0.0498783
+R<ALA>A<O> R<VAL>A<C> central_sep1 -0.497038
+R<ALA>A<O> R<VAL>A<C> central_sep2 2.80673
+R<ALA>A<O> R<VAL>A<C> sep1 -1.30039
+R<ALA>A<O> R<VAL>A<C> sep2 1.50701
+R<ALA>A<O> R<VAL>A<CA> central_sep1 1.30112
+R<ALA>A<O> R<VAL>A<CA> central_sep2 -0.915576
+R<ALA>A<O> R<VAL>A<CA> sep1 -1.97664
+R<ALA>A<O> R<VAL>A<CA> sep2 0.545578
+R<ALA>A<O> R<VAL>A<CB> central_sep1 -1.45987
+R<ALA>A<O> R<VAL>A<CB> central_sep2 -0.274618
+R<ALA>A<O> R<VAL>A<CB> sep1 0.542012
+R<ALA>A<O> R<VAL>A<CB> sep2 -0.923434
+R<ALA>A<O> R<VAL>A<CG1> central_sep1 -0.216955
+R<ALA>A<O> R<VAL>A<CG1> central_sep2 -0.462275
+R<ALA>A<O> R<VAL>A<CG1> sep1 1.41018
+R<ALA>A<O> R<VAL>A<CG1> sep2 0.141084
+R<ALA>A<O> R<VAL>A<CG2> central_sep1 -0.868707
+R<ALA>A<O> R<VAL>A<CG2> central_sep2 -0.425015
+R<ALA>A<O> R<VAL>A<CG2> sep1 0.94393
+R<ALA>A<O> R<VAL>A<CG2> sep2 0.0265365
+R<ALA>A<O> R<VAL>A<N> central_sep1 -1.76603
+R<ALA>A<O> R<VAL>A<N> central_sep2 -1.39963
+R<ALA>A<O> R<VAL>A<N> sep1 0.315986
+R<ALA>A<O> R<VAL>A<N> sep2 1.08014
+R<ALA>A<O> R<VAL>A<O> central_sep1 0.670188
+R<ALA>A<O> R<VAL>A<O> central_sep2 0.356269
+R<ALA>A<O> R<VAL>A<O> sep1 0.813495
+R<ALA>A<O> R<VAL>A<O> sep2 0.791666
+R<ALA>A<O> c<solvent> . 0.505001
+R<ARG>A<C> R<ARG>A<C> central_sep1 3.78743
+R<ARG>A<C> R<ARG>A<C> central_sep2 3.10423
+R<ARG>A<C> R<ARG>A<C> sep1 -2.66185
+R<ARG>A<C> R<ARG>A<C> sep2 2.36258
+R<ARG>A<C> R<ARG>A<CA> central_sep1 3.55692
+R<ARG>A<C> R<ARG>A<CA> central_sep2 2.43729
+R<ARG>A<C> R<ARG>A<CA> sep1 -2.74422
+R<ARG>A<C> R<ARG>A<CA> sep2 0.921631
+R<ARG>A<C> R<ARG>A<CB> central_sep1 1.83419
+R<ARG>A<C> R<ARG>A<CB> central_sep2 1.19314
+R<ARG>A<C> R<ARG>A<CB> sep1 -0.094799
+R<ARG>A<C> R<ARG>A<CB> sep2 0.195649
+R<ARG>A<C> R<ARG>A<CD> central_sep1 1.69474
+R<ARG>A<C> R<ARG>A<CD> central_sep2 0.758982
+R<ARG>A<C> R<ARG>A<CD> sep1 0.592577
+R<ARG>A<C> R<ARG>A<CD> sep2 -0.0191064
+R<ARG>A<C> R<ARG>A<CG> central_sep1 0.493654
+R<ARG>A<C> R<ARG>A<CG> central_sep2 0.94407
+R<ARG>A<C> R<ARG>A<CG> sep1 -0.754864
+R<ARG>A<C> R<ARG>A<CG> sep2 -0.0820148
+R<ARG>A<C> R<ARG>A<CZ> central_sep1 0.422362
+R<ARG>A<C> R<ARG>A<CZ> central_sep2 0.928355
+R<ARG>A<C> R<ARG>A<CZ> sep1 1.59951
+R<ARG>A<C> R<ARG>A<CZ> sep2 0.0922358
+R<ARG>A<C> R<ARG>A<N> central_sep1 -0.609544
+R<ARG>A<C> R<ARG>A<N> central_sep2 3.21163
+R<ARG>A<C> R<ARG>A<N> sep1 -1.78728
+R<ARG>A<C> R<ARG>A<N> sep2 1.80712
+R<ARG>A<C> R<ARG>A<NE> central_sep1 1.79029
+R<ARG>A<C> R<ARG>A<NE> central_sep2 1.35076
+R<ARG>A<C> R<ARG>A<NE> sep1 1.32582
+R<ARG>A<C> R<ARG>A<NE> sep2 0.185371
+R<ARG>A<C> R<ARG>A<NH1> central_sep1 1.30853
+R<ARG>A<C> R<ARG>A<NH1> central_sep2 0.998957
+R<ARG>A<C> R<ARG>A<NH1> sep1 2.18638
+R<ARG>A<C> R<ARG>A<NH1> sep2 0.0311228
+R<ARG>A<C> R<ARG>A<O> central_sep1 -0.83852
+R<ARG>A<C> R<ARG>A<O> central_sep2 2.4463
+R<ARG>A<C> R<ARG>A<O> sep1 -1.59447
+R<ARG>A<C> R<ARG>A<O> sep2 1.28401
+R<ARG>A<C> R<ASN>A<C> central_sep1 3.84489
+R<ARG>A<C> R<ASN>A<C> central_sep2 3.54856
+R<ARG>A<C> R<ASN>A<C> sep1 -2.22873
+R<ARG>A<C> R<ASN>A<C> sep2 2.04615
+R<ARG>A<C> R<ASN>A<CA> central_sep1 3.776
+R<ARG>A<C> R<ASN>A<CA> central_sep2 2.38091
+R<ARG>A<C> R<ASN>A<CA> sep1 -2.52664
+R<ARG>A<C> R<ASN>A<CA> sep2 0.737066
+R<ARG>A<C> R<ASN>A<CB> central_sep1 2.52103
+R<ARG>A<C> R<ASN>A<CB> central_sep2 1.35578
+R<ARG>A<C> R<ASN>A<CB> sep1 -0.522868
+R<ARG>A<C> R<ASN>A<CB> sep2 0.223096
+R<ARG>A<C> R<ASN>A<CG> central_sep1 1.17719
+R<ARG>A<C> R<ASN>A<CG> central_sep2 1.47341
+R<ARG>A<C> R<ASN>A<CG> sep1 -0.806128
+R<ARG>A<C> R<ASN>A<CG> sep2 0.34395
+R<ARG>A<C> R<ASN>A<N> central_sep1 -0.473988
+R<ARG>A<C> R<ASN>A<N> central_sep2 2.47901
+R<ARG>A<C> R<ASN>A<N> sep1 -1.4878
+R<ARG>A<C> R<ASN>A<N> sep2 1.7022
+R<ARG>A<C> R<ASN>A<ND2> central_sep1 1.57543
+R<ARG>A<C> R<ASN>A<ND2> central_sep2 1.19757
+R<ARG>A<C> R<ASN>A<ND2> sep1 0.297374
+R<ARG>A<C> R<ASN>A<ND2> sep2 0.167247
+R<ARG>A<C> R<ASN>A<O> central_sep1 -0.652256
+R<ARG>A<C> R<ASN>A<O> central_sep2 2.48792
+R<ARG>A<C> R<ASN>A<O> sep1 -1.26226
+R<ARG>A<C> R<ASN>A<O> sep2 1.22719
+R<ARG>A<C> R<ASN>A<OD1> central_sep1 1.17621
+R<ARG>A<C> R<ASN>A<OD1> central_sep2 1.45873
+R<ARG>A<C> R<ASN>A<OD1> sep1 0.196844
+R<ARG>A<C> R<ASN>A<OD1> sep2 0.577141
+R<ARG>A<C> R<ASP>A<C> central_sep1 4.19215
+R<ARG>A<C> R<ASP>A<C> central_sep2 3.81272
+R<ARG>A<C> R<ASP>A<C> sep1 -2.35508
+R<ARG>A<C> R<ASP>A<C> sep2 2.73594
+R<ARG>A<C> R<ASP>A<CA> central_sep1 4.1918
+R<ARG>A<C> R<ASP>A<CA> central_sep2 2.43604
+R<ARG>A<C> R<ASP>A<CA> sep1 -2.64647
+R<ARG>A<C> R<ASP>A<CA> sep2 0.812902
+R<ARG>A<C> R<ASP>A<CB> central_sep1 2.46163
+R<ARG>A<C> R<ASP>A<CB> central_sep2 1.68734
+R<ARG>A<C> R<ASP>A<CB> sep1 -0.229114
+R<ARG>A<C> R<ASP>A<CB> sep2 0.324459
+R<ARG>A<C> R<ASP>A<CG> central_sep1 2.31926
+R<ARG>A<C> R<ASP>A<CG> central_sep2 2.18044
+R<ARG>A<C> R<ASP>A<CG> sep1 0.121645
+R<ARG>A<C> R<ASP>A<CG> sep2 0.803826
+R<ARG>A<C> R<ASP>A<N> central_sep1 -0.74873
+R<ARG>A<C> R<ASP>A<N> central_sep2 3.24304
+R<ARG>A<C> R<ASP>A<N> sep1 -1.55729
+R<ARG>A<C> R<ASP>A<N> sep2 1.67567
+R<ARG>A<C> R<ASP>A<O> central_sep1 -0.661896
+R<ARG>A<C> R<ASP>A<O> central_sep2 2.53052
+R<ARG>A<C> R<ASP>A<O> sep1 -1.36355
+R<ARG>A<C> R<ASP>A<O> sep2 1.45464
+R<ARG>A<C> R<ASP>A<OD1> central_sep1 1.40993
+R<ARG>A<C> R<ASP>A<OD1> central_sep2 2.22729
+R<ARG>A<C> R<ASP>A<OD1> sep1 0.287604
+R<ARG>A<C> R<ASP>A<OD1> sep2 1.1453
+R<ARG>A<C> R<CYS>A<C> central_sep1 4.33107
+R<ARG>A<C> R<CYS>A<C> central_sep2 2.90402
+R<ARG>A<C> R<CYS>A<C> sep1 -2.52904
+R<ARG>A<C> R<CYS>A<C> sep2 1.95658
+R<ARG>A<C> R<CYS>A<CA> central_sep1 3.59138
+R<ARG>A<C> R<CYS>A<CA> central_sep2 2.12511
+R<ARG>A<C> R<CYS>A<CA> sep1 -2.59215
+R<ARG>A<C> R<CYS>A<CA> sep2 0.373399
+R<ARG>A<C> R<CYS>A<CB> central_sep1 2.09846
+R<ARG>A<C> R<CYS>A<CB> central_sep2 0.638928
+R<ARG>A<C> R<CYS>A<CB> sep1 -0.210789
+R<ARG>A<C> R<CYS>A<CB> sep2 -0.519621
+R<ARG>A<C> R<CYS>A<N> central_sep1 -0.290916
+R<ARG>A<C> R<CYS>A<N> central_sep2 2.65084
+R<ARG>A<C> R<CYS>A<N> sep1 -1.67214
+R<ARG>A<C> R<CYS>A<N> sep2 1.69531
+R<ARG>A<C> R<CYS>A<O> central_sep1 -0.819833
+R<ARG>A<C> R<CYS>A<O> central_sep2 2.51237
+R<ARG>A<C> R<CYS>A<O> sep1 -1.49824
+R<ARG>A<C> R<CYS>A<O> sep2 1.20189
+R<ARG>A<C> R<CYS>A<SG> central_sep1 0.474107
+R<ARG>A<C> R<CYS>A<SG> central_sep2 -0.143594
+R<ARG>A<C> R<CYS>A<SG> sep1 -0.219537
+R<ARG>A<C> R<CYS>A<SG> sep2 -0.594974
+R<ARG>A<C> R<GLN>A<C> central_sep1 3.85667
+R<ARG>A<C> R<GLN>A<C> central_sep2 4.73056
+R<ARG>A<C> R<GLN>A<C> sep1 -2.58022
+R<ARG>A<C> R<GLN>A<C> sep2 2.59417
+R<ARG>A<C> R<GLN>A<CA> central_sep1 3.65836
+R<ARG>A<C> R<GLN>A<CA> central_sep2 2.42086
+R<ARG>A<C> R<GLN>A<CA> sep1 -2.71425
+R<ARG>A<C> R<GLN>A<CA> sep2 1.16163
+R<ARG>A<C> R<GLN>A<CB> central_sep1 2.31175
+R<ARG>A<C> R<GLN>A<CB> central_sep2 1.66703
+R<ARG>A<C> R<GLN>A<CB> sep1 -0.0710711
+R<ARG>A<C> R<GLN>A<CB> sep2 0.524716
+R<ARG>A<C> R<GLN>A<CD> central_sep1 1.32849
+R<ARG>A<C> R<GLN>A<CD> central_sep2 1.39307
+R<ARG>A<C> R<GLN>A<CD> sep1 -0.142597
+R<ARG>A<C> R<GLN>A<CD> sep2 0.243613
+R<ARG>A<C> R<GLN>A<CG> central_sep1 0.87712
+R<ARG>A<C> R<GLN>A<CG> central_sep2 1.18677
+R<ARG>A<C> R<GLN>A<CG> sep1 -0.4714
+R<ARG>A<C> R<GLN>A<CG> sep2 0.125133
+R<ARG>A<C> R<GLN>A<N> central_sep1 -0.764871
+R<ARG>A<C> R<GLN>A<N> central_sep2 3.2611
+R<ARG>A<C> R<GLN>A<N> sep1 -1.79474
+R<ARG>A<C> R<GLN>A<N> sep2 2.11196
+R<ARG>A<C> R<GLN>A<NE2> central_sep1 1.27498
+R<ARG>A<C> R<GLN>A<NE2> central_sep2 1.32872
+R<ARG>A<C> R<GLN>A<NE2> sep1 1.0537
+R<ARG>A<C> R<GLN>A<NE2> sep2 0.183493
+R<ARG>A<C> R<GLN>A<O> central_sep1 -0.765441
+R<ARG>A<C> R<GLN>A<O> central_sep2 2.9318
+R<ARG>A<C> R<GLN>A<O> sep1 -1.51754
+R<ARG>A<C> R<GLN>A<O> sep2 1.61583
+R<ARG>A<C> R<GLN>A<OE1> central_sep1 1.40766
+R<ARG>A<C> R<GLN>A<OE1> central_sep2 1.59592
+R<ARG>A<C> R<GLN>A<OE1> sep1 1.21076
+R<ARG>A<C> R<GLN>A<OE1> sep2 0.660246
+R<ARG>A<C> R<GLU>A<C> central_sep1 4.79714
+R<ARG>A<C> R<GLU>A<C> central_sep2 3.82655
+R<ARG>A<C> R<GLU>A<C> sep1 -2.61897
+R<ARG>A<C> R<GLU>A<C> sep2 2.22756
+R<ARG>A<C> R<GLU>A<CA> central_sep1 3.66032
+R<ARG>A<C> R<GLU>A<CA> central_sep2 2.59925
+R<ARG>A<C> R<GLU>A<CA> sep1 -2.7835
+R<ARG>A<C> R<GLU>A<CA> sep2 0.917815
+R<ARG>A<C> R<GLU>A<CB> central_sep1 2.19771
+R<ARG>A<C> R<GLU>A<CB> central_sep2 1.73445
+R<ARG>A<C> R<GLU>A<CB> sep1 0.153562
+R<ARG>A<C> R<GLU>A<CB> sep2 0.314982
+R<ARG>A<C> R<GLU>A<CD> central_sep1 1.67534
+R<ARG>A<C> R<GLU>A<CD> central_sep2 2.09947
+R<ARG>A<C> R<GLU>A<CD> sep1 -0.534961
+R<ARG>A<C> R<GLU>A<CD> sep2 0.649592
+R<ARG>A<C> R<GLU>A<CG> central_sep1 1.01687
+R<ARG>A<C> R<GLU>A<CG> central_sep2 1.22601
+R<ARG>A<C> R<GLU>A<CG> sep1 -0.365486
+R<ARG>A<C> R<GLU>A<CG> sep2 0.129482
+R<ARG>A<C> R<GLU>A<N> central_sep1 -0.881294
+R<ARG>A<C> R<GLU>A<N> central_sep2 2.80817
+R<ARG>A<C> R<GLU>A<N> sep1 -1.74945
+R<ARG>A<C> R<GLU>A<N> sep2 1.9238
+R<ARG>A<C> R<GLU>A<O> central_sep1 -0.778479
+R<ARG>A<C> R<GLU>A<O> central_sep2 2.73197
+R<ARG>A<C> R<GLU>A<O> sep1 -1.56541
+R<ARG>A<C> R<GLU>A<O> sep2 1.66433
+R<ARG>A<C> R<GLU>A<OE1> central_sep1 1.90602
+R<ARG>A<C> R<GLU>A<OE1> central_sep2 2.34664
+R<ARG>A<C> R<GLU>A<OE1> sep1 1.4073
+R<ARG>A<C> R<GLU>A<OE1> sep2 1.27068
+R<ARG>A<C> R<GLY>A<C> central_sep1 3.55419
+R<ARG>A<C> R<GLY>A<C> central_sep2 2.75534
+R<ARG>A<C> R<GLY>A<C> sep1 -1.92163
+R<ARG>A<C> R<GLY>A<C> sep2 1.56625
+R<ARG>A<C> R<GLY>A<CA> central_sep1 3.03344
+R<ARG>A<C> R<GLY>A<CA> central_sep2 1.19583
+R<ARG>A<C> R<GLY>A<CA> sep1 -1.71872
+R<ARG>A<C> R<GLY>A<CA> sep2 0.105889
+R<ARG>A<C> R<GLY>A<N> central_sep1 -0.247026
+R<ARG>A<C> R<GLY>A<N> central_sep2 1.85299
+R<ARG>A<C> R<GLY>A<N> sep1 -1.6907
+R<ARG>A<C> R<GLY>A<N> sep2 0.865034
+R<ARG>A<C> R<GLY>A<O> central_sep1 -0.277741
+R<ARG>A<C> R<GLY>A<O> central_sep2 2.08445
+R<ARG>A<C> R<GLY>A<O> sep1 -1.40814
+R<ARG>A<C> R<GLY>A<O> sep2 0.97112
+R<ARG>A<C> R<HIS>A<C> central_sep1 5.74733
+R<ARG>A<C> R<HIS>A<C> central_sep2 4.04136
+R<ARG>A<C> R<HIS>A<C> sep1 -2.42594
+R<ARG>A<C> R<HIS>A<C> sep2 2.27753
+R<ARG>A<C> R<HIS>A<CA> central_sep1 3.81175
+R<ARG>A<C> R<HIS>A<CA> central_sep2 2.40001
+R<ARG>A<C> R<HIS>A<CA> sep1 -2.63251
+R<ARG>A<C> R<HIS>A<CA> sep2 0.767486
+R<ARG>A<C> R<HIS>A<CB> central_sep1 2.20135
+R<ARG>A<C> R<HIS>A<CB> central_sep2 1.0949
+R<ARG>A<C> R<HIS>A<CB> sep1 -0.0274445
+R<ARG>A<C> R<HIS>A<CB> sep2 -0.0449558
+R<ARG>A<C> R<HIS>A<CD2> central_sep1 -0.139453
+R<ARG>A<C> R<HIS>A<CD2> central_sep2 0.560392
+R<ARG>A<C> R<HIS>A<CD2> sep1 -0.202014
+R<ARG>A<C> R<HIS>A<CD2> sep2 -0.150696
+R<ARG>A<C> R<HIS>A<CE1> central_sep1 1.52358
+R<ARG>A<C> R<HIS>A<CE1> central_sep2 0.891073
+R<ARG>A<C> R<HIS>A<CE1> sep1 1.6701
+R<ARG>A<C> R<HIS>A<CE1> sep2 -0.027737
+R<ARG>A<C> R<HIS>A<CG> central_sep1 0.350393
+R<ARG>A<C> R<HIS>A<CG> central_sep2 0.771945
+R<ARG>A<C> R<HIS>A<CG> sep1 -1.62971
+R<ARG>A<C> R<HIS>A<CG> sep2 0.35959
+R<ARG>A<C> R<HIS>A<N> central_sep1 -0.538792
+R<ARG>A<C> R<HIS>A<N> central_sep2 3.38743
+R<ARG>A<C> R<HIS>A<N> sep1 -1.67956
+R<ARG>A<C> R<HIS>A<N> sep2 1.88993
+R<ARG>A<C> R<HIS>A<ND1> central_sep1 0.202031
+R<ARG>A<C> R<HIS>A<ND1> central_sep2 1.05396
+R<ARG>A<C> R<HIS>A<ND1> sep1 -0.162864
+R<ARG>A<C> R<HIS>A<ND1> sep2 0.188087
+R<ARG>A<C> R<HIS>A<NE2> central_sep1 1.88906
+R<ARG>A<C> R<HIS>A<NE2> central_sep2 1.16494
+R<ARG>A<C> R<HIS>A<NE2> sep1 2.10584
+R<ARG>A<C> R<HIS>A<NE2> sep2 0.102566
+R<ARG>A<C> R<HIS>A<O> central_sep1 -0.943299
+R<ARG>A<C> R<HIS>A<O> central_sep2 2.20198
+R<ARG>A<C> R<HIS>A<O> sep1 -1.37155
+R<ARG>A<C> R<HIS>A<O> sep2 1.23703
+R<ARG>A<C> R<ILE>A<C> central_sep1 4.80031
+R<ARG>A<C> R<ILE>A<C> central_sep2 3.63726
+R<ARG>A<C> R<ILE>A<C> sep1 -2.81982
+R<ARG>A<C> R<ILE>A<C> sep2 2.98166
+R<ARG>A<C> R<ILE>A<CA> central_sep1 3.90662
+R<ARG>A<C> R<ILE>A<CA> central_sep2 2.91277
+R<ARG>A<C> R<ILE>A<CA> sep1 -2.85395
+R<ARG>A<C> R<ILE>A<CA> sep2 1.03308
+R<ARG>A<C> R<ILE>A<CB> central_sep1 2.34728
+R<ARG>A<C> R<ILE>A<CB> central_sep2 1.28757
+R<ARG>A<C> R<ILE>A<CB> sep1 0.0924325
+R<ARG>A<C> R<ILE>A<CB> sep2 -0.198408
+R<ARG>A<C> R<ILE>A<CD1> central_sep1 0.946788
+R<ARG>A<C> R<ILE>A<CD1> central_sep2 0.0499166
+R<ARG>A<C> R<ILE>A<CD1> sep1 0.177269
+R<ARG>A<C> R<ILE>A<CD1> sep2 -0.275982
+R<ARG>A<C> R<ILE>A<CG1> central_sep1 0.376686
+R<ARG>A<C> R<ILE>A<CG1> central_sep2 0.535868
+R<ARG>A<C> R<ILE>A<CG1> sep1 -1.27588
+R<ARG>A<C> R<ILE>A<CG1> sep2 -0.200829
+R<ARG>A<C> R<ILE>A<CG2> central_sep1 0.423135
+R<ARG>A<C> R<ILE>A<CG2> central_sep2 0.501835
+R<ARG>A<C> R<ILE>A<CG2> sep1 -0.195061
+R<ARG>A<C> R<ILE>A<CG2> sep2 -0.384724
+R<ARG>A<C> R<ILE>A<N> central_sep1 -0.210925
+R<ARG>A<C> R<ILE>A<N> central_sep2 3.21098
+R<ARG>A<C> R<ILE>A<N> sep1 -1.78668
+R<ARG>A<C> R<ILE>A<N> sep2 2.14362
+R<ARG>A<C> R<ILE>A<O> central_sep1 -1.06826
+R<ARG>A<C> R<ILE>A<O> central_sep2 2.59898
+R<ARG>A<C> R<ILE>A<O> sep1 -1.22465
+R<ARG>A<C> R<ILE>A<O> sep2 1.31461
+R<ARG>A<C> R<LEU>A<C> central_sep1 3.72345
+R<ARG>A<C> R<LEU>A<C> central_sep2 4.16187
+R<ARG>A<C> R<LEU>A<C> sep1 -2.72408
+R<ARG>A<C> R<LEU>A<C> sep2 2.71309
+R<ARG>A<C> R<LEU>A<CA> central_sep1 3.83228
+R<ARG>A<C> R<LEU>A<CA> central_sep2 3.24242
+R<ARG>A<C> R<LEU>A<CA> sep1 -2.93411
+R<ARG>A<C> R<LEU>A<CA> sep2 1.3664
+R<ARG>A<C> R<LEU>A<CB> central_sep1 1.74474
+R<ARG>A<C> R<LEU>A<CB> central_sep2 1.27645
+R<ARG>A<C> R<LEU>A<CB> sep1 0.290853
+R<ARG>A<C> R<LEU>A<CB> sep2 0.18765
+R<ARG>A<C> R<LEU>A<CD1> central_sep1 1.03391
+R<ARG>A<C> R<LEU>A<CD1> central_sep2 -0.0988056
+R<ARG>A<C> R<LEU>A<CD1> sep1 0.470398
+R<ARG>A<C> R<LEU>A<CD1> sep2 -0.49046
+R<ARG>A<C> R<LEU>A<CD2> central_sep1 1.01909
+R<ARG>A<C> R<LEU>A<CD2> central_sep2 -0.0518462
+R<ARG>A<C> R<LEU>A<CD2> sep1 0.23737
+R<ARG>A<C> R<LEU>A<CD2> sep2 -0.321075
+R<ARG>A<C> R<LEU>A<CG> central_sep1 0.0533532
+R<ARG>A<C> R<LEU>A<CG> central_sep2 0.76349
+R<ARG>A<C> R<LEU>A<CG> sep1 -1.1551
+R<ARG>A<C> R<LEU>A<CG> sep2 -0.0555197
+R<ARG>A<C> R<LEU>A<N> central_sep1 -0.641313
+R<ARG>A<C> R<LEU>A<N> central_sep2 3.42321
+R<ARG>A<C> R<LEU>A<N> sep1 -1.96974
+R<ARG>A<C> R<LEU>A<N> sep2 2.0584
+R<ARG>A<C> R<LEU>A<O> central_sep1 -1.16068
+R<ARG>A<C> R<LEU>A<O> central_sep2 2.55394
+R<ARG>A<C> R<LEU>A<O> sep1 -1.51959
+R<ARG>A<C> R<LEU>A<O> sep2 1.46024
+R<ARG>A<C> R<LYS>A<C> central_sep1 4.2231
+R<ARG>A<C> R<LYS>A<C> central_sep2 4.29309
+R<ARG>A<C> R<LYS>A<C> sep1 -2.45621
+R<ARG>A<C> R<LYS>A<C> sep2 3.30911
+R<ARG>A<C> R<LYS>A<CA> central_sep1 3.60316
+R<ARG>A<C> R<LYS>A<CA> central_sep2 2.42589
+R<ARG>A<C> R<LYS>A<CA> sep1 -2.54078
+R<ARG>A<C> R<LYS>A<CA> sep2 1.33424
+R<ARG>A<C> R<LYS>A<CB> central_sep1 2.47473
+R<ARG>A<C> R<LYS>A<CB> central_sep2 1.57572
+R<ARG>A<C> R<LYS>A<CB> sep1 0.154106
+R<ARG>A<C> R<LYS>A<CB> sep2 0.68078
+R<ARG>A<C> R<LYS>A<CD> central_sep1 1.85151
+R<ARG>A<C> R<LYS>A<CD> central_sep2 1.31232
+R<ARG>A<C> R<LYS>A<CD> sep1 0.701998
+R<ARG>A<C> R<LYS>A<CD> sep2 0.568746
+R<ARG>A<C> R<LYS>A<CE> central_sep1 2.03257
+R<ARG>A<C> R<LYS>A<CE> central_sep2 1.83748
+R<ARG>A<C> R<LYS>A<CE> sep1 1.54941
+R<ARG>A<C> R<LYS>A<CE> sep2 0.877143
+R<ARG>A<C> R<LYS>A<CG> central_sep1 0.923743
+R<ARG>A<C> R<LYS>A<CG> central_sep2 1.07793
+R<ARG>A<C> R<LYS>A<CG> sep1 -0.55029
+R<ARG>A<C> R<LYS>A<CG> sep2 0.446253
+R<ARG>A<C> R<LYS>A<N> central_sep1 -0.376795
+R<ARG>A<C> R<LYS>A<N> central_sep2 3.53979
+R<ARG>A<C> R<LYS>A<N> sep1 -1.53537
+R<ARG>A<C> R<LYS>A<N> sep2 2.11147
+R<ARG>A<C> R<LYS>A<NZ> central_sep1 2.91823
+R<ARG>A<C> R<LYS>A<NZ> central_sep2 2.4217
+R<ARG>A<C> R<LYS>A<NZ> sep1 2.64606
+R<ARG>A<C> R<LYS>A<NZ> sep2 0.817539
+R<ARG>A<C> R<LYS>A<O> central_sep1 -0.594616
+R<ARG>A<C> R<LYS>A<O> central_sep2 3.07911
+R<ARG>A<C> R<LYS>A<O> sep1 -1.33559
+R<ARG>A<C> R<LYS>A<O> sep2 1.95348
+R<ARG>A<C> R<MET>A<C> central_sep1 4.85542
+R<ARG>A<C> R<MET>A<C> central_sep2 4.03104
+R<ARG>A<C> R<MET>A<C> sep1 -2.62044
+R<ARG>A<C> R<MET>A<C> sep2 1.8637
+R<ARG>A<C> R<MET>A<CA> central_sep1 3.56247
+R<ARG>A<C> R<MET>A<CA> central_sep2 2.5328
+R<ARG>A<C> R<MET>A<CA> sep1 -2.69841
+R<ARG>A<C> R<MET>A<CA> sep2 0.863349
+R<ARG>A<C> R<MET>A<CB> central_sep1 1.86197
+R<ARG>A<C> R<MET>A<CB> central_sep2 1.35177
+R<ARG>A<C> R<MET>A<CB> sep1 0.0228064
+R<ARG>A<C> R<MET>A<CB> sep2 0.205414
+R<ARG>A<C> R<MET>A<CE> central_sep1 0.634955
+R<ARG>A<C> R<MET>A<CE> central_sep2 -0.0872204
+R<ARG>A<C> R<MET>A<CE> sep1 1.2001
+R<ARG>A<C> R<MET>A<CE> sep2 -0.372641
+R<ARG>A<C> R<MET>A<CG> central_sep1 0.563688
+R<ARG>A<C> R<MET>A<CG> central_sep2 0.577962
+R<ARG>A<C> R<MET>A<CG> sep1 -0.621396
+R<ARG>A<C> R<MET>A<CG> sep2 -0.067444
+R<ARG>A<C> R<MET>A<N> central_sep1 -0.529901
+R<ARG>A<C> R<MET>A<N> central_sep2 3.54588
+R<ARG>A<C> R<MET>A<N> sep1 -1.82828
+R<ARG>A<C> R<MET>A<N> sep2 1.77267
+R<ARG>A<C> R<MET>A<O> central_sep1 -1.01911
+R<ARG>A<C> R<MET>A<O> central_sep2 2.5989
+R<ARG>A<C> R<MET>A<O> sep1 -1.5421
+R<ARG>A<C> R<MET>A<O> sep2 1.24981
+R<ARG>A<C> R<MET>A<SD> central_sep1 0.867333
+R<ARG>A<C> R<MET>A<SD> central_sep2 -0.0131117
+R<ARG>A<C> R<MET>A<SD> sep1 0.512669
+R<ARG>A<C> R<MET>A<SD> sep2 -0.179452
+R<ARG>A<C> R<PHE>A<C> central_sep1 3.59475
+R<ARG>A<C> R<PHE>A<C> central_sep2 3.62657
+R<ARG>A<C> R<PHE>A<C> sep1 -2.57648
+R<ARG>A<C> R<PHE>A<C> sep2 2.4473
+R<ARG>A<C> R<PHE>A<CA> central_sep1 3.76039
+R<ARG>A<C> R<PHE>A<CA> central_sep2 2.4828
+R<ARG>A<C> R<PHE>A<CA> sep1 -2.79734
+R<ARG>A<C> R<PHE>A<CA> sep2 0.802254
+R<ARG>A<C> R<PHE>A<CB> central_sep1 1.77133
+R<ARG>A<C> R<PHE>A<CB> central_sep2 0.94698
+R<ARG>A<C> R<PHE>A<CB> sep1 -0.137026
+R<ARG>A<C> R<PHE>A<CB> sep2 -0.136305
+R<ARG>A<C> R<PHE>A<CD1> central_sep1 -0.608057
+R<ARG>A<C> R<PHE>A<CD1> central_sep2 -0.152554
+R<ARG>A<C> R<PHE>A<CD1> sep1 -0.627906
+R<ARG>A<C> R<PHE>A<CD1> sep2 -0.495972
+R<ARG>A<C> R<PHE>A<CE1> central_sep1 0.473966
+R<ARG>A<C> R<PHE>A<CE1> central_sep2 -0.114678
+R<ARG>A<C> R<PHE>A<CE1> sep1 1.54988
+R<ARG>A<C> R<PHE>A<CE1> sep2 -0.466551
+R<ARG>A<C> R<PHE>A<CG> central_sep1 1.27652
+R<ARG>A<C> R<PHE>A<CG> central_sep2 1.02197
+R<ARG>A<C> R<PHE>A<CG> sep1 -2.05157
+R<ARG>A<C> R<PHE>A<CG> sep2 0.561787
+R<ARG>A<C> R<PHE>A<CZ> central_sep1 1.65943
+R<ARG>A<C> R<PHE>A<CZ> central_sep2 -0.153212
+R<ARG>A<C> R<PHE>A<CZ> sep1 2.52452
+R<ARG>A<C> R<PHE>A<CZ> sep2 -0.495537
+R<ARG>A<C> R<PHE>A<N> central_sep1 -0.49807
+R<ARG>A<C> R<PHE>A<N> central_sep2 3.15216
+R<ARG>A<C> R<PHE>A<N> sep1 -1.77457
+R<ARG>A<C> R<PHE>A<N> sep2 1.95735
+R<ARG>A<C> R<PHE>A<O> central_sep1 -0.874328
+R<ARG>A<C> R<PHE>A<O> central_sep2 2.43611
+R<ARG>A<C> R<PHE>A<O> sep1 -1.23333
+R<ARG>A<C> R<PHE>A<O> sep2 1.2895
+R<ARG>A<C> R<PRO>A<C> central_sep1 2.4465
+R<ARG>A<C> R<PRO>A<C> central_sep2 3.82866
+R<ARG>A<C> R<PRO>A<C> sep1 -2.43614
+R<ARG>A<C> R<PRO>A<C> sep2 2.22815
+R<ARG>A<C> R<PRO>A<CA> central_sep1 2.98724
+R<ARG>A<C> R<PRO>A<CA> central_sep2 1.32758
+R<ARG>A<C> R<PRO>A<CA> sep1 -2.30731
+R<ARG>A<C> R<PRO>A<CA> sep2 0.214464
+R<ARG>A<C> R<PRO>A<CB> central_sep1 2.4539
+R<ARG>A<C> R<PRO>A<CB> central_sep2 0.57962
+R<ARG>A<C> R<PRO>A<CB> sep1 1.7419
+R<ARG>A<C> R<PRO>A<CB> sep2 -0.150354
+R<ARG>A<C> R<PRO>A<CD> central_sep1 -0.189001
+R<ARG>A<C> R<PRO>A<CD> central_sep2 1.22976
+R<ARG>A<C> R<PRO>A<CD> sep1 -0.640644
+R<ARG>A<C> R<PRO>A<CD> sep2 0.219338
+R<ARG>A<C> R<PRO>A<CG> central_sep1 2.18849
+R<ARG>A<C> R<PRO>A<CG> central_sep2 0.361646
+R<ARG>A<C> R<PRO>A<CG> sep1 2.39122
+R<ARG>A<C> R<PRO>A<CG> sep2 -0.213789
+R<ARG>A<C> R<PRO>A<N> central_sep1 1.22916
+R<ARG>A<C> R<PRO>A<N> central_sep2 2.35862
+R<ARG>A<C> R<PRO>A<N> sep1 -0.776085
+R<ARG>A<C> R<PRO>A<N> sep2 1.45647
+R<ARG>A<C> R<PRO>A<O> central_sep1 -0.58788
+R<ARG>A<C> R<PRO>A<O> central_sep2 2.58294
+R<ARG>A<C> R<PRO>A<O> sep1 -1.7856
+R<ARG>A<C> R<PRO>A<O> sep2 1.39923
+R<ARG>A<C> R<SER>A<C> central_sep1 4.5979
+R<ARG>A<C> R<SER>A<C> central_sep2 3.91009
+R<ARG>A<C> R<SER>A<C> sep1 -2.24027
+R<ARG>A<C> R<SER>A<C> sep2 2.27595
+R<ARG>A<C> R<SER>A<CA> central_sep1 3.9736
+R<ARG>A<C> R<SER>A<CA> central_sep2 2.31999
+R<ARG>A<C> R<SER>A<CA> sep1 -2.43524
+R<ARG>A<C> R<SER>A<CA> sep2 0.643663
+R<ARG>A<C> R<SER>A<CB> central_sep1 2.39015
+R<ARG>A<C> R<SER>A<CB> central_sep2 1.12915
+R<ARG>A<C> R<SER>A<CB> sep1 0.00202422
+R<ARG>A<C> R<SER>A<CB> sep2 0.0539918
+R<ARG>A<C> R<SER>A<N> central_sep1 -0.351425
+R<ARG>A<C> R<SER>A<N> central_sep2 2.80011
+R<ARG>A<C> R<SER>A<N> sep1 -1.38331
+R<ARG>A<C> R<SER>A<N> sep2 1.78284
+R<ARG>A<C> R<SER>A<O> central_sep1 -0.638387
+R<ARG>A<C> R<SER>A<O> central_sep2 2.54332
+R<ARG>A<C> R<SER>A<O> sep1 -1.44641
+R<ARG>A<C> R<SER>A<O> sep2 1.40762
+R<ARG>A<C> R<SER>A<OG> central_sep1 2.00338
+R<ARG>A<C> R<SER>A<OG> central_sep2 1.34215
+R<ARG>A<C> R<SER>A<OG> sep1 0.418295
+R<ARG>A<C> R<SER>A<OG> sep2 0.513019
+R<ARG>A<C> R<THR>A<C> central_sep1 4.6281
+R<ARG>A<C> R<THR>A<C> central_sep2 4.44936
+R<ARG>A<C> R<THR>A<C> sep1 -2.4048
+R<ARG>A<C> R<THR>A<C> sep2 2.68849
+R<ARG>A<C> R<THR>A<CA> central_sep1 4.0818
+R<ARG>A<C> R<THR>A<CA> central_sep2 2.6422
+R<ARG>A<C> R<THR>A<CA> sep1 -2.59363
+R<ARG>A<C> R<THR>A<CA> sep2 0.843298
+R<ARG>A<C> R<THR>A<CB> central_sep1 2.2665
+R<ARG>A<C> R<THR>A<CB> central_sep2 1.30169
+R<ARG>A<C> R<THR>A<CB> sep1 0.189118
+R<ARG>A<C> R<THR>A<CB> sep2 -0.0324507
+R<ARG>A<C> R<THR>A<CG2> central_sep1 0.848422
+R<ARG>A<C> R<THR>A<CG2> central_sep2 0.597856
+R<ARG>A<C> R<THR>A<CG2> sep1 -0.320235
+R<ARG>A<C> R<THR>A<CG2> sep2 -0.326198
+R<ARG>A<C> R<THR>A<N> central_sep1 -0.222768
+R<ARG>A<C> R<THR>A<N> central_sep2 3.45707
+R<ARG>A<C> R<THR>A<N> sep1 -1.38975
+R<ARG>A<C> R<THR>A<N> sep2 2.0363
+R<ARG>A<C> R<THR>A<O> central_sep1 -0.788662
+R<ARG>A<C> R<THR>A<O> central_sep2 2.7015
+R<ARG>A<C> R<THR>A<O> sep1 -1.28882
+R<ARG>A<C> R<THR>A<O> sep2 1.4255
+R<ARG>A<C> R<THR>A<OG1> central_sep1 1.67432
+R<ARG>A<C> R<THR>A<OG1> central_sep2 1.31707
+R<ARG>A<C> R<THR>A<OG1> sep1 -0.136766
+R<ARG>A<C> R<THR>A<OG1> sep2 0.527213
+R<ARG>A<C> R<TRP>A<C> central_sep1 3.68039
+R<ARG>A<C> R<TRP>A<C> central_sep2 3.95381
+R<ARG>A<C> R<TRP>A<C> sep1 -2.61342
+R<ARG>A<C> R<TRP>A<C> sep2 1.64551
+R<ARG>A<C> R<TRP>A<CA> central_sep1 4.2002
+R<ARG>A<C> R<TRP>A<CA> central_sep2 2.6036
+R<ARG>A<C> R<TRP>A<CA> sep1 -2.74995
+R<ARG>A<C> R<TRP>A<CA> sep2 0.455624
+R<ARG>A<C> R<TRP>A<CB> central_sep1 1.99836
+R<ARG>A<C> R<TRP>A<CB> central_sep2 0.693181
+R<ARG>A<C> R<TRP>A<CB> sep1 0.00704379
+R<ARG>A<C> R<TRP>A<CB> sep2 -0.208942
+R<ARG>A<C> R<TRP>A<CD1> central_sep1 -0.676622
+R<ARG>A<C> R<TRP>A<CD1> central_sep2 0.135531
+R<ARG>A<C> R<TRP>A<CD1> sep1 -0.484349
+R<ARG>A<C> R<TRP>A<CD1> sep2 -0.447324
+R<ARG>A<C> R<TRP>A<CD2> central_sep1 -0.504557
+R<ARG>A<C> R<TRP>A<CD2> central_sep2 1.01836
+R<ARG>A<C> R<TRP>A<CD2> sep1 -0.62446
+R<ARG>A<C> R<TRP>A<CD2> sep2 0.47979
+R<ARG>A<C> R<TRP>A<CE2> central_sep1 0.09698
+R<ARG>A<C> R<TRP>A<CE2> central_sep2 1.04734
+R<ARG>A<C> R<TRP>A<CE2> sep1 1.10454
+R<ARG>A<C> R<TRP>A<CE2> sep2 0.151111
+R<ARG>A<C> R<TRP>A<CE3> central_sep1 -0.581654
+R<ARG>A<C> R<TRP>A<CE3> central_sep2 -1.19406
+R<ARG>A<C> R<TRP>A<CE3> sep1 0.394449
+R<ARG>A<C> R<TRP>A<CE3> sep2 -0.560879
+R<ARG>A<C> R<TRP>A<CG> central_sep1 1.36218
+R<ARG>A<C> R<TRP>A<CG> central_sep2 0.830331
+R<ARG>A<C> R<TRP>A<CG> sep1 -1.33401
+R<ARG>A<C> R<TRP>A<CG> sep2 -0.0879551
+R<ARG>A<C> R<TRP>A<CH2> central_sep1 2.16063
+R<ARG>A<C> R<TRP>A<CH2> central_sep2 -0.442291
+R<ARG>A<C> R<TRP>A<CH2> sep1 3.25661
+R<ARG>A<C> R<TRP>A<CH2> sep2 -0.782144
+R<ARG>A<C> R<TRP>A<CZ2> central_sep1 1.71043
+R<ARG>A<C> R<TRP>A<CZ2> central_sep2 -0.220953
+R<ARG>A<C> R<TRP>A<CZ2> sep1 2.8528
+R<ARG>A<C> R<TRP>A<CZ2> sep2 -0.656579
+R<ARG>A<C> R<TRP>A<CZ3> central_sep1 0.702011
+R<ARG>A<C> R<TRP>A<CZ3> central_sep2 -0.548862
+R<ARG>A<C> R<TRP>A<CZ3> sep1 1.87868
+R<ARG>A<C> R<TRP>A<CZ3> sep2 -0.988638
+R<ARG>A<C> R<TRP>A<N> central_sep1 -0.671934
+R<ARG>A<C> R<TRP>A<N> central_sep2 1.86869
+R<ARG>A<C> R<TRP>A<N> sep1 -1.81729
+R<ARG>A<C> R<TRP>A<N> sep2 1.62168
+R<ARG>A<C> R<TRP>A<NE1> central_sep1 1.07576
+R<ARG>A<C> R<TRP>A<NE1> central_sep2 0.370473
+R<ARG>A<C> R<TRP>A<NE1> sep1 1.62426
+R<ARG>A<C> R<TRP>A<NE1> sep2 -0.400132
+R<ARG>A<C> R<TRP>A<O> central_sep1 -1.0156
+R<ARG>A<C> R<TRP>A<O> central_sep2 2.28089
+R<ARG>A<C> R<TRP>A<O> sep1 -1.3818
+R<ARG>A<C> R<TRP>A<O> sep2 1.53257
+R<ARG>A<C> R<TYR>A<C> central_sep1 3.51821
+R<ARG>A<C> R<TYR>A<C> central_sep2 3.52625
+R<ARG>A<C> R<TYR>A<C> sep1 -2.54659
+R<ARG>A<C> R<TYR>A<C> sep2 2.13894
+R<ARG>A<C> R<TYR>A<CA> central_sep1 3.63461
+R<ARG>A<C> R<TYR>A<CA> central_sep2 2.37403
+R<ARG>A<C> R<TYR>A<CA> sep1 -2.75412
+R<ARG>A<C> R<TYR>A<CA> sep2 0.570403
+R<ARG>A<C> R<TYR>A<CB> central_sep1 1.92183
+R<ARG>A<C> R<TYR>A<CB> central_sep2 0.749296
+R<ARG>A<C> R<TYR>A<CB> sep1 -0.0905361
+R<ARG>A<C> R<TYR>A<CB> sep2 -0.344656
+R<ARG>A<C> R<TYR>A<CD1> central_sep1 -0.728064
+R<ARG>A<C> R<TYR>A<CD1> central_sep2 -0.310012
+R<ARG>A<C> R<TYR>A<CD1> sep1 -0.587862
+R<ARG>A<C> R<TYR>A<CD1> sep2 -0.618673
+R<ARG>A<C> R<TYR>A<CE1> central_sep1 0.341827
+R<ARG>A<C> R<TYR>A<CE1> central_sep2 0.0987637
+R<ARG>A<C> R<TYR>A<CE1> sep1 1.39544
+R<ARG>A<C> R<TYR>A<CE1> sep2 -0.400817
+R<ARG>A<C> R<TYR>A<CG> central_sep1 0.88199
+R<ARG>A<C> R<TYR>A<CG> central_sep2 0.795837
+R<ARG>A<C> R<TYR>A<CG> sep1 -2.07093
+R<ARG>A<C> R<TYR>A<CG> sep2 0.15355
+R<ARG>A<C> R<TYR>A<CZ> central_sep1 0.875092
+R<ARG>A<C> R<TYR>A<CZ> central_sep2 0.735235
+R<ARG>A<C> R<TYR>A<CZ> sep1 1.55008
+R<ARG>A<C> R<TYR>A<CZ> sep2 0.0364753
+R<ARG>A<C> R<TYR>A<N> central_sep1 -0.476712
+R<ARG>A<C> R<TYR>A<N> central_sep2 3.17682
+R<ARG>A<C> R<TYR>A<N> sep1 -1.65642
+R<ARG>A<C> R<TYR>A<N> sep2 1.74215
+R<ARG>A<C> R<TYR>A<O> central_sep1 -0.95874
+R<ARG>A<C> R<TYR>A<O> central_sep2 2.41173
+R<ARG>A<C> R<TYR>A<O> sep1 -1.29122
+R<ARG>A<C> R<TYR>A<O> sep2 1.30991
+R<ARG>A<C> R<TYR>A<OH> central_sep1 3.13381
+R<ARG>A<C> R<TYR>A<OH> central_sep2 0.659156
+R<ARG>A<C> R<TYR>A<OH> sep1 3.55323
+R<ARG>A<C> R<TYR>A<OH> sep2 -0.017565
+R<ARG>A<C> R<VAL>A<C> central_sep1 4.82415
+R<ARG>A<C> R<VAL>A<C> central_sep2 4.86895
+R<ARG>A<C> R<VAL>A<C> sep1 -2.74848
+R<ARG>A<C> R<VAL>A<C> sep2 2.8605
+R<ARG>A<C> R<VAL>A<CA> central_sep1 4.52229
+R<ARG>A<C> R<VAL>A<CA> central_sep2 2.77308
+R<ARG>A<C> R<VAL>A<CA> sep1 -2.79996
+R<ARG>A<C> R<VAL>A<CA> sep2 0.91621
+R<ARG>A<C> R<VAL>A<CB> central_sep1 1.97326
+R<ARG>A<C> R<VAL>A<CB> central_sep2 0.920649
+R<ARG>A<C> R<VAL>A<CB> sep1 0.158584
+R<ARG>A<C> R<VAL>A<CB> sep2 -0.490146
+R<ARG>A<C> R<VAL>A<CG1> central_sep1 0.215013
+R<ARG>A<C> R<VAL>A<CG1> central_sep2 0.225112
+R<ARG>A<C> R<VAL>A<CG1> sep1 -0.306161
+R<ARG>A<C> R<VAL>A<CG1> sep2 -0.567874
+R<ARG>A<C> R<VAL>A<CG2> central_sep1 0.681137
+R<ARG>A<C> R<VAL>A<CG2> central_sep2 0.256816
+R<ARG>A<C> R<VAL>A<CG2> sep1 -0.862501
+R<ARG>A<C> R<VAL>A<CG2> sep2 -0.292021
+R<ARG>A<C> R<VAL>A<N> central_sep1 -0.0998318
+R<ARG>A<C> R<VAL>A<N> central_sep2 3.28598
+R<ARG>A<C> R<VAL>A<N> sep1 -1.68273
+R<ARG>A<C> R<VAL>A<N> sep2 1.77326
+R<ARG>A<C> R<VAL>A<O> central_sep1 -0.936838
+R<ARG>A<C> R<VAL>A<O> central_sep2 2.70452
+R<ARG>A<C> R<VAL>A<O> sep1 -1.19742
+R<ARG>A<C> R<VAL>A<O> sep2 1.3911
+R<ARG>A<C> c<solvent> . 1.84464
+R<ARG>A<CA> R<ARG>A<CA> central_sep1 2.00191
+R<ARG>A<CA> R<ARG>A<CA> central_sep2 0.420843
+R<ARG>A<CA> R<ARG>A<CA> sep1 2.27677
+R<ARG>A<CA> R<ARG>A<CA> sep2 0.715081
+R<ARG>A<CA> R<ARG>A<CB> central_sep1 -0.953038
+R<ARG>A<CA> R<ARG>A<CB> central_sep2 0.666005
+R<ARG>A<CA> R<ARG>A<CB> sep1 1.15678
+R<ARG>A<CA> R<ARG>A<CB> sep2 0.700265
+R<ARG>A<CA> R<ARG>A<CD> central_sep1 0.234221
+R<ARG>A<CA> R<ARG>A<CD> central_sep2 0.326836
+R<ARG>A<CA> R<ARG>A<CD> sep1 0.803042
+R<ARG>A<CA> R<ARG>A<CD> sep2 0.262887
+R<ARG>A<CA> R<ARG>A<CG> central_sep1 0.636051
+R<ARG>A<CA> R<ARG>A<CG> central_sep2 0.403743
+R<ARG>A<CA> R<ARG>A<CG> sep1 0.687379
+R<ARG>A<CA> R<ARG>A<CG> sep2 0.523309
+R<ARG>A<CA> R<ARG>A<CZ> central_sep1 -0.647236
+R<ARG>A<CA> R<ARG>A<CZ> central_sep2 0.246962
+R<ARG>A<CA> R<ARG>A<CZ> sep1 0.76086
+R<ARG>A<CA> R<ARG>A<CZ> sep2 -0.39424
+R<ARG>A<CA> R<ARG>A<N> central_sep1 3.15245
+R<ARG>A<CA> R<ARG>A<N> central_sep2 2.17013
+R<ARG>A<CA> R<ARG>A<N> sep1 -2.14807
+R<ARG>A<CA> R<ARG>A<N> sep2 1.37782
+R<ARG>A<CA> R<ARG>A<NE> central_sep1 0.382071
+R<ARG>A<CA> R<ARG>A<NE> central_sep2 0.753301
+R<ARG>A<CA> R<ARG>A<NE> sep1 0.7626
+R<ARG>A<CA> R<ARG>A<NE> sep2 0.0330138
+R<ARG>A<CA> R<ARG>A<NH1> central_sep1 0.559885
+R<ARG>A<CA> R<ARG>A<NH1> central_sep2 0.379039
+R<ARG>A<CA> R<ARG>A<NH1> sep1 1.9333
+R<ARG>A<CA> R<ARG>A<NH1> sep2 0.141259
+R<ARG>A<CA> R<ARG>A<O> central_sep1 0.664991
+R<ARG>A<CA> R<ARG>A<O> central_sep2 -0.122199
+R<ARG>A<CA> R<ARG>A<O> sep1 -2.04657
+R<ARG>A<CA> R<ARG>A<O> sep2 0.798841
+R<ARG>A<CA> R<ASN>A<C> central_sep1 3.28618
+R<ARG>A<CA> R<ASN>A<C> central_sep2 2.06285
+R<ARG>A<CA> R<ASN>A<C> sep1 -2.46073
+R<ARG>A<CA> R<ASN>A<C> sep2 1.04377
+R<ARG>A<CA> R<ASN>A<CA> central_sep1 1.87561
+R<ARG>A<CA> R<ASN>A<CA> central_sep2 0.714514
+R<ARG>A<CA> R<ASN>A<CA> sep1 1.85853
+R<ARG>A<CA> R<ASN>A<CA> sep2 0.904501
+R<ARG>A<CA> R<ASN>A<CB> central_sep1 -0.183638
+R<ARG>A<CA> R<ASN>A<CB> central_sep2 0.68705
+R<ARG>A<CA> R<ASN>A<CB> sep1 1.43662
+R<ARG>A<CA> R<ASN>A<CB> sep2 0.527204
+R<ARG>A<CA> R<ASN>A<CG> central_sep1 1.60225
+R<ARG>A<CA> R<ASN>A<CG> central_sep2 0.412801
+R<ARG>A<CA> R<ASN>A<CG> sep1 1.53557
+R<ARG>A<CA> R<ASN>A<CG> sep2 -0.478151
+R<ARG>A<CA> R<ASN>A<N> central_sep1 3.27643
+R<ARG>A<CA> R<ASN>A<N> central_sep2 2.31275
+R<ARG>A<CA> R<ASN>A<N> sep1 -2.023
+R<ARG>A<CA> R<ASN>A<N> sep2 1.38341
+R<ARG>A<CA> R<ASN>A<ND2> central_sep1 0.769384
+R<ARG>A<CA> R<ASN>A<ND2> central_sep2 0.573716
+R<ARG>A<CA> R<ASN>A<ND2> sep1 1.17865
+R<ARG>A<CA> R<ASN>A<ND2> sep2 0.452014
+R<ARG>A<CA> R<ASN>A<O> central_sep1 1.04982
+R<ARG>A<CA> R<ASN>A<O> central_sep2 0.00283057
+R<ARG>A<CA> R<ASN>A<O> sep1 -1.81531
+R<ARG>A<CA> R<ASN>A<O> sep2 0.787382
+R<ARG>A<CA> R<ASN>A<OD1> central_sep1 1.18715
+R<ARG>A<CA> R<ASN>A<OD1> central_sep2 0.084631
+R<ARG>A<CA> R<ASN>A<OD1> sep1 1.3041
+R<ARG>A<CA> R<ASN>A<OD1> sep2 0.390725
+R<ARG>A<CA> R<ASP>A<C> central_sep1 3.13055
+R<ARG>A<CA> R<ASP>A<C> central_sep2 2.38222
+R<ARG>A<CA> R<ASP>A<C> sep1 -2.57048
+R<ARG>A<CA> R<ASP>A<C> sep2 0.809554
+R<ARG>A<CA> R<ASP>A<CA> central_sep1 1.77499
+R<ARG>A<CA> R<ASP>A<CA> central_sep2 0.347081
+R<ARG>A<CA> R<ASP>A<CA> sep1 2.29924
+R<ARG>A<CA> R<ASP>A<CA> sep2 0.521395
+R<ARG>A<CA> R<ASP>A<CB> central_sep1 -0.469475
+R<ARG>A<CA> R<ASP>A<CB> central_sep2 0.686787
+R<ARG>A<CA> R<ASP>A<CB> sep1 1.61321
+R<ARG>A<CA> R<ASP>A<CB> sep2 0.513529
+R<ARG>A<CA> R<ASP>A<CG> central_sep1 0.978146
+R<ARG>A<CA> R<ASP>A<CG> central_sep2 0.528748
+R<ARG>A<CA> R<ASP>A<CG> sep1 1.15848
+R<ARG>A<CA> R<ASP>A<CG> sep2 -0.390905
+R<ARG>A<CA> R<ASP>A<N> central_sep1 3.15063
+R<ARG>A<CA> R<ASP>A<N> central_sep2 2.09591
+R<ARG>A<CA> R<ASP>A<N> sep1 -2.07774
+R<ARG>A<CA> R<ASP>A<N> sep2 1.17694
+R<ARG>A<CA> R<ASP>A<O> central_sep1 1.12893
+R<ARG>A<CA> R<ASP>A<O> central_sep2 -0.0613289
+R<ARG>A<CA> R<ASP>A<O> sep1 -1.87821
+R<ARG>A<CA> R<ASP>A<O> sep2 0.684612
+R<ARG>A<CA> R<ASP>A<OD1> central_sep1 0.495463
+R<ARG>A<CA> R<ASP>A<OD1> central_sep2 0.427715
+R<ARG>A<CA> R<ASP>A<OD1> sep1 1.155
+R<ARG>A<CA> R<ASP>A<OD1> sep2 0.104223
+R<ARG>A<CA> R<CYS>A<C> central_sep1 2.4986
+R<ARG>A<CA> R<CYS>A<C> central_sep2 1.67223
+R<ARG>A<CA> R<CYS>A<C> sep1 -2.71012
+R<ARG>A<CA> R<CYS>A<C> sep2 0.243136
+R<ARG>A<CA> R<CYS>A<CA> central_sep1 1.9369
+R<ARG>A<CA> R<CYS>A<CA> central_sep2 0.517252
+R<ARG>A<CA> R<CYS>A<CA> sep1 3.01072
+R<ARG>A<CA> R<CYS>A<CA> sep2 0.65358
+R<ARG>A<CA> R<CYS>A<CB> central_sep1 -0.42035
+R<ARG>A<CA> R<CYS>A<CB> central_sep2 0.222526
+R<ARG>A<CA> R<CYS>A<CB> sep1 1.55369
+R<ARG>A<CA> R<CYS>A<CB> sep2 -0.0217901
+R<ARG>A<CA> R<CYS>A<N> central_sep1 1.87969
+R<ARG>A<CA> R<CYS>A<N> central_sep2 1.83683
+R<ARG>A<CA> R<CYS>A<N> sep1 -2.19991
+R<ARG>A<CA> R<CYS>A<N> sep2 1.05955
+R<ARG>A<CA> R<CYS>A<O> central_sep1 0.342308
+R<ARG>A<CA> R<CYS>A<O> central_sep2 -0.383815
+R<ARG>A<CA> R<CYS>A<O> sep1 -2.05013
+R<ARG>A<CA> R<CYS>A<O> sep2 0.449737
+R<ARG>A<CA> R<CYS>A<SG> central_sep1 0.323528
+R<ARG>A<CA> R<CYS>A<SG> central_sep2 -0.490327
+R<ARG>A<CA> R<CYS>A<SG> sep1 1.45356
+R<ARG>A<CA> R<CYS>A<SG> sep2 0.198444
+R<ARG>A<CA> R<GLN>A<C> central_sep1 3.34379
+R<ARG>A<CA> R<GLN>A<C> central_sep2 2.58826
+R<ARG>A<CA> R<GLN>A<C> sep1 -2.68611
+R<ARG>A<CA> R<GLN>A<C> sep2 0.874145
+R<ARG>A<CA> R<GLN>A<CA> central_sep1 2.05257
+R<ARG>A<CA> R<GLN>A<CA> central_sep2 0.665085
+R<ARG>A<CA> R<GLN>A<CA> sep1 2.36498
+R<ARG>A<CA> R<GLN>A<CA> sep2 1.03949
+R<ARG>A<CA> R<GLN>A<CB> central_sep1 -0.980504
+R<ARG>A<CA> R<GLN>A<CB> central_sep2 0.729465
+R<ARG>A<CA> R<GLN>A<CB> sep1 1.25915
+R<ARG>A<CA> R<GLN>A<CB> sep2 0.809237
+R<ARG>A<CA> R<GLN>A<CD> central_sep1 -0.18348
+R<ARG>A<CA> R<GLN>A<CD> central_sep2 0.43486
+R<ARG>A<CA> R<GLN>A<CD> sep1 0.617804
+R<ARG>A<CA> R<GLN>A<CD> sep2 -0.463461
+R<ARG>A<CA> R<GLN>A<CG> central_sep1 0.619918
+R<ARG>A<CA> R<GLN>A<CG> central_sep2 0.713416
+R<ARG>A<CA> R<GLN>A<CG> sep1 0.851584
+R<ARG>A<CA> R<GLN>A<CG> sep2 0.578062
+R<ARG>A<CA> R<GLN>A<N> central_sep1 3.0203
+R<ARG>A<CA> R<GLN>A<N> central_sep2 2.4971
+R<ARG>A<CA> R<GLN>A<N> sep1 -2.01753
+R<ARG>A<CA> R<GLN>A<N> sep2 1.64932
+R<ARG>A<CA> R<GLN>A<NE2> central_sep1 0.400074
+R<ARG>A<CA> R<GLN>A<NE2> central_sep2 0.476424
+R<ARG>A<CA> R<GLN>A<NE2> sep1 1.70213
+R<ARG>A<CA> R<GLN>A<NE2> sep2 0.380595
+R<ARG>A<CA> R<GLN>A<O> central_sep1 0.959912
+R<ARG>A<CA> R<GLN>A<O> central_sep2 -0.0478097
+R<ARG>A<CA> R<GLN>A<O> sep1 -1.9683
+R<ARG>A<CA> R<GLN>A<O> sep2 0.909773
+R<ARG>A<CA> R<GLN>A<OE1> central_sep1 -0.518745
+R<ARG>A<CA> R<GLN>A<OE1> central_sep2 0.182421
+R<ARG>A<CA> R<GLN>A<OE1> sep1 1.26111
+R<ARG>A<CA> R<GLN>A<OE1> sep2 0.367047
+R<ARG>A<CA> R<GLU>A<C> central_sep1 3.81934
+R<ARG>A<CA> R<GLU>A<C> central_sep2 2.26633
+R<ARG>A<CA> R<GLU>A<C> sep1 -2.78241
+R<ARG>A<CA> R<GLU>A<C> sep2 0.948569
+R<ARG>A<CA> R<GLU>A<CA> central_sep1 1.72291
+R<ARG>A<CA> R<GLU>A<CA> central_sep2 0.236897
+R<ARG>A<CA> R<GLU>A<CA> sep1 2.5178
+R<ARG>A<CA> R<GLU>A<CA> sep2 0.809418
+R<ARG>A<CA> R<GLU>A<CB> central_sep1 -0.992542
+R<ARG>A<CA> R<GLU>A<CB> central_sep2 0.583118
+R<ARG>A<CA> R<GLU>A<CB> sep1 1.09805
+R<ARG>A<CA> R<GLU>A<CB> sep2 0.690297
+R<ARG>A<CA> R<GLU>A<CD> central_sep1 -0.407245
+R<ARG>A<CA> R<GLU>A<CD> central_sep2 0.415846
+R<ARG>A<CA> R<GLU>A<CD> sep1 0.474668
+R<ARG>A<CA> R<GLU>A<CD> sep2 -0.122673
+R<ARG>A<CA> R<GLU>A<CG> central_sep1 0.428414
+R<ARG>A<CA> R<GLU>A<CG> central_sep2 0.436008
+R<ARG>A<CA> R<GLU>A<CG> sep1 0.626316
+R<ARG>A<CA> R<GLU>A<CG> sep2 0.373408
+R<ARG>A<CA> R<GLU>A<N> central_sep1 3.0167
+R<ARG>A<CA> R<GLU>A<N> central_sep2 2.14876
+R<ARG>A<CA> R<GLU>A<N> sep1 -2.05817
+R<ARG>A<CA> R<GLU>A<N> sep2 1.39239
+R<ARG>A<CA> R<GLU>A<O> central_sep1 1.00442
+R<ARG>A<CA> R<GLU>A<O> central_sep2 -0.085103
+R<ARG>A<CA> R<GLU>A<O> sep1 -2.06203
+R<ARG>A<CA> R<GLU>A<O> sep2 0.844159
+R<ARG>A<CA> R<GLU>A<OE1> central_sep1 -0.062056
+R<ARG>A<CA> R<GLU>A<OE1> central_sep2 0.759038
+R<ARG>A<CA> R<GLU>A<OE1> sep1 1.31914
+R<ARG>A<CA> R<GLU>A<OE1> sep2 0.387157
+R<ARG>A<CA> R<GLY>A<C> central_sep1 1.92093
+R<ARG>A<CA> R<GLY>A<C> central_sep2 1.26091
+R<ARG>A<CA> R<GLY>A<C> sep1 -2.39279
+R<ARG>A<CA> R<GLY>A<C> sep2 0.27276
+R<ARG>A<CA> R<GLY>A<CA> central_sep1 1.83026
+R<ARG>A<CA> R<GLY>A<CA> central_sep2 0.403543
+R<ARG>A<CA> R<GLY>A<CA> sep1 1.42729
+R<ARG>A<CA> R<GLY>A<CA> sep2 0.516319
+R<ARG>A<CA> R<GLY>A<N> central_sep1 2.36565
+R<ARG>A<CA> R<GLY>A<N> central_sep2 1.36688
+R<ARG>A<CA> R<GLY>A<N> sep1 -1.86194
+R<ARG>A<CA> R<GLY>A<N> sep2 0.821085
+R<ARG>A<CA> R<GLY>A<O> central_sep1 0.937642
+R<ARG>A<CA> R<GLY>A<O> central_sep2 -0.307196
+R<ARG>A<CA> R<GLY>A<O> sep1 -1.97495
+R<ARG>A<CA> R<GLY>A<O> sep2 0.379875
+R<ARG>A<CA> R<HIS>A<C> central_sep1 2.72254
+R<ARG>A<CA> R<HIS>A<C> central_sep2 1.77212
+R<ARG>A<CA> R<HIS>A<C> sep1 -2.58841
+R<ARG>A<CA> R<HIS>A<C> sep2 0.678201
+R<ARG>A<CA> R<HIS>A<CA> central_sep1 2.20185
+R<ARG>A<CA> R<HIS>A<CA> central_sep2 0.548068
+R<ARG>A<CA> R<HIS>A<CA> sep1 2.36152
+R<ARG>A<CA> R<HIS>A<CA> sep2 0.704607
+R<ARG>A<CA> R<HIS>A<CB> central_sep1 -0.531477
+R<ARG>A<CA> R<HIS>A<CB> central_sep2 0.325621
+R<ARG>A<CA> R<HIS>A<CB> sep1 1.58469
+R<ARG>A<CA> R<HIS>A<CB> sep2 0.312501
+R<ARG>A<CA> R<HIS>A<CD2> central_sep1 0.707316
+R<ARG>A<CA> R<HIS>A<CD2> central_sep2 0.121731
+R<ARG>A<CA> R<HIS>A<CD2> sep1 0.302399
+R<ARG>A<CA> R<HIS>A<CD2> sep2 0.130962
+R<ARG>A<CA> R<HIS>A<CE1> central_sep1 1.42163
+R<ARG>A<CA> R<HIS>A<CE1> central_sep2 0.191705
+R<ARG>A<CA> R<HIS>A<CE1> sep1 1.95427
+R<ARG>A<CA> R<HIS>A<CE1> sep2 0.179387
+R<ARG>A<CA> R<HIS>A<CG> central_sep1 1.01785
+R<ARG>A<CA> R<HIS>A<CG> central_sep2 -0.104562
+R<ARG>A<CA> R<HIS>A<CG> sep1 1.57105
+R<ARG>A<CA> R<HIS>A<CG> sep2 -0.816403
+R<ARG>A<CA> R<HIS>A<N> central_sep1 2.74308
+R<ARG>A<CA> R<HIS>A<N> central_sep2 2.0594
+R<ARG>A<CA> R<HIS>A<N> sep1 -2.04021
+R<ARG>A<CA> R<HIS>A<N> sep2 1.31044
+R<ARG>A<CA> R<HIS>A<ND1> central_sep1 0.683813
+R<ARG>A<CA> R<HIS>A<ND1> central_sep2 0.388863
+R<ARG>A<CA> R<HIS>A<ND1> sep1 0.228479
+R<ARG>A<CA> R<HIS>A<ND1> sep2 -0.142511
+R<ARG>A<CA> R<HIS>A<NE2> central_sep1 1.63003
+R<ARG>A<CA> R<HIS>A<NE2> central_sep2 0.525898
+R<ARG>A<CA> R<HIS>A<NE2> sep1 1.94683
+R<ARG>A<CA> R<HIS>A<NE2> sep2 0.0111797
+R<ARG>A<CA> R<HIS>A<O> central_sep1 0.612023
+R<ARG>A<CA> R<HIS>A<O> central_sep2 -0.281813
+R<ARG>A<CA> R<HIS>A<O> sep1 -1.92438
+R<ARG>A<CA> R<HIS>A<O> sep2 0.666761
+R<ARG>A<CA> R<ILE>A<C> central_sep1 4.41827
+R<ARG>A<CA> R<ILE>A<C> central_sep2 3.02066
+R<ARG>A<CA> R<ILE>A<C> sep1 -2.81397
+R<ARG>A<CA> R<ILE>A<C> sep2 1.04092
+R<ARG>A<CA> R<ILE>A<CA> central_sep1 1.55461
+R<ARG>A<CA> R<ILE>A<CA> central_sep2 0.522461
+R<ARG>A<CA> R<ILE>A<CA> sep1 3.21773
+R<ARG>A<CA> R<ILE>A<CA> sep2 1.02642
+R<ARG>A<CA> R<ILE>A<CB> central_sep1 -1.33883
+R<ARG>A<CA> R<ILE>A<CB> central_sep2 0.415922
+R<ARG>A<CA> R<ILE>A<CB> sep1 1.18216
+R<ARG>A<CA> R<ILE>A<CB> sep2 0.51509
+R<ARG>A<CA> R<ILE>A<CD1> central_sep1 -0.165599
+R<ARG>A<CA> R<ILE>A<CD1> central_sep2 -0.377705
+R<ARG>A<CA> R<ILE>A<CD1> sep1 1.74264
+R<ARG>A<CA> R<ILE>A<CD1> sep2 0.185899
+R<ARG>A<CA> R<ILE>A<CG1> central_sep1 0.443573
+R<ARG>A<CA> R<ILE>A<CG1> central_sep2 0.0644207
+R<ARG>A<CA> R<ILE>A<CG1> sep1 1.2473
+R<ARG>A<CA> R<ILE>A<CG1> sep2 0.236497
+R<ARG>A<CA> R<ILE>A<CG2> central_sep1 1.07051
+R<ARG>A<CA> R<ILE>A<CG2> central_sep2 -0.0699876
+R<ARG>A<CA> R<ILE>A<CG2> sep1 0.763727
+R<ARG>A<CA> R<ILE>A<CG2> sep2 0.393001
+R<ARG>A<CA> R<ILE>A<N> central_sep1 2.26188
+R<ARG>A<CA> R<ILE>A<N> central_sep2 2.08614
+R<ARG>A<CA> R<ILE>A<N> sep1 -2.36646
+R<ARG>A<CA> R<ILE>A<N> sep2 1.33894
+R<ARG>A<CA> R<ILE>A<O> central_sep1 0.534983
+R<ARG>A<CA> R<ILE>A<O> central_sep2 -0.517928
+R<ARG>A<CA> R<ILE>A<O> sep1 -2.01605
+R<ARG>A<CA> R<ILE>A<O> sep2 0.772977
+R<ARG>A<CA> R<LEU>A<C> central_sep1 3.74348
+R<ARG>A<CA> R<LEU>A<C> central_sep2 2.44662
+R<ARG>A<CA> R<LEU>A<C> sep1 -2.72826
+R<ARG>A<CA> R<LEU>A<C> sep2 0.939136
+R<ARG>A<CA> R<LEU>A<CA> central_sep1 2.0186
+R<ARG>A<CA> R<LEU>A<CA> central_sep2 0.721636
+R<ARG>A<CA> R<LEU>A<CA> sep1 3.00396
+R<ARG>A<CA> R<LEU>A<CA> sep2 1.10539
+R<ARG>A<CA> R<LEU>A<CB> central_sep1 -1.10875
+R<ARG>A<CA> R<LEU>A<CB> central_sep2 0.493305
+R<ARG>A<CA> R<LEU>A<CB> sep1 1.06895
+R<ARG>A<CA> R<LEU>A<CB> sep2 0.455188
+R<ARG>A<CA> R<LEU>A<CD1> central_sep1 -0.390645
+R<ARG>A<CA> R<LEU>A<CD1> central_sep2 -0.411797
+R<ARG>A<CA> R<LEU>A<CD1> sep1 1.47382
+R<ARG>A<CA> R<LEU>A<CD1> sep2 0.0889016
+R<ARG>A<CA> R<LEU>A<CD2> central_sep1 1.15968
+R<ARG>A<CA> R<LEU>A<CD2> central_sep2 -0.477542
+R<ARG>A<CA> R<LEU>A<CD2> sep1 1.37235
+R<ARG>A<CA> R<LEU>A<CD2> sep2 0.0555514
+R<ARG>A<CA> R<LEU>A<CG> central_sep1 0.0146894
+R<ARG>A<CA> R<LEU>A<CG> central_sep2 0.514301
+R<ARG>A<CA> R<LEU>A<CG> sep1 0.477124
+R<ARG>A<CA> R<LEU>A<CG> sep2 0.247763
+R<ARG>A<CA> R<LEU>A<N> central_sep1 2.51555
+R<ARG>A<CA> R<LEU>A<N> central_sep2 2.03744
+R<ARG>A<CA> R<LEU>A<N> sep1 -2.22709
+R<ARG>A<CA> R<LEU>A<N> sep2 1.24725
+R<ARG>A<CA> R<LEU>A<O> central_sep1 0.686605
+R<ARG>A<CA> R<LEU>A<O> central_sep2 -0.420487
+R<ARG>A<CA> R<LEU>A<O> sep1 -2.03492
+R<ARG>A<CA> R<LEU>A<O> sep2 0.789063
+R<ARG>A<CA> R<LYS>A<C> central_sep1 3.62018
+R<ARG>A<CA> R<LYS>A<C> central_sep2 2.70179
+R<ARG>A<CA> R<LYS>A<C> sep1 -2.54882
+R<ARG>A<CA> R<LYS>A<C> sep2 1.35491
+R<ARG>A<CA> R<LYS>A<CA> central_sep1 2.22494
+R<ARG>A<CA> R<LYS>A<CA> central_sep2 1.0485
+R<ARG>A<CA> R<LYS>A<CA> sep1 2.16724
+R<ARG>A<CA> R<LYS>A<CA> sep2 1.08421
+R<ARG>A<CA> R<LYS>A<CB> central_sep1 -0.705578
+R<ARG>A<CA> R<LYS>A<CB> central_sep2 1.18608
+R<ARG>A<CA> R<LYS>A<CB> sep1 1.39861
+R<ARG>A<CA> R<LYS>A<CB> sep2 1.20381
+R<ARG>A<CA> R<LYS>A<CD> central_sep1 0.239797
+R<ARG>A<CA> R<LYS>A<CD> central_sep2 1.17866
+R<ARG>A<CA> R<LYS>A<CD> sep1 0.669342
+R<ARG>A<CA> R<LYS>A<CD> sep2 0.971861
+R<ARG>A<CA> R<LYS>A<CE> central_sep1 0.93164
+R<ARG>A<CA> R<LYS>A<CE> central_sep2 1.37736
+R<ARG>A<CA> R<LYS>A<CE> sep1 2.08061
+R<ARG>A<CA> R<LYS>A<CE> sep2 0.961739
+R<ARG>A<CA> R<LYS>A<CG> central_sep1 1.04486
+R<ARG>A<CA> R<LYS>A<CG> central_sep2 0.969803
+R<ARG>A<CA> R<LYS>A<CG> sep1 0.79754
+R<ARG>A<CA> R<LYS>A<CG> sep2 1.08239
+R<ARG>A<CA> R<LYS>A<N> central_sep1 3.12483
+R<ARG>A<CA> R<LYS>A<N> central_sep2 2.36014
+R<ARG>A<CA> R<LYS>A<N> sep1 -1.96746
+R<ARG>A<CA> R<LYS>A<N> sep2 1.69157
+R<ARG>A<CA> R<LYS>A<NZ> central_sep1 1.89008
+R<ARG>A<CA> R<LYS>A<NZ> central_sep2 1.70997
+R<ARG>A<CA> R<LYS>A<NZ> sep1 2.44511
+R<ARG>A<CA> R<LYS>A<NZ> sep2 0.66877
+R<ARG>A<CA> R<LYS>A<O> central_sep1 0.957195
+R<ARG>A<CA> R<LYS>A<O> central_sep2 0.216957
+R<ARG>A<CA> R<LYS>A<O> sep1 -1.8418
+R<ARG>A<CA> R<LYS>A<O> sep2 1.13124
+R<ARG>A<CA> R<MET>A<C> central_sep1 3.36868
+R<ARG>A<CA> R<MET>A<C> central_sep2 2.67495
+R<ARG>A<CA> R<MET>A<C> sep1 -2.70285
+R<ARG>A<CA> R<MET>A<C> sep2 1.05656
+R<ARG>A<CA> R<MET>A<CA> central_sep1 1.88486
+R<ARG>A<CA> R<MET>A<CA> central_sep2 0.658576
+R<ARG>A<CA> R<MET>A<CA> sep1 2.78341
+R<ARG>A<CA> R<MET>A<CA> sep2 0.779891
+R<ARG>A<CA> R<MET>A<CB> central_sep1 -0.939967
+R<ARG>A<CA> R<MET>A<CB> central_sep2 0.580556
+R<ARG>A<CA> R<MET>A<CB> sep1 1.31503
+R<ARG>A<CA> R<MET>A<CB> sep2 0.603112
+R<ARG>A<CA> R<MET>A<CE> central_sep1 0.150256
+R<ARG>A<CA> R<MET>A<CE> central_sep2 -0.28105
+R<ARG>A<CA> R<MET>A<CE> sep1 2.23583
+R<ARG>A<CA> R<MET>A<CE> sep2 0.0639276
+R<ARG>A<CA> R<MET>A<CG> central_sep1 0.342088
+R<ARG>A<CA> R<MET>A<CG> central_sep2 0.427972
+R<ARG>A<CA> R<MET>A<CG> sep1 0.952676
+R<ARG>A<CA> R<MET>A<CG> sep2 0.419582
+R<ARG>A<CA> R<MET>A<N> central_sep1 2.57717
+R<ARG>A<CA> R<MET>A<N> central_sep2 2.17722
+R<ARG>A<CA> R<MET>A<N> sep1 -1.9903
+R<ARG>A<CA> R<MET>A<N> sep2 1.46959
+R<ARG>A<CA> R<MET>A<O> central_sep1 0.700392
+R<ARG>A<CA> R<MET>A<O> central_sep2 -0.293559
+R<ARG>A<CA> R<MET>A<O> sep1 -2.03319
+R<ARG>A<CA> R<MET>A<O> sep2 0.614784
+R<ARG>A<CA> R<MET>A<SD> central_sep1 -0.2671
+R<ARG>A<CA> R<MET>A<SD> central_sep2 -0.65447
+R<ARG>A<CA> R<MET>A<SD> sep1 1.55332
+R<ARG>A<CA> R<MET>A<SD> sep2 -0.0365618
+R<ARG>A<CA> R<PHE>A<C> central_sep1 2.69245
+R<ARG>A<CA> R<PHE>A<C> central_sep2 2.23287
+R<ARG>A<CA> R<PHE>A<C> sep1 -2.59763
+R<ARG>A<CA> R<PHE>A<C> sep2 0.783324
+R<ARG>A<CA> R<PHE>A<CA> central_sep1 1.59816
+R<ARG>A<CA> R<PHE>A<CA> central_sep2 0.376526
+R<ARG>A<CA> R<PHE>A<CA> sep1 2.98166
+R<ARG>A<CA> R<PHE>A<CA> sep2 0.79781
+R<ARG>A<CA> R<PHE>A<CB> central_sep1 -0.580988
+R<ARG>A<CA> R<PHE>A<CB> central_sep2 0.253141
+R<ARG>A<CA> R<PHE>A<CB> sep1 1.37374
+R<ARG>A<CA> R<PHE>A<CB> sep2 0.376877
+R<ARG>A<CA> R<PHE>A<CD1> central_sep1 0.191162
+R<ARG>A<CA> R<PHE>A<CD1> central_sep2 -0.238094
+R<ARG>A<CA> R<PHE>A<CD1> sep1 -0.0377096
+R<ARG>A<CA> R<PHE>A<CD1> sep2 -0.2789
+R<ARG>A<CA> R<PHE>A<CE1> central_sep1 0.924307
+R<ARG>A<CA> R<PHE>A<CE1> central_sep2 -0.440057
+R<ARG>A<CA> R<PHE>A<CE1> sep1 1.56808
+R<ARG>A<CA> R<PHE>A<CE1> sep2 -0.418219
+R<ARG>A<CA> R<PHE>A<CG> central_sep1 0.960184
+R<ARG>A<CA> R<PHE>A<CG> central_sep2 0.0815594
+R<ARG>A<CA> R<PHE>A<CG> sep1 1.27017
+R<ARG>A<CA> R<PHE>A<CG> sep2 -1.00597
+R<ARG>A<CA> R<PHE>A<CZ> central_sep1 1.34292
+R<ARG>A<CA> R<PHE>A<CZ> central_sep2 -0.614921
+R<ARG>A<CA> R<PHE>A<CZ> sep1 2.37797
+R<ARG>A<CA> R<PHE>A<CZ> sep2 -0.391183
+R<ARG>A<CA> R<PHE>A<N> central_sep1 2.16192
+R<ARG>A<CA> R<PHE>A<N> central_sep2 2.33016
+R<ARG>A<CA> R<PHE>A<N> sep1 -2.26507
+R<ARG>A<CA> R<PHE>A<N> sep2 1.39659
+R<ARG>A<CA> R<PHE>A<O> central_sep1 0.383175
+R<ARG>A<CA> R<PHE>A<O> central_sep2 -0.578466
+R<ARG>A<CA> R<PHE>A<O> sep1 -1.93245
+R<ARG>A<CA> R<PHE>A<O> sep2 0.500909
+R<ARG>A<CA> R<PRO>A<C> central_sep1 2.10173
+R<ARG>A<CA> R<PRO>A<C> central_sep2 2.28837
+R<ARG>A<CA> R<PRO>A<C> sep1 -2.48097
+R<ARG>A<CA> R<PRO>A<C> sep2 1.04032
+R<ARG>A<CA> R<PRO>A<CA> central_sep1 0.325034
+R<ARG>A<CA> R<PRO>A<CA> central_sep2 0.473549
+R<ARG>A<CA> R<PRO>A<CA> sep1 2.00488
+R<ARG>A<CA> R<PRO>A<CA> sep2 0.488995
+R<ARG>A<CA> R<PRO>A<CB> central_sep1 1.8457
+R<ARG>A<CA> R<PRO>A<CB> central_sep2 0.170782
+R<ARG>A<CA> R<PRO>A<CB> sep1 2.52243
+R<ARG>A<CA> R<PRO>A<CB> sep2 0.22158
+R<ARG>A<CA> R<PRO>A<CD> central_sep1 -2.13902
+R<ARG>A<CA> R<PRO>A<CD> central_sep2 0.601439
+R<ARG>A<CA> R<PRO>A<CD> sep1 1.41493
+R<ARG>A<CA> R<PRO>A<CD> sep2 0.710212
+R<ARG>A<CA> R<PRO>A<CG> central_sep1 1.62073
+R<ARG>A<CA> R<PRO>A<CG> central_sep2 0.0215619
+R<ARG>A<CA> R<PRO>A<CG> sep1 1.93107
+R<ARG>A<CA> R<PRO>A<CG> sep2 0.128715
+R<ARG>A<CA> R<PRO>A<N> central_sep1 3.71552
+R<ARG>A<CA> R<PRO>A<N> central_sep2 2.15791
+R<ARG>A<CA> R<PRO>A<N> sep1 -1.28541
+R<ARG>A<CA> R<PRO>A<N> sep2 0.859199
+R<ARG>A<CA> R<PRO>A<O> central_sep1 2.03853
+R<ARG>A<CA> R<PRO>A<O> central_sep2 0.255176
+R<ARG>A<CA> R<PRO>A<O> sep1 -1.84748
+R<ARG>A<CA> R<PRO>A<O> sep2 0.655713
+R<ARG>A<CA> R<SER>A<C> central_sep1 3.42926
+R<ARG>A<CA> R<SER>A<C> central_sep2 1.87534
+R<ARG>A<CA> R<SER>A<C> sep1 -2.55796
+R<ARG>A<CA> R<SER>A<C> sep2 0.682672
+R<ARG>A<CA> R<SER>A<CA> central_sep1 1.93944
+R<ARG>A<CA> R<SER>A<CA> central_sep2 0.459925
+R<ARG>A<CA> R<SER>A<CA> sep1 2.7983
+R<ARG>A<CA> R<SER>A<CA> sep2 0.708032
+R<ARG>A<CA> R<SER>A<CB> central_sep1 -0.0115023
+R<ARG>A<CA> R<SER>A<CB> central_sep2 0.472285
+R<ARG>A<CA> R<SER>A<CB> sep1 1.74634
+R<ARG>A<CA> R<SER>A<CB> sep2 0.484913
+R<ARG>A<CA> R<SER>A<N> central_sep1 3.07944
+R<ARG>A<CA> R<SER>A<N> central_sep2 1.88422
+R<ARG>A<CA> R<SER>A<N> sep1 -1.93851
+R<ARG>A<CA> R<SER>A<N> sep2 1.36928
+R<ARG>A<CA> R<SER>A<O> central_sep1 1.04438
+R<ARG>A<CA> R<SER>A<O> central_sep2 -0.084353
+R<ARG>A<CA> R<SER>A<O> sep1 -1.90395
+R<ARG>A<CA> R<SER>A<O> sep2 0.784466
+R<ARG>A<CA> R<SER>A<OG> central_sep1 0.277784
+R<ARG>A<CA> R<SER>A<OG> central_sep2 0.163242
+R<ARG>A<CA> R<SER>A<OG> sep1 1.05954
+R<ARG>A<CA> R<SER>A<OG> sep2 0.418028
+R<ARG>A<CA> R<THR>A<C> central_sep1 4.46152
+R<ARG>A<CA> R<THR>A<C> central_sep2 2.28501
+R<ARG>A<CA> R<THR>A<C> sep1 -2.57196
+R<ARG>A<CA> R<THR>A<C> sep2 0.762853
+R<ARG>A<CA> R<THR>A<CA> central_sep1 1.61597
+R<ARG>A<CA> R<THR>A<CA> central_sep2 0.0984551
+R<ARG>A<CA> R<THR>A<CA> sep1 3.21779
+R<ARG>A<CA> R<THR>A<CA> sep2 0.59957
+R<ARG>A<CA> R<THR>A<CB> central_sep1 -0.494061
+R<ARG>A<CA> R<THR>A<CB> central_sep2 0.426575
+R<ARG>A<CA> R<THR>A<CB> sep1 1.63069
+R<ARG>A<CA> R<THR>A<CB> sep2 0.227864
+R<ARG>A<CA> R<THR>A<CG2> central_sep1 1.29888
+R<ARG>A<CA> R<THR>A<CG2> central_sep2 0.152288
+R<ARG>A<CA> R<THR>A<CG2> sep1 1.36217
+R<ARG>A<CA> R<THR>A<CG2> sep2 0.465668
+R<ARG>A<CA> R<THR>A<N> central_sep1 2.96983
+R<ARG>A<CA> R<THR>A<N> central_sep2 2.13564
+R<ARG>A<CA> R<THR>A<N> sep1 -2.18648
+R<ARG>A<CA> R<THR>A<N> sep2 1.4983
+R<ARG>A<CA> R<THR>A<O> central_sep1 1.07918
+R<ARG>A<CA> R<THR>A<O> central_sep2 -0.302419
+R<ARG>A<CA> R<THR>A<O> sep1 -1.85049
+R<ARG>A<CA> R<THR>A<O> sep2 0.869544
+R<ARG>A<CA> R<THR>A<OG1> central_sep1 0.231313
+R<ARG>A<CA> R<THR>A<OG1> central_sep2 0.18745
+R<ARG>A<CA> R<THR>A<OG1> sep1 1.10614
+R<ARG>A<CA> R<THR>A<OG1> sep2 0.412898
+R<ARG>A<CA> R<TRP>A<C> central_sep1 2.97775
+R<ARG>A<CA> R<TRP>A<C> central_sep2 2.9994
+R<ARG>A<CA> R<TRP>A<C> sep1 -2.68892
+R<ARG>A<CA> R<TRP>A<C> sep2 1.05515
+R<ARG>A<CA> R<TRP>A<CA> central_sep1 0.991651
+R<ARG>A<CA> R<TRP>A<CA> central_sep2 -0.166267
+R<ARG>A<CA> R<TRP>A<CA> sep1 2.88388
+R<ARG>A<CA> R<TRP>A<CA> sep2 0.48971
+R<ARG>A<CA> R<TRP>A<CB> central_sep1 -0.676855
+R<ARG>A<CA> R<TRP>A<CB> central_sep2 0.0974425
+R<ARG>A<CA> R<TRP>A<CB> sep1 1.55162
+R<ARG>A<CA> R<TRP>A<CB> sep2 0.192231
+R<ARG>A<CA> R<TRP>A<CD1> central_sep1 0.289462
+R<ARG>A<CA> R<TRP>A<CD1> central_sep2 -0.231005
+R<ARG>A<CA> R<TRP>A<CD1> sep1 -0.029186
+R<ARG>A<CA> R<TRP>A<CD1> sep2 -0.256612
+R<ARG>A<CA> R<TRP>A<CD2> central_sep1 -0.0437121
+R<ARG>A<CA> R<TRP>A<CD2> central_sep2 -0.54781
+R<ARG>A<CA> R<TRP>A<CD2> sep1 0.390853
+R<ARG>A<CA> R<TRP>A<CD2> sep2 -1.14714
+R<ARG>A<CA> R<TRP>A<CE2> central_sep1 -0.0240624
+R<ARG>A<CA> R<TRP>A<CE2> central_sep2 -0.256283
+R<ARG>A<CA> R<TRP>A<CE2> sep1 1.03791
+R<ARG>A<CA> R<TRP>A<CE2> sep2 -0.790034
+R<ARG>A<CA> R<TRP>A<CE3> central_sep1 -1.13877
+R<ARG>A<CA> R<TRP>A<CE3> central_sep2 -0.558189
+R<ARG>A<CA> R<TRP>A<CE3> sep1 0.953375
+R<ARG>A<CA> R<TRP>A<CE3> sep2 -0.762344
+R<ARG>A<CA> R<TRP>A<CG> central_sep1 0.508506
+R<ARG>A<CA> R<TRP>A<CG> central_sep2 -0.124319
+R<ARG>A<CA> R<TRP>A<CG> sep1 0.802024
+R<ARG>A<CA> R<TRP>A<CG> sep2 -1.49955
+R<ARG>A<CA> R<TRP>A<CH2> central_sep1 1.20299
+R<ARG>A<CA> R<TRP>A<CH2> central_sep2 -0.86807
+R<ARG>A<CA> R<TRP>A<CH2> sep1 2.3044
+R<ARG>A<CA> R<TRP>A<CH2> sep2 -0.871115
+R<ARG>A<CA> R<TRP>A<CZ2> central_sep1 0.966266
+R<ARG>A<CA> R<TRP>A<CZ2> central_sep2 -0.634278
+R<ARG>A<CA> R<TRP>A<CZ2> sep1 2.32641
+R<ARG>A<CA> R<TRP>A<CZ2> sep2 -0.427412
+R<ARG>A<CA> R<TRP>A<CZ3> central_sep1 0.535518
+R<ARG>A<CA> R<TRP>A<CZ3> central_sep2 -0.881678
+R<ARG>A<CA> R<TRP>A<CZ3> sep1 0.596616
+R<ARG>A<CA> R<TRP>A<CZ3> sep2 -0.90003
+R<ARG>A<CA> R<TRP>A<N> central_sep1 2.32668
+R<ARG>A<CA> R<TRP>A<N> central_sep2 2.10113
+R<ARG>A<CA> R<TRP>A<N> sep1 -2.21159
+R<ARG>A<CA> R<TRP>A<N> sep2 1.25965
+R<ARG>A<CA> R<TRP>A<NE1> central_sep1 0.458122
+R<ARG>A<CA> R<TRP>A<NE1> central_sep2 0.0106983
+R<ARG>A<CA> R<TRP>A<NE1> sep1 1.60685
+R<ARG>A<CA> R<TRP>A<NE1> sep2 -0.339012
+R<ARG>A<CA> R<TRP>A<O> central_sep1 0.740281
+R<ARG>A<CA> R<TRP>A<O> central_sep2 -0.543996
+R<ARG>A<CA> R<TRP>A<O> sep1 -2.02863
+R<ARG>A<CA> R<TRP>A<O> sep2 0.612951
+R<ARG>A<CA> R<TYR>A<C> central_sep1 2.58444
+R<ARG>A<CA> R<TYR>A<C> central_sep2 2.30273
+R<ARG>A<CA> R<TYR>A<C> sep1 -2.67997
+R<ARG>A<CA> R<TYR>A<C> sep2 0.810914
+R<ARG>A<CA> R<TYR>A<CA> central_sep1 1.54206
+R<ARG>A<CA> R<TYR>A<CA> central_sep2 -0.0914444
+R<ARG>A<CA> R<TYR>A<CA> sep1 3.01168
+R<ARG>A<CA> R<TYR>A<CA> sep2 0.511365
+R<ARG>A<CA> R<TYR>A<CB> central_sep1 -0.533236
+R<ARG>A<CA> R<TYR>A<CB> central_sep2 0.0147735
+R<ARG>A<CA> R<TYR>A<CB> sep1 1.47154
+R<ARG>A<CA> R<TYR>A<CB> sep2 0.10003
+R<ARG>A<CA> R<TYR>A<CD1> central_sep1 0.270843
+R<ARG>A<CA> R<TYR>A<CD1> central_sep2 -0.523421
+R<ARG>A<CA> R<TYR>A<CD1> sep1 -0.120123
+R<ARG>A<CA> R<TYR>A<CD1> sep2 -0.51059
+R<ARG>A<CA> R<TYR>A<CE1> central_sep1 0.694886
+R<ARG>A<CA> R<TYR>A<CE1> central_sep2 -0.312816
+R<ARG>A<CA> R<TYR>A<CE1> sep1 1.33065
+R<ARG>A<CA> R<TYR>A<CE1> sep2 -0.365666
+R<ARG>A<CA> R<TYR>A<CG> central_sep1 0.982016
+R<ARG>A<CA> R<TYR>A<CG> central_sep2 -0.395318
+R<ARG>A<CA> R<TYR>A<CG> sep1 1.03999
+R<ARG>A<CA> R<TYR>A<CG> sep2 -1.61064
+R<ARG>A<CA> R<TYR>A<CZ> central_sep1 0.4146
+R<ARG>A<CA> R<TYR>A<CZ> central_sep2 -0.313229
+R<ARG>A<CA> R<TYR>A<CZ> sep1 1.22925
+R<ARG>A<CA> R<TYR>A<CZ> sep2 -0.858278
+R<ARG>A<CA> R<TYR>A<N> central_sep1 2.32821
+R<ARG>A<CA> R<TYR>A<N> central_sep2 1.8881
+R<ARG>A<CA> R<TYR>A<N> sep1 -2.19199
+R<ARG>A<CA> R<TYR>A<N> sep2 1.18133
+R<ARG>A<CA> R<TYR>A<O> central_sep1 0.436848
+R<ARG>A<CA> R<TYR>A<O> central_sep2 -0.629033
+R<ARG>A<CA> R<TYR>A<O> sep1 -2.00966
+R<ARG>A<CA> R<TYR>A<O> sep2 0.481893
+R<ARG>A<CA> R<TYR>A<OH> central_sep1 1.66924
+R<ARG>A<CA> R<TYR>A<OH> central_sep2 -0.404892
+R<ARG>A<CA> R<TYR>A<OH> sep1 2.52854
+R<ARG>A<CA> R<TYR>A<OH> sep2 -0.303882
+R<ARG>A<CA> R<VAL>A<C> central_sep1 4.52068
+R<ARG>A<CA> R<VAL>A<C> central_sep2 2.56168
+R<ARG>A<CA> R<VAL>A<C> sep1 -2.83411
+R<ARG>A<CA> R<VAL>A<C> sep2 0.977365
+R<ARG>A<CA> R<VAL>A<CA> central_sep1 1.56192
+R<ARG>A<CA> R<VAL>A<CA> central_sep2 0.315532
+R<ARG>A<CA> R<VAL>A<CA> sep1 3.33581
+R<ARG>A<CA> R<VAL>A<CA> sep2 0.799225
+R<ARG>A<CA> R<VAL>A<CB> central_sep1 -1.11967
+R<ARG>A<CA> R<VAL>A<CB> central_sep2 0.275033
+R<ARG>A<CA> R<VAL>A<CB> sep1 1.20599
+R<ARG>A<CA> R<VAL>A<CB> sep2 0.17806
+R<ARG>A<CA> R<VAL>A<CG1> central_sep1 1.16279
+R<ARG>A<CA> R<VAL>A<CG1> central_sep2 -0.184148
+R<ARG>A<CA> R<VAL>A<CG1> sep1 0.920438
+R<ARG>A<CA> R<VAL>A<CG1> sep2 0.28686
+R<ARG>A<CA> R<VAL>A<CG2> central_sep1 0.361207
+R<ARG>A<CA> R<VAL>A<CG2> central_sep2 -0.202735
+R<ARG>A<CA> R<VAL>A<CG2> sep1 1.21489
+R<ARG>A<CA> R<VAL>A<CG2> sep2 0.308475
+R<ARG>A<CA> R<VAL>A<N> central_sep1 2.31207
+R<ARG>A<CA> R<VAL>A<N> central_sep2 2.07046
+R<ARG>A<CA> R<VAL>A<N> sep1 -2.42246
+R<ARG>A<CA> R<VAL>A<N> sep2 1.15519
+R<ARG>A<CA> R<VAL>A<O> central_sep1 0.542128
+R<ARG>A<CA> R<VAL>A<O> central_sep2 -0.64836
+R<ARG>A<CA> R<VAL>A<O> sep1 -2.04639
+R<ARG>A<CA> R<VAL>A<O> sep2 0.530355
+R<ARG>A<CA> c<solvent> . 0.856322
+R<ARG>A<CB> R<ARG>A<CB> central_sep1 0.747005
+R<ARG>A<CB> R<ARG>A<CB> central_sep2 -0.134509
+R<ARG>A<CB> R<ARG>A<CB> sep1 1.5768
+R<ARG>A<CB> R<ARG>A<CB> sep2 0.589994
+R<ARG>A<CB> R<ARG>A<CD> central_sep1 0.850726
+R<ARG>A<CB> R<ARG>A<CD> central_sep2 0.125378
+R<ARG>A<CB> R<ARG>A<CD> sep1 1.61044
+R<ARG>A<CB> R<ARG>A<CD> sep2 0.0692082
+R<ARG>A<CB> R<ARG>A<CG> central_sep1 0.277695
+R<ARG>A<CB> R<ARG>A<CG> central_sep2 0.0598112
+R<ARG>A<CB> R<ARG>A<CG> sep1 0.176844
+R<ARG>A<CB> R<ARG>A<CG> sep2 0.340729
+R<ARG>A<CB> R<ARG>A<CZ> central_sep1 0.15933
+R<ARG>A<CB> R<ARG>A<CZ> central_sep2 -0.169196
+R<ARG>A<CB> R<ARG>A<CZ> sep1 1.01287
+R<ARG>A<CB> R<ARG>A<CZ> sep2 -0.633602
+R<ARG>A<CB> R<ARG>A<N> central_sep1 1.54495
+R<ARG>A<CB> R<ARG>A<N> central_sep2 1.67585
+R<ARG>A<CB> R<ARG>A<N> sep1 -1.52299
+R<ARG>A<CB> R<ARG>A<N> sep2 1.45575
+R<ARG>A<CB> R<ARG>A<NE> central_sep1 0.827571
+R<ARG>A<CB> R<ARG>A<NE> central_sep2 0.490201
+R<ARG>A<CB> R<ARG>A<NE> sep1 1.40737
+R<ARG>A<CB> R<ARG>A<NE> sep2 -0.229762
+R<ARG>A<CB> R<ARG>A<NH1> central_sep1 0.263728
+R<ARG>A<CB> R<ARG>A<NH1> central_sep2 0.134267
+R<ARG>A<CB> R<ARG>A<NH1> sep1 1.65532
+R<ARG>A<CB> R<ARG>A<NH1> sep2 0.161033
+R<ARG>A<CB> R<ARG>A<O> central_sep1 -1.6145
+R<ARG>A<CB> R<ARG>A<O> central_sep2 0.255994
+R<ARG>A<CB> R<ARG>A<O> sep1 0.197854
+R<ARG>A<CB> R<ARG>A<O> sep2 -0.131675
+R<ARG>A<CB> R<ASN>A<C> central_sep1 1.81134
+R<ARG>A<CB> R<ASN>A<C> central_sep2 1.09516
+R<ARG>A<CB> R<ASN>A<C> sep1 -0.105347
+R<ARG>A<CB> R<ASN>A<C> sep2 0.292803
+R<ARG>A<CB> R<ASN>A<CA> central_sep1 -0.79384
+R<ARG>A<CB> R<ASN>A<CA> central_sep2 0.183354
+R<ARG>A<CB> R<ASN>A<CA> sep1 1.44634
+R<ARG>A<CB> R<ASN>A<CA> sep2 0.400808
+R<ARG>A<CB> R<ASN>A<CB> central_sep1 0.534357
+R<ARG>A<CB> R<ASN>A<CB> central_sep2 0.116699
+R<ARG>A<CB> R<ASN>A<CB> sep1 1.27783
+R<ARG>A<CB> R<ASN>A<CB> sep2 0.271084
+R<ARG>A<CB> R<ASN>A<CG> central_sep1 -0.00758098
+R<ARG>A<CB> R<ASN>A<CG> central_sep2 -0.200289
+R<ARG>A<CB> R<ASN>A<CG> sep1 -0.19398
+R<ARG>A<CB> R<ASN>A<CG> sep2 -0.936359
+R<ARG>A<CB> R<ASN>A<N> central_sep1 1.19785
+R<ARG>A<CB> R<ASN>A<N> central_sep2 1.60024
+R<ARG>A<CB> R<ASN>A<N> sep1 -1.22601
+R<ARG>A<CB> R<ASN>A<N> sep2 1.18538
+R<ARG>A<CB> R<ASN>A<ND2> central_sep1 -0.100657
+R<ARG>A<CB> R<ASN>A<ND2> central_sep2 0.139641
+R<ARG>A<CB> R<ASN>A<ND2> sep1 0.860999
+R<ARG>A<CB> R<ASN>A<ND2> sep2 0.216781
+R<ARG>A<CB> R<ASN>A<O> central_sep1 -1.27823
+R<ARG>A<CB> R<ASN>A<O> central_sep2 0.245429
+R<ARG>A<CB> R<ASN>A<O> sep1 0.230661
+R<ARG>A<CB> R<ASN>A<O> sep2 0.148398
+R<ARG>A<CB> R<ASN>A<OD1> central_sep1 -0.601275
+R<ARG>A<CB> R<ASN>A<OD1> central_sep2 -0.202593
+R<ARG>A<CB> R<ASN>A<OD1> sep1 0.483255
+R<ARG>A<CB> R<ASN>A<OD1> sep2 -0.144195
+R<ARG>A<CB> R<ASP>A<C> central_sep1 1.77136
+R<ARG>A<CB> R<ASP>A<C> central_sep2 1.03971
+R<ARG>A<CB> R<ASP>A<C> sep1 -0.207713
+R<ARG>A<CB> R<ASP>A<C> sep2 0.0152206
+R<ARG>A<CB> R<ASP>A<CA> central_sep1 -1.13082
+R<ARG>A<CB> R<ASP>A<CA> central_sep2 -0.0364997
+R<ARG>A<CB> R<ASP>A<CA> sep1 1.25205
+R<ARG>A<CB> R<ASP>A<CA> sep2 0.162562
+R<ARG>A<CB> R<ASP>A<CB> central_sep1 -0.175272
+R<ARG>A<CB> R<ASP>A<CB> central_sep2 -0.342795
+R<ARG>A<CB> R<ASP>A<CB> sep1 0.940003
+R<ARG>A<CB> R<ASP>A<CB> sep2 -0.0176663
+R<ARG>A<CB> R<ASP>A<CG> central_sep1 -0.838164
+R<ARG>A<CB> R<ASP>A<CG> central_sep2 -0.509734
+R<ARG>A<CB> R<ASP>A<CG> sep1 -0.739887
+R<ARG>A<CB> R<ASP>A<CG> sep2 -1.29204
+R<ARG>A<CB> R<ASP>A<N> central_sep1 0.566171
+R<ARG>A<CB> R<ASP>A<N> central_sep2 0.799784
+R<ARG>A<CB> R<ASP>A<N> sep1 -1.50328
+R<ARG>A<CB> R<ASP>A<N> sep2 0.803197
+R<ARG>A<CB> R<ASP>A<O> central_sep1 -1.71628
+R<ARG>A<CB> R<ASP>A<O> central_sep2 -0.012271
+R<ARG>A<CB> R<ASP>A<O> sep1 0.150726
+R<ARG>A<CB> R<ASP>A<O> sep2 -0.0677249
+R<ARG>A<CB> R<ASP>A<OD1> central_sep1 -0.806759
+R<ARG>A<CB> R<ASP>A<OD1> central_sep2 -0.438596
+R<ARG>A<CB> R<ASP>A<OD1> sep1 0.223027
+R<ARG>A<CB> R<ASP>A<OD1> sep2 -0.432236
+R<ARG>A<CB> R<CYS>A<C> central_sep1 2.248
+R<ARG>A<CB> R<CYS>A<C> central_sep2 0.870718
+R<ARG>A<CB> R<CYS>A<C> sep1 -0.316228
+R<ARG>A<CB> R<CYS>A<C> sep2 -0.102895
+R<ARG>A<CB> R<CYS>A<CA> central_sep1 -0.147023
+R<ARG>A<CB> R<CYS>A<CA> central_sep2 -0.0553908
+R<ARG>A<CB> R<CYS>A<CA> sep1 1.7622
+R<ARG>A<CB> R<CYS>A<CA> sep2 0.337053
+R<ARG>A<CB> R<CYS>A<CB> central_sep1 0.422624
+R<ARG>A<CB> R<CYS>A<CB> central_sep2 -0.487091
+R<ARG>A<CB> R<CYS>A<CB> sep1 1.89797
+R<ARG>A<CB> R<CYS>A<CB> sep2 -0.0298521
+R<ARG>A<CB> R<CYS>A<N> central_sep1 1.70868
+R<ARG>A<CB> R<CYS>A<N> central_sep2 1.37251
+R<ARG>A<CB> R<CYS>A<N> sep1 -1.22324
+R<ARG>A<CB> R<CYS>A<N> sep2 0.928275
+R<ARG>A<CB> R<CYS>A<O> central_sep1 -0.971246
+R<ARG>A<CB> R<CYS>A<O> central_sep2 -0.108735
+R<ARG>A<CB> R<CYS>A<O> sep1 0.142216
+R<ARG>A<CB> R<CYS>A<O> sep2 -0.191008
+R<ARG>A<CB> R<CYS>A<SG> central_sep1 -0.146085
+R<ARG>A<CB> R<CYS>A<SG> central_sep2 -0.759957
+R<ARG>A<CB> R<CYS>A<SG> sep1 1.3397
+R<ARG>A<CB> R<CYS>A<SG> sep2 -0.139374
+R<ARG>A<CB> R<GLN>A<C> central_sep1 1.84525
+R<ARG>A<CB> R<GLN>A<C> central_sep2 1.27014
+R<ARG>A<CB> R<GLN>A<C> sep1 -0.00251702
+R<ARG>A<CB> R<GLN>A<C> sep2 0.206219
+R<ARG>A<CB> R<GLN>A<CA> central_sep1 -1.05884
+R<ARG>A<CB> R<GLN>A<CA> central_sep2 0.674027
+R<ARG>A<CB> R<GLN>A<CA> sep1 1.3599
+R<ARG>A<CB> R<GLN>A<CA> sep2 0.733654
+R<ARG>A<CB> R<GLN>A<CB> central_sep1 0.274972
+R<ARG>A<CB> R<GLN>A<CB> central_sep2 -0.367118
+R<ARG>A<CB> R<GLN>A<CB> sep1 1.56144
+R<ARG>A<CB> R<GLN>A<CB> sep2 0.457418
+R<ARG>A<CB> R<GLN>A<CD> central_sep1 -0.136662
+R<ARG>A<CB> R<GLN>A<CD> central_sep2 -0.368473
+R<ARG>A<CB> R<GLN>A<CD> sep1 0.630179
+R<ARG>A<CB> R<GLN>A<CD> sep2 -0.952099
+R<ARG>A<CB> R<GLN>A<CG> central_sep1 0.439878
+R<ARG>A<CB> R<GLN>A<CG> central_sep2 0.201062
+R<ARG>A<CB> R<GLN>A<CG> sep1 0.345661
+R<ARG>A<CB> R<GLN>A<CG> sep2 0.118603
+R<ARG>A<CB> R<GLN>A<N> central_sep1 1.44056
+R<ARG>A<CB> R<GLN>A<N> central_sep2 1.60123
+R<ARG>A<CB> R<GLN>A<N> sep1 -1.48654
+R<ARG>A<CB> R<GLN>A<N> sep2 1.43462
+R<ARG>A<CB> R<GLN>A<NE2> central_sep1 -0.0676628
+R<ARG>A<CB> R<GLN>A<NE2> central_sep2 0.0532096
+R<ARG>A<CB> R<GLN>A<NE2> sep1 1.39986
+R<ARG>A<CB> R<GLN>A<NE2> sep2 0.0944571
+R<ARG>A<CB> R<GLN>A<O> central_sep1 -1.5976
+R<ARG>A<CB> R<GLN>A<O> central_sep2 0.314769
+R<ARG>A<CB> R<GLN>A<O> sep1 0.339633
+R<ARG>A<CB> R<GLN>A<O> sep2 -0.112321
+R<ARG>A<CB> R<GLN>A<OE1> central_sep1 0.150122
+R<ARG>A<CB> R<GLN>A<OE1> central_sep2 -0.26549
+R<ARG>A<CB> R<GLN>A<OE1> sep1 1.08293
+R<ARG>A<CB> R<GLN>A<OE1> sep2 -0.160199
+R<ARG>A<CB> R<GLU>A<C> central_sep1 1.82896
+R<ARG>A<CB> R<GLU>A<C> central_sep2 1.24039
+R<ARG>A<CB> R<GLU>A<C> sep1 -0.209445
+R<ARG>A<CB> R<GLU>A<C> sep2 0.273441
+R<ARG>A<CB> R<GLU>A<CA> central_sep1 -1.63947
+R<ARG>A<CB> R<GLU>A<CA> central_sep2 0.456244
+R<ARG>A<CB> R<GLU>A<CA> sep1 0.990557
+R<ARG>A<CB> R<GLU>A<CA> sep2 0.634049
+R<ARG>A<CB> R<GLU>A<CB> central_sep1 -0.0240893
+R<ARG>A<CB> R<GLU>A<CB> central_sep2 -0.573852
+R<ARG>A<CB> R<GLU>A<CB> sep1 1.24396
+R<ARG>A<CB> R<GLU>A<CB> sep2 0.0870413
+R<ARG>A<CB> R<GLU>A<CD> central_sep1 -0.782567
+R<ARG>A<CB> R<GLU>A<CD> central_sep2 -0.706086
+R<ARG>A<CB> R<GLU>A<CD> sep1 0.0688333
+R<ARG>A<CB> R<GLU>A<CD> sep2 -1.29673
+R<ARG>A<CB> R<GLU>A<CG> central_sep1 -0.151847
+R<ARG>A<CB> R<GLU>A<CG> central_sep2 -0.43624
+R<ARG>A<CB> R<GLU>A<CG> sep1 0.0298075
+R<ARG>A<CB> R<GLU>A<CG> sep2 -0.287042
+R<ARG>A<CB> R<GLU>A<N> central_sep1 1.11411
+R<ARG>A<CB> R<GLU>A<N> central_sep2 1.31372
+R<ARG>A<CB> R<GLU>A<N> sep1 -1.70347
+R<ARG>A<CB> R<GLU>A<N> sep2 1.1195
+R<ARG>A<CB> R<GLU>A<O> central_sep1 -2.02979
+R<ARG>A<CB> R<GLU>A<O> central_sep2 0.206692
+R<ARG>A<CB> R<GLU>A<O> sep1 0.143788
+R<ARG>A<CB> R<GLU>A<O> sep2 -0.237481
+R<ARG>A<CB> R<GLU>A<OE1> central_sep1 -0.307385
+R<ARG>A<CB> R<GLU>A<OE1> central_sep2 -0.390068
+R<ARG>A<CB> R<GLU>A<OE1> sep1 0.869063
+R<ARG>A<CB> R<GLU>A<OE1> sep2 -0.477103
+R<ARG>A<CB> R<GLY>A<C> central_sep1 0.906777
+R<ARG>A<CB> R<GLY>A<C> central_sep2 0.484085
+R<ARG>A<CB> R<GLY>A<C> sep1 -0.127055
+R<ARG>A<CB> R<GLY>A<C> sep2 -0.358833
+R<ARG>A<CB> R<GLY>A<CA> central_sep1 0.419188
+R<ARG>A<CB> R<GLY>A<CA> central_sep2 -0.105672
+R<ARG>A<CB> R<GLY>A<CA> sep1 1.95182
+R<ARG>A<CB> R<GLY>A<CA> sep2 0.267923
+R<ARG>A<CB> R<GLY>A<N> central_sep1 1.05674
+R<ARG>A<CB> R<GLY>A<N> central_sep2 0.992665
+R<ARG>A<CB> R<GLY>A<N> sep1 -0.894984
+R<ARG>A<CB> R<GLY>A<N> sep2 0.611427
+R<ARG>A<CB> R<GLY>A<O> central_sep1 -0.868953
+R<ARG>A<CB> R<GLY>A<O> central_sep2 -0.135125
+R<ARG>A<CB> R<GLY>A<O> sep1 0.216342
+R<ARG>A<CB> R<GLY>A<O> sep2 -0.25509
+R<ARG>A<CB> R<HIS>A<C> central_sep1 1.82124
+R<ARG>A<CB> R<HIS>A<C> central_sep2 1.11136
+R<ARG>A<CB> R<HIS>A<C> sep1 -0.279222
+R<ARG>A<CB> R<HIS>A<C> sep2 0.0291611
+R<ARG>A<CB> R<HIS>A<CA> central_sep1 -0.664569
+R<ARG>A<CB> R<HIS>A<CA> central_sep2 0.380167
+R<ARG>A<CB> R<HIS>A<CA> sep1 1.27922
+R<ARG>A<CB> R<HIS>A<CA> sep2 0.592428
+R<ARG>A<CB> R<HIS>A<CB> central_sep1 0.257375
+R<ARG>A<CB> R<HIS>A<CB> central_sep2 -0.473023
+R<ARG>A<CB> R<HIS>A<CB> sep1 1.636
+R<ARG>A<CB> R<HIS>A<CB> sep2 0.0554268
+R<ARG>A<CB> R<HIS>A<CD2> central_sep1 -0.577475
+R<ARG>A<CB> R<HIS>A<CD2> central_sep2 -0.322702
+R<ARG>A<CB> R<HIS>A<CD2> sep1 0.903962
+R<ARG>A<CB> R<HIS>A<CD2> sep2 -0.162663
+R<ARG>A<CB> R<HIS>A<CE1> central_sep1 -0.29662
+R<ARG>A<CB> R<HIS>A<CE1> central_sep2 -0.317755
+R<ARG>A<CB> R<HIS>A<CE1> sep1 0.873198
+R<ARG>A<CB> R<HIS>A<CE1> sep2 -0.0819647
+R<ARG>A<CB> R<HIS>A<CG> central_sep1 0.333962
+R<ARG>A<CB> R<HIS>A<CG> central_sep2 -0.491371
+R<ARG>A<CB> R<HIS>A<CG> sep1 0.742386
+R<ARG>A<CB> R<HIS>A<CG> sep2 -1.12746
+R<ARG>A<CB> R<HIS>A<N> central_sep1 1.2105
+R<ARG>A<CB> R<HIS>A<N> central_sep2 1.4816
+R<ARG>A<CB> R<HIS>A<N> sep1 -1.26666
+R<ARG>A<CB> R<HIS>A<N> sep2 1.32949
+R<ARG>A<CB> R<HIS>A<ND1> central_sep1 -0.22092
+R<ARG>A<CB> R<HIS>A<ND1> central_sep2 -0.0496123
+R<ARG>A<CB> R<HIS>A<ND1> sep1 0.743665
+R<ARG>A<CB> R<HIS>A<ND1> sep2 -0.483014
+R<ARG>A<CB> R<HIS>A<NE2> central_sep1 0.257654
+R<ARG>A<CB> R<HIS>A<NE2> central_sep2 -0.0322509
+R<ARG>A<CB> R<HIS>A<NE2> sep1 0.547477
+R<ARG>A<CB> R<HIS>A<NE2> sep2 -0.480431
+R<ARG>A<CB> R<HIS>A<O> central_sep1 -1.41865
+R<ARG>A<CB> R<HIS>A<O> central_sep2 0.0653102
+R<ARG>A<CB> R<HIS>A<O> sep1 0.145281
+R<ARG>A<CB> R<HIS>A<O> sep2 -0.161421
+R<ARG>A<CB> R<ILE>A<C> central_sep1 3.14787
+R<ARG>A<CB> R<ILE>A<C> central_sep2 1.64978
+R<ARG>A<CB> R<ILE>A<C> sep1 -0.124289
+R<ARG>A<CB> R<ILE>A<C> sep2 0.201047
+R<ARG>A<CB> R<ILE>A<CA> central_sep1 -0.521036
+R<ARG>A<CB> R<ILE>A<CA> central_sep2 0.454639
+R<ARG>A<CB> R<ILE>A<CA> sep1 1.30302
+R<ARG>A<CB> R<ILE>A<CA> sep2 0.962625
+R<ARG>A<CB> R<ILE>A<CB> central_sep1 0.714581
+R<ARG>A<CB> R<ILE>A<CB> central_sep2 -0.446646
+R<ARG>A<CB> R<ILE>A<CB> sep1 1.72183
+R<ARG>A<CB> R<ILE>A<CB> sep2 -0.00526004
+R<ARG>A<CB> R<ILE>A<CD1> central_sep1 0.171283
+R<ARG>A<CB> R<ILE>A<CD1> central_sep2 -0.788955
+R<ARG>A<CB> R<ILE>A<CD1> sep1 1.6726
+R<ARG>A<CB> R<ILE>A<CD1> sep2 -0.0588225
+R<ARG>A<CB> R<ILE>A<CG1> central_sep1 -0.0243067
+R<ARG>A<CB> R<ILE>A<CG1> central_sep2 -0.451326
+R<ARG>A<CB> R<ILE>A<CG1> sep1 0.595285
+R<ARG>A<CB> R<ILE>A<CG1> sep2 -0.248261
+R<ARG>A<CB> R<ILE>A<CG2> central_sep1 0.446849
+R<ARG>A<CB> R<ILE>A<CG2> central_sep2 -0.601092
+R<ARG>A<CB> R<ILE>A<CG2> sep1 1.39485
+R<ARG>A<CB> R<ILE>A<CG2> sep2 0.168097
+R<ARG>A<CB> R<ILE>A<N> central_sep1 2.37538
+R<ARG>A<CB> R<ILE>A<N> central_sep2 1.72993
+R<ARG>A<CB> R<ILE>A<N> sep1 -1.32124
+R<ARG>A<CB> R<ILE>A<N> sep2 1.38391
+R<ARG>A<CB> R<ILE>A<O> central_sep1 -1.16921
+R<ARG>A<CB> R<ILE>A<O> central_sep2 0.271179
+R<ARG>A<CB> R<ILE>A<O> sep1 0.307131
+R<ARG>A<CB> R<ILE>A<O> sep2 -0.155052
+R<ARG>A<CB> R<LEU>A<C> central_sep1 2.16555
+R<ARG>A<CB> R<LEU>A<C> central_sep2 1.13773
+R<ARG>A<CB> R<LEU>A<C> sep1 -0.122588
+R<ARG>A<CB> R<LEU>A<C> sep2 0.114958
+R<ARG>A<CB> R<LEU>A<CA> central_sep1 -1.00277
+R<ARG>A<CB> R<LEU>A<CA> central_sep2 0.536127
+R<ARG>A<CB> R<LEU>A<CA> sep1 1.08128
+R<ARG>A<CB> R<LEU>A<CA> sep2 0.746409
+R<ARG>A<CB> R<LEU>A<CB> central_sep1 0.308724
+R<ARG>A<CB> R<LEU>A<CB> central_sep2 -0.424456
+R<ARG>A<CB> R<LEU>A<CB> sep1 1.83785
+R<ARG>A<CB> R<LEU>A<CB> sep2 0.195861
+R<ARG>A<CB> R<LEU>A<CD1> central_sep1 0.160353
+R<ARG>A<CB> R<LEU>A<CD1> central_sep2 -0.856879
+R<ARG>A<CB> R<LEU>A<CD1> sep1 1.72569
+R<ARG>A<CB> R<LEU>A<CD1> sep2 0.0314287
+R<ARG>A<CB> R<LEU>A<CD2> central_sep1 0.386707
+R<ARG>A<CB> R<LEU>A<CD2> central_sep2 -0.841847
+R<ARG>A<CB> R<LEU>A<CD2> sep1 1.44507
+R<ARG>A<CB> R<LEU>A<CD2> sep2 -0.0791824
+R<ARG>A<CB> R<LEU>A<CG> central_sep1 -0.257371
+R<ARG>A<CB> R<LEU>A<CG> central_sep2 0.148101
+R<ARG>A<CB> R<LEU>A<CG> sep1 0.0640308
+R<ARG>A<CB> R<LEU>A<CG> sep2 -0.321087
+R<ARG>A<CB> R<LEU>A<N> central_sep1 2.03647
+R<ARG>A<CB> R<LEU>A<N> central_sep2 1.87035
+R<ARG>A<CB> R<LEU>A<N> sep1 -1.36506
+R<ARG>A<CB> R<LEU>A<N> sep2 1.3773
+R<ARG>A<CB> R<LEU>A<O> central_sep1 -1.42896
+R<ARG>A<CB> R<LEU>A<O> central_sep2 0.169106
+R<ARG>A<CB> R<LEU>A<O> sep1 0.218869
+R<ARG>A<CB> R<LEU>A<O> sep2 -0.211853
+R<ARG>A<CB> R<LYS>A<C> central_sep1 2.11694
+R<ARG>A<CB> R<LYS>A<C> central_sep2 1.64515
+R<ARG>A<CB> R<LYS>A<C> sep1 0.0545741
+R<ARG>A<CB> R<LYS>A<C> sep2 0.56374
+R<ARG>A<CB> R<LYS>A<CA> central_sep1 -0.634006
+R<ARG>A<CB> R<LYS>A<CA> central_sep2 1.03752
+R<ARG>A<CB> R<LYS>A<CA> sep1 1.52052
+R<ARG>A<CB> R<LYS>A<CA> sep2 1.17272
+R<ARG>A<CB> R<LYS>A<CB> central_sep1 0.917303
+R<ARG>A<CB> R<LYS>A<CB> central_sep2 0.374348
+R<ARG>A<CB> R<LYS>A<CB> sep1 1.76736
+R<ARG>A<CB> R<LYS>A<CB> sep2 1.02973
+R<ARG>A<CB> R<LYS>A<CD> central_sep1 1.2482
+R<ARG>A<CB> R<LYS>A<CD> central_sep2 0.867034
+R<ARG>A<CB> R<LYS>A<CD> sep1 1.76925
+R<ARG>A<CB> R<LYS>A<CD> sep2 0.901354
+R<ARG>A<CB> R<LYS>A<CE> central_sep1 0.772564
+R<ARG>A<CB> R<LYS>A<CE> central_sep2 1.22528
+R<ARG>A<CB> R<LYS>A<CE> sep1 2.12094
+R<ARG>A<CB> R<LYS>A<CE> sep2 1.1415
+R<ARG>A<CB> R<LYS>A<CG> central_sep1 0.695019
+R<ARG>A<CB> R<LYS>A<CG> central_sep2 0.789006
+R<ARG>A<CB> R<LYS>A<CG> sep1 0.368015
+R<ARG>A<CB> R<LYS>A<CG> sep2 0.885769
+R<ARG>A<CB> R<LYS>A<N> central_sep1 1.67839
+R<ARG>A<CB> R<LYS>A<N> central_sep2 2.09841
+R<ARG>A<CB> R<LYS>A<N> sep1 -1.36125
+R<ARG>A<CB> R<LYS>A<N> sep2 1.85487
+R<ARG>A<CB> R<LYS>A<NZ> central_sep1 1.58046
+R<ARG>A<CB> R<LYS>A<NZ> central_sep2 1.44347
+R<ARG>A<CB> R<LYS>A<NZ> sep1 2.51603
+R<ARG>A<CB> R<LYS>A<NZ> sep2 1.17772
+R<ARG>A<CB> R<LYS>A<O> central_sep1 -1.2405
+R<ARG>A<CB> R<LYS>A<O> central_sep2 0.567304
+R<ARG>A<CB> R<LYS>A<O> sep1 0.315336
+R<ARG>A<CB> R<LYS>A<O> sep2 0.219925
+R<ARG>A<CB> R<MET>A<C> central_sep1 2.18105
+R<ARG>A<CB> R<MET>A<C> central_sep2 0.970411
+R<ARG>A<CB> R<MET>A<C> sep1 -0.0437598
+R<ARG>A<CB> R<MET>A<C> sep2 0.176828
+R<ARG>A<CB> R<MET>A<CA> central_sep1 -0.798159
+R<ARG>A<CB> R<MET>A<CA> central_sep2 0.432624
+R<ARG>A<CB> R<MET>A<CA> sep1 1.28552
+R<ARG>A<CB> R<MET>A<CA> sep2 0.649097
+R<ARG>A<CB> R<MET>A<CB> central_sep1 0.426539
+R<ARG>A<CB> R<MET>A<CB> central_sep2 -0.250507
+R<ARG>A<CB> R<MET>A<CB> sep1 1.93528
+R<ARG>A<CB> R<MET>A<CB> sep2 0.216197
+R<ARG>A<CB> R<MET>A<CE> central_sep1 0.0948637
+R<ARG>A<CB> R<MET>A<CE> central_sep2 -0.775786
+R<ARG>A<CB> R<MET>A<CE> sep1 1.82584
+R<ARG>A<CB> R<MET>A<CE> sep2 -0.244385
+R<ARG>A<CB> R<MET>A<CG> central_sep1 0.1148
+R<ARG>A<CB> R<MET>A<CG> central_sep2 -0.339441
+R<ARG>A<CB> R<MET>A<CG> sep1 0.618375
+R<ARG>A<CB> R<MET>A<CG> sep2 -0.0164429
+R<ARG>A<CB> R<MET>A<N> central_sep1 1.74082
+R<ARG>A<CB> R<MET>A<N> central_sep2 1.53993
+R<ARG>A<CB> R<MET>A<N> sep1 -1.21209
+R<ARG>A<CB> R<MET>A<N> sep2 1.18772
+R<ARG>A<CB> R<MET>A<O> central_sep1 -1.36528
+R<ARG>A<CB> R<MET>A<O> central_sep2 0.157049
+R<ARG>A<CB> R<MET>A<O> sep1 0.389031
+R<ARG>A<CB> R<MET>A<O> sep2 -0.160288
+R<ARG>A<CB> R<MET>A<SD> central_sep1 -0.00503081
+R<ARG>A<CB> R<MET>A<SD> central_sep2 -0.926573
+R<ARG>A<CB> R<MET>A<SD> sep1 1.56678
+R<ARG>A<CB> R<MET>A<SD> sep2 -0.399873
+R<ARG>A<CB> R<PHE>A<C> central_sep1 2.04759
+R<ARG>A<CB> R<PHE>A<C> central_sep2 0.921259
+R<ARG>A<CB> R<PHE>A<C> sep1 -0.243872
+R<ARG>A<CB> R<PHE>A<C> sep2 -0.0713883
+R<ARG>A<CB> R<PHE>A<CA> central_sep1 -0.388472
+R<ARG>A<CB> R<PHE>A<CA> central_sep2 0.2728
+R<ARG>A<CB> R<PHE>A<CA> sep1 1.25115
+R<ARG>A<CB> R<PHE>A<CA> sep2 0.738523
+R<ARG>A<CB> R<PHE>A<CB> central_sep1 0.469352
+R<ARG>A<CB> R<PHE>A<CB> central_sep2 -0.467173
+R<ARG>A<CB> R<PHE>A<CB> sep1 2.09685
+R<ARG>A<CB> R<PHE>A<CB> sep2 0.000139009
+R<ARG>A<CB> R<PHE>A<CD1> central_sep1 -0.262922
+R<ARG>A<CB> R<PHE>A<CD1> central_sep2 -0.597377
+R<ARG>A<CB> R<PHE>A<CD1> sep1 1.03778
+R<ARG>A<CB> R<PHE>A<CD1> sep2 -0.528182
+R<ARG>A<CB> R<PHE>A<CE1> central_sep1 -0.389273
+R<ARG>A<CB> R<PHE>A<CE1> central_sep2 -0.932795
+R<ARG>A<CB> R<PHE>A<CE1> sep1 1.0076
+R<ARG>A<CB> R<PHE>A<CE1> sep2 -0.733164
+R<ARG>A<CB> R<PHE>A<CG> central_sep1 1.10226
+R<ARG>A<CB> R<PHE>A<CG> central_sep2 -0.442678
+R<ARG>A<CB> R<PHE>A<CG> sep1 1.00318
+R<ARG>A<CB> R<PHE>A<CG> sep2 -1.54001
+R<ARG>A<CB> R<PHE>A<CZ> central_sep1 0.30658
+R<ARG>A<CB> R<PHE>A<CZ> central_sep2 -0.978304
+R<ARG>A<CB> R<PHE>A<CZ> sep1 0.999336
+R<ARG>A<CB> R<PHE>A<CZ> sep2 -0.767586
+R<ARG>A<CB> R<PHE>A<N> central_sep1 1.67937
+R<ARG>A<CB> R<PHE>A<N> central_sep2 1.55489
+R<ARG>A<CB> R<PHE>A<N> sep1 -1.32007
+R<ARG>A<CB> R<PHE>A<N> sep2 1.0733
+R<ARG>A<CB> R<PHE>A<O> central_sep1 -1.19153
+R<ARG>A<CB> R<PHE>A<O> central_sep2 0.116679
+R<ARG>A<CB> R<PHE>A<O> sep1 0.219625
+R<ARG>A<CB> R<PHE>A<O> sep2 -0.286695
+R<ARG>A<CB> R<PRO>A<C> central_sep1 2.42833
+R<ARG>A<CB> R<PRO>A<C> central_sep2 1.37008
+R<ARG>A<CB> R<PRO>A<C> sep1 0.189064
+R<ARG>A<CB> R<PRO>A<C> sep2 0.232673
+R<ARG>A<CB> R<PRO>A<CA> central_sep1 -0.491107
+R<ARG>A<CB> R<PRO>A<CA> central_sep2 0.115178
+R<ARG>A<CB> R<PRO>A<CA> sep1 0.860299
+R<ARG>A<CB> R<PRO>A<CA> sep2 0.450619
+R<ARG>A<CB> R<PRO>A<CB> central_sep1 0.924174
+R<ARG>A<CB> R<PRO>A<CB> central_sep2 -0.230438
+R<ARG>A<CB> R<PRO>A<CB> sep1 1.97931
+R<ARG>A<CB> R<PRO>A<CB> sep2 0.0234087
+R<ARG>A<CB> R<PRO>A<CD> central_sep1 -0.0593635
+R<ARG>A<CB> R<PRO>A<CD> central_sep2 0.37127
+R<ARG>A<CB> R<PRO>A<CD> sep1 -0.73344
+R<ARG>A<CB> R<PRO>A<CD> sep2 0.435315
+R<ARG>A<CB> R<PRO>A<CG> central_sep1 1.28732
+R<ARG>A<CB> R<PRO>A<CG> central_sep2 -0.288536
+R<ARG>A<CB> R<PRO>A<CG> sep1 1.92214
+R<ARG>A<CB> R<PRO>A<CG> sep2 -0.0941878
+R<ARG>A<CB> R<PRO>A<N> central_sep1 1.93037
+R<ARG>A<CB> R<PRO>A<N> central_sep2 1.71797
+R<ARG>A<CB> R<PRO>A<N> sep1 -1.38938
+R<ARG>A<CB> R<PRO>A<N> sep2 -0.00868199
+R<ARG>A<CB> R<PRO>A<O> central_sep1 -1.30055
+R<ARG>A<CB> R<PRO>A<O> central_sep2 0.0592
+R<ARG>A<CB> R<PRO>A<O> sep1 -0.34559
+R<ARG>A<CB> R<PRO>A<O> sep2 0.147387
+R<ARG>A<CB> R<SER>A<C> central_sep1 2.09094
+R<ARG>A<CB> R<SER>A<C> central_sep2 1.00473
+R<ARG>A<CB> R<SER>A<C> sep1 -0.0637933
+R<ARG>A<CB> R<SER>A<C> sep2 0.157582
+R<ARG>A<CB> R<SER>A<CA> central_sep1 -0.423217
+R<ARG>A<CB> R<SER>A<CA> central_sep2 0.308102
+R<ARG>A<CB> R<SER>A<CA> sep1 1.68796
+R<ARG>A<CB> R<SER>A<CA> sep2 0.446359
+R<ARG>A<CB> R<SER>A<CB> central_sep1 0.582348
+R<ARG>A<CB> R<SER>A<CB> central_sep2 -0.28525
+R<ARG>A<CB> R<SER>A<CB> sep1 1.26949
+R<ARG>A<CB> R<SER>A<CB> sep2 0.13612
+R<ARG>A<CB> R<SER>A<N> central_sep1 0.692301
+R<ARG>A<CB> R<SER>A<N> central_sep2 1.12131
+R<ARG>A<CB> R<SER>A<N> sep1 -1.27415
+R<ARG>A<CB> R<SER>A<N> sep2 1.15272
+R<ARG>A<CB> R<SER>A<O> central_sep1 -1.32021
+R<ARG>A<CB> R<SER>A<O> central_sep2 0.143478
+R<ARG>A<CB> R<SER>A<O> sep1 0.273937
+R<ARG>A<CB> R<SER>A<O> sep2 -0.156364
+R<ARG>A<CB> R<SER>A<OG> central_sep1 -0.591525
+R<ARG>A<CB> R<SER>A<OG> central_sep2 -0.282047
+R<ARG>A<CB> R<SER>A<OG> sep1 0.872207
+R<ARG>A<CB> R<SER>A<OG> sep2 -0.0304655
+R<ARG>A<CB> R<THR>A<C> central_sep1 2.00413
+R<ARG>A<CB> R<THR>A<C> central_sep2 0.981131
+R<ARG>A<CB> R<THR>A<C> sep1 -0.138967
+R<ARG>A<CB> R<THR>A<C> sep2 0.168561
+R<ARG>A<CB> R<THR>A<CA> central_sep1 -0.479028
+R<ARG>A<CB> R<THR>A<CA> central_sep2 0.269242
+R<ARG>A<CB> R<THR>A<CA> sep1 1.48031
+R<ARG>A<CB> R<THR>A<CA> sep2 0.52536
+R<ARG>A<CB> R<THR>A<CB> central_sep1 0.732136
+R<ARG>A<CB> R<THR>A<CB> central_sep2 -0.540843
+R<ARG>A<CB> R<THR>A<CB> sep1 1.00371
+R<ARG>A<CB> R<THR>A<CB> sep2 -0.105906
+R<ARG>A<CB> R<THR>A<CG2> central_sep1 0.352785
+R<ARG>A<CB> R<THR>A<CG2> central_sep2 -0.449201
+R<ARG>A<CB> R<THR>A<CG2> sep1 0.880776
+R<ARG>A<CB> R<THR>A<CG2> sep2 0.11849
+R<ARG>A<CB> R<THR>A<N> central_sep1 0.741525
+R<ARG>A<CB> R<THR>A<N> central_sep2 1.42738
+R<ARG>A<CB> R<THR>A<N> sep1 -1.29885
+R<ARG>A<CB> R<THR>A<N> sep2 1.21429
+R<ARG>A<CB> R<THR>A<O> central_sep1 -1.25335
+R<ARG>A<CB> R<THR>A<O> central_sep2 0.104321
+R<ARG>A<CB> R<THR>A<O> sep1 0.147198
+R<ARG>A<CB> R<THR>A<O> sep2 -0.227777
+R<ARG>A<CB> R<THR>A<OG1> central_sep1 -0.524557
+R<ARG>A<CB> R<THR>A<OG1> central_sep2 -0.415621
+R<ARG>A<CB> R<THR>A<OG1> sep1 0.745443
+R<ARG>A<CB> R<THR>A<OG1> sep2 0.0293169
+R<ARG>A<CB> R<TRP>A<C> central_sep1 2.08436
+R<ARG>A<CB> R<TRP>A<C> central_sep2 0.942411
+R<ARG>A<CB> R<TRP>A<C> sep1 -0.345709
+R<ARG>A<CB> R<TRP>A<C> sep2 -0.0870302
+R<ARG>A<CB> R<TRP>A<CA> central_sep1 -0.82357
+R<ARG>A<CB> R<TRP>A<CA> central_sep2 -0.206808
+R<ARG>A<CB> R<TRP>A<CA> sep1 1.20391
+R<ARG>A<CB> R<TRP>A<CA> sep2 0.807676
+R<ARG>A<CB> R<TRP>A<CB> central_sep1 0.398623
+R<ARG>A<CB> R<TRP>A<CB> central_sep2 -0.718815
+R<ARG>A<CB> R<TRP>A<CB> sep1 1.88627
+R<ARG>A<CB> R<TRP>A<CB> sep2 -0.194593
+R<ARG>A<CB> R<TRP>A<CD1> central_sep1 -0.52553
+R<ARG>A<CB> R<TRP>A<CD1> central_sep2 -0.568821
+R<ARG>A<CB> R<TRP>A<CD1> sep1 0.621377
+R<ARG>A<CB> R<TRP>A<CD1> sep2 -0.389225
+R<ARG>A<CB> R<TRP>A<CD2> central_sep1 -0.616295
+R<ARG>A<CB> R<TRP>A<CD2> central_sep2 -1.25538
+R<ARG>A<CB> R<TRP>A<CD2> sep1 0.0215532
+R<ARG>A<CB> R<TRP>A<CD2> sep2 -1.59579
+R<ARG>A<CB> R<TRP>A<CE2> central_sep1 -1.06955
+R<ARG>A<CB> R<TRP>A<CE2> central_sep2 -1.24196
+R<ARG>A<CB> R<TRP>A<CE2> sep1 -0.191363
+R<ARG>A<CB> R<TRP>A<CE2> sep2 -1.60188
+R<ARG>A<CB> R<TRP>A<CE3> central_sep1 -0.602208
+R<ARG>A<CB> R<TRP>A<CE3> central_sep2 -1.11711
+R<ARG>A<CB> R<TRP>A<CE3> sep1 0.690733
+R<ARG>A<CB> R<TRP>A<CE3> sep2 -1.03666
+R<ARG>A<CB> R<TRP>A<CG> central_sep1 0.194897
+R<ARG>A<CB> R<TRP>A<CG> central_sep2 -0.376519
+R<ARG>A<CB> R<TRP>A<CG> sep1 0.418815
+R<ARG>A<CB> R<TRP>A<CG> sep2 -1.99876
+R<ARG>A<CB> R<TRP>A<CH2> central_sep1 0.43994
+R<ARG>A<CB> R<TRP>A<CH2> central_sep2 -1.36436
+R<ARG>A<CB> R<TRP>A<CH2> sep1 1.39434
+R<ARG>A<CB> R<TRP>A<CH2> sep2 -1.25956
+R<ARG>A<CB> R<TRP>A<CZ2> central_sep1 0.14252
+R<ARG>A<CB> R<TRP>A<CZ2> central_sep2 -1.13834
+R<ARG>A<CB> R<TRP>A<CZ2> sep1 1.41265
+R<ARG>A<CB> R<TRP>A<CZ2> sep2 -0.944109
+R<ARG>A<CB> R<TRP>A<CZ3> central_sep1 0.007233
+R<ARG>A<CB> R<TRP>A<CZ3> central_sep2 -1.28039
+R<ARG>A<CB> R<TRP>A<CZ3> sep1 0.824726
+R<ARG>A<CB> R<TRP>A<CZ3> sep2 -1.13636
+R<ARG>A<CB> R<TRP>A<N> central_sep1 1.63319
+R<ARG>A<CB> R<TRP>A<N> central_sep2 1.2379
+R<ARG>A<CB> R<TRP>A<N> sep1 -1.37315
+R<ARG>A<CB> R<TRP>A<N> sep2 0.722941
+R<ARG>A<CB> R<TRP>A<NE1> central_sep1 -0.134919
+R<ARG>A<CB> R<TRP>A<NE1> central_sep2 -0.579667
+R<ARG>A<CB> R<TRP>A<NE1> sep1 0.636485
+R<ARG>A<CB> R<TRP>A<NE1> sep2 -0.748069
+R<ARG>A<CB> R<TRP>A<O> central_sep1 -1.44416
+R<ARG>A<CB> R<TRP>A<O> central_sep2 -0.0529817
+R<ARG>A<CB> R<TRP>A<O> sep1 -0.000208166
+R<ARG>A<CB> R<TRP>A<O> sep2 -0.183529
+R<ARG>A<CB> R<TYR>A<C> central_sep1 2.21974
+R<ARG>A<CB> R<TYR>A<C> central_sep2 0.982877
+R<ARG>A<CB> R<TYR>A<C> sep1 -0.333754
+R<ARG>A<CB> R<TYR>A<C> sep2 -0.00790258
+R<ARG>A<CB> R<TYR>A<CA> central_sep1 -0.507999
+R<ARG>A<CB> R<TYR>A<CA> central_sep2 0.137777
+R<ARG>A<CB> R<TYR>A<CA> sep1 1.29309
+R<ARG>A<CB> R<TYR>A<CA> sep2 0.570693
+R<ARG>A<CB> R<TYR>A<CB> central_sep1 0.427956
+R<ARG>A<CB> R<TYR>A<CB> central_sep2 -0.699953
+R<ARG>A<CB> R<TYR>A<CB> sep1 2.13767
+R<ARG>A<CB> R<TYR>A<CB> sep2 -0.0939358
+R<ARG>A<CB> R<TYR>A<CD1> central_sep1 -0.395373
+R<ARG>A<CB> R<TYR>A<CD1> central_sep2 -0.735329
+R<ARG>A<CB> R<TYR>A<CD1> sep1 0.789921
+R<ARG>A<CB> R<TYR>A<CD1> sep2 -0.775136
+R<ARG>A<CB> R<TYR>A<CE1> central_sep1 -0.666338
+R<ARG>A<CB> R<TYR>A<CE1> central_sep2 -1.01191
+R<ARG>A<CB> R<TYR>A<CE1> sep1 0.712169
+R<ARG>A<CB> R<TYR>A<CE1> sep2 -0.786345
+R<ARG>A<CB> R<TYR>A<CG> central_sep1 0.680214
+R<ARG>A<CB> R<TYR>A<CG> central_sep2 -0.596668
+R<ARG>A<CB> R<TYR>A<CG> sep1 0.658292
+R<ARG>A<CB> R<TYR>A<CG> sep2 -1.84393
+R<ARG>A<CB> R<TYR>A<CZ> central_sep1 -0.876382
+R<ARG>A<CB> R<TYR>A<CZ> central_sep2 -1.14084
+R<ARG>A<CB> R<TYR>A<CZ> sep1 -0.268431
+R<ARG>A<CB> R<TYR>A<CZ> sep2 -1.53858
+R<ARG>A<CB> R<TYR>A<N> central_sep1 1.72875
+R<ARG>A<CB> R<TYR>A<N> central_sep2 1.33422
+R<ARG>A<CB> R<TYR>A<N> sep1 -1.3254
+R<ARG>A<CB> R<TYR>A<N> sep2 1.09191
+R<ARG>A<CB> R<TYR>A<O> central_sep1 -1.30879
+R<ARG>A<CB> R<TYR>A<O> central_sep2 0.0277602
+R<ARG>A<CB> R<TYR>A<O> sep1 0.14766
+R<ARG>A<CB> R<TYR>A<O> sep2 -0.413186
+R<ARG>A<CB> R<TYR>A<OH> central_sep1 0.76156
+R<ARG>A<CB> R<TYR>A<OH> central_sep2 -0.766892
+R<ARG>A<CB> R<TYR>A<OH> sep1 1.62987
+R<ARG>A<CB> R<TYR>A<OH> sep2 -0.91369
+R<ARG>A<CB> R<VAL>A<C> central_sep1 2.73643
+R<ARG>A<CB> R<VAL>A<C> central_sep2 1.40939
+R<ARG>A<CB> R<VAL>A<C> sep1 -0.243746
+R<ARG>A<CB> R<VAL>A<C> sep2 -0.00485088
+R<ARG>A<CB> R<VAL>A<CA> central_sep1 -0.396481
+R<ARG>A<CB> R<VAL>A<CA> central_sep2 0.347096
+R<ARG>A<CB> R<VAL>A<CA> sep1 1.50113
+R<ARG>A<CB> R<VAL>A<CA> sep2 0.732873
+R<ARG>A<CB> R<VAL>A<CB> central_sep1 0.649331
+R<ARG>A<CB> R<VAL>A<CB> central_sep2 -0.587176
+R<ARG>A<CB> R<VAL>A<CB> sep1 1.63961
+R<ARG>A<CB> R<VAL>A<CB> sep2 -0.316434
+R<ARG>A<CB> R<VAL>A<CG1> central_sep1 0.405944
+R<ARG>A<CB> R<VAL>A<CG1> central_sep2 -0.6787
+R<ARG>A<CB> R<VAL>A<CG1> sep1 1.35073
+R<ARG>A<CB> R<VAL>A<CG1> sep2 0.0613919
+R<ARG>A<CB> R<VAL>A<CG2> central_sep1 0.0912054
+R<ARG>A<CB> R<VAL>A<CG2> central_sep2 -0.68897
+R<ARG>A<CB> R<VAL>A<CG2> sep1 1.06701
+R<ARG>A<CB> R<VAL>A<CG2> sep2 0.0730951
+R<ARG>A<CB> R<VAL>A<N> central_sep1 2.07035
+R<ARG>A<CB> R<VAL>A<N> central_sep2 1.47805
+R<ARG>A<CB> R<VAL>A<N> sep1 -1.30275
+R<ARG>A<CB> R<VAL>A<N> sep2 1.1817
+R<ARG>A<CB> R<VAL>A<O> central_sep1 -1.12119
+R<ARG>A<CB> R<VAL>A<O> central_sep2 0.169958
+R<ARG>A<CB> R<VAL>A<O> sep1 0.23103
+R<ARG>A<CB> R<VAL>A<O> sep2 -0.448111
+R<ARG>A<CB> c<solvent> . 0.114966
+R<ARG>A<CD> R<ARG>A<CD> central_sep1 0.905505
+R<ARG>A<CD> R<ARG>A<CD> central_sep2 -0.392346
+R<ARG>A<CD> R<ARG>A<CD> sep1 1.62429
+R<ARG>A<CD> R<ARG>A<CD> sep2 -0.3604
+R<ARG>A<CD> R<ARG>A<CG> central_sep1 0.206528
+R<ARG>A<CD> R<ARG>A<CG> central_sep2 0.0319746
+R<ARG>A<CD> R<ARG>A<CG> sep1 1.28272
+R<ARG>A<CD> R<ARG>A<CG> sep2 -0.0341081
+R<ARG>A<CD> R<ARG>A<CZ> central_sep1 -0.0575774
+R<ARG>A<CD> R<ARG>A<CZ> central_sep2 -0.749883
+R<ARG>A<CD> R<ARG>A<CZ> sep1 0.990946
+R<ARG>A<CD> R<ARG>A<CZ> sep2 -1.00898
+R<ARG>A<CD> R<ARG>A<N> central_sep1 2.42391
+R<ARG>A<CD> R<ARG>A<N> central_sep2 1.62726
+R<ARG>A<CD> R<ARG>A<N> sep1 2.06149
+R<ARG>A<CD> R<ARG>A<N> sep2 0.999863
+R<ARG>A<CD> R<ARG>A<NE> central_sep1 0.727241
+R<ARG>A<CD> R<ARG>A<NE> central_sep2 -0.0547059
+R<ARG>A<CD> R<ARG>A<NE> sep1 1.1667
+R<ARG>A<CD> R<ARG>A<NE> sep2 -0.83071
+R<ARG>A<CD> R<ARG>A<NH1> central_sep1 0.296977
+R<ARG>A<CD> R<ARG>A<NH1> central_sep2 -0.294492
+R<ARG>A<CD> R<ARG>A<NH1> sep1 1.2894
+R<ARG>A<CD> R<ARG>A<NH1> sep2 -0.348877
+R<ARG>A<CD> R<ARG>A<O> central_sep1 0.222443
+R<ARG>A<CD> R<ARG>A<O> central_sep2 -0.238721
+R<ARG>A<CD> R<ARG>A<O> sep1 0.87528
+R<ARG>A<CD> R<ARG>A<O> sep2 0.461748
+R<ARG>A<CD> R<ASN>A<C> central_sep1 1.50069
+R<ARG>A<CD> R<ASN>A<C> central_sep2 0.839618
+R<ARG>A<CD> R<ASN>A<C> sep1 0.70698
+R<ARG>A<CD> R<ASN>A<C> sep2 0.0639274
+R<ARG>A<CD> R<ASN>A<CA> central_sep1 0.341581
+R<ARG>A<CD> R<ASN>A<CA> central_sep2 0.261968
+R<ARG>A<CD> R<ASN>A<CA> sep1 1.16409
+R<ARG>A<CD> R<ASN>A<CA> sep2 0.00473991
+R<ARG>A<CD> R<ASN>A<CB> central_sep1 0.93052
+R<ARG>A<CD> R<ASN>A<CB> central_sep2 0.142211
+R<ARG>A<CD> R<ASN>A<CB> sep1 1.53161
+R<ARG>A<CD> R<ASN>A<CB> sep2 -0.00987569
+R<ARG>A<CD> R<ASN>A<CG> central_sep1 0.765007
+R<ARG>A<CD> R<ASN>A<CG> central_sep2 -0.141766
+R<ARG>A<CD> R<ASN>A<CG> sep1 0.822937
+R<ARG>A<CD> R<ASN>A<CG> sep2 -1.0109
+R<ARG>A<CD> R<ASN>A<N> central_sep1 2.15789
+R<ARG>A<CD> R<ASN>A<N> central_sep2 1.73635
+R<ARG>A<CD> R<ASN>A<N> sep1 2.14687
+R<ARG>A<CD> R<ASN>A<N> sep2 1.13298
+R<ARG>A<CD> R<ASN>A<ND2> central_sep1 0.285158
+R<ARG>A<CD> R<ASN>A<ND2> central_sep2 0.00398571
+R<ARG>A<CD> R<ASN>A<ND2> sep1 1.00295
+R<ARG>A<CD> R<ASN>A<ND2> sep2 -0.118191
+R<ARG>A<CD> R<ASN>A<O> central_sep1 0.257231
+R<ARG>A<CD> R<ASN>A<O> central_sep2 -0.246559
+R<ARG>A<CD> R<ASN>A<O> sep1 1.04664
+R<ARG>A<CD> R<ASN>A<O> sep2 0.461087
+R<ARG>A<CD> R<ASN>A<OD1> central_sep1 -0.256464
+R<ARG>A<CD> R<ASN>A<OD1> central_sep2 -0.584332
+R<ARG>A<CD> R<ASN>A<OD1> sep1 0.86885
+R<ARG>A<CD> R<ASN>A<OD1> sep2 -0.283478
+R<ARG>A<CD> R<ASP>A<C> central_sep1 1.46151
+R<ARG>A<CD> R<ASP>A<C> central_sep2 0.739251
+R<ARG>A<CD> R<ASP>A<C> sep1 0.44058
+R<ARG>A<CD> R<ASP>A<C> sep2 -0.134002
+R<ARG>A<CD> R<ASP>A<CA> central_sep1 0.0284463
+R<ARG>A<CD> R<ASP>A<CA> central_sep2 -0.0839508
+R<ARG>A<CD> R<ASP>A<CA> sep1 0.769015
+R<ARG>A<CD> R<ASP>A<CA> sep2 -0.251495
+R<ARG>A<CD> R<ASP>A<CB> central_sep1 0.379206
+R<ARG>A<CD> R<ASP>A<CB> central_sep2 -0.197851
+R<ARG>A<CD> R<ASP>A<CB> sep1 1.066
+R<ARG>A<CD> R<ASP>A<CB> sep2 -0.408372
+R<ARG>A<CD> R<ASP>A<CG> central_sep1 0.301476
+R<ARG>A<CD> R<ASP>A<CG> central_sep2 -0.597715
+R<ARG>A<CD> R<ASP>A<CG> sep1 0.273462
+R<ARG>A<CD> R<ASP>A<CG> sep2 -1.33648
+R<ARG>A<CD> R<ASP>A<N> central_sep1 1.81506
+R<ARG>A<CD> R<ASP>A<N> central_sep2 1.26306
+R<ARG>A<CD> R<ASP>A<N> sep1 1.77993
+R<ARG>A<CD> R<ASP>A<N> sep2 0.768379
+R<ARG>A<CD> R<ASP>A<O> central_sep1 0.168092
+R<ARG>A<CD> R<ASP>A<O> central_sep2 -0.368261
+R<ARG>A<CD> R<ASP>A<O> sep1 0.760522
+R<ARG>A<CD> R<ASP>A<O> sep2 0.214752
+R<ARG>A<CD> R<ASP>A<OD1> central_sep1 -0.495015
+R<ARG>A<CD> R<ASP>A<OD1> central_sep2 -0.711108
+R<ARG>A<CD> R<ASP>A<OD1> sep1 0.337981
+R<ARG>A<CD> R<ASP>A<OD1> sep2 -1.04636
+R<ARG>A<CD> R<CYS>A<C> central_sep1 1.53533
+R<ARG>A<CD> R<CYS>A<C> central_sep2 0.59518
+R<ARG>A<CD> R<CYS>A<C> sep1 1.00476
+R<ARG>A<CD> R<CYS>A<C> sep2 -0.272012
+R<ARG>A<CD> R<CYS>A<CA> central_sep1 0.902705
+R<ARG>A<CD> R<CYS>A<CA> central_sep2 0.297861
+R<ARG>A<CD> R<CYS>A<CA> sep1 1.56179
+R<ARG>A<CD> R<CYS>A<CA> sep2 0.240009
+R<ARG>A<CD> R<CYS>A<CB> central_sep1 1.2517
+R<ARG>A<CD> R<CYS>A<CB> central_sep2 -0.117237
+R<ARG>A<CD> R<CYS>A<CB> sep1 1.98537
+R<ARG>A<CD> R<CYS>A<CB> sep2 -0.218008
+R<ARG>A<CD> R<CYS>A<N> central_sep1 2.1572
+R<ARG>A<CD> R<CYS>A<N> central_sep2 1.40449
+R<ARG>A<CD> R<CYS>A<N> sep1 2.09075
+R<ARG>A<CD> R<CYS>A<N> sep2 0.964732
+R<ARG>A<CD> R<CYS>A<O> central_sep1 0.359045
+R<ARG>A<CD> R<CYS>A<O> central_sep2 -0.531006
+R<ARG>A<CD> R<CYS>A<O> sep1 1.24139
+R<ARG>A<CD> R<CYS>A<O> sep2 0.202886
+R<ARG>A<CD> R<CYS>A<SG> central_sep1 0.650353
+R<ARG>A<CD> R<CYS>A<SG> central_sep2 -0.664196
+R<ARG>A<CD> R<CYS>A<SG> sep1 1.87293
+R<ARG>A<CD> R<CYS>A<SG> sep2 -0.0730741
+R<ARG>A<CD> R<GLN>A<C> central_sep1 1.59726
+R<ARG>A<CD> R<GLN>A<C> central_sep2 1.008
+R<ARG>A<CD> R<GLN>A<C> sep1 0.561244
+R<ARG>A<CD> R<GLN>A<C> sep2 0.105466
+R<ARG>A<CD> R<GLN>A<CA> central_sep1 0.0541857
+R<ARG>A<CD> R<GLN>A<CA> central_sep2 0.458888
+R<ARG>A<CD> R<GLN>A<CA> sep1 0.76647
+R<ARG>A<CD> R<GLN>A<CA> sep2 0.406047
+R<ARG>A<CD> R<GLN>A<CB> central_sep1 0.545073
+R<ARG>A<CD> R<GLN>A<CB> central_sep2 -0.114248
+R<ARG>A<CD> R<GLN>A<CB> sep1 1.30679
+R<ARG>A<CD> R<GLN>A<CB> sep2 -0.0631989
+R<ARG>A<CD> R<GLN>A<CD> central_sep1 0.31673
+R<ARG>A<CD> R<GLN>A<CD> central_sep2 -0.44605
+R<ARG>A<CD> R<GLN>A<CD> sep1 0.447272
+R<ARG>A<CD> R<GLN>A<CD> sep2 -1.14705
+R<ARG>A<CD> R<GLN>A<CG> central_sep1 0.668505
+R<ARG>A<CD> R<GLN>A<CG> central_sep2 0.334092
+R<ARG>A<CD> R<GLN>A<CG> sep1 1.37253
+R<ARG>A<CD> R<GLN>A<CG> sep2 -0.115841
+R<ARG>A<CD> R<GLN>A<N> central_sep1 2.27157
+R<ARG>A<CD> R<GLN>A<N> central_sep2 1.6078
+R<ARG>A<CD> R<GLN>A<N> sep1 2.17705
+R<ARG>A<CD> R<GLN>A<N> sep2 1.1844
+R<ARG>A<CD> R<GLN>A<NE2> central_sep1 0.0530494
+R<ARG>A<CD> R<GLN>A<NE2> central_sep2 -0.229117
+R<ARG>A<CD> R<GLN>A<NE2> sep1 0.99938
+R<ARG>A<CD> R<GLN>A<NE2> sep2 -0.233866
+R<ARG>A<CD> R<GLN>A<O> central_sep1 0.236823
+R<ARG>A<CD> R<GLN>A<O> central_sep2 -0.176197
+R<ARG>A<CD> R<GLN>A<O> sep1 0.950229
+R<ARG>A<CD> R<GLN>A<O> sep2 0.512514
+R<ARG>A<CD> R<GLN>A<OE1> central_sep1 -0.573163
+R<ARG>A<CD> R<GLN>A<OE1> central_sep2 -0.820874
+R<ARG>A<CD> R<GLN>A<OE1> sep1 1.01769
+R<ARG>A<CD> R<GLN>A<OE1> sep2 -0.516995
+R<ARG>A<CD> R<GLU>A<C> central_sep1 1.63049
+R<ARG>A<CD> R<GLU>A<C> central_sep2 0.921286
+R<ARG>A<CD> R<GLU>A<C> sep1 0.301943
+R<ARG>A<CD> R<GLU>A<C> sep2 0.0428258
+R<ARG>A<CD> R<GLU>A<CA> central_sep1 -0.240234
+R<ARG>A<CD> R<GLU>A<CA> central_sep2 0.225688
+R<ARG>A<CD> R<GLU>A<CA> sep1 0.434586
+R<ARG>A<CD> R<GLU>A<CA> sep2 0.173981
+R<ARG>A<CD> R<GLU>A<CB> central_sep1 0.439008
+R<ARG>A<CD> R<GLU>A<CB> central_sep2 -0.182666
+R<ARG>A<CD> R<GLU>A<CB> sep1 1.15358
+R<ARG>A<CD> R<GLU>A<CB> sep2 -0.235256
+R<ARG>A<CD> R<GLU>A<CD> central_sep1 -0.16687
+R<ARG>A<CD> R<GLU>A<CD> central_sep2 -0.785521
+R<ARG>A<CD> R<GLU>A<CD> sep1 -0.0318458
+R<ARG>A<CD> R<GLU>A<CD> sep2 -1.5486
+R<ARG>A<CD> R<GLU>A<CG> central_sep1 -0.12282
+R<ARG>A<CD> R<GLU>A<CG> central_sep2 -0.198409
+R<ARG>A<CD> R<GLU>A<CG> sep1 0.681733
+R<ARG>A<CD> R<GLU>A<CG> sep2 -0.479277
+R<ARG>A<CD> R<GLU>A<N> central_sep1 2.38805
+R<ARG>A<CD> R<GLU>A<N> central_sep2 1.4722
+R<ARG>A<CD> R<GLU>A<N> sep1 1.96556
+R<ARG>A<CD> R<GLU>A<N> sep2 0.867433
+R<ARG>A<CD> R<GLU>A<O> central_sep1 0.126477
+R<ARG>A<CD> R<GLU>A<O> central_sep2 -0.300411
+R<ARG>A<CD> R<GLU>A<O> sep1 0.608696
+R<ARG>A<CD> R<GLU>A<O> sep2 0.357993
+R<ARG>A<CD> R<GLU>A<OE1> central_sep1 -0.773452
+R<ARG>A<CD> R<GLU>A<OE1> central_sep2 -0.888463
+R<ARG>A<CD> R<GLU>A<OE1> sep1 0.105043
+R<ARG>A<CD> R<GLU>A<OE1> sep2 -1.15831
+R<ARG>A<CD> R<GLY>A<C> central_sep1 1.16084
+R<ARG>A<CD> R<GLY>A<C> central_sep2 0.222343
+R<ARG>A<CD> R<GLY>A<C> sep1 0.474553
+R<ARG>A<CD> R<GLY>A<C> sep2 -0.455635
+R<ARG>A<CD> R<GLY>A<CA> central_sep1 0.983925
+R<ARG>A<CD> R<GLY>A<CA> central_sep2 -0.116593
+R<ARG>A<CD> R<GLY>A<CA> sep1 1.50342
+R<ARG>A<CD> R<GLY>A<CA> sep2 -0.226864
+R<ARG>A<CD> R<GLY>A<N> central_sep1 1.80913
+R<ARG>A<CD> R<GLY>A<N> central_sep2 0.951728
+R<ARG>A<CD> R<GLY>A<N> sep1 1.91897
+R<ARG>A<CD> R<GLY>A<N> sep2 0.346597
+R<ARG>A<CD> R<GLY>A<O> central_sep1 0.00429913
+R<ARG>A<CD> R<GLY>A<O> central_sep2 -0.626276
+R<ARG>A<CD> R<GLY>A<O> sep1 0.945438
+R<ARG>A<CD> R<GLY>A<O> sep2 -0.121334
+R<ARG>A<CD> R<HIS>A<C> central_sep1 1.58635
+R<ARG>A<CD> R<HIS>A<C> central_sep2 0.893855
+R<ARG>A<CD> R<HIS>A<C> sep1 0.824888
+R<ARG>A<CD> R<HIS>A<C> sep2 0.0479388
+R<ARG>A<CD> R<HIS>A<CA> central_sep1 0.351569
+R<ARG>A<CD> R<HIS>A<CA> central_sep2 0.295803
+R<ARG>A<CD> R<HIS>A<CA> sep1 1.16768
+R<ARG>A<CD> R<HIS>A<CA> sep2 0.263884
+R<ARG>A<CD> R<HIS>A<CB> central_sep1 0.717599
+R<ARG>A<CD> R<HIS>A<CB> central_sep2 -0.387787
+R<ARG>A<CD> R<HIS>A<CB> sep1 1.6956
+R<ARG>A<CD> R<HIS>A<CB> sep2 -0.398984
+R<ARG>A<CD> R<HIS>A<CD2> central_sep1 0.350947
+R<ARG>A<CD> R<HIS>A<CD2> central_sep2 -0.42649
+R<ARG>A<CD> R<HIS>A<CD2> sep1 1.26204
+R<ARG>A<CD> R<HIS>A<CD2> sep2 -0.409389
+R<ARG>A<CD> R<HIS>A<CE1> central_sep1 -0.117726
+R<ARG>A<CD> R<HIS>A<CE1> central_sep2 -0.552479
+R<ARG>A<CD> R<HIS>A<CE1> sep1 0.721396
+R<ARG>A<CD> R<HIS>A<CE1> sep2 -0.57459
+R<ARG>A<CD> R<HIS>A<CG> central_sep1 0.841209
+R<ARG>A<CD> R<HIS>A<CG> central_sep2 -1.01869
+R<ARG>A<CD> R<HIS>A<CG> sep1 1.04876
+R<ARG>A<CD> R<HIS>A<CG> sep2 -1.39395
+R<ARG>A<CD> R<HIS>A<N> central_sep1 2.27251
+R<ARG>A<CD> R<HIS>A<N> central_sep2 1.28592
+R<ARG>A<CD> R<HIS>A<N> sep1 2.05387
+R<ARG>A<CD> R<HIS>A<N> sep2 0.937015
+R<ARG>A<CD> R<HIS>A<ND1> central_sep1 0.340979
+R<ARG>A<CD> R<HIS>A<ND1> central_sep2 -0.496027
+R<ARG>A<CD> R<HIS>A<ND1> sep1 1.15708
+R<ARG>A<CD> R<HIS>A<ND1> sep2 -0.908908
+R<ARG>A<CD> R<HIS>A<NE2> central_sep1 -0.090564
+R<ARG>A<CD> R<HIS>A<NE2> central_sep2 -0.281539
+R<ARG>A<CD> R<HIS>A<NE2> sep1 0.619567
+R<ARG>A<CD> R<HIS>A<NE2> sep2 -0.840355
+R<ARG>A<CD> R<HIS>A<O> central_sep1 0.249181
+R<ARG>A<CD> R<HIS>A<O> central_sep2 -0.292667
+R<ARG>A<CD> R<HIS>A<O> sep1 1.11077
+R<ARG>A<CD> R<HIS>A<O> sep2 0.334816
+R<ARG>A<CD> R<ILE>A<C> central_sep1 1.86062
+R<ARG>A<CD> R<ILE>A<C> central_sep2 1.26392
+R<ARG>A<CD> R<ILE>A<C> sep1 1.0864
+R<ARG>A<CD> R<ILE>A<C> sep2 0.164126
+R<ARG>A<CD> R<ILE>A<CA> central_sep1 0.64014
+R<ARG>A<CD> R<ILE>A<CA> central_sep2 0.80685
+R<ARG>A<CD> R<ILE>A<CA> sep1 1.38903
+R<ARG>A<CD> R<ILE>A<CA> sep2 0.593186
+R<ARG>A<CD> R<ILE>A<CB> central_sep1 1.0624
+R<ARG>A<CD> R<ILE>A<CB> central_sep2 0.238783
+R<ARG>A<CD> R<ILE>A<CB> sep1 2.00992
+R<ARG>A<CD> R<ILE>A<CB> sep2 -0.0868442
+R<ARG>A<CD> R<ILE>A<CD1> central_sep1 0.520125
+R<ARG>A<CD> R<ILE>A<CD1> central_sep2 -0.489034
+R<ARG>A<CD> R<ILE>A<CD1> sep1 1.77887
+R<ARG>A<CD> R<ILE>A<CD1> sep2 -0.210771
+R<ARG>A<CD> R<ILE>A<CG1> central_sep1 0.84005
+R<ARG>A<CD> R<ILE>A<CG1> central_sep2 -0.0795796
+R<ARG>A<CD> R<ILE>A<CG1> sep1 1.60966
+R<ARG>A<CD> R<ILE>A<CG1> sep2 -0.1898
+R<ARG>A<CD> R<ILE>A<CG2> central_sep1 0.195431
+R<ARG>A<CD> R<ILE>A<CG2> central_sep2 -0.408131
+R<ARG>A<CD> R<ILE>A<CG2> sep1 1.75416
+R<ARG>A<CD> R<ILE>A<CG2> sep2 -0.0371786
+R<ARG>A<CD> R<ILE>A<N> central_sep1 2.57988
+R<ARG>A<CD> R<ILE>A<N> central_sep2 1.65058
+R<ARG>A<CD> R<ILE>A<N> sep1 2.30167
+R<ARG>A<CD> R<ILE>A<N> sep2 1.19239
+R<ARG>A<CD> R<ILE>A<O> central_sep1 0.497905
+R<ARG>A<CD> R<ILE>A<O> central_sep2 -0.207041
+R<ARG>A<CD> R<ILE>A<O> sep1 1.21271
+R<ARG>A<CD> R<ILE>A<O> sep2 0.563849
+R<ARG>A<CD> R<LEU>A<C> central_sep1 1.82409
+R<ARG>A<CD> R<LEU>A<C> central_sep2 0.654173
+R<ARG>A<CD> R<LEU>A<C> sep1 0.722356
+R<ARG>A<CD> R<LEU>A<C> sep2 -0.25438
+R<ARG>A<CD> R<LEU>A<CA> central_sep1 0.287026
+R<ARG>A<CD> R<LEU>A<CA> central_sep2 0.485471
+R<ARG>A<CD> R<LEU>A<CA> sep1 1.24848
+R<ARG>A<CD> R<LEU>A<CA> sep2 0.352297
+R<ARG>A<CD> R<LEU>A<CB> central_sep1 0.844535
+R<ARG>A<CD> R<LEU>A<CB> central_sep2 -0.176364
+R<ARG>A<CD> R<LEU>A<CB> sep1 1.82859
+R<ARG>A<CD> R<LEU>A<CB> sep2 -0.0477302
+R<ARG>A<CD> R<LEU>A<CD1> central_sep1 0.445513
+R<ARG>A<CD> R<LEU>A<CD1> central_sep2 -0.546746
+R<ARG>A<CD> R<LEU>A<CD1> sep1 1.65742
+R<ARG>A<CD> R<LEU>A<CD1> sep2 -0.209346
+R<ARG>A<CD> R<LEU>A<CD2> central_sep1 0.168558
+R<ARG>A<CD> R<LEU>A<CD2> central_sep2 -0.587388
+R<ARG>A<CD> R<LEU>A<CD2> sep1 1.72378
+R<ARG>A<CD> R<LEU>A<CD2> sep2 -0.290169
+R<ARG>A<CD> R<LEU>A<CG> central_sep1 -0.0495734
+R<ARG>A<CD> R<LEU>A<CG> central_sep2 0.294955
+R<ARG>A<CD> R<LEU>A<CG> sep1 1.39151
+R<ARG>A<CD> R<LEU>A<CG> sep2 -0.29935
+R<ARG>A<CD> R<LEU>A<N> central_sep1 2.6112
+R<ARG>A<CD> R<LEU>A<N> central_sep2 1.6551
+R<ARG>A<CD> R<LEU>A<N> sep1 2.27975
+R<ARG>A<CD> R<LEU>A<N> sep2 1.15102
+R<ARG>A<CD> R<LEU>A<O> central_sep1 0.313644
+R<ARG>A<CD> R<LEU>A<O> central_sep2 -0.521939
+R<ARG>A<CD> R<LEU>A<O> sep1 1.03987
+R<ARG>A<CD> R<LEU>A<O> sep2 0.265713
+R<ARG>A<CD> R<LYS>A<C> central_sep1 1.75375
+R<ARG>A<CD> R<LYS>A<C> central_sep2 0.956009
+R<ARG>A<CD> R<LYS>A<C> sep1 0.908548
+R<ARG>A<CD> R<LYS>A<C> sep2 0.355661
+R<ARG>A<CD> R<LYS>A<CA> central_sep1 0.495233
+R<ARG>A<CD> R<LYS>A<CA> central_sep2 0.550864
+R<ARG>A<CD> R<LYS>A<CA> sep1 0.957811
+R<ARG>A<CD> R<LYS>A<CA> sep2 0.514375
+R<ARG>A<CD> R<LYS>A<CB> central_sep1 1.01723
+R<ARG>A<CD> R<LYS>A<CB> central_sep2 0.452264
+R<ARG>A<CD> R<LYS>A<CB> sep1 1.66747
+R<ARG>A<CD> R<LYS>A<CB> sep2 0.472454
+R<ARG>A<CD> R<LYS>A<CD> central_sep1 0.894904
+R<ARG>A<CD> R<LYS>A<CD> central_sep2 0.613522
+R<ARG>A<CD> R<LYS>A<CD> sep1 1.97243
+R<ARG>A<CD> R<LYS>A<CD> sep2 0.435523
+R<ARG>A<CD> R<LYS>A<CE> central_sep1 1.03982
+R<ARG>A<CD> R<LYS>A<CE> central_sep2 0.848778
+R<ARG>A<CD> R<LYS>A<CE> sep1 1.86399
+R<ARG>A<CD> R<LYS>A<CE> sep2 0.636689
+R<ARG>A<CD> R<LYS>A<CG> central_sep1 0.79343
+R<ARG>A<CD> R<LYS>A<CG> central_sep2 0.630197
+R<ARG>A<CD> R<LYS>A<CG> sep1 1.52345
+R<ARG>A<CD> R<LYS>A<CG> sep2 0.418822
+R<ARG>A<CD> R<LYS>A<N> central_sep1 2.65819
+R<ARG>A<CD> R<LYS>A<N> central_sep2 1.86826
+R<ARG>A<CD> R<LYS>A<N> sep1 2.21807
+R<ARG>A<CD> R<LYS>A<N> sep2 1.3877
+R<ARG>A<CD> R<LYS>A<NZ> central_sep1 1.41761
+R<ARG>A<CD> R<LYS>A<NZ> central_sep2 1.14293
+R<ARG>A<CD> R<LYS>A<NZ> sep1 2.2541
+R<ARG>A<CD> R<LYS>A<NZ> sep2 0.865792
+R<ARG>A<CD> R<LYS>A<O> central_sep1 0.459617
+R<ARG>A<CD> R<LYS>A<O> central_sep2 0.0525068
+R<ARG>A<CD> R<LYS>A<O> sep1 1.10635
+R<ARG>A<CD> R<LYS>A<O> sep2 0.703094
+R<ARG>A<CD> R<MET>A<C> central_sep1 1.86671
+R<ARG>A<CD> R<MET>A<C> central_sep2 0.809939
+R<ARG>A<CD> R<MET>A<C> sep1 0.792658
+R<ARG>A<CD> R<MET>A<C> sep2 -0.317441
+R<ARG>A<CD> R<MET>A<CA> central_sep1 0.327899
+R<ARG>A<CD> R<MET>A<CA> central_sep2 0.38421
+R<ARG>A<CD> R<MET>A<CA> sep1 1.20047
+R<ARG>A<CD> R<MET>A<CA> sep2 0.377125
+R<ARG>A<CD> R<MET>A<CB> central_sep1 0.871
+R<ARG>A<CD> R<MET>A<CB> central_sep2 -0.178072
+R<ARG>A<CD> R<MET>A<CB> sep1 1.68865
+R<ARG>A<CD> R<MET>A<CB> sep2 0.0260795
+R<ARG>A<CD> R<MET>A<CE> central_sep1 0.393431
+R<ARG>A<CD> R<MET>A<CE> central_sep2 -0.52751
+R<ARG>A<CD> R<MET>A<CE> sep1 1.60381
+R<ARG>A<CD> R<MET>A<CE> sep2 -0.440678
+R<ARG>A<CD> R<MET>A<CG> central_sep1 0.526734
+R<ARG>A<CD> R<MET>A<CG> central_sep2 -0.1584
+R<ARG>A<CD> R<MET>A<CG> sep1 1.53904
+R<ARG>A<CD> R<MET>A<CG> sep2 -0.331667
+R<ARG>A<CD> R<MET>A<N> central_sep1 2.59466
+R<ARG>A<CD> R<MET>A<N> central_sep2 1.46906
+R<ARG>A<CD> R<MET>A<N> sep1 2.23313
+R<ARG>A<CD> R<MET>A<N> sep2 0.952374
+R<ARG>A<CD> R<MET>A<O> central_sep1 0.433557
+R<ARG>A<CD> R<MET>A<O> central_sep2 -0.449547
+R<ARG>A<CD> R<MET>A<O> sep1 1.05482
+R<ARG>A<CD> R<MET>A<O> sep2 0.346949
+R<ARG>A<CD> R<MET>A<SD> central_sep1 -0.226413
+R<ARG>A<CD> R<MET>A<SD> central_sep2 -0.991087
+R<ARG>A<CD> R<MET>A<SD> sep1 1.48591
+R<ARG>A<CD> R<MET>A<SD> sep2 -0.459043
+R<ARG>A<CD> R<PHE>A<C> central_sep1 1.66259
+R<ARG>A<CD> R<PHE>A<C> central_sep2 0.528976
+R<ARG>A<CD> R<PHE>A<C> sep1 1.21985
+R<ARG>A<CD> R<PHE>A<C> sep2 -0.287655
+R<ARG>A<CD> R<PHE>A<CA> central_sep1 0.586883
+R<ARG>A<CD> R<PHE>A<CA> central_sep2 0.403345
+R<ARG>A<CD> R<PHE>A<CA> sep1 1.4013
+R<ARG>A<CD> R<PHE>A<CA> sep2 0.35462
+R<ARG>A<CD> R<PHE>A<CB> central_sep1 0.947921
+R<ARG>A<CD> R<PHE>A<CB> central_sep2 -0.41826
+R<ARG>A<CD> R<PHE>A<CB> sep1 2.05138
+R<ARG>A<CD> R<PHE>A<CB> sep2 -0.375833
+R<ARG>A<CD> R<PHE>A<CD1> central_sep1 0.531697
+R<ARG>A<CD> R<PHE>A<CD1> central_sep2 -0.62022
+R<ARG>A<CD> R<PHE>A<CD1> sep1 1.65203
+R<ARG>A<CD> R<PHE>A<CD1> sep2 -0.707638
+R<ARG>A<CD> R<PHE>A<CE1> central_sep1 0.0545568
+R<ARG>A<CD> R<PHE>A<CE1> central_sep2 -0.700466
+R<ARG>A<CD> R<PHE>A<CE1> sep1 1.08817
+R<ARG>A<CD> R<PHE>A<CE1> sep2 -0.788818
+R<ARG>A<CD> R<PHE>A<CG> central_sep1 1.27192
+R<ARG>A<CD> R<PHE>A<CG> central_sep2 -1.02632
+R<ARG>A<CD> R<PHE>A<CG> sep1 1.38748
+R<ARG>A<CD> R<PHE>A<CG> sep2 -1.95975
+R<ARG>A<CD> R<PHE>A<CZ> central_sep1 -0.310879
+R<ARG>A<CD> R<PHE>A<CZ> central_sep2 -0.737707
+R<ARG>A<CD> R<PHE>A<CZ> sep1 1.08284
+R<ARG>A<CD> R<PHE>A<CZ> sep2 -0.887541
+R<ARG>A<CD> R<PHE>A<N> central_sep1 2.49742
+R<ARG>A<CD> R<PHE>A<N> central_sep2 1.37978
+R<ARG>A<CD> R<PHE>A<N> sep1 2.21107
+R<ARG>A<CD> R<PHE>A<N> sep2 0.974545
+R<ARG>A<CD> R<PHE>A<O> central_sep1 0.272591
+R<ARG>A<CD> R<PHE>A<O> central_sep2 -0.449753
+R<ARG>A<CD> R<PHE>A<O> sep1 1.35163
+R<ARG>A<CD> R<PHE>A<O> sep2 0.310785
+R<ARG>A<CD> R<PRO>A<C> central_sep1 1.64733
+R<ARG>A<CD> R<PRO>A<C> central_sep2 0.809439
+R<ARG>A<CD> R<PRO>A<C> sep1 0.914766
+R<ARG>A<CD> R<PRO>A<C> sep2 -0.197279
+R<ARG>A<CD> R<PRO>A<CA> central_sep1 0.0656289
+R<ARG>A<CD> R<PRO>A<CA> central_sep2 0.100552
+R<ARG>A<CD> R<PRO>A<CA> sep1 0.998579
+R<ARG>A<CD> R<PRO>A<CA> sep2 0.103899
+R<ARG>A<CD> R<PRO>A<CB> central_sep1 1.17813
+R<ARG>A<CD> R<PRO>A<CB> central_sep2 -0.269006
+R<ARG>A<CD> R<PRO>A<CB> sep1 1.68184
+R<ARG>A<CD> R<PRO>A<CB> sep2 -0.260964
+R<ARG>A<CD> R<PRO>A<CD> central_sep1 1.07669
+R<ARG>A<CD> R<PRO>A<CD> central_sep2 0.0845298
+R<ARG>A<CD> R<PRO>A<CD> sep1 1.30945
+R<ARG>A<CD> R<PRO>A<CD> sep2 -0.0185173
+R<ARG>A<CD> R<PRO>A<CG> central_sep1 1.29772
+R<ARG>A<CD> R<PRO>A<CG> central_sep2 -0.316461
+R<ARG>A<CD> R<PRO>A<CG> sep1 1.90695
+R<ARG>A<CD> R<PRO>A<CG> sep2 -0.470071
+R<ARG>A<CD> R<PRO>A<N> central_sep1 1.83351
+R<ARG>A<CD> R<PRO>A<N> central_sep2 0.978637
+R<ARG>A<CD> R<PRO>A<N> sep1 1.38222
+R<ARG>A<CD> R<PRO>A<N> sep2 -0.203946
+R<ARG>A<CD> R<PRO>A<O> central_sep1 0.0214806
+R<ARG>A<CD> R<PRO>A<O> central_sep2 -0.542386
+R<ARG>A<CD> R<PRO>A<O> sep1 0.773024
+R<ARG>A<CD> R<PRO>A<O> sep2 0.130393
+R<ARG>A<CD> R<SER>A<C> central_sep1 1.52948
+R<ARG>A<CD> R<SER>A<C> central_sep2 0.436313
+R<ARG>A<CD> R<SER>A<C> sep1 0.60508
+R<ARG>A<CD> R<SER>A<C> sep2 -0.119292
+R<ARG>A<CD> R<SER>A<CA> central_sep1 0.492265
+R<ARG>A<CD> R<SER>A<CA> central_sep2 0.160358
+R<ARG>A<CD> R<SER>A<CA> sep1 1.09236
+R<ARG>A<CD> R<SER>A<CA> sep2 0.0723079
+R<ARG>A<CD> R<SER>A<CB> central_sep1 1.04625
+R<ARG>A<CD> R<SER>A<CB> central_sep2 -0.137708
+R<ARG>A<CD> R<SER>A<CB> sep1 1.51835
+R<ARG>A<CD> R<SER>A<CB> sep2 -0.220942
+R<ARG>A<CD> R<SER>A<N> central_sep1 2.06042
+R<ARG>A<CD> R<SER>A<N> central_sep2 1.23121
+R<ARG>A<CD> R<SER>A<N> sep1 2.01896
+R<ARG>A<CD> R<SER>A<N> sep2 0.822895
+R<ARG>A<CD> R<SER>A<O> central_sep1 0.263912
+R<ARG>A<CD> R<SER>A<O> central_sep2 -0.410581
+R<ARG>A<CD> R<SER>A<O> sep1 0.987347
+R<ARG>A<CD> R<SER>A<O> sep2 0.284433
+R<ARG>A<CD> R<SER>A<OG> central_sep1 0.179107
+R<ARG>A<CD> R<SER>A<OG> central_sep2 -0.457737
+R<ARG>A<CD> R<SER>A<OG> sep1 1.06121
+R<ARG>A<CD> R<SER>A<OG> sep2 -0.312519
+R<ARG>A<CD> R<THR>A<C> central_sep1 1.51034
+R<ARG>A<CD> R<THR>A<C> central_sep2 0.579621
+R<ARG>A<CD> R<THR>A<C> sep1 0.791653
+R<ARG>A<CD> R<THR>A<C> sep2 -0.114067
+R<ARG>A<CD> R<THR>A<CA> central_sep1 0.421586
+R<ARG>A<CD> R<THR>A<CA> central_sep2 0.259171
+R<ARG>A<CD> R<THR>A<CA> sep1 1.12647
+R<ARG>A<CD> R<THR>A<CA> sep2 0.137396
+R<ARG>A<CD> R<THR>A<CB> central_sep1 0.899084
+R<ARG>A<CD> R<THR>A<CB> central_sep2 0.0560246
+R<ARG>A<CD> R<THR>A<CB> sep1 1.44911
+R<ARG>A<CD> R<THR>A<CB> sep2 -0.51528
+R<ARG>A<CD> R<THR>A<CG2> central_sep1 0.524593
+R<ARG>A<CD> R<THR>A<CG2> central_sep2 -0.368981
+R<ARG>A<CD> R<THR>A<CG2> sep1 1.48989
+R<ARG>A<CD> R<THR>A<CG2> sep2 -0.29474
+R<ARG>A<CD> R<THR>A<N> central_sep1 1.98954
+R<ARG>A<CD> R<THR>A<N> central_sep2 1.39183
+R<ARG>A<CD> R<THR>A<N> sep1 2.15178
+R<ARG>A<CD> R<THR>A<N> sep2 0.952415
+R<ARG>A<CD> R<THR>A<O> central_sep1 0.25434
+R<ARG>A<CD> R<THR>A<O> central_sep2 -0.299331
+R<ARG>A<CD> R<THR>A<O> sep1 1.07634
+R<ARG>A<CD> R<THR>A<O> sep2 0.380461
+R<ARG>A<CD> R<THR>A<OG1> central_sep1 0.338597
+R<ARG>A<CD> R<THR>A<OG1> central_sep2 -0.543164
+R<ARG>A<CD> R<THR>A<OG1> sep1 1.19938
+R<ARG>A<CD> R<THR>A<OG1> sep2 -0.466324
+R<ARG>A<CD> R<TRP>A<C> central_sep1 1.70915
+R<ARG>A<CD> R<TRP>A<C> central_sep2 0.749272
+R<ARG>A<CD> R<TRP>A<C> sep1 1.05394
+R<ARG>A<CD> R<TRP>A<C> sep2 -0.205789
+R<ARG>A<CD> R<TRP>A<CA> central_sep1 0.376465
+R<ARG>A<CD> R<TRP>A<CA> central_sep2 0.133601
+R<ARG>A<CD> R<TRP>A<CA> sep1 1.18417
+R<ARG>A<CD> R<TRP>A<CA> sep2 0.0805103
+R<ARG>A<CD> R<TRP>A<CB> central_sep1 0.809906
+R<ARG>A<CD> R<TRP>A<CB> central_sep2 -0.708994
+R<ARG>A<CD> R<TRP>A<CB> sep1 2.11281
+R<ARG>A<CD> R<TRP>A<CB> sep2 -0.822161
+R<ARG>A<CD> R<TRP>A<CD1> central_sep1 0.207694
+R<ARG>A<CD> R<TRP>A<CD1> central_sep2 -0.709707
+R<ARG>A<CD> R<TRP>A<CD1> sep1 1.26091
+R<ARG>A<CD> R<TRP>A<CD1> sep2 -0.750013
+R<ARG>A<CD> R<TRP>A<CD2> central_sep1 -0.361582
+R<ARG>A<CD> R<TRP>A<CD2> central_sep2 -1.95322
+R<ARG>A<CD> R<TRP>A<CD2> sep1 0.3473
+R<ARG>A<CD> R<TRP>A<CD2> sep2 -2.00709
+R<ARG>A<CD> R<TRP>A<CE2> central_sep1 -0.879534
+R<ARG>A<CD> R<TRP>A<CE2> central_sep2 -1.8747
+R<ARG>A<CD> R<TRP>A<CE2> sep1 0.159959
+R<ARG>A<CD> R<TRP>A<CE2> sep2 -2.13903
+R<ARG>A<CD> R<TRP>A<CE3> central_sep1 -0.271816
+R<ARG>A<CD> R<TRP>A<CE3> central_sep2 -1.08334
+R<ARG>A<CD> R<TRP>A<CE3> sep1 1.29698
+R<ARG>A<CD> R<TRP>A<CE3> sep2 -1.24611
+R<ARG>A<CD> R<TRP>A<CG> central_sep1 0.902824
+R<ARG>A<CD> R<TRP>A<CG> central_sep2 -1.38636
+R<ARG>A<CD> R<TRP>A<CG> sep1 0.750802
+R<ARG>A<CD> R<TRP>A<CG> sep2 -2.62067
+R<ARG>A<CD> R<TRP>A<CH2> central_sep1 -0.102447
+R<ARG>A<CD> R<TRP>A<CH2> central_sep2 -1.17777
+R<ARG>A<CD> R<TRP>A<CH2> sep1 0.69684
+R<ARG>A<CD> R<TRP>A<CH2> sep2 -1.33465
+R<ARG>A<CD> R<TRP>A<CZ2> central_sep1 -0.816929
+R<ARG>A<CD> R<TRP>A<CZ2> central_sep2 -1.35631
+R<ARG>A<CD> R<TRP>A<CZ2> sep1 0.818363
+R<ARG>A<CD> R<TRP>A<CZ2> sep2 -1.29026
+R<ARG>A<CD> R<TRP>A<CZ3> central_sep1 -0.29515
+R<ARG>A<CD> R<TRP>A<CZ3> central_sep2 -0.980102
+R<ARG>A<CD> R<TRP>A<CZ3> sep1 1.01233
+R<ARG>A<CD> R<TRP>A<CZ3> sep2 -1.13764
+R<ARG>A<CD> R<TRP>A<N> central_sep1 2.04116
+R<ARG>A<CD> R<TRP>A<N> central_sep2 0.630628
+R<ARG>A<CD> R<TRP>A<N> sep1 2.26905
+R<ARG>A<CD> R<TRP>A<N> sep2 0.602119
+R<ARG>A<CD> R<TRP>A<NE1> central_sep1 -0.316436
+R<ARG>A<CD> R<TRP>A<NE1> central_sep2 -0.822135
+R<ARG>A<CD> R<TRP>A<NE1> sep1 0.603493
+R<ARG>A<CD> R<TRP>A<NE1> sep2 -1.1581
+R<ARG>A<CD> R<TRP>A<O> central_sep1 0.0321576
+R<ARG>A<CD> R<TRP>A<O> central_sep2 -0.583847
+R<ARG>A<CD> R<TRP>A<O> sep1 1.11785
+R<ARG>A<CD> R<TRP>A<O> sep2 0.318276
+R<ARG>A<CD> R<TYR>A<C> central_sep1 1.57996
+R<ARG>A<CD> R<TYR>A<C> central_sep2 0.780795
+R<ARG>A<CD> R<TYR>A<C> sep1 1.16592
+R<ARG>A<CD> R<TYR>A<C> sep2 -0.261296
+R<ARG>A<CD> R<TYR>A<CA> central_sep1 0.562452
+R<ARG>A<CD> R<TYR>A<CA> central_sep2 0.465343
+R<ARG>A<CD> R<TYR>A<CA> sep1 1.33198
+R<ARG>A<CD> R<TYR>A<CA> sep2 0.280736
+R<ARG>A<CD> R<TYR>A<CB> central_sep1 0.892373
+R<ARG>A<CD> R<TYR>A<CB> central_sep2 -0.484773
+R<ARG>A<CD> R<TYR>A<CB> sep1 2.09922
+R<ARG>A<CD> R<TYR>A<CB> sep2 -0.453436
+R<ARG>A<CD> R<TYR>A<CD1> central_sep1 0.351729
+R<ARG>A<CD> R<TYR>A<CD1> central_sep2 -0.744533
+R<ARG>A<CD> R<TYR>A<CD1> sep1 1.37339
+R<ARG>A<CD> R<TYR>A<CD1> sep2 -0.869485
+R<ARG>A<CD> R<TYR>A<CE1> central_sep1 -0.396009
+R<ARG>A<CD> R<TYR>A<CE1> central_sep2 -1.03671
+R<ARG>A<CD> R<TYR>A<CE1> sep1 0.631617
+R<ARG>A<CD> R<TYR>A<CE1> sep2 -1.0622
+R<ARG>A<CD> R<TYR>A<CG> central_sep1 1.00714
+R<ARG>A<CD> R<TYR>A<CG> central_sep2 -1.19918
+R<ARG>A<CD> R<TYR>A<CG> sep1 0.885174
+R<ARG>A<CD> R<TYR>A<CG> sep2 -2.22032
+R<ARG>A<CD> R<TYR>A<CZ> central_sep1 -1.222
+R<ARG>A<CD> R<TYR>A<CZ> central_sep2 -1.51998
+R<ARG>A<CD> R<TYR>A<CZ> sep1 0.16909
+R<ARG>A<CD> R<TYR>A<CZ> sep2 -1.92376
+R<ARG>A<CD> R<TYR>A<N> central_sep1 2.23551
+R<ARG>A<CD> R<TYR>A<N> central_sep2 1.38949
+R<ARG>A<CD> R<TYR>A<N> sep1 2.33713
+R<ARG>A<CD> R<TYR>A<N> sep2 1.00061
+R<ARG>A<CD> R<TYR>A<O> central_sep1 0.160925
+R<ARG>A<CD> R<TYR>A<O> central_sep2 -0.457345
+R<ARG>A<CD> R<TYR>A<O> sep1 1.25158
+R<ARG>A<CD> R<TYR>A<O> sep2 0.331347
+R<ARG>A<CD> R<TYR>A<OH> central_sep1 -0.598649
+R<ARG>A<CD> R<TYR>A<OH> central_sep2 -1.22751
+R<ARG>A<CD> R<TYR>A<OH> sep1 0.60498
+R<ARG>A<CD> R<TYR>A<OH> sep2 -1.09561
+R<ARG>A<CD> R<VAL>A<C> central_sep1 1.73854
+R<ARG>A<CD> R<VAL>A<C> central_sep2 1.11048
+R<ARG>A<CD> R<VAL>A<C> sep1 1.0447
+R<ARG>A<CD> R<VAL>A<C> sep2 0.122277
+R<ARG>A<CD> R<VAL>A<CA> central_sep1 0.712014
+R<ARG>A<CD> R<VAL>A<CA> central_sep2 0.79427
+R<ARG>A<CD> R<VAL>A<CA> sep1 1.38847
+R<ARG>A<CD> R<VAL>A<CA> sep2 0.596548
+R<ARG>A<CD> R<VAL>A<CB> central_sep1 1.21899
+R<ARG>A<CD> R<VAL>A<CB> central_sep2 0.140634
+R<ARG>A<CD> R<VAL>A<CB> sep1 1.92913
+R<ARG>A<CD> R<VAL>A<CB> sep2 -0.319921
+R<ARG>A<CD> R<VAL>A<CG1> central_sep1 0.295019
+R<ARG>A<CD> R<VAL>A<CG1> central_sep2 -0.426268
+R<ARG>A<CD> R<VAL>A<CG1> sep1 1.70424
+R<ARG>A<CD> R<VAL>A<CG1> sep2 -0.113869
+R<ARG>A<CD> R<VAL>A<CG2> central_sep1 0.724506
+R<ARG>A<CD> R<VAL>A<CG2> central_sep2 -0.382861
+R<ARG>A<CD> R<VAL>A<CG2> sep1 1.81689
+R<ARG>A<CD> R<VAL>A<CG2> sep2 -0.173593
+R<ARG>A<CD> R<VAL>A<N> central_sep1 2.37595
+R<ARG>A<CD> R<VAL>A<N> central_sep2 1.52288
+R<ARG>A<CD> R<VAL>A<N> sep1 2.0586
+R<ARG>A<CD> R<VAL>A<N> sep2 0.968741
+R<ARG>A<CD> R<VAL>A<O> central_sep1 0.482531
+R<ARG>A<CD> R<VAL>A<O> central_sep2 -0.224803
+R<ARG>A<CD> R<VAL>A<O> sep1 1.20312
+R<ARG>A<CD> R<VAL>A<O> sep2 0.537045
+R<ARG>A<CD> c<solvent> . -0.448835
+R<ARG>A<CG> R<ARG>A<CG> central_sep1 -0.505656
+R<ARG>A<CG> R<ARG>A<CG> central_sep2 -0.243446
+R<ARG>A<CG> R<ARG>A<CG> sep1 0.69383
+R<ARG>A<CG> R<ARG>A<CG> sep2 0.216194
+R<ARG>A<CG> R<ARG>A<CZ> central_sep1 -0.243893
+R<ARG>A<CG> R<ARG>A<CZ> central_sep2 -0.442048
+R<ARG>A<CG> R<ARG>A<CZ> sep1 0.488887
+R<ARG>A<CG> R<ARG>A<CZ> sep2 -0.745829
+R<ARG>A<CG> R<ARG>A<N> central_sep1 0.83341
+R<ARG>A<CG> R<ARG>A<N> central_sep2 1.52976
+R<ARG>A<CG> R<ARG>A<N> sep1 -0.119916
+R<ARG>A<CG> R<ARG>A<N> sep2 1.21618
+R<ARG>A<CG> R<ARG>A<NE> central_sep1 0.215242
+R<ARG>A<CG> R<ARG>A<NE> central_sep2 0.349148
+R<ARG>A<CG> R<ARG>A<NE> sep1 0.87371
+R<ARG>A<CG> R<ARG>A<NE> sep2 -0.450395
+R<ARG>A<CG> R<ARG>A<NH1> central_sep1 -0.0342573
+R<ARG>A<CG> R<ARG>A<NH1> central_sep2 -0.0473012
+R<ARG>A<CG> R<ARG>A<NH1> sep1 1.60934
+R<ARG>A<CG> R<ARG>A<NH1> sep2 -0.00706321
+R<ARG>A<CG> R<ARG>A<O> central_sep1 -1.32394
+R<ARG>A<CG> R<ARG>A<O> central_sep2 0.105366
+R<ARG>A<CG> R<ARG>A<O> sep1 0.58722
+R<ARG>A<CG> R<ARG>A<O> sep2 0.225212
+R<ARG>A<CG> R<ASN>A<C> central_sep1 0.409705
+R<ARG>A<CG> R<ASN>A<C> central_sep2 0.866002
+R<ARG>A<CG> R<ASN>A<C> sep1 -0.776954
+R<ARG>A<CG> R<ASN>A<C> sep2 0.0680815
+R<ARG>A<CG> R<ASN>A<CA> central_sep1 0.564864
+R<ARG>A<CG> R<ASN>A<CA> central_sep2 0.322574
+R<ARG>A<CG> R<ASN>A<CA> sep1 0.955078
+R<ARG>A<CG> R<ASN>A<CA> sep2 0.314926
+R<ARG>A<CG> R<ASN>A<CB> central_sep1 0.402288
+R<ARG>A<CG> R<ASN>A<CB> central_sep2 0.0674899
+R<ARG>A<CG> R<ASN>A<CB> sep1 0.622228
+R<ARG>A<CG> R<ASN>A<CB> sep2 0.147965
+R<ARG>A<CG> R<ASN>A<CG> central_sep1 -0.425453
+R<ARG>A<CG> R<ASN>A<CG> central_sep2 -0.138251
+R<ARG>A<CG> R<ASN>A<CG> sep1 0.196681
+R<ARG>A<CG> R<ASN>A<CG> sep2 -0.938675
+R<ARG>A<CG> R<ASN>A<N> central_sep1 0.630612
+R<ARG>A<CG> R<ASN>A<N> central_sep2 1.63248
+R<ARG>A<CG> R<ASN>A<N> sep1 -0.0225968
+R<ARG>A<CG> R<ASN>A<N> sep2 1.23537
+R<ARG>A<CG> R<ASN>A<ND2> central_sep1 -0.263756
+R<ARG>A<CG> R<ASN>A<ND2> central_sep2 0.163368
+R<ARG>A<CG> R<ASN>A<ND2> sep1 1.17099
+R<ARG>A<CG> R<ASN>A<ND2> sep2 0.159412
+R<ARG>A<CG> R<ASN>A<O> central_sep1 -1.11911
+R<ARG>A<CG> R<ASN>A<O> central_sep2 0.0703937
+R<ARG>A<CG> R<ASN>A<O> sep1 0.557003
+R<ARG>A<CG> R<ASN>A<O> sep2 0.280532
+R<ARG>A<CG> R<ASN>A<OD1> central_sep1 -0.425625
+R<ARG>A<CG> R<ASN>A<OD1> central_sep2 -0.181658
+R<ARG>A<CG> R<ASN>A<OD1> sep1 0.654188
+R<ARG>A<CG> R<ASN>A<OD1> sep2 -0.252088
+R<ARG>A<CG> R<ASP>A<C> central_sep1 0.454073
+R<ARG>A<CG> R<ASP>A<C> central_sep2 0.717011
+R<ARG>A<CG> R<ASP>A<C> sep1 -0.756097
+R<ARG>A<CG> R<ASP>A<C> sep2 0.0145135
+R<ARG>A<CG> R<ASP>A<CA> central_sep1 0.379814
+R<ARG>A<CG> R<ASP>A<CA> central_sep2 -0.102049
+R<ARG>A<CG> R<ASP>A<CA> sep1 0.787257
+R<ARG>A<CG> R<ASP>A<CA> sep2 -0.0277826
+R<ARG>A<CG> R<ASP>A<CB> central_sep1 -0.00900033
+R<ARG>A<CG> R<ASP>A<CB> central_sep2 -0.387327
+R<ARG>A<CG> R<ASP>A<CB> sep1 0.250482
+R<ARG>A<CG> R<ASP>A<CB> sep2 -0.224291
+R<ARG>A<CG> R<ASP>A<CG> central_sep1 -0.826607
+R<ARG>A<CG> R<ASP>A<CG> central_sep2 -0.422691
+R<ARG>A<CG> R<ASP>A<CG> sep1 -0.178978
+R<ARG>A<CG> R<ASP>A<CG> sep2 -1.23338
+R<ARG>A<CG> R<ASP>A<N> central_sep1 0.308407
+R<ARG>A<CG> R<ASP>A<N> central_sep2 1.16315
+R<ARG>A<CG> R<ASP>A<N> sep1 -0.100964
+R<ARG>A<CG> R<ASP>A<N> sep2 0.82702
+R<ARG>A<CG> R<ASP>A<O> central_sep1 -1.4552
+R<ARG>A<CG> R<ASP>A<O> central_sep2 -0.06247
+R<ARG>A<CG> R<ASP>A<O> sep1 0.514077
+R<ARG>A<CG> R<ASP>A<O> sep2 0.113628
+R<ARG>A<CG> R<ASP>A<OD1> central_sep1 -0.802732
+R<ARG>A<CG> R<ASP>A<OD1> central_sep2 -0.530662
+R<ARG>A<CG> R<ASP>A<OD1> sep1 0.293169
+R<ARG>A<CG> R<ASP>A<OD1> sep2 -0.766826
+R<ARG>A<CG> R<CYS>A<C> central_sep1 0.286542
+R<ARG>A<CG> R<CYS>A<C> central_sep2 0.686036
+R<ARG>A<CG> R<CYS>A<C> sep1 -0.903184
+R<ARG>A<CG> R<CYS>A<C> sep2 -0.396462
+R<ARG>A<CG> R<CYS>A<CA> central_sep1 1.09094
+R<ARG>A<CG> R<CYS>A<CA> central_sep2 0.136452
+R<ARG>A<CG> R<CYS>A<CA> sep1 1.11084
+R<ARG>A<CG> R<CYS>A<CA> sep2 0.322146
+R<ARG>A<CG> R<CYS>A<CB> central_sep1 0.516815
+R<ARG>A<CG> R<CYS>A<CB> central_sep2 -0.41276
+R<ARG>A<CG> R<CYS>A<CB> sep1 1.19453
+R<ARG>A<CG> R<CYS>A<CB> sep2 -0.119675
+R<ARG>A<CG> R<CYS>A<N> central_sep1 0.532451
+R<ARG>A<CG> R<CYS>A<N> central_sep2 1.28625
+R<ARG>A<CG> R<CYS>A<N> sep1 -0.117808
+R<ARG>A<CG> R<CYS>A<N> sep2 1.03284
+R<ARG>A<CG> R<CYS>A<O> central_sep1 -0.937984
+R<ARG>A<CG> R<CYS>A<O> central_sep2 -0.186688
+R<ARG>A<CG> R<CYS>A<O> sep1 0.490082
+R<ARG>A<CG> R<CYS>A<O> sep2 -0.016671
+R<ARG>A<CG> R<CYS>A<SG> central_sep1 -0.159334
+R<ARG>A<CG> R<CYS>A<SG> central_sep2 -0.717393
+R<ARG>A<CG> R<CYS>A<SG> sep1 1.68656
+R<ARG>A<CG> R<CYS>A<SG> sep2 -0.052933
+R<ARG>A<CG> R<GLN>A<C> central_sep1 0.419307
+R<ARG>A<CG> R<GLN>A<C> central_sep2 0.93402
+R<ARG>A<CG> R<GLN>A<C> sep1 -0.723004
+R<ARG>A<CG> R<GLN>A<C> sep2 0.0268722
+R<ARG>A<CG> R<GLN>A<CA> central_sep1 0.514607
+R<ARG>A<CG> R<GLN>A<CA> central_sep2 0.524834
+R<ARG>A<CG> R<GLN>A<CA> sep1 0.678975
+R<ARG>A<CG> R<GLN>A<CA> sep2 0.637015
+R<ARG>A<CG> R<GLN>A<CB> central_sep1 -0.0534719
+R<ARG>A<CG> R<GLN>A<CB> central_sep2 -0.309077
+R<ARG>A<CG> R<GLN>A<CB> sep1 0.143032
+R<ARG>A<CG> R<GLN>A<CB> sep2 0.24693
+R<ARG>A<CG> R<GLN>A<CD> central_sep1 -0.403685
+R<ARG>A<CG> R<GLN>A<CD> central_sep2 -0.35402
+R<ARG>A<CG> R<GLN>A<CD> sep1 0.442915
+R<ARG>A<CG> R<GLN>A<CD> sep2 -0.977985
+R<ARG>A<CG> R<GLN>A<CG> central_sep1 -0.221298
+R<ARG>A<CG> R<GLN>A<CG> central_sep2 0.143926
+R<ARG>A<CG> R<GLN>A<CG> sep1 0.665008
+R<ARG>A<CG> R<GLN>A<CG> sep2 0.0154698
+R<ARG>A<CG> R<GLN>A<N> central_sep1 0.900863
+R<ARG>A<CG> R<GLN>A<N> central_sep2 1.66089
+R<ARG>A<CG> R<GLN>A<N> sep1 -0.0273098
+R<ARG>A<CG> R<GLN>A<N> sep2 1.10804
+R<ARG>A<CG> R<GLN>A<NE2> central_sep1 0.0214704
+R<ARG>A<CG> R<GLN>A<NE2> central_sep2 0.0358386
+R<ARG>A<CG> R<GLN>A<NE2> sep1 1.28932
+R<ARG>A<CG> R<GLN>A<NE2> sep2 0.0692568
+R<ARG>A<CG> R<GLN>A<O> central_sep1 -1.31142
+R<ARG>A<CG> R<GLN>A<O> central_sep2 0.124606
+R<ARG>A<CG> R<GLN>A<O> sep1 0.65571
+R<ARG>A<CG> R<GLN>A<O> sep2 0.304977
+R<ARG>A<CG> R<GLN>A<OE1> central_sep1 -0.331873
+R<ARG>A<CG> R<GLN>A<OE1> central_sep2 -0.204661
+R<ARG>A<CG> R<GLN>A<OE1> sep1 0.818887
+R<ARG>A<CG> R<GLN>A<OE1> sep2 -0.398398
+R<ARG>A<CG> R<GLU>A<C> central_sep1 0.467167
+R<ARG>A<CG> R<GLU>A<C> central_sep2 1.01692
+R<ARG>A<CG> R<GLU>A<C> sep1 -0.761298
+R<ARG>A<CG> R<GLU>A<C> sep2 -0.00450435
+R<ARG>A<CG> R<GLU>A<CA> central_sep1 0.195317
+R<ARG>A<CG> R<GLU>A<CA> central_sep2 0.328103
+R<ARG>A<CG> R<GLU>A<CA> sep1 0.44575
+R<ARG>A<CG> R<GLU>A<CA> sep2 0.359871
+R<ARG>A<CG> R<GLU>A<CB> central_sep1 -0.201532
+R<ARG>A<CG> R<GLU>A<CB> central_sep2 -0.553749
+R<ARG>A<CG> R<GLU>A<CB> sep1 -0.0419764
+R<ARG>A<CG> R<GLU>A<CB> sep2 -0.157113
+R<ARG>A<CG> R<GLU>A<CD> central_sep1 -1.00293
+R<ARG>A<CG> R<GLU>A<CD> central_sep2 -0.587365
+R<ARG>A<CG> R<GLU>A<CD> sep1 -0.203957
+R<ARG>A<CG> R<GLU>A<CD> sep2 -1.28607
+R<ARG>A<CG> R<GLU>A<CG> central_sep1 -0.989999
+R<ARG>A<CG> R<GLU>A<CG> central_sep2 -0.566369
+R<ARG>A<CG> R<GLU>A<CG> sep1 0.190416
+R<ARG>A<CG> R<GLU>A<CG> sep2 -0.43396
+R<ARG>A<CG> R<GLU>A<N> central_sep1 0.701633
+R<ARG>A<CG> R<GLU>A<N> central_sep2 1.39586
+R<ARG>A<CG> R<GLU>A<N> sep1 -0.158119
+R<ARG>A<CG> R<GLU>A<N> sep2 0.917917
+R<ARG>A<CG> R<GLU>A<O> central_sep1 -1.62371
+R<ARG>A<CG> R<GLU>A<O> central_sep2 0.0696477
+R<ARG>A<CG> R<GLU>A<O> sep1 0.509486
+R<ARG>A<CG> R<GLU>A<O> sep2 0.197153
+R<ARG>A<CG> R<GLU>A<OE1> central_sep1 -0.609554
+R<ARG>A<CG> R<GLU>A<OE1> central_sep2 -0.554713
+R<ARG>A<CG> R<GLU>A<OE1> sep1 0.508671
+R<ARG>A<CG> R<GLU>A<OE1> sep2 -0.763649
+R<ARG>A<CG> R<GLY>A<C> central_sep1 0.0590691
+R<ARG>A<CG> R<GLY>A<C> central_sep2 0.172223
+R<ARG>A<CG> R<GLY>A<C> sep1 -1.03087
+R<ARG>A<CG> R<GLY>A<C> sep2 -0.482527
+R<ARG>A<CG> R<GLY>A<CA> central_sep1 0.95154
+R<ARG>A<CG> R<GLY>A<CA> central_sep2 -0.214697
+R<ARG>A<CG> R<GLY>A<CA> sep1 0.92733
+R<ARG>A<CG> R<GLY>A<CA> sep2 0.186963
+R<ARG>A<CG> R<GLY>A<N> central_sep1 0.455762
+R<ARG>A<CG> R<GLY>A<N> central_sep2 0.971306
+R<ARG>A<CG> R<GLY>A<N> sep1 -0.017482
+R<ARG>A<CG> R<GLY>A<N> sep2 0.515647
+R<ARG>A<CG> R<GLY>A<O> central_sep1 -1.10674
+R<ARG>A<CG> R<GLY>A<O> central_sep2 -0.285873
+R<ARG>A<CG> R<GLY>A<O> sep1 0.333622
+R<ARG>A<CG> R<GLY>A<O> sep2 -0.148589
+R<ARG>A<CG> R<HIS>A<C> central_sep1 0.422125
+R<ARG>A<CG> R<HIS>A<C> central_sep2 0.534285
+R<ARG>A<CG> R<HIS>A<C> sep1 -0.832763
+R<ARG>A<CG> R<HIS>A<C> sep2 -0.00280195
+R<ARG>A<CG> R<HIS>A<CA> central_sep1 0.689714
+R<ARG>A<CG> R<HIS>A<CA> central_sep2 0.33972
+R<ARG>A<CG> R<HIS>A<CA> sep1 0.867539
+R<ARG>A<CG> R<HIS>A<CA> sep2 0.367479
+R<ARG>A<CG> R<HIS>A<CB> central_sep1 0.110203
+R<ARG>A<CG> R<HIS>A<CB> central_sep2 -0.4914
+R<ARG>A<CG> R<HIS>A<CB> sep1 0.742068
+R<ARG>A<CG> R<HIS>A<CB> sep2 -0.184877
+R<ARG>A<CG> R<HIS>A<CD2> central_sep1 -0.564481
+R<ARG>A<CG> R<HIS>A<CD2> central_sep2 -0.393946
+R<ARG>A<CG> R<HIS>A<CD2> sep1 1.09321
+R<ARG>A<CG> R<HIS>A<CD2> sep2 -0.307409
+R<ARG>A<CG> R<HIS>A<CE1> central_sep1 -0.408721
+R<ARG>A<CG> R<HIS>A<CE1> central_sep2 -0.425013
+R<ARG>A<CG> R<HIS>A<CE1> sep1 0.994763
+R<ARG>A<CG> R<HIS>A<CE1> sep2 -0.20388
+R<ARG>A<CG> R<HIS>A<CG> central_sep1 0.0132044
+R<ARG>A<CG> R<HIS>A<CG> central_sep2 -0.792476
+R<ARG>A<CG> R<HIS>A<CG> sep1 0.268916
+R<ARG>A<CG> R<HIS>A<CG> sep2 -1.30208
+R<ARG>A<CG> R<HIS>A<N> central_sep1 0.363429
+R<ARG>A<CG> R<HIS>A<N> central_sep2 1.26704
+R<ARG>A<CG> R<HIS>A<N> sep1 -0.0717129
+R<ARG>A<CG> R<HIS>A<N> sep2 1.03055
+R<ARG>A<CG> R<HIS>A<ND1> central_sep1 0.0788122
+R<ARG>A<CG> R<HIS>A<ND1> central_sep2 -0.137219
+R<ARG>A<CG> R<HIS>A<ND1> sep1 0.599006
+R<ARG>A<CG> R<HIS>A<ND1> sep2 -0.636664
+R<ARG>A<CG> R<HIS>A<NE2> central_sep1 -0.079248
+R<ARG>A<CG> R<HIS>A<NE2> central_sep2 -0.10625
+R<ARG>A<CG> R<HIS>A<NE2> sep1 0.737603
+R<ARG>A<CG> R<HIS>A<NE2> sep2 -0.511761
+R<ARG>A<CG> R<HIS>A<O> central_sep1 -1.1166
+R<ARG>A<CG> R<HIS>A<O> central_sep2 -0.00750121
+R<ARG>A<CG> R<HIS>A<O> sep1 0.580925
+R<ARG>A<CG> R<HIS>A<O> sep2 0.0849601
+R<ARG>A<CG> R<ILE>A<C> central_sep1 0.29885
+R<ARG>A<CG> R<ILE>A<C> central_sep2 1.11083
+R<ARG>A<CG> R<ILE>A<C> sep1 -1.09216
+R<ARG>A<CG> R<ILE>A<C> sep2 -0.264931
+R<ARG>A<CG> R<ILE>A<CA> central_sep1 0.779025
+R<ARG>A<CG> R<ILE>A<CA> central_sep2 0.638186
+R<ARG>A<CG> R<ILE>A<CA> sep1 1.25842
+R<ARG>A<CG> R<ILE>A<CA> sep2 0.624096
+R<ARG>A<CG> R<ILE>A<CB> central_sep1 0.641138
+R<ARG>A<CG> R<ILE>A<CB> central_sep2 -0.256684
+R<ARG>A<CG> R<ILE>A<CB> sep1 0.77612
+R<ARG>A<CG> R<ILE>A<CB> sep2 -0.16193
+R<ARG>A<CG> R<ILE>A<CD1> central_sep1 -0.13617
+R<ARG>A<CG> R<ILE>A<CD1> central_sep2 -0.798602
+R<ARG>A<CG> R<ILE>A<CD1> sep1 1.66125
+R<ARG>A<CG> R<ILE>A<CD1> sep2 -0.036091
+R<ARG>A<CG> R<ILE>A<CG1> central_sep1 -0.169414
+R<ARG>A<CG> R<ILE>A<CG1> central_sep2 -0.425748
+R<ARG>A<CG> R<ILE>A<CG1> sep1 1.00436
+R<ARG>A<CG> R<ILE>A<CG1> sep2 -0.329393
+R<ARG>A<CG> R<ILE>A<CG2> central_sep1 -0.320339
+R<ARG>A<CG> R<ILE>A<CG2> central_sep2 -0.663013
+R<ARG>A<CG> R<ILE>A<CG2> sep1 1.17016
+R<ARG>A<CG> R<ILE>A<CG2> sep2 0.0446531
+R<ARG>A<CG> R<ILE>A<N> central_sep1 0.759937
+R<ARG>A<CG> R<ILE>A<N> central_sep2 1.5044
+R<ARG>A<CG> R<ILE>A<N> sep1 -0.353554
+R<ARG>A<CG> R<ILE>A<N> sep2 1.02825
+R<ARG>A<CG> R<ILE>A<O> central_sep1 -1.06019
+R<ARG>A<CG> R<ILE>A<O> central_sep2 -0.0342689
+R<ARG>A<CG> R<ILE>A<O> sep1 0.517022
+R<ARG>A<CG> R<ILE>A<O> sep2 0.118148
+R<ARG>A<CG> R<LEU>A<C> central_sep1 0.481686
+R<ARG>A<CG> R<LEU>A<C> central_sep2 0.864221
+R<ARG>A<CG> R<LEU>A<C> sep1 -0.825057
+R<ARG>A<CG> R<LEU>A<C> sep2 -0.234954
+R<ARG>A<CG> R<LEU>A<CA> central_sep1 0.333637
+R<ARG>A<CG> R<LEU>A<CA> central_sep2 0.445755
+R<ARG>A<CG> R<LEU>A<CA> sep1 1.03062
+R<ARG>A<CG> R<LEU>A<CA> sep2 0.454165
+R<ARG>A<CG> R<LEU>A<CB> central_sep1 -0.00550755
+R<ARG>A<CG> R<LEU>A<CB> central_sep2 -0.362149
+R<ARG>A<CG> R<LEU>A<CB> sep1 0.694674
+R<ARG>A<CG> R<LEU>A<CB> sep2 -0.0146822
+R<ARG>A<CG> R<LEU>A<CD1> central_sep1 -0.344862
+R<ARG>A<CG> R<LEU>A<CD1> central_sep2 -0.840499
+R<ARG>A<CG> R<LEU>A<CD1> sep1 1.49165
+R<ARG>A<CG> R<LEU>A<CD1> sep2 -0.0819656
+R<ARG>A<CG> R<LEU>A<CD2> central_sep1 0.103057
+R<ARG>A<CG> R<LEU>A<CD2> central_sep2 -0.933822
+R<ARG>A<CG> R<LEU>A<CD2> sep1 1.58459
+R<ARG>A<CG> R<LEU>A<CD2> sep2 -0.116887
+R<ARG>A<CG> R<LEU>A<CG> central_sep1 -0.553798
+R<ARG>A<CG> R<LEU>A<CG> central_sep2 0.0330569
+R<ARG>A<CG> R<LEU>A<CG> sep1 0.244356
+R<ARG>A<CG> R<LEU>A<CG> sep2 -0.468931
+R<ARG>A<CG> R<LEU>A<N> central_sep1 1.05783
+R<ARG>A<CG> R<LEU>A<N> central_sep2 1.56292
+R<ARG>A<CG> R<LEU>A<N> sep1 -0.135661
+R<ARG>A<CG> R<LEU>A<N> sep2 1.06479
+R<ARG>A<CG> R<LEU>A<O> central_sep1 -1.15278
+R<ARG>A<CG> R<LEU>A<O> central_sep2 -0.105138
+R<ARG>A<CG> R<LEU>A<O> sep1 0.618388
+R<ARG>A<CG> R<LEU>A<O> sep2 -0.048545
+R<ARG>A<CG> R<LYS>A<C> central_sep1 0.527787
+R<ARG>A<CG> R<LYS>A<C> central_sep2 1.08483
+R<ARG>A<CG> R<LYS>A<C> sep1 -0.617663
+R<ARG>A<CG> R<LYS>A<C> sep2 0.372845
+R<ARG>A<CG> R<LYS>A<CA> central_sep1 0.945669
+R<ARG>A<CG> R<LYS>A<CA> central_sep2 0.823968
+R<ARG>A<CG> R<LYS>A<CA> sep1 0.827086
+R<ARG>A<CG> R<LYS>A<CA> sep2 0.9317
+R<ARG>A<CG> R<LYS>A<CB> central_sep1 0.386101
+R<ARG>A<CG> R<LYS>A<CB> central_sep2 0.413268
+R<ARG>A<CG> R<LYS>A<CB> sep1 0.348465
+R<ARG>A<CG> R<LYS>A<CB> sep2 0.821314
+R<ARG>A<CG> R<LYS>A<CD> central_sep1 0.510014
+R<ARG>A<CG> R<LYS>A<CD> central_sep2 0.790004
+R<ARG>A<CG> R<LYS>A<CD> sep1 1.25468
+R<ARG>A<CG> R<LYS>A<CD> sep2 0.866963
+R<ARG>A<CG> R<LYS>A<CE> central_sep1 0.488219
+R<ARG>A<CG> R<LYS>A<CE> central_sep2 1.07011
+R<ARG>A<CG> R<LYS>A<CE> sep1 1.89312
+R<ARG>A<CG> R<LYS>A<CE> sep2 1.03176
+R<ARG>A<CG> R<LYS>A<CG> central_sep1 -0.035318
+R<ARG>A<CG> R<LYS>A<CG> central_sep2 0.562591
+R<ARG>A<CG> R<LYS>A<CG> sep1 0.927636
+R<ARG>A<CG> R<LYS>A<CG> sep2 0.668314
+R<ARG>A<CG> R<LYS>A<N> central_sep1 0.854284
+R<ARG>A<CG> R<LYS>A<N> central_sep2 1.96386
+R<ARG>A<CG> R<LYS>A<N> sep1 0.107126
+R<ARG>A<CG> R<LYS>A<N> sep2 1.59454
+R<ARG>A<CG> R<LYS>A<NZ> central_sep1 1.3975
+R<ARG>A<CG> R<LYS>A<NZ> central_sep2 1.41731
+R<ARG>A<CG> R<LYS>A<NZ> sep1 2.48038
+R<ARG>A<CG> R<LYS>A<NZ> sep2 1.17759
+R<ARG>A<CG> R<LYS>A<O> central_sep1 -1.05595
+R<ARG>A<CG> R<LYS>A<O> central_sep2 0.445088
+R<ARG>A<CG> R<LYS>A<O> sep1 0.723538
+R<ARG>A<CG> R<LYS>A<O> sep2 0.533399
+R<ARG>A<CG> R<MET>A<C> central_sep1 0.64133
+R<ARG>A<CG> R<MET>A<C> central_sep2 0.809524
+R<ARG>A<CG> R<MET>A<C> sep1 -0.822272
+R<ARG>A<CG> R<MET>A<C> sep2 -0.227575
+R<ARG>A<CG> R<MET>A<CA> central_sep1 0.516596
+R<ARG>A<CG> R<MET>A<CA> central_sep2 0.399711
+R<ARG>A<CG> R<MET>A<CA> sep1 0.938973
+R<ARG>A<CG> R<MET>A<CA> sep2 0.480171
+R<ARG>A<CG> R<MET>A<CB> central_sep1 0.0522847
+R<ARG>A<CG> R<MET>A<CB> central_sep2 -0.229118
+R<ARG>A<CG> R<MET>A<CB> sep1 0.676726
+R<ARG>A<CG> R<MET>A<CB> sep2 0.111523
+R<ARG>A<CG> R<MET>A<CE> central_sep1 -0.266489
+R<ARG>A<CG> R<MET>A<CE> central_sep2 -0.713557
+R<ARG>A<CG> R<MET>A<CE> sep1 1.89784
+R<ARG>A<CG> R<MET>A<CE> sep2 -0.221499
+R<ARG>A<CG> R<MET>A<CG> central_sep1 -0.417259
+R<ARG>A<CG> R<MET>A<CG> central_sep2 -0.315433
+R<ARG>A<CG> R<MET>A<CG> sep1 1.03094
+R<ARG>A<CG> R<MET>A<CG> sep2 -0.178993
+R<ARG>A<CG> R<MET>A<N> central_sep1 0.973138
+R<ARG>A<CG> R<MET>A<N> central_sep2 1.49269
+R<ARG>A<CG> R<MET>A<N> sep1 0.0558663
+R<ARG>A<CG> R<MET>A<N> sep2 1.07682
+R<ARG>A<CG> R<MET>A<O> central_sep1 -1.14804
+R<ARG>A<CG> R<MET>A<O> central_sep2 0.00293871
+R<ARG>A<CG> R<MET>A<O> sep1 0.641033
+R<ARG>A<CG> R<MET>A<O> sep2 0.0631272
+R<ARG>A<CG> R<MET>A<SD> central_sep1 -0.348324
+R<ARG>A<CG> R<MET>A<SD> central_sep2 -0.959607
+R<ARG>A<CG> R<MET>A<SD> sep1 1.33578
+R<ARG>A<CG> R<MET>A<SD> sep2 -0.446364
+R<ARG>A<CG> R<PHE>A<C> central_sep1 0.343493
+R<ARG>A<CG> R<PHE>A<C> central_sep2 0.65949
+R<ARG>A<CG> R<PHE>A<C> sep1 -0.899634
+R<ARG>A<CG> R<PHE>A<C> sep2 -0.330235
+R<ARG>A<CG> R<PHE>A<CA> central_sep1 0.612079
+R<ARG>A<CG> R<PHE>A<CA> central_sep2 0.419506
+R<ARG>A<CG> R<PHE>A<CA> sep1 1.02847
+R<ARG>A<CG> R<PHE>A<CA> sep2 0.478215
+R<ARG>A<CG> R<PHE>A<CB> central_sep1 0.290492
+R<ARG>A<CG> R<PHE>A<CB> central_sep2 -0.467937
+R<ARG>A<CG> R<PHE>A<CB> sep1 1.28802
+R<ARG>A<CG> R<PHE>A<CB> sep2 -0.298001
+R<ARG>A<CG> R<PHE>A<CD1> central_sep1 -0.307478
+R<ARG>A<CG> R<PHE>A<CD1> central_sep2 -0.62476
+R<ARG>A<CG> R<PHE>A<CD1> sep1 0.984522
+R<ARG>A<CG> R<PHE>A<CD1> sep2 -0.685483
+R<ARG>A<CG> R<PHE>A<CE1> central_sep1 -0.228505
+R<ARG>A<CG> R<PHE>A<CE1> central_sep2 -0.848584
+R<ARG>A<CG> R<PHE>A<CE1> sep1 1.00301
+R<ARG>A<CG> R<PHE>A<CE1> sep2 -0.699521
+R<ARG>A<CG> R<PHE>A<CG> central_sep1 0.734652
+R<ARG>A<CG> R<PHE>A<CG> central_sep2 -0.741921
+R<ARG>A<CG> R<PHE>A<CG> sep1 0.294766
+R<ARG>A<CG> R<PHE>A<CG> sep2 -1.77351
+R<ARG>A<CG> R<PHE>A<CZ> central_sep1 0.162286
+R<ARG>A<CG> R<PHE>A<CZ> central_sep2 -0.938858
+R<ARG>A<CG> R<PHE>A<CZ> sep1 1.02797
+R<ARG>A<CG> R<PHE>A<CZ> sep2 -0.803275
+R<ARG>A<CG> R<PHE>A<N> central_sep1 0.767049
+R<ARG>A<CG> R<PHE>A<N> central_sep2 1.35072
+R<ARG>A<CG> R<PHE>A<N> sep1 -0.303618
+R<ARG>A<CG> R<PHE>A<N> sep2 0.998982
+R<ARG>A<CG> R<PHE>A<O> central_sep1 -0.963492
+R<ARG>A<CG> R<PHE>A<O> central_sep2 -0.120959
+R<ARG>A<CG> R<PHE>A<O> sep1 0.587164
+R<ARG>A<CG> R<PHE>A<O> sep2 -0.0322271
+R<ARG>A<CG> R<PRO>A<C> central_sep1 0.787807
+R<ARG>A<CG> R<PRO>A<C> central_sep2 1.06462
+R<ARG>A<CG> R<PRO>A<C> sep1 -0.537154
+R<ARG>A<CG> R<PRO>A<C> sep2 0.00771382
+R<ARG>A<CG> R<PRO>A<CA> central_sep1 0.295025
+R<ARG>A<CG> R<PRO>A<CA> central_sep2 0.108398
+R<ARG>A<CG> R<PRO>A<CA> sep1 1.00105
+R<ARG>A<CG> R<PRO>A<CA> sep2 0.296763
+R<ARG>A<CG> R<PRO>A<CB> central_sep1 0.186843
+R<ARG>A<CG> R<PRO>A<CB> central_sep2 -0.301464
+R<ARG>A<CG> R<PRO>A<CB> sep1 0.631372
+R<ARG>A<CG> R<PRO>A<CB> sep2 -0.156187
+R<ARG>A<CG> R<PRO>A<CD> central_sep1 0.215282
+R<ARG>A<CG> R<PRO>A<CD> central_sep2 0.134778
+R<ARG>A<CG> R<PRO>A<CD> sep1 0.483676
+R<ARG>A<CG> R<PRO>A<CD> sep2 0.360697
+R<ARG>A<CG> R<PRO>A<CG> central_sep1 0.354143
+R<ARG>A<CG> R<PRO>A<CG> central_sep2 -0.368883
+R<ARG>A<CG> R<PRO>A<CG> sep1 1.19488
+R<ARG>A<CG> R<PRO>A<CG> sep2 -0.17056
+R<ARG>A<CG> R<PRO>A<N> central_sep1 1.19792
+R<ARG>A<CG> R<PRO>A<N> central_sep2 1.07832
+R<ARG>A<CG> R<PRO>A<N> sep1 -0.732367
+R<ARG>A<CG> R<PRO>A<N> sep2 -0.360295
+R<ARG>A<CG> R<PRO>A<O> central_sep1 -1.35849
+R<ARG>A<CG> R<PRO>A<O> central_sep2 -0.0780397
+R<ARG>A<CG> R<PRO>A<O> sep1 0.562482
+R<ARG>A<CG> R<PRO>A<O> sep2 0.0984295
+R<ARG>A<CG> R<SER>A<C> central_sep1 0.580457
+R<ARG>A<CG> R<SER>A<C> central_sep2 0.866271
+R<ARG>A<CG> R<SER>A<C> sep1 -0.656881
+R<ARG>A<CG> R<SER>A<C> sep2 -0.107173
+R<ARG>A<CG> R<SER>A<CA> central_sep1 0.890886
+R<ARG>A<CG> R<SER>A<CA> central_sep2 0.267425
+R<ARG>A<CG> R<SER>A<CA> sep1 0.879501
+R<ARG>A<CG> R<SER>A<CA> sep2 0.32735
+R<ARG>A<CG> R<SER>A<CB> central_sep1 0.506611
+R<ARG>A<CG> R<SER>A<CB> central_sep2 -0.274452
+R<ARG>A<CG> R<SER>A<CB> sep1 0.777511
+R<ARG>A<CG> R<SER>A<CB> sep2 0.0599487
+R<ARG>A<CG> R<SER>A<N> central_sep1 0.606989
+R<ARG>A<CG> R<SER>A<N> central_sep2 1.25141
+R<ARG>A<CG> R<SER>A<N> sep1 0.115463
+R<ARG>A<CG> R<SER>A<N> sep2 0.919072
+R<ARG>A<CG> R<SER>A<O> central_sep1 -1.13671
+R<ARG>A<CG> R<SER>A<O> central_sep2 0.0403627
+R<ARG>A<CG> R<SER>A<O> sep1 0.69465
+R<ARG>A<CG> R<SER>A<O> sep2 0.17338
+R<ARG>A<CG> R<SER>A<OG> central_sep1 -0.649619
+R<ARG>A<CG> R<SER>A<OG> central_sep2 -0.22026
+R<ARG>A<CG> R<SER>A<OG> sep1 0.717519
+R<ARG>A<CG> R<SER>A<OG> sep2 -0.206318
+R<ARG>A<CG> R<THR>A<C> central_sep1 0.483708
+R<ARG>A<CG> R<THR>A<C> central_sep2 0.638268
+R<ARG>A<CG> R<THR>A<C> sep1 -0.793673
+R<ARG>A<CG> R<THR>A<C> sep2 -0.0685045
+R<ARG>A<CG> R<THR>A<CA> central_sep1 0.937258
+R<ARG>A<CG> R<THR>A<CA> central_sep2 0.295713
+R<ARG>A<CG> R<THR>A<CA> sep1 1.05431
+R<ARG>A<CG> R<THR>A<CA> sep2 0.235116
+R<ARG>A<CG> R<THR>A<CB> central_sep1 0.423333
+R<ARG>A<CG> R<THR>A<CB> central_sep2 -0.317039
+R<ARG>A<CG> R<THR>A<CB> sep1 0.620567
+R<ARG>A<CG> R<THR>A<CB> sep2 -0.289566
+R<ARG>A<CG> R<THR>A<CG2> central_sep1 -0.201149
+R<ARG>A<CG> R<THR>A<CG2> central_sep2 -0.573886
+R<ARG>A<CG> R<THR>A<CG2> sep1 1.49286
+R<ARG>A<CG> R<THR>A<CG2> sep2 0.0326664
+R<ARG>A<CG> R<THR>A<N> central_sep1 0.733468
+R<ARG>A<CG> R<THR>A<N> central_sep2 1.48038
+R<ARG>A<CG> R<THR>A<N> sep1 0.0446675
+R<ARG>A<CG> R<THR>A<N> sep2 1.12584
+R<ARG>A<CG> R<THR>A<O> central_sep1 -1.14735
+R<ARG>A<CG> R<THR>A<O> central_sep2 0.00412538
+R<ARG>A<CG> R<THR>A<O> sep1 0.617311
+R<ARG>A<CG> R<THR>A<O> sep2 0.0794023
+R<ARG>A<CG> R<THR>A<OG1> central_sep1 -0.639685
+R<ARG>A<CG> R<THR>A<OG1> central_sep2 -0.342921
+R<ARG>A<CG> R<THR>A<OG1> sep1 0.905939
+R<ARG>A<CG> R<THR>A<OG1> sep2 -0.17131
+R<ARG>A<CG> R<TRP>A<C> central_sep1 0.343562
+R<ARG>A<CG> R<TRP>A<C> central_sep2 0.729832
+R<ARG>A<CG> R<TRP>A<C> sep1 -0.895667
+R<ARG>A<CG> R<TRP>A<C> sep2 -0.219499
+R<ARG>A<CG> R<TRP>A<CA> central_sep1 0.32647
+R<ARG>A<CG> R<TRP>A<CA> central_sep2 0.321928
+R<ARG>A<CG> R<TRP>A<CA> sep1 0.962049
+R<ARG>A<CG> R<TRP>A<CA> sep2 0.542488
+R<ARG>A<CG> R<TRP>A<CB> central_sep1 0.337432
+R<ARG>A<CG> R<TRP>A<CB> central_sep2 -0.588756
+R<ARG>A<CG> R<TRP>A<CB> sep1 1.2999
+R<ARG>A<CG> R<TRP>A<CB> sep2 -0.541222
+R<ARG>A<CG> R<TRP>A<CD1> central_sep1 -0.617361
+R<ARG>A<CG> R<TRP>A<CD1> central_sep2 -0.591675
+R<ARG>A<CG> R<TRP>A<CD1> sep1 0.888692
+R<ARG>A<CG> R<TRP>A<CD1> sep2 -0.441441
+R<ARG>A<CG> R<TRP>A<CD2> central_sep1 -1.07781
+R<ARG>A<CG> R<TRP>A<CD2> central_sep2 -1.41964
+R<ARG>A<CG> R<TRP>A<CD2> sep1 -0.036668
+R<ARG>A<CG> R<TRP>A<CD2> sep2 -1.69023
+R<ARG>A<CG> R<TRP>A<CE2> central_sep1 -1.44861
+R<ARG>A<CG> R<TRP>A<CE2> central_sep2 -1.47618
+R<ARG>A<CG> R<TRP>A<CE2> sep1 -0.0881097
+R<ARG>A<CG> R<TRP>A<CE2> sep2 -1.81717
+R<ARG>A<CG> R<TRP>A<CE3> central_sep1 -0.670746
+R<ARG>A<CG> R<TRP>A<CE3> central_sep2 -1.03696
+R<ARG>A<CG> R<TRP>A<CE3> sep1 0.969705
+R<ARG>A<CG> R<TRP>A<CE3> sep2 -1.08893
+R<ARG>A<CG> R<TRP>A<CG> central_sep1 0.701149
+R<ARG>A<CG> R<TRP>A<CG> central_sep2 -0.86584
+R<ARG>A<CG> R<TRP>A<CG> sep1 0.193771
+R<ARG>A<CG> R<TRP>A<CG> sep2 -2.0896
+R<ARG>A<CG> R<TRP>A<CH2> central_sep1 0.168403
+R<ARG>A<CG> R<TRP>A<CH2> central_sep2 -1.2302
+R<ARG>A<CG> R<TRP>A<CH2> sep1 0.973776
+R<ARG>A<CG> R<TRP>A<CH2> sep2 -1.1822
+R<ARG>A<CG> R<TRP>A<CZ2> central_sep1 -0.266796
+R<ARG>A<CG> R<TRP>A<CZ2> central_sep2 -1.14093
+R<ARG>A<CG> R<TRP>A<CZ2> sep1 1.11232
+R<ARG>A<CG> R<TRP>A<CZ2> sep2 -1.0492
+R<ARG>A<CG> R<TRP>A<CZ3> central_sep1 -0.336299
+R<ARG>A<CG> R<TRP>A<CZ3> central_sep2 -1.18051
+R<ARG>A<CG> R<TRP>A<CZ3> sep1 0.666349
+R<ARG>A<CG> R<TRP>A<CZ3> sep2 -1.1674
+R<ARG>A<CG> R<TRP>A<N> central_sep1 0.695076
+R<ARG>A<CG> R<TRP>A<N> central_sep2 1.48448
+R<ARG>A<CG> R<TRP>A<N> sep1 -0.0995373
+R<ARG>A<CG> R<TRP>A<N> sep2 0.787998
+R<ARG>A<CG> R<TRP>A<NE1> central_sep1 -0.276122
+R<ARG>A<CG> R<TRP>A<NE1> central_sep2 -0.52969
+R<ARG>A<CG> R<TRP>A<NE1> sep1 0.459805
+R<ARG>A<CG> R<TRP>A<NE1> sep2 -0.944883
+R<ARG>A<CG> R<TRP>A<O> central_sep1 -1.16223
+R<ARG>A<CG> R<TRP>A<O> central_sep2 -0.134608
+R<ARG>A<CG> R<TRP>A<O> sep1 0.6035
+R<ARG>A<CG> R<TRP>A<O> sep2 -0.16669
+R<ARG>A<CG> R<TYR>A<C> central_sep1 0.397237
+R<ARG>A<CG> R<TYR>A<C> central_sep2 0.729598
+R<ARG>A<CG> R<TYR>A<C> sep1 -0.881463
+R<ARG>A<CG> R<TYR>A<C> sep2 -0.233988
+R<ARG>A<CG> R<TYR>A<CA> central_sep1 0.726314
+R<ARG>A<CG> R<TYR>A<CA> central_sep2 0.295493
+R<ARG>A<CG> R<TYR>A<CA> sep1 1.0806
+R<ARG>A<CG> R<TYR>A<CA> sep2 0.486075
+R<ARG>A<CG> R<TYR>A<CB> central_sep1 0.337696
+R<ARG>A<CG> R<TYR>A<CB> central_sep2 -0.687934
+R<ARG>A<CG> R<TYR>A<CB> sep1 1.17089
+R<ARG>A<CG> R<TYR>A<CB> sep2 -0.344289
+R<ARG>A<CG> R<TYR>A<CD1> central_sep1 -0.462397
+R<ARG>A<CG> R<TYR>A<CD1> central_sep2 -0.734972
+R<ARG>A<CG> R<TYR>A<CD1> sep1 0.627585
+R<ARG>A<CG> R<TYR>A<CD1> sep2 -0.882118
+R<ARG>A<CG> R<TYR>A<CE1> central_sep1 -0.584983
+R<ARG>A<CG> R<TYR>A<CE1> central_sep2 -0.971768
+R<ARG>A<CG> R<TYR>A<CE1> sep1 0.629085
+R<ARG>A<CG> R<TYR>A<CE1> sep2 -0.863374
+R<ARG>A<CG> R<TYR>A<CG> central_sep1 0.488124
+R<ARG>A<CG> R<TYR>A<CG> central_sep2 -0.888019
+R<ARG>A<CG> R<TYR>A<CG> sep1 0.138671
+R<ARG>A<CG> R<TYR>A<CG> sep2 -1.87708
+R<ARG>A<CG> R<TYR>A<CZ> central_sep1 -1.06348
+R<ARG>A<CG> R<TYR>A<CZ> central_sep2 -1.23221
+R<ARG>A<CG> R<TYR>A<CZ> sep1 -0.101887
+R<ARG>A<CG> R<TYR>A<CZ> sep2 -1.7409
+R<ARG>A<CG> R<TYR>A<N> central_sep1 0.833629
+R<ARG>A<CG> R<TYR>A<N> central_sep2 1.46023
+R<ARG>A<CG> R<TYR>A<N> sep1 -0.156565
+R<ARG>A<CG> R<TYR>A<N> sep2 0.84768
+R<ARG>A<CG> R<TYR>A<O> central_sep1 -1.10313
+R<ARG>A<CG> R<TYR>A<O> central_sep2 -0.166811
+R<ARG>A<CG> R<TYR>A<O> sep1 0.566811
+R<ARG>A<CG> R<TYR>A<O> sep2 0.0033824
+R<ARG>A<CG> R<TYR>A<OH> central_sep1 0.416482
+R<ARG>A<CG> R<TYR>A<OH> central_sep2 -0.886484
+R<ARG>A<CG> R<TYR>A<OH> sep1 1.0553
+R<ARG>A<CG> R<TYR>A<OH> sep2 -0.858407
+R<ARG>A<CG> R<VAL>A<C> central_sep1 0.389823
+R<ARG>A<CG> R<VAL>A<C> central_sep2 0.834843
+R<ARG>A<CG> R<VAL>A<C> sep1 -1.18615
+R<ARG>A<CG> R<VAL>A<C> sep2 -0.359813
+R<ARG>A<CG> R<VAL>A<CA> central_sep1 0.904732
+R<ARG>A<CG> R<VAL>A<CA> central_sep2 0.561435
+R<ARG>A<CG> R<VAL>A<CA> sep1 1.22706
+R<ARG>A<CG> R<VAL>A<CA> sep2 0.635587
+R<ARG>A<CG> R<VAL>A<CB> central_sep1 0.523483
+R<ARG>A<CG> R<VAL>A<CB> central_sep2 -0.432258
+R<ARG>A<CG> R<VAL>A<CB> sep1 0.778047
+R<ARG>A<CG> R<VAL>A<CB> sep2 -0.425783
+R<ARG>A<CG> R<VAL>A<CG1> central_sep1 -0.285945
+R<ARG>A<CG> R<VAL>A<CG1> central_sep2 -0.729391
+R<ARG>A<CG> R<VAL>A<CG1> sep1 1.34942
+R<ARG>A<CG> R<VAL>A<CG1> sep2 -0.0443184
+R<ARG>A<CG> R<VAL>A<CG2> central_sep1 -0.246321
+R<ARG>A<CG> R<VAL>A<CG2> central_sep2 -0.736976
+R<ARG>A<CG> R<VAL>A<CG2> sep1 1.76653
+R<ARG>A<CG> R<VAL>A<CG2> sep2 -0.0251406
+R<ARG>A<CG> R<VAL>A<N> central_sep1 0.603355
+R<ARG>A<CG> R<VAL>A<N> central_sep2 1.24268
+R<ARG>A<CG> R<VAL>A<N> sep1 -0.425849
+R<ARG>A<CG> R<VAL>A<N> sep2 0.738472
+R<ARG>A<CG> R<VAL>A<O> central_sep1 -1.05401
+R<ARG>A<CG> R<VAL>A<O> central_sep2 -0.0851217
+R<ARG>A<CG> R<VAL>A<O> sep1 0.447832
+R<ARG>A<CG> R<VAL>A<O> sep2 -0.0471868
+R<ARG>A<CG> c<solvent> . 0.0066109
+R<ARG>A<CZ> R<ARG>A<CZ> central_sep1 -0.339697
+R<ARG>A<CZ> R<ARG>A<CZ> central_sep2 -1.82961
+R<ARG>A<CZ> R<ARG>A<CZ> sep1 0.522645
+R<ARG>A<CZ> R<ARG>A<CZ> sep2 -1.79643
+R<ARG>A<CZ> R<ARG>A<N> central_sep1 1.52404
+R<ARG>A<CZ> R<ARG>A<N> central_sep2 1.63669
+R<ARG>A<CZ> R<ARG>A<N> sep1 2.01826
+R<ARG>A<CZ> R<ARG>A<N> sep2 0.6807
+R<ARG>A<CZ> R<ARG>A<NE> central_sep1 0.506207
+R<ARG>A<CZ> R<ARG>A<NE> central_sep2 -0.63222
+R<ARG>A<CZ> R<ARG>A<NE> sep1 0.892826
+R<ARG>A<CZ> R<ARG>A<NE> sep2 -1.2337
+R<ARG>A<CZ> R<ARG>A<NH1> central_sep1 0.464075
+R<ARG>A<CZ> R<ARG>A<NH1> central_sep2 -0.31849
+R<ARG>A<CZ> R<ARG>A<NH1> sep1 1.07289
+R<ARG>A<CZ> R<ARG>A<NH1> sep2 -1.02001
+R<ARG>A<CZ> R<ARG>A<O> central_sep1 0.65628
+R<ARG>A<CZ> R<ARG>A<O> central_sep2 0.805296
+R<ARG>A<CZ> R<ARG>A<O> sep1 1.32993
+R<ARG>A<CZ> R<ARG>A<O> sep2 -0.259076
+R<ARG>A<CZ> R<ASN>A<C> central_sep1 0.643496
+R<ARG>A<CZ> R<ASN>A<C> central_sep2 0.811593
+R<ARG>A<CZ> R<ASN>A<C> sep1 1.71506
+R<ARG>A<CZ> R<ASN>A<C> sep2 -0.029649
+R<ARG>A<CZ> R<ASN>A<CA> central_sep1 0.5456
+R<ARG>A<CZ> R<ASN>A<CA> central_sep2 0.328057
+R<ARG>A<CZ> R<ASN>A<CA> sep1 1.00603
+R<ARG>A<CZ> R<ASN>A<CA> sep2 -0.5556
+R<ARG>A<CZ> R<ASN>A<CB> central_sep1 0.561926
+R<ARG>A<CZ> R<ASN>A<CB> central_sep2 -0.0903358
+R<ARG>A<CZ> R<ASN>A<CB> sep1 1.24246
+R<ARG>A<CZ> R<ASN>A<CB> sep2 -0.747165
+R<ARG>A<CZ> R<ASN>A<CG> central_sep1 0.55366
+R<ARG>A<CZ> R<ASN>A<CG> central_sep2 -0.56555
+R<ARG>A<CZ> R<ASN>A<CG> sep1 0.741065
+R<ARG>A<CZ> R<ASN>A<CG> sep2 -1.24307
+R<ARG>A<CZ> R<ASN>A<N> central_sep1 2.42917
+R<ARG>A<CZ> R<ASN>A<N> central_sep2 1.85004
+R<ARG>A<CZ> R<ASN>A<N> sep1 2.74404
+R<ARG>A<CZ> R<ASN>A<N> sep2 0.671179
+R<ARG>A<CZ> R<ASN>A<ND2> central_sep1 0.691752
+R<ARG>A<CZ> R<ASN>A<ND2> central_sep2 0.180523
+R<ARG>A<CZ> R<ASN>A<ND2> sep1 1.1037
+R<ARG>A<CZ> R<ASN>A<ND2> sep2 -0.730156
+R<ARG>A<CZ> R<ASN>A<O> central_sep1 0.744826
+R<ARG>A<CZ> R<ASN>A<O> central_sep2 0.615263
+R<ARG>A<CZ> R<ASN>A<O> sep1 1.36932
+R<ARG>A<CZ> R<ASN>A<O> sep2 -0.306121
+R<ARG>A<CZ> R<ASN>A<OD1> central_sep1 0.61236
+R<ARG>A<CZ> R<ASN>A<OD1> central_sep2 0.254043
+R<ARG>A<CZ> R<ASN>A<OD1> sep1 0.895806
+R<ARG>A<CZ> R<ASN>A<OD1> sep2 -0.793823
+R<ARG>A<CZ> R<ASP>A<C> central_sep1 0.0722223
+R<ARG>A<CZ> R<ASP>A<C> central_sep2 0.672213
+R<ARG>A<CZ> R<ASP>A<C> sep1 1.35012
+R<ARG>A<CZ> R<ASP>A<C> sep2 -0.116925
+R<ARG>A<CZ> R<ASP>A<CA> central_sep1 0.0382087
+R<ARG>A<CZ> R<ASP>A<CA> central_sep2 0.0182143
+R<ARG>A<CZ> R<ASP>A<CA> sep1 0.565095
+R<ARG>A<CZ> R<ASP>A<CA> sep2 -0.972015
+R<ARG>A<CZ> R<ASP>A<CB> central_sep1 0.310774
+R<ARG>A<CZ> R<ASP>A<CB> central_sep2 -0.239972
+R<ARG>A<CZ> R<ASP>A<CB> sep1 0.853829
+R<ARG>A<CZ> R<ASP>A<CB> sep2 -1.14767
+R<ARG>A<CZ> R<ASP>A<CG> central_sep1 0.874485
+R<ARG>A<CZ> R<ASP>A<CG> central_sep2 -0.0393912
+R<ARG>A<CZ> R<ASP>A<CG> sep1 0.473743
+R<ARG>A<CZ> R<ASP>A<CG> sep2 -1.52594
+R<ARG>A<CZ> R<ASP>A<N> central_sep1 2.27744
+R<ARG>A<CZ> R<ASP>A<N> central_sep2 1.31406
+R<ARG>A<CZ> R<ASP>A<N> sep1 2.31441
+R<ARG>A<CZ> R<ASP>A<N> sep2 0.169143
+R<ARG>A<CZ> R<ASP>A<O> central_sep1 0.408936
+R<ARG>A<CZ> R<ASP>A<O> central_sep2 0.379744
+R<ARG>A<CZ> R<ASP>A<O> sep1 1.07024
+R<ARG>A<CZ> R<ASP>A<O> sep2 -0.616568
+R<ARG>A<CZ> R<ASP>A<OD1> central_sep1 0.697238
+R<ARG>A<CZ> R<ASP>A<OD1> central_sep2 0.46117
+R<ARG>A<CZ> R<ASP>A<OD1> sep1 0.326378
+R<ARG>A<CZ> R<ASP>A<OD1> sep2 -1.41714
+R<ARG>A<CZ> R<CYS>A<C> central_sep1 0.886723
+R<ARG>A<CZ> R<CYS>A<C> central_sep2 0.780516
+R<ARG>A<CZ> R<CYS>A<C> sep1 1.78024
+R<ARG>A<CZ> R<CYS>A<C> sep2 0.0931279
+R<ARG>A<CZ> R<CYS>A<CA> central_sep1 0.723589
+R<ARG>A<CZ> R<CYS>A<CA> central_sep2 0.456527
+R<ARG>A<CZ> R<CYS>A<CA> sep1 1.48628
+R<ARG>A<CZ> R<CYS>A<CA> sep2 -0.217338
+R<ARG>A<CZ> R<CYS>A<CB> central_sep1 0.425472
+R<ARG>A<CZ> R<CYS>A<CB> central_sep2 -0.515579
+R<ARG>A<CZ> R<CYS>A<CB> sep1 1.50379
+R<ARG>A<CZ> R<CYS>A<CB> sep2 -0.75883
+R<ARG>A<CZ> R<CYS>A<N> central_sep1 2.66227
+R<ARG>A<CZ> R<CYS>A<N> central_sep2 1.84962
+R<ARG>A<CZ> R<CYS>A<N> sep1 2.5673
+R<ARG>A<CZ> R<CYS>A<N> sep2 0.689016
+R<ARG>A<CZ> R<CYS>A<O> central_sep1 1.05262
+R<ARG>A<CZ> R<CYS>A<O> central_sep2 0.703439
+R<ARG>A<CZ> R<CYS>A<O> sep1 1.67104
+R<ARG>A<CZ> R<CYS>A<O> sep2 -0.22432
+R<ARG>A<CZ> R<CYS>A<SG> central_sep1 0.34701
+R<ARG>A<CZ> R<CYS>A<SG> central_sep2 -0.482019
+R<ARG>A<CZ> R<CYS>A<SG> sep1 1.56294
+R<ARG>A<CZ> R<CYS>A<SG> sep2 -0.622794
+R<ARG>A<CZ> R<GLN>A<C> central_sep1 0.313343
+R<ARG>A<CZ> R<GLN>A<C> central_sep2 0.828653
+R<ARG>A<CZ> R<GLN>A<C> sep1 1.46482
+R<ARG>A<CZ> R<GLN>A<C> sep2 0.175393
+R<ARG>A<CZ> R<GLN>A<CA> central_sep1 -0.396282
+R<ARG>A<CZ> R<GLN>A<CA> central_sep2 0.445776
+R<ARG>A<CZ> R<GLN>A<CA> sep1 0.81947
+R<ARG>A<CZ> R<GLN>A<CA> sep2 -0.255792
+R<ARG>A<CZ> R<GLN>A<CB> central_sep1 0.280209
+R<ARG>A<CZ> R<GLN>A<CB> central_sep2 -0.249952
+R<ARG>A<CZ> R<GLN>A<CB> sep1 0.913954
+R<ARG>A<CZ> R<GLN>A<CB> sep2 -0.783739
+R<ARG>A<CZ> R<GLN>A<CD> central_sep1 -0.346597
+R<ARG>A<CZ> R<GLN>A<CD> central_sep2 -0.93973
+R<ARG>A<CZ> R<GLN>A<CD> sep1 0.440839
+R<ARG>A<CZ> R<GLN>A<CD> sep2 -1.28749
+R<ARG>A<CZ> R<GLN>A<CG> central_sep1 0.219264
+R<ARG>A<CZ> R<GLN>A<CG> central_sep2 -0.248111
+R<ARG>A<CZ> R<GLN>A<CG> sep1 0.739905
+R<ARG>A<CZ> R<GLN>A<CG> sep2 -0.64339
+R<ARG>A<CZ> R<GLN>A<N> central_sep1 1.52838
+R<ARG>A<CZ> R<GLN>A<N> central_sep2 1.50074
+R<ARG>A<CZ> R<GLN>A<N> sep1 1.90715
+R<ARG>A<CZ> R<GLN>A<N> sep2 0.607979
+R<ARG>A<CZ> R<GLN>A<NE2> central_sep1 0.500358
+R<ARG>A<CZ> R<GLN>A<NE2> central_sep2 0.0846851
+R<ARG>A<CZ> R<GLN>A<NE2> sep1 1.04057
+R<ARG>A<CZ> R<GLN>A<NE2> sep2 -0.785671
+R<ARG>A<CZ> R<GLN>A<O> central_sep1 0.626034
+R<ARG>A<CZ> R<GLN>A<O> central_sep2 0.699955
+R<ARG>A<CZ> R<GLN>A<O> sep1 1.41502
+R<ARG>A<CZ> R<GLN>A<O> sep2 -0.262635
+R<ARG>A<CZ> R<GLN>A<OE1> central_sep1 0.696229
+R<ARG>A<CZ> R<GLN>A<OE1> central_sep2 0.094592
+R<ARG>A<CZ> R<GLN>A<OE1> sep1 0.714029
+R<ARG>A<CZ> R<GLN>A<OE1> sep2 -0.954175
+R<ARG>A<CZ> R<GLU>A<C> central_sep1 0.0257499
+R<ARG>A<CZ> R<GLU>A<C> central_sep2 0.714838
+R<ARG>A<CZ> R<GLU>A<C> sep1 1.1387
+R<ARG>A<CZ> R<GLU>A<C> sep2 -0.218432
+R<ARG>A<CZ> R<GLU>A<CA> central_sep1 -0.744066
+R<ARG>A<CZ> R<GLU>A<CA> central_sep2 -0.0187161
+R<ARG>A<CZ> R<GLU>A<CA> sep1 0.448698
+R<ARG>A<CZ> R<GLU>A<CA> sep2 -0.654047
+R<ARG>A<CZ> R<GLU>A<CB> central_sep1 0.260388
+R<ARG>A<CZ> R<GLU>A<CB> central_sep2 -0.286597
+R<ARG>A<CZ> R<GLU>A<CB> sep1 0.671951
+R<ARG>A<CZ> R<GLU>A<CB> sep2 -1.04066
+R<ARG>A<CZ> R<GLU>A<CD> central_sep1 0.443622
+R<ARG>A<CZ> R<GLU>A<CD> central_sep2 -0.102823
+R<ARG>A<CZ> R<GLU>A<CD> sep1 0.316042
+R<ARG>A<CZ> R<GLU>A<CD> sep2 -1.65509
+R<ARG>A<CZ> R<GLU>A<CG> central_sep1 0.0086686
+R<ARG>A<CZ> R<GLU>A<CG> central_sep2 -0.19974
+R<ARG>A<CZ> R<GLU>A<CG> sep1 0.314982
+R<ARG>A<CZ> R<GLU>A<CG> sep2 -1.03154
+R<ARG>A<CZ> R<GLU>A<N> central_sep1 1.64595
+R<ARG>A<CZ> R<GLU>A<N> central_sep2 1.31929
+R<ARG>A<CZ> R<GLU>A<N> sep1 1.75737
+R<ARG>A<CZ> R<GLU>A<N> sep2 0.368248
+R<ARG>A<CZ> R<GLU>A<O> central_sep1 0.217959
+R<ARG>A<CZ> R<GLU>A<O> central_sep2 0.442308
+R<ARG>A<CZ> R<GLU>A<O> sep1 1.10014
+R<ARG>A<CZ> R<GLU>A<O> sep2 -0.399161
+R<ARG>A<CZ> R<GLU>A<OE1> central_sep1 0.688084
+R<ARG>A<CZ> R<GLU>A<OE1> central_sep2 0.301539
+R<ARG>A<CZ> R<GLU>A<OE1> sep1 0.399714
+R<ARG>A<CZ> R<GLU>A<OE1> sep2 -1.40118
+R<ARG>A<CZ> R<GLY>A<C> central_sep1 0.222707
+R<ARG>A<CZ> R<GLY>A<C> central_sep2 0.0611131
+R<ARG>A<CZ> R<GLY>A<C> sep1 1.34019
+R<ARG>A<CZ> R<GLY>A<C> sep2 -0.487114
+R<ARG>A<CZ> R<GLY>A<CA> central_sep1 0.635203
+R<ARG>A<CZ> R<GLY>A<CA> central_sep2 -0.428354
+R<ARG>A<CZ> R<GLY>A<CA> sep1 1.26786
+R<ARG>A<CZ> R<GLY>A<CA> sep2 -1.05622
+R<ARG>A<CZ> R<GLY>A<N> central_sep1 2.16522
+R<ARG>A<CZ> R<GLY>A<N> central_sep2 0.68631
+R<ARG>A<CZ> R<GLY>A<N> sep1 1.97761
+R<ARG>A<CZ> R<GLY>A<N> sep2 -0.239976
+R<ARG>A<CZ> R<GLY>A<O> central_sep1 0.540339
+R<ARG>A<CZ> R<GLY>A<O> central_sep2 0.232914
+R<ARG>A<CZ> R<GLY>A<O> sep1 1.08159
+R<ARG>A<CZ> R<GLY>A<O> sep2 -0.693761
+R<ARG>A<CZ> R<HIS>A<C> central_sep1 0.780013
+R<ARG>A<CZ> R<HIS>A<C> central_sep2 0.665087
+R<ARG>A<CZ> R<HIS>A<C> sep1 1.78693
+R<ARG>A<CZ> R<HIS>A<C> sep2 0.0426945
+R<ARG>A<CZ> R<HIS>A<CA> central_sep1 0.00375988
+R<ARG>A<CZ> R<HIS>A<CA> central_sep2 0.416781
+R<ARG>A<CZ> R<HIS>A<CA> sep1 1.1007
+R<ARG>A<CZ> R<HIS>A<CA> sep2 -0.457331
+R<ARG>A<CZ> R<HIS>A<CB> central_sep1 0.257657
+R<ARG>A<CZ> R<HIS>A<CB> central_sep2 -0.54751
+R<ARG>A<CZ> R<HIS>A<CB> sep1 1.21494
+R<ARG>A<CZ> R<HIS>A<CB> sep2 -0.907256
+R<ARG>A<CZ> R<HIS>A<CD2> central_sep1 0.289519
+R<ARG>A<CZ> R<HIS>A<CD2> central_sep2 -0.626117
+R<ARG>A<CZ> R<HIS>A<CD2> sep1 0.934006
+R<ARG>A<CZ> R<HIS>A<CD2> sep2 -0.942408
+R<ARG>A<CZ> R<HIS>A<CE1> central_sep1 -0.135414
+R<ARG>A<CZ> R<HIS>A<CE1> central_sep2 -0.776675
+R<ARG>A<CZ> R<HIS>A<CE1> sep1 0.76536
+R<ARG>A<CZ> R<HIS>A<CE1> sep2 -1.14464
+R<ARG>A<CZ> R<HIS>A<CG> central_sep1 -0.486797
+R<ARG>A<CZ> R<HIS>A<CG> central_sep2 -1.64438
+R<ARG>A<CZ> R<HIS>A<CG> sep1 0.64155
+R<ARG>A<CZ> R<HIS>A<CG> sep2 -1.648
+R<ARG>A<CZ> R<HIS>A<N> central_sep1 2.04695
+R<ARG>A<CZ> R<HIS>A<N> central_sep2 1.48769
+R<ARG>A<CZ> R<HIS>A<N> sep1 2.32895
+R<ARG>A<CZ> R<HIS>A<N> sep2 0.622879
+R<ARG>A<CZ> R<HIS>A<ND1> central_sep1 0.883129
+R<ARG>A<CZ> R<HIS>A<ND1> central_sep2 -0.234735
+R<ARG>A<CZ> R<HIS>A<ND1> sep1 1.06327
+R<ARG>A<CZ> R<HIS>A<ND1> sep2 -1.03116
+R<ARG>A<CZ> R<HIS>A<NE2> central_sep1 0.221708
+R<ARG>A<CZ> R<HIS>A<NE2> central_sep2 -0.381167
+R<ARG>A<CZ> R<HIS>A<NE2> sep1 0.730532
+R<ARG>A<CZ> R<HIS>A<NE2> sep2 -1.08529
+R<ARG>A<CZ> R<HIS>A<O> central_sep1 1.00375
+R<ARG>A<CZ> R<HIS>A<O> central_sep2 0.625766
+R<ARG>A<CZ> R<HIS>A<O> sep1 1.40848
+R<ARG>A<CZ> R<HIS>A<O> sep2 -0.26634
+R<ARG>A<CZ> R<ILE>A<C> central_sep1 2.25457
+R<ARG>A<CZ> R<ILE>A<C> central_sep2 1.54067
+R<ARG>A<CZ> R<ILE>A<C> sep1 2.59258
+R<ARG>A<CZ> R<ILE>A<C> sep2 0.612412
+R<ARG>A<CZ> R<ILE>A<CA> central_sep1 0.291185
+R<ARG>A<CZ> R<ILE>A<CA> central_sep2 1.00531
+R<ARG>A<CZ> R<ILE>A<CA> sep1 1.4743
+R<ARG>A<CZ> R<ILE>A<CA> sep2 0.273685
+R<ARG>A<CZ> R<ILE>A<CB> central_sep1 0.860203
+R<ARG>A<CZ> R<ILE>A<CB> central_sep2 -0.00987937
+R<ARG>A<CZ> R<ILE>A<CB> sep1 1.57451
+R<ARG>A<CZ> R<ILE>A<CB> sep2 -0.591595
+R<ARG>A<CZ> R<ILE>A<CD1> central_sep1 -0.0248821
+R<ARG>A<CZ> R<ILE>A<CD1> central_sep2 -0.938122
+R<ARG>A<CZ> R<ILE>A<CD1> sep1 1.22466
+R<ARG>A<CZ> R<ILE>A<CD1> sep2 -0.836198
+R<ARG>A<CZ> R<ILE>A<CG1> central_sep1 -0.12085
+R<ARG>A<CZ> R<ILE>A<CG1> central_sep2 -0.702297
+R<ARG>A<CZ> R<ILE>A<CG1> sep1 0.923753
+R<ARG>A<CZ> R<ILE>A<CG1> sep2 -0.781142
+R<ARG>A<CZ> R<ILE>A<CG2> central_sep1 -0.361963
+R<ARG>A<CZ> R<ILE>A<CG2> central_sep2 -0.723985
+R<ARG>A<CZ> R<ILE>A<CG2> sep1 1.08716
+R<ARG>A<CZ> R<ILE>A<CG2> sep2 -0.780089
+R<ARG>A<CZ> R<ILE>A<N> central_sep1 2.48491
+R<ARG>A<CZ> R<ILE>A<N> central_sep2 2.34259
+R<ARG>A<CZ> R<ILE>A<N> sep1 2.68503
+R<ARG>A<CZ> R<ILE>A<N> sep2 1.22609
+R<ARG>A<CZ> R<ILE>A<O> central_sep1 1.55702
+R<ARG>A<CZ> R<ILE>A<O> central_sep2 1.08879
+R<ARG>A<CZ> R<ILE>A<O> sep1 2.03078
+R<ARG>A<CZ> R<ILE>A<O> sep2 0.0419986
+R<ARG>A<CZ> R<LEU>A<C> central_sep1 0.895822
+R<ARG>A<CZ> R<LEU>A<C> central_sep2 1.02413
+R<ARG>A<CZ> R<LEU>A<C> sep1 1.7921
+R<ARG>A<CZ> R<LEU>A<C> sep2 0.0634351
+R<ARG>A<CZ> R<LEU>A<CA> central_sep1 0.234478
+R<ARG>A<CZ> R<LEU>A<CA> central_sep2 0.678261
+R<ARG>A<CZ> R<LEU>A<CA> sep1 1.35416
+R<ARG>A<CZ> R<LEU>A<CA> sep2 -0.100602
+R<ARG>A<CZ> R<LEU>A<CB> central_sep1 0.0693596
+R<ARG>A<CZ> R<LEU>A<CB> central_sep2 -0.656973
+R<ARG>A<CZ> R<LEU>A<CB> sep1 1.2875
+R<ARG>A<CZ> R<LEU>A<CB> sep2 -0.688197
+R<ARG>A<CZ> R<LEU>A<CD1> central_sep1 -0.164065
+R<ARG>A<CZ> R<LEU>A<CD1> central_sep2 -0.946382
+R<ARG>A<CZ> R<LEU>A<CD1> sep1 0.999185
+R<ARG>A<CZ> R<LEU>A<CD1> sep2 -0.872079
+R<ARG>A<CZ> R<LEU>A<CD2> central_sep1 -0.36266
+R<ARG>A<CZ> R<LEU>A<CD2> central_sep2 -1.04306
+R<ARG>A<CZ> R<LEU>A<CD2> sep1 0.81247
+R<ARG>A<CZ> R<LEU>A<CD2> sep2 -0.974434
+R<ARG>A<CZ> R<LEU>A<CG> central_sep1 -0.562206
+R<ARG>A<CZ> R<LEU>A<CG> central_sep2 -0.321104
+R<ARG>A<CZ> R<LEU>A<CG> sep1 0.360163
+R<ARG>A<CZ> R<LEU>A<CG> sep2 -0.789335
+R<ARG>A<CZ> R<LEU>A<N> central_sep1 2.42579
+R<ARG>A<CZ> R<LEU>A<N> central_sep2 2.17535
+R<ARG>A<CZ> R<LEU>A<N> sep1 2.58149
+R<ARG>A<CZ> R<LEU>A<N> sep2 1.16219
+R<ARG>A<CZ> R<LEU>A<O> central_sep1 1.08213
+R<ARG>A<CZ> R<LEU>A<O> central_sep2 0.835954
+R<ARG>A<CZ> R<LEU>A<O> sep1 1.64025
+R<ARG>A<CZ> R<LEU>A<O> sep2 -0.278366
+R<ARG>A<CZ> R<LYS>A<C> central_sep1 0.77789
+R<ARG>A<CZ> R<LYS>A<C> central_sep2 1.09225
+R<ARG>A<CZ> R<LYS>A<C> sep1 1.64987
+R<ARG>A<CZ> R<LYS>A<C> sep2 0.444541
+R<ARG>A<CZ> R<LYS>A<CA> central_sep1 -0.278134
+R<ARG>A<CZ> R<LYS>A<CA> central_sep2 0.518078
+R<ARG>A<CZ> R<LYS>A<CA> sep1 1.03427
+R<ARG>A<CZ> R<LYS>A<CA> sep2 -0.0866748
+R<ARG>A<CZ> R<LYS>A<CB> central_sep1 0.188543
+R<ARG>A<CZ> R<LYS>A<CB> central_sep2 -0.0349902
+R<ARG>A<CZ> R<LYS>A<CB> sep1 1.19892
+R<ARG>A<CZ> R<LYS>A<CB> sep2 -0.292919
+R<ARG>A<CZ> R<LYS>A<CD> central_sep1 0.484985
+R<ARG>A<CZ> R<LYS>A<CD> central_sep2 -0.023961
+R<ARG>A<CZ> R<LYS>A<CD> sep1 1.23696
+R<ARG>A<CZ> R<LYS>A<CD> sep2 -0.436995
+R<ARG>A<CZ> R<LYS>A<CE> central_sep1 0.735697
+R<ARG>A<CZ> R<LYS>A<CE> central_sep2 0.508236
+R<ARG>A<CZ> R<LYS>A<CE> sep1 1.33765
+R<ARG>A<CZ> R<LYS>A<CE> sep2 -0.238787
+R<ARG>A<CZ> R<LYS>A<CG> central_sep1 0.113041
+R<ARG>A<CZ> R<LYS>A<CG> central_sep2 -0.101197
+R<ARG>A<CZ> R<LYS>A<CG> sep1 0.747418
+R<ARG>A<CZ> R<LYS>A<CG> sep2 -0.355189
+R<ARG>A<CZ> R<LYS>A<N> central_sep1 1.82148
+R<ARG>A<CZ> R<LYS>A<N> central_sep2 2.09204
+R<ARG>A<CZ> R<LYS>A<N> sep1 2.22326
+R<ARG>A<CZ> R<LYS>A<N> sep2 1.09701
+R<ARG>A<CZ> R<LYS>A<NZ> central_sep1 1.97892
+R<ARG>A<CZ> R<LYS>A<NZ> central_sep2 1.43433
+R<ARG>A<CZ> R<LYS>A<NZ> sep1 2.01728
+R<ARG>A<CZ> R<LYS>A<NZ> sep2 0.0137614
+R<ARG>A<CZ> R<LYS>A<O> central_sep1 0.954578
+R<ARG>A<CZ> R<LYS>A<O> central_sep2 1.07628
+R<ARG>A<CZ> R<LYS>A<O> sep1 1.42084
+R<ARG>A<CZ> R<LYS>A<O> sep2 0.00526157
+R<ARG>A<CZ> R<MET>A<C> central_sep1 0.804128
+R<ARG>A<CZ> R<MET>A<C> central_sep2 1.04191
+R<ARG>A<CZ> R<MET>A<C> sep1 1.78345
+R<ARG>A<CZ> R<MET>A<C> sep2 0.0802392
+R<ARG>A<CZ> R<MET>A<CA> central_sep1 0.0896189
+R<ARG>A<CZ> R<MET>A<CA> central_sep2 0.590359
+R<ARG>A<CZ> R<MET>A<CA> sep1 1.24464
+R<ARG>A<CZ> R<MET>A<CA> sep2 -0.120621
+R<ARG>A<CZ> R<MET>A<CB> central_sep1 0.305751
+R<ARG>A<CZ> R<MET>A<CB> central_sep2 -0.439768
+R<ARG>A<CZ> R<MET>A<CB> sep1 1.24126
+R<ARG>A<CZ> R<MET>A<CB> sep2 -0.723593
+R<ARG>A<CZ> R<MET>A<CE> central_sep1 0.024597
+R<ARG>A<CZ> R<MET>A<CE> central_sep2 -0.825699
+R<ARG>A<CZ> R<MET>A<CE> sep1 1.11238
+R<ARG>A<CZ> R<MET>A<CE> sep2 -0.977461
+R<ARG>A<CZ> R<MET>A<CG> central_sep1 -0.0612856
+R<ARG>A<CZ> R<MET>A<CG> central_sep2 -0.590898
+R<ARG>A<CZ> R<MET>A<CG> sep1 0.942447
+R<ARG>A<CZ> R<MET>A<CG> sep2 -0.843105
+R<ARG>A<CZ> R<MET>A<N> central_sep1 2.16995
+R<ARG>A<CZ> R<MET>A<N> central_sep2 1.70381
+R<ARG>A<CZ> R<MET>A<N> sep1 2.51624
+R<ARG>A<CZ> R<MET>A<N> sep2 0.663715
+R<ARG>A<CZ> R<MET>A<O> central_sep1 0.902789
+R<ARG>A<CZ> R<MET>A<O> central_sep2 0.743778
+R<ARG>A<CZ> R<MET>A<O> sep1 1.59589
+R<ARG>A<CZ> R<MET>A<O> sep2 -0.296321
+R<ARG>A<CZ> R<MET>A<SD> central_sep1 -0.127012
+R<ARG>A<CZ> R<MET>A<SD> central_sep2 -0.854113
+R<ARG>A<CZ> R<MET>A<SD> sep1 1.0762
+R<ARG>A<CZ> R<MET>A<SD> sep2 -0.943877
+R<ARG>A<CZ> R<PHE>A<C> central_sep1 1.2615
+R<ARG>A<CZ> R<PHE>A<C> central_sep2 0.555544
+R<ARG>A<CZ> R<PHE>A<C> sep1 2.11883
+R<ARG>A<CZ> R<PHE>A<C> sep2 -0.0431373
+R<ARG>A<CZ> R<PHE>A<CA> central_sep1 0.144903
+R<ARG>A<CZ> R<PHE>A<CA> central_sep2 0.466828
+R<ARG>A<CZ> R<PHE>A<CA> sep1 1.33735
+R<ARG>A<CZ> R<PHE>A<CA> sep2 -0.21291
+R<ARG>A<CZ> R<PHE>A<CB> central_sep1 0.613977
+R<ARG>A<CZ> R<PHE>A<CB> central_sep2 -0.843672
+R<ARG>A<CZ> R<PHE>A<CB> sep1 1.51702
+R<ARG>A<CZ> R<PHE>A<CB> sep2 -0.855776
+R<ARG>A<CZ> R<PHE>A<CD1> central_sep1 0.386809
+R<ARG>A<CZ> R<PHE>A<CD1> central_sep2 -0.940132
+R<ARG>A<CZ> R<PHE>A<CD1> sep1 1.22746
+R<ARG>A<CZ> R<PHE>A<CD1> sep2 -0.924317
+R<ARG>A<CZ> R<PHE>A<CE1> central_sep1 -0.295978
+R<ARG>A<CZ> R<PHE>A<CE1> central_sep2 -0.969901
+R<ARG>A<CZ> R<PHE>A<CE1> sep1 0.946933
+R<ARG>A<CZ> R<PHE>A<CE1> sep2 -1.13524
+R<ARG>A<CZ> R<PHE>A<CG> central_sep1 0.458061
+R<ARG>A<CZ> R<PHE>A<CG> central_sep2 -1.47154
+R<ARG>A<CZ> R<PHE>A<CG> sep1 1.16024
+R<ARG>A<CZ> R<PHE>A<CG> sep2 -2.02017
+R<ARG>A<CZ> R<PHE>A<CZ> central_sep1 -0.585641
+R<ARG>A<CZ> R<PHE>A<CZ> central_sep2 -1.03879
+R<ARG>A<CZ> R<PHE>A<CZ> sep1 0.734505
+R<ARG>A<CZ> R<PHE>A<CZ> sep2 -1.21681
+R<ARG>A<CZ> R<PHE>A<N> central_sep1 2.31957
+R<ARG>A<CZ> R<PHE>A<N> central_sep2 1.80045
+R<ARG>A<CZ> R<PHE>A<N> sep1 2.68212
+R<ARG>A<CZ> R<PHE>A<N> sep2 0.80022
+R<ARG>A<CZ> R<PHE>A<O> central_sep1 1.28346
+R<ARG>A<CZ> R<PHE>A<O> central_sep2 0.746504
+R<ARG>A<CZ> R<PHE>A<O> sep1 1.83604
+R<ARG>A<CZ> R<PHE>A<O> sep2 -0.202218
+R<ARG>A<CZ> R<PRO>A<C> central_sep1 0.406988
+R<ARG>A<CZ> R<PRO>A<C> central_sep2 0.934559
+R<ARG>A<CZ> R<PRO>A<C> sep1 1.66115
+R<ARG>A<CZ> R<PRO>A<C> sep2 -0.0047711
+R<ARG>A<CZ> R<PRO>A<CA> central_sep1 -0.449791
+R<ARG>A<CZ> R<PRO>A<CA> central_sep2 -0.175642
+R<ARG>A<CZ> R<PRO>A<CA> sep1 0.854416
+R<ARG>A<CZ> R<PRO>A<CA> sep2 -0.82621
+R<ARG>A<CZ> R<PRO>A<CB> central_sep1 0.249322
+R<ARG>A<CZ> R<PRO>A<CB> central_sep2 -0.734342
+R<ARG>A<CZ> R<PRO>A<CB> sep1 1.01427
+R<ARG>A<CZ> R<PRO>A<CB> sep2 -1.02083
+R<ARG>A<CZ> R<PRO>A<CD> central_sep1 0.497971
+R<ARG>A<CZ> R<PRO>A<CD> central_sep2 -0.401507
+R<ARG>A<CZ> R<PRO>A<CD> sep1 1.40479
+R<ARG>A<CZ> R<PRO>A<CD> sep2 -0.793719
+R<ARG>A<CZ> R<PRO>A<CG> central_sep1 0.354334
+R<ARG>A<CZ> R<PRO>A<CG> central_sep2 -0.890837
+R<ARG>A<CZ> R<PRO>A<CG> sep1 1.30872
+R<ARG>A<CZ> R<PRO>A<CG> sep2 -1.23388
+R<ARG>A<CZ> R<PRO>A<N> central_sep1 0.686282
+R<ARG>A<CZ> R<PRO>A<N> central_sep2 -0.0919887
+R<ARG>A<CZ> R<PRO>A<N> sep1 0.61442
+R<ARG>A<CZ> R<PRO>A<N> sep2 -0.889228
+R<ARG>A<CZ> R<PRO>A<O> central_sep1 0.592533
+R<ARG>A<CZ> R<PRO>A<O> central_sep2 0.461912
+R<ARG>A<CZ> R<PRO>A<O> sep1 0.992624
+R<ARG>A<CZ> R<PRO>A<O> sep2 -0.486388
+R<ARG>A<CZ> R<SER>A<C> central_sep1 0.377955
+R<ARG>A<CZ> R<SER>A<C> central_sep2 0.735631
+R<ARG>A<CZ> R<SER>A<C> sep1 1.57707
+R<ARG>A<CZ> R<SER>A<C> sep2 -0.169439
+R<ARG>A<CZ> R<SER>A<CA> central_sep1 -0.0641078
+R<ARG>A<CZ> R<SER>A<CA> central_sep2 0.230662
+R<ARG>A<CZ> R<SER>A<CA> sep1 1.06136
+R<ARG>A<CZ> R<SER>A<CA> sep2 -0.667853
+R<ARG>A<CZ> R<SER>A<CB> central_sep1 0.564224
+R<ARG>A<CZ> R<SER>A<CB> central_sep2 -0.184567
+R<ARG>A<CZ> R<SER>A<CB> sep1 1.17448
+R<ARG>A<CZ> R<SER>A<CB> sep2 -0.886247
+R<ARG>A<CZ> R<SER>A<N> central_sep1 1.94932
+R<ARG>A<CZ> R<SER>A<N> central_sep2 1.31028
+R<ARG>A<CZ> R<SER>A<N> sep1 2.14409
+R<ARG>A<CZ> R<SER>A<N> sep2 0.435163
+R<ARG>A<CZ> R<SER>A<O> central_sep1 0.643967
+R<ARG>A<CZ> R<SER>A<O> central_sep2 0.503738
+R<ARG>A<CZ> R<SER>A<O> sep1 1.32766
+R<ARG>A<CZ> R<SER>A<O> sep2 -0.474301
+R<ARG>A<CZ> R<SER>A<OG> central_sep1 0.821634
+R<ARG>A<CZ> R<SER>A<OG> central_sep2 0.484483
+R<ARG>A<CZ> R<SER>A<OG> sep1 1.09043
+R<ARG>A<CZ> R<SER>A<OG> sep2 -0.581651
+R<ARG>A<CZ> R<THR>A<C> central_sep1 0.790681
+R<ARG>A<CZ> R<THR>A<C> central_sep2 0.732944
+R<ARG>A<CZ> R<THR>A<C> sep1 1.82045
+R<ARG>A<CZ> R<THR>A<C> sep2 -0.0979097
+R<ARG>A<CZ> R<THR>A<CA> central_sep1 0.188173
+R<ARG>A<CZ> R<THR>A<CA> central_sep2 0.44423
+R<ARG>A<CZ> R<THR>A<CA> sep1 1.0705
+R<ARG>A<CZ> R<THR>A<CA> sep2 -0.36317
+R<ARG>A<CZ> R<THR>A<CB> central_sep1 0.720736
+R<ARG>A<CZ> R<THR>A<CB> central_sep2 0.00440125
+R<ARG>A<CZ> R<THR>A<CB> sep1 1.13287
+R<ARG>A<CZ> R<THR>A<CB> sep2 -0.763942
+R<ARG>A<CZ> R<THR>A<CG2> central_sep1 -0.174096
+R<ARG>A<CZ> R<THR>A<CG2> central_sep2 -0.579798
+R<ARG>A<CZ> R<THR>A<CG2> sep1 0.892529
+R<ARG>A<CZ> R<THR>A<CG2> sep2 -1.03072
+R<ARG>A<CZ> R<THR>A<N> central_sep1 2.46421
+R<ARG>A<CZ> R<THR>A<N> central_sep2 1.86458
+R<ARG>A<CZ> R<THR>A<N> sep1 2.45976
+R<ARG>A<CZ> R<THR>A<N> sep2 0.74731
+R<ARG>A<CZ> R<THR>A<O> central_sep1 0.901919
+R<ARG>A<CZ> R<THR>A<O> central_sep2 0.691374
+R<ARG>A<CZ> R<THR>A<O> sep1 1.45653
+R<ARG>A<CZ> R<THR>A<O> sep2 -0.359519
+R<ARG>A<CZ> R<THR>A<OG1> central_sep1 1.03703
+R<ARG>A<CZ> R<THR>A<OG1> central_sep2 0.501719
+R<ARG>A<CZ> R<THR>A<OG1> sep1 1.21729
+R<ARG>A<CZ> R<THR>A<OG1> sep2 -0.629648
+R<ARG>A<CZ> R<TRP>A<C> central_sep1 0.946665
+R<ARG>A<CZ> R<TRP>A<C> central_sep2 0.812766
+R<ARG>A<CZ> R<TRP>A<C> sep1 2.28157
+R<ARG>A<CZ> R<TRP>A<C> sep2 -0.0486458
+R<ARG>A<CZ> R<TRP>A<CA> central_sep1 -0.17773
+R<ARG>A<CZ> R<TRP>A<CA> central_sep2 0.459424
+R<ARG>A<CZ> R<TRP>A<CA> sep1 1.19435
+R<ARG>A<CZ> R<TRP>A<CA> sep2 -0.333165
+R<ARG>A<CZ> R<TRP>A<CB> central_sep1 0.578047
+R<ARG>A<CZ> R<TRP>A<CB> central_sep2 -1.18174
+R<ARG>A<CZ> R<TRP>A<CB> sep1 1.41584
+R<ARG>A<CZ> R<TRP>A<CB> sep2 -1.13814
+R<ARG>A<CZ> R<TRP>A<CD1> central_sep1 0.207127
+R<ARG>A<CZ> R<TRP>A<CD1> central_sep2 -1.16367
+R<ARG>A<CZ> R<TRP>A<CD1> sep1 0.850238
+R<ARG>A<CZ> R<TRP>A<CD1> sep2 -1.10214
+R<ARG>A<CZ> R<TRP>A<CD2> central_sep1 0.166537
+R<ARG>A<CZ> R<TRP>A<CD2> central_sep2 -1.71004
+R<ARG>A<CZ> R<TRP>A<CD2> sep1 1.17457
+R<ARG>A<CZ> R<TRP>A<CD2> sep2 -1.56667
+R<ARG>A<CZ> R<TRP>A<CE2> central_sep1 -0.680664
+R<ARG>A<CZ> R<TRP>A<CE2> central_sep2 -1.91272
+R<ARG>A<CZ> R<TRP>A<CE2> sep1 0.385533
+R<ARG>A<CZ> R<TRP>A<CE2> sep2 -1.94297
+R<ARG>A<CZ> R<TRP>A<CE3> central_sep1 0.265393
+R<ARG>A<CZ> R<TRP>A<CE3> central_sep2 -1.21633
+R<ARG>A<CZ> R<TRP>A<CE3> sep1 1.13352
+R<ARG>A<CZ> R<TRP>A<CE3> sep2 -1.1544
+R<ARG>A<CZ> R<TRP>A<CG> central_sep1 0.307133
+R<ARG>A<CZ> R<TRP>A<CG> central_sep2 -2.10193
+R<ARG>A<CZ> R<TRP>A<CG> sep1 1.00156
+R<ARG>A<CZ> R<TRP>A<CG> sep2 -2.35824
+R<ARG>A<CZ> R<TRP>A<CH2> central_sep1 -0.419241
+R<ARG>A<CZ> R<TRP>A<CH2> central_sep2 -1.30228
+R<ARG>A<CZ> R<TRP>A<CH2> sep1 0.571631
+R<ARG>A<CZ> R<TRP>A<CH2> sep2 -1.53781
+R<ARG>A<CZ> R<TRP>A<CZ2> central_sep1 -0.858047
+R<ARG>A<CZ> R<TRP>A<CZ2> central_sep2 -1.5125
+R<ARG>A<CZ> R<TRP>A<CZ2> sep1 0.545729
+R<ARG>A<CZ> R<TRP>A<CZ2> sep2 -1.524
+R<ARG>A<CZ> R<TRP>A<CZ3> central_sep1 -0.201251
+R<ARG>A<CZ> R<TRP>A<CZ3> central_sep2 -0.907778
+R<ARG>A<CZ> R<TRP>A<CZ3> sep1 0.877724
+R<ARG>A<CZ> R<TRP>A<CZ3> sep2 -1.27583
+R<ARG>A<CZ> R<TRP>A<N> central_sep1 2.66416
+R<ARG>A<CZ> R<TRP>A<N> central_sep2 1.62525
+R<ARG>A<CZ> R<TRP>A<N> sep1 2.55592
+R<ARG>A<CZ> R<TRP>A<N> sep2 0.848649
+R<ARG>A<CZ> R<TRP>A<NE1> central_sep1 -0.19354
+R<ARG>A<CZ> R<TRP>A<NE1> central_sep2 -0.992461
+R<ARG>A<CZ> R<TRP>A<NE1> sep1 0.906001
+R<ARG>A<CZ> R<TRP>A<NE1> sep2 -1.1346
+R<ARG>A<CZ> R<TRP>A<O> central_sep1 1.05789
+R<ARG>A<CZ> R<TRP>A<O> central_sep2 0.871959
+R<ARG>A<CZ> R<TRP>A<O> sep1 1.79194
+R<ARG>A<CZ> R<TRP>A<O> sep2 -0.322281
+R<ARG>A<CZ> R<TYR>A<C> central_sep1 1.17685
+R<ARG>A<CZ> R<TYR>A<C> central_sep2 0.843043
+R<ARG>A<CZ> R<TYR>A<C> sep1 2.0663
+R<ARG>A<CZ> R<TYR>A<C> sep2 0.0450659
+R<ARG>A<CZ> R<TYR>A<CA> central_sep1 0.0324398
+R<ARG>A<CZ> R<TYR>A<CA> central_sep2 0.506277
+R<ARG>A<CZ> R<TYR>A<CA> sep1 1.15073
+R<ARG>A<CZ> R<TYR>A<CA> sep2 -0.157488
+R<ARG>A<CZ> R<TYR>A<CB> central_sep1 0.607756
+R<ARG>A<CZ> R<TYR>A<CB> central_sep2 -0.797006
+R<ARG>A<CZ> R<TYR>A<CB> sep1 1.58443
+R<ARG>A<CZ> R<TYR>A<CB> sep2 -0.788678
+R<ARG>A<CZ> R<TYR>A<CD1> central_sep1 0.181598
+R<ARG>A<CZ> R<TYR>A<CD1> central_sep2 -1.14021
+R<ARG>A<CZ> R<TYR>A<CD1> sep1 0.97176
+R<ARG>A<CZ> R<TYR>A<CD1> sep2 -1.14845
+R<ARG>A<CZ> R<TYR>A<CE1> central_sep1 -0.27221
+R<ARG>A<CZ> R<TYR>A<CE1> central_sep2 -1.0626
+R<ARG>A<CZ> R<TYR>A<CE1> sep1 0.722185
+R<ARG>A<CZ> R<TYR>A<CE1> sep2 -1.28443
+R<ARG>A<CZ> R<TYR>A<CG> central_sep1 0.270592
+R<ARG>A<CZ> R<TYR>A<CG> central_sep2 -1.70026
+R<ARG>A<CZ> R<TYR>A<CG> sep1 1.09725
+R<ARG>A<CZ> R<TYR>A<CG> sep2 -2.09988
+R<ARG>A<CZ> R<TYR>A<CZ> central_sep1 -0.460578
+R<ARG>A<CZ> R<TYR>A<CZ> central_sep2 -1.40102
+R<ARG>A<CZ> R<TYR>A<CZ> sep1 0.41151
+R<ARG>A<CZ> R<TYR>A<CZ> sep2 -1.63787
+R<ARG>A<CZ> R<TYR>A<N> central_sep1 2.29908
+R<ARG>A<CZ> R<TYR>A<N> central_sep2 1.72925
+R<ARG>A<CZ> R<TYR>A<N> sep1 2.56296
+R<ARG>A<CZ> R<TYR>A<N> sep2 0.813191
+R<ARG>A<CZ> R<TYR>A<O> central_sep1 1.34926
+R<ARG>A<CZ> R<TYR>A<O> central_sep2 0.808829
+R<ARG>A<CZ> R<TYR>A<O> sep1 1.72513
+R<ARG>A<CZ> R<TYR>A<O> sep2 -0.147183
+R<ARG>A<CZ> R<TYR>A<OH> central_sep1 -0.122224
+R<ARG>A<CZ> R<TYR>A<OH> central_sep2 -0.51041
+R<ARG>A<CZ> R<TYR>A<OH> sep1 0.741678
+R<ARG>A<CZ> R<TYR>A<OH> sep2 -1.2343
+R<ARG>A<CZ> R<VAL>A<C> central_sep1 1.9535
+R<ARG>A<CZ> R<VAL>A<C> central_sep2 1.26508
+R<ARG>A<CZ> R<VAL>A<C> sep1 2.42803
+R<ARG>A<CZ> R<VAL>A<C> sep2 0.404554
+R<ARG>A<CZ> R<VAL>A<CA> central_sep1 0.189864
+R<ARG>A<CZ> R<VAL>A<CA> central_sep2 0.90665
+R<ARG>A<CZ> R<VAL>A<CA> sep1 1.39238
+R<ARG>A<CZ> R<VAL>A<CA> sep2 0.172871
+R<ARG>A<CZ> R<VAL>A<CB> central_sep1 0.598415
+R<ARG>A<CZ> R<VAL>A<CB> central_sep2 -0.269875
+R<ARG>A<CZ> R<VAL>A<CB> sep1 1.34459
+R<ARG>A<CZ> R<VAL>A<CB> sep2 -0.851816
+R<ARG>A<CZ> R<VAL>A<CG1> central_sep1 -0.328406
+R<ARG>A<CZ> R<VAL>A<CG1> central_sep2 -0.765718
+R<ARG>A<CZ> R<VAL>A<CG1> sep1 0.985224
+R<ARG>A<CZ> R<VAL>A<CG1> sep2 -0.830824
+R<ARG>A<CZ> R<VAL>A<CG2> central_sep1 -0.0335504
+R<ARG>A<CZ> R<VAL>A<CG2> central_sep2 -0.818699
+R<ARG>A<CZ> R<VAL>A<CG2> sep1 1.19122
+R<ARG>A<CZ> R<VAL>A<CG2> sep2 -0.796424
+R<ARG>A<CZ> R<VAL>A<N> central_sep1 2.64116
+R<ARG>A<CZ> R<VAL>A<N> central_sep2 2.10862
+R<ARG>A<CZ> R<VAL>A<N> sep1 2.72777
+R<ARG>A<CZ> R<VAL>A<N> sep2 0.938684
+R<ARG>A<CZ> R<VAL>A<O> central_sep1 1.41434
+R<ARG>A<CZ> R<VAL>A<O> central_sep2 1.0663
+R<ARG>A<CZ> R<VAL>A<O> sep1 1.92127
+R<ARG>A<CZ> R<VAL>A<O> sep2 0.0446728
+R<ARG>A<CZ> c<solvent> . -0.293483
+R<ARG>A<N> R<ARG>A<N> central_sep1 1.38838
+R<ARG>A<N> R<ARG>A<N> central_sep2 2.30153
+R<ARG>A<N> R<ARG>A<N> sep1 -2.40074
+R<ARG>A<N> R<ARG>A<N> sep2 1.69245
+R<ARG>A<N> R<ARG>A<NE> central_sep1 2.56903
+R<ARG>A<N> R<ARG>A<NE> central_sep2 1.99511
+R<ARG>A<N> R<ARG>A<NE> sep1 2.13095
+R<ARG>A<N> R<ARG>A<NE> sep2 1.07802
+R<ARG>A<N> R<ARG>A<NH1> central_sep1 1.89363
+R<ARG>A<N> R<ARG>A<NH1> central_sep2 1.2721
+R<ARG>A<N> R<ARG>A<NH1> sep1 2.28819
+R<ARG>A<N> R<ARG>A<NH1> sep2 0.914109
+R<ARG>A<N> R<ARG>A<O> central_sep1 -1.93425
+R<ARG>A<N> R<ARG>A<O> central_sep2 -0.659654
+R<ARG>A<N> R<ARG>A<O> sep1 0.0164687
+R<ARG>A<N> R<ARG>A<O> sep2 1.09012
+R<ARG>A<N> R<ASN>A<C> central_sep1 -0.827023
+R<ARG>A<N> R<ASN>A<C> central_sep2 2.93164
+R<ARG>A<N> R<ASN>A<C> sep1 -1.54201
+R<ARG>A<N> R<ASN>A<C> sep2 1.71605
+R<ARG>A<N> R<ASN>A<CA> central_sep1 2.76454
+R<ARG>A<N> R<ASN>A<CA> central_sep2 1.7685
+R<ARG>A<N> R<ASN>A<CA> sep1 -2.04092
+R<ARG>A<N> R<ASN>A<CA> sep2 1.28287
+R<ARG>A<N> R<ASN>A<CB> central_sep1 1.47468
+R<ARG>A<N> R<ASN>A<CB> central_sep2 1.50332
+R<ARG>A<N> R<ASN>A<CB> sep1 -0.791135
+R<ARG>A<N> R<ASN>A<CB> sep2 1.20919
+R<ARG>A<N> R<ASN>A<CG> central_sep1 0.448772
+R<ARG>A<N> R<ASN>A<CG> central_sep2 1.75462
+R<ARG>A<N> R<ASN>A<CG> sep1 -0.0242357
+R<ARG>A<N> R<ASN>A<CG> sep2 0.0672111
+R<ARG>A<N> R<ASN>A<N> central_sep1 1.30178
+R<ARG>A<N> R<ASN>A<N> central_sep2 2.84258
+R<ARG>A<N> R<ASN>A<N> sep1 -2.24845
+R<ARG>A<N> R<ASN>A<N> sep2 2.01833
+R<ARG>A<N> R<ASN>A<ND2> central_sep1 1.33114
+R<ARG>A<N> R<ASN>A<ND2> central_sep2 1.0268
+R<ARG>A<N> R<ASN>A<ND2> sep1 1.82701
+R<ARG>A<N> R<ASN>A<ND2> sep2 0.838691
+R<ARG>A<N> R<ASN>A<O> central_sep1 -1.63746
+R<ARG>A<N> R<ASN>A<O> central_sep2 -0.260278
+R<ARG>A<N> R<ASN>A<O> sep1 0.037549
+R<ARG>A<N> R<ASN>A<O> sep2 1.08576
+R<ARG>A<N> R<ASN>A<OD1> central_sep1 -0.698488
+R<ARG>A<N> R<ASN>A<OD1> central_sep2 0.023553
+R<ARG>A<N> R<ASN>A<OD1> sep1 0.696788
+R<ARG>A<N> R<ASN>A<OD1> sep2 0.636171
+R<ARG>A<N> R<ASP>A<C> central_sep1 -1.26512
+R<ARG>A<N> R<ASP>A<C> central_sep2 2.57739
+R<ARG>A<N> R<ASP>A<C> sep1 -1.78144
+R<ARG>A<N> R<ASP>A<C> sep2 1.16285
+R<ARG>A<N> R<ASP>A<CA> central_sep1 3.1786
+R<ARG>A<N> R<ASP>A<CA> central_sep2 1.32708
+R<ARG>A<N> R<ASP>A<CA> sep1 -2.02235
+R<ARG>A<N> R<ASP>A<CA> sep2 0.961111
+R<ARG>A<N> R<ASP>A<CB> central_sep1 0.740803
+R<ARG>A<N> R<ASP>A<CB> central_sep2 0.940936
+R<ARG>A<N> R<ASP>A<CB> sep1 -1.00812
+R<ARG>A<N> R<ASP>A<CB> sep2 0.497635
+R<ARG>A<N> R<ASP>A<CG> central_sep1 -0.311266
+R<ARG>A<N> R<ASP>A<CG> central_sep2 1.55238
+R<ARG>A<N> R<ASP>A<CG> sep1 -0.396704
+R<ARG>A<N> R<ASP>A<CG> sep2 -0.230937
+R<ARG>A<N> R<ASP>A<N> central_sep1 1.01629
+R<ARG>A<N> R<ASP>A<N> central_sep2 2.35482
+R<ARG>A<N> R<ASP>A<N> sep1 -2.35493
+R<ARG>A<N> R<ASP>A<N> sep2 1.56177
+R<ARG>A<N> R<ASP>A<O> central_sep1 -2.14651
+R<ARG>A<N> R<ASP>A<O> central_sep2 -0.739527
+R<ARG>A<N> R<ASP>A<O> sep1 -0.0080621
+R<ARG>A<N> R<ASP>A<O> sep2 0.744798
+R<ARG>A<N> R<ASP>A<OD1> central_sep1 -0.891671
+R<ARG>A<N> R<ASP>A<OD1> central_sep2 -0.0760727
+R<ARG>A<N> R<ASP>A<OD1> sep1 0.736812
+R<ARG>A<N> R<ASP>A<OD1> sep2 0.398593
+R<ARG>A<N> R<CYS>A<C> central_sep1 -0.256089
+R<ARG>A<N> R<CYS>A<C> central_sep2 2.80394
+R<ARG>A<N> R<CYS>A<C> sep1 -1.64942
+R<ARG>A<N> R<CYS>A<C> sep2 1.44232
+R<ARG>A<N> R<CYS>A<CA> central_sep1 2.28705
+R<ARG>A<N> R<CYS>A<CA> central_sep2 1.56651
+R<ARG>A<N> R<CYS>A<CA> sep1 -2.22539
+R<ARG>A<N> R<CYS>A<CA> sep2 0.903133
+R<ARG>A<N> R<CYS>A<CB> central_sep1 0.892898
+R<ARG>A<N> R<CYS>A<CB> central_sep2 1.12355
+R<ARG>A<N> R<CYS>A<CB> sep1 -1.08379
+R<ARG>A<N> R<CYS>A<CB> sep2 0.420086
+R<ARG>A<N> R<CYS>A<N> central_sep1 1.88634
+R<ARG>A<N> R<CYS>A<N> central_sep2 2.40395
+R<ARG>A<N> R<CYS>A<N> sep1 -2.12228
+R<ARG>A<N> R<CYS>A<N> sep2 1.54701
+R<ARG>A<N> R<CYS>A<O> central_sep1 -1.51595
+R<ARG>A<N> R<CYS>A<O> central_sep2 -0.816144
+R<ARG>A<N> R<CYS>A<O> sep1 0.141234
+R<ARG>A<N> R<CYS>A<O> sep2 0.691932
+R<ARG>A<N> R<CYS>A<SG> central_sep1 -0.131834
+R<ARG>A<N> R<CYS>A<SG> central_sep2 0.330499
+R<ARG>A<N> R<CYS>A<SG> sep1 0.534505
+R<ARG>A<N> R<CYS>A<SG> sep2 0.243525
+R<ARG>A<N> R<GLN>A<C> central_sep1 -0.707305
+R<ARG>A<N> R<GLN>A<C> central_sep2 3.16049
+R<ARG>A<N> R<GLN>A<C> sep1 -1.79951
+R<ARG>A<N> R<GLN>A<C> sep2 1.52196
+R<ARG>A<N> R<GLN>A<CA> central_sep1 2.83766
+R<ARG>A<N> R<GLN>A<CA> central_sep2 2.21181
+R<ARG>A<N> R<GLN>A<CA> sep1 -2.0913
+R<ARG>A<N> R<GLN>A<CA> sep2 1.57291
+R<ARG>A<N> R<GLN>A<CB> central_sep1 1.25444
+R<ARG>A<N> R<GLN>A<CB> central_sep2 1.42498
+R<ARG>A<N> R<GLN>A<CB> sep1 -1.39944
+R<ARG>A<N> R<GLN>A<CB> sep2 1.27236
+R<ARG>A<N> R<GLN>A<CD> central_sep1 1.46853
+R<ARG>A<N> R<GLN>A<CD> central_sep2 1.83332
+R<ARG>A<N> R<GLN>A<CD> sep1 1.47928
+R<ARG>A<N> R<GLN>A<CD> sep2 0.297631
+R<ARG>A<N> R<GLN>A<CG> central_sep1 0.975257
+R<ARG>A<N> R<GLN>A<CG> central_sep2 1.70854
+R<ARG>A<N> R<GLN>A<CG> sep1 0.190375
+R<ARG>A<N> R<GLN>A<CG> sep2 1.17609
+R<ARG>A<N> R<GLN>A<N> central_sep1 1.3881
+R<ARG>A<N> R<GLN>A<N> central_sep2 2.30055
+R<ARG>A<N> R<GLN>A<N> sep1 -2.38891
+R<ARG>A<N> R<GLN>A<N> sep2 1.80798
+R<ARG>A<N> R<GLN>A<NE2> central_sep1 1.66404
+R<ARG>A<N> R<GLN>A<NE2> central_sep2 1.05958
+R<ARG>A<N> R<GLN>A<NE2> sep1 2.20373
+R<ARG>A<N> R<GLN>A<NE2> sep2 0.795701
+R<ARG>A<N> R<GLN>A<O> central_sep1 -1.91394
+R<ARG>A<N> R<GLN>A<O> central_sep2 -0.796216
+R<ARG>A<N> R<GLN>A<O> sep1 0.129307
+R<ARG>A<N> R<GLN>A<O> sep2 1.10887
+R<ARG>A<N> R<GLN>A<OE1> central_sep1 0.598291
+R<ARG>A<N> R<GLN>A<OE1> central_sep2 0.218052
+R<ARG>A<N> R<GLN>A<OE1> sep1 1.62928
+R<ARG>A<N> R<GLN>A<OE1> sep2 0.754346
+R<ARG>A<N> R<GLU>A<C> central_sep1 -1.15531
+R<ARG>A<N> R<GLU>A<C> central_sep2 2.67182
+R<ARG>A<N> R<GLU>A<C> sep1 -1.89658
+R<ARG>A<N> R<GLU>A<C> sep2 1.76528
+R<ARG>A<N> R<GLU>A<CA> central_sep1 2.93218
+R<ARG>A<N> R<GLU>A<CA> central_sep2 2.15307
+R<ARG>A<N> R<GLU>A<CA> sep1 -2.07797
+R<ARG>A<N> R<GLU>A<CA> sep2 1.45975
+R<ARG>A<N> R<GLU>A<CB> central_sep1 1.1814
+R<ARG>A<N> R<GLU>A<CB> central_sep2 0.954657
+R<ARG>A<N> R<GLU>A<CB> sep1 -1.52572
+R<ARG>A<N> R<GLU>A<CB> sep2 1.04026
+R<ARG>A<N> R<GLU>A<CD> central_sep1 1.46823
+R<ARG>A<N> R<GLU>A<CD> central_sep2 1.70173
+R<ARG>A<N> R<GLU>A<CD> sep1 1.20212
+R<ARG>A<N> R<GLU>A<CD> sep2 -0.0776917
+R<ARG>A<N> R<GLU>A<CG> central_sep1 0.600445
+R<ARG>A<N> R<GLU>A<CG> central_sep2 1.05222
+R<ARG>A<N> R<GLU>A<CG> sep1 -0.0119254
+R<ARG>A<N> R<GLU>A<CG> sep2 0.674533
+R<ARG>A<N> R<GLU>A<N> central_sep1 1.29399
+R<ARG>A<N> R<GLU>A<N> central_sep2 2.03907
+R<ARG>A<N> R<GLU>A<N> sep1 -2.47586
+R<ARG>A<N> R<GLU>A<N> sep2 1.29879
+R<ARG>A<N> R<GLU>A<O> central_sep1 -2.35604
+R<ARG>A<N> R<GLU>A<O> central_sep2 -1.08223
+R<ARG>A<N> R<GLU>A<O> sep1 0.17969
+R<ARG>A<N> R<GLU>A<O> sep2 1.01791
+R<ARG>A<N> R<GLU>A<OE1> central_sep1 0.611833
+R<ARG>A<N> R<GLU>A<OE1> central_sep2 0.348943
+R<ARG>A<N> R<GLU>A<OE1> sep1 1.82024
+R<ARG>A<N> R<GLU>A<OE1> sep2 0.481806
+R<ARG>A<N> R<GLY>A<C> central_sep1 0.0356752
+R<ARG>A<N> R<GLY>A<C> central_sep2 1.96019
+R<ARG>A<N> R<GLY>A<C> sep1 -1.21118
+R<ARG>A<N> R<GLY>A<C> sep2 0.78391
+R<ARG>A<N> R<GLY>A<CA> central_sep1 3.00262
+R<ARG>A<N> R<GLY>A<CA> central_sep2 1.19326
+R<ARG>A<N> R<GLY>A<CA> sep1 -1.51248
+R<ARG>A<N> R<GLY>A<CA> sep2 0.851143
+R<ARG>A<N> R<GLY>A<N> central_sep1 1.31487
+R<ARG>A<N> R<GLY>A<N> central_sep2 2.39503
+R<ARG>A<N> R<GLY>A<N> sep1 -2.06434
+R<ARG>A<N> R<GLY>A<N> sep2 1.44554
+R<ARG>A<N> R<GLY>A<O> central_sep1 -1.20393
+R<ARG>A<N> R<GLY>A<O> central_sep2 -0.435421
+R<ARG>A<N> R<GLY>A<O> sep1 -0.175114
+R<ARG>A<N> R<GLY>A<O> sep2 0.670645
+R<ARG>A<N> R<HIS>A<C> central_sep1 -0.641795
+R<ARG>A<N> R<HIS>A<C> central_sep2 2.68378
+R<ARG>A<N> R<HIS>A<C> sep1 -1.69967
+R<ARG>A<N> R<HIS>A<C> sep2 1.60528
+R<ARG>A<N> R<HIS>A<CA> central_sep1 2.99004
+R<ARG>A<N> R<HIS>A<CA> central_sep2 1.6306
+R<ARG>A<N> R<HIS>A<CA> sep1 -2.19824
+R<ARG>A<N> R<HIS>A<CA> sep2 1.23764
+R<ARG>A<N> R<HIS>A<CB> central_sep1 1.11583
+R<ARG>A<N> R<HIS>A<CB> central_sep2 1.11295
+R<ARG>A<N> R<HIS>A<CB> sep1 -1.05912
+R<ARG>A<N> R<HIS>A<CB> sep2 0.821902
+R<ARG>A<N> R<HIS>A<CD2> central_sep1 0.682194
+R<ARG>A<N> R<HIS>A<CD2> central_sep2 0.939699
+R<ARG>A<N> R<HIS>A<CD2> sep1 0.593598
+R<ARG>A<N> R<HIS>A<CD2> sep2 0.728332
+R<ARG>A<N> R<HIS>A<CE1> central_sep1 2.23315
+R<ARG>A<N> R<HIS>A<CE1> central_sep2 1.00712
+R<ARG>A<N> R<HIS>A<CE1> sep1 1.72069
+R<ARG>A<N> R<HIS>A<CE1> sep2 0.589442
+R<ARG>A<N> R<HIS>A<CG> central_sep1 -0.135382
+R<ARG>A<N> R<HIS>A<CG> central_sep2 1.51925
+R<ARG>A<N> R<HIS>A<CG> sep1 -0.807386
+R<ARG>A<N> R<HIS>A<CG> sep2 0.776312
+R<ARG>A<N> R<HIS>A<N> central_sep1 1.57037
+R<ARG>A<N> R<HIS>A<N> central_sep2 2.21465
+R<ARG>A<N> R<HIS>A<N> sep1 -2.33929
+R<ARG>A<N> R<HIS>A<N> sep2 1.6449
+R<ARG>A<N> R<HIS>A<ND1> central_sep1 -0.423459
+R<ARG>A<N> R<HIS>A<ND1> central_sep2 0.726863
+R<ARG>A<N> R<HIS>A<ND1> sep1 0.10462
+R<ARG>A<N> R<HIS>A<ND1> sep2 0.472559
+R<ARG>A<N> R<HIS>A<NE2> central_sep1 2.80871
+R<ARG>A<N> R<HIS>A<NE2> central_sep2 1.0508
+R<ARG>A<N> R<HIS>A<NE2> sep1 2.63875
+R<ARG>A<N> R<HIS>A<NE2> sep2 0.609958
+R<ARG>A<N> R<HIS>A<O> central_sep1 -1.76463
+R<ARG>A<N> R<HIS>A<O> central_sep2 -0.806086
+R<ARG>A<N> R<HIS>A<O> sep1 0.0382459
+R<ARG>A<N> R<HIS>A<O> sep2 0.812316
+R<ARG>A<N> R<ILE>A<C> central_sep1 -0.20439
+R<ARG>A<N> R<ILE>A<C> central_sep2 4.19992
+R<ARG>A<N> R<ILE>A<C> sep1 -1.88408
+R<ARG>A<N> R<ILE>A<C> sep2 2.10964
+R<ARG>A<N> R<ILE>A<CA> central_sep1 3.42033
+R<ARG>A<N> R<ILE>A<CA> central_sep2 2.48552
+R<ARG>A<N> R<ILE>A<CA> sep1 -2.21972
+R<ARG>A<N> R<ILE>A<CA> sep2 1.60358
+R<ARG>A<N> R<ILE>A<CB> central_sep1 2.0417
+R<ARG>A<N> R<ILE>A<CB> central_sep2 1.28575
+R<ARG>A<N> R<ILE>A<CB> sep1 -1.74261
+R<ARG>A<N> R<ILE>A<CB> sep2 1.08037
+R<ARG>A<N> R<ILE>A<CD1> central_sep1 2.18448
+R<ARG>A<N> R<ILE>A<CD1> central_sep2 0.611956
+R<ARG>A<N> R<ILE>A<CD1> sep1 2.33932
+R<ARG>A<N> R<ILE>A<CD1> sep2 0.459749
+R<ARG>A<N> R<ILE>A<CG1> central_sep1 0.700696
+R<ARG>A<N> R<ILE>A<CG1> central_sep2 1.12279
+R<ARG>A<N> R<ILE>A<CG1> sep1 0.740554
+R<ARG>A<N> R<ILE>A<CG1> sep2 0.722529
+R<ARG>A<N> R<ILE>A<CG2> central_sep1 0.234558
+R<ARG>A<N> R<ILE>A<CG2> central_sep2 0.893321
+R<ARG>A<N> R<ILE>A<CG2> sep1 -0.576746
+R<ARG>A<N> R<ILE>A<CG2> sep2 0.690194
+R<ARG>A<N> R<ILE>A<N> central_sep1 1.82212
+R<ARG>A<N> R<ILE>A<N> central_sep2 2.16681
+R<ARG>A<N> R<ILE>A<N> sep1 -2.17009
+R<ARG>A<N> R<ILE>A<N> sep2 1.64991
+R<ARG>A<N> R<ILE>A<O> central_sep1 -1.73219
+R<ARG>A<N> R<ILE>A<O> central_sep2 -0.950879
+R<ARG>A<N> R<ILE>A<O> sep1 0.110835
+R<ARG>A<N> R<ILE>A<O> sep2 1.01006
+R<ARG>A<N> R<LEU>A<C> central_sep1 -0.629749
+R<ARG>A<N> R<LEU>A<C> central_sep2 3.23376
+R<ARG>A<N> R<LEU>A<C> sep1 -1.9449
+R<ARG>A<N> R<LEU>A<C> sep2 1.93419
+R<ARG>A<N> R<LEU>A<CA> central_sep1 3.08227
+R<ARG>A<N> R<LEU>A<CA> central_sep2 2.30457
+R<ARG>A<N> R<LEU>A<CA> sep1 -2.29555
+R<ARG>A<N> R<LEU>A<CA> sep2 1.5268
+R<ARG>A<N> R<LEU>A<CB> central_sep1 1.17628
+R<ARG>A<N> R<LEU>A<CB> central_sep2 1.50233
+R<ARG>A<N> R<LEU>A<CB> sep1 -1.51383
+R<ARG>A<N> R<LEU>A<CB> sep2 1.12231
+R<ARG>A<N> R<LEU>A<CD1> central_sep1 1.45592
+R<ARG>A<N> R<LEU>A<CD1> central_sep2 0.460848
+R<ARG>A<N> R<LEU>A<CD1> sep1 1.40391
+R<ARG>A<N> R<LEU>A<CD1> sep2 0.402088
+R<ARG>A<N> R<LEU>A<CD2> central_sep1 2.01538
+R<ARG>A<N> R<LEU>A<CD2> central_sep2 0.627741
+R<ARG>A<N> R<LEU>A<CD2> sep1 2.07114
+R<ARG>A<N> R<LEU>A<CD2> sep2 0.415506
+R<ARG>A<N> R<LEU>A<CG> central_sep1 0.81468
+R<ARG>A<N> R<LEU>A<CG> central_sep2 1.02141
+R<ARG>A<N> R<LEU>A<CG> sep1 -0.504851
+R<ARG>A<N> R<LEU>A<CG> sep2 0.888829
+R<ARG>A<N> R<LEU>A<N> central_sep1 1.71351
+R<ARG>A<N> R<LEU>A<N> central_sep2 2.5916
+R<ARG>A<N> R<LEU>A<N> sep1 -2.35982
+R<ARG>A<N> R<LEU>A<N> sep2 1.85305
+R<ARG>A<N> R<LEU>A<O> central_sep1 -1.93299
+R<ARG>A<N> R<LEU>A<O> central_sep2 -0.681493
+R<ARG>A<N> R<LEU>A<O> sep1 0.215227
+R<ARG>A<N> R<LEU>A<O> sep2 1.0108
+R<ARG>A<N> R<LYS>A<C> central_sep1 -0.257757
+R<ARG>A<N> R<LYS>A<C> central_sep2 3.01591
+R<ARG>A<N> R<LYS>A<C> sep1 -1.51319
+R<ARG>A<N> R<LYS>A<C> sep2 2.43137
+R<ARG>A<N> R<LYS>A<CA> central_sep1 3.44064
+R<ARG>A<N> R<LYS>A<CA> central_sep2 2.72187
+R<ARG>A<N> R<LYS>A<CA> sep1 -1.94039
+R<ARG>A<N> R<LYS>A<CA> sep2 1.95858
+R<ARG>A<N> R<LYS>A<CB> central_sep1 1.70633
+R<ARG>A<N> R<LYS>A<CB> central_sep2 2.14126
+R<ARG>A<N> R<LYS>A<CB> sep1 -1.27154
+R<ARG>A<N> R<LYS>A<CB> sep2 1.98232
+R<ARG>A<N> R<LYS>A<CD> central_sep1 2.40261
+R<ARG>A<N> R<LYS>A<CD> central_sep2 2.43293
+R<ARG>A<N> R<LYS>A<CD> sep1 2.19474
+R<ARG>A<N> R<LYS>A<CD> sep2 1.80779
+R<ARG>A<N> R<LYS>A<CE> central_sep1 3.17634
+R<ARG>A<N> R<LYS>A<CE> central_sep2 2.57376
+R<ARG>A<N> R<LYS>A<CE> sep1 2.85818
+R<ARG>A<N> R<LYS>A<CE> sep2 1.83178
+R<ARG>A<N> R<LYS>A<CG> central_sep1 1.05678
+R<ARG>A<N> R<LYS>A<CG> central_sep2 2.13066
+R<ARG>A<N> R<LYS>A<CG> sep1 0.0429735
+R<ARG>A<N> R<LYS>A<CG> sep2 1.71812
+R<ARG>A<N> R<LYS>A<N> central_sep1 1.57227
+R<ARG>A<N> R<LYS>A<N> central_sep2 2.63967
+R<ARG>A<N> R<LYS>A<N> sep1 -2.20538
+R<ARG>A<N> R<LYS>A<N> sep2 2.12095
+R<ARG>A<N> R<LYS>A<NZ> central_sep1 3.37528
+R<ARG>A<N> R<LYS>A<NZ> central_sep2 2.62719
+R<ARG>A<N> R<LYS>A<NZ> sep1 3.50677
+R<ARG>A<N> R<LYS>A<NZ> sep2 1.80049
+R<ARG>A<N> R<LYS>A<O> central_sep1 -1.52318
+R<ARG>A<N> R<LYS>A<O> central_sep2 -0.161134
+R<ARG>A<N> R<LYS>A<O> sep1 0.166046
+R<ARG>A<N> R<LYS>A<O> sep2 1.50292
+R<ARG>A<N> R<MET>A<C> central_sep1 -0.616704
+R<ARG>A<N> R<MET>A<C> central_sep2 2.70754
+R<ARG>A<N> R<MET>A<C> sep1 -1.87064
+R<ARG>A<N> R<MET>A<C> sep2 1.92422
+R<ARG>A<N> R<MET>A<CA> central_sep1 2.66836
+R<ARG>A<N> R<MET>A<CA> central_sep2 1.89878
+R<ARG>A<N> R<MET>A<CA> sep1 -2.26845
+R<ARG>A<N> R<MET>A<CA> sep2 1.28992
+R<ARG>A<N> R<MET>A<CB> central_sep1 1.29499
+R<ARG>A<N> R<MET>A<CB> central_sep2 1.47387
+R<ARG>A<N> R<MET>A<CB> sep1 -1.39992
+R<ARG>A<N> R<MET>A<CB> sep2 1.1099
+R<ARG>A<N> R<MET>A<CE> central_sep1 1.50038
+R<ARG>A<N> R<MET>A<CE> central_sep2 0.394161
+R<ARG>A<N> R<MET>A<CE> sep1 1.93603
+R<ARG>A<N> R<MET>A<CE> sep2 0.416796
+R<ARG>A<N> R<MET>A<CG> central_sep1 0.568805
+R<ARG>A<N> R<MET>A<CG> central_sep2 0.886867
+R<ARG>A<N> R<MET>A<CG> sep1 0.145788
+R<ARG>A<N> R<MET>A<CG> sep2 0.993846
+R<ARG>A<N> R<MET>A<N> central_sep1 1.85691
+R<ARG>A<N> R<MET>A<N> central_sep2 2.2897
+R<ARG>A<N> R<MET>A<N> sep1 -2.24274
+R<ARG>A<N> R<MET>A<N> sep2 1.69418
+R<ARG>A<N> R<MET>A<O> central_sep1 -1.82961
+R<ARG>A<N> R<MET>A<O> central_sep2 -0.642569
+R<ARG>A<N> R<MET>A<O> sep1 0.170869
+R<ARG>A<N> R<MET>A<O> sep2 0.995236
+R<ARG>A<N> R<MET>A<SD> central_sep1 1.00597
+R<ARG>A<N> R<MET>A<SD> central_sep2 0.441789
+R<ARG>A<N> R<MET>A<SD> sep1 1.74642
+R<ARG>A<N> R<MET>A<SD> sep2 0.250158
+R<ARG>A<N> R<PHE>A<C> central_sep1 -0.333272
+R<ARG>A<N> R<PHE>A<C> central_sep2 3.52842
+R<ARG>A<N> R<PHE>A<C> sep1 -1.81826
+R<ARG>A<N> R<PHE>A<C> sep2 1.59879
+R<ARG>A<N> R<PHE>A<CA> central_sep1 3.02317
+R<ARG>A<N> R<PHE>A<CA> central_sep2 1.63805
+R<ARG>A<N> R<PHE>A<CA> sep1 -2.16644
+R<ARG>A<N> R<PHE>A<CA> sep2 0.978342
+R<ARG>A<N> R<PHE>A<CB> central_sep1 1.41191
+R<ARG>A<N> R<PHE>A<CB> central_sep2 1.09093
+R<ARG>A<N> R<PHE>A<CB> sep1 -1.10116
+R<ARG>A<N> R<PHE>A<CB> sep2 0.718206
+R<ARG>A<N> R<PHE>A<CD1> central_sep1 0.542619
+R<ARG>A<N> R<PHE>A<CD1> central_sep2 0.799519
+R<ARG>A<N> R<PHE>A<CD1> sep1 0.155604
+R<ARG>A<N> R<PHE>A<CD1> sep2 0.274695
+R<ARG>A<N> R<PHE>A<CE1> central_sep1 1.69149
+R<ARG>A<N> R<PHE>A<CE1> central_sep2 0.382906
+R<ARG>A<N> R<PHE>A<CE1> sep1 2.17257
+R<ARG>A<N> R<PHE>A<CE1> sep2 0.0880367
+R<ARG>A<N> R<PHE>A<CG> central_sep1 0.851561
+R<ARG>A<N> R<PHE>A<CG> central_sep2 1.64352
+R<ARG>A<N> R<PHE>A<CG> sep1 -0.756459
+R<ARG>A<N> R<PHE>A<CG> sep2 0.327487
+R<ARG>A<N> R<PHE>A<CZ> central_sep1 2.37215
+R<ARG>A<N> R<PHE>A<CZ> central_sep2 0.325363
+R<ARG>A<N> R<PHE>A<CZ> sep1 2.79673
+R<ARG>A<N> R<PHE>A<CZ> sep2 0.0883857
+R<ARG>A<N> R<PHE>A<N> central_sep1 1.72036
+R<ARG>A<N> R<PHE>A<N> central_sep2 2.56933
+R<ARG>A<N> R<PHE>A<N> sep1 -2.26261
+R<ARG>A<N> R<PHE>A<N> sep2 1.69712
+R<ARG>A<N> R<PHE>A<O> central_sep1 -1.65164
+R<ARG>A<N> R<PHE>A<O> central_sep2 -0.791554
+R<ARG>A<N> R<PHE>A<O> sep1 0.178192
+R<ARG>A<N> R<PHE>A<O> sep2 0.913701
+R<ARG>A<N> R<PRO>A<C> central_sep1 -0.69757
+R<ARG>A<N> R<PRO>A<C> central_sep2 2.47798
+R<ARG>A<N> R<PRO>A<C> sep1 -1.44128
+R<ARG>A<N> R<PRO>A<C> sep2 1.68355
+R<ARG>A<N> R<PRO>A<CA> central_sep1 2.85173
+R<ARG>A<N> R<PRO>A<CA> central_sep2 1.9778
+R<ARG>A<N> R<PRO>A<CA> sep1 -2.12433
+R<ARG>A<N> R<PRO>A<CA> sep2 1.26574
+R<ARG>A<N> R<PRO>A<CB> central_sep1 1.36633
+R<ARG>A<N> R<PRO>A<CB> central_sep2 1.05995
+R<ARG>A<N> R<PRO>A<CB> sep1 -1.04709
+R<ARG>A<N> R<PRO>A<CB> sep2 0.811207
+R<ARG>A<N> R<PRO>A<CD> central_sep1 0.143713
+R<ARG>A<N> R<PRO>A<CD> central_sep2 1.65675
+R<ARG>A<N> R<PRO>A<CD> sep1 0.0762083
+R<ARG>A<N> R<PRO>A<CD> sep2 1.12938
+R<ARG>A<N> R<PRO>A<CG> central_sep1 2.14317
+R<ARG>A<N> R<PRO>A<CG> central_sep2 0.94735
+R<ARG>A<N> R<PRO>A<CG> sep1 0.556196
+R<ARG>A<N> R<PRO>A<CG> sep2 0.713689
+R<ARG>A<N> R<PRO>A<N> central_sep1 2.05472
+R<ARG>A<N> R<PRO>A<N> central_sep2 3.3365
+R<ARG>A<N> R<PRO>A<N> sep1 -2.59766
+R<ARG>A<N> R<PRO>A<N> sep2 1.87287
+R<ARG>A<N> R<PRO>A<O> central_sep1 -1.58004
+R<ARG>A<N> R<PRO>A<O> central_sep2 0.131124
+R<ARG>A<N> R<PRO>A<O> sep1 -0.0791899
+R<ARG>A<N> R<PRO>A<O> sep2 0.738039
+R<ARG>A<N> R<SER>A<C> central_sep1 -0.693789
+R<ARG>A<N> R<SER>A<C> central_sep2 2.4111
+R<ARG>A<N> R<SER>A<C> sep1 -1.61171
+R<ARG>A<N> R<SER>A<C> sep2 1.61697
+R<ARG>A<N> R<SER>A<CA> central_sep1 3.49797
+R<ARG>A<N> R<SER>A<CA> central_sep2 1.71392
+R<ARG>A<N> R<SER>A<CA> sep1 -1.98855
+R<ARG>A<N> R<SER>A<CA> sep2 1.03747
+R<ARG>A<N> R<SER>A<CB> central_sep1 1.08821
+R<ARG>A<N> R<SER>A<CB> central_sep2 1.36356
+R<ARG>A<N> R<SER>A<CB> sep1 -0.787828
+R<ARG>A<N> R<SER>A<CB> sep2 0.883191
+R<ARG>A<N> R<SER>A<N> central_sep1 1.36886
+R<ARG>A<N> R<SER>A<N> central_sep2 2.40098
+R<ARG>A<N> R<SER>A<N> sep1 -2.14467
+R<ARG>A<N> R<SER>A<N> sep2 1.7143
+R<ARG>A<N> R<SER>A<O> central_sep1 -1.68124
+R<ARG>A<N> R<SER>A<O> central_sep2 -0.638808
+R<ARG>A<N> R<SER>A<O> sep1 0.176151
+R<ARG>A<N> R<SER>A<O> sep2 0.95507
+R<ARG>A<N> R<SER>A<OG> central_sep1 -0.841922
+R<ARG>A<N> R<SER>A<OG> central_sep2 0.490429
+R<ARG>A<N> R<SER>A<OG> sep1 -0.139094
+R<ARG>A<N> R<SER>A<OG> sep2 0.79578
+R<ARG>A<N> R<THR>A<C> central_sep1 -0.436995
+R<ARG>A<N> R<THR>A<C> central_sep2 2.39673
+R<ARG>A<N> R<THR>A<C> sep1 -1.64362
+R<ARG>A<N> R<THR>A<C> sep2 1.50721
+R<ARG>A<N> R<THR>A<CA> central_sep1 3.75853
+R<ARG>A<N> R<THR>A<CA> central_sep2 1.62955
+R<ARG>A<N> R<THR>A<CA> sep1 -1.995
+R<ARG>A<N> R<THR>A<CA> sep2 1.13239
+R<ARG>A<N> R<THR>A<CB> central_sep1 0.470995
+R<ARG>A<N> R<THR>A<CB> central_sep2 1.43444
+R<ARG>A<N> R<THR>A<CB> sep1 -1.47372
+R<ARG>A<N> R<THR>A<CB> sep2 0.658679
+R<ARG>A<N> R<THR>A<CG2> central_sep1 0.919201
+R<ARG>A<N> R<THR>A<CG2> central_sep2 0.972706
+R<ARG>A<N> R<THR>A<CG2> sep1 0.418463
+R<ARG>A<N> R<THR>A<CG2> sep2 0.729829
+R<ARG>A<N> R<THR>A<N> central_sep1 1.29037
+R<ARG>A<N> R<THR>A<N> central_sep2 2.23959
+R<ARG>A<N> R<THR>A<N> sep1 -2.19331
+R<ARG>A<N> R<THR>A<N> sep2 1.52933
+R<ARG>A<N> R<THR>A<O> central_sep1 -1.65391
+R<ARG>A<N> R<THR>A<O> central_sep2 -0.896729
+R<ARG>A<N> R<THR>A<O> sep1 0.0751126
+R<ARG>A<N> R<THR>A<O> sep2 0.868114
+R<ARG>A<N> R<THR>A<OG1> central_sep1 -0.569866
+R<ARG>A<N> R<THR>A<OG1> central_sep2 0.51006
+R<ARG>A<N> R<THR>A<OG1> sep1 0.0754514
+R<ARG>A<N> R<THR>A<OG1> sep2 0.779409
+R<ARG>A<N> R<TRP>A<C> central_sep1 -0.655374
+R<ARG>A<N> R<TRP>A<C> central_sep2 2.55621
+R<ARG>A<N> R<TRP>A<C> sep1 -1.84926
+R<ARG>A<N> R<TRP>A<C> sep2 1.88647
+R<ARG>A<N> R<TRP>A<CA> central_sep1 2.56773
+R<ARG>A<N> R<TRP>A<CA> central_sep2 1.42831
+R<ARG>A<N> R<TRP>A<CA> sep1 -2.26348
+R<ARG>A<N> R<TRP>A<CA> sep2 0.816754
+R<ARG>A<N> R<TRP>A<CB> central_sep1 1.30466
+R<ARG>A<N> R<TRP>A<CB> central_sep2 0.752007
+R<ARG>A<N> R<TRP>A<CB> sep1 -1.13958
+R<ARG>A<N> R<TRP>A<CB> sep2 0.519062
+R<ARG>A<N> R<TRP>A<CD1> central_sep1 0.331303
+R<ARG>A<N> R<TRP>A<CD1> central_sep2 0.826669
+R<ARG>A<N> R<TRP>A<CD1> sep1 0.0242885
+R<ARG>A<N> R<TRP>A<CD1> sep2 0.29947
+R<ARG>A<N> R<TRP>A<CD2> central_sep1 -0.881828
+R<ARG>A<N> R<TRP>A<CD2> central_sep2 1.2256
+R<ARG>A<N> R<TRP>A<CD2> sep1 0.0243182
+R<ARG>A<N> R<TRP>A<CD2> sep2 0.405076
+R<ARG>A<N> R<TRP>A<CE2> central_sep1 1.70938
+R<ARG>A<N> R<TRP>A<CE2> central_sep2 0.792327
+R<ARG>A<N> R<TRP>A<CE2> sep1 1.39496
+R<ARG>A<N> R<TRP>A<CE2> sep2 0.224762
+R<ARG>A<N> R<TRP>A<CE3> central_sep1 -0.334989
+R<ARG>A<N> R<TRP>A<CE3> central_sep2 -0.0899974
+R<ARG>A<N> R<TRP>A<CE3> sep1 0.720814
+R<ARG>A<N> R<TRP>A<CE3> sep2 -0.196662
+R<ARG>A<N> R<TRP>A<CG> central_sep1 -0.687819
+R<ARG>A<N> R<TRP>A<CG> central_sep2 1.40438
+R<ARG>A<N> R<TRP>A<CG> sep1 -1.11539
+R<ARG>A<N> R<TRP>A<CG> sep2 0.113997
+R<ARG>A<N> R<TRP>A<CH2> central_sep1 2.23875
+R<ARG>A<N> R<TRP>A<CH2> central_sep2 0.0569336
+R<ARG>A<N> R<TRP>A<CH2> sep1 2.89115
+R<ARG>A<N> R<TRP>A<CH2> sep2 -0.329824
+R<ARG>A<N> R<TRP>A<CZ2> central_sep1 2.18757
+R<ARG>A<N> R<TRP>A<CZ2> central_sep2 0.421265
+R<ARG>A<N> R<TRP>A<CZ2> sep1 2.7555
+R<ARG>A<N> R<TRP>A<CZ2> sep2 0.0707408
+R<ARG>A<N> R<TRP>A<CZ3> central_sep1 0.74834
+R<ARG>A<N> R<TRP>A<CZ3> central_sep2 -0.565814
+R<ARG>A<N> R<TRP>A<CZ3> sep1 1.77194
+R<ARG>A<N> R<TRP>A<CZ3> sep2 -0.608672
+R<ARG>A<N> R<TRP>A<N> central_sep1 2.30248
+R<ARG>A<N> R<TRP>A<N> central_sep2 2.02463
+R<ARG>A<N> R<TRP>A<N> sep1 -2.30425
+R<ARG>A<N> R<TRP>A<N> sep2 1.29123
+R<ARG>A<N> R<TRP>A<NE1> central_sep1 1.74647
+R<ARG>A<N> R<TRP>A<NE1> central_sep2 0.769654
+R<ARG>A<N> R<TRP>A<NE1> sep1 1.99677
+R<ARG>A<N> R<TRP>A<NE1> sep2 0.302841
+R<ARG>A<N> R<TRP>A<O> central_sep1 -1.93013
+R<ARG>A<N> R<TRP>A<O> central_sep2 -0.862247
+R<ARG>A<N> R<TRP>A<O> sep1 0.168021
+R<ARG>A<N> R<TRP>A<O> sep2 0.908087
+R<ARG>A<N> R<TYR>A<C> central_sep1 -0.434491
+R<ARG>A<N> R<TYR>A<C> central_sep2 2.95745
+R<ARG>A<N> R<TYR>A<C> sep1 -1.7507
+R<ARG>A<N> R<TYR>A<C> sep2 1.84226
+R<ARG>A<N> R<TYR>A<CA> central_sep1 2.62833
+R<ARG>A<N> R<TYR>A<CA> central_sep2 1.40396
+R<ARG>A<N> R<TYR>A<CA> sep1 -2.27555
+R<ARG>A<N> R<TYR>A<CA> sep2 0.980182
+R<ARG>A<N> R<TYR>A<CB> central_sep1 1.52869
+R<ARG>A<N> R<TYR>A<CB> central_sep2 0.75701
+R<ARG>A<N> R<TYR>A<CB> sep1 -1.17136
+R<ARG>A<N> R<TYR>A<CB> sep2 0.513061
+R<ARG>A<N> R<TYR>A<CD1> central_sep1 0.272352
+R<ARG>A<N> R<TYR>A<CD1> central_sep2 0.57124
+R<ARG>A<N> R<TYR>A<CD1> sep1 0.0239988
+R<ARG>A<N> R<TYR>A<CD1> sep2 0.0700598
+R<ARG>A<N> R<TYR>A<CE1> central_sep1 1.32985
+R<ARG>A<N> R<TYR>A<CE1> central_sep2 0.369987
+R<ARG>A<N> R<TYR>A<CE1> sep1 1.91416
+R<ARG>A<N> R<TYR>A<CE1> sep2 -0.00488021
+R<ARG>A<N> R<TYR>A<CG> central_sep1 0.221735
+R<ARG>A<N> R<TYR>A<CG> central_sep2 1.49794
+R<ARG>A<N> R<TYR>A<CG> sep1 -0.901945
+R<ARG>A<N> R<TYR>A<CG> sep2 0.23508
+R<ARG>A<N> R<TYR>A<CZ> central_sep1 1.67065
+R<ARG>A<N> R<TYR>A<CZ> central_sep2 0.484896
+R<ARG>A<N> R<TYR>A<CZ> sep1 1.99766
+R<ARG>A<N> R<TYR>A<CZ> sep2 -0.0318055
+R<ARG>A<N> R<TYR>A<N> central_sep1 1.73642
+R<ARG>A<N> R<TYR>A<N> central_sep2 2.20302
+R<ARG>A<N> R<TYR>A<N> sep1 -2.29634
+R<ARG>A<N> R<TYR>A<N> sep2 1.53427
+R<ARG>A<N> R<TYR>A<O> central_sep1 -1.81198
+R<ARG>A<N> R<TYR>A<O> central_sep2 -1.02497
+R<ARG>A<N> R<TYR>A<O> sep1 0.187325
+R<ARG>A<N> R<TYR>A<O> sep2 0.913524
+R<ARG>A<N> R<TYR>A<OH> central_sep1 1.75131
+R<ARG>A<N> R<TYR>A<OH> central_sep2 0.134233
+R<ARG>A<N> R<TYR>A<OH> sep1 2.88015
+R<ARG>A<N> R<TYR>A<OH> sep2 0.126627
+R<ARG>A<N> R<VAL>A<C> central_sep1 -0.112704
+R<ARG>A<N> R<VAL>A<C> central_sep2 3.46372
+R<ARG>A<N> R<VAL>A<C> sep1 -1.73434
+R<ARG>A<N> R<VAL>A<C> sep2 2.06208
+R<ARG>A<N> R<VAL>A<CA> central_sep1 3.18093
+R<ARG>A<N> R<VAL>A<CA> central_sep2 1.91438
+R<ARG>A<N> R<VAL>A<CA> sep1 -2.2553
+R<ARG>A<N> R<VAL>A<CA> sep2 1.35793
+R<ARG>A<N> R<VAL>A<CB> central_sep1 1.62152
+R<ARG>A<N> R<VAL>A<CB> central_sep2 1.16062
+R<ARG>A<N> R<VAL>A<CB> sep1 -1.64023
+R<ARG>A<N> R<VAL>A<CB> sep2 0.860793
+R<ARG>A<N> R<VAL>A<CG1> central_sep1 0.334623
+R<ARG>A<N> R<VAL>A<CG1> central_sep2 0.69607
+R<ARG>A<N> R<VAL>A<CG1> sep1 -0.485555
+R<ARG>A<N> R<VAL>A<CG1> sep2 0.541785
+R<ARG>A<N> R<VAL>A<CG2> central_sep1 0.774002
+R<ARG>A<N> R<VAL>A<CG2> central_sep2 0.71702
+R<ARG>A<N> R<VAL>A<CG2> sep1 1.2479
+R<ARG>A<N> R<VAL>A<CG2> sep2 0.689444
+R<ARG>A<N> R<VAL>A<N> central_sep1 1.79705
+R<ARG>A<N> R<VAL>A<N> central_sep2 1.9732
+R<ARG>A<N> R<VAL>A<N> sep1 -2.07528
+R<ARG>A<N> R<VAL>A<N> sep2 1.27824
+R<ARG>A<N> R<VAL>A<O> central_sep1 -1.64767
+R<ARG>A<N> R<VAL>A<O> central_sep2 -1.17747
+R<ARG>A<N> R<VAL>A<O> sep1 0.116319
+R<ARG>A<N> R<VAL>A<O> sep2 0.860642
+R<ARG>A<N> c<solvent> . 1.56203
+R<ARG>A<NE> R<ARG>A<NE> central_sep1 0.876879
+R<ARG>A<NE> R<ARG>A<NE> central_sep2 -0.0677089
+R<ARG>A<NE> R<ARG>A<NE> sep1 1.22479
+R<ARG>A<NE> R<ARG>A<NE> sep2 -0.988363
+R<ARG>A<NE> R<ARG>A<NH1> central_sep1 0.667703
+R<ARG>A<NE> R<ARG>A<NH1> central_sep2 0.0220127
+R<ARG>A<NE> R<ARG>A<NH1> sep1 1.0605
+R<ARG>A<NE> R<ARG>A<NH1> sep2 -0.792441
+R<ARG>A<NE> R<ARG>A<O> central_sep1 0.15724
+R<ARG>A<NE> R<ARG>A<O> central_sep2 -0.268116
+R<ARG>A<NE> R<ARG>A<O> sep1 0.858106
+R<ARG>A<NE> R<ARG>A<O> sep2 -0.136588
+R<ARG>A<NE> R<ASN>A<C> central_sep1 1.50937
+R<ARG>A<NE> R<ASN>A<C> central_sep2 1.24485
+R<ARG>A<NE> R<ASN>A<C> sep1 1.41248
+R<ARG>A<NE> R<ASN>A<C> sep2 0.111386
+R<ARG>A<NE> R<ASN>A<CA> central_sep1 0.277598
+R<ARG>A<NE> R<ASN>A<CA> central_sep2 0.436543
+R<ARG>A<NE> R<ASN>A<CA> sep1 1.27068
+R<ARG>A<NE> R<ASN>A<CA> sep2 -0.241203
+R<ARG>A<NE> R<ASN>A<CB> central_sep1 0.862568
+R<ARG>A<NE> R<ASN>A<CB> central_sep2 0.396826
+R<ARG>A<NE> R<ASN>A<CB> sep1 1.36087
+R<ARG>A<NE> R<ASN>A<CB> sep2 -0.343851
+R<ARG>A<NE> R<ASN>A<CG> central_sep1 1.3088
+R<ARG>A<NE> R<ASN>A<CG> central_sep2 0.244168
+R<ARG>A<NE> R<ASN>A<CG> sep1 0.831869
+R<ARG>A<NE> R<ASN>A<CG> sep2 -0.979493
+R<ARG>A<NE> R<ASN>A<N> central_sep1 2.39054
+R<ARG>A<NE> R<ASN>A<N> central_sep2 2.16335
+R<ARG>A<NE> R<ASN>A<N> sep1 2.30571
+R<ARG>A<NE> R<ASN>A<N> sep2 1.27564
+R<ARG>A<NE> R<ASN>A<ND2> central_sep1 0.411754
+R<ARG>A<NE> R<ASN>A<ND2> central_sep2 0.339929
+R<ARG>A<NE> R<ASN>A<ND2> sep1 0.96747
+R<ARG>A<NE> R<ASN>A<ND2> sep2 -0.446484
+R<ARG>A<NE> R<ASN>A<O> central_sep1 0.207231
+R<ARG>A<NE> R<ASN>A<O> central_sep2 -0.286682
+R<ARG>A<NE> R<ASN>A<O> sep1 0.963198
+R<ARG>A<NE> R<ASN>A<O> sep2 -0.176051
+R<ARG>A<NE> R<ASN>A<OD1> central_sep1 -0.643301
+R<ARG>A<NE> R<ASN>A<OD1> central_sep2 -0.753574
+R<ARG>A<NE> R<ASN>A<OD1> sep1 0.675655
+R<ARG>A<NE> R<ASN>A<OD1> sep2 -0.673495
+R<ARG>A<NE> R<ASP>A<C> central_sep1 1.1248
+R<ARG>A<NE> R<ASP>A<C> central_sep2 0.890117
+R<ARG>A<NE> R<ASP>A<C> sep1 0.862497
+R<ARG>A<NE> R<ASP>A<C> sep2 -0.0809846
+R<ARG>A<NE> R<ASP>A<CA> central_sep1 -0.232173
+R<ARG>A<NE> R<ASP>A<CA> central_sep2 0.0382622
+R<ARG>A<NE> R<ASP>A<CA> sep1 0.884619
+R<ARG>A<NE> R<ASP>A<CA> sep2 -0.493934
+R<ARG>A<NE> R<ASP>A<CB> central_sep1 0.153854
+R<ARG>A<NE> R<ASP>A<CB> central_sep2 -0.175289
+R<ARG>A<NE> R<ASP>A<CB> sep1 0.931424
+R<ARG>A<NE> R<ASP>A<CB> sep2 -0.705093
+R<ARG>A<NE> R<ASP>A<CG> central_sep1 -0.370497
+R<ARG>A<NE> R<ASP>A<CG> central_sep2 -0.526567
+R<ARG>A<NE> R<ASP>A<CG> sep1 -1.22456
+R<ARG>A<NE> R<ASP>A<CG> sep2 -2.74699
+R<ARG>A<NE> R<ASP>A<N> central_sep1 1.74635
+R<ARG>A<NE> R<ASP>A<N> central_sep2 1.2389
+R<ARG>A<NE> R<ASP>A<N> sep1 1.75082
+R<ARG>A<NE> R<ASP>A<N> sep2 0.597154
+R<ARG>A<NE> R<ASP>A<O> central_sep1 -0.0429763
+R<ARG>A<NE> R<ASP>A<O> central_sep2 -0.493315
+R<ARG>A<NE> R<ASP>A<O> sep1 0.783723
+R<ARG>A<NE> R<ASP>A<O> sep2 -0.364342
+R<ARG>A<NE> R<ASP>A<OD1> central_sep1 -1.74947
+R<ARG>A<NE> R<ASP>A<OD1> central_sep2 -1.9123
+R<ARG>A<NE> R<ASP>A<OD1> sep1 0.139328
+R<ARG>A<NE> R<ASP>A<OD1> sep2 -1.29165
+R<ARG>A<NE> R<CYS>A<C> central_sep1 2.02938
+R<ARG>A<NE> R<CYS>A<C> central_sep2 1.4676
+R<ARG>A<NE> R<CYS>A<C> sep1 1.76023
+R<ARG>A<NE> R<CYS>A<C> sep2 0.0701157
+R<ARG>A<NE> R<CYS>A<CA> central_sep1 1.25514
+R<ARG>A<NE> R<CYS>A<CA> central_sep2 0.686226
+R<ARG>A<NE> R<CYS>A<CA> sep1 1.91627
+R<ARG>A<NE> R<CYS>A<CA> sep2 0.217912
+R<ARG>A<NE> R<CYS>A<CB> central_sep1 0.938552
+R<ARG>A<NE> R<CYS>A<CB> central_sep2 0.0662192
+R<ARG>A<NE> R<CYS>A<CB> sep1 1.83674
+R<ARG>A<NE> R<CYS>A<CB> sep2 -0.552204
+R<ARG>A<NE> R<CYS>A<N> central_sep1 2.67978
+R<ARG>A<NE> R<CYS>A<N> central_sep2 1.56095
+R<ARG>A<NE> R<CYS>A<N> sep1 2.52954
+R<ARG>A<NE> R<CYS>A<N> sep2 0.794066
+R<ARG>A<NE> R<CYS>A<O> central_sep1 0.233622
+R<ARG>A<NE> R<CYS>A<O> central_sep2 -0.552347
+R<ARG>A<NE> R<CYS>A<O> sep1 1.12284
+R<ARG>A<NE> R<CYS>A<O> sep2 -0.379471
+R<ARG>A<NE> R<CYS>A<SG> central_sep1 0.713024
+R<ARG>A<NE> R<CYS>A<SG> central_sep2 -0.0926209
+R<ARG>A<NE> R<CYS>A<SG> sep1 1.3844
+R<ARG>A<NE> R<CYS>A<SG> sep2 -0.575281
+R<ARG>A<NE> R<GLN>A<C> central_sep1 1.76612
+R<ARG>A<NE> R<GLN>A<C> central_sep2 1.41744
+R<ARG>A<NE> R<GLN>A<C> sep1 1.28089
+R<ARG>A<NE> R<GLN>A<C> sep2 0.241569
+R<ARG>A<NE> R<GLN>A<CA> central_sep1 0.511477
+R<ARG>A<NE> R<GLN>A<CA> central_sep2 0.878378
+R<ARG>A<NE> R<GLN>A<CA> sep1 0.937084
+R<ARG>A<NE> R<GLN>A<CA> sep2 0.174168
+R<ARG>A<NE> R<GLN>A<CB> central_sep1 0.304752
+R<ARG>A<NE> R<GLN>A<CB> central_sep2 0.221971
+R<ARG>A<NE> R<GLN>A<CB> sep1 1.22793
+R<ARG>A<NE> R<GLN>A<CB> sep2 -0.370504
+R<ARG>A<NE> R<GLN>A<CD> central_sep1 0.549381
+R<ARG>A<NE> R<GLN>A<CD> central_sep2 -0.0821766
+R<ARG>A<NE> R<GLN>A<CD> sep1 0.394046
+R<ARG>A<NE> R<GLN>A<CD> sep2 -1.2526
+R<ARG>A<NE> R<GLN>A<CG> central_sep1 0.463387
+R<ARG>A<NE> R<GLN>A<CG> central_sep2 0.520503
+R<ARG>A<NE> R<GLN>A<CG> sep1 1.10788
+R<ARG>A<NE> R<GLN>A<CG> sep2 -0.401278
+R<ARG>A<NE> R<GLN>A<N> central_sep1 2.79107
+R<ARG>A<NE> R<GLN>A<N> central_sep2 1.89448
+R<ARG>A<NE> R<GLN>A<N> sep1 2.13319
+R<ARG>A<NE> R<GLN>A<N> sep2 1.00556
+R<ARG>A<NE> R<GLN>A<NE2> central_sep1 0.241281
+R<ARG>A<NE> R<GLN>A<NE2> central_sep2 0.129116
+R<ARG>A<NE> R<GLN>A<NE2> sep1 1.01136
+R<ARG>A<NE> R<GLN>A<NE2> sep2 -0.621539
+R<ARG>A<NE> R<GLN>A<O> central_sep1 0.213764
+R<ARG>A<NE> R<GLN>A<O> central_sep2 -0.310811
+R<ARG>A<NE> R<GLN>A<O> sep1 0.879315
+R<ARG>A<NE> R<GLN>A<O> sep2 -0.066573
+R<ARG>A<NE> R<GLN>A<OE1> central_sep1 -0.571278
+R<ARG>A<NE> R<GLN>A<OE1> central_sep2 -0.931614
+R<ARG>A<NE> R<GLN>A<OE1> sep1 0.777676
+R<ARG>A<NE> R<GLN>A<OE1> sep2 -0.940894
+R<ARG>A<NE> R<GLU>A<C> central_sep1 1.56625
+R<ARG>A<NE> R<GLU>A<C> central_sep2 1.27233
+R<ARG>A<NE> R<GLU>A<C> sep1 1.02764
+R<ARG>A<NE> R<GLU>A<C> sep2 0.17421
+R<ARG>A<NE> R<GLU>A<CA> central_sep1 -0.0994468
+R<ARG>A<NE> R<GLU>A<CA> central_sep2 0.449457
+R<ARG>A<NE> R<GLU>A<CA> sep1 0.443781
+R<ARG>A<NE> R<GLU>A<CA> sep2 -0.215541
+R<ARG>A<NE> R<GLU>A<CB> central_sep1 0.1685
+R<ARG>A<NE> R<GLU>A<CB> central_sep2 -0.0528895
+R<ARG>A<NE> R<GLU>A<CB> sep1 0.970078
+R<ARG>A<NE> R<GLU>A<CB> sep2 -0.625036
+R<ARG>A<NE> R<GLU>A<CD> central_sep1 -0.425394
+R<ARG>A<NE> R<GLU>A<CD> central_sep2 -0.789845
+R<ARG>A<NE> R<GLU>A<CD> sep1 -1.01021
+R<ARG>A<NE> R<GLU>A<CD> sep2 -2.76317
+R<ARG>A<NE> R<GLU>A<CG> central_sep1 -0.640742
+R<ARG>A<NE> R<GLU>A<CG> central_sep2 -0.0750188
+R<ARG>A<NE> R<GLU>A<CG> sep1 0.525156
+R<ARG>A<NE> R<GLU>A<CG> sep2 -0.786358
+R<ARG>A<NE> R<GLU>A<N> central_sep1 2.7411
+R<ARG>A<NE> R<GLU>A<N> central_sep2 1.82444
+R<ARG>A<NE> R<GLU>A<N> sep1 1.91646
+R<ARG>A<NE> R<GLU>A<N> sep2 0.908128
+R<ARG>A<NE> R<GLU>A<O> central_sep1 0.122317
+R<ARG>A<NE> R<GLU>A<O> central_sep2 -0.248067
+R<ARG>A<NE> R<GLU>A<O> sep1 0.633143
+R<ARG>A<NE> R<GLU>A<O> sep2 -0.287579
+R<ARG>A<NE> R<GLU>A<OE1> central_sep1 -1.62835
+R<ARG>A<NE> R<GLU>A<OE1> central_sep2 -1.94736
+R<ARG>A<NE> R<GLU>A<OE1> sep1 0.357501
+R<ARG>A<NE> R<GLU>A<OE1> sep2 -1.35685
+R<ARG>A<NE> R<GLY>A<C> central_sep1 1.3993
+R<ARG>A<NE> R<GLY>A<C> central_sep2 0.584341
+R<ARG>A<NE> R<GLY>A<C> sep1 1.0493
+R<ARG>A<NE> R<GLY>A<C> sep2 -0.497991
+R<ARG>A<NE> R<GLY>A<CA> central_sep1 1.11796
+R<ARG>A<NE> R<GLY>A<CA> central_sep2 0.0467923
+R<ARG>A<NE> R<GLY>A<CA> sep1 1.46458
+R<ARG>A<NE> R<GLY>A<CA> sep2 -0.640925
+R<ARG>A<NE> R<GLY>A<N> central_sep1 2.17182
+R<ARG>A<NE> R<GLY>A<N> central_sep2 1.22799
+R<ARG>A<NE> R<GLY>A<N> sep1 2.0792
+R<ARG>A<NE> R<GLY>A<N> sep2 0.143313
+R<ARG>A<NE> R<GLY>A<O> central_sep1 -0.136837
+R<ARG>A<NE> R<GLY>A<O> central_sep2 -0.76364
+R<ARG>A<NE> R<GLY>A<O> sep1 0.815607
+R<ARG>A<NE> R<GLY>A<O> sep2 -0.61791
+R<ARG>A<NE> R<HIS>A<C> central_sep1 1.74387
+R<ARG>A<NE> R<HIS>A<C> central_sep2 1.20294
+R<ARG>A<NE> R<HIS>A<C> sep1 1.6977
+R<ARG>A<NE> R<HIS>A<C> sep2 0.157716
+R<ARG>A<NE> R<HIS>A<CA> central_sep1 0.562438
+R<ARG>A<NE> R<HIS>A<CA> central_sep2 0.555162
+R<ARG>A<NE> R<HIS>A<CA> sep1 1.05955
+R<ARG>A<NE> R<HIS>A<CA> sep2 0.00254092
+R<ARG>A<NE> R<HIS>A<CB> central_sep1 0.5758
+R<ARG>A<NE> R<HIS>A<CB> central_sep2 -0.147647
+R<ARG>A<NE> R<HIS>A<CB> sep1 1.54511
+R<ARG>A<NE> R<HIS>A<CB> sep2 -0.847308
+R<ARG>A<NE> R<HIS>A<CD2> central_sep1 0.670446
+R<ARG>A<NE> R<HIS>A<CD2> central_sep2 -0.0779129
+R<ARG>A<NE> R<HIS>A<CD2> sep1 1.1094
+R<ARG>A<NE> R<HIS>A<CD2> sep2 -0.765823
+R<ARG>A<NE> R<HIS>A<CE1> central_sep1 0.125936
+R<ARG>A<NE> R<HIS>A<CE1> central_sep2 -0.0481099
+R<ARG>A<NE> R<HIS>A<CE1> sep1 0.645955
+R<ARG>A<NE> R<HIS>A<CE1> sep2 -0.984745
+R<ARG>A<NE> R<HIS>A<CG> central_sep1 1.14573
+R<ARG>A<NE> R<HIS>A<CG> central_sep2 -0.426755
+R<ARG>A<NE> R<HIS>A<CG> sep1 1.15469
+R<ARG>A<NE> R<HIS>A<CG> sep2 -1.27983
+R<ARG>A<NE> R<HIS>A<N> central_sep1 2.70754
+R<ARG>A<NE> R<HIS>A<N> central_sep2 1.83892
+R<ARG>A<NE> R<HIS>A<N> sep1 2.30429
+R<ARG>A<NE> R<HIS>A<N> sep2 0.844054
+R<ARG>A<NE> R<HIS>A<ND1> central_sep1 0.358655
+R<ARG>A<NE> R<HIS>A<ND1> central_sep2 -0.505234
+R<ARG>A<NE> R<HIS>A<ND1> sep1 0.853086
+R<ARG>A<NE> R<HIS>A<ND1> sep2 -1.0627
+R<ARG>A<NE> R<HIS>A<NE2> central_sep1 -0.0967535
+R<ARG>A<NE> R<HIS>A<NE2> central_sep2 -0.174693
+R<ARG>A<NE> R<HIS>A<NE2> sep1 0.699729
+R<ARG>A<NE> R<HIS>A<NE2> sep2 -1.03844
+R<ARG>A<NE> R<HIS>A<O> central_sep1 0.146052
+R<ARG>A<NE> R<HIS>A<O> central_sep2 -0.42325
+R<ARG>A<NE> R<HIS>A<O> sep1 0.991314
+R<ARG>A<NE> R<HIS>A<O> sep2 -0.257205
+R<ARG>A<NE> R<ILE>A<C> central_sep1 2.70729
+R<ARG>A<NE> R<ILE>A<C> central_sep2 1.66218
+R<ARG>A<NE> R<ILE>A<C> sep1 2.36981
+R<ARG>A<NE> R<ILE>A<C> sep2 0.632439
+R<ARG>A<NE> R<ILE>A<CA> central_sep1 0.976139
+R<ARG>A<NE> R<ILE>A<CA> central_sep2 1.33495
+R<ARG>A<NE> R<ILE>A<CA> sep1 1.81791
+R<ARG>A<NE> R<ILE>A<CA> sep2 0.445569
+R<ARG>A<NE> R<ILE>A<CB> central_sep1 1.20092
+R<ARG>A<NE> R<ILE>A<CB> central_sep2 0.525915
+R<ARG>A<NE> R<ILE>A<CB> sep1 1.5944
+R<ARG>A<NE> R<ILE>A<CB> sep2 -0.15931
+R<ARG>A<NE> R<ILE>A<CD1> central_sep1 0.637889
+R<ARG>A<NE> R<ILE>A<CD1> central_sep2 -0.0644932
+R<ARG>A<NE> R<ILE>A<CD1> sep1 1.43702
+R<ARG>A<NE> R<ILE>A<CD1> sep2 -0.752757
+R<ARG>A<NE> R<ILE>A<CG1> central_sep1 0.735354
+R<ARG>A<NE> R<ILE>A<CG1> central_sep2 0.195542
+R<ARG>A<NE> R<ILE>A<CG1> sep1 1.35256
+R<ARG>A<NE> R<ILE>A<CG1> sep2 -0.5925
+R<ARG>A<NE> R<ILE>A<CG2> central_sep1 0.204059
+R<ARG>A<NE> R<ILE>A<CG2> central_sep2 0.0070897
+R<ARG>A<NE> R<ILE>A<CG2> sep1 1.27393
+R<ARG>A<NE> R<ILE>A<CG2> sep2 -0.598346
+R<ARG>A<NE> R<ILE>A<N> central_sep1 3.33162
+R<ARG>A<NE> R<ILE>A<N> central_sep2 2.23369
+R<ARG>A<NE> R<ILE>A<N> sep1 2.33058
+R<ARG>A<NE> R<ILE>A<N> sep2 1.00277
+R<ARG>A<NE> R<ILE>A<O> central_sep1 0.35132
+R<ARG>A<NE> R<ILE>A<O> central_sep2 -0.374803
+R<ARG>A<NE> R<ILE>A<O> sep1 1.2325
+R<ARG>A<NE> R<ILE>A<O> sep2 -0.00243764
+R<ARG>A<NE> R<LEU>A<C> central_sep1 1.96833
+R<ARG>A<NE> R<LEU>A<C> central_sep2 1.09621
+R<ARG>A<NE> R<LEU>A<C> sep1 1.62249
+R<ARG>A<NE> R<LEU>A<C> sep2 0.00528964
+R<ARG>A<NE> R<LEU>A<CA> central_sep1 0.844562
+R<ARG>A<NE> R<LEU>A<CA> central_sep2 0.91598
+R<ARG>A<NE> R<LEU>A<CA> sep1 1.56098
+R<ARG>A<NE> R<LEU>A<CA> sep2 0.117433
+R<ARG>A<NE> R<LEU>A<CB> central_sep1 0.825074
+R<ARG>A<NE> R<LEU>A<CB> central_sep2 0.250704
+R<ARG>A<NE> R<LEU>A<CB> sep1 1.59007
+R<ARG>A<NE> R<LEU>A<CB> sep2 -0.474955
+R<ARG>A<NE> R<LEU>A<CD1> central_sep1 0.290942
+R<ARG>A<NE> R<LEU>A<CD1> central_sep2 -0.15893
+R<ARG>A<NE> R<LEU>A<CD1> sep1 1.16336
+R<ARG>A<NE> R<LEU>A<CD1> sep2 -0.783238
+R<ARG>A<NE> R<LEU>A<CD2> central_sep1 0.548497
+R<ARG>A<NE> R<LEU>A<CD2> central_sep2 -0.190751
+R<ARG>A<NE> R<LEU>A<CD2> sep1 1.10383
+R<ARG>A<NE> R<LEU>A<CD2> sep2 -0.862314
+R<ARG>A<NE> R<LEU>A<CG> central_sep1 0.243254
+R<ARG>A<NE> R<LEU>A<CG> central_sep2 0.680464
+R<ARG>A<NE> R<LEU>A<CG> sep1 0.988625
+R<ARG>A<NE> R<LEU>A<CG> sep2 -0.48923
+R<ARG>A<NE> R<LEU>A<N> central_sep1 3.00666
+R<ARG>A<NE> R<LEU>A<N> central_sep2 2.02992
+R<ARG>A<NE> R<LEU>A<N> sep1 2.4864
+R<ARG>A<NE> R<LEU>A<N> sep2 1.07589
+R<ARG>A<NE> R<LEU>A<O> central_sep1 0.166973
+R<ARG>A<NE> R<LEU>A<O> central_sep2 -0.673437
+R<ARG>A<NE> R<LEU>A<O> sep1 0.990072
+R<ARG>A<NE> R<LEU>A<O> sep2 -0.359281
+R<ARG>A<NE> R<LYS>A<C> central_sep1 1.93899
+R<ARG>A<NE> R<LYS>A<C> central_sep2 1.39144
+R<ARG>A<NE> R<LYS>A<C> sep1 1.67803
+R<ARG>A<NE> R<LYS>A<C> sep2 0.474824
+R<ARG>A<NE> R<LYS>A<CA> central_sep1 0.605216
+R<ARG>A<NE> R<LYS>A<CA> central_sep2 1.00824
+R<ARG>A<NE> R<LYS>A<CA> sep1 1.16305
+R<ARG>A<NE> R<LYS>A<CA> sep2 0.383887
+R<ARG>A<NE> R<LYS>A<CB> central_sep1 0.936185
+R<ARG>A<NE> R<LYS>A<CB> central_sep2 0.638704
+R<ARG>A<NE> R<LYS>A<CB> sep1 1.51831
+R<ARG>A<NE> R<LYS>A<CB> sep2 0.0558205
+R<ARG>A<NE> R<LYS>A<CD> central_sep1 1.10937
+R<ARG>A<NE> R<LYS>A<CD> central_sep2 0.855491
+R<ARG>A<NE> R<LYS>A<CD> sep1 1.7004
+R<ARG>A<NE> R<LYS>A<CD> sep2 -0.0444557
+R<ARG>A<NE> R<LYS>A<CE> central_sep1 1.0648
+R<ARG>A<NE> R<LYS>A<CE> central_sep2 1.0564
+R<ARG>A<NE> R<LYS>A<CE> sep1 1.78964
+R<ARG>A<NE> R<LYS>A<CE> sep2 0.203905
+R<ARG>A<NE> R<LYS>A<CG> central_sep1 0.87516
+R<ARG>A<NE> R<LYS>A<CG> central_sep2 0.8597
+R<ARG>A<NE> R<LYS>A<CG> sep1 1.25606
+R<ARG>A<NE> R<LYS>A<CG> sep2 0.0117971
+R<ARG>A<NE> R<LYS>A<N> central_sep1 2.80254
+R<ARG>A<NE> R<LYS>A<N> central_sep2 2.3224
+R<ARG>A<NE> R<LYS>A<N> sep1 2.25625
+R<ARG>A<NE> R<LYS>A<N> sep2 1.35059
+R<ARG>A<NE> R<LYS>A<NZ> central_sep1 1.78905
+R<ARG>A<NE> R<LYS>A<NZ> central_sep2 1.43767
+R<ARG>A<NE> R<LYS>A<NZ> sep1 2.12573
+R<ARG>A<NE> R<LYS>A<NZ> sep2 0.476941
+R<ARG>A<NE> R<LYS>A<O> central_sep1 0.424098
+R<ARG>A<NE> R<LYS>A<O> central_sep2 0.0597777
+R<ARG>A<NE> R<LYS>A<O> sep1 0.942104
+R<ARG>A<NE> R<LYS>A<O> sep2 0.109637
+R<ARG>A<NE> R<MET>A<C> central_sep1 1.98991
+R<ARG>A<NE> R<MET>A<C> central_sep2 1.15603
+R<ARG>A<NE> R<MET>A<C> sep1 1.48935
+R<ARG>A<NE> R<MET>A<C> sep2 0.0703934
+R<ARG>A<NE> R<MET>A<CA> central_sep1 0.745851
+R<ARG>A<NE> R<MET>A<CA> central_sep2 0.778815
+R<ARG>A<NE> R<MET>A<CA> sep1 1.2827
+R<ARG>A<NE> R<MET>A<CA> sep2 0.17863
+R<ARG>A<NE> R<MET>A<CB> central_sep1 0.625765
+R<ARG>A<NE> R<MET>A<CB> central_sep2 0.278933
+R<ARG>A<NE> R<MET>A<CB> sep1 1.52699
+R<ARG>A<NE> R<MET>A<CB> sep2 -0.526695
+R<ARG>A<NE> R<MET>A<CE> central_sep1 0.563229
+R<ARG>A<NE> R<MET>A<CE> central_sep2 -0.180191
+R<ARG>A<NE> R<MET>A<CE> sep1 1.21667
+R<ARG>A<NE> R<MET>A<CE> sep2 -0.880795
+R<ARG>A<NE> R<MET>A<CG> central_sep1 0.510157
+R<ARG>A<NE> R<MET>A<CG> central_sep2 0.16365
+R<ARG>A<NE> R<MET>A<CG> sep1 1.16634
+R<ARG>A<NE> R<MET>A<CG> sep2 -0.613391
+R<ARG>A<NE> R<MET>A<N> central_sep1 2.55556
+R<ARG>A<NE> R<MET>A<N> central_sep2 1.85239
+R<ARG>A<NE> R<MET>A<N> sep1 2.42147
+R<ARG>A<NE> R<MET>A<N> sep2 0.841464
+R<ARG>A<NE> R<MET>A<O> central_sep1 0.0557964
+R<ARG>A<NE> R<MET>A<O> central_sep2 -0.485813
+R<ARG>A<NE> R<MET>A<O> sep1 1.03328
+R<ARG>A<NE> R<MET>A<O> sep2 -0.307589
+R<ARG>A<NE> R<MET>A<SD> central_sep1 0.313233
+R<ARG>A<NE> R<MET>A<SD> central_sep2 -0.266832
+R<ARG>A<NE> R<MET>A<SD> sep1 1.04325
+R<ARG>A<NE> R<MET>A<SD> sep2 -0.837281
+R<ARG>A<NE> R<PHE>A<C> central_sep1 2.27694
+R<ARG>A<NE> R<PHE>A<C> central_sep2 1.10373
+R<ARG>A<NE> R<PHE>A<C> sep1 1.74782
+R<ARG>A<NE> R<PHE>A<C> sep2 0.0246434
+R<ARG>A<NE> R<PHE>A<CA> central_sep1 0.947685
+R<ARG>A<NE> R<PHE>A<CA> central_sep2 0.798254
+R<ARG>A<NE> R<PHE>A<CA> sep1 1.54941
+R<ARG>A<NE> R<PHE>A<CA> sep2 0.149163
+R<ARG>A<NE> R<PHE>A<CB> central_sep1 0.997259
+R<ARG>A<NE> R<PHE>A<CB> central_sep2 -0.19835
+R<ARG>A<NE> R<PHE>A<CB> sep1 1.80364
+R<ARG>A<NE> R<PHE>A<CB> sep2 -0.755499
+R<ARG>A<NE> R<PHE>A<CD1> central_sep1 1.13745
+R<ARG>A<NE> R<PHE>A<CD1> central_sep2 -0.175616
+R<ARG>A<NE> R<PHE>A<CD1> sep1 1.32503
+R<ARG>A<NE> R<PHE>A<CD1> sep2 -0.892857
+R<ARG>A<NE> R<PHE>A<CE1> central_sep1 0.462653
+R<ARG>A<NE> R<PHE>A<CE1> central_sep2 -0.306357
+R<ARG>A<NE> R<PHE>A<CE1> sep1 0.848146
+R<ARG>A<NE> R<PHE>A<CE1> sep2 -1.02641
+R<ARG>A<NE> R<PHE>A<CG> central_sep1 1.72301
+R<ARG>A<NE> R<PHE>A<CG> central_sep2 -0.349314
+R<ARG>A<NE> R<PHE>A<CG> sep1 1.68339
+R<ARG>A<NE> R<PHE>A<CG> sep2 -1.46479
+R<ARG>A<NE> R<PHE>A<CZ> central_sep1 0.060996
+R<ARG>A<NE> R<PHE>A<CZ> central_sep2 -0.274104
+R<ARG>A<NE> R<PHE>A<CZ> sep1 0.724685
+R<ARG>A<NE> R<PHE>A<CZ> sep2 -1.08915
+R<ARG>A<NE> R<PHE>A<N> central_sep1 2.83121
+R<ARG>A<NE> R<PHE>A<N> central_sep2 1.89026
+R<ARG>A<NE> R<PHE>A<N> sep1 2.37145
+R<ARG>A<NE> R<PHE>A<N> sep2 0.9696
+R<ARG>A<NE> R<PHE>A<O> central_sep1 0.198511
+R<ARG>A<NE> R<PHE>A<O> central_sep2 -0.600423
+R<ARG>A<NE> R<PHE>A<O> sep1 1.23898
+R<ARG>A<NE> R<PHE>A<O> sep2 -0.366592
+R<ARG>A<NE> R<PRO>A<C> central_sep1 1.13538
+R<ARG>A<NE> R<PRO>A<C> central_sep2 0.899691
+R<ARG>A<NE> R<PRO>A<C> sep1 1.42839
+R<ARG>A<NE> R<PRO>A<C> sep2 -0.127955
+R<ARG>A<NE> R<PRO>A<CA> central_sep1 0.455361
+R<ARG>A<NE> R<PRO>A<CA> central_sep2 0.436593
+R<ARG>A<NE> R<PRO>A<CA> sep1 0.944683
+R<ARG>A<NE> R<PRO>A<CA> sep2 -0.233253
+R<ARG>A<NE> R<PRO>A<CB> central_sep1 0.947272
+R<ARG>A<NE> R<PRO>A<CB> central_sep2 0.082013
+R<ARG>A<NE> R<PRO>A<CB> sep1 1.33849
+R<ARG>A<NE> R<PRO>A<CB> sep2 -0.755561
+R<ARG>A<NE> R<PRO>A<CD> central_sep1 1.28901
+R<ARG>A<NE> R<PRO>A<CD> central_sep2 0.340261
+R<ARG>A<NE> R<PRO>A<CD> sep1 1.5324
+R<ARG>A<NE> R<PRO>A<CD> sep2 -0.403571
+R<ARG>A<NE> R<PRO>A<CG> central_sep1 1.14532
+R<ARG>A<NE> R<PRO>A<CG> central_sep2 0.0238964
+R<ARG>A<NE> R<PRO>A<CG> sep1 1.50641
+R<ARG>A<NE> R<PRO>A<CG> sep2 -0.911827
+R<ARG>A<NE> R<PRO>A<N> central_sep1 1.45651
+R<ARG>A<NE> R<PRO>A<N> central_sep2 1.02331
+R<ARG>A<NE> R<PRO>A<N> sep1 1.45107
+R<ARG>A<NE> R<PRO>A<N> sep2 0.207976
+R<ARG>A<NE> R<PRO>A<O> central_sep1 -0.0911424
+R<ARG>A<NE> R<PRO>A<O> central_sep2 -0.630444
+R<ARG>A<NE> R<PRO>A<O> sep1 0.603965
+R<ARG>A<NE> R<PRO>A<O> sep2 -0.501961
+R<ARG>A<NE> R<SER>A<C> central_sep1 1.24614
+R<ARG>A<NE> R<SER>A<C> central_sep2 0.800353
+R<ARG>A<NE> R<SER>A<C> sep1 1.13211
+R<ARG>A<NE> R<SER>A<C> sep2 -0.0654226
+R<ARG>A<NE> R<SER>A<CA> central_sep1 0.697169
+R<ARG>A<NE> R<SER>A<CA> central_sep2 0.430316
+R<ARG>A<NE> R<SER>A<CA> sep1 1.0558
+R<ARG>A<NE> R<SER>A<CA> sep2 -0.134754
+R<ARG>A<NE> R<SER>A<CB> central_sep1 0.817565
+R<ARG>A<NE> R<SER>A<CB> central_sep2 0.248317
+R<ARG>A<NE> R<SER>A<CB> sep1 1.31371
+R<ARG>A<NE> R<SER>A<CB> sep2 -0.581065
+R<ARG>A<NE> R<SER>A<N> central_sep1 2.58503
+R<ARG>A<NE> R<SER>A<N> central_sep2 1.68349
+R<ARG>A<NE> R<SER>A<N> sep1 2.07168
+R<ARG>A<NE> R<SER>A<N> sep2 0.749244
+R<ARG>A<NE> R<SER>A<O> central_sep1 0.00808318
+R<ARG>A<NE> R<SER>A<O> central_sep2 -0.443325
+R<ARG>A<NE> R<SER>A<O> sep1 0.94286
+R<ARG>A<NE> R<SER>A<O> sep2 -0.306525
+R<ARG>A<NE> R<SER>A<OG> central_sep1 0.000680891
+R<ARG>A<NE> R<SER>A<OG> central_sep2 -0.514901
+R<ARG>A<NE> R<SER>A<OG> sep1 0.911894
+R<ARG>A<NE> R<SER>A<OG> sep2 -0.53725
+R<ARG>A<NE> R<THR>A<C> central_sep1 1.37886
+R<ARG>A<NE> R<THR>A<C> central_sep2 0.844749
+R<ARG>A<NE> R<THR>A<C> sep1 1.41695
+R<ARG>A<NE> R<THR>A<C> sep2 0.0526464
+R<ARG>A<NE> R<THR>A<CA> central_sep1 0.595032
+R<ARG>A<NE> R<THR>A<CA> central_sep2 0.767625
+R<ARG>A<NE> R<THR>A<CA> sep1 1.37981
+R<ARG>A<NE> R<THR>A<CA> sep2 -0.0893563
+R<ARG>A<NE> R<THR>A<CB> central_sep1 1.09055
+R<ARG>A<NE> R<THR>A<CB> central_sep2 0.380094
+R<ARG>A<NE> R<THR>A<CB> sep1 1.18161
+R<ARG>A<NE> R<THR>A<CB> sep2 -0.659582
+R<ARG>A<NE> R<THR>A<CG2> central_sep1 0.367653
+R<ARG>A<NE> R<THR>A<CG2> central_sep2 0.0304431
+R<ARG>A<NE> R<THR>A<CG2> sep1 1.17667
+R<ARG>A<NE> R<THR>A<CG2> sep2 -0.675361
+R<ARG>A<NE> R<THR>A<N> central_sep1 2.54234
+R<ARG>A<NE> R<THR>A<N> central_sep2 1.7701
+R<ARG>A<NE> R<THR>A<N> sep1 2.23224
+R<ARG>A<NE> R<THR>A<N> sep2 0.885038
+R<ARG>A<NE> R<THR>A<O> central_sep1 0.235309
+R<ARG>A<NE> R<THR>A<O> central_sep2 -0.439292
+R<ARG>A<NE> R<THR>A<O> sep1 0.968611
+R<ARG>A<NE> R<THR>A<O> sep2 -0.149632
+R<ARG>A<NE> R<THR>A<OG1> central_sep1 0.124731
+R<ARG>A<NE> R<THR>A<OG1> central_sep2 -0.636295
+R<ARG>A<NE> R<THR>A<OG1> sep1 1.10057
+R<ARG>A<NE> R<THR>A<OG1> sep2 -0.619244
+R<ARG>A<NE> R<TRP>A<C> central_sep1 2.12143
+R<ARG>A<NE> R<TRP>A<C> central_sep2 1.23489
+R<ARG>A<NE> R<TRP>A<C> sep1 1.73103
+R<ARG>A<NE> R<TRP>A<C> sep2 -0.152756
+R<ARG>A<NE> R<TRP>A<CA> central_sep1 0.689614
+R<ARG>A<NE> R<TRP>A<CA> central_sep2 0.532222
+R<ARG>A<NE> R<TRP>A<CA> sep1 1.32564
+R<ARG>A<NE> R<TRP>A<CA> sep2 0.12444
+R<ARG>A<NE> R<TRP>A<CB> central_sep1 0.906651
+R<ARG>A<NE> R<TRP>A<CB> central_sep2 -0.366266
+R<ARG>A<NE> R<TRP>A<CB> sep1 1.76979
+R<ARG>A<NE> R<TRP>A<CB> sep2 -1.17488
+R<ARG>A<NE> R<TRP>A<CD1> central_sep1 0.756704
+R<ARG>A<NE> R<TRP>A<CD1> central_sep2 -0.400217
+R<ARG>A<NE> R<TRP>A<CD1> sep1 0.855045
+R<ARG>A<NE> R<TRP>A<CD1> sep2 -1.06795
+R<ARG>A<NE> R<TRP>A<CD2> central_sep1 0.313689
+R<ARG>A<NE> R<TRP>A<CD2> central_sep2 -1.255
+R<ARG>A<NE> R<TRP>A<CD2> sep1 1.10704
+R<ARG>A<NE> R<TRP>A<CD2> sep2 -1.62051
+R<ARG>A<NE> R<TRP>A<CE2> central_sep1 -0.0740904
+R<ARG>A<NE> R<TRP>A<CE2> central_sep2 -1.22959
+R<ARG>A<NE> R<TRP>A<CE2> sep1 0.426286
+R<ARG>A<NE> R<TRP>A<CE2> sep2 -1.72124
+R<ARG>A<NE> R<TRP>A<CE3> central_sep1 0.792149
+R<ARG>A<NE> R<TRP>A<CE3> central_sep2 -0.688209
+R<ARG>A<NE> R<TRP>A<CE3> sep1 1.06694
+R<ARG>A<NE> R<TRP>A<CE3> sep2 -1.3316
+R<ARG>A<NE> R<TRP>A<CG> central_sep1 1.34872
+R<ARG>A<NE> R<TRP>A<CG> central_sep2 -1.07609
+R<ARG>A<NE> R<TRP>A<CG> sep1 1.04058
+R<ARG>A<NE> R<TRP>A<CG> sep2 -2.03344
+R<ARG>A<NE> R<TRP>A<CH2> central_sep1 0.364078
+R<ARG>A<NE> R<TRP>A<CH2> central_sep2 -0.75948
+R<ARG>A<NE> R<TRP>A<CH2> sep1 0.411188
+R<ARG>A<NE> R<TRP>A<CH2> sep2 -1.60131
+R<ARG>A<NE> R<TRP>A<CZ2> central_sep1 -0.283235
+R<ARG>A<NE> R<TRP>A<CZ2> central_sep2 -0.905284
+R<ARG>A<NE> R<TRP>A<CZ2> sep1 0.391449
+R<ARG>A<NE> R<TRP>A<CZ2> sep2 -1.58048
+R<ARG>A<NE> R<TRP>A<CZ3> central_sep1 0.488213
+R<ARG>A<NE> R<TRP>A<CZ3> central_sep2 -0.43225
+R<ARG>A<NE> R<TRP>A<CZ3> sep1 0.734755
+R<ARG>A<NE> R<TRP>A<CZ3> sep2 -1.31614
+R<ARG>A<NE> R<TRP>A<N> central_sep1 3.07053
+R<ARG>A<NE> R<TRP>A<N> central_sep2 1.73018
+R<ARG>A<NE> R<TRP>A<N> sep1 2.49522
+R<ARG>A<NE> R<TRP>A<N> sep2 1.02483
+R<ARG>A<NE> R<TRP>A<NE1> central_sep1 0.0770102
+R<ARG>A<NE> R<TRP>A<NE1> central_sep2 -0.489473
+R<ARG>A<NE> R<TRP>A<NE1> sep1 0.44016
+R<ARG>A<NE> R<TRP>A<NE1> sep2 -1.38275
+R<ARG>A<NE> R<TRP>A<O> central_sep1 0.00623218
+R<ARG>A<NE> R<TRP>A<O> central_sep2 -0.807549
+R<ARG>A<NE> R<TRP>A<O> sep1 1.27148
+R<ARG>A<NE> R<TRP>A<O> sep2 -0.350254
+R<ARG>A<NE> R<TYR>A<C> central_sep1 2.19586
+R<ARG>A<NE> R<TYR>A<C> central_sep2 1.22537
+R<ARG>A<NE> R<TYR>A<C> sep1 1.78542
+R<ARG>A<NE> R<TYR>A<C> sep2 0.1035
+R<ARG>A<NE> R<TYR>A<CA> central_sep1 0.665026
+R<ARG>A<NE> R<TYR>A<CA> central_sep2 0.744675
+R<ARG>A<NE> R<TYR>A<CA> sep1 1.42118
+R<ARG>A<NE> R<TYR>A<CA> sep2 0.160052
+R<ARG>A<NE> R<TYR>A<CB> central_sep1 0.976255
+R<ARG>A<NE> R<TYR>A<CB> central_sep2 -0.209751
+R<ARG>A<NE> R<TYR>A<CB> sep1 1.88812
+R<ARG>A<NE> R<TYR>A<CB> sep2 -0.872045
+R<ARG>A<NE> R<TYR>A<CD1> central_sep1 1.03636
+R<ARG>A<NE> R<TYR>A<CD1> central_sep2 -0.349549
+R<ARG>A<NE> R<TYR>A<CD1> sep1 1.10768
+R<ARG>A<NE> R<TYR>A<CD1> sep2 -1.06904
+R<ARG>A<NE> R<TYR>A<CE1> central_sep1 0.155038
+R<ARG>A<NE> R<TYR>A<CE1> central_sep2 -0.553296
+R<ARG>A<NE> R<TYR>A<CE1> sep1 0.644544
+R<ARG>A<NE> R<TYR>A<CE1> sep2 -1.25256
+R<ARG>A<NE> R<TYR>A<CG> central_sep1 1.21685
+R<ARG>A<NE> R<TYR>A<CG> central_sep2 -0.672873
+R<ARG>A<NE> R<TYR>A<CG> sep1 1.36562
+R<ARG>A<NE> R<TYR>A<CG> sep2 -1.75577
+R<ARG>A<NE> R<TYR>A<CZ> central_sep1 -0.601565
+R<ARG>A<NE> R<TYR>A<CZ> central_sep2 -0.76811
+R<ARG>A<NE> R<TYR>A<CZ> sep1 0.238597
+R<ARG>A<NE> R<TYR>A<CZ> sep2 -1.64282
+R<ARG>A<NE> R<TYR>A<N> central_sep1 3.11831
+R<ARG>A<NE> R<TYR>A<N> central_sep2 1.83608
+R<ARG>A<NE> R<TYR>A<N> sep1 2.47046
+R<ARG>A<NE> R<TYR>A<N> sep2 1.06683
+R<ARG>A<NE> R<TYR>A<O> central_sep1 0.24421
+R<ARG>A<NE> R<TYR>A<O> central_sep2 -0.599232
+R<ARG>A<NE> R<TYR>A<O> sep1 1.21707
+R<ARG>A<NE> R<TYR>A<O> sep2 -0.2986
+R<ARG>A<NE> R<TYR>A<OH> central_sep1 -0.239048
+R<ARG>A<NE> R<TYR>A<OH> central_sep2 -0.917892
+R<ARG>A<NE> R<TYR>A<OH> sep1 0.410014
+R<ARG>A<NE> R<TYR>A<OH> sep2 -1.35562
+R<ARG>A<NE> R<VAL>A<C> central_sep1 2.39061
+R<ARG>A<NE> R<VAL>A<C> central_sep2 1.65706
+R<ARG>A<NE> R<VAL>A<C> sep1 2.19544
+R<ARG>A<NE> R<VAL>A<C> sep2 0.439145
+R<ARG>A<NE> R<VAL>A<CA> central_sep1 0.960925
+R<ARG>A<NE> R<VAL>A<CA> central_sep2 1.24004
+R<ARG>A<NE> R<VAL>A<CA> sep1 1.6419
+R<ARG>A<NE> R<VAL>A<CA> sep2 0.519631
+R<ARG>A<NE> R<VAL>A<CB> central_sep1 0.819624
+R<ARG>A<NE> R<VAL>A<CB> central_sep2 0.362338
+R<ARG>A<NE> R<VAL>A<CB> sep1 1.45952
+R<ARG>A<NE> R<VAL>A<CB> sep2 -0.512119
+R<ARG>A<NE> R<VAL>A<CG1> central_sep1 0.186054
+R<ARG>A<NE> R<VAL>A<CG1> central_sep2 0.0241751
+R<ARG>A<NE> R<VAL>A<CG1> sep1 1.25093
+R<ARG>A<NE> R<VAL>A<CG1> sep2 -0.647592
+R<ARG>A<NE> R<VAL>A<CG2> central_sep1 0.651923
+R<ARG>A<NE> R<VAL>A<CG2> central_sep2 0.00888932
+R<ARG>A<NE> R<VAL>A<CG2> sep1 1.45336
+R<ARG>A<NE> R<VAL>A<CG2> sep2 -0.644158
+R<ARG>A<NE> R<VAL>A<N> central_sep1 2.80176
+R<ARG>A<NE> R<VAL>A<N> central_sep2 2.002
+R<ARG>A<NE> R<VAL>A<N> sep1 2.13457
+R<ARG>A<NE> R<VAL>A<N> sep2 0.833515
+R<ARG>A<NE> R<VAL>A<O> central_sep1 0.257556
+R<ARG>A<NE> R<VAL>A<O> central_sep2 -0.348577
+R<ARG>A<NE> R<VAL>A<O> sep1 1.16261
+R<ARG>A<NE> R<VAL>A<O> sep2 -0.01232
+R<ARG>A<NE> c<solvent> . -0.277282
+R<ARG>A<NH1> R<ARG>A<NH1> central_sep1 0.543261
+R<ARG>A<NH1> R<ARG>A<NH1> central_sep2 -0.432856
+R<ARG>A<NH1> R<ARG>A<NH1> sep1 1.70559
+R<ARG>A<NH1> R<ARG>A<NH1> sep2 -0.297875
+R<ARG>A<NH1> R<ARG>A<O> central_sep1 0.699379
+R<ARG>A<NH1> R<ARG>A<O> central_sep2 -0.42202
+R<ARG>A<NH1> R<ARG>A<O> sep1 2.36578
+R<ARG>A<NH1> R<ARG>A<O> sep2 0.372818
+R<ARG>A<NH1> R<ASN>A<C> central_sep1 1.3215
+R<ARG>A<NH1> R<ASN>A<C> central_sep2 0.855857
+R<ARG>A<NH1> R<ASN>A<C> sep1 2.10292
+R<ARG>A<NH1> R<ASN>A<C> sep2 -0.184822
+R<ARG>A<NH1> R<ASN>A<CA> central_sep1 0.789333
+R<ARG>A<NH1> R<ASN>A<CA> central_sep2 0.0559341
+R<ARG>A<NH1> R<ASN>A<CA> sep1 2.13998
+R<ARG>A<NH1> R<ASN>A<CA> sep2 -0.150346
+R<ARG>A<NH1> R<ASN>A<CB> central_sep1 0.53915
+R<ARG>A<NH1> R<ASN>A<CB> central_sep2 -0.0458396
+R<ARG>A<NH1> R<ASN>A<CB> sep1 2.08713
+R<ARG>A<NH1> R<ASN>A<CB> sep2 -0.0286457
+R<ARG>A<NH1> R<ASN>A<CG> central_sep1 1.11122
+R<ARG>A<NH1> R<ASN>A<CG> central_sep2 0.181725
+R<ARG>A<NH1> R<ASN>A<CG> sep1 0.810055
+R<ARG>A<NH1> R<ASN>A<CG> sep2 -1.19067
+R<ARG>A<NH1> R<ASN>A<N> central_sep1 2.10707
+R<ARG>A<NH1> R<ASN>A<N> central_sep2 1.14239
+R<ARG>A<NH1> R<ASN>A<N> sep1 2.79692
+R<ARG>A<NH1> R<ASN>A<N> sep2 0.845117
+R<ARG>A<NH1> R<ASN>A<ND2> central_sep1 0.603605
+R<ARG>A<NH1> R<ASN>A<ND2> central_sep2 -0.110097
+R<ARG>A<NH1> R<ASN>A<ND2> sep1 1.68562
+R<ARG>A<NH1> R<ASN>A<ND2> sep2 -0.169585
+R<ARG>A<NH1> R<ASN>A<O> central_sep1 0.661383
+R<ARG>A<NH1> R<ASN>A<O> central_sep2 -0.45635
+R<ARG>A<NH1> R<ASN>A<O> sep1 2.37112
+R<ARG>A<NH1> R<ASN>A<O> sep2 0.273711
+R<ARG>A<NH1> R<ASN>A<OD1> central_sep1 -0.161213
+R<ARG>A<NH1> R<ASN>A<OD1> central_sep2 -0.795249
+R<ARG>A<NH1> R<ASN>A<OD1> sep1 1.75057
+R<ARG>A<NH1> R<ASN>A<OD1> sep2 -0.158352
+R<ARG>A<NH1> R<ASP>A<C> central_sep1 0.858253
+R<ARG>A<NH1> R<ASP>A<C> central_sep2 0.647392
+R<ARG>A<NH1> R<ASP>A<C> sep1 1.81197
+R<ARG>A<NH1> R<ASP>A<C> sep2 -0.314655
+R<ARG>A<NH1> R<ASP>A<CA> central_sep1 0.288701
+R<ARG>A<NH1> R<ASP>A<CA> central_sep2 -0.419579
+R<ARG>A<NH1> R<ASP>A<CA> sep1 1.85256
+R<ARG>A<NH1> R<ASP>A<CA> sep2 -0.511405
+R<ARG>A<NH1> R<ASP>A<CB> central_sep1 -0.0183434
+R<ARG>A<NH1> R<ASP>A<CB> central_sep2 -0.506885
+R<ARG>A<NH1> R<ASP>A<CB> sep1 1.5742
+R<ARG>A<NH1> R<ASP>A<CB> sep2 -0.484917
+R<ARG>A<NH1> R<ASP>A<CG> central_sep1 0.478247
+R<ARG>A<NH1> R<ASP>A<CG> central_sep2 -0.520761
+R<ARG>A<NH1> R<ASP>A<CG> sep1 -0.235754
+R<ARG>A<NH1> R<ASP>A<CG> sep2 -2.3672
+R<ARG>A<NH1> R<ASP>A<N> central_sep1 1.49304
+R<ARG>A<NH1> R<ASP>A<N> central_sep2 0.461385
+R<ARG>A<NH1> R<ASP>A<N> sep1 2.35541
+R<ARG>A<NH1> R<ASP>A<N> sep2 0.318741
+R<ARG>A<NH1> R<ASP>A<O> central_sep1 0.505236
+R<ARG>A<NH1> R<ASP>A<O> central_sep2 -0.668708
+R<ARG>A<NH1> R<ASP>A<O> sep1 2.07204
+R<ARG>A<NH1> R<ASP>A<O> sep2 -0.0172769
+R<ARG>A<NH1> R<ASP>A<OD1> central_sep1 -0.831472
+R<ARG>A<NH1> R<ASP>A<OD1> central_sep2 -1.63688
+R<ARG>A<NH1> R<ASP>A<OD1> sep1 1.00044
+R<ARG>A<NH1> R<ASP>A<OD1> sep2 -0.876465
+R<ARG>A<NH1> R<CYS>A<C> central_sep1 1.64695
+R<ARG>A<NH1> R<CYS>A<C> central_sep2 0.85179
+R<ARG>A<NH1> R<CYS>A<C> sep1 2.30214
+R<ARG>A<NH1> R<CYS>A<C> sep2 -0.128752
+R<ARG>A<NH1> R<CYS>A<CA> central_sep1 1.23097
+R<ARG>A<NH1> R<CYS>A<CA> central_sep2 0.470537
+R<ARG>A<NH1> R<CYS>A<CA> sep1 2.58403
+R<ARG>A<NH1> R<CYS>A<CA> sep2 0.34203
+R<ARG>A<NH1> R<CYS>A<CB> central_sep1 0.822768
+R<ARG>A<NH1> R<CYS>A<CB> central_sep2 -0.0495274
+R<ARG>A<NH1> R<CYS>A<CB> sep1 2.38761
+R<ARG>A<NH1> R<CYS>A<CB> sep2 0.0423806
+R<ARG>A<NH1> R<CYS>A<N> central_sep1 2.17864
+R<ARG>A<NH1> R<CYS>A<N> central_sep2 1.11897
+R<ARG>A<NH1> R<CYS>A<N> sep1 2.92518
+R<ARG>A<NH1> R<CYS>A<N> sep2 0.819742
+R<ARG>A<NH1> R<CYS>A<O> central_sep1 0.635086
+R<ARG>A<NH1> R<CYS>A<O> central_sep2 -0.523674
+R<ARG>A<NH1> R<CYS>A<O> sep1 2.80437
+R<ARG>A<NH1> R<CYS>A<O> sep2 0.318281
+R<ARG>A<NH1> R<CYS>A<SG> central_sep1 1.01856
+R<ARG>A<NH1> R<CYS>A<SG> central_sep2 -0.0376161
+R<ARG>A<NH1> R<CYS>A<SG> sep1 2.40193
+R<ARG>A<NH1> R<CYS>A<SG> sep2 0.411084
+R<ARG>A<NH1> R<GLN>A<C> central_sep1 1.24086
+R<ARG>A<NH1> R<GLN>A<C> central_sep2 1.06567
+R<ARG>A<NH1> R<GLN>A<C> sep1 2.05324
+R<ARG>A<NH1> R<GLN>A<C> sep2 0.0359694
+R<ARG>A<NH1> R<GLN>A<CA> central_sep1 0.561797
+R<ARG>A<NH1> R<GLN>A<CA> central_sep2 0.46614
+R<ARG>A<NH1> R<GLN>A<CA> sep1 2.08154
+R<ARG>A<NH1> R<GLN>A<CA> sep2 0.132113
+R<ARG>A<NH1> R<GLN>A<CB> central_sep1 0.0411743
+R<ARG>A<NH1> R<GLN>A<CB> central_sep2 -0.162335
+R<ARG>A<NH1> R<GLN>A<CB> sep1 1.64891
+R<ARG>A<NH1> R<GLN>A<CB> sep2 0.00468058
+R<ARG>A<NH1> R<GLN>A<CD> central_sep1 0.567641
+R<ARG>A<NH1> R<GLN>A<CD> central_sep2 0.06793
+R<ARG>A<NH1> R<GLN>A<CD> sep1 0.585767
+R<ARG>A<NH1> R<GLN>A<CD> sep2 -1.17091
+R<ARG>A<NH1> R<GLN>A<CG> central_sep1 0.183463
+R<ARG>A<NH1> R<GLN>A<CG> central_sep2 0.0293692
+R<ARG>A<NH1> R<GLN>A<CG> sep1 1.58733
+R<ARG>A<NH1> R<GLN>A<CG> sep2 -0.126164
+R<ARG>A<NH1> R<GLN>A<N> central_sep1 1.83042
+R<ARG>A<NH1> R<GLN>A<N> central_sep2 1.24219
+R<ARG>A<NH1> R<GLN>A<N> sep1 2.17865
+R<ARG>A<NH1> R<GLN>A<N> sep2 0.879407
+R<ARG>A<NH1> R<GLN>A<NE2> central_sep1 0.290525
+R<ARG>A<NH1> R<GLN>A<NE2> central_sep2 -0.26663
+R<ARG>A<NH1> R<GLN>A<NE2> sep1 1.40491
+R<ARG>A<NH1> R<GLN>A<NE2> sep2 -0.309947
+R<ARG>A<NH1> R<GLN>A<O> central_sep1 0.668963
+R<ARG>A<NH1> R<GLN>A<O> central_sep2 -0.410567
+R<ARG>A<NH1> R<GLN>A<O> sep1 2.40649
+R<ARG>A<NH1> R<GLN>A<O> sep2 0.325746
+R<ARG>A<NH1> R<GLN>A<OE1> central_sep1 -0.253629
+R<ARG>A<NH1> R<GLN>A<OE1> central_sep2 -0.861536
+R<ARG>A<NH1> R<GLN>A<OE1> sep1 1.34304
+R<ARG>A<NH1> R<GLN>A<OE1> sep2 -0.327377
+R<ARG>A<NH1> R<GLU>A<C> central_sep1 0.934367
+R<ARG>A<NH1> R<GLU>A<C> central_sep2 1.00007
+R<ARG>A<NH1> R<GLU>A<C> sep1 1.81894
+R<ARG>A<NH1> R<GLU>A<C> sep2 -0.0880859
+R<ARG>A<NH1> R<GLU>A<CA> central_sep1 0.191197
+R<ARG>A<NH1> R<GLU>A<CA> central_sep2 0.134423
+R<ARG>A<NH1> R<GLU>A<CA> sep1 1.78197
+R<ARG>A<NH1> R<GLU>A<CA> sep2 -0.136886
+R<ARG>A<NH1> R<GLU>A<CB> central_sep1 -0.263018
+R<ARG>A<NH1> R<GLU>A<CB> central_sep2 -0.399067
+R<ARG>A<NH1> R<GLU>A<CB> sep1 1.25849
+R<ARG>A<NH1> R<GLU>A<CB> sep2 -0.328505
+R<ARG>A<NH1> R<GLU>A<CD> central_sep1 0.18664
+R<ARG>A<NH1> R<GLU>A<CD> central_sep2 -0.604936
+R<ARG>A<NH1> R<GLU>A<CD> sep1 -0.222824
+R<ARG>A<NH1> R<GLU>A<CD> sep2 -2.34839
+R<ARG>A<NH1> R<GLU>A<CG> central_sep1 -0.319383
+R<ARG>A<NH1> R<GLU>A<CG> central_sep2 -0.451345
+R<ARG>A<NH1> R<GLU>A<CG> sep1 1.15871
+R<ARG>A<NH1> R<GLU>A<CG> sep2 -0.49785
+R<ARG>A<NH1> R<GLU>A<N> central_sep1 1.55492
+R<ARG>A<NH1> R<GLU>A<N> central_sep2 1.10057
+R<ARG>A<NH1> R<GLU>A<N> sep1 1.84099
+R<ARG>A<NH1> R<GLU>A<N> sep2 0.622453
+R<ARG>A<NH1> R<GLU>A<O> central_sep1 0.481702
+R<ARG>A<NH1> R<GLU>A<O> central_sep2 -0.512199
+R<ARG>A<NH1> R<GLU>A<O> sep1 2.13994
+R<ARG>A<NH1> R<GLU>A<O> sep2 0.0716758
+R<ARG>A<NH1> R<GLU>A<OE1> central_sep1 -0.811375
+R<ARG>A<NH1> R<GLU>A<OE1> central_sep2 -1.63966
+R<ARG>A<NH1> R<GLU>A<OE1> sep1 0.849786
+R<ARG>A<NH1> R<GLU>A<OE1> sep2 -0.91311
+R<ARG>A<NH1> R<GLY>A<C> central_sep1 0.974738
+R<ARG>A<NH1> R<GLY>A<C> central_sep2 0.335564
+R<ARG>A<NH1> R<GLY>A<C> sep1 1.76603
+R<ARG>A<NH1> R<GLY>A<C> sep2 -0.565896
+R<ARG>A<NH1> R<GLY>A<CA> central_sep1 0.673957
+R<ARG>A<NH1> R<GLY>A<CA> central_sep2 -0.283012
+R<ARG>A<NH1> R<GLY>A<CA> sep1 1.90115
+R<ARG>A<NH1> R<GLY>A<CA> sep2 -0.197463
+R<ARG>A<NH1> R<GLY>A<N> central_sep1 1.87612
+R<ARG>A<NH1> R<GLY>A<N> central_sep2 0.620424
+R<ARG>A<NH1> R<GLY>A<N> sep1 2.38447
+R<ARG>A<NH1> R<GLY>A<N> sep2 0.184789
+R<ARG>A<NH1> R<GLY>A<O> central_sep1 0.372384
+R<ARG>A<NH1> R<GLY>A<O> central_sep2 -0.735271
+R<ARG>A<NH1> R<GLY>A<O> sep1 2.0821
+R<ARG>A<NH1> R<GLY>A<O> sep2 -0.0718846
+R<ARG>A<NH1> R<HIS>A<C> central_sep1 1.58035
+R<ARG>A<NH1> R<HIS>A<C> central_sep2 0.864682
+R<ARG>A<NH1> R<HIS>A<C> sep1 2.32097
+R<ARG>A<NH1> R<HIS>A<C> sep2 -0.164706
+R<ARG>A<NH1> R<HIS>A<CA> central_sep1 0.664246
+R<ARG>A<NH1> R<HIS>A<CA> central_sep2 0.206543
+R<ARG>A<NH1> R<HIS>A<CA> sep1 2.07808
+R<ARG>A<NH1> R<HIS>A<CA> sep2 0.0198539
+R<ARG>A<NH1> R<HIS>A<CB> central_sep1 0.543686
+R<ARG>A<NH1> R<HIS>A<CB> central_sep2 -0.314218
+R<ARG>A<NH1> R<HIS>A<CB> sep1 1.79415
+R<ARG>A<NH1> R<HIS>A<CB> sep2 -0.167361
+R<ARG>A<NH1> R<HIS>A<CD2> central_sep1 0.522998
+R<ARG>A<NH1> R<HIS>A<CD2> central_sep2 -0.313043
+R<ARG>A<NH1> R<HIS>A<CD2> sep1 1.82567
+R<ARG>A<NH1> R<HIS>A<CD2> sep2 -0.308284
+R<ARG>A<NH1> R<HIS>A<CE1> central_sep1 0.41142
+R<ARG>A<NH1> R<HIS>A<CE1> central_sep2 -0.540776
+R<ARG>A<NH1> R<HIS>A<CE1> sep1 1.30854
+R<ARG>A<NH1> R<HIS>A<CE1> sep2 -0.593729
+R<ARG>A<NH1> R<HIS>A<CG> central_sep1 0.821755
+R<ARG>A<NH1> R<HIS>A<CG> central_sep2 -0.178766
+R<ARG>A<NH1> R<HIS>A<CG> sep1 1.06911
+R<ARG>A<NH1> R<HIS>A<CG> sep2 -1.0546
+R<ARG>A<NH1> R<HIS>A<N> central_sep1 2.18318
+R<ARG>A<NH1> R<HIS>A<N> central_sep2 1.28545
+R<ARG>A<NH1> R<HIS>A<N> sep1 2.50634
+R<ARG>A<NH1> R<HIS>A<N> sep2 0.87919
+R<ARG>A<NH1> R<HIS>A<ND1> central_sep1 0.327333
+R<ARG>A<NH1> R<HIS>A<ND1> central_sep2 -0.434194
+R<ARG>A<NH1> R<HIS>A<ND1> sep1 1.48942
+R<ARG>A<NH1> R<HIS>A<ND1> sep2 -0.735337
+R<ARG>A<NH1> R<HIS>A<NE2> central_sep1 0.547738
+R<ARG>A<NH1> R<HIS>A<NE2> central_sep2 -0.315809
+R<ARG>A<NH1> R<HIS>A<NE2> sep1 1.11139
+R<ARG>A<NH1> R<HIS>A<NE2> sep2 -0.807794
+R<ARG>A<NH1> R<HIS>A<O> central_sep1 0.610865
+R<ARG>A<NH1> R<HIS>A<O> central_sep2 -0.531061
+R<ARG>A<NH1> R<HIS>A<O> sep1 2.50147
+R<ARG>A<NH1> R<HIS>A<O> sep2 0.252617
+R<ARG>A<NH1> R<ILE>A<C> central_sep1 2.82649
+R<ARG>A<NH1> R<ILE>A<C> central_sep2 1.58156
+R<ARG>A<NH1> R<ILE>A<C> sep1 2.78798
+R<ARG>A<NH1> R<ILE>A<C> sep2 0.40945
+R<ARG>A<NH1> R<ILE>A<CA> central_sep1 1.40704
+R<ARG>A<NH1> R<ILE>A<CA> central_sep2 0.70326
+R<ARG>A<NH1> R<ILE>A<CA> sep1 2.64172
+R<ARG>A<NH1> R<ILE>A<CA> sep2 0.444563
+R<ARG>A<NH1> R<ILE>A<CB> central_sep1 1.30434
+R<ARG>A<NH1> R<ILE>A<CB> central_sep2 0.307559
+R<ARG>A<NH1> R<ILE>A<CB> sep1 2.17461
+R<ARG>A<NH1> R<ILE>A<CB> sep2 -0.0550031
+R<ARG>A<NH1> R<ILE>A<CD1> central_sep1 0.720739
+R<ARG>A<NH1> R<ILE>A<CD1> central_sep2 -0.138061
+R<ARG>A<NH1> R<ILE>A<CD1> sep1 1.97992
+R<ARG>A<NH1> R<ILE>A<CD1> sep2 0.0859616
+R<ARG>A<NH1> R<ILE>A<CG1> central_sep1 0.525795
+R<ARG>A<NH1> R<ILE>A<CG1> central_sep2 0.109732
+R<ARG>A<NH1> R<ILE>A<CG1> sep1 1.91969
+R<ARG>A<NH1> R<ILE>A<CG1> sep2 -0.0286949
+R<ARG>A<NH1> R<ILE>A<CG2> central_sep1 0.577198
+R<ARG>A<NH1> R<ILE>A<CG2> central_sep2 -0.111863
+R<ARG>A<NH1> R<ILE>A<CG2> sep1 1.83019
+R<ARG>A<NH1> R<ILE>A<CG2> sep2 0.267393
+R<ARG>A<NH1> R<ILE>A<N> central_sep1 2.35404
+R<ARG>A<NH1> R<ILE>A<N> central_sep2 1.38279
+R<ARG>A<NH1> R<ILE>A<N> sep1 3.10366
+R<ARG>A<NH1> R<ILE>A<N> sep2 1.03285
+R<ARG>A<NH1> R<ILE>A<O> central_sep1 0.839869
+R<ARG>A<NH1> R<ILE>A<O> central_sep2 -0.293701
+R<ARG>A<NH1> R<ILE>A<O> sep1 2.95822
+R<ARG>A<NH1> R<ILE>A<O> sep2 0.676994
+R<ARG>A<NH1> R<LEU>A<C> central_sep1 1.70385
+R<ARG>A<NH1> R<LEU>A<C> central_sep2 0.908167
+R<ARG>A<NH1> R<LEU>A<C> sep1 2.35182
+R<ARG>A<NH1> R<LEU>A<C> sep2 -0.167226
+R<ARG>A<NH1> R<LEU>A<CA> central_sep1 1.30381
+R<ARG>A<NH1> R<LEU>A<CA> central_sep2 0.409241
+R<ARG>A<NH1> R<LEU>A<CA> sep1 2.57708
+R<ARG>A<NH1> R<LEU>A<CA> sep2 0.281614
+R<ARG>A<NH1> R<LEU>A<CB> central_sep1 0.548267
+R<ARG>A<NH1> R<LEU>A<CB> central_sep2 -0.101418
+R<ARG>A<NH1> R<LEU>A<CB> sep1 2.16382
+R<ARG>A<NH1> R<LEU>A<CB> sep2 0.017151
+R<ARG>A<NH1> R<LEU>A<CD1> central_sep1 0.4607
+R<ARG>A<NH1> R<LEU>A<CD1> central_sep2 -0.144096
+R<ARG>A<NH1> R<LEU>A<CD1> sep1 1.80389
+R<ARG>A<NH1> R<LEU>A<CD1> sep2 0.0641573
+R<ARG>A<NH1> R<LEU>A<CD2> central_sep1 0.163759
+R<ARG>A<NH1> R<LEU>A<CD2> central_sep2 -0.295172
+R<ARG>A<NH1> R<LEU>A<CD2> sep1 1.68724
+R<ARG>A<NH1> R<LEU>A<CD2> sep2 -0.0585111
+R<ARG>A<NH1> R<LEU>A<CG> central_sep1 0.932745
+R<ARG>A<NH1> R<LEU>A<CG> central_sep2 0.343678
+R<ARG>A<NH1> R<LEU>A<CG> sep1 1.55083
+R<ARG>A<NH1> R<LEU>A<CG> sep2 -0.183064
+R<ARG>A<NH1> R<LEU>A<N> central_sep1 2.24308
+R<ARG>A<NH1> R<LEU>A<N> central_sep2 1.18103
+R<ARG>A<NH1> R<LEU>A<N> sep1 2.80459
+R<ARG>A<NH1> R<LEU>A<N> sep2 0.935728
+R<ARG>A<NH1> R<LEU>A<O> central_sep1 0.676515
+R<ARG>A<NH1> R<LEU>A<O> central_sep2 -0.603232
+R<ARG>A<NH1> R<LEU>A<O> sep1 2.64592
+R<ARG>A<NH1> R<LEU>A<O> sep2 0.280642
+R<ARG>A<NH1> R<LYS>A<C> central_sep1 1.54793
+R<ARG>A<NH1> R<LYS>A<C> central_sep2 1.27222
+R<ARG>A<NH1> R<LYS>A<C> sep1 2.38433
+R<ARG>A<NH1> R<LYS>A<C> sep2 0.306316
+R<ARG>A<NH1> R<LYS>A<CA> central_sep1 0.803267
+R<ARG>A<NH1> R<LYS>A<CA> central_sep2 0.716806
+R<ARG>A<NH1> R<LYS>A<CA> sep1 2.19244
+R<ARG>A<NH1> R<LYS>A<CA> sep2 0.452222
+R<ARG>A<NH1> R<LYS>A<CB> central_sep1 0.537793
+R<ARG>A<NH1> R<LYS>A<CB> central_sep2 0.546809
+R<ARG>A<NH1> R<LYS>A<CB> sep1 1.87749
+R<ARG>A<NH1> R<LYS>A<CB> sep2 0.496573
+R<ARG>A<NH1> R<LYS>A<CD> central_sep1 0.561081
+R<ARG>A<NH1> R<LYS>A<CD> central_sep2 0.307663
+R<ARG>A<NH1> R<LYS>A<CD> sep1 1.65516
+R<ARG>A<NH1> R<LYS>A<CD> sep2 0.307141
+R<ARG>A<NH1> R<LYS>A<CE> central_sep1 0.600521
+R<ARG>A<NH1> R<LYS>A<CE> central_sep2 0.357829
+R<ARG>A<NH1> R<LYS>A<CE> sep1 1.84416
+R<ARG>A<NH1> R<LYS>A<CE> sep2 0.338315
+R<ARG>A<NH1> R<LYS>A<CG> central_sep1 0.314278
+R<ARG>A<NH1> R<LYS>A<CG> central_sep2 0.522551
+R<ARG>A<NH1> R<LYS>A<CG> sep1 1.76883
+R<ARG>A<NH1> R<LYS>A<CG> sep2 0.479061
+R<ARG>A<NH1> R<LYS>A<N> central_sep1 2.1248
+R<ARG>A<NH1> R<LYS>A<N> central_sep2 1.5945
+R<ARG>A<NH1> R<LYS>A<N> sep1 2.50877
+R<ARG>A<NH1> R<LYS>A<N> sep2 1.3155
+R<ARG>A<NH1> R<LYS>A<NZ> central_sep1 1.2487
+R<ARG>A<NH1> R<LYS>A<NZ> central_sep2 0.459374
+R<ARG>A<NH1> R<LYS>A<NZ> sep1 2.08521
+R<ARG>A<NH1> R<LYS>A<NZ> sep2 0.48182
+R<ARG>A<NH1> R<LYS>A<O> central_sep1 0.870559
+R<ARG>A<NH1> R<LYS>A<O> central_sep2 -0.0888636
+R<ARG>A<NH1> R<LYS>A<O> sep1 2.48217
+R<ARG>A<NH1> R<LYS>A<O> sep2 0.642137
+R<ARG>A<NH1> R<MET>A<C> central_sep1 1.68017
+R<ARG>A<NH1> R<MET>A<C> central_sep2 0.963692
+R<ARG>A<NH1> R<MET>A<C> sep1 2.43564
+R<ARG>A<NH1> R<MET>A<C> sep2 -0.104294
+R<ARG>A<NH1> R<MET>A<CA> central_sep1 1.06103
+R<ARG>A<NH1> R<MET>A<CA> central_sep2 0.401222
+R<ARG>A<NH1> R<MET>A<CA> sep1 2.3886
+R<ARG>A<NH1> R<MET>A<CA> sep2 0.208759
+R<ARG>A<NH1> R<MET>A<CB> central_sep1 0.491234
+R<ARG>A<NH1> R<MET>A<CB> central_sep2 -0.0381504
+R<ARG>A<NH1> R<MET>A<CB> sep1 2.07959
+R<ARG>A<NH1> R<MET>A<CB> sep2 0.121283
+R<ARG>A<NH1> R<MET>A<CE> central_sep1 0.417109
+R<ARG>A<NH1> R<MET>A<CE> central_sep2 -0.304153
+R<ARG>A<NH1> R<MET>A<CE> sep1 1.84081
+R<ARG>A<NH1> R<MET>A<CE> sep2 -0.0788962
+R<ARG>A<NH1> R<MET>A<CG> central_sep1 0.451576
+R<ARG>A<NH1> R<MET>A<CG> central_sep2 -0.0498157
+R<ARG>A<NH1> R<MET>A<CG> sep1 1.76594
+R<ARG>A<NH1> R<MET>A<CG> sep2 -0.0959678
+R<ARG>A<NH1> R<MET>A<N> central_sep1 2.06263
+R<ARG>A<NH1> R<MET>A<N> central_sep2 1.12498
+R<ARG>A<NH1> R<MET>A<N> sep1 2.69336
+R<ARG>A<NH1> R<MET>A<N> sep2 0.824556
+R<ARG>A<NH1> R<MET>A<O> central_sep1 0.690264
+R<ARG>A<NH1> R<MET>A<O> central_sep2 -0.542331
+R<ARG>A<NH1> R<MET>A<O> sep1 2.6307
+R<ARG>A<NH1> R<MET>A<O> sep2 0.344147
+R<ARG>A<NH1> R<MET>A<SD> central_sep1 0.561202
+R<ARG>A<NH1> R<MET>A<SD> central_sep2 -0.135941
+R<ARG>A<NH1> R<MET>A<SD> sep1 1.79826
+R<ARG>A<NH1> R<MET>A<SD> sep2 -0.0491471
+R<ARG>A<NH1> R<PHE>A<C> central_sep1 1.85191
+R<ARG>A<NH1> R<PHE>A<C> central_sep2 0.836074
+R<ARG>A<NH1> R<PHE>A<C> sep1 2.48926
+R<ARG>A<NH1> R<PHE>A<C> sep2 -0.180598
+R<ARG>A<NH1> R<PHE>A<CA> central_sep1 1.0896
+R<ARG>A<NH1> R<PHE>A<CA> central_sep2 0.321614
+R<ARG>A<NH1> R<PHE>A<CA> sep1 2.58235
+R<ARG>A<NH1> R<PHE>A<CA> sep2 0.200104
+R<ARG>A<NH1> R<PHE>A<CB> central_sep1 0.864929
+R<ARG>A<NH1> R<PHE>A<CB> central_sep2 -0.360283
+R<ARG>A<NH1> R<PHE>A<CB> sep1 2.28273
+R<ARG>A<NH1> R<PHE>A<CB> sep2 -0.202962
+R<ARG>A<NH1> R<PHE>A<CD1> central_sep1 0.841791
+R<ARG>A<NH1> R<PHE>A<CD1> central_sep2 -0.124798
+R<ARG>A<NH1> R<PHE>A<CD1> sep1 2.10782
+R<ARG>A<NH1> R<PHE>A<CD1> sep2 -0.35514
+R<ARG>A<NH1> R<PHE>A<CE1> central_sep1 0.729684
+R<ARG>A<NH1> R<PHE>A<CE1> central_sep2 -0.164013
+R<ARG>A<NH1> R<PHE>A<CE1> sep1 1.47635
+R<ARG>A<NH1> R<PHE>A<CE1> sep2 -0.498849
+R<ARG>A<NH1> R<PHE>A<CG> central_sep1 1.90685
+R<ARG>A<NH1> R<PHE>A<CG> central_sep2 0.245334
+R<ARG>A<NH1> R<PHE>A<CG> sep1 1.5405
+R<ARG>A<NH1> R<PHE>A<CG> sep2 -1.02147
+R<ARG>A<NH1> R<PHE>A<CZ> central_sep1 0.592524
+R<ARG>A<NH1> R<PHE>A<CZ> central_sep2 -0.233982
+R<ARG>A<NH1> R<PHE>A<CZ> sep1 1.29023
+R<ARG>A<NH1> R<PHE>A<CZ> sep2 -0.549681
+R<ARG>A<NH1> R<PHE>A<N> central_sep1 2.19341
+R<ARG>A<NH1> R<PHE>A<N> central_sep2 1.24192
+R<ARG>A<NH1> R<PHE>A<N> sep1 2.71402
+R<ARG>A<NH1> R<PHE>A<N> sep2 0.73739
+R<ARG>A<NH1> R<PHE>A<O> central_sep1 0.7192
+R<ARG>A<NH1> R<PHE>A<O> central_sep2 -0.564785
+R<ARG>A<NH1> R<PHE>A<O> sep1 2.7075
+R<ARG>A<NH1> R<PHE>A<O> sep2 0.297704
+R<ARG>A<NH1> R<PRO>A<C> central_sep1 1.26709
+R<ARG>A<NH1> R<PRO>A<C> central_sep2 0.745185
+R<ARG>A<NH1> R<PRO>A<C> sep1 2.07852
+R<ARG>A<NH1> R<PRO>A<C> sep2 -0.187291
+R<ARG>A<NH1> R<PRO>A<CA> central_sep1 0.575396
+R<ARG>A<NH1> R<PRO>A<CA> central_sep2 -0.0200513
+R<ARG>A<NH1> R<PRO>A<CA> sep1 1.95636
+R<ARG>A<NH1> R<PRO>A<CA> sep2 -0.212536
+R<ARG>A<NH1> R<PRO>A<CB> central_sep1 0.243162
+R<ARG>A<NH1> R<PRO>A<CB> central_sep2 -0.220833
+R<ARG>A<NH1> R<PRO>A<CB> sep1 1.68988
+R<ARG>A<NH1> R<PRO>A<CB> sep2 -0.338791
+R<ARG>A<NH1> R<PRO>A<CD> central_sep1 0.995061
+R<ARG>A<NH1> R<PRO>A<CD> central_sep2 -0.19462
+R<ARG>A<NH1> R<PRO>A<CD> sep1 2.00465
+R<ARG>A<NH1> R<PRO>A<CD> sep2 -0.0413303
+R<ARG>A<NH1> R<PRO>A<CG> central_sep1 0.55363
+R<ARG>A<NH1> R<PRO>A<CG> central_sep2 -0.345643
+R<ARG>A<NH1> R<PRO>A<CG> sep1 1.58266
+R<ARG>A<NH1> R<PRO>A<CG> sep2 -0.585399
+R<ARG>A<NH1> R<PRO>A<N> central_sep1 1.21625
+R<ARG>A<NH1> R<PRO>A<N> central_sep2 0.66898
+R<ARG>A<NH1> R<PRO>A<N> sep1 1.62946
+R<ARG>A<NH1> R<PRO>A<N> sep2 -0.395404
+R<ARG>A<NH1> R<PRO>A<O> central_sep1 0.272114
+R<ARG>A<NH1> R<PRO>A<O> central_sep2 -0.716733
+R<ARG>A<NH1> R<PRO>A<O> sep1 2.11953
+R<ARG>A<NH1> R<PRO>A<O> sep2 0.107226
+R<ARG>A<NH1> R<SER>A<C> central_sep1 1.05255
+R<ARG>A<NH1> R<SER>A<C> central_sep2 0.534739
+R<ARG>A<NH1> R<SER>A<C> sep1 2.02605
+R<ARG>A<NH1> R<SER>A<C> sep2 -0.253411
+R<ARG>A<NH1> R<SER>A<CA> central_sep1 0.704461
+R<ARG>A<NH1> R<SER>A<CA> central_sep2 0.155213
+R<ARG>A<NH1> R<SER>A<CA> sep1 1.97755
+R<ARG>A<NH1> R<SER>A<CA> sep2 -0.124577
+R<ARG>A<NH1> R<SER>A<CB> central_sep1 0.433333
+R<ARG>A<NH1> R<SER>A<CB> central_sep2 -0.151227
+R<ARG>A<NH1> R<SER>A<CB> sep1 1.63565
+R<ARG>A<NH1> R<SER>A<CB> sep2 -0.243305
+R<ARG>A<NH1> R<SER>A<N> central_sep1 1.68815
+R<ARG>A<NH1> R<SER>A<N> central_sep2 0.871789
+R<ARG>A<NH1> R<SER>A<N> sep1 2.32189
+R<ARG>A<NH1> R<SER>A<N> sep2 0.591757
+R<ARG>A<NH1> R<SER>A<O> central_sep1 0.611961
+R<ARG>A<NH1> R<SER>A<O> central_sep2 -0.557234
+R<ARG>A<NH1> R<SER>A<O> sep1 2.29369
+R<ARG>A<NH1> R<SER>A<O> sep2 0.154535
+R<ARG>A<NH1> R<SER>A<OG> central_sep1 0.339366
+R<ARG>A<NH1> R<SER>A<OG> central_sep2 -0.515864
+R<ARG>A<NH1> R<SER>A<OG> sep1 1.7933
+R<ARG>A<NH1> R<SER>A<OG> sep2 -0.024831
+R<ARG>A<NH1> R<THR>A<C> central_sep1 1.42752
+R<ARG>A<NH1> R<THR>A<C> central_sep2 0.633059
+R<ARG>A<NH1> R<THR>A<C> sep1 2.29588
+R<ARG>A<NH1> R<THR>A<C> sep2 -0.131491
+R<ARG>A<NH1> R<THR>A<CA> central_sep1 0.897121
+R<ARG>A<NH1> R<THR>A<CA> central_sep2 0.306932
+R<ARG>A<NH1> R<THR>A<CA> sep1 2.162
+R<ARG>A<NH1> R<THR>A<CA> sep2 0.0100082
+R<ARG>A<NH1> R<THR>A<CB> central_sep1 0.858842
+R<ARG>A<NH1> R<THR>A<CB> central_sep2 0.0709021
+R<ARG>A<NH1> R<THR>A<CB> sep1 1.60778
+R<ARG>A<NH1> R<THR>A<CB> sep2 -0.488979
+R<ARG>A<NH1> R<THR>A<CG2> central_sep1 0.333015
+R<ARG>A<NH1> R<THR>A<CG2> central_sep2 -0.252506
+R<ARG>A<NH1> R<THR>A<CG2> sep1 1.67593
+R<ARG>A<NH1> R<THR>A<CG2> sep2 0.0200703
+R<ARG>A<NH1> R<THR>A<N> central_sep1 1.89158
+R<ARG>A<NH1> R<THR>A<N> central_sep2 0.933964
+R<ARG>A<NH1> R<THR>A<N> sep1 2.60961
+R<ARG>A<NH1> R<THR>A<N> sep2 0.743928
+R<ARG>A<NH1> R<THR>A<O> central_sep1 0.641773
+R<ARG>A<NH1> R<THR>A<O> central_sep2 -0.463671
+R<ARG>A<NH1> R<THR>A<O> sep1 2.50801
+R<ARG>A<NH1> R<THR>A<O> sep2 0.319762
+R<ARG>A<NH1> R<THR>A<OG1> central_sep1 0.418104
+R<ARG>A<NH1> R<THR>A<OG1> central_sep2 -0.498875
+R<ARG>A<NH1> R<THR>A<OG1> sep1 1.96185
+R<ARG>A<NH1> R<THR>A<OG1> sep2 -0.00739575
+R<ARG>A<NH1> R<TRP>A<C> central_sep1 1.76133
+R<ARG>A<NH1> R<TRP>A<C> central_sep2 0.863572
+R<ARG>A<NH1> R<TRP>A<C> sep1 2.39812
+R<ARG>A<NH1> R<TRP>A<C> sep2 -0.194234
+R<ARG>A<NH1> R<TRP>A<CA> central_sep1 0.743574
+R<ARG>A<NH1> R<TRP>A<CA> central_sep2 0.326182
+R<ARG>A<NH1> R<TRP>A<CA> sep1 2.41283
+R<ARG>A<NH1> R<TRP>A<CA> sep2 0.033718
+R<ARG>A<NH1> R<TRP>A<CB> central_sep1 0.604942
+R<ARG>A<NH1> R<TRP>A<CB> central_sep2 -0.703702
+R<ARG>A<NH1> R<TRP>A<CB> sep1 2.15858
+R<ARG>A<NH1> R<TRP>A<CB> sep2 -0.517919
+R<ARG>A<NH1> R<TRP>A<CD1> central_sep1 0.267061
+R<ARG>A<NH1> R<TRP>A<CD1> central_sep2 -0.674296
+R<ARG>A<NH1> R<TRP>A<CD1> sep1 1.75726
+R<ARG>A<NH1> R<TRP>A<CD1> sep2 -0.734785
+R<ARG>A<NH1> R<TRP>A<CD2> central_sep1 0.99109
+R<ARG>A<NH1> R<TRP>A<CD2> central_sep2 -0.398416
+R<ARG>A<NH1> R<TRP>A<CD2> sep1 1.46354
+R<ARG>A<NH1> R<TRP>A<CD2> sep2 -0.909439
+R<ARG>A<NH1> R<TRP>A<CE2> central_sep1 0.852156
+R<ARG>A<NH1> R<TRP>A<CE2> central_sep2 -0.43432
+R<ARG>A<NH1> R<TRP>A<CE2> sep1 1.27211
+R<ARG>A<NH1> R<TRP>A<CE2> sep2 -1.22324
+R<ARG>A<NH1> R<TRP>A<CE3> central_sep1 0.97151
+R<ARG>A<NH1> R<TRP>A<CE3> central_sep2 -0.2092
+R<ARG>A<NH1> R<TRP>A<CE3> sep1 2.13084
+R<ARG>A<NH1> R<TRP>A<CE3> sep2 -0.554522
+R<ARG>A<NH1> R<TRP>A<CG> central_sep1 1.55937
+R<ARG>A<NH1> R<TRP>A<CG> central_sep2 -0.449749
+R<ARG>A<NH1> R<TRP>A<CG> sep1 0.958486
+R<ARG>A<NH1> R<TRP>A<CG> sep2 -1.59495
+R<ARG>A<NH1> R<TRP>A<CH2> central_sep1 0.462454
+R<ARG>A<NH1> R<TRP>A<CH2> central_sep2 -0.52429
+R<ARG>A<NH1> R<TRP>A<CH2> sep1 1.13031
+R<ARG>A<NH1> R<TRP>A<CH2> sep2 -0.864816
+R<ARG>A<NH1> R<TRP>A<CZ2> central_sep1 0.330952
+R<ARG>A<NH1> R<TRP>A<CZ2> central_sep2 -0.716059
+R<ARG>A<NH1> R<TRP>A<CZ2> sep1 1.06829
+R<ARG>A<NH1> R<TRP>A<CZ2> sep2 -1.07005
+R<ARG>A<NH1> R<TRP>A<CZ3> central_sep1 0.713266
+R<ARG>A<NH1> R<TRP>A<CZ3> central_sep2 -0.314437
+R<ARG>A<NH1> R<TRP>A<CZ3> sep1 1.47667
+R<ARG>A<NH1> R<TRP>A<CZ3> sep2 -0.633632
+R<ARG>A<NH1> R<TRP>A<N> central_sep1 1.89597
+R<ARG>A<NH1> R<TRP>A<N> central_sep2 1.11991
+R<ARG>A<NH1> R<TRP>A<N> sep1 2.48124
+R<ARG>A<NH1> R<TRP>A<N> sep2 0.855772
+R<ARG>A<NH1> R<TRP>A<NE1> central_sep1 0.364695
+R<ARG>A<NH1> R<TRP>A<NE1> central_sep2 -0.612501
+R<ARG>A<NH1> R<TRP>A<NE1> sep1 1.1227
+R<ARG>A<NH1> R<TRP>A<NE1> sep2 -1.08628
+R<ARG>A<NH1> R<TRP>A<O> central_sep1 0.523993
+R<ARG>A<NH1> R<TRP>A<O> central_sep2 -0.699069
+R<ARG>A<NH1> R<TRP>A<O> sep1 2.52563
+R<ARG>A<NH1> R<TRP>A<O> sep2 0.100823
+R<ARG>A<NH1> R<TYR>A<C> central_sep1 1.95732
+R<ARG>A<NH1> R<TYR>A<C> central_sep2 1.0332
+R<ARG>A<NH1> R<TYR>A<C> sep1 2.54052
+R<ARG>A<NH1> R<TYR>A<C> sep2 -0.0269115
+R<ARG>A<NH1> R<TYR>A<CA> central_sep1 0.881045
+R<ARG>A<NH1> R<TYR>A<CA> central_sep2 0.306584
+R<ARG>A<NH1> R<TYR>A<CA> sep1 2.49982
+R<ARG>A<NH1> R<TYR>A<CA> sep2 0.198934
+R<ARG>A<NH1> R<TYR>A<CB> central_sep1 0.980941
+R<ARG>A<NH1> R<TYR>A<CB> central_sep2 -0.321349
+R<ARG>A<NH1> R<TYR>A<CB> sep1 2.32512
+R<ARG>A<NH1> R<TYR>A<CB> sep2 -0.215953
+R<ARG>A<NH1> R<TYR>A<CD1> central_sep1 0.655511
+R<ARG>A<NH1> R<TYR>A<CD1> central_sep2 -0.254519
+R<ARG>A<NH1> R<TYR>A<CD1> sep1 1.96295
+R<ARG>A<NH1> R<TYR>A<CD1> sep2 -0.547148
+R<ARG>A<NH1> R<TYR>A<CE1> central_sep1 0.470986
+R<ARG>A<NH1> R<TYR>A<CE1> central_sep2 -0.529612
+R<ARG>A<NH1> R<TYR>A<CE1> sep1 1.38585
+R<ARG>A<NH1> R<TYR>A<CE1> sep2 -0.789675
+R<ARG>A<NH1> R<TYR>A<CG> central_sep1 1.65124
+R<ARG>A<NH1> R<TYR>A<CG> central_sep2 -0.0351283
+R<ARG>A<NH1> R<TYR>A<CG> sep1 1.23205
+R<ARG>A<NH1> R<TYR>A<CG> sep2 -1.29071
+R<ARG>A<NH1> R<TYR>A<CZ> central_sep1 0.97303
+R<ARG>A<NH1> R<TYR>A<CZ> central_sep2 -0.402752
+R<ARG>A<NH1> R<TYR>A<CZ> sep1 1.14982
+R<ARG>A<NH1> R<TYR>A<CZ> sep2 -1.40249
+R<ARG>A<NH1> R<TYR>A<N> central_sep1 2.15368
+R<ARG>A<NH1> R<TYR>A<N> central_sep2 1.22066
+R<ARG>A<NH1> R<TYR>A<N> sep1 2.61565
+R<ARG>A<NH1> R<TYR>A<N> sep2 0.862508
+R<ARG>A<NH1> R<TYR>A<O> central_sep1 0.648589
+R<ARG>A<NH1> R<TYR>A<O> central_sep2 -0.520919
+R<ARG>A<NH1> R<TYR>A<O> sep1 2.61231
+R<ARG>A<NH1> R<TYR>A<O> sep2 0.349552
+R<ARG>A<NH1> R<TYR>A<OH> central_sep1 0.0871374
+R<ARG>A<NH1> R<TYR>A<OH> central_sep2 -0.90409
+R<ARG>A<NH1> R<TYR>A<OH> sep1 1.22553
+R<ARG>A<NH1> R<TYR>A<OH> sep2 -0.81627
+R<ARG>A<NH1> R<VAL>A<C> central_sep1 2.63136
+R<ARG>A<NH1> R<VAL>A<C> central_sep2 1.36732
+R<ARG>A<NH1> R<VAL>A<C> sep1 2.67185
+R<ARG>A<NH1> R<VAL>A<C> sep2 0.314091
+R<ARG>A<NH1> R<VAL>A<CA> central_sep1 1.32005
+R<ARG>A<NH1> R<VAL>A<CA> central_sep2 0.674897
+R<ARG>A<NH1> R<VAL>A<CA> sep1 2.60752
+R<ARG>A<NH1> R<VAL>A<CA> sep2 0.448186
+R<ARG>A<NH1> R<VAL>A<CB> central_sep1 1.16737
+R<ARG>A<NH1> R<VAL>A<CB> central_sep2 0.253455
+R<ARG>A<NH1> R<VAL>A<CB> sep1 1.96172
+R<ARG>A<NH1> R<VAL>A<CB> sep2 -0.237628
+R<ARG>A<NH1> R<VAL>A<CG1> central_sep1 0.490712
+R<ARG>A<NH1> R<VAL>A<CG1> central_sep2 -0.130501
+R<ARG>A<NH1> R<VAL>A<CG1> sep1 1.75122
+R<ARG>A<NH1> R<VAL>A<CG1> sep2 0.138488
+R<ARG>A<NH1> R<VAL>A<CG2> central_sep1 0.561536
+R<ARG>A<NH1> R<VAL>A<CG2> central_sep2 -0.0985706
+R<ARG>A<NH1> R<VAL>A<CG2> sep1 2.04088
+R<ARG>A<NH1> R<VAL>A<CG2> sep2 0.135808
+R<ARG>A<NH1> R<VAL>A<N> central_sep1 2.35647
+R<ARG>A<NH1> R<VAL>A<N> central_sep2 1.33244
+R<ARG>A<NH1> R<VAL>A<N> sep1 2.89723
+R<ARG>A<NH1> R<VAL>A<N> sep2 0.959982
+R<ARG>A<NH1> R<VAL>A<O> central_sep1 0.713385
+R<ARG>A<NH1> R<VAL>A<O> central_sep2 -0.30886
+R<ARG>A<NH1> R<VAL>A<O> sep1 2.86096
+R<ARG>A<NH1> R<VAL>A<O> sep2 0.569144
+R<ARG>A<NH1> c<solvent> . -0.507701
+R<ARG>A<O> R<ARG>A<O> central_sep1 0.827086
+R<ARG>A<O> R<ARG>A<O> central_sep2 0.631218
+R<ARG>A<O> R<ARG>A<O> sep1 0.370541
+R<ARG>A<O> R<ARG>A<O> sep2 1.09181
+R<ARG>A<O> R<ASN>A<C> central_sep1 -0.682142
+R<ARG>A<O> R<ASN>A<C> central_sep2 2.26534
+R<ARG>A<O> R<ASN>A<C> sep1 -1.29626
+R<ARG>A<O> R<ASN>A<C> sep2 0.976604
+R<ARG>A<O> R<ASN>A<CA> central_sep1 1.10972
+R<ARG>A<O> R<ASN>A<CA> central_sep2 0.0456595
+R<ARG>A<O> R<ASN>A<CA> sep1 -1.95122
+R<ARG>A<O> R<ASN>A<CA> sep2 0.656948
+R<ARG>A<O> R<ASN>A<CB> central_sep1 -1.00258
+R<ARG>A<O> R<ASN>A<CB> central_sep2 -0.0744909
+R<ARG>A<O> R<ASN>A<CB> sep1 0.167802
+R<ARG>A<O> R<ASN>A<CB> sep2 0.391713
+R<ARG>A<O> R<ASN>A<CG> central_sep1 -0.958906
+R<ARG>A<O> R<ASN>A<CG> central_sep2 0.955568
+R<ARG>A<O> R<ASN>A<CG> sep1 0.643706
+R<ARG>A<O> R<ASN>A<CG> sep2 -0.193235
+R<ARG>A<O> R<ASN>A<N> central_sep1 -1.53314
+R<ARG>A<O> R<ASN>A<N> central_sep2 -0.372922
+R<ARG>A<O> R<ASN>A<N> sep1 0.101583
+R<ARG>A<O> R<ASN>A<N> sep2 1.08108
+R<ARG>A<O> R<ASN>A<ND2> central_sep1 0.0946623
+R<ARG>A<O> R<ASN>A<ND2> central_sep2 -0.298265
+R<ARG>A<O> R<ASN>A<ND2> sep1 1.17864
+R<ARG>A<O> R<ASN>A<ND2> sep2 0.745926
+R<ARG>A<O> R<ASN>A<O> central_sep1 0.923147
+R<ARG>A<O> R<ASN>A<O> central_sep2 1.10984
+R<ARG>A<O> R<ASN>A<O> sep1 0.655761
+R<ARG>A<O> R<ASN>A<O> sep2 1.13317
+R<ARG>A<O> R<ASN>A<OD1> central_sep1 0.445677
+R<ARG>A<O> R<ASN>A<OD1> central_sep2 0.632166
+R<ARG>A<O> R<ASN>A<OD1> sep1 0.653204
+R<ARG>A<O> R<ASN>A<OD1> sep2 0.452625
+R<ARG>A<O> R<ASP>A<C> central_sep1 -0.810536
+R<ARG>A<O> R<ASP>A<C> central_sep2 2.34967
+R<ARG>A<O> R<ASP>A<C> sep1 -1.44587
+R<ARG>A<O> R<ASP>A<C> sep2 1.17661
+R<ARG>A<O> R<ASP>A<CA> central_sep1 1.64044
+R<ARG>A<O> R<ASP>A<CA> central_sep2 0.0402419
+R<ARG>A<O> R<ASP>A<CA> sep1 -2.01873
+R<ARG>A<O> R<ASP>A<CA> sep2 0.508668
+R<ARG>A<O> R<ASP>A<CB> central_sep1 -1.13842
+R<ARG>A<O> R<ASP>A<CB> central_sep2 0.0821094
+R<ARG>A<O> R<ASP>A<CB> sep1 0.373121
+R<ARG>A<O> R<ASP>A<CB> sep2 0.351477
+R<ARG>A<O> R<ASP>A<CG> central_sep1 -1.25579
+R<ARG>A<O> R<ASP>A<CG> central_sep2 0.938545
+R<ARG>A<O> R<ASP>A<CG> sep1 0.691066
+R<ARG>A<O> R<ASP>A<CG> sep2 0.137259
+R<ARG>A<O> R<ASP>A<N> central_sep1 -1.84817
+R<ARG>A<O> R<ASP>A<N> central_sep2 -0.808833
+R<ARG>A<O> R<ASP>A<N> sep1 -0.00662524
+R<ARG>A<O> R<ASP>A<N> sep2 0.662173
+R<ARG>A<O> R<ASP>A<O> central_sep1 0.73034
+R<ARG>A<O> R<ASP>A<O> central_sep2 1.18213
+R<ARG>A<O> R<ASP>A<O> sep1 0.599539
+R<ARG>A<O> R<ASP>A<O> sep2 1.08288
+R<ARG>A<O> R<ASP>A<OD1> central_sep1 0.93652
+R<ARG>A<O> R<ASP>A<OD1> central_sep2 1.17097
+R<ARG>A<O> R<ASP>A<OD1> sep1 0.843545
+R<ARG>A<O> R<ASP>A<OD1> sep2 0.64523
+R<ARG>A<O> R<CYS>A<C> central_sep1 -0.488678
+R<ARG>A<O> R<CYS>A<C> central_sep2 2.17343
+R<ARG>A<O> R<CYS>A<C> sep1 -1.27233
+R<ARG>A<O> R<CYS>A<C> sep2 0.802327
+R<ARG>A<O> R<CYS>A<CA> central_sep1 1.00521
+R<ARG>A<O> R<CYS>A<CA> central_sep2 -0.741921
+R<ARG>A<O> R<CYS>A<CA> sep1 -1.86221
+R<ARG>A<O> R<CYS>A<CA> sep2 0.31035
+R<ARG>A<O> R<CYS>A<CB> central_sep1 -0.940452
+R<ARG>A<O> R<CYS>A<CB> central_sep2 -0.273043
+R<ARG>A<O> R<CYS>A<CB> sep1 0.580125
+R<ARG>A<O> R<CYS>A<CB> sep2 -0.164785
+R<ARG>A<O> R<CYS>A<N> central_sep1 -1.44435
+R<ARG>A<O> R<CYS>A<N> central_sep2 -0.898302
+R<ARG>A<O> R<CYS>A<N> sep1 0.128794
+R<ARG>A<O> R<CYS>A<N> sep2 0.673435
+R<ARG>A<O> R<CYS>A<O> central_sep1 0.612803
+R<ARG>A<O> R<CYS>A<O> central_sep2 0.75841
+R<ARG>A<O> R<CYS>A<O> sep1 0.72025
+R<ARG>A<O> R<CYS>A<O> sep2 0.8541
+R<ARG>A<O> R<CYS>A<SG> central_sep1 -0.309467
+R<ARG>A<O> R<CYS>A<SG> central_sep2 0.162129
+R<ARG>A<O> R<CYS>A<SG> sep1 1.66041
+R<ARG>A<O> R<CYS>A<SG> sep2 0.227297
+R<ARG>A<O> R<GLN>A<C> central_sep1 -0.675733
+R<ARG>A<O> R<GLN>A<C> central_sep2 2.72945
+R<ARG>A<O> R<GLN>A<C> sep1 -1.54935
+R<ARG>A<O> R<GLN>A<C> sep2 1.52652
+R<ARG>A<O> R<GLN>A<CA> central_sep1 1.00071
+R<ARG>A<O> R<GLN>A<CA> central_sep2 0.119454
+R<ARG>A<O> R<GLN>A<CA> sep1 -2.00903
+R<ARG>A<O> R<GLN>A<CA> sep2 1.00883
+R<ARG>A<O> R<GLN>A<CB> central_sep1 -1.56694
+R<ARG>A<O> R<GLN>A<CB> central_sep2 0.36776
+R<ARG>A<O> R<GLN>A<CB> sep1 0.379305
+R<ARG>A<O> R<GLN>A<CB> sep2 0.0276047
+R<ARG>A<O> R<GLN>A<CD> central_sep1 0.485645
+R<ARG>A<O> R<GLN>A<CD> central_sep2 0.887811
+R<ARG>A<O> R<GLN>A<CD> sep1 0.26611
+R<ARG>A<O> R<GLN>A<CD> sep2 -0.0457479
+R<ARG>A<O> R<GLN>A<CG> central_sep1 -1.29596
+R<ARG>A<O> R<GLN>A<CG> central_sep2 0.131313
+R<ARG>A<O> R<GLN>A<CG> sep1 0.690719
+R<ARG>A<O> R<GLN>A<CG> sep2 0.349207
+R<ARG>A<O> R<GLN>A<N> central_sep1 -1.97212
+R<ARG>A<O> R<GLN>A<N> central_sep2 -0.847983
+R<ARG>A<O> R<GLN>A<N> sep1 0.198915
+R<ARG>A<O> R<GLN>A<N> sep2 1.20319
+R<ARG>A<O> R<GLN>A<NE2> central_sep1 0.195686
+R<ARG>A<O> R<GLN>A<NE2> central_sep2 -0.261909
+R<ARG>A<O> R<GLN>A<NE2> sep1 1.38047
+R<ARG>A<O> R<GLN>A<NE2> sep2 0.804207
+R<ARG>A<O> R<GLN>A<O> central_sep1 0.825632
+R<ARG>A<O> R<GLN>A<O> central_sep2 0.897034
+R<ARG>A<O> R<GLN>A<O> sep1 0.534536
+R<ARG>A<O> R<GLN>A<O> sep2 1.14674
+R<ARG>A<O> R<GLN>A<OE1> central_sep1 0.810509
+R<ARG>A<O> R<GLN>A<OE1> central_sep2 0.611059
+R<ARG>A<O> R<GLN>A<OE1> sep1 1.27667
+R<ARG>A<O> R<GLN>A<OE1> sep2 0.374263
+R<ARG>A<O> R<GLU>A<C> central_sep1 -0.856385
+R<ARG>A<O> R<GLU>A<C> central_sep2 2.8082
+R<ARG>A<O> R<GLU>A<C> sep1 -1.65741
+R<ARG>A<O> R<GLU>A<C> sep2 1.57551
+R<ARG>A<O> R<GLU>A<CA> central_sep1 1.09189
+R<ARG>A<O> R<GLU>A<CA> central_sep2 0.0421065
+R<ARG>A<O> R<GLU>A<CA> sep1 -2.03891
+R<ARG>A<O> R<GLU>A<CA> sep2 1.01949
+R<ARG>A<O> R<GLU>A<CB> central_sep1 -1.65784
+R<ARG>A<O> R<GLU>A<CB> central_sep2 0.379068
+R<ARG>A<O> R<GLU>A<CB> sep1 0.416132
+R<ARG>A<O> R<GLU>A<CB> sep2 -0.160507
+R<ARG>A<O> R<GLU>A<CD> central_sep1 0.951648
+R<ARG>A<O> R<GLU>A<CD> central_sep2 1.41226
+R<ARG>A<O> R<GLU>A<CD> sep1 0.154023
+R<ARG>A<O> R<GLU>A<CD> sep2 0.474968
+R<ARG>A<O> R<GLU>A<CG> central_sep1 -1.38944
+R<ARG>A<O> R<GLU>A<CG> central_sep2 0.164943
+R<ARG>A<O> R<GLU>A<CG> sep1 0.804654
+R<ARG>A<O> R<GLU>A<CG> sep2 0.526194
+R<ARG>A<O> R<GLU>A<N> central_sep1 -2.17714
+R<ARG>A<O> R<GLU>A<N> central_sep2 -1.15178
+R<ARG>A<O> R<GLU>A<N> sep1 0.124081
+R<ARG>A<O> R<GLU>A<N> sep2 1.07045
+R<ARG>A<O> R<GLU>A<O> central_sep1 0.90658
+R<ARG>A<O> R<GLU>A<O> central_sep2 0.892294
+R<ARG>A<O> R<GLU>A<O> sep1 0.449894
+R<ARG>A<O> R<GLU>A<O> sep2 1.19536
+R<ARG>A<O> R<GLU>A<OE1> central_sep1 1.4776
+R<ARG>A<O> R<GLU>A<OE1> central_sep2 1.30095
+R<ARG>A<O> R<GLU>A<OE1> sep1 1.43037
+R<ARG>A<O> R<GLU>A<OE1> sep2 0.725644
+R<ARG>A<O> R<GLY>A<C> central_sep1 0.164344
+R<ARG>A<O> R<GLY>A<C> central_sep2 1.6099
+R<ARG>A<O> R<GLY>A<C> sep1 -1.42662
+R<ARG>A<O> R<GLY>A<C> sep2 0.625925
+R<ARG>A<O> R<GLY>A<CA> central_sep1 0.444418
+R<ARG>A<O> R<GLY>A<CA> central_sep2 -0.223123
+R<ARG>A<O> R<GLY>A<CA> sep1 -1.45785
+R<ARG>A<O> R<GLY>A<CA> sep2 0.618763
+R<ARG>A<O> R<GLY>A<N> central_sep1 -1.52423
+R<ARG>A<O> R<GLY>A<N> central_sep2 -0.295669
+R<ARG>A<O> R<GLY>A<N> sep1 -0.442537
+R<ARG>A<O> R<GLY>A<N> sep2 0.559072
+R<ARG>A<O> R<GLY>A<O> central_sep1 0.959246
+R<ARG>A<O> R<GLY>A<O> central_sep2 1.06093
+R<ARG>A<O> R<GLY>A<O> sep1 0.646564
+R<ARG>A<O> R<GLY>A<O> sep2 0.702998
+R<ARG>A<O> R<HIS>A<C> central_sep1 -0.623085
+R<ARG>A<O> R<HIS>A<C> central_sep2 2.20775
+R<ARG>A<O> R<HIS>A<C> sep1 -1.34629
+R<ARG>A<O> R<HIS>A<C> sep2 0.885693
+R<ARG>A<O> R<HIS>A<CA> central_sep1 1.05922
+R<ARG>A<O> R<HIS>A<CA> central_sep2 -0.298385
+R<ARG>A<O> R<HIS>A<CA> sep1 -2.04378
+R<ARG>A<O> R<HIS>A<CA> sep2 0.732397
+R<ARG>A<O> R<HIS>A<CB> central_sep1 -1.18704
+R<ARG>A<O> R<HIS>A<CB> central_sep2 -0.107233
+R<ARG>A<O> R<HIS>A<CB> sep1 0.514218
+R<ARG>A<O> R<HIS>A<CB> sep2 0.0473307
+R<ARG>A<O> R<HIS>A<CD2> central_sep1 -0.620561
+R<ARG>A<O> R<HIS>A<CD2> central_sep2 -0.0704779
+R<ARG>A<O> R<HIS>A<CD2> sep1 0.820798
+R<ARG>A<O> R<HIS>A<CD2> sep2 0.389768
+R<ARG>A<O> R<HIS>A<CE1> central_sep1 0.340875
+R<ARG>A<O> R<HIS>A<CE1> central_sep2 -0.165448
+R<ARG>A<O> R<HIS>A<CE1> sep1 0.96532
+R<ARG>A<O> R<HIS>A<CE1> sep2 0.376373
+R<ARG>A<O> R<HIS>A<CG> central_sep1 -0.150505
+R<ARG>A<O> R<HIS>A<CG> central_sep2 1.16755
+R<ARG>A<O> R<HIS>A<CG> sep1 0.168404
+R<ARG>A<O> R<HIS>A<CG> sep2 -0.0703925
+R<ARG>A<O> R<HIS>A<N> central_sep1 -1.61088
+R<ARG>A<O> R<HIS>A<N> central_sep2 -0.807072
+R<ARG>A<O> R<HIS>A<N> sep1 0.10108
+R<ARG>A<O> R<HIS>A<N> sep2 0.812943
+R<ARG>A<O> R<HIS>A<ND1> central_sep1 -0.512306
+R<ARG>A<O> R<HIS>A<ND1> central_sep2 0.0400251
+R<ARG>A<O> R<HIS>A<ND1> sep1 0.315752
+R<ARG>A<O> R<HIS>A<ND1> sep2 0.167169
+R<ARG>A<O> R<HIS>A<NE2> central_sep1 0.77203
+R<ARG>A<O> R<HIS>A<NE2> central_sep2 -0.139027
+R<ARG>A<O> R<HIS>A<NE2> sep1 1.13254
+R<ARG>A<O> R<HIS>A<NE2> sep2 -0.00383692
+R<ARG>A<O> R<HIS>A<O> central_sep1 0.76803
+R<ARG>A<O> R<HIS>A<O> central_sep2 0.723907
+R<ARG>A<O> R<HIS>A<O> sep1 0.607808
+R<ARG>A<O> R<HIS>A<O> sep2 1.0133
+R<ARG>A<O> R<ILE>A<C> central_sep1 -0.518686
+R<ARG>A<O> R<ILE>A<C> central_sep2 3.10127
+R<ARG>A<O> R<ILE>A<C> sep1 -1.25396
+R<ARG>A<O> R<ILE>A<C> sep2 1.79606
+R<ARG>A<O> R<ILE>A<CA> central_sep1 1.27729
+R<ARG>A<O> R<ILE>A<CA> central_sep2 -0.740398
+R<ARG>A<O> R<ILE>A<CA> sep1 -2.10368
+R<ARG>A<O> R<ILE>A<CA> sep2 0.550236
+R<ARG>A<O> R<ILE>A<CB> central_sep1 -1.56293
+R<ARG>A<O> R<ILE>A<CB> central_sep2 -0.0326702
+R<ARG>A<O> R<ILE>A<CB> sep1 0.547672
+R<ARG>A<O> R<ILE>A<CB> sep2 -0.642025
+R<ARG>A<O> R<ILE>A<CD1> central_sep1 0.558001
+R<ARG>A<O> R<ILE>A<CD1> central_sep2 0.111911
+R<ARG>A<O> R<ILE>A<CD1> sep1 1.25992
+R<ARG>A<O> R<ILE>A<CD1> sep2 0.595905
+R<ARG>A<O> R<ILE>A<CG1> central_sep1 -1.13931
+R<ARG>A<O> R<ILE>A<CG1> central_sep2 0.297008
+R<ARG>A<O> R<ILE>A<CG1> sep1 0.523652
+R<ARG>A<O> R<ILE>A<CG1> sep2 0.0589173
+R<ARG>A<O> R<ILE>A<CG2> central_sep1 -0.177919
+R<ARG>A<O> R<ILE>A<CG2> central_sep2 0.0789181
+R<ARG>A<O> R<ILE>A<CG2> sep1 1.40589
+R<ARG>A<O> R<ILE>A<CG2> sep2 0.630215
+R<ARG>A<O> R<ILE>A<N> central_sep1 -1.60812
+R<ARG>A<O> R<ILE>A<N> central_sep2 -1.23153
+R<ARG>A<O> R<ILE>A<N> sep1 0.245019
+R<ARG>A<O> R<ILE>A<N> sep2 1.17476
+R<ARG>A<O> R<ILE>A<O> central_sep1 0.748611
+R<ARG>A<O> R<ILE>A<O> central_sep2 0.584228
+R<ARG>A<O> R<ILE>A<O> sep1 0.81371
+R<ARG>A<O> R<ILE>A<O> sep2 0.983443
+R<ARG>A<O> R<LEU>A<C> central_sep1 -0.636494
+R<ARG>A<O> R<LEU>A<C> central_sep2 2.57825
+R<ARG>A<O> R<LEU>A<C> sep1 -1.54795
+R<ARG>A<O> R<LEU>A<C> sep2 1.43058
+R<ARG>A<O> R<LEU>A<CA> central_sep1 1.14103
+R<ARG>A<O> R<LEU>A<CA> central_sep2 -0.503615
+R<ARG>A<O> R<LEU>A<CA> sep1 -2.18189
+R<ARG>A<O> R<LEU>A<CA> sep2 0.696789
+R<ARG>A<O> R<LEU>A<CB> central_sep1 -1.5452
+R<ARG>A<O> R<LEU>A<CB> central_sep2 0.295805
+R<ARG>A<O> R<LEU>A<CB> sep1 0.591146
+R<ARG>A<O> R<LEU>A<CB> sep2 -0.170051
+R<ARG>A<O> R<LEU>A<CD1> central_sep1 0.662451
+R<ARG>A<O> R<LEU>A<CD1> central_sep2 -0.0420712
+R<ARG>A<O> R<LEU>A<CD1> sep1 1.24819
+R<ARG>A<O> R<LEU>A<CD1> sep2 0.606648
+R<ARG>A<O> R<LEU>A<CD2> central_sep1 0.457911
+R<ARG>A<O> R<LEU>A<CD2> central_sep2 0.0188396
+R<ARG>A<O> R<LEU>A<CD2> sep1 1.09306
+R<ARG>A<O> R<LEU>A<CD2> sep2 0.604505
+R<ARG>A<O> R<LEU>A<CG> central_sep1 -1.71137
+R<ARG>A<O> R<LEU>A<CG> central_sep2 0.572582
+R<ARG>A<O> R<LEU>A<CG> sep1 0.865585
+R<ARG>A<O> R<LEU>A<CG> sep2 0.102459
+R<ARG>A<O> R<LEU>A<N> central_sep1 -1.91118
+R<ARG>A<O> R<LEU>A<N> central_sep2 -0.903005
+R<ARG>A<O> R<LEU>A<N> sep1 0.268399
+R<ARG>A<O> R<LEU>A<N> sep2 1.26524
+R<ARG>A<O> R<LEU>A<O> central_sep1 0.541795
+R<ARG>A<O> R<LEU>A<O> central_sep2 0.8219
+R<ARG>A<O> R<LEU>A<O> sep1 0.611085
+R<ARG>A<O> R<LEU>A<O> sep2 1.01856
+R<ARG>A<O> R<LYS>A<C> central_sep1 -0.678729
+R<ARG>A<O> R<LYS>A<C> central_sep2 2.99613
+R<ARG>A<O> R<LYS>A<C> sep1 -1.42974
+R<ARG>A<O> R<LYS>A<C> sep2 1.84331
+R<ARG>A<O> R<LYS>A<CA> central_sep1 0.931696
+R<ARG>A<O> R<LYS>A<CA> central_sep2 0.373741
+R<ARG>A<O> R<LYS>A<CA> sep1 -1.85033
+R<ARG>A<O> R<LYS>A<CA> sep2 1.31549
+R<ARG>A<O> R<LYS>A<CB> central_sep1 -1.29921
+R<ARG>A<O> R<LYS>A<CB> central_sep2 0.745332
+R<ARG>A<O> R<LYS>A<CB> sep1 0.433289
+R<ARG>A<O> R<LYS>A<CB> sep2 0.478175
+R<ARG>A<O> R<LYS>A<CD> central_sep1 0.560773
+R<ARG>A<O> R<LYS>A<CD> central_sep2 0.515675
+R<ARG>A<O> R<LYS>A<CD> sep1 1.0247
+R<ARG>A<O> R<LYS>A<CD> sep2 0.758773
+R<ARG>A<O> R<LYS>A<CE> central_sep1 0.610669
+R<ARG>A<O> R<LYS>A<CE> central_sep2 0.461717
+R<ARG>A<O> R<LYS>A<CE> sep1 1.26571
+R<ARG>A<O> R<LYS>A<CE> sep2 0.508237
+R<ARG>A<O> R<LYS>A<CG> central_sep1 -1.0545
+R<ARG>A<O> R<LYS>A<CG> central_sep2 0.642876
+R<ARG>A<O> R<LYS>A<CG> sep1 0.779421
+R<ARG>A<O> R<LYS>A<CG> sep2 0.749757
+R<ARG>A<O> R<LYS>A<N> central_sep1 -1.61667
+R<ARG>A<O> R<LYS>A<N> central_sep2 -0.182312
+R<ARG>A<O> R<LYS>A<N> sep1 0.20389
+R<ARG>A<O> R<LYS>A<N> sep2 1.35292
+R<ARG>A<O> R<LYS>A<NZ> central_sep1 0.863809
+R<ARG>A<O> R<LYS>A<NZ> central_sep2 0.151534
+R<ARG>A<O> R<LYS>A<NZ> sep1 2.48849
+R<ARG>A<O> R<LYS>A<NZ> sep2 0.882654
+R<ARG>A<O> R<LYS>A<O> central_sep1 1.18042
+R<ARG>A<O> R<LYS>A<O> central_sep2 1.32349
+R<ARG>A<O> R<LYS>A<O> sep1 0.55825
+R<ARG>A<O> R<LYS>A<O> sep2 1.43424
+R<ARG>A<O> R<MET>A<C> central_sep1 -0.620764
+R<ARG>A<O> R<MET>A<C> central_sep2 2.42769
+R<ARG>A<O> R<MET>A<C> sep1 -1.51204
+R<ARG>A<O> R<MET>A<C> sep2 1.35041
+R<ARG>A<O> R<MET>A<CA> central_sep1 1.09399
+R<ARG>A<O> R<MET>A<CA> central_sep2 -0.385119
+R<ARG>A<O> R<MET>A<CA> sep1 -1.94811
+R<ARG>A<O> R<MET>A<CA> sep2 0.550751
+R<ARG>A<O> R<MET>A<CB> central_sep1 -1.42718
+R<ARG>A<O> R<MET>A<CB> central_sep2 0.151877
+R<ARG>A<O> R<MET>A<CB> sep1 0.467671
+R<ARG>A<O> R<MET>A<CB> sep2 -0.0173438
+R<ARG>A<O> R<MET>A<CE> central_sep1 0.366397
+R<ARG>A<O> R<MET>A<CE> central_sep2 -0.244831
+R<ARG>A<O> R<MET>A<CE> sep1 1.97925
+R<ARG>A<O> R<MET>A<CE> sep2 0.538193
+R<ARG>A<O> R<MET>A<CG> central_sep1 -1.29868
+R<ARG>A<O> R<MET>A<CG> central_sep2 0.0278523
+R<ARG>A<O> R<MET>A<CG> sep1 0.960155
+R<ARG>A<O> R<MET>A<CG> sep2 0.404295
+R<ARG>A<O> R<MET>A<N> central_sep1 -1.80631
+R<ARG>A<O> R<MET>A<N> central_sep2 -0.77948
+R<ARG>A<O> R<MET>A<N> sep1 0.350542
+R<ARG>A<O> R<MET>A<N> sep2 1.25044
+R<ARG>A<O> R<MET>A<O> central_sep1 0.642599
+R<ARG>A<O> R<MET>A<O> central_sep2 0.829043
+R<ARG>A<O> R<MET>A<O> sep1 0.603968
+R<ARG>A<O> R<MET>A<O> sep2 1.00758
+R<ARG>A<O> R<MET>A<SD> central_sep1 1.03135
+R<ARG>A<O> R<MET>A<SD> central_sep2 0.406034
+R<ARG>A<O> R<MET>A<SD> sep1 1.28562
+R<ARG>A<O> R<MET>A<SD> sep2 0.341879
+R<ARG>A<O> R<PHE>A<C> central_sep1 -0.734686
+R<ARG>A<O> R<PHE>A<C> central_sep2 2.38465
+R<ARG>A<O> R<PHE>A<C> sep1 -1.27243
+R<ARG>A<O> R<PHE>A<C> sep2 1.21936
+R<ARG>A<O> R<PHE>A<CA> central_sep1 1.04661
+R<ARG>A<O> R<PHE>A<CA> central_sep2 -0.762726
+R<ARG>A<O> R<PHE>A<CA> sep1 -2.11165
+R<ARG>A<O> R<PHE>A<CA> sep2 0.607298
+R<ARG>A<O> R<PHE>A<CB> central_sep1 -1.195
+R<ARG>A<O> R<PHE>A<CB> central_sep2 -0.0552688
+R<ARG>A<O> R<PHE>A<CB> sep1 0.464475
+R<ARG>A<O> R<PHE>A<CB> sep2 -0.28887
+R<ARG>A<O> R<PHE>A<CD1> central_sep1 -0.518881
+R<ARG>A<O> R<PHE>A<CD1> central_sep2 -0.0654849
+R<ARG>A<O> R<PHE>A<CD1> sep1 0.677915
+R<ARG>A<O> R<PHE>A<CD1> sep2 0.334152
+R<ARG>A<O> R<PHE>A<CE1> central_sep1 0.64906
+R<ARG>A<O> R<PHE>A<CE1> central_sep2 -0.0415333
+R<ARG>A<O> R<PHE>A<CE1> sep1 1.30291
+R<ARG>A<O> R<PHE>A<CE1> sep2 0.0957358
+R<ARG>A<O> R<PHE>A<CG> central_sep1 0.425081
+R<ARG>A<O> R<PHE>A<CG> central_sep2 1.84184
+R<ARG>A<O> R<PHE>A<CG> sep1 0.189566
+R<ARG>A<O> R<PHE>A<CG> sep2 0.297154
+R<ARG>A<O> R<PHE>A<CZ> central_sep1 1.6614
+R<ARG>A<O> R<PHE>A<CZ> central_sep2 -0.19308
+R<ARG>A<O> R<PHE>A<CZ> sep1 2.18191
+R<ARG>A<O> R<PHE>A<CZ> sep2 0.0222927
+R<ARG>A<O> R<PHE>A<N> central_sep1 -1.5925
+R<ARG>A<O> R<PHE>A<N> central_sep2 -0.893513
+R<ARG>A<O> R<PHE>A<N> sep1 0.348081
+R<ARG>A<O> R<PHE>A<N> sep2 0.949546
+R<ARG>A<O> R<PHE>A<O> central_sep1 0.512495
+R<ARG>A<O> R<PHE>A<O> central_sep2 0.684778
+R<ARG>A<O> R<PHE>A<O> sep1 0.715096
+R<ARG>A<O> R<PHE>A<O> sep2 0.924921
+R<ARG>A<O> R<PRO>A<C> central_sep1 -1.28
+R<ARG>A<O> R<PRO>A<C> central_sep2 2.65672
+R<ARG>A<O> R<PRO>A<C> sep1 -1.65134
+R<ARG>A<O> R<PRO>A<C> sep2 1.54429
+R<ARG>A<O> R<PRO>A<CA> central_sep1 0.274793
+R<ARG>A<O> R<PRO>A<CA> central_sep2 -0.193633
+R<ARG>A<O> R<PRO>A<CA> sep1 -1.55692
+R<ARG>A<O> R<PRO>A<CA> sep2 0.490021
+R<ARG>A<O> R<PRO>A<CB> central_sep1 0.500338
+R<ARG>A<O> R<PRO>A<CB> central_sep2 -0.000848073
+R<ARG>A<O> R<PRO>A<CB> sep1 0.58942
+R<ARG>A<O> R<PRO>A<CB> sep2 0.0272414
+R<ARG>A<O> R<PRO>A<CD> central_sep1 -1.02092
+R<ARG>A<O> R<PRO>A<CD> central_sep2 -0.0143118
+R<ARG>A<O> R<PRO>A<CD> sep1 -0.145544
+R<ARG>A<O> R<PRO>A<CD> sep2 0.755525
+R<ARG>A<O> R<PRO>A<CG> central_sep1 0.483039
+R<ARG>A<O> R<PRO>A<CG> central_sep2 -0.143776
+R<ARG>A<O> R<PRO>A<CG> sep1 0.620741
+R<ARG>A<O> R<PRO>A<CG> sep2 -0.0344467
+R<ARG>A<O> R<PRO>A<N> central_sep1 -0.0938825
+R<ARG>A<O> R<PRO>A<N> central_sep2 1.99701
+R<ARG>A<O> R<PRO>A<N> sep1 -1.28175
+R<ARG>A<O> R<PRO>A<N> sep2 0.0980689
+R<ARG>A<O> R<PRO>A<O> central_sep1 1.18029
+R<ARG>A<O> R<PRO>A<O> central_sep2 1.43864
+R<ARG>A<O> R<PRO>A<O> sep1 0.337014
+R<ARG>A<O> R<PRO>A<O> sep2 1.08996
+R<ARG>A<O> R<SER>A<C> central_sep1 -0.360321
+R<ARG>A<O> R<SER>A<C> central_sep2 2.40678
+R<ARG>A<O> R<SER>A<C> sep1 -1.40921
+R<ARG>A<O> R<SER>A<C> sep2 1.29508
+R<ARG>A<O> R<SER>A<CA> central_sep1 1.4591
+R<ARG>A<O> R<SER>A<CA> central_sep2 -0.117104
+R<ARG>A<O> R<SER>A<CA> sep1 -1.78192
+R<ARG>A<O> R<SER>A<CA> sep2 0.696768
+R<ARG>A<O> R<SER>A<CB> central_sep1 -0.702323
+R<ARG>A<O> R<SER>A<CB> central_sep2 0.18127
+R<ARG>A<O> R<SER>A<CB> sep1 0.4948
+R<ARG>A<O> R<SER>A<CB> sep2 0.0426884
+R<ARG>A<O> R<SER>A<N> central_sep1 -1.448
+R<ARG>A<O> R<SER>A<N> central_sep2 -0.671259
+R<ARG>A<O> R<SER>A<N> sep1 -0.0446674
+R<ARG>A<O> R<SER>A<N> sep2 0.998729
+R<ARG>A<O> R<SER>A<O> central_sep1 0.777854
+R<ARG>A<O> R<SER>A<O> central_sep2 0.97053
+R<ARG>A<O> R<SER>A<O> sep1 0.708369
+R<ARG>A<O> R<SER>A<O> sep2 1.10043
+R<ARG>A<O> R<SER>A<OG> central_sep1 -0.559318
+R<ARG>A<O> R<SER>A<OG> central_sep2 0.346534
+R<ARG>A<O> R<SER>A<OG> sep1 1.17681
+R<ARG>A<O> R<SER>A<OG> sep2 0.428244
+R<ARG>A<O> R<THR>A<C> central_sep1 -0.246228
+R<ARG>A<O> R<THR>A<C> central_sep2 2.35179
+R<ARG>A<O> R<THR>A<C> sep1 -1.25037
+R<ARG>A<O> R<THR>A<C> sep2 1.26437
+R<ARG>A<O> R<THR>A<CA> central_sep1 1.24376
+R<ARG>A<O> R<THR>A<CA> central_sep2 -0.49255
+R<ARG>A<O> R<THR>A<CA> sep1 -1.9579
+R<ARG>A<O> R<THR>A<CA> sep2 0.791143
+R<ARG>A<O> R<THR>A<CB> central_sep1 -0.749494
+R<ARG>A<O> R<THR>A<CB> central_sep2 0.0280788
+R<ARG>A<O> R<THR>A<CB> sep1 0.599475
+R<ARG>A<O> R<THR>A<CB> sep2 -0.519817
+R<ARG>A<O> R<THR>A<CG2> central_sep1 -0.317859
+R<ARG>A<O> R<THR>A<CG2> central_sep2 0.0737519
+R<ARG>A<O> R<THR>A<CG2> sep1 1.00654
+R<ARG>A<O> R<THR>A<CG2> sep2 0.577544
+R<ARG>A<O> R<THR>A<N> central_sep1 -1.38063
+R<ARG>A<O> R<THR>A<N> central_sep2 -1.01319
+R<ARG>A<O> R<THR>A<N> sep1 0.136625
+R<ARG>A<O> R<THR>A<N> sep2 1.21426
+R<ARG>A<O> R<THR>A<O> central_sep1 0.811686
+R<ARG>A<O> R<THR>A<O> central_sep2 0.708738
+R<ARG>A<O> R<THR>A<O> sep1 0.828933
+R<ARG>A<O> R<THR>A<O> sep2 0.991299
+R<ARG>A<O> R<THR>A<OG1> central_sep1 -0.796101
+R<ARG>A<O> R<THR>A<OG1> central_sep2 0.324077
+R<ARG>A<O> R<THR>A<OG1> sep1 0.949562
+R<ARG>A<O> R<THR>A<OG1> sep2 0.441367
+R<ARG>A<O> R<TRP>A<C> central_sep1 -0.746452
+R<ARG>A<O> R<TRP>A<C> central_sep2 2.75316
+R<ARG>A<O> R<TRP>A<C> sep1 -1.35098
+R<ARG>A<O> R<TRP>A<C> sep2 1.70606
+R<ARG>A<O> R<TRP>A<CA> central_sep1 0.9004
+R<ARG>A<O> R<TRP>A<CA> central_sep2 -0.828458
+R<ARG>A<O> R<TRP>A<CA> sep1 -1.98853
+R<ARG>A<O> R<TRP>A<CA> sep2 0.450793
+R<ARG>A<O> R<TRP>A<CB> central_sep1 -1.27078
+R<ARG>A<O> R<TRP>A<CB> central_sep2 -0.151205
+R<ARG>A<O> R<TRP>A<CB> sep1 0.582698
+R<ARG>A<O> R<TRP>A<CB> sep2 -0.210833
+R<ARG>A<O> R<TRP>A<CD1> central_sep1 -0.933432
+R<ARG>A<O> R<TRP>A<CD1> central_sep2 -0.174259
+R<ARG>A<O> R<TRP>A<CD1> sep1 0.806584
+R<ARG>A<O> R<TRP>A<CD1> sep2 0.0720142
+R<ARG>A<O> R<TRP>A<CD2> central_sep1 0.100583
+R<ARG>A<O> R<TRP>A<CD2> central_sep2 1.44407
+R<ARG>A<O> R<TRP>A<CD2> sep1 0.492593
+R<ARG>A<O> R<TRP>A<CD2> sep2 0.520574
+R<ARG>A<O> R<TRP>A<CE2> central_sep1 0.803181
+R<ARG>A<O> R<TRP>A<CE2> central_sep2 1.9555
+R<ARG>A<O> R<TRP>A<CE2> sep1 0.819427
+R<ARG>A<O> R<TRP>A<CE2> sep2 0.557824
+R<ARG>A<O> R<TRP>A<CE3> central_sep1 0.0365044
+R<ARG>A<O> R<TRP>A<CE3> central_sep2 -0.0905586
+R<ARG>A<O> R<TRP>A<CE3> sep1 1.08036
+R<ARG>A<O> R<TRP>A<CE3> sep2 -0.126358
+R<ARG>A<O> R<TRP>A<CG> central_sep1 -0.268009
+R<ARG>A<O> R<TRP>A<CG> central_sep2 1.92124
+R<ARG>A<O> R<TRP>A<CG> sep1 0.192698
+R<ARG>A<O> R<TRP>A<CG> sep2 -0.17488
+R<ARG>A<O> R<TRP>A<CH2> central_sep1 2.34248
+R<ARG>A<O> R<TRP>A<CH2> central_sep2 -0.41265
+R<ARG>A<O> R<TRP>A<CH2> sep1 2.65271
+R<ARG>A<O> R<TRP>A<CH2> sep2 -0.321337
+R<ARG>A<O> R<TRP>A<CZ2> central_sep1 1.55735
+R<ARG>A<O> R<TRP>A<CZ2> central_sep2 -0.455506
+R<ARG>A<O> R<TRP>A<CZ2> sep1 2.50651
+R<ARG>A<O> R<TRP>A<CZ2> sep2 -0.316128
+R<ARG>A<O> R<TRP>A<CZ3> central_sep1 0.974057
+R<ARG>A<O> R<TRP>A<CZ3> central_sep2 -0.371963
+R<ARG>A<O> R<TRP>A<CZ3> sep1 2.38516
+R<ARG>A<O> R<TRP>A<CZ3> sep2 -0.196285
+R<ARG>A<O> R<TRP>A<N> central_sep1 -1.69487
+R<ARG>A<O> R<TRP>A<N> central_sep2 -0.854216
+R<ARG>A<O> R<TRP>A<N> sep1 0.289372
+R<ARG>A<O> R<TRP>A<N> sep2 0.456351
+R<ARG>A<O> R<TRP>A<NE1> central_sep1 0.436872
+R<ARG>A<O> R<TRP>A<NE1> central_sep2 -0.792092
+R<ARG>A<O> R<TRP>A<NE1> sep1 0.847392
+R<ARG>A<O> R<TRP>A<NE1> sep2 -0.163173
+R<ARG>A<O> R<TRP>A<O> central_sep1 0.69938
+R<ARG>A<O> R<TRP>A<O> central_sep2 0.696291
+R<ARG>A<O> R<TRP>A<O> sep1 0.707862
+R<ARG>A<O> R<TRP>A<O> sep2 0.984462
+R<ARG>A<O> R<TYR>A<C> central_sep1 -0.622571
+R<ARG>A<O> R<TYR>A<C> central_sep2 2.43043
+R<ARG>A<O> R<TYR>A<C> sep1 -1.20029
+R<ARG>A<O> R<TYR>A<C> sep2 1.21806
+R<ARG>A<O> R<TYR>A<CA> central_sep1 0.909232
+R<ARG>A<O> R<TYR>A<CA> central_sep2 -0.809452
+R<ARG>A<O> R<TYR>A<CA> sep1 -2.09554
+R<ARG>A<O> R<TYR>A<CA> sep2 0.521233
+R<ARG>A<O> R<TYR>A<CB> central_sep1 -1.1209
+R<ARG>A<O> R<TYR>A<CB> central_sep2 -0.227972
+R<ARG>A<O> R<TYR>A<CB> sep1 0.612709
+R<ARG>A<O> R<TYR>A<CB> sep2 -0.360859
+R<ARG>A<O> R<TYR>A<CD1> central_sep1 -0.644518
+R<ARG>A<O> R<TYR>A<CD1> central_sep2 -0.192704
+R<ARG>A<O> R<TYR>A<CD1> sep1 0.547489
+R<ARG>A<O> R<TYR>A<CD1> sep2 0.203036
+R<ARG>A<O> R<TYR>A<CE1> central_sep1 0.335306
+R<ARG>A<O> R<TYR>A<CE1> central_sep2 -0.260686
+R<ARG>A<O> R<TYR>A<CE1> sep1 1.11951
+R<ARG>A<O> R<TYR>A<CE1> sep2 0.173451
+R<ARG>A<O> R<TYR>A<CG> central_sep1 -0.236571
+R<ARG>A<O> R<TYR>A<CG> central_sep2 1.73359
+R<ARG>A<O> R<TYR>A<CG> sep1 -0.0275306
+R<ARG>A<O> R<TYR>A<CG> sep2 -0.124622
+R<ARG>A<O> R<TYR>A<CZ> central_sep1 0.93862
+R<ARG>A<O> R<TYR>A<CZ> central_sep2 1.28505
+R<ARG>A<O> R<TYR>A<CZ> sep1 1.04957
+R<ARG>A<O> R<TYR>A<CZ> sep2 0.251176
+R<ARG>A<O> R<TYR>A<N> central_sep1 -1.59332
+R<ARG>A<O> R<TYR>A<N> central_sep2 -1.03516
+R<ARG>A<O> R<TYR>A<N> sep1 0.346273
+R<ARG>A<O> R<TYR>A<N> sep2 0.936185
+R<ARG>A<O> R<TYR>A<O> central_sep1 0.703344
+R<ARG>A<O> R<TYR>A<O> central_sep2 0.675686
+R<ARG>A<O> R<TYR>A<O> sep1 0.773851
+R<ARG>A<O> R<TYR>A<O> sep2 0.838316
+R<ARG>A<O> R<TYR>A<OH> central_sep1 2.12148
+R<ARG>A<O> R<TYR>A<OH> central_sep2 -0.206165
+R<ARG>A<O> R<TYR>A<OH> sep1 2.73613
+R<ARG>A<O> R<TYR>A<OH> sep2 -0.122322
+R<ARG>A<O> R<VAL>A<C> central_sep1 -0.374247
+R<ARG>A<O> R<VAL>A<C> central_sep2 2.92029
+R<ARG>A<O> R<VAL>A<C> sep1 -1.1522
+R<ARG>A<O> R<VAL>A<C> sep2 1.72174
+R<ARG>A<O> R<VAL>A<CA> central_sep1 0.931071
+R<ARG>A<O> R<VAL>A<CA> central_sep2 -0.81599
+R<ARG>A<O> R<VAL>A<CA> sep1 -2.07182
+R<ARG>A<O> R<VAL>A<CA> sep2 0.523579
+R<ARG>A<O> R<VAL>A<CB> central_sep1 -1.29834
+R<ARG>A<O> R<VAL>A<CB> central_sep2 -0.178184
+R<ARG>A<O> R<VAL>A<CB> sep1 0.576978
+R<ARG>A<O> R<VAL>A<CB> sep2 -0.712019
+R<ARG>A<O> R<VAL>A<CG1> central_sep1 -0.231164
+R<ARG>A<O> R<VAL>A<CG1> central_sep2 -0.0786153
+R<ARG>A<O> R<VAL>A<CG1> sep1 1.25483
+R<ARG>A<O> R<VAL>A<CG1> sep2 0.51066
+R<ARG>A<O> R<VAL>A<CG2> central_sep1 -0.686926
+R<ARG>A<O> R<VAL>A<CG2> central_sep2 0.126941
+R<ARG>A<O> R<VAL>A<CG2> sep1 0.853794
+R<ARG>A<O> R<VAL>A<CG2> sep2 0.363513
+R<ARG>A<O> R<VAL>A<N> central_sep1 -1.46172
+R<ARG>A<O> R<VAL>A<N> central_sep2 -1.39487
+R<ARG>A<O> R<VAL>A<N> sep1 0.119941
+R<ARG>A<O> R<VAL>A<N> sep2 1.03701
+R<ARG>A<O> R<VAL>A<O> central_sep1 0.724888
+R<ARG>A<O> R<VAL>A<O> central_sep2 0.402578
+R<ARG>A<O> R<VAL>A<O> sep1 0.87176
+R<ARG>A<O> R<VAL>A<O> sep2 0.928794
+R<ARG>A<O> c<solvent> . 0.376586
+R<ASN>A<C> R<ASN>A<C> central_sep1 3.18131
+R<ASN>A<C> R<ASN>A<C> central_sep2 2.17711
+R<ASN>A<C> R<ASN>A<C> sep1 -2.22691
+R<ASN>A<C> R<ASN>A<C> sep2 1.15687
+R<ASN>A<C> R<ASN>A<CA> central_sep1 3.50241
+R<ASN>A<C> R<ASN>A<CA> central_sep2 1.47015
+R<ASN>A<C> R<ASN>A<CA> sep1 -2.65759
+R<ASN>A<C> R<ASN>A<CA> sep2 0.110639
+R<ASN>A<C> R<ASN>A<CB> central_sep1 1.98175
+R<ASN>A<C> R<ASN>A<CB> central_sep2 0.800137
+R<ASN>A<C> R<ASN>A<CB> sep1 -1.1042
+R<ASN>A<C> R<ASN>A<CB> sep2 -0.255554
+R<ASN>A<C> R<ASN>A<CG> central_sep1 0.300947
+R<ASN>A<C> R<ASN>A<CG> central_sep2 0.521393
+R<ASN>A<C> R<ASN>A<CG> sep1 -1.16678
+R<ASN>A<C> R<ASN>A<CG> sep2 -0.355476
+R<ASN>A<C> R<ASN>A<N> central_sep1 -1.02871
+R<ASN>A<C> R<ASN>A<N> central_sep2 1.90356
+R<ASN>A<C> R<ASN>A<N> sep1 -1.75037
+R<ASN>A<C> R<ASN>A<N> sep2 0.725028
+R<ASN>A<C> R<ASN>A<ND2> central_sep1 0.894631
+R<ASN>A<C> R<ASN>A<ND2> central_sep2 0.523081
+R<ASN>A<C> R<ASN>A<ND2> sep1 -0.160487
+R<ASN>A<C> R<ASN>A<ND2> sep2 -0.347219
+R<ASN>A<C> R<ASN>A<O> central_sep1 -0.980111
+R<ASN>A<C> R<ASN>A<O> central_sep2 1.71776
+R<ASN>A<C> R<ASN>A<O> sep1 -1.41288
+R<ASN>A<C> R<ASN>A<O> sep2 0.140823
+R<ASN>A<C> R<ASN>A<OD1> central_sep1 0.602414
+R<ASN>A<C> R<ASN>A<OD1> central_sep2 0.111399
+R<ASN>A<C> R<ASN>A<OD1> sep1 -0.187312
+R<ASN>A<C> R<ASN>A<OD1> sep2 -0.0177746
+R<ASN>A<C> R<ASP>A<C> central_sep1 3.56315
+R<ASN>A<C> R<ASP>A<C> central_sep2 2.79398
+R<ASN>A<C> R<ASP>A<C> sep1 -2.10154
+R<ASN>A<C> R<ASP>A<C> sep2 1.94486
+R<ASN>A<C> R<ASP>A<CA> central_sep1 4.15786
+R<ASN>A<C> R<ASP>A<CA> central_sep2 2.17228
+R<ASN>A<C> R<ASP>A<CA> sep1 -2.48969
+R<ASN>A<C> R<ASP>A<CA> sep2 0.724116
+R<ASN>A<C> R<ASP>A<CB> central_sep1 2.16047
+R<ASN>A<C> R<ASP>A<CB> central_sep2 1.57901
+R<ASN>A<C> R<ASP>A<CB> sep1 -0.351882
+R<ASN>A<C> R<ASP>A<CB> sep2 0.350578
+R<ASN>A<C> R<ASP>A<CG> central_sep1 1.24576
+R<ASN>A<C> R<ASP>A<CG> central_sep2 1.41571
+R<ASN>A<C> R<ASP>A<CG> sep1 -0.208813
+R<ASN>A<C> R<ASP>A<CG> sep2 0.680145
+R<ASN>A<C> R<ASP>A<N> central_sep1 -0.853611
+R<ASN>A<C> R<ASP>A<N> central_sep2 2.6947
+R<ASN>A<C> R<ASP>A<N> sep1 -1.65784
+R<ASN>A<C> R<ASP>A<N> sep2 1.56796
+R<ASN>A<C> R<ASP>A<O> central_sep1 -0.679893
+R<ASN>A<C> R<ASP>A<O> central_sep2 2.08748
+R<ASN>A<C> R<ASP>A<O> sep1 -1.19705
+R<ASN>A<C> R<ASP>A<O> sep2 0.957768
+R<ASN>A<C> R<ASP>A<OD1> central_sep1 1.19559
+R<ASN>A<C> R<ASP>A<OD1> central_sep2 2.05384
+R<ASN>A<C> R<ASP>A<OD1> sep1 0.125384
+R<ASN>A<C> R<ASP>A<OD1> sep2 0.948614
+R<ASN>A<C> R<CYS>A<C> central_sep1 2.94141
+R<ASN>A<C> R<CYS>A<C> central_sep2 2.745
+R<ASN>A<C> R<CYS>A<C> sep1 -2.36958
+R<ASN>A<C> R<CYS>A<C> sep2 1.70591
+R<ASN>A<C> R<CYS>A<CA> central_sep1 2.86737
+R<ASN>A<C> R<CYS>A<CA> central_sep2 1.72264
+R<ASN>A<C> R<CYS>A<CA> sep1 -2.65404
+R<ASN>A<C> R<CYS>A<CA> sep2 0.185901
+R<ASN>A<C> R<CYS>A<CB> central_sep1 1.64168
+R<ASN>A<C> R<CYS>A<CB> central_sep2 0.316992
+R<ASN>A<C> R<CYS>A<CB> sep1 -0.279724
+R<ASN>A<C> R<CYS>A<CB> sep2 -0.608352
+R<ASN>A<C> R<CYS>A<N> central_sep1 -0.387246
+R<ASN>A<C> R<CYS>A<N> central_sep2 3.01067
+R<ASN>A<C> R<CYS>A<N> sep1 -1.65505
+R<ASN>A<C> R<CYS>A<N> sep2 1.17314
+R<ASN>A<C> R<CYS>A<O> central_sep1 -0.809598
+R<ASN>A<C> R<CYS>A<O> central_sep2 1.66368
+R<ASN>A<C> R<CYS>A<O> sep1 -1.4033
+R<ASN>A<C> R<CYS>A<O> sep2 0.514021
+R<ASN>A<C> R<CYS>A<SG> central_sep1 0.450912
+R<ASN>A<C> R<CYS>A<SG> central_sep2 -0.138608
+R<ASN>A<C> R<CYS>A<SG> sep1 -0.315814
+R<ASN>A<C> R<CYS>A<SG> sep2 -0.511506
+R<ASN>A<C> R<GLN>A<C> central_sep1 4.79296
+R<ASN>A<C> R<GLN>A<C> central_sep2 4.48603
+R<ASN>A<C> R<GLN>A<C> sep1 -2.26123
+R<ASN>A<C> R<GLN>A<C> sep2 2.31366
+R<ASN>A<C> R<GLN>A<CA> central_sep1 3.28614
+R<ASN>A<C> R<GLN>A<CA> central_sep2 2.4997
+R<ASN>A<C> R<GLN>A<CA> sep1 -2.60813
+R<ASN>A<C> R<GLN>A<CA> sep2 0.990226
+R<ASN>A<C> R<GLN>A<CB> central_sep1 2.04846
+R<ASN>A<C> R<GLN>A<CB> central_sep2 1.35569
+R<ASN>A<C> R<GLN>A<CB> sep1 -0.151551
+R<ASN>A<C> R<GLN>A<CB> sep2 0.389537
+R<ASN>A<C> R<GLN>A<CD> central_sep1 0.846688
+R<ASN>A<C> R<GLN>A<CD> central_sep2 0.820791
+R<ASN>A<C> R<GLN>A<CD> sep1 -0.188657
+R<ASN>A<C> R<GLN>A<CD> sep2 0.0292457
+R<ASN>A<C> R<GLN>A<CG> central_sep1 0.681498
+R<ASN>A<C> R<GLN>A<CG> central_sep2 1.00442
+R<ASN>A<C> R<GLN>A<CG> sep1 -0.846963
+R<ASN>A<C> R<GLN>A<CG> sep2 0.140416
+R<ASN>A<C> R<GLN>A<N> central_sep1 -0.784539
+R<ASN>A<C> R<GLN>A<N> central_sep2 2.66338
+R<ASN>A<C> R<GLN>A<N> sep1 -1.75922
+R<ASN>A<C> R<GLN>A<N> sep2 1.84146
+R<ASN>A<C> R<GLN>A<NE2> central_sep1 0.831719
+R<ASN>A<C> R<GLN>A<NE2> central_sep2 1.00984
+R<ASN>A<C> R<GLN>A<NE2> sep1 0.865309
+R<ASN>A<C> R<GLN>A<NE2> sep2 -0.140334
+R<ASN>A<C> R<GLN>A<O> central_sep1 -0.664009
+R<ASN>A<C> R<GLN>A<O> central_sep2 2.20838
+R<ASN>A<C> R<GLN>A<O> sep1 -1.26621
+R<ASN>A<C> R<GLN>A<O> sep2 1.14484
+R<ASN>A<C> R<GLN>A<OE1> central_sep1 1.0022
+R<ASN>A<C> R<GLN>A<OE1> central_sep2 1.13774
+R<ASN>A<C> R<GLN>A<OE1> sep1 1.08009
+R<ASN>A<C> R<GLN>A<OE1> sep2 0.354061
+R<ASN>A<C> R<GLU>A<C> central_sep1 4.52092
+R<ASN>A<C> R<GLU>A<C> central_sep2 3.90127
+R<ASN>A<C> R<GLU>A<C> sep1 -2.26061
+R<ASN>A<C> R<GLU>A<C> sep2 2.59458
+R<ASN>A<C> R<GLU>A<CA> central_sep1 3.96276
+R<ASN>A<C> R<GLU>A<CA> central_sep2 2.6483
+R<ASN>A<C> R<GLU>A<CA> sep1 -2.50885
+R<ASN>A<C> R<GLU>A<CA> sep2 1.20085
+R<ASN>A<C> R<GLU>A<CB> central_sep1 2.24131
+R<ASN>A<C> R<GLU>A<CB> central_sep2 1.91741
+R<ASN>A<C> R<GLU>A<CB> sep1 0.21937
+R<ASN>A<C> R<GLU>A<CB> sep2 0.820482
+R<ASN>A<C> R<GLU>A<CD> central_sep1 1.51453
+R<ASN>A<C> R<GLU>A<CD> central_sep2 2.03774
+R<ASN>A<C> R<GLU>A<CD> sep1 0.0458821
+R<ASN>A<C> R<GLU>A<CD> sep2 0.844794
+R<ASN>A<C> R<GLU>A<CG> central_sep1 1.12407
+R<ASN>A<C> R<GLU>A<CG> central_sep2 1.61409
+R<ASN>A<C> R<GLU>A<CG> sep1 -0.309745
+R<ASN>A<C> R<GLU>A<CG> sep2 0.480095
+R<ASN>A<C> R<GLU>A<N> central_sep1 -0.691254
+R<ASN>A<C> R<GLU>A<N> central_sep2 3.18364
+R<ASN>A<C> R<GLU>A<N> sep1 -1.64455
+R<ASN>A<C> R<GLU>A<N> sep2 2.05661
+R<ASN>A<C> R<GLU>A<O> central_sep1 -0.678139
+R<ASN>A<C> R<GLU>A<O> central_sep2 2.9421
+R<ASN>A<C> R<GLU>A<O> sep1 -1.31043
+R<ASN>A<C> R<GLU>A<O> sep2 1.4672
+R<ASN>A<C> R<GLU>A<OE1> central_sep1 1.83475
+R<ASN>A<C> R<GLU>A<OE1> central_sep2 2.46332
+R<ASN>A<C> R<GLU>A<OE1> sep1 1.51963
+R<ASN>A<C> R<GLU>A<OE1> sep2 1.23888
+R<ASN>A<C> R<GLY>A<C> central_sep1 3.21509
+R<ASN>A<C> R<GLY>A<C> central_sep2 1.88202
+R<ASN>A<C> R<GLY>A<C> sep1 -1.73908
+R<ASN>A<C> R<GLY>A<C> sep2 1.11413
+R<ASN>A<C> R<GLY>A<CA> central_sep1 2.68215
+R<ASN>A<C> R<GLY>A<CA> central_sep2 0.867003
+R<ASN>A<C> R<GLY>A<CA> sep1 -1.91224
+R<ASN>A<C> R<GLY>A<CA> sep2 -0.141127
+R<ASN>A<C> R<GLY>A<N> central_sep1 -0.135107
+R<ASN>A<C> R<GLY>A<N> central_sep2 1.63372
+R<ASN>A<C> R<GLY>A<N> sep1 -1.5446
+R<ASN>A<C> R<GLY>A<N> sep2 0.470972
+R<ASN>A<C> R<GLY>A<O> central_sep1 -0.264503
+R<ASN>A<C> R<GLY>A<O> central_sep2 1.41931
+R<ASN>A<C> R<GLY>A<O> sep1 -1.27474
+R<ASN>A<C> R<GLY>A<O> sep2 0.42363
+R<ASN>A<C> R<HIS>A<C> central_sep1 4.05873
+R<ASN>A<C> R<HIS>A<C> central_sep2 3.82058
+R<ASN>A<C> R<HIS>A<C> sep1 -2.14844
+R<ASN>A<C> R<HIS>A<C> sep2 2.30392
+R<ASN>A<C> R<HIS>A<CA> central_sep1 2.83803
+R<ASN>A<C> R<HIS>A<CA> central_sep2 1.92257
+R<ASN>A<C> R<HIS>A<CA> sep1 -2.46316
+R<ASN>A<C> R<HIS>A<CA> sep2 0.595245
+R<ASN>A<C> R<HIS>A<CB> central_sep1 1.90338
+R<ASN>A<C> R<HIS>A<CB> central_sep2 0.781881
+R<ASN>A<C> R<HIS>A<CB> sep1 -0.156808
+R<ASN>A<C> R<HIS>A<CB> sep2 -0.111641
+R<ASN>A<C> R<HIS>A<CD2> central_sep1 -0.18073
+R<ASN>A<C> R<HIS>A<CD2> central_sep2 0.627341
+R<ASN>A<C> R<HIS>A<CD2> sep1 -0.178267
+R<ASN>A<C> R<HIS>A<CD2> sep2 -0.13857
+R<ASN>A<C> R<HIS>A<CE1> central_sep1 1.31333
+R<ASN>A<C> R<HIS>A<CE1> central_sep2 0.592065
+R<ASN>A<C> R<HIS>A<CE1> sep1 1.49564
+R<ASN>A<C> R<HIS>A<CE1> sep2 -0.246372
+R<ASN>A<C> R<HIS>A<CG> central_sep1 0.152151
+R<ASN>A<C> R<HIS>A<CG> central_sep2 0.885241
+R<ASN>A<C> R<HIS>A<CG> sep1 -1.21014
+R<ASN>A<C> R<HIS>A<CG> sep2 0.219086
+R<ASN>A<C> R<HIS>A<N> central_sep1 -0.654284
+R<ASN>A<C> R<HIS>A<N> central_sep2 3.23935
+R<ASN>A<C> R<HIS>A<N> sep1 -1.54487
+R<ASN>A<C> R<HIS>A<N> sep2 1.55017
+R<ASN>A<C> R<HIS>A<ND1> central_sep1 -0.157709
+R<ASN>A<C> R<HIS>A<ND1> central_sep2 0.964529
+R<ASN>A<C> R<HIS>A<ND1> sep1 -0.148397
+R<ASN>A<C> R<HIS>A<ND1> sep2 0.11596
+R<ASN>A<C> R<HIS>A<NE2> central_sep1 1.54335
+R<ASN>A<C> R<HIS>A<NE2> central_sep2 0.853169
+R<ASN>A<C> R<HIS>A<NE2> sep1 1.8474
+R<ASN>A<C> R<HIS>A<NE2> sep2 -0.222061
+R<ASN>A<C> R<HIS>A<O> central_sep1 -0.800541
+R<ASN>A<C> R<HIS>A<O> central_sep2 2.04998
+R<ASN>A<C> R<HIS>A<O> sep1 -1.16075
+R<ASN>A<C> R<HIS>A<O> sep2 0.847638
+R<ASN>A<C> R<ILE>A<C> central_sep1 3.53222
+R<ASN>A<C> R<ILE>A<C> central_sep2 3.51461
+R<ASN>A<C> R<ILE>A<C> sep1 -2.88236
+R<ASN>A<C> R<ILE>A<C> sep2 2.97419
+R<ASN>A<C> R<ILE>A<CA> central_sep1 3.13801
+R<ASN>A<C> R<ILE>A<CA> central_sep2 2.5997
+R<ASN>A<C> R<ILE>A<CA> sep1 -2.88226
+R<ASN>A<C> R<ILE>A<CA> sep2 0.943653
+R<ASN>A<C> R<ILE>A<CB> central_sep1 2.00176
+R<ASN>A<C> R<ILE>A<CB> central_sep2 1.06612
+R<ASN>A<C> R<ILE>A<CB> sep1 -0.00401185
+R<ASN>A<C> R<ILE>A<CB> sep2 -0.12875
+R<ASN>A<C> R<ILE>A<CD1> central_sep1 0.648382
+R<ASN>A<C> R<ILE>A<CD1> central_sep2 0.172479
+R<ASN>A<C> R<ILE>A<CD1> sep1 0.150009
+R<ASN>A<C> R<ILE>A<CD1> sep2 -0.175934
+R<ASN>A<C> R<ILE>A<CG1> central_sep1 0.260375
+R<ASN>A<C> R<ILE>A<CG1> central_sep2 0.504852
+R<ASN>A<C> R<ILE>A<CG1> sep1 -1.27042
+R<ASN>A<C> R<ILE>A<CG1> sep2 -0.133803
+R<ASN>A<C> R<ILE>A<CG2> central_sep1 -0.0371771
+R<ASN>A<C> R<ILE>A<CG2> central_sep2 0.50851
+R<ASN>A<C> R<ILE>A<CG2> sep1 -0.179382
+R<ASN>A<C> R<ILE>A<CG2> sep2 -0.165698
+R<ASN>A<C> R<ILE>A<N> central_sep1 -0.459937
+R<ASN>A<C> R<ILE>A<N> central_sep2 2.68221
+R<ASN>A<C> R<ILE>A<N> sep1 -1.83372
+R<ASN>A<C> R<ILE>A<N> sep2 1.75487
+R<ASN>A<C> R<ILE>A<O> central_sep1 -0.955031
+R<ASN>A<C> R<ILE>A<O> central_sep2 1.97924
+R<ASN>A<C> R<ILE>A<O> sep1 -1.4377
+R<ASN>A<C> R<ILE>A<O> sep2 0.917713
+R<ASN>A<C> R<LEU>A<C> central_sep1 3.53987
+R<ASN>A<C> R<LEU>A<C> central_sep2 3.77439
+R<ASN>A<C> R<LEU>A<C> sep1 -2.53804
+R<ASN>A<C> R<LEU>A<C> sep2 2.44265
+R<ASN>A<C> R<LEU>A<CA> central_sep1 2.67266
+R<ASN>A<C> R<LEU>A<CA> central_sep2 2.80666
+R<ASN>A<C> R<LEU>A<CA> sep1 -2.77979
+R<ASN>A<C> R<LEU>A<CA> sep2 1.67948
+R<ASN>A<C> R<LEU>A<CB> central_sep1 1.75009
+R<ASN>A<C> R<LEU>A<CB> central_sep2 1.18318
+R<ASN>A<C> R<LEU>A<CB> sep1 0.232162
+R<ASN>A<C> R<LEU>A<CB> sep2 0.474349
+R<ASN>A<C> R<LEU>A<CD1> central_sep1 0.982217
+R<ASN>A<C> R<LEU>A<CD1> central_sep2 0.197746
+R<ASN>A<C> R<LEU>A<CD1> sep1 0.647631
+R<ASN>A<C> R<LEU>A<CD1> sep2 -0.139484
+R<ASN>A<C> R<LEU>A<CD2> central_sep1 1.11129
+R<ASN>A<C> R<LEU>A<CD2> central_sep2 0.269339
+R<ASN>A<C> R<LEU>A<CD2> sep1 0.324493
+R<ASN>A<C> R<LEU>A<CD2> sep2 -0.00451923
+R<ASN>A<C> R<LEU>A<CG> central_sep1 -0.00312945
+R<ASN>A<C> R<LEU>A<CG> central_sep2 0.890393
+R<ASN>A<C> R<LEU>A<CG> sep1 -1.12825
+R<ASN>A<C> R<LEU>A<CG> sep2 0.332294
+R<ASN>A<C> R<LEU>A<N> central_sep1 -0.623549
+R<ASN>A<C> R<LEU>A<N> central_sep2 3.51667
+R<ASN>A<C> R<LEU>A<N> sep1 -1.77335
+R<ASN>A<C> R<LEU>A<N> sep2 1.76144
+R<ASN>A<C> R<LEU>A<O> central_sep1 -0.977712
+R<ASN>A<C> R<LEU>A<O> central_sep2 1.6558
+R<ASN>A<C> R<LEU>A<O> sep1 -1.49292
+R<ASN>A<C> R<LEU>A<O> sep2 1.06907
+R<ASN>A<C> R<LYS>A<C> central_sep1 4.05181
+R<ASN>A<C> R<LYS>A<C> central_sep2 3.36977
+R<ASN>A<C> R<LYS>A<C> sep1 -2.32142
+R<ASN>A<C> R<LYS>A<C> sep2 2.04855
+R<ASN>A<C> R<LYS>A<CA> central_sep1 2.67562
+R<ASN>A<C> R<LYS>A<CA> central_sep2 1.64033
+R<ASN>A<C> R<LYS>A<CA> sep1 -2.56307
+R<ASN>A<C> R<LYS>A<CA> sep2 0.898435
+R<ASN>A<C> R<LYS>A<CB> central_sep1 1.75637
+R<ASN>A<C> R<LYS>A<CB> central_sep2 0.849831
+R<ASN>A<C> R<LYS>A<CB> sep1 -0.214663
+R<ASN>A<C> R<LYS>A<CB> sep2 0.24159
+R<ASN>A<C> R<LYS>A<CD> central_sep1 1.1748
+R<ASN>A<C> R<LYS>A<CD> central_sep2 0.789564
+R<ASN>A<C> R<LYS>A<CD> sep1 0.268414
+R<ASN>A<C> R<LYS>A<CD> sep2 -0.0333532
+R<ASN>A<C> R<LYS>A<CE> central_sep1 1.34042
+R<ASN>A<C> R<LYS>A<CE> central_sep2 1.28041
+R<ASN>A<C> R<LYS>A<CE> sep1 1.1531
+R<ASN>A<C> R<LYS>A<CE> sep2 0.0100267
+R<ASN>A<C> R<LYS>A<CG> central_sep1 0.210991
+R<ASN>A<C> R<LYS>A<CG> central_sep2 0.667204
+R<ASN>A<C> R<LYS>A<CG> sep1 -1.02284
+R<ASN>A<C> R<LYS>A<CG> sep2 0.121007
+R<ASN>A<C> R<LYS>A<N> central_sep1 -1.05184
+R<ASN>A<C> R<LYS>A<N> central_sep2 2.45585
+R<ASN>A<C> R<LYS>A<N> sep1 -1.78034
+R<ASN>A<C> R<LYS>A<N> sep2 1.70567
+R<ASN>A<C> R<LYS>A<NZ> central_sep1 2.26078
+R<ASN>A<C> R<LYS>A<NZ> central_sep2 1.69494
+R<ASN>A<C> R<LYS>A<NZ> sep1 2.0646
+R<ASN>A<C> R<LYS>A<NZ> sep2 0.0974233
+R<ASN>A<C> R<LYS>A<O> central_sep1 -0.792786
+R<ASN>A<C> R<LYS>A<O> central_sep2 2.35092
+R<ASN>A<C> R<LYS>A<O> sep1 -1.40394
+R<ASN>A<C> R<LYS>A<O> sep2 1.19171
+R<ASN>A<C> R<MET>A<C> central_sep1 3.74029
+R<ASN>A<C> R<MET>A<C> central_sep2 2.92263
+R<ASN>A<C> R<MET>A<C> sep1 -2.42906
+R<ASN>A<C> R<MET>A<C> sep2 2.10875
+R<ASN>A<C> R<MET>A<CA> central_sep1 3.26899
+R<ASN>A<C> R<MET>A<CA> central_sep2 1.97208
+R<ASN>A<C> R<MET>A<CA> sep1 -2.58278
+R<ASN>A<C> R<MET>A<CA> sep2 0.787351
+R<ASN>A<C> R<MET>A<CB> central_sep1 2.16764
+R<ASN>A<C> R<MET>A<CB> central_sep2 1.11858
+R<ASN>A<C> R<MET>A<CB> sep1 0.0392675
+R<ASN>A<C> R<MET>A<CB> sep2 0.102112
+R<ASN>A<C> R<MET>A<CE> central_sep1 0.505526
+R<ASN>A<C> R<MET>A<CE> central_sep2 -0.105577
+R<ASN>A<C> R<MET>A<CE> sep1 1.24381
+R<ASN>A<C> R<MET>A<CE> sep2 -0.390786
+R<ASN>A<C> R<MET>A<CG> central_sep1 0.393969
+R<ASN>A<C> R<MET>A<CG> central_sep2 0.584479
+R<ASN>A<C> R<MET>A<CG> sep1 -0.680826
+R<ASN>A<C> R<MET>A<CG> sep2 -0.161295
+R<ASN>A<C> R<MET>A<N> central_sep1 -0.504929
+R<ASN>A<C> R<MET>A<N> central_sep2 2.61802
+R<ASN>A<C> R<MET>A<N> sep1 -1.68542
+R<ASN>A<C> R<MET>A<N> sep2 1.24024
+R<ASN>A<C> R<MET>A<O> central_sep1 -0.849232
+R<ASN>A<C> R<MET>A<O> central_sep2 2.08625
+R<ASN>A<C> R<MET>A<O> sep1 -1.46304
+R<ASN>A<C> R<MET>A<O> sep2 0.882597
+R<ASN>A<C> R<MET>A<SD> central_sep1 0.858958
+R<ASN>A<C> R<MET>A<SD> central_sep2 -0.152282
+R<ASN>A<C> R<MET>A<SD> sep1 0.635447
+R<ASN>A<C> R<MET>A<SD> sep2 -0.273618
+R<ASN>A<C> R<PHE>A<C> central_sep1 2.78462
+R<ASN>A<C> R<PHE>A<C> central_sep2 3.16635
+R<ASN>A<C> R<PHE>A<C> sep1 -2.55345
+R<ASN>A<C> R<PHE>A<C> sep2 1.83874
+R<ASN>A<C> R<PHE>A<CA> central_sep1 2.83496
+R<ASN>A<C> R<PHE>A<CA> central_sep2 2.32838
+R<ASN>A<C> R<PHE>A<CA> sep1 -2.69709
+R<ASN>A<C> R<PHE>A<CA> sep2 0.522562
+R<ASN>A<C> R<PHE>A<CB> central_sep1 1.64813
+R<ASN>A<C> R<PHE>A<CB> central_sep2 0.849391
+R<ASN>A<C> R<PHE>A<CB> sep1 -0.240737
+R<ASN>A<C> R<PHE>A<CB> sep2 -0.0947864
+R<ASN>A<C> R<PHE>A<CD1> central_sep1 -0.701692
+R<ASN>A<C> R<PHE>A<CD1> central_sep2 0.0594094
+R<ASN>A<C> R<PHE>A<CD1> sep1 -0.46595
+R<ASN>A<C> R<PHE>A<CD1> sep2 -0.246857
+R<ASN>A<C> R<PHE>A<CE1> central_sep1 0.477229
+R<ASN>A<C> R<PHE>A<CE1> central_sep2 -0.0532395
+R<ASN>A<C> R<PHE>A<CE1> sep1 1.46049
+R<ASN>A<C> R<PHE>A<CE1> sep2 -0.336519
+R<ASN>A<C> R<PHE>A<CG> central_sep1 0.860489
+R<ASN>A<C> R<PHE>A<CG> central_sep2 1.06117
+R<ASN>A<C> R<PHE>A<CG> sep1 -1.5894
+R<ASN>A<C> R<PHE>A<CG> sep2 0.103667
+R<ASN>A<C> R<PHE>A<CZ> central_sep1 1.79337
+R<ASN>A<C> R<PHE>A<CZ> central_sep2 -0.0328496
+R<ASN>A<C> R<PHE>A<CZ> sep1 2.34931
+R<ASN>A<C> R<PHE>A<CZ> sep2 -0.334061
+R<ASN>A<C> R<PHE>A<N> central_sep1 -0.620563
+R<ASN>A<C> R<PHE>A<N> central_sep2 1.98011
+R<ASN>A<C> R<PHE>A<N> sep1 -1.73586
+R<ASN>A<C> R<PHE>A<N> sep2 1.83257
+R<ASN>A<C> R<PHE>A<O> central_sep1 -0.964852
+R<ASN>A<C> R<PHE>A<O> central_sep2 1.58183
+R<ASN>A<C> R<PHE>A<O> sep1 -1.43402
+R<ASN>A<C> R<PHE>A<O> sep2 0.825435
+R<ASN>A<C> R<PRO>A<C> central_sep1 2.52788
+R<ASN>A<C> R<PRO>A<C> central_sep2 3.63448
+R<ASN>A<C> R<PRO>A<C> sep1 -2.11373
+R<ASN>A<C> R<PRO>A<C> sep2 2.52944
+R<ASN>A<C> R<PRO>A<CA> central_sep1 2.85618
+R<ASN>A<C> R<PRO>A<CA> central_sep2 1.57409
+R<ASN>A<C> R<PRO>A<CA> sep1 -2.50881
+R<ASN>A<C> R<PRO>A<CA> sep2 0.417207
+R<ASN>A<C> R<PRO>A<CB> central_sep1 1.81657
+R<ASN>A<C> R<PRO>A<CB> central_sep2 0.567092
+R<ASN>A<C> R<PRO>A<CB> sep1 1.65182
+R<ASN>A<C> R<PRO>A<CB> sep2 -0.0912073
+R<ASN>A<C> R<PRO>A<CD> central_sep1 -0.242153
+R<ASN>A<C> R<PRO>A<CD> central_sep2 1.07468
+R<ASN>A<C> R<PRO>A<CD> sep1 -0.923131
+R<ASN>A<C> R<PRO>A<CD> sep2 0.148739
+R<ASN>A<C> R<PRO>A<CG> central_sep1 1.84797
+R<ASN>A<C> R<PRO>A<CG> central_sep2 0.353822
+R<ASN>A<C> R<PRO>A<CG> sep1 2.50481
+R<ASN>A<C> R<PRO>A<CG> sep2 -0.218403
+R<ASN>A<C> R<PRO>A<N> central_sep1 1.5115
+R<ASN>A<C> R<PRO>A<N> central_sep2 1.40307
+R<ASN>A<C> R<PRO>A<N> sep1 -1.17478
+R<ASN>A<C> R<PRO>A<N> sep2 1.51737
+R<ASN>A<C> R<PRO>A<O> central_sep1 -0.456264
+R<ASN>A<C> R<PRO>A<O> central_sep2 2.52149
+R<ASN>A<C> R<PRO>A<O> sep1 -1.69772
+R<ASN>A<C> R<PRO>A<O> sep2 1.28098
+R<ASN>A<C> R<SER>A<C> central_sep1 4.02138
+R<ASN>A<C> R<SER>A<C> central_sep2 2.93055
+R<ASN>A<C> R<SER>A<C> sep1 -2.13025
+R<ASN>A<C> R<SER>A<C> sep2 1.48758
+R<ASN>A<C> R<SER>A<CA> central_sep1 3.31428
+R<ASN>A<C> R<SER>A<CA> central_sep2 1.85727
+R<ASN>A<C> R<SER>A<CA> sep1 -2.4938
+R<ASN>A<C> R<SER>A<CA> sep2 0.385192
+R<ASN>A<C> R<SER>A<CB> central_sep1 1.95168
+R<ASN>A<C> R<SER>A<CB> central_sep2 0.750624
+R<ASN>A<C> R<SER>A<CB> sep1 -0.294926
+R<ASN>A<C> R<SER>A<CB> sep2 -0.114913
+R<ASN>A<C> R<SER>A<N> central_sep1 -0.640699
+R<ASN>A<C> R<SER>A<N> central_sep2 2.0084
+R<ASN>A<C> R<SER>A<N> sep1 -1.47134
+R<ASN>A<C> R<SER>A<N> sep2 1.25005
+R<ASN>A<C> R<SER>A<O> central_sep1 -0.657694
+R<ASN>A<C> R<SER>A<O> central_sep2 1.80863
+R<ASN>A<C> R<SER>A<O> sep1 -1.40964
+R<ASN>A<C> R<SER>A<O> sep2 0.766123
+R<ASN>A<C> R<SER>A<OG> central_sep1 1.06674
+R<ASN>A<C> R<SER>A<OG> central_sep2 1.10811
+R<ASN>A<C> R<SER>A<OG> sep1 0.0516671
+R<ASN>A<C> R<SER>A<OG> sep2 0.152945
+R<ASN>A<C> R<THR>A<C> central_sep1 3.82181
+R<ASN>A<C> R<THR>A<C> central_sep2 3.19744
+R<ASN>A<C> R<THR>A<C> sep1 -2.27323
+R<ASN>A<C> R<THR>A<C> sep2 2.24096
+R<ASN>A<C> R<THR>A<CA> central_sep1 3.27722
+R<ASN>A<C> R<THR>A<CA> central_sep2 2.40078
+R<ASN>A<C> R<THR>A<CA> sep1 -2.60939
+R<ASN>A<C> R<THR>A<CA> sep2 0.675892
+R<ASN>A<C> R<THR>A<CB> central_sep1 1.82668
+R<ASN>A<C> R<THR>A<CB> central_sep2 0.808582
+R<ASN>A<C> R<THR>A<CB> sep1 0.1455
+R<ASN>A<C> R<THR>A<CB> sep2 -0.201097
+R<ASN>A<C> R<THR>A<CG2> central_sep1 0.515738
+R<ASN>A<C> R<THR>A<CG2> central_sep2 0.324549
+R<ASN>A<C> R<THR>A<CG2> sep1 -0.358141
+R<ASN>A<C> R<THR>A<CG2> sep2 -0.3638
+R<ASN>A<C> R<THR>A<N> central_sep1 -0.514974
+R<ASN>A<C> R<THR>A<N> central_sep2 3.27399
+R<ASN>A<C> R<THR>A<N> sep1 -1.53475
+R<ASN>A<C> R<THR>A<N> sep2 1.73263
+R<ASN>A<C> R<THR>A<O> central_sep1 -0.696533
+R<ASN>A<C> R<THR>A<O> central_sep2 1.83829
+R<ASN>A<C> R<THR>A<O> sep1 -1.2762
+R<ASN>A<C> R<THR>A<O> sep2 0.715247
+R<ASN>A<C> R<THR>A<OG1> central_sep1 1.26992
+R<ASN>A<C> R<THR>A<OG1> central_sep2 0.946371
+R<ASN>A<C> R<THR>A<OG1> sep1 -0.275258
+R<ASN>A<C> R<THR>A<OG1> sep2 0.156151
+R<ASN>A<C> R<TRP>A<C> central_sep1 3.7346
+R<ASN>A<C> R<TRP>A<C> central_sep2 4.79469
+R<ASN>A<C> R<TRP>A<C> sep1 -2.66992
+R<ASN>A<C> R<TRP>A<C> sep2 2.12695
+R<ASN>A<C> R<TRP>A<CA> central_sep1 3.01127
+R<ASN>A<C> R<TRP>A<CA> central_sep2 2.35073
+R<ASN>A<C> R<TRP>A<CA> sep1 -2.82814
+R<ASN>A<C> R<TRP>A<CA> sep2 0.476522
+R<ASN>A<C> R<TRP>A<CB> central_sep1 1.94039
+R<ASN>A<C> R<TRP>A<CB> central_sep2 0.616593
+R<ASN>A<C> R<TRP>A<CB> sep1 -0.227788
+R<ASN>A<C> R<TRP>A<CB> sep2 -0.0549957
+R<ASN>A<C> R<TRP>A<CD1> central_sep1 -0.917424
+R<ASN>A<C> R<TRP>A<CD1> central_sep2 0.17828
+R<ASN>A<C> R<TRP>A<CD1> sep1 -0.751244
+R<ASN>A<C> R<TRP>A<CD1> sep2 -0.482787
+R<ASN>A<C> R<TRP>A<CD2> central_sep1 -0.267038
+R<ASN>A<C> R<TRP>A<CD2> central_sep2 0.381728
+R<ASN>A<C> R<TRP>A<CD2> sep1 -0.112184
+R<ASN>A<C> R<TRP>A<CD2> sep2 0.682856
+R<ASN>A<C> R<TRP>A<CE2> central_sep1 0.234805
+R<ASN>A<C> R<TRP>A<CE2> central_sep2 0.41376
+R<ASN>A<C> R<TRP>A<CE2> sep1 1.02024
+R<ASN>A<C> R<TRP>A<CE2> sep2 0.27575
+R<ASN>A<C> R<TRP>A<CE3> central_sep1 -0.400443
+R<ASN>A<C> R<TRP>A<CE3> central_sep2 -0.0944892
+R<ASN>A<C> R<TRP>A<CE3> sep1 0.666496
+R<ASN>A<C> R<TRP>A<CE3> sep2 -0.213685
+R<ASN>A<C> R<TRP>A<CG> central_sep1 1.1582
+R<ASN>A<C> R<TRP>A<CG> central_sep2 0.34818
+R<ASN>A<C> R<TRP>A<CG> sep1 -0.935112
+R<ASN>A<C> R<TRP>A<CG> sep2 0.184556
+R<ASN>A<C> R<TRP>A<CH2> central_sep1 1.77848
+R<ASN>A<C> R<TRP>A<CH2> central_sep2 -0.354121
+R<ASN>A<C> R<TRP>A<CH2> sep1 2.73275
+R<ASN>A<C> R<TRP>A<CH2> sep2 -0.614479
+R<ASN>A<C> R<TRP>A<CZ2> central_sep1 1.57843
+R<ASN>A<C> R<TRP>A<CZ2> central_sep2 -0.266897
+R<ASN>A<C> R<TRP>A<CZ2> sep1 2.48366
+R<ASN>A<C> R<TRP>A<CZ2> sep2 -0.53466
+R<ASN>A<C> R<TRP>A<CZ3> central_sep1 0.446773
+R<ASN>A<C> R<TRP>A<CZ3> central_sep2 -0.312053
+R<ASN>A<C> R<TRP>A<CZ3> sep1 1.5824
+R<ASN>A<C> R<TRP>A<CZ3> sep2 -0.644242
+R<ASN>A<C> R<TRP>A<N> central_sep1 -0.769541
+R<ASN>A<C> R<TRP>A<N> central_sep2 2.79991
+R<ASN>A<C> R<TRP>A<N> sep1 -1.64061
+R<ASN>A<C> R<TRP>A<N> sep2 1.34877
+R<ASN>A<C> R<TRP>A<NE1> central_sep1 0.781489
+R<ASN>A<C> R<TRP>A<NE1> central_sep2 0.351615
+R<ASN>A<C> R<TRP>A<NE1> sep1 1.3569
+R<ASN>A<C> R<TRP>A<NE1> sep2 -0.629394
+R<ASN>A<C> R<TRP>A<O> central_sep1 -1.03898
+R<ASN>A<C> R<TRP>A<O> central_sep2 1.99982
+R<ASN>A<C> R<TRP>A<O> sep1 -1.56327
+R<ASN>A<C> R<TRP>A<O> sep2 0.992113
+R<ASN>A<C> R<TYR>A<C> central_sep1 2.65794
+R<ASN>A<C> R<TYR>A<C> central_sep2 3.65619
+R<ASN>A<C> R<TYR>A<C> sep1 -2.55279
+R<ASN>A<C> R<TYR>A<C> sep2 2.34483
+R<ASN>A<C> R<TYR>A<CA> central_sep1 3.10483
+R<ASN>A<C> R<TYR>A<CA> central_sep2 2.20181
+R<ASN>A<C> R<TYR>A<CA> sep1 -2.74265
+R<ASN>A<C> R<TYR>A<CA> sep2 0.73514
+R<ASN>A<C> R<TYR>A<CB> central_sep1 1.64165
+R<ASN>A<C> R<TYR>A<CB> central_sep2 0.60903
+R<ASN>A<C> R<TYR>A<CB> sep1 -0.226299
+R<ASN>A<C> R<TYR>A<CB> sep2 -0.0686499
+R<ASN>A<C> R<TYR>A<CD1> central_sep1 -0.846317
+R<ASN>A<C> R<TYR>A<CD1> central_sep2 -0.10234
+R<ASN>A<C> R<TYR>A<CD1> sep1 -0.473624
+R<ASN>A<C> R<TYR>A<CD1> sep2 -0.449665
+R<ASN>A<C> R<TYR>A<CE1> central_sep1 0.0625825
+R<ASN>A<C> R<TYR>A<CE1> central_sep2 -0.0350091
+R<ASN>A<C> R<TYR>A<CE1> sep1 1.19569
+R<ASN>A<C> R<TYR>A<CE1> sep2 -0.364272
+R<ASN>A<C> R<TYR>A<CG> central_sep1 0.629821
+R<ASN>A<C> R<TYR>A<CG> central_sep2 0.783846
+R<ASN>A<C> R<TYR>A<CG> sep1 -1.72239
+R<ASN>A<C> R<TYR>A<CG> sep2 -0.277277
+R<ASN>A<C> R<TYR>A<CZ> central_sep1 0.872284
+R<ASN>A<C> R<TYR>A<CZ> central_sep2 0.117318
+R<ASN>A<C> R<TYR>A<CZ> sep1 1.30876
+R<ASN>A<C> R<TYR>A<CZ> sep2 -0.157934
+R<ASN>A<C> R<TYR>A<N> central_sep1 -0.735036
+R<ASN>A<C> R<TYR>A<N> central_sep2 2.66253
+R<ASN>A<C> R<TYR>A<N> sep1 -1.76306
+R<ASN>A<C> R<TYR>A<N> sep2 1.58815
+R<ASN>A<C> R<TYR>A<O> central_sep1 -1.01859
+R<ASN>A<C> R<TYR>A<O> central_sep2 1.77872
+R<ASN>A<C> R<TYR>A<O> sep1 -1.44554
+R<ASN>A<C> R<TYR>A<O> sep2 0.844415
+R<ASN>A<C> R<TYR>A<OH> central_sep1 2.79908
+R<ASN>A<C> R<TYR>A<OH> central_sep2 0.384949
+R<ASN>A<C> R<TYR>A<OH> sep1 3.33223
+R<ASN>A<C> R<TYR>A<OH> sep2 -0.314539
+R<ASN>A<C> R<VAL>A<C> central_sep1 4.12905
+R<ASN>A<C> R<VAL>A<C> central_sep2 4.39445
+R<ASN>A<C> R<VAL>A<C> sep1 -2.69474
+R<ASN>A<C> R<VAL>A<C> sep2 2.76844
+R<ASN>A<C> R<VAL>A<CA> central_sep1 3.50371
+R<ASN>A<C> R<VAL>A<CA> central_sep2 2.60341
+R<ASN>A<C> R<VAL>A<CA> sep1 -2.70238
+R<ASN>A<C> R<VAL>A<CA> sep2 0.993337
+R<ASN>A<C> R<VAL>A<CB> central_sep1 2.08195
+R<ASN>A<C> R<VAL>A<CB> central_sep2 1.00621
+R<ASN>A<C> R<VAL>A<CB> sep1 0.239912
+R<ASN>A<C> R<VAL>A<CB> sep2 -0.191685
+R<ASN>A<C> R<VAL>A<CG1> central_sep1 0.0991921
+R<ASN>A<C> R<VAL>A<CG1> central_sep2 0.412745
+R<ASN>A<C> R<VAL>A<CG1> sep1 -0.124779
+R<ASN>A<C> R<VAL>A<CG1> sep2 -0.228669
+R<ASN>A<C> R<VAL>A<CG2> central_sep1 0.589522
+R<ASN>A<C> R<VAL>A<CG2> central_sep2 0.350223
+R<ASN>A<C> R<VAL>A<CG2> sep1 -0.740337
+R<ASN>A<C> R<VAL>A<CG2> sep2 -0.142488
+R<ASN>A<C> R<VAL>A<N> central_sep1 -0.122414
+R<ASN>A<C> R<VAL>A<N> central_sep2 3.2308
+R<ASN>A<C> R<VAL>A<N> sep1 -1.59762
+R<ASN>A<C> R<VAL>A<N> sep2 1.52306
+R<ASN>A<C> R<VAL>A<O> central_sep1 -0.788878
+R<ASN>A<C> R<VAL>A<O> central_sep2 2.04414
+R<ASN>A<C> R<VAL>A<O> sep1 -1.25528
+R<ASN>A<C> R<VAL>A<O> sep2 0.965962
+R<ASN>A<C> c<solvent> . 1.56635
+R<ASN>A<CA> R<ASN>A<CA> central_sep1 1.18117
+R<ASN>A<CA> R<ASN>A<CA> central_sep2 0.0545149
+R<ASN>A<CA> R<ASN>A<CA> sep1 1.56815
+R<ASN>A<CA> R<ASN>A<CA> sep2 0.276364
+R<ASN>A<CA> R<ASN>A<CB> central_sep1 -0.405213
+R<ASN>A<CA> R<ASN>A<CB> central_sep2 -0.256627
+R<ASN>A<CA> R<ASN>A<CB> sep1 1.42797
+R<ASN>A<CA> R<ASN>A<CB> sep2 -0.0590671
+R<ASN>A<CA> R<ASN>A<CG> central_sep1 0.886699
+R<ASN>A<CA> R<ASN>A<CG> central_sep2 -0.00447604
+R<ASN>A<CA> R<ASN>A<CG> sep1 0.685564
+R<ASN>A<CA> R<ASN>A<CG> sep2 -1.0749
+R<ASN>A<CA> R<ASN>A<N> central_sep1 2.48685
+R<ASN>A<CA> R<ASN>A<N> central_sep2 0.786702
+R<ASN>A<CA> R<ASN>A<N> sep1 -2.24803
+R<ASN>A<CA> R<ASN>A<N> sep2 0.626245
+R<ASN>A<CA> R<ASN>A<ND2> central_sep1 0.495828
+R<ASN>A<CA> R<ASN>A<ND2> central_sep2 -0.199368
+R<ASN>A<CA> R<ASN>A<ND2> sep1 0.731117
+R<ASN>A<CA> R<ASN>A<ND2> sep2 -0.317532
+R<ASN>A<CA> R<ASN>A<O> central_sep1 1.02534
+R<ASN>A<CA> R<ASN>A<O> central_sep2 -0.934889
+R<ASN>A<CA> R<ASN>A<O> sep1 -2.12146
+R<ASN>A<CA> R<ASN>A<O> sep2 -0.023995
+R<ASN>A<CA> R<ASN>A<OD1> central_sep1 0.700165
+R<ASN>A<CA> R<ASN>A<OD1> central_sep2 -0.311162
+R<ASN>A<CA> R<ASN>A<OD1> sep1 0.672249
+R<ASN>A<CA> R<ASN>A<OD1> sep2 -0.246907
+R<ASN>A<CA> R<ASP>A<C> central_sep1 3.55023
+R<ASN>A<CA> R<ASP>A<C> central_sep2 1.78082
+R<ASN>A<CA> R<ASP>A<C> sep1 -2.47446
+R<ASN>A<CA> R<ASP>A<C> sep2 0.802319
+R<ASN>A<CA> R<ASP>A<CA> central_sep1 2.18852
+R<ASN>A<CA> R<ASP>A<CA> central_sep2 0.786952
+R<ASN>A<CA> R<ASP>A<CA> sep1 2.09778
+R<ASN>A<CA> R<ASP>A<CA> sep2 0.874972
+R<ASN>A<CA> R<ASP>A<CB> central_sep1 0.204652
+R<ASN>A<CA> R<ASP>A<CB> central_sep2 0.663157
+R<ASN>A<CA> R<ASP>A<CB> sep1 1.75036
+R<ASN>A<CA> R<ASP>A<CB> sep2 0.68975
+R<ASN>A<CA> R<ASP>A<CG> central_sep1 1.10265
+R<ASN>A<CA> R<ASP>A<CG> central_sep2 0.692013
+R<ASN>A<CA> R<ASP>A<CG> sep1 1.03732
+R<ASN>A<CA> R<ASP>A<CG> sep2 -0.216904
+R<ASN>A<CA> R<ASP>A<N> central_sep1 2.55491
+R<ASN>A<CA> R<ASP>A<N> central_sep2 1.77245
+R<ASN>A<CA> R<ASP>A<N> sep1 -2.04829
+R<ASN>A<CA> R<ASP>A<N> sep2 1.2894
+R<ASN>A<CA> R<ASP>A<O> central_sep1 1.11679
+R<ASN>A<CA> R<ASP>A<O> central_sep2 0.13274
+R<ASN>A<CA> R<ASP>A<O> sep1 -1.93114
+R<ASN>A<CA> R<ASP>A<O> sep2 0.603866
+R<ASN>A<CA> R<ASP>A<OD1> central_sep1 0.902498
+R<ASN>A<CA> R<ASP>A<OD1> central_sep2 0.667751
+R<ASN>A<CA> R<ASP>A<OD1> sep1 1.06029
+R<ASN>A<CA> R<ASP>A<OD1> sep2 0.328411
+R<ASN>A<CA> R<CYS>A<C> central_sep1 3.24328
+R<ASN>A<CA> R<CYS>A<C> central_sep2 1.48482
+R<ASN>A<CA> R<CYS>A<C> sep1 -2.54131
+R<ASN>A<CA> R<CYS>A<C> sep2 0.338904
+R<ASN>A<CA> R<CYS>A<CA> central_sep1 1.97351
+R<ASN>A<CA> R<CYS>A<CA> central_sep2 0.733509
+R<ASN>A<CA> R<CYS>A<CA> sep1 3.00958
+R<ASN>A<CA> R<CYS>A<CA> sep2 0.673888
+R<ASN>A<CA> R<CYS>A<CB> central_sep1 0.000809819
+R<ASN>A<CA> R<CYS>A<CB> central_sep2 0.150619
+R<ASN>A<CA> R<CYS>A<CB> sep1 1.92047
+R<ASN>A<CA> R<CYS>A<CB> sep2 0.18416
+R<ASN>A<CA> R<CYS>A<N> central_sep1 2.30403
+R<ASN>A<CA> R<CYS>A<N> central_sep2 1.42259
+R<ASN>A<CA> R<CYS>A<N> sep1 -2.2712
+R<ASN>A<CA> R<CYS>A<N> sep2 0.796825
+R<ASN>A<CA> R<CYS>A<O> central_sep1 0.356664
+R<ASN>A<CA> R<CYS>A<O> central_sep2 -0.452192
+R<ASN>A<CA> R<CYS>A<O> sep1 -1.99196
+R<ASN>A<CA> R<CYS>A<O> sep2 0.127003
+R<ASN>A<CA> R<CYS>A<SG> central_sep1 0.777913
+R<ASN>A<CA> R<CYS>A<SG> central_sep2 -0.120964
+R<ASN>A<CA> R<CYS>A<SG> sep1 1.37633
+R<ASN>A<CA> R<CYS>A<SG> sep2 0.103627
+R<ASN>A<CA> R<GLN>A<C> central_sep1 3.40986
+R<ASN>A<CA> R<GLN>A<C> central_sep2 2.43931
+R<ASN>A<CA> R<GLN>A<C> sep1 -2.52001
+R<ASN>A<CA> R<GLN>A<C> sep2 0.874464
+R<ASN>A<CA> R<GLN>A<CA> central_sep1 1.86292
+R<ASN>A<CA> R<GLN>A<CA> central_sep2 0.494965
+R<ASN>A<CA> R<GLN>A<CA> sep1 1.73321
+R<ASN>A<CA> R<GLN>A<CA> sep2 0.77273
+R<ASN>A<CA> R<GLN>A<CB> central_sep1 -0.396532
+R<ASN>A<CA> R<GLN>A<CB> central_sep2 0.526911
+R<ASN>A<CA> R<GLN>A<CB> sep1 1.32758
+R<ASN>A<CA> R<GLN>A<CB> sep2 0.62776
+R<ASN>A<CA> R<GLN>A<CD> central_sep1 0.459742
+R<ASN>A<CA> R<GLN>A<CD> central_sep2 0.301161
+R<ASN>A<CA> R<GLN>A<CD> sep1 0.91239
+R<ASN>A<CA> R<GLN>A<CD> sep2 -0.656333
+R<ASN>A<CA> R<GLN>A<CG> central_sep1 0.643138
+R<ASN>A<CA> R<GLN>A<CG> central_sep2 0.425486
+R<ASN>A<CA> R<GLN>A<CG> sep1 0.972209
+R<ASN>A<CA> R<GLN>A<CG> sep2 0.282532
+R<ASN>A<CA> R<GLN>A<N> central_sep1 3.15744
+R<ASN>A<CA> R<GLN>A<N> central_sep2 1.58985
+R<ASN>A<CA> R<GLN>A<N> sep1 -2.07598
+R<ASN>A<CA> R<GLN>A<N> sep2 1.22439
+R<ASN>A<CA> R<GLN>A<NE2> central_sep1 0.627559
+R<ASN>A<CA> R<GLN>A<NE2> central_sep2 0.153943
+R<ASN>A<CA> R<GLN>A<NE2> sep1 1.5504
+R<ASN>A<CA> R<GLN>A<NE2> sep2 0.0357033
+R<ASN>A<CA> R<GLN>A<O> central_sep1 1.31388
+R<ASN>A<CA> R<GLN>A<O> central_sep2 0.0400881
+R<ASN>A<CA> R<GLN>A<O> sep1 -1.9769
+R<ASN>A<CA> R<GLN>A<O> sep2 0.60788
+R<ASN>A<CA> R<GLN>A<OE1> central_sep1 0.245869
+R<ASN>A<CA> R<GLN>A<OE1> central_sep2 0.1482
+R<ASN>A<CA> R<GLN>A<OE1> sep1 1.48225
+R<ASN>A<CA> R<GLN>A<OE1> sep2 0.0781228
+R<ASN>A<CA> R<GLU>A<C> central_sep1 4.26012
+R<ASN>A<CA> R<GLU>A<C> central_sep2 2.89078
+R<ASN>A<CA> R<GLU>A<C> sep1 -2.68223
+R<ASN>A<CA> R<GLU>A<C> sep2 1.23661
+R<ASN>A<CA> R<GLU>A<CA> central_sep1 2.06464
+R<ASN>A<CA> R<GLU>A<CA> central_sep2 1.10764
+R<ASN>A<CA> R<GLU>A<CA> sep1 1.92107
+R<ASN>A<CA> R<GLU>A<CA> sep2 1.23611
+R<ASN>A<CA> R<GLU>A<CB> central_sep1 -0.121062
+R<ASN>A<CA> R<GLU>A<CB> central_sep2 1.01875
+R<ASN>A<CA> R<GLU>A<CB> sep1 1.52349
+R<ASN>A<CA> R<GLU>A<CB> sep2 0.990685
+R<ASN>A<CA> R<GLU>A<CD> central_sep1 1.03059
+R<ASN>A<CA> R<GLU>A<CD> central_sep2 0.753643
+R<ASN>A<CA> R<GLU>A<CD> sep1 1.23907
+R<ASN>A<CA> R<GLU>A<CD> sep2 0.197955
+R<ASN>A<CA> R<GLU>A<CG> central_sep1 1.32573
+R<ASN>A<CA> R<GLU>A<CG> central_sep2 1.03355
+R<ASN>A<CA> R<GLU>A<CG> sep1 1.20038
+R<ASN>A<CA> R<GLU>A<CG> sep2 0.839754
+R<ASN>A<CA> R<GLU>A<N> central_sep1 3.36575
+R<ASN>A<CA> R<GLU>A<N> central_sep2 2.2894
+R<ASN>A<CA> R<GLU>A<N> sep1 -2.05434
+R<ASN>A<CA> R<GLU>A<N> sep2 1.81028
+R<ASN>A<CA> R<GLU>A<O> central_sep1 1.37287
+R<ASN>A<CA> R<GLU>A<O> central_sep2 0.518852
+R<ASN>A<CA> R<GLU>A<O> sep1 -2.12488
+R<ASN>A<CA> R<GLU>A<O> sep2 0.869998
+R<ASN>A<CA> R<GLU>A<OE1> central_sep1 0.853257
+R<ASN>A<CA> R<GLU>A<OE1> central_sep2 1.05898
+R<ASN>A<CA> R<GLU>A<OE1> sep1 1.74886
+R<ASN>A<CA> R<GLU>A<OE1> sep2 0.731832
+R<ASN>A<CA> R<GLY>A<C> central_sep1 2.27063
+R<ASN>A<CA> R<GLY>A<C> central_sep2 0.773476
+R<ASN>A<CA> R<GLY>A<C> sep1 -2.34182
+R<ASN>A<CA> R<GLY>A<C> sep2 -0.0523899
+R<ASN>A<CA> R<GLY>A<CA> central_sep1 1.72055
+R<ASN>A<CA> R<GLY>A<CA> central_sep2 0.294967
+R<ASN>A<CA> R<GLY>A<CA> sep1 1.99743
+R<ASN>A<CA> R<GLY>A<CA> sep2 0.203631
+R<ASN>A<CA> R<GLY>A<N> central_sep1 2.23918
+R<ASN>A<CA> R<GLY>A<N> central_sep2 0.845575
+R<ASN>A<CA> R<GLY>A<N> sep1 -2.06989
+R<ASN>A<CA> R<GLY>A<N> sep2 0.426716
+R<ASN>A<CA> R<GLY>A<O> central_sep1 1.3403
+R<ASN>A<CA> R<GLY>A<O> central_sep2 -0.328743
+R<ASN>A<CA> R<GLY>A<O> sep1 -1.95836
+R<ASN>A<CA> R<GLY>A<O> sep2 0.0852437
+R<ASN>A<CA> R<HIS>A<C> central_sep1 2.99875
+R<ASN>A<CA> R<HIS>A<C> central_sep2 2.18336
+R<ASN>A<CA> R<HIS>A<C> sep1 -2.42315
+R<ASN>A<CA> R<HIS>A<C> sep2 0.439758
+R<ASN>A<CA> R<HIS>A<CA> central_sep1 1.61287
+R<ASN>A<CA> R<HIS>A<CA> central_sep2 0.591704
+R<ASN>A<CA> R<HIS>A<CA> sep1 2.03007
+R<ASN>A<CA> R<HIS>A<CA> sep2 0.858404
+R<ASN>A<CA> R<HIS>A<CB> central_sep1 -0.106779
+R<ASN>A<CA> R<HIS>A<CB> central_sep2 0.201101
+R<ASN>A<CA> R<HIS>A<CB> sep1 1.73317
+R<ASN>A<CA> R<HIS>A<CB> sep2 0.380129
+R<ASN>A<CA> R<HIS>A<CD2> central_sep1 0.639291
+R<ASN>A<CA> R<HIS>A<CD2> central_sep2 0.144344
+R<ASN>A<CA> R<HIS>A<CD2> sep1 0.466315
+R<ASN>A<CA> R<HIS>A<CD2> sep2 0.122372
+R<ASN>A<CA> R<HIS>A<CE1> central_sep1 0.744162
+R<ASN>A<CA> R<HIS>A<CE1> central_sep2 0.151915
+R<ASN>A<CA> R<HIS>A<CE1> sep1 1.63843
+R<ASN>A<CA> R<HIS>A<CE1> sep2 -0.139309
+R<ASN>A<CA> R<HIS>A<CG> central_sep1 0.793953
+R<ASN>A<CA> R<HIS>A<CG> central_sep2 0.338432
+R<ASN>A<CA> R<HIS>A<CG> sep1 1.78779
+R<ASN>A<CA> R<HIS>A<CG> sep2 -0.255031
+R<ASN>A<CA> R<HIS>A<N> central_sep1 3.13779
+R<ASN>A<CA> R<HIS>A<N> central_sep2 1.60866
+R<ASN>A<CA> R<HIS>A<N> sep1 -2.05501
+R<ASN>A<CA> R<HIS>A<N> sep2 1.34449
+R<ASN>A<CA> R<HIS>A<ND1> central_sep1 0.581978
+R<ASN>A<CA> R<HIS>A<ND1> central_sep2 0.285508
+R<ASN>A<CA> R<HIS>A<ND1> sep1 0.436239
+R<ASN>A<CA> R<HIS>A<ND1> sep2 -0.131463
+R<ASN>A<CA> R<HIS>A<NE2> central_sep1 0.74664
+R<ASN>A<CA> R<HIS>A<NE2> central_sep2 0.262994
+R<ASN>A<CA> R<HIS>A<NE2> sep1 1.59707
+R<ASN>A<CA> R<HIS>A<NE2> sep2 -0.278031
+R<ASN>A<CA> R<HIS>A<O> central_sep1 0.916167
+R<ASN>A<CA> R<HIS>A<O> central_sep2 -0.198373
+R<ASN>A<CA> R<HIS>A<O> sep1 -1.86058
+R<ASN>A<CA> R<HIS>A<O> sep2 0.487227
+R<ASN>A<CA> R<ILE>A<C> central_sep1 4.60056
+R<ASN>A<CA> R<ILE>A<C> central_sep2 3.19212
+R<ASN>A<CA> R<ILE>A<C> sep1 -2.92636
+R<ASN>A<CA> R<ILE>A<C> sep2 0.829884
+R<ASN>A<CA> R<ILE>A<CA> central_sep1 2.42503
+R<ASN>A<CA> R<ILE>A<CA> central_sep2 0.961382
+R<ASN>A<CA> R<ILE>A<CA> sep1 2.49202
+R<ASN>A<CA> R<ILE>A<CA> sep2 1.09671
+R<ASN>A<CA> R<ILE>A<CB> central_sep1 -1.14842
+R<ASN>A<CA> R<ILE>A<CB> central_sep2 -0.0108387
+R<ASN>A<CA> R<ILE>A<CB> sep1 1.53423
+R<ASN>A<CA> R<ILE>A<CB> sep2 0.180432
+R<ASN>A<CA> R<ILE>A<CD1> central_sep1 0.269285
+R<ASN>A<CA> R<ILE>A<CD1> central_sep2 -0.0732015
+R<ASN>A<CA> R<ILE>A<CD1> sep1 1.88508
+R<ASN>A<CA> R<ILE>A<CD1> sep2 0.264869
+R<ASN>A<CA> R<ILE>A<CG1> central_sep1 0.605277
+R<ASN>A<CA> R<ILE>A<CG1> central_sep2 0.152246
+R<ASN>A<CA> R<ILE>A<CG1> sep1 1.36413
+R<ASN>A<CA> R<ILE>A<CG1> sep2 0.291688
+R<ASN>A<CA> R<ILE>A<CG2> central_sep1 1.09995
+R<ASN>A<CA> R<ILE>A<CG2> central_sep2 0.277811
+R<ASN>A<CA> R<ILE>A<CG2> sep1 1.09118
+R<ASN>A<CA> R<ILE>A<CG2> sep2 0.515346
+R<ASN>A<CA> R<ILE>A<N> central_sep1 2.64684
+R<ASN>A<CA> R<ILE>A<N> central_sep2 1.84184
+R<ASN>A<CA> R<ILE>A<N> sep1 -2.51251
+R<ASN>A<CA> R<ILE>A<N> sep2 1.09536
+R<ASN>A<CA> R<ILE>A<O> central_sep1 0.742181
+R<ASN>A<CA> R<ILE>A<O> central_sep2 -0.406052
+R<ASN>A<CA> R<ILE>A<O> sep1 -2.19186
+R<ASN>A<CA> R<ILE>A<O> sep2 0.202173
+R<ASN>A<CA> R<LEU>A<C> central_sep1 4.23373
+R<ASN>A<CA> R<LEU>A<C> central_sep2 2.67065
+R<ASN>A<CA> R<LEU>A<C> sep1 -2.59856
+R<ASN>A<CA> R<LEU>A<C> sep2 1.02997
+R<ASN>A<CA> R<LEU>A<CA> central_sep1 2.07418
+R<ASN>A<CA> R<LEU>A<CA> central_sep2 1.1118
+R<ASN>A<CA> R<LEU>A<CA> sep1 2.51511
+R<ASN>A<CA> R<LEU>A<CA> sep2 1.34783
+R<ASN>A<CA> R<LEU>A<CB> central_sep1 -0.674321
+R<ASN>A<CA> R<LEU>A<CB> central_sep2 0.507732
+R<ASN>A<CA> R<LEU>A<CB> sep1 1.53561
+R<ASN>A<CA> R<LEU>A<CB> sep2 0.710531
+R<ASN>A<CA> R<LEU>A<CD1> central_sep1 0.280996
+R<ASN>A<CA> R<LEU>A<CD1> central_sep2 0.0921684
+R<ASN>A<CA> R<LEU>A<CD1> sep1 1.92809
+R<ASN>A<CA> R<LEU>A<CD1> sep2 0.38085
+R<ASN>A<CA> R<LEU>A<CD2> central_sep1 1.60607
+R<ASN>A<CA> R<LEU>A<CD2> central_sep2 0.0582395
+R<ASN>A<CA> R<LEU>A<CD2> sep1 1.82976
+R<ASN>A<CA> R<LEU>A<CD2> sep2 0.450267
+R<ASN>A<CA> R<LEU>A<CG> central_sep1 0.243408
+R<ASN>A<CA> R<LEU>A<CG> central_sep2 0.764669
+R<ASN>A<CA> R<LEU>A<CG> sep1 0.769806
+R<ASN>A<CA> R<LEU>A<CG> sep2 0.440696
+R<ASN>A<CA> R<LEU>A<N> central_sep1 2.95732
+R<ASN>A<CA> R<LEU>A<N> central_sep2 2.03317
+R<ASN>A<CA> R<LEU>A<N> sep1 -2.23853
+R<ASN>A<CA> R<LEU>A<N> sep2 1.21739
+R<ASN>A<CA> R<LEU>A<O> central_sep1 1.14831
+R<ASN>A<CA> R<LEU>A<O> central_sep2 0.0157391
+R<ASN>A<CA> R<LEU>A<O> sep1 -2.01151
+R<ASN>A<CA> R<LEU>A<O> sep2 0.585023
+R<ASN>A<CA> R<LYS>A<C> central_sep1 3.73521
+R<ASN>A<CA> R<LYS>A<C> central_sep2 2.61413
+R<ASN>A<CA> R<LYS>A<C> sep1 -2.6953
+R<ASN>A<CA> R<LYS>A<C> sep2 0.71326
+R<ASN>A<CA> R<LYS>A<CA> central_sep1 1.32376
+R<ASN>A<CA> R<LYS>A<CA> central_sep2 0.574791
+R<ASN>A<CA> R<LYS>A<CA> sep1 1.17925
+R<ASN>A<CA> R<LYS>A<CA> sep2 0.567591
+R<ASN>A<CA> R<LYS>A<CB> central_sep1 -0.913109
+R<ASN>A<CA> R<LYS>A<CB> central_sep2 0.412142
+R<ASN>A<CA> R<LYS>A<CB> sep1 1.36506
+R<ASN>A<CA> R<LYS>A<CB> sep2 0.402975
+R<ASN>A<CA> R<LYS>A<CD> central_sep1 -0.215779
+R<ASN>A<CA> R<LYS>A<CD> central_sep2 0.0981213
+R<ASN>A<CA> R<LYS>A<CD> sep1 0.868284
+R<ASN>A<CA> R<LYS>A<CD> sep2 0.0860721
+R<ASN>A<CA> R<LYS>A<CE> central_sep1 0.34052
+R<ASN>A<CA> R<LYS>A<CE> central_sep2 0.376384
+R<ASN>A<CA> R<LYS>A<CE> sep1 1.5117
+R<ASN>A<CA> R<LYS>A<CE> sep2 0.0109653
+R<ASN>A<CA> R<LYS>A<CG> central_sep1 0.316353
+R<ASN>A<CA> R<LYS>A<CG> central_sep2 0.21532
+R<ASN>A<CA> R<LYS>A<CG> sep1 0.680976
+R<ASN>A<CA> R<LYS>A<CG> sep2 0.309513
+R<ASN>A<CA> R<LYS>A<N> central_sep1 3.21249
+R<ASN>A<CA> R<LYS>A<N> central_sep2 1.56982
+R<ASN>A<CA> R<LYS>A<N> sep1 -2.14756
+R<ASN>A<CA> R<LYS>A<N> sep2 1.25107
+R<ASN>A<CA> R<LYS>A<NZ> central_sep1 1.30222
+R<ASN>A<CA> R<LYS>A<NZ> central_sep2 0.684927
+R<ASN>A<CA> R<LYS>A<NZ> sep1 1.78293
+R<ASN>A<CA> R<LYS>A<NZ> sep2 -0.318518
+R<ASN>A<CA> R<LYS>A<O> central_sep1 0.891602
+R<ASN>A<CA> R<LYS>A<O> central_sep2 0.119566
+R<ASN>A<CA> R<LYS>A<O> sep1 -2.1798
+R<ASN>A<CA> R<LYS>A<O> sep2 0.596385
+R<ASN>A<CA> R<MET>A<C> central_sep1 4.06293
+R<ASN>A<CA> R<MET>A<C> central_sep2 2.34034
+R<ASN>A<CA> R<MET>A<C> sep1 -2.655
+R<ASN>A<CA> R<MET>A<C> sep2 0.658106
+R<ASN>A<CA> R<MET>A<CA> central_sep1 2.01811
+R<ASN>A<CA> R<MET>A<CA> central_sep2 0.78834
+R<ASN>A<CA> R<MET>A<CA> sep1 2.48164
+R<ASN>A<CA> R<MET>A<CA> sep2 0.791979
+R<ASN>A<CA> R<MET>A<CB> central_sep1 -0.56198
+R<ASN>A<CA> R<MET>A<CB> central_sep2 0.337852
+R<ASN>A<CA> R<MET>A<CB> sep1 1.58635
+R<ASN>A<CA> R<MET>A<CB> sep2 0.398196
+R<ASN>A<CA> R<MET>A<CE> central_sep1 0.644678
+R<ASN>A<CA> R<MET>A<CE> central_sep2 -0.0773609
+R<ASN>A<CA> R<MET>A<CE> sep1 2.20413
+R<ASN>A<CA> R<MET>A<CE> sep2 -0.042145
+R<ASN>A<CA> R<MET>A<CG> central_sep1 0.740872
+R<ASN>A<CA> R<MET>A<CG> central_sep2 0.220862
+R<ASN>A<CA> R<MET>A<CG> sep1 1.07719
+R<ASN>A<CA> R<MET>A<CG> sep2 0.222414
+R<ASN>A<CA> R<MET>A<N> central_sep1 3.01458
+R<ASN>A<CA> R<MET>A<N> central_sep2 1.56182
+R<ASN>A<CA> R<MET>A<N> sep1 -2.00118
+R<ASN>A<CA> R<MET>A<N> sep2 1.03158
+R<ASN>A<CA> R<MET>A<O> central_sep1 0.896459
+R<ASN>A<CA> R<MET>A<O> central_sep2 -0.111715
+R<ASN>A<CA> R<MET>A<O> sep1 -2.09337
+R<ASN>A<CA> R<MET>A<O> sep2 0.569428
+R<ASN>A<CA> R<MET>A<SD> central_sep1 0.747064
+R<ASN>A<CA> R<MET>A<SD> central_sep2 -0.317135
+R<ASN>A<CA> R<MET>A<SD> sep1 2.14872
+R<ASN>A<CA> R<MET>A<SD> sep2 -0.0123387
+R<ASN>A<CA> R<PHE>A<C> central_sep1 3.17637
+R<ASN>A<CA> R<PHE>A<C> central_sep2 2.11394
+R<ASN>A<CA> R<PHE>A<C> sep1 -2.72827
+R<ASN>A<CA> R<PHE>A<C> sep2 0.378665
+R<ASN>A<CA> R<PHE>A<CA> central_sep1 1.98961
+R<ASN>A<CA> R<PHE>A<CA> central_sep2 0.76044
+R<ASN>A<CA> R<PHE>A<CA> sep1 2.77381
+R<ASN>A<CA> R<PHE>A<CA> sep2 0.684704
+R<ASN>A<CA> R<PHE>A<CB> central_sep1 -0.264919
+R<ASN>A<CA> R<PHE>A<CB> central_sep2 0.215404
+R<ASN>A<CA> R<PHE>A<CB> sep1 1.55836
+R<ASN>A<CA> R<PHE>A<CB> sep2 0.395787
+R<ASN>A<CA> R<PHE>A<CD1> central_sep1 0.470841
+R<ASN>A<CA> R<PHE>A<CD1> central_sep2 -0.0456891
+R<ASN>A<CA> R<PHE>A<CD1> sep1 0.153589
+R<ASN>A<CA> R<PHE>A<CD1> sep2 -0.11877
+R<ASN>A<CA> R<PHE>A<CE1> central_sep1 0.698597
+R<ASN>A<CA> R<PHE>A<CE1> central_sep2 -0.0988351
+R<ASN>A<CA> R<PHE>A<CE1> sep1 1.61687
+R<ASN>A<CA> R<PHE>A<CE1> sep2 -0.203982
+R<ASN>A<CA> R<PHE>A<CG> central_sep1 2.33649
+R<ASN>A<CA> R<PHE>A<CG> central_sep2 0.290548
+R<ASN>A<CA> R<PHE>A<CG> sep1 2.0917
+R<ASN>A<CA> R<PHE>A<CG> sep2 -0.774788
+R<ASN>A<CA> R<PHE>A<CZ> central_sep1 1.03654
+R<ASN>A<CA> R<PHE>A<CZ> central_sep2 -0.169064
+R<ASN>A<CA> R<PHE>A<CZ> sep1 2.01646
+R<ASN>A<CA> R<PHE>A<CZ> sep2 -0.148215
+R<ASN>A<CA> R<PHE>A<N> central_sep1 2.78208
+R<ASN>A<CA> R<PHE>A<N> central_sep2 1.80301
+R<ASN>A<CA> R<PHE>A<N> sep1 -2.33066
+R<ASN>A<CA> R<PHE>A<N> sep2 1.11368
+R<ASN>A<CA> R<PHE>A<O> central_sep1 0.723485
+R<ASN>A<CA> R<PHE>A<O> central_sep2 -0.381611
+R<ASN>A<CA> R<PHE>A<O> sep1 -2.11781
+R<ASN>A<CA> R<PHE>A<O> sep2 0.198902
+R<ASN>A<CA> R<PRO>A<C> central_sep1 1.57566
+R<ASN>A<CA> R<PRO>A<C> central_sep2 2.88723
+R<ASN>A<CA> R<PRO>A<C> sep1 -2.58731
+R<ASN>A<CA> R<PRO>A<C> sep2 1.02748
+R<ASN>A<CA> R<PRO>A<CA> central_sep1 -0.133202
+R<ASN>A<CA> R<PRO>A<CA> central_sep2 0.36925
+R<ASN>A<CA> R<PRO>A<CA> sep1 1.83016
+R<ASN>A<CA> R<PRO>A<CA> sep2 0.370615
+R<ASN>A<CA> R<PRO>A<CB> central_sep1 1.93985
+R<ASN>A<CA> R<PRO>A<CB> central_sep2 0.137629
+R<ASN>A<CA> R<PRO>A<CB> sep1 2.86378
+R<ASN>A<CA> R<PRO>A<CB> sep2 0.111003
+R<ASN>A<CA> R<PRO>A<CD> central_sep1 -2.4506
+R<ASN>A<CA> R<PRO>A<CD> central_sep2 0.574674
+R<ASN>A<CA> R<PRO>A<CD> sep1 0.883972
+R<ASN>A<CA> R<PRO>A<CD> sep2 0.65519
+R<ASN>A<CA> R<PRO>A<CG> central_sep1 1.93176
+R<ASN>A<CA> R<PRO>A<CG> central_sep2 0.0944661
+R<ASN>A<CA> R<PRO>A<CG> sep1 2.0258
+R<ASN>A<CA> R<PRO>A<CG> sep2 0.0169992
+R<ASN>A<CA> R<PRO>A<N> central_sep1 2.84633
+R<ASN>A<CA> R<PRO>A<N> central_sep2 1.9924
+R<ASN>A<CA> R<PRO>A<N> sep1 -1.52206
+R<ASN>A<CA> R<PRO>A<N> sep2 0.726549
+R<ASN>A<CA> R<PRO>A<O> central_sep1 2.14694
+R<ASN>A<CA> R<PRO>A<O> central_sep2 0.64609
+R<ASN>A<CA> R<PRO>A<O> sep1 -2.06032
+R<ASN>A<CA> R<PRO>A<O> sep2 0.642769
+R<ASN>A<CA> R<SER>A<C> central_sep1 3.13933
+R<ASN>A<CA> R<SER>A<C> central_sep2 1.95676
+R<ASN>A<CA> R<SER>A<C> sep1 -2.58214
+R<ASN>A<CA> R<SER>A<C> sep2 0.396166
+R<ASN>A<CA> R<SER>A<CA> central_sep1 1.78446
+R<ASN>A<CA> R<SER>A<CA> central_sep2 0.353812
+R<ASN>A<CA> R<SER>A<CA> sep1 2.07623
+R<ASN>A<CA> R<SER>A<CA> sep2 0.425169
+R<ASN>A<CA> R<SER>A<CB> central_sep1 0.210405
+R<ASN>A<CA> R<SER>A<CB> central_sep2 0.169189
+R<ASN>A<CA> R<SER>A<CB> sep1 1.75236
+R<ASN>A<CA> R<SER>A<CB> sep2 0.207687
+R<ASN>A<CA> R<SER>A<N> central_sep1 2.79051
+R<ASN>A<CA> R<SER>A<N> central_sep2 1.31968
+R<ASN>A<CA> R<SER>A<N> sep1 -2.10084
+R<ASN>A<CA> R<SER>A<N> sep2 0.875047
+R<ASN>A<CA> R<SER>A<O> central_sep1 0.979416
+R<ASN>A<CA> R<SER>A<O> central_sep2 -0.0947432
+R<ASN>A<CA> R<SER>A<O> sep1 -2.03357
+R<ASN>A<CA> R<SER>A<O> sep2 0.397444
+R<ASN>A<CA> R<SER>A<OG> central_sep1 0.454375
+R<ASN>A<CA> R<SER>A<OG> central_sep2 -0.00609139
+R<ASN>A<CA> R<SER>A<OG> sep1 0.988946
+R<ASN>A<CA> R<SER>A<OG> sep2 0.00151424
+R<ASN>A<CA> R<THR>A<C> central_sep1 3.61773
+R<ASN>A<CA> R<THR>A<C> central_sep2 1.94802
+R<ASN>A<CA> R<THR>A<C> sep1 -2.60523
+R<ASN>A<CA> R<THR>A<C> sep2 0.575862
+R<ASN>A<CA> R<THR>A<CA> central_sep1 1.78238
+R<ASN>A<CA> R<THR>A<CA> central_sep2 0.31025
+R<ASN>A<CA> R<THR>A<CA> sep1 2.54736
+R<ASN>A<CA> R<THR>A<CA> sep2 0.488796
+R<ASN>A<CA> R<THR>A<CB> central_sep1 -0.335882
+R<ASN>A<CA> R<THR>A<CB> central_sep2 -0.0369241
+R<ASN>A<CA> R<THR>A<CB> sep1 1.72672
+R<ASN>A<CA> R<THR>A<CB> sep2 -0.0425915
+R<ASN>A<CA> R<THR>A<CG2> central_sep1 1.18975
+R<ASN>A<CA> R<THR>A<CG2> central_sep2 0.0890322
+R<ASN>A<CA> R<THR>A<CG2> sep1 1.42434
+R<ASN>A<CA> R<THR>A<CG2> sep2 0.167537
+R<ASN>A<CA> R<THR>A<N> central_sep1 2.90702
+R<ASN>A<CA> R<THR>A<N> central_sep2 1.54545
+R<ASN>A<CA> R<THR>A<N> sep1 -2.2562
+R<ASN>A<CA> R<THR>A<N> sep2 1.15862
+R<ASN>A<CA> R<THR>A<O> central_sep1 1.16116
+R<ASN>A<CA> R<THR>A<O> central_sep2 -0.269353
+R<ASN>A<CA> R<THR>A<O> sep1 -1.98159
+R<ASN>A<CA> R<THR>A<O> sep2 0.32808
+R<ASN>A<CA> R<THR>A<OG1> central_sep1 0.366248
+R<ASN>A<CA> R<THR>A<OG1> central_sep2 -0.237207
+R<ASN>A<CA> R<THR>A<OG1> sep1 1.0367
+R<ASN>A<CA> R<THR>A<OG1> sep2 0.0574361
+R<ASN>A<CA> R<TRP>A<C> central_sep1 3.57882
+R<ASN>A<CA> R<TRP>A<C> central_sep2 1.68656
+R<ASN>A<CA> R<TRP>A<C> sep1 -2.82296
+R<ASN>A<CA> R<TRP>A<C> sep2 0.79519
+R<ASN>A<CA> R<TRP>A<CA> central_sep1 1.51505
+R<ASN>A<CA> R<TRP>A<CA> central_sep2 0.360506
+R<ASN>A<CA> R<TRP>A<CA> sep1 2.68597
+R<ASN>A<CA> R<TRP>A<CA> sep2 0.539711
+R<ASN>A<CA> R<TRP>A<CB> central_sep1 -0.151006
+R<ASN>A<CA> R<TRP>A<CB> central_sep2 0.440489
+R<ASN>A<CA> R<TRP>A<CB> sep1 1.94383
+R<ASN>A<CA> R<TRP>A<CB> sep2 0.389462
+R<ASN>A<CA> R<TRP>A<CD1> central_sep1 0.189121
+R<ASN>A<CA> R<TRP>A<CD1> central_sep2 -0.0679299
+R<ASN>A<CA> R<TRP>A<CD1> sep1 -0.0301517
+R<ASN>A<CA> R<TRP>A<CD1> sep2 -0.261791
+R<ASN>A<CA> R<TRP>A<CD2> central_sep1 1.21695
+R<ASN>A<CA> R<TRP>A<CD2> central_sep2 -0.0143552
+R<ASN>A<CA> R<TRP>A<CD2> sep1 1.33278
+R<ASN>A<CA> R<TRP>A<CD2> sep2 -0.829273
+R<ASN>A<CA> R<TRP>A<CE2> central_sep1 1.24047
+R<ASN>A<CA> R<TRP>A<CE2> central_sep2 -0.249767
+R<ASN>A<CA> R<TRP>A<CE2> sep1 0.872504
+R<ASN>A<CA> R<TRP>A<CE2> sep2 -0.625743
+R<ASN>A<CA> R<TRP>A<CE3> central_sep1 -0.548855
+R<ASN>A<CA> R<TRP>A<CE3> central_sep2 -0.265749
+R<ASN>A<CA> R<TRP>A<CE3> sep1 1.29175
+R<ASN>A<CA> R<TRP>A<CE3> sep2 0.0111922
+R<ASN>A<CA> R<TRP>A<CG> central_sep1 2.88913
+R<ASN>A<CA> R<TRP>A<CG> central_sep2 0.269382
+R<ASN>A<CA> R<TRP>A<CG> sep1 2.16723
+R<ASN>A<CA> R<TRP>A<CG> sep2 -0.920209
+R<ASN>A<CA> R<TRP>A<CH2> central_sep1 1.41324
+R<ASN>A<CA> R<TRP>A<CH2> central_sep2 -0.326418
+R<ASN>A<CA> R<TRP>A<CH2> sep1 2.71259
+R<ASN>A<CA> R<TRP>A<CH2> sep2 -0.539171
+R<ASN>A<CA> R<TRP>A<CZ2> central_sep1 0.871112
+R<ASN>A<CA> R<TRP>A<CZ2> central_sep2 -0.45498
+R<ASN>A<CA> R<TRP>A<CZ2> sep1 2.38034
+R<ASN>A<CA> R<TRP>A<CZ2> sep2 -0.141806
+R<ASN>A<CA> R<TRP>A<CZ3> central_sep1 1.04948
+R<ASN>A<CA> R<TRP>A<CZ3> central_sep2 -0.279436
+R<ASN>A<CA> R<TRP>A<CZ3> sep1 1.05509
+R<ASN>A<CA> R<TRP>A<CZ3> sep2 -0.20349
+R<ASN>A<CA> R<TRP>A<N> central_sep1 2.64941
+R<ASN>A<CA> R<TRP>A<N> central_sep2 1.76163
+R<ASN>A<CA> R<TRP>A<N> sep1 -2.48637
+R<ASN>A<CA> R<TRP>A<N> sep2 1.05909
+R<ASN>A<CA> R<TRP>A<NE1> central_sep1 0.436959
+R<ASN>A<CA> R<TRP>A<NE1> central_sep2 -0.198867
+R<ASN>A<CA> R<TRP>A<NE1> sep1 1.13783
+R<ASN>A<CA> R<TRP>A<NE1> sep2 -0.489663
+R<ASN>A<CA> R<TRP>A<O> central_sep1 1.10297
+R<ASN>A<CA> R<TRP>A<O> central_sep2 -0.106218
+R<ASN>A<CA> R<TRP>A<O> sep1 -2.21622
+R<ASN>A<CA> R<TRP>A<O> sep2 0.439658
+R<ASN>A<CA> R<TYR>A<C> central_sep1 2.79817
+R<ASN>A<CA> R<TYR>A<C> central_sep2 2.30666
+R<ASN>A<CA> R<TYR>A<C> sep1 -2.71069
+R<ASN>A<CA> R<TYR>A<C> sep2 0.596964
+R<ASN>A<CA> R<TYR>A<CA> central_sep1 1.87106
+R<ASN>A<CA> R<TYR>A<CA> central_sep2 0.45784
+R<ASN>A<CA> R<TYR>A<CA> sep1 2.97017
+R<ASN>A<CA> R<TYR>A<CA> sep2 0.553336
+R<ASN>A<CA> R<TYR>A<CB> central_sep1 -0.340864
+R<ASN>A<CA> R<TYR>A<CB> central_sep2 0.0936071
+R<ASN>A<CA> R<TYR>A<CB> sep1 1.68372
+R<ASN>A<CA> R<TYR>A<CB> sep2 0.198762
+R<ASN>A<CA> R<TYR>A<CD1> central_sep1 0.507618
+R<ASN>A<CA> R<TYR>A<CD1> central_sep2 -0.249631
+R<ASN>A<CA> R<TYR>A<CD1> sep1 0.0684146
+R<ASN>A<CA> R<TYR>A<CD1> sep2 -0.153629
+R<ASN>A<CA> R<TYR>A<CE1> central_sep1 0.475314
+R<ASN>A<CA> R<TYR>A<CE1> central_sep2 -0.0528191
+R<ASN>A<CA> R<TYR>A<CE1> sep1 1.37407
+R<ASN>A<CA> R<TYR>A<CE1> sep2 -0.268571
+R<ASN>A<CA> R<TYR>A<CG> central_sep1 2.25277
+R<ASN>A<CA> R<TYR>A<CG> central_sep2 0.117694
+R<ASN>A<CA> R<TYR>A<CG> sep1 2.07501
+R<ASN>A<CA> R<TYR>A<CG> sep2 -0.865089
+R<ASN>A<CA> R<TYR>A<CZ> central_sep1 0.336335
+R<ASN>A<CA> R<TYR>A<CZ> central_sep2 -0.0351585
+R<ASN>A<CA> R<TYR>A<CZ> sep1 0.916881
+R<ASN>A<CA> R<TYR>A<CZ> sep2 -0.743815
+R<ASN>A<CA> R<TYR>A<N> central_sep1 2.95076
+R<ASN>A<CA> R<TYR>A<N> central_sep2 1.75837
+R<ASN>A<CA> R<TYR>A<N> sep1 -2.35063
+R<ASN>A<CA> R<TYR>A<N> sep2 1.19454
+R<ASN>A<CA> R<TYR>A<O> central_sep1 0.715372
+R<ASN>A<CA> R<TYR>A<O> central_sep2 -0.395881
+R<ASN>A<CA> R<TYR>A<O> sep1 -2.10747
+R<ASN>A<CA> R<TYR>A<O> sep2 0.287383
+R<ASN>A<CA> R<TYR>A<OH> central_sep1 1.28051
+R<ASN>A<CA> R<TYR>A<OH> central_sep2 -0.376179
+R<ASN>A<CA> R<TYR>A<OH> sep1 2.07128
+R<ASN>A<CA> R<TYR>A<OH> sep2 -0.328737
+R<ASN>A<CA> R<VAL>A<C> central_sep1 5.25109
+R<ASN>A<CA> R<VAL>A<C> central_sep2 3.19601
+R<ASN>A<CA> R<VAL>A<C> sep1 -2.78703
+R<ASN>A<CA> R<VAL>A<C> sep2 0.682779
+R<ASN>A<CA> R<VAL>A<CA> central_sep1 2.21682
+R<ASN>A<CA> R<VAL>A<CA> central_sep2 0.840473
+R<ASN>A<CA> R<VAL>A<CA> sep1 2.92983
+R<ASN>A<CA> R<VAL>A<CA> sep2 1.01876
+R<ASN>A<CA> R<VAL>A<CB> central_sep1 -0.62109
+R<ASN>A<CA> R<VAL>A<CB> central_sep2 0.0729447
+R<ASN>A<CA> R<VAL>A<CB> sep1 1.69178
+R<ASN>A<CA> R<VAL>A<CB> sep2 0.217596
+R<ASN>A<CA> R<VAL>A<CG1> central_sep1 1.28129
+R<ASN>A<CA> R<VAL>A<CG1> central_sep2 0.231338
+R<ASN>A<CA> R<VAL>A<CG1> sep1 1.39024
+R<ASN>A<CA> R<VAL>A<CG1> sep2 0.408911
+R<ASN>A<CA> R<VAL>A<CG2> central_sep1 0.794305
+R<ASN>A<CA> R<VAL>A<CG2> central_sep2 0.11625
+R<ASN>A<CA> R<VAL>A<CG2> sep1 1.51992
+R<ASN>A<CA> R<VAL>A<CG2> sep2 0.406193
+R<ASN>A<CA> R<VAL>A<N> central_sep1 3.00716
+R<ASN>A<CA> R<VAL>A<N> central_sep2 1.73573
+R<ASN>A<CA> R<VAL>A<N> sep1 -2.41271
+R<ASN>A<CA> R<VAL>A<N> sep2 1.23612
+R<ASN>A<CA> R<VAL>A<O> central_sep1 0.931972
+R<ASN>A<CA> R<VAL>A<O> central_sep2 -0.376789
+R<ASN>A<CA> R<VAL>A<O> sep1 -2.0644
+R<ASN>A<CA> R<VAL>A<O> sep2 0.184235
+R<ASN>A<CA> c<solvent> . 0.749893
+R<ASN>A<CB> R<ASN>A<CB> central_sep1 0.263016
+R<ASN>A<CB> R<ASN>A<CB> central_sep2 -0.272264
+R<ASN>A<CB> R<ASN>A<CB> sep1 0.91233
+R<ASN>A<CB> R<ASN>A<CB> sep2 -0.439986
+R<ASN>A<CB> R<ASN>A<CG> central_sep1 0.0429569
+R<ASN>A<CB> R<ASN>A<CG> central_sep2 -0.487067
+R<ASN>A<CB> R<ASN>A<CG> sep1 -0.316619
+R<ASN>A<CB> R<ASN>A<CG> sep2 -1.45822
+R<ASN>A<CB> R<ASN>A<N> central_sep1 0.651821
+R<ASN>A<CB> R<ASN>A<N> central_sep2 0.913121
+R<ASN>A<CB> R<ASN>A<N> sep1 -0.87158
+R<ASN>A<CB> R<ASN>A<N> sep2 0.622043
+R<ASN>A<CB> R<ASN>A<ND2> central_sep1 -0.558675
+R<ASN>A<CB> R<ASN>A<ND2> central_sep2 -0.507061
+R<ASN>A<CB> R<ASN>A<ND2> sep1 0.603218
+R<ASN>A<CB> R<ASN>A<ND2> sep2 -0.461276
+R<ASN>A<CB> R<ASN>A<O> central_sep1 -1.31715
+R<ASN>A<CB> R<ASN>A<O> central_sep2 -0.422106
+R<ASN>A<CB> R<ASN>A<O> sep1 -0.264293
+R<ASN>A<CB> R<ASN>A<O> sep2 -0.198889
+R<ASN>A<CB> R<ASN>A<OD1> central_sep1 -0.984438
+R<ASN>A<CB> R<ASN>A<OD1> central_sep2 -1.03515
+R<ASN>A<CB> R<ASN>A<OD1> sep1 0.333606
+R<ASN>A<CB> R<ASN>A<OD1> sep2 -0.498535
+R<ASN>A<CB> R<ASP>A<C> central_sep1 2.32241
+R<ASN>A<CB> R<ASP>A<C> central_sep2 1.12199
+R<ASN>A<CB> R<ASP>A<C> sep1 -0.741594
+R<ASN>A<CB> R<ASP>A<C> sep2 -0.08696
+R<ASN>A<CB> R<ASP>A<CA> central_sep1 -0.585833
+R<ASN>A<CB> R<ASP>A<CA> central_sep2 0.0605056
+R<ASN>A<CB> R<ASP>A<CA> sep1 1.31456
+R<ASN>A<CB> R<ASP>A<CA> sep2 0.234581
+R<ASN>A<CB> R<ASP>A<CB> central_sep1 -0.0482762
+R<ASN>A<CB> R<ASP>A<CB> central_sep2 -0.0636223
+R<ASN>A<CB> R<ASP>A<CB> sep1 0.887173
+R<ASN>A<CB> R<ASP>A<CB> sep2 -0.124677
+R<ASN>A<CB> R<ASP>A<CG> central_sep1 -0.772081
+R<ASN>A<CB> R<ASP>A<CG> central_sep2 -0.399783
+R<ASN>A<CB> R<ASP>A<CG> sep1 -0.596068
+R<ASN>A<CB> R<ASP>A<CG> sep2 -1.12874
+R<ASN>A<CB> R<ASP>A<N> central_sep1 0.533734
+R<ASN>A<CB> R<ASP>A<N> central_sep2 1.05369
+R<ASN>A<CB> R<ASP>A<N> sep1 -1.00263
+R<ASN>A<CB> R<ASP>A<N> sep2 0.858816
+R<ASN>A<CB> R<ASP>A<O> central_sep1 -1.32988
+R<ASN>A<CB> R<ASP>A<O> central_sep2 -0.210432
+R<ASN>A<CB> R<ASP>A<O> sep1 0.0124932
+R<ASN>A<CB> R<ASP>A<O> sep2 0.319003
+R<ASN>A<CB> R<ASP>A<OD1> central_sep1 -0.862629
+R<ASN>A<CB> R<ASP>A<OD1> central_sep2 -0.379173
+R<ASN>A<CB> R<ASP>A<OD1> sep1 0.176442
+R<ASN>A<CB> R<ASP>A<OD1> sep2 -0.141271
+R<ASN>A<CB> R<CYS>A<C> central_sep1 2.34931
+R<ASN>A<CB> R<CYS>A<C> central_sep2 0.743514
+R<ASN>A<CB> R<CYS>A<C> sep1 -0.490245
+R<ASN>A<CB> R<CYS>A<C> sep2 -0.148221
+R<ASN>A<CB> R<CYS>A<CA> central_sep1 0.308222
+R<ASN>A<CB> R<CYS>A<CA> central_sep2 0.117765
+R<ASN>A<CB> R<CYS>A<CA> sep1 1.5849
+R<ASN>A<CB> R<CYS>A<CA> sep2 0.305064
+R<ASN>A<CB> R<CYS>A<CB> central_sep1 0.463813
+R<ASN>A<CB> R<CYS>A<CB> central_sep2 -0.301733
+R<ASN>A<CB> R<CYS>A<CB> sep1 1.82047
+R<ASN>A<CB> R<CYS>A<CB> sep2 -0.0445786
+R<ASN>A<CB> R<CYS>A<N> central_sep1 1.54931
+R<ASN>A<CB> R<CYS>A<N> central_sep2 1.36381
+R<ASN>A<CB> R<CYS>A<N> sep1 -0.72047
+R<ASN>A<CB> R<CYS>A<N> sep2 0.727262
+R<ASN>A<CB> R<CYS>A<O> central_sep1 -0.78744
+R<ASN>A<CB> R<CYS>A<O> central_sep2 -0.524109
+R<ASN>A<CB> R<CYS>A<O> sep1 0.155277
+R<ASN>A<CB> R<CYS>A<O> sep2 -0.0515825
+R<ASN>A<CB> R<CYS>A<SG> central_sep1 -0.264566
+R<ASN>A<CB> R<CYS>A<SG> central_sep2 -0.66969
+R<ASN>A<CB> R<CYS>A<SG> sep1 1.39317
+R<ASN>A<CB> R<CYS>A<SG> sep2 0.28809
+R<ASN>A<CB> R<GLN>A<C> central_sep1 2.13698
+R<ASN>A<CB> R<GLN>A<C> central_sep2 1.33364
+R<ASN>A<CB> R<GLN>A<C> sep1 -0.579202
+R<ASN>A<CB> R<GLN>A<C> sep2 0.0867873
+R<ASN>A<CB> R<GLN>A<CA> central_sep1 -0.5867
+R<ASN>A<CB> R<GLN>A<CA> central_sep2 0.724781
+R<ASN>A<CB> R<GLN>A<CA> sep1 1.31699
+R<ASN>A<CB> R<GLN>A<CA> sep2 0.765284
+R<ASN>A<CB> R<GLN>A<CB> central_sep1 0.11259
+R<ASN>A<CB> R<GLN>A<CB> central_sep2 -0.00823327
+R<ASN>A<CB> R<GLN>A<CB> sep1 1.13941
+R<ASN>A<CB> R<GLN>A<CB> sep2 0.26405
+R<ASN>A<CB> R<GLN>A<CD> central_sep1 0.0765638
+R<ASN>A<CB> R<GLN>A<CD> central_sep2 -0.335408
+R<ASN>A<CB> R<GLN>A<CD> sep1 0.570833
+R<ASN>A<CB> R<GLN>A<CD> sep2 -1.1079
+R<ASN>A<CB> R<GLN>A<CG> central_sep1 0.278841
+R<ASN>A<CB> R<GLN>A<CG> central_sep2 0.167814
+R<ASN>A<CB> R<GLN>A<CG> sep1 0.481936
+R<ASN>A<CB> R<GLN>A<CG> sep2 -0.036188
+R<ASN>A<CB> R<GLN>A<N> central_sep1 1.16534
+R<ASN>A<CB> R<GLN>A<N> central_sep2 1.45991
+R<ASN>A<CB> R<GLN>A<N> sep1 -0.942682
+R<ASN>A<CB> R<GLN>A<N> sep2 1.23169
+R<ASN>A<CB> R<GLN>A<NE2> central_sep1 -0.047255
+R<ASN>A<CB> R<GLN>A<NE2> central_sep2 -0.185422
+R<ASN>A<CB> R<GLN>A<NE2> sep1 1.41132
+R<ASN>A<CB> R<GLN>A<NE2> sep2 -0.106964
+R<ASN>A<CB> R<GLN>A<O> central_sep1 -1.19897
+R<ASN>A<CB> R<GLN>A<O> central_sep2 -0.0952035
+R<ASN>A<CB> R<GLN>A<O> sep1 0.0256445
+R<ASN>A<CB> R<GLN>A<O> sep2 0.264736
+R<ASN>A<CB> R<GLN>A<OE1> central_sep1 -0.100207
+R<ASN>A<CB> R<GLN>A<OE1> central_sep2 -0.56378
+R<ASN>A<CB> R<GLN>A<OE1> sep1 1.20188
+R<ASN>A<CB> R<GLN>A<OE1> sep2 -0.169599
+R<ASN>A<CB> R<GLU>A<C> central_sep1 2.60963
+R<ASN>A<CB> R<GLU>A<C> central_sep2 1.52945
+R<ASN>A<CB> R<GLU>A<C> sep1 -0.645154
+R<ASN>A<CB> R<GLU>A<C> sep2 0.376981
+R<ASN>A<CB> R<GLU>A<CA> central_sep1 -0.665619
+R<ASN>A<CB> R<GLU>A<CA> central_sep2 0.791589
+R<ASN>A<CB> R<GLU>A<CA> sep1 1.16998
+R<ASN>A<CB> R<GLU>A<CA> sep2 0.762628
+R<ASN>A<CB> R<GLU>A<CB> central_sep1 0.0862177
+R<ASN>A<CB> R<GLU>A<CB> central_sep2 0.073541
+R<ASN>A<CB> R<GLU>A<CB> sep1 1.04133
+R<ASN>A<CB> R<GLU>A<CB> sep2 0.429636
+R<ASN>A<CB> R<GLU>A<CD> central_sep1 -0.143234
+R<ASN>A<CB> R<GLU>A<CD> central_sep2 -0.188544
+R<ASN>A<CB> R<GLU>A<CD> sep1 0.456792
+R<ASN>A<CB> R<GLU>A<CD> sep2 -0.83515
+R<ASN>A<CB> R<GLU>A<CG> central_sep1 0.214174
+R<ASN>A<CB> R<GLU>A<CG> central_sep2 0.0907308
+R<ASN>A<CB> R<GLU>A<CG> sep1 0.333734
+R<ASN>A<CB> R<GLU>A<CG> sep2 0.108726
+R<ASN>A<CB> R<GLU>A<N> central_sep1 1.05771
+R<ASN>A<CB> R<GLU>A<N> central_sep2 1.7282
+R<ASN>A<CB> R<GLU>A<N> sep1 -1.09451
+R<ASN>A<CB> R<GLU>A<N> sep2 1.29686
+R<ASN>A<CB> R<GLU>A<O> central_sep1 -1.30661
+R<ASN>A<CB> R<GLU>A<O> central_sep2 0.0679717
+R<ASN>A<CB> R<GLU>A<O> sep1 0.0181934
+R<ASN>A<CB> R<GLU>A<O> sep2 0.526792
+R<ASN>A<CB> R<GLU>A<OE1> central_sep1 -0.0672041
+R<ASN>A<CB> R<GLU>A<OE1> central_sep2 -0.13643
+R<ASN>A<CB> R<GLU>A<OE1> sep1 1.23733
+R<ASN>A<CB> R<GLU>A<OE1> sep2 0.0724493
+R<ASN>A<CB> R<GLY>A<C> central_sep1 1.65123
+R<ASN>A<CB> R<GLY>A<C> central_sep2 0.364406
+R<ASN>A<CB> R<GLY>A<C> sep1 -0.281907
+R<ASN>A<CB> R<GLY>A<C> sep2 -0.487412
+R<ASN>A<CB> R<GLY>A<CA> central_sep1 0.939523
+R<ASN>A<CB> R<GLY>A<CA> central_sep2 -0.117506
+R<ASN>A<CB> R<GLY>A<CA> sep1 1.99164
+R<ASN>A<CB> R<GLY>A<CA> sep2 0.0310053
+R<ASN>A<CB> R<GLY>A<N> central_sep1 0.999475
+R<ASN>A<CB> R<GLY>A<N> central_sep2 0.634752
+R<ASN>A<CB> R<GLY>A<N> sep1 -0.319782
+R<ASN>A<CB> R<GLY>A<N> sep2 0.229198
+R<ASN>A<CB> R<GLY>A<O> central_sep1 -0.515355
+R<ASN>A<CB> R<GLY>A<O> central_sep2 -0.463785
+R<ASN>A<CB> R<GLY>A<O> sep1 0.36149
+R<ASN>A<CB> R<GLY>A<O> sep2 -0.0500255
+R<ASN>A<CB> R<HIS>A<C> central_sep1 2.24478
+R<ASN>A<CB> R<HIS>A<C> central_sep2 1.17426
+R<ASN>A<CB> R<HIS>A<C> sep1 -0.669751
+R<ASN>A<CB> R<HIS>A<C> sep2 0.0825045
+R<ASN>A<CB> R<HIS>A<CA> central_sep1 -0.127492
+R<ASN>A<CB> R<HIS>A<CA> central_sep2 0.240946
+R<ASN>A<CB> R<HIS>A<CA> sep1 1.2776
+R<ASN>A<CB> R<HIS>A<CA> sep2 0.527933
+R<ASN>A<CB> R<HIS>A<CB> central_sep1 0.304978
+R<ASN>A<CB> R<HIS>A<CB> central_sep2 -0.180213
+R<ASN>A<CB> R<HIS>A<CB> sep1 1.44647
+R<ASN>A<CB> R<HIS>A<CB> sep2 -0.111269
+R<ASN>A<CB> R<HIS>A<CD2> central_sep1 -0.315679
+R<ASN>A<CB> R<HIS>A<CD2> central_sep2 -0.319239
+R<ASN>A<CB> R<HIS>A<CD2> sep1 1.03207
+R<ASN>A<CB> R<HIS>A<CD2> sep2 -0.219794
+R<ASN>A<CB> R<HIS>A<CE1> central_sep1 -0.199514
+R<ASN>A<CB> R<HIS>A<CE1> central_sep2 -0.411726
+R<ASN>A<CB> R<HIS>A<CE1> sep1 0.934393
+R<ASN>A<CB> R<HIS>A<CE1> sep2 -0.21907
+R<ASN>A<CB> R<HIS>A<CG> central_sep1 0.540644
+R<ASN>A<CB> R<HIS>A<CG> central_sep2 -0.640895
+R<ASN>A<CB> R<HIS>A<CG> sep1 0.949672
+R<ASN>A<CB> R<HIS>A<CG> sep2 -0.965485
+R<ASN>A<CB> R<HIS>A<N> central_sep1 1.11388
+R<ASN>A<CB> R<HIS>A<N> central_sep2 1.28514
+R<ASN>A<CB> R<HIS>A<N> sep1 -0.756164
+R<ASN>A<CB> R<HIS>A<N> sep2 0.92301
+R<ASN>A<CB> R<HIS>A<ND1> central_sep1 -0.30548
+R<ASN>A<CB> R<HIS>A<ND1> central_sep2 -0.23369
+R<ASN>A<CB> R<HIS>A<ND1> sep1 0.762505
+R<ASN>A<CB> R<HIS>A<ND1> sep2 -0.594543
+R<ASN>A<CB> R<HIS>A<NE2> central_sep1 0.290747
+R<ASN>A<CB> R<HIS>A<NE2> central_sep2 -0.173917
+R<ASN>A<CB> R<HIS>A<NE2> sep1 0.603179
+R<ASN>A<CB> R<HIS>A<NE2> sep2 -0.625841
+R<ASN>A<CB> R<HIS>A<O> central_sep1 -1.07049
+R<ASN>A<CB> R<HIS>A<O> central_sep2 -0.287818
+R<ASN>A<CB> R<HIS>A<O> sep1 0.00559623
+R<ASN>A<CB> R<HIS>A<O> sep2 0.175575
+R<ASN>A<CB> R<ILE>A<C> central_sep1 2.55685
+R<ASN>A<CB> R<ILE>A<C> central_sep2 1.45268
+R<ASN>A<CB> R<ILE>A<C> sep1 -0.563259
+R<ASN>A<CB> R<ILE>A<C> sep2 -0.141704
+R<ASN>A<CB> R<ILE>A<CA> central_sep1 -0.0221457
+R<ASN>A<CB> R<ILE>A<CA> central_sep2 0.622819
+R<ASN>A<CB> R<ILE>A<CA> sep1 1.12003
+R<ASN>A<CB> R<ILE>A<CA> sep2 0.826446
+R<ASN>A<CB> R<ILE>A<CB> central_sep1 0.328024
+R<ASN>A<CB> R<ILE>A<CB> central_sep2 -0.13449
+R<ASN>A<CB> R<ILE>A<CB> sep1 1.56078
+R<ASN>A<CB> R<ILE>A<CB> sep2 -0.226593
+R<ASN>A<CB> R<ILE>A<CD1> central_sep1 0.0628502
+R<ASN>A<CB> R<ILE>A<CD1> central_sep2 -0.605864
+R<ASN>A<CB> R<ILE>A<CD1> sep1 1.71301
+R<ASN>A<CB> R<ILE>A<CD1> sep2 0.200619
+R<ASN>A<CB> R<ILE>A<CG1> central_sep1 -0.0509945
+R<ASN>A<CB> R<ILE>A<CG1> central_sep2 -0.269857
+R<ASN>A<CB> R<ILE>A<CG1> sep1 0.637325
+R<ASN>A<CB> R<ILE>A<CG1> sep2 -0.0845263
+R<ASN>A<CB> R<ILE>A<CG2> central_sep1 0.269689
+R<ASN>A<CB> R<ILE>A<CG2> central_sep2 -0.432383
+R<ASN>A<CB> R<ILE>A<CG2> sep1 1.36351
+R<ASN>A<CB> R<ILE>A<CG2> sep2 0.277067
+R<ASN>A<CB> R<ILE>A<N> central_sep1 2.10044
+R<ASN>A<CB> R<ILE>A<N> central_sep2 1.48585
+R<ASN>A<CB> R<ILE>A<N> sep1 -0.927721
+R<ASN>A<CB> R<ILE>A<N> sep2 0.997578
+R<ASN>A<CB> R<ILE>A<O> central_sep1 -0.904082
+R<ASN>A<CB> R<ILE>A<O> central_sep2 -0.29148
+R<ASN>A<CB> R<ILE>A<O> sep1 0.0763069
+R<ASN>A<CB> R<ILE>A<O> sep2 -0.017026
+R<ASN>A<CB> R<LEU>A<C> central_sep1 2.32584
+R<ASN>A<CB> R<LEU>A<C> central_sep2 1.2434
+R<ASN>A<CB> R<LEU>A<C> sep1 -0.473486
+R<ASN>A<CB> R<LEU>A<C> sep2 0.116559
+R<ASN>A<CB> R<LEU>A<CA> central_sep1 -0.173071
+R<ASN>A<CB> R<LEU>A<CA> central_sep2 0.861749
+R<ASN>A<CB> R<LEU>A<CA> sep1 1.08695
+R<ASN>A<CB> R<LEU>A<CA> sep2 0.860239
+R<ASN>A<CB> R<LEU>A<CB> central_sep1 0.291443
+R<ASN>A<CB> R<LEU>A<CB> central_sep2 -0.106967
+R<ASN>A<CB> R<LEU>A<CB> sep1 1.50448
+R<ASN>A<CB> R<LEU>A<CB> sep2 0.278887
+R<ASN>A<CB> R<LEU>A<CD1> central_sep1 0.260024
+R<ASN>A<CB> R<LEU>A<CD1> central_sep2 -0.524761
+R<ASN>A<CB> R<LEU>A<CD1> sep1 1.78905
+R<ASN>A<CB> R<LEU>A<CD1> sep2 0.324367
+R<ASN>A<CB> R<LEU>A<CD2> central_sep1 0.638074
+R<ASN>A<CB> R<LEU>A<CD2> central_sep2 -0.504792
+R<ASN>A<CB> R<LEU>A<CD2> sep1 1.63057
+R<ASN>A<CB> R<LEU>A<CD2> sep2 0.261329
+R<ASN>A<CB> R<LEU>A<CG> central_sep1 -0.244554
+R<ASN>A<CB> R<LEU>A<CG> central_sep2 0.241819
+R<ASN>A<CB> R<LEU>A<CG> sep1 0.474098
+R<ASN>A<CB> R<LEU>A<CG> sep2 -0.0953993
+R<ASN>A<CB> R<LEU>A<N> central_sep1 1.88833
+R<ASN>A<CB> R<LEU>A<N> central_sep2 1.6092
+R<ASN>A<CB> R<LEU>A<N> sep1 -0.793737
+R<ASN>A<CB> R<LEU>A<N> sep2 1.16886
+R<ASN>A<CB> R<LEU>A<O> central_sep1 -0.967248
+R<ASN>A<CB> R<LEU>A<O> central_sep2 -0.201475
+R<ASN>A<CB> R<LEU>A<O> sep1 0.204444
+R<ASN>A<CB> R<LEU>A<O> sep2 0.31003
+R<ASN>A<CB> R<LYS>A<C> central_sep1 2.33677
+R<ASN>A<CB> R<LYS>A<C> central_sep2 1.31767
+R<ASN>A<CB> R<LYS>A<C> sep1 -0.712209
+R<ASN>A<CB> R<LYS>A<C> sep2 0.170065
+R<ASN>A<CB> R<LYS>A<CA> central_sep1 -0.331675
+R<ASN>A<CB> R<LYS>A<CA> central_sep2 0.689272
+R<ASN>A<CB> R<LYS>A<CA> sep1 1.27051
+R<ASN>A<CB> R<LYS>A<CA> sep2 0.609807
+R<ASN>A<CB> R<LYS>A<CB> central_sep1 0.276093
+R<ASN>A<CB> R<LYS>A<CB> central_sep2 0.183741
+R<ASN>A<CB> R<LYS>A<CB> sep1 0.994603
+R<ASN>A<CB> R<LYS>A<CB> sep2 0.184274
+R<ASN>A<CB> R<LYS>A<CD> central_sep1 0.590946
+R<ASN>A<CB> R<LYS>A<CD> central_sep2 0.24329
+R<ASN>A<CB> R<LYS>A<CD> sep1 1.22379
+R<ASN>A<CB> R<LYS>A<CD> sep2 -0.0720228
+R<ASN>A<CB> R<LYS>A<CE> central_sep1 0.427209
+R<ASN>A<CB> R<LYS>A<CE> central_sep2 0.416869
+R<ASN>A<CB> R<LYS>A<CE> sep1 1.39462
+R<ASN>A<CB> R<LYS>A<CE> sep2 0.0613978
+R<ASN>A<CB> R<LYS>A<CG> central_sep1 0.219539
+R<ASN>A<CB> R<LYS>A<CG> central_sep2 0.196552
+R<ASN>A<CB> R<LYS>A<CG> sep1 0.320789
+R<ASN>A<CB> R<LYS>A<CG> sep2 0.125548
+R<ASN>A<CB> R<LYS>A<N> central_sep1 1.05389
+R<ASN>A<CB> R<LYS>A<N> central_sep2 1.49245
+R<ASN>A<CB> R<LYS>A<N> sep1 -0.934623
+R<ASN>A<CB> R<LYS>A<N> sep2 1.10683
+R<ASN>A<CB> R<LYS>A<NZ> central_sep1 1.05904
+R<ASN>A<CB> R<LYS>A<NZ> central_sep2 0.635506
+R<ASN>A<CB> R<LYS>A<NZ> sep1 1.85397
+R<ASN>A<CB> R<LYS>A<NZ> sep2 0.0424601
+R<ASN>A<CB> R<LYS>A<O> central_sep1 -1.14493
+R<ASN>A<CB> R<LYS>A<O> central_sep2 -0.0264963
+R<ASN>A<CB> R<LYS>A<O> sep1 -0.119668
+R<ASN>A<CB> R<LYS>A<O> sep2 0.302802
+R<ASN>A<CB> R<MET>A<C> central_sep1 2.61805
+R<ASN>A<CB> R<MET>A<C> central_sep2 1.07072
+R<ASN>A<CB> R<MET>A<C> sep1 -0.492002
+R<ASN>A<CB> R<MET>A<C> sep2 0.0561965
+R<ASN>A<CB> R<MET>A<CA> central_sep1 -0.277071
+R<ASN>A<CB> R<MET>A<CA> central_sep2 0.558234
+R<ASN>A<CB> R<MET>A<CA> sep1 1.27607
+R<ASN>A<CB> R<MET>A<CA> sep2 0.627871
+R<ASN>A<CB> R<MET>A<CB> central_sep1 0.427405
+R<ASN>A<CB> R<MET>A<CB> central_sep2 -0.10998
+R<ASN>A<CB> R<MET>A<CB> sep1 1.60021
+R<ASN>A<CB> R<MET>A<CB> sep2 0.123556
+R<ASN>A<CB> R<MET>A<CE> central_sep1 0.311362
+R<ASN>A<CB> R<MET>A<CE> central_sep2 -0.678904
+R<ASN>A<CB> R<MET>A<CE> sep1 2.07388
+R<ASN>A<CB> R<MET>A<CE> sep2 -0.13556
+R<ASN>A<CB> R<MET>A<CG> central_sep1 0.372491
+R<ASN>A<CB> R<MET>A<CG> central_sep2 -0.252592
+R<ASN>A<CB> R<MET>A<CG> sep1 0.908685
+R<ASN>A<CB> R<MET>A<CG> sep2 -0.172025
+R<ASN>A<CB> R<MET>A<N> central_sep1 1.93547
+R<ASN>A<CB> R<MET>A<N> central_sep2 1.3808
+R<ASN>A<CB> R<MET>A<N> sep1 -0.631714
+R<ASN>A<CB> R<MET>A<N> sep2 0.837746
+R<ASN>A<CB> R<MET>A<O> central_sep1 -1.03134
+R<ASN>A<CB> R<MET>A<O> central_sep2 -0.11348
+R<ASN>A<CB> R<MET>A<O> sep1 0.284085
+R<ASN>A<CB> R<MET>A<O> sep2 0.19706
+R<ASN>A<CB> R<MET>A<SD> central_sep1 0.286356
+R<ASN>A<CB> R<MET>A<SD> central_sep2 -0.964778
+R<ASN>A<CB> R<MET>A<SD> sep1 1.8146
+R<ASN>A<CB> R<MET>A<SD> sep2 0.0255539
+R<ASN>A<CB> R<PHE>A<C> central_sep1 2.26969
+R<ASN>A<CB> R<PHE>A<C> central_sep2 0.863333
+R<ASN>A<CB> R<PHE>A<C> sep1 -0.688717
+R<ASN>A<CB> R<PHE>A<C> sep2 -0.152142
+R<ASN>A<CB> R<PHE>A<CA> central_sep1 0.0592689
+R<ASN>A<CB> R<PHE>A<CA> central_sep2 0.437144
+R<ASN>A<CB> R<PHE>A<CA> sep1 1.19085
+R<ASN>A<CB> R<PHE>A<CA> sep2 0.553381
+R<ASN>A<CB> R<PHE>A<CB> central_sep1 0.402716
+R<ASN>A<CB> R<PHE>A<CB> central_sep2 -0.177975
+R<ASN>A<CB> R<PHE>A<CB> sep1 1.77549
+R<ASN>A<CB> R<PHE>A<CB> sep2 0.111702
+R<ASN>A<CB> R<PHE>A<CD1> central_sep1 -0.091483
+R<ASN>A<CB> R<PHE>A<CD1> central_sep2 -0.443589
+R<ASN>A<CB> R<PHE>A<CD1> sep1 1.07149
+R<ASN>A<CB> R<PHE>A<CD1> sep2 -0.414154
+R<ASN>A<CB> R<PHE>A<CE1> central_sep1 -0.246874
+R<ASN>A<CB> R<PHE>A<CE1> central_sep2 -0.700408
+R<ASN>A<CB> R<PHE>A<CE1> sep1 1.04061
+R<ASN>A<CB> R<PHE>A<CE1> sep2 -0.524156
+R<ASN>A<CB> R<PHE>A<CG> central_sep1 1.00037
+R<ASN>A<CB> R<PHE>A<CG> central_sep2 -0.425913
+R<ASN>A<CB> R<PHE>A<CG> sep1 0.900279
+R<ASN>A<CB> R<PHE>A<CG> sep2 -1.46385
+R<ASN>A<CB> R<PHE>A<CZ> central_sep1 0.27828
+R<ASN>A<CB> R<PHE>A<CZ> central_sep2 -0.723888
+R<ASN>A<CB> R<PHE>A<CZ> sep1 1.02801
+R<ASN>A<CB> R<PHE>A<CZ> sep2 -0.495187
+R<ASN>A<CB> R<PHE>A<N> central_sep1 1.69856
+R<ASN>A<CB> R<PHE>A<N> central_sep2 1.13443
+R<ASN>A<CB> R<PHE>A<N> sep1 -0.894222
+R<ASN>A<CB> R<PHE>A<N> sep2 0.896879
+R<ASN>A<CB> R<PHE>A<O> central_sep1 -1.00528
+R<ASN>A<CB> R<PHE>A<O> central_sep2 -0.365888
+R<ASN>A<CB> R<PHE>A<O> sep1 0.0325154
+R<ASN>A<CB> R<PHE>A<O> sep2 -0.0172212
+R<ASN>A<CB> R<PRO>A<C> central_sep1 2.70715
+R<ASN>A<CB> R<PRO>A<C> central_sep2 1.29492
+R<ASN>A<CB> R<PRO>A<C> sep1 -0.369642
+R<ASN>A<CB> R<PRO>A<C> sep2 0.0139711
+R<ASN>A<CB> R<PRO>A<CA> central_sep1 0.301312
+R<ASN>A<CB> R<PRO>A<CA> central_sep2 0.113021
+R<ASN>A<CB> R<PRO>A<CA> sep1 1.49118
+R<ASN>A<CB> R<PRO>A<CA> sep2 0.180238
+R<ASN>A<CB> R<PRO>A<CB> central_sep1 1.10303
+R<ASN>A<CB> R<PRO>A<CB> central_sep2 -0.14328
+R<ASN>A<CB> R<PRO>A<CB> sep1 1.56352
+R<ASN>A<CB> R<PRO>A<CB> sep2 -0.178534
+R<ASN>A<CB> R<PRO>A<CD> central_sep1 0.289512
+R<ASN>A<CB> R<PRO>A<CD> central_sep2 0.391808
+R<ASN>A<CB> R<PRO>A<CD> sep1 0.240196
+R<ASN>A<CB> R<PRO>A<CD> sep2 0.236485
+R<ASN>A<CB> R<PRO>A<CG> central_sep1 1.59948
+R<ASN>A<CB> R<PRO>A<CG> central_sep2 -0.188241
+R<ASN>A<CB> R<PRO>A<CG> sep1 1.7207
+R<ASN>A<CB> R<PRO>A<CG> sep2 -0.168332
+R<ASN>A<CB> R<PRO>A<N> central_sep1 2.31488
+R<ASN>A<CB> R<PRO>A<N> central_sep2 1.26237
+R<ASN>A<CB> R<PRO>A<N> sep1 -0.560078
+R<ASN>A<CB> R<PRO>A<N> sep2 -0.221768
+R<ASN>A<CB> R<PRO>A<O> central_sep1 -0.743965
+R<ASN>A<CB> R<PRO>A<O> central_sep2 -0.345858
+R<ASN>A<CB> R<PRO>A<O> sep1 -0.0873763
+R<ASN>A<CB> R<PRO>A<O> sep2 0.468
+R<ASN>A<CB> R<SER>A<C> central_sep1 2.32416
+R<ASN>A<CB> R<SER>A<C> central_sep2 0.759747
+R<ASN>A<CB> R<SER>A<C> sep1 -0.566655
+R<ASN>A<CB> R<SER>A<C> sep2 -0.163812
+R<ASN>A<CB> R<SER>A<CA> central_sep1 -0.0902932
+R<ASN>A<CB> R<SER>A<CA> central_sep2 0.266706
+R<ASN>A<CB> R<SER>A<CA> sep1 1.66526
+R<ASN>A<CB> R<SER>A<CA> sep2 0.13908
+R<ASN>A<CB> R<SER>A<CB> central_sep1 0.416577
+R<ASN>A<CB> R<SER>A<CB> central_sep2 -0.31169
+R<ASN>A<CB> R<SER>A<CB> sep1 1.19745
+R<ASN>A<CB> R<SER>A<CB> sep2 -0.102118
+R<ASN>A<CB> R<SER>A<N> central_sep1 0.648096
+R<ASN>A<CB> R<SER>A<N> central_sep2 1.02264
+R<ASN>A<CB> R<SER>A<N> sep1 -0.933719
+R<ASN>A<CB> R<SER>A<N> sep2 0.63849
+R<ASN>A<CB> R<SER>A<O> central_sep1 -1.08448
+R<ASN>A<CB> R<SER>A<O> central_sep2 -0.308187
+R<ASN>A<CB> R<SER>A<O> sep1 0.152342
+R<ASN>A<CB> R<SER>A<O> sep2 0.0697482
+R<ASN>A<CB> R<SER>A<OG> central_sep1 -0.610389
+R<ASN>A<CB> R<SER>A<OG> central_sep2 -0.675877
+R<ASN>A<CB> R<SER>A<OG> sep1 0.543084
+R<ASN>A<CB> R<SER>A<OG> sep2 -0.145157
+R<ASN>A<CB> R<THR>A<C> central_sep1 2.33155
+R<ASN>A<CB> R<THR>A<C> central_sep2 0.800411
+R<ASN>A<CB> R<THR>A<C> sep1 -0.66678
+R<ASN>A<CB> R<THR>A<C> sep2 -0.0489402
+R<ASN>A<CB> R<THR>A<CA> central_sep1 -0.026833
+R<ASN>A<CB> R<THR>A<CA> central_sep2 0.257499
+R<ASN>A<CB> R<THR>A<CA> sep1 1.35974
+R<ASN>A<CB> R<THR>A<CA> sep2 0.341835
+R<ASN>A<CB> R<THR>A<CB> central_sep1 0.447175
+R<ASN>A<CB> R<THR>A<CB> central_sep2 -0.455851
+R<ASN>A<CB> R<THR>A<CB> sep1 0.936521
+R<ASN>A<CB> R<THR>A<CB> sep2 -0.3461
+R<ASN>A<CB> R<THR>A<CG2> central_sep1 0.254268
+R<ASN>A<CB> R<THR>A<CG2> central_sep2 -0.498137
+R<ASN>A<CB> R<THR>A<CG2> sep1 1.04112
+R<ASN>A<CB> R<THR>A<CG2> sep2 -0.079936
+R<ASN>A<CB> R<THR>A<N> central_sep1 0.661303
+R<ASN>A<CB> R<THR>A<N> central_sep2 1.24676
+R<ASN>A<CB> R<THR>A<N> sep1 -0.835642
+R<ASN>A<CB> R<THR>A<N> sep2 0.820809
+R<ASN>A<CB> R<THR>A<O> central_sep1 -1.07698
+R<ASN>A<CB> R<THR>A<O> central_sep2 -0.384838
+R<ASN>A<CB> R<THR>A<O> sep1 0.0188234
+R<ASN>A<CB> R<THR>A<O> sep2 -0.0116711
+R<ASN>A<CB> R<THR>A<OG1> central_sep1 -0.802823
+R<ASN>A<CB> R<THR>A<OG1> central_sep2 -0.742581
+R<ASN>A<CB> R<THR>A<OG1> sep1 0.465139
+R<ASN>A<CB> R<THR>A<OG1> sep2 -0.203216
+R<ASN>A<CB> R<TRP>A<C> central_sep1 2.23529
+R<ASN>A<CB> R<TRP>A<C> central_sep2 1.04284
+R<ASN>A<CB> R<TRP>A<C> sep1 -0.752249
+R<ASN>A<CB> R<TRP>A<C> sep2 -0.0495899
+R<ASN>A<CB> R<TRP>A<CA> central_sep1 -0.147244
+R<ASN>A<CB> R<TRP>A<CA> central_sep2 0.172957
+R<ASN>A<CB> R<TRP>A<CA> sep1 1.11444
+R<ASN>A<CB> R<TRP>A<CA> sep2 0.401699
+R<ASN>A<CB> R<TRP>A<CB> central_sep1 0.53796
+R<ASN>A<CB> R<TRP>A<CB> central_sep2 -0.214339
+R<ASN>A<CB> R<TRP>A<CB> sep1 1.82898
+R<ASN>A<CB> R<TRP>A<CB> sep2 0.0499567
+R<ASN>A<CB> R<TRP>A<CD1> central_sep1 -0.448596
+R<ASN>A<CB> R<TRP>A<CD1> central_sep2 -0.398246
+R<ASN>A<CB> R<TRP>A<CD1> sep1 0.835794
+R<ASN>A<CB> R<TRP>A<CD1> sep2 -0.381406
+R<ASN>A<CB> R<TRP>A<CD2> central_sep1 -0.55322
+R<ASN>A<CB> R<TRP>A<CD2> central_sep2 -1.0068
+R<ASN>A<CB> R<TRP>A<CD2> sep1 0.256167
+R<ASN>A<CB> R<TRP>A<CD2> sep2 -1.33011
+R<ASN>A<CB> R<TRP>A<CE2> central_sep1 -0.86335
+R<ASN>A<CB> R<TRP>A<CE2> central_sep2 -1.07213
+R<ASN>A<CB> R<TRP>A<CE2> sep1 -0.179417
+R<ASN>A<CB> R<TRP>A<CE2> sep2 -1.30686
+R<ASN>A<CB> R<TRP>A<CE3> central_sep1 -0.257528
+R<ASN>A<CB> R<TRP>A<CE3> central_sep2 -0.734773
+R<ASN>A<CB> R<TRP>A<CE3> sep1 1.0426
+R<ASN>A<CB> R<TRP>A<CE3> sep2 -0.652604
+R<ASN>A<CB> R<TRP>A<CG> central_sep1 0.854971
+R<ASN>A<CB> R<TRP>A<CG> central_sep2 -0.440751
+R<ASN>A<CB> R<TRP>A<CG> sep1 0.793564
+R<ASN>A<CB> R<TRP>A<CG> sep2 -1.61349
+R<ASN>A<CB> R<TRP>A<CH2> central_sep1 0.0136476
+R<ASN>A<CB> R<TRP>A<CH2> central_sep2 -0.92984
+R<ASN>A<CB> R<TRP>A<CH2> sep1 1.28153
+R<ASN>A<CB> R<TRP>A<CH2> sep2 -0.70581
+R<ASN>A<CB> R<TRP>A<CZ2> central_sep1 -0.0336872
+R<ASN>A<CB> R<TRP>A<CZ2> central_sep2 -0.793225
+R<ASN>A<CB> R<TRP>A<CZ2> sep1 1.46433
+R<ASN>A<CB> R<TRP>A<CZ2> sep2 -0.768363
+R<ASN>A<CB> R<TRP>A<CZ3> central_sep1 -0.301674
+R<ASN>A<CB> R<TRP>A<CZ3> central_sep2 -0.883653
+R<ASN>A<CB> R<TRP>A<CZ3> sep1 1.12871
+R<ASN>A<CB> R<TRP>A<CZ3> sep2 -0.765387
+R<ASN>A<CB> R<TRP>A<N> central_sep1 1.43592
+R<ASN>A<CB> R<TRP>A<N> central_sep2 1.00462
+R<ASN>A<CB> R<TRP>A<N> sep1 -1.09306
+R<ASN>A<CB> R<TRP>A<N> sep2 0.777632
+R<ASN>A<CB> R<TRP>A<NE1> central_sep1 -0.122121
+R<ASN>A<CB> R<TRP>A<NE1> central_sep2 -0.416985
+R<ASN>A<CB> R<TRP>A<NE1> sep1 0.605714
+R<ASN>A<CB> R<TRP>A<NE1> sep2 -0.584989
+R<ASN>A<CB> R<TRP>A<O> central_sep1 -1.17535
+R<ASN>A<CB> R<TRP>A<O> central_sep2 -0.367752
+R<ASN>A<CB> R<TRP>A<O> sep1 -0.0931534
+R<ASN>A<CB> R<TRP>A<O> sep2 0.265227
+R<ASN>A<CB> R<TYR>A<C> central_sep1 2.2443
+R<ASN>A<CB> R<TYR>A<C> central_sep2 0.774107
+R<ASN>A<CB> R<TYR>A<C> sep1 -0.827
+R<ASN>A<CB> R<TYR>A<C> sep2 -0.0789226
+R<ASN>A<CB> R<TYR>A<CA> central_sep1 -0.0302262
+R<ASN>A<CB> R<TYR>A<CA> central_sep2 0.316725
+R<ASN>A<CB> R<TYR>A<CA> sep1 1.15988
+R<ASN>A<CB> R<TYR>A<CA> sep2 0.438203
+R<ASN>A<CB> R<TYR>A<CB> central_sep1 0.280817
+R<ASN>A<CB> R<TYR>A<CB> central_sep2 -0.266713
+R<ASN>A<CB> R<TYR>A<CB> sep1 1.69286
+R<ASN>A<CB> R<TYR>A<CB> sep2 -0.0859827
+R<ASN>A<CB> R<TYR>A<CD1> central_sep1 -0.30658
+R<ASN>A<CB> R<TYR>A<CD1> central_sep2 -0.525856
+R<ASN>A<CB> R<TYR>A<CD1> sep1 0.949163
+R<ASN>A<CB> R<TYR>A<CD1> sep2 -0.507484
+R<ASN>A<CB> R<TYR>A<CE1> central_sep1 -0.642001
+R<ASN>A<CB> R<TYR>A<CE1> central_sep2 -0.816917
+R<ASN>A<CB> R<TYR>A<CE1> sep1 0.671358
+R<ASN>A<CB> R<TYR>A<CE1> sep2 -0.655045
+R<ASN>A<CB> R<TYR>A<CG> central_sep1 1.19051
+R<ASN>A<CB> R<TYR>A<CG> central_sep2 -0.571811
+R<ASN>A<CB> R<TYR>A<CG> sep1 0.817692
+R<ASN>A<CB> R<TYR>A<CG> sep2 -1.64438
+R<ASN>A<CB> R<TYR>A<CZ> central_sep1 -0.899784
+R<ASN>A<CB> R<TYR>A<CZ> central_sep2 -1.02427
+R<ASN>A<CB> R<TYR>A<CZ> sep1 -0.3043
+R<ASN>A<CB> R<TYR>A<CZ> sep2 -1.39785
+R<ASN>A<CB> R<TYR>A<N> central_sep1 1.43408
+R<ASN>A<CB> R<TYR>A<N> central_sep2 1.15281
+R<ASN>A<CB> R<TYR>A<N> sep1 -1.00075
+R<ASN>A<CB> R<TYR>A<N> sep2 0.932966
+R<ASN>A<CB> R<TYR>A<O> central_sep1 -1.14232
+R<ASN>A<CB> R<TYR>A<O> central_sep2 -0.389158
+R<ASN>A<CB> R<TYR>A<O> sep1 -0.126313
+R<ASN>A<CB> R<TYR>A<O> sep2 0.0341331
+R<ASN>A<CB> R<TYR>A<OH> central_sep1 0.397617
+R<ASN>A<CB> R<TYR>A<OH> central_sep2 -0.964111
+R<ASN>A<CB> R<TYR>A<OH> sep1 1.29153
+R<ASN>A<CB> R<TYR>A<OH> sep2 -0.635052
+R<ASN>A<CB> R<VAL>A<C> central_sep1 3.01995
+R<ASN>A<CB> R<VAL>A<C> central_sep2 1.37194
+R<ASN>A<CB> R<VAL>A<C> sep1 -0.476969
+R<ASN>A<CB> R<VAL>A<C> sep2 -0.0027396
+R<ASN>A<CB> R<VAL>A<CA> central_sep1 0.211883
+R<ASN>A<CB> R<VAL>A<CA> central_sep2 0.675181
+R<ASN>A<CB> R<VAL>A<CA> sep1 1.57127
+R<ASN>A<CB> R<VAL>A<CA> sep2 0.763534
+R<ASN>A<CB> R<VAL>A<CB> central_sep1 0.376181
+R<ASN>A<CB> R<VAL>A<CB> central_sep2 -0.290317
+R<ASN>A<CB> R<VAL>A<CB> sep1 1.49355
+R<ASN>A<CB> R<VAL>A<CB> sep2 -0.207798
+R<ASN>A<CB> R<VAL>A<CG1> central_sep1 0.296698
+R<ASN>A<CB> R<VAL>A<CG1> central_sep2 -0.459185
+R<ASN>A<CB> R<VAL>A<CG1> sep1 1.47065
+R<ASN>A<CB> R<VAL>A<CG1> sep2 0.257714
+R<ASN>A<CB> R<VAL>A<CG2> central_sep1 0.0733164
+R<ASN>A<CB> R<VAL>A<CG2> central_sep2 -0.380952
+R<ASN>A<CB> R<VAL>A<CG2> sep1 1.1292
+R<ASN>A<CB> R<VAL>A<CG2> sep2 0.336711
+R<ASN>A<CB> R<VAL>A<N> central_sep1 2.06467
+R<ASN>A<CB> R<VAL>A<N> central_sep2 1.52775
+R<ASN>A<CB> R<VAL>A<N> sep1 -0.77664
+R<ASN>A<CB> R<VAL>A<N> sep2 1.09481
+R<ASN>A<CB> R<VAL>A<O> central_sep1 -0.743578
+R<ASN>A<CB> R<VAL>A<O> central_sep2 -0.275038
+R<ASN>A<CB> R<VAL>A<O> sep1 0.142167
+R<ASN>A<CB> R<VAL>A<O> sep2 0.0205753
+R<ASN>A<CB> c<solvent> . -0.158097
+R<ASN>A<CG> R<ASN>A<CG> central_sep1 -0.78796
+R<ASN>A<CG> R<ASN>A<CG> central_sep2 -1.01694
+R<ASN>A<CG> R<ASN>A<CG> sep1 -0.361805
+R<ASN>A<CG> R<ASN>A<CG> sep2 -1.70599
+R<ASN>A<CG> R<ASN>A<N> central_sep1 0.00393163
+R<ASN>A<CG> R<ASN>A<N> central_sep2 0.7634
+R<ASN>A<CG> R<ASN>A<N> sep1 -0.352478
+R<ASN>A<CG> R<ASN>A<N> sep2 -1.03501
+R<ASN>A<CG> R<ASN>A<ND2> central_sep1 0.305983
+R<ASN>A<CG> R<ASN>A<ND2> central_sep2 -0.146784
+R<ASN>A<CG> R<ASN>A<ND2> sep1 0.337603
+R<ASN>A<CG> R<ASN>A<ND2> sep2 -1.58278
+R<ASN>A<CG> R<ASN>A<O> central_sep1 -1.02857
+R<ASN>A<CG> R<ASN>A<O> central_sep2 0.385183
+R<ASN>A<CG> R<ASN>A<O> sep1 0.141587
+R<ASN>A<CG> R<ASN>A<O> sep2 -0.707306
+R<ASN>A<CG> R<ASN>A<OD1> central_sep1 -0.0158772
+R<ASN>A<CG> R<ASN>A<OD1> central_sep2 -0.0872214
+R<ASN>A<CG> R<ASN>A<OD1> sep1 0.345078
+R<ASN>A<CG> R<ASN>A<OD1> sep2 -1.32096
+R<ASN>A<CG> R<ASP>A<C> central_sep1 0.870391
+R<ASN>A<CG> R<ASP>A<C> central_sep2 0.918406
+R<ASN>A<CG> R<ASP>A<C> sep1 -0.973922
+R<ASN>A<CG> R<ASP>A<C> sep2 0.175752
+R<ASN>A<CG> R<ASP>A<CA> central_sep1 1.60902
+R<ASN>A<CG> R<ASP>A<CA> central_sep2 0.352255
+R<ASN>A<CG> R<ASP>A<CA> sep1 1.07611
+R<ASN>A<CG> R<ASP>A<CA> sep2 -0.670531
+R<ASN>A<CG> R<ASP>A<CB> central_sep1 0.173916
+R<ASN>A<CG> R<ASP>A<CB> central_sep2 -0.179842
+R<ASN>A<CG> R<ASP>A<CB> sep1 -0.267861
+R<ASN>A<CG> R<ASP>A<CB> sep2 -0.999504
+R<ASN>A<CG> R<ASP>A<CG> central_sep1 -0.199049
+R<ASN>A<CG> R<ASP>A<CG> central_sep2 0.127355
+R<ASN>A<CG> R<ASP>A<CG> sep1 -0.214521
+R<ASN>A<CG> R<ASP>A<CG> sep2 -0.860288
+R<ASN>A<CG> R<ASP>A<N> central_sep1 -0.0860348
+R<ASN>A<CG> R<ASP>A<N> central_sep2 1.74647
+R<ASN>A<CG> R<ASP>A<N> sep1 -0.321438
+R<ASN>A<CG> R<ASP>A<N> sep2 -0.145521
+R<ASN>A<CG> R<ASP>A<O> central_sep1 -0.915263
+R<ASN>A<CG> R<ASP>A<O> central_sep2 0.684874
+R<ASN>A<CG> R<ASP>A<O> sep1 0.307361
+R<ASN>A<CG> R<ASP>A<O> sep2 -0.303515
+R<ASN>A<CG> R<ASP>A<OD1> central_sep1 0.64222
+R<ASN>A<CG> R<ASP>A<OD1> central_sep2 0.944239
+R<ASN>A<CG> R<ASP>A<OD1> sep1 0.471702
+R<ASN>A<CG> R<ASP>A<OD1> sep2 -0.57959
+R<ASN>A<CG> R<CYS>A<C> central_sep1 0.949556
+R<ASN>A<CG> R<CYS>A<C> central_sep2 0.874306
+R<ASN>A<CG> R<CYS>A<C> sep1 -0.740059
+R<ASN>A<CG> R<CYS>A<C> sep2 -0.181897
+R<ASN>A<CG> R<CYS>A<CA> central_sep1 1.67281
+R<ASN>A<CG> R<CYS>A<CA> central_sep2 0.0433233
+R<ASN>A<CG> R<CYS>A<CA> sep1 1.40444
+R<ASN>A<CG> R<CYS>A<CA> sep2 -0.620222
+R<ASN>A<CG> R<CYS>A<CB> central_sep1 0.514227
+R<ASN>A<CG> R<CYS>A<CB> central_sep2 -0.410089
+R<ASN>A<CG> R<CYS>A<CB> sep1 0.473089
+R<ASN>A<CG> R<CYS>A<CB> sep2 -1.0882
+R<ASN>A<CG> R<CYS>A<N> central_sep1 0.185231
+R<ASN>A<CG> R<CYS>A<N> central_sep2 1.49893
+R<ASN>A<CG> R<CYS>A<N> sep1 0.108362
+R<ASN>A<CG> R<CYS>A<N> sep2 -0.0902734
+R<ASN>A<CG> R<CYS>A<O> central_sep1 -0.404428
+R<ASN>A<CG> R<CYS>A<O> central_sep2 0.499476
+R<ASN>A<CG> R<CYS>A<O> sep1 0.612723
+R<ASN>A<CG> R<CYS>A<O> sep2 -0.51078
+R<ASN>A<CG> R<CYS>A<SG> central_sep1 0.202965
+R<ASN>A<CG> R<CYS>A<SG> central_sep2 -0.179385
+R<ASN>A<CG> R<CYS>A<SG> sep1 1.01438
+R<ASN>A<CG> R<CYS>A<SG> sep2 -0.806151
+R<ASN>A<CG> R<GLN>A<C> central_sep1 0.787102
+R<ASN>A<CG> R<GLN>A<C> central_sep2 1.06745
+R<ASN>A<CG> R<GLN>A<C> sep1 -0.956014
+R<ASN>A<CG> R<GLN>A<C> sep2 0.0778154
+R<ASN>A<CG> R<GLN>A<CA> central_sep1 1.60182
+R<ASN>A<CG> R<GLN>A<CA> central_sep2 0.449653
+R<ASN>A<CG> R<GLN>A<CA> sep1 1.32571
+R<ASN>A<CG> R<GLN>A<CA> sep2 -0.539998
+R<ASN>A<CG> R<GLN>A<CB> central_sep1 -0.206249
+R<ASN>A<CG> R<GLN>A<CB> central_sep2 -0.119866
+R<ASN>A<CG> R<GLN>A<CB> sep1 -0.322331
+R<ASN>A<CG> R<GLN>A<CB> sep2 -0.931367
+R<ASN>A<CG> R<GLN>A<CD> central_sep1 -0.0281641
+R<ASN>A<CG> R<GLN>A<CD> central_sep2 -0.382283
+R<ASN>A<CG> R<GLN>A<CD> sep1 0.485671
+R<ASN>A<CG> R<GLN>A<CD> sep2 -1.23334
+R<ASN>A<CG> R<GLN>A<CG> central_sep1 -0.554021
+R<ASN>A<CG> R<GLN>A<CG> central_sep2 -0.0442024
+R<ASN>A<CG> R<GLN>A<CG> sep1 -0.0369992
+R<ASN>A<CG> R<GLN>A<CG> sep2 -0.93668
+R<ASN>A<CG> R<GLN>A<N> central_sep1 0.341628
+R<ASN>A<CG> R<GLN>A<N> central_sep2 1.57927
+R<ASN>A<CG> R<GLN>A<N> sep1 -0.143105
+R<ASN>A<CG> R<GLN>A<N> sep2 0.122204
+R<ASN>A<CG> R<GLN>A<NE2> central_sep1 0.763314
+R<ASN>A<CG> R<GLN>A<NE2> central_sep2 0.277357
+R<ASN>A<CG> R<GLN>A<NE2> sep1 0.492103
+R<ASN>A<CG> R<GLN>A<NE2> sep2 -1.15775
+R<ASN>A<CG> R<GLN>A<O> central_sep1 -1.41844
+R<ASN>A<CG> R<GLN>A<O> central_sep2 0.802676
+R<ASN>A<CG> R<GLN>A<O> sep1 0.349785
+R<ASN>A<CG> R<GLN>A<O> sep2 -0.18389
+R<ASN>A<CG> R<GLN>A<OE1> central_sep1 0.496013
+R<ASN>A<CG> R<GLN>A<OE1> central_sep2 0.190072
+R<ASN>A<CG> R<GLN>A<OE1> sep1 0.775796
+R<ASN>A<CG> R<GLN>A<OE1> sep2 -0.929603
+R<ASN>A<CG> R<GLU>A<C> central_sep1 0.90004
+R<ASN>A<CG> R<GLU>A<C> central_sep2 1.29005
+R<ASN>A<CG> R<GLU>A<C> sep1 -1.16162
+R<ASN>A<CG> R<GLU>A<C> sep2 0.364815
+R<ASN>A<CG> R<GLU>A<CA> central_sep1 1.61471
+R<ASN>A<CG> R<GLU>A<CA> central_sep2 0.480306
+R<ASN>A<CG> R<GLU>A<CA> sep1 1.27193
+R<ASN>A<CG> R<GLU>A<CA> sep2 -0.276157
+R<ASN>A<CG> R<GLU>A<CB> central_sep1 -0.149789
+R<ASN>A<CG> R<GLU>A<CB> central_sep2 0.244684
+R<ASN>A<CG> R<GLU>A<CB> sep1 -0.514847
+R<ASN>A<CG> R<GLU>A<CB> sep2 -0.63651
+R<ASN>A<CG> R<GLU>A<CD> central_sep1 0.321624
+R<ASN>A<CG> R<GLU>A<CD> central_sep2 0.391968
+R<ASN>A<CG> R<GLU>A<CD> sep1 0.514216
+R<ASN>A<CG> R<GLU>A<CD> sep2 -0.695538
+R<ASN>A<CG> R<GLU>A<CG> central_sep1 -0.621729
+R<ASN>A<CG> R<GLU>A<CG> central_sep2 0.194259
+R<ASN>A<CG> R<GLU>A<CG> sep1 -0.0308535
+R<ASN>A<CG> R<GLU>A<CG> sep2 -0.603953
+R<ASN>A<CG> R<GLU>A<N> central_sep1 0.153286
+R<ASN>A<CG> R<GLU>A<N> central_sep2 1.62797
+R<ASN>A<CG> R<GLU>A<N> sep1 -0.383563
+R<ASN>A<CG> R<GLU>A<N> sep2 0.142573
+R<ASN>A<CG> R<GLU>A<O> central_sep1 -1.2749
+R<ASN>A<CG> R<GLU>A<O> central_sep2 0.937512
+R<ASN>A<CG> R<GLU>A<O> sep1 0.228167
+R<ASN>A<CG> R<GLU>A<O> sep2 -0.0474449
+R<ASN>A<CG> R<GLU>A<OE1> central_sep1 1.04769
+R<ASN>A<CG> R<GLU>A<OE1> central_sep2 1.08935
+R<ASN>A<CG> R<GLU>A<OE1> sep1 0.993057
+R<ASN>A<CG> R<GLU>A<OE1> sep2 -0.413703
+R<ASN>A<CG> R<GLY>A<C> central_sep1 0.796936
+R<ASN>A<CG> R<GLY>A<C> central_sep2 0.0190138
+R<ASN>A<CG> R<GLY>A<C> sep1 -0.812011
+R<ASN>A<CG> R<GLY>A<C> sep2 -0.64798
+R<ASN>A<CG> R<GLY>A<CA> central_sep1 1.14108
+R<ASN>A<CG> R<GLY>A<CA> central_sep2 -0.281754
+R<ASN>A<CG> R<GLY>A<CA> sep1 0.733564
+R<ASN>A<CG> R<GLY>A<CA> sep2 -1.2301
+R<ASN>A<CG> R<GLY>A<N> central_sep1 0.354723
+R<ASN>A<CG> R<GLY>A<N> central_sep2 0.69287
+R<ASN>A<CG> R<GLY>A<N> sep1 -0.0387382
+R<ASN>A<CG> R<GLY>A<N> sep2 -0.568531
+R<ASN>A<CG> R<GLY>A<O> central_sep1 -0.239459
+R<ASN>A<CG> R<GLY>A<O> central_sep2 0.334923
+R<ASN>A<CG> R<GLY>A<O> sep1 0.648134
+R<ASN>A<CG> R<GLY>A<O> sep2 -0.625794
+R<ASN>A<CG> R<HIS>A<C> central_sep1 0.85258
+R<ASN>A<CG> R<HIS>A<C> central_sep2 0.976827
+R<ASN>A<CG> R<HIS>A<C> sep1 -0.614559
+R<ASN>A<CG> R<HIS>A<C> sep2 0.042064
+R<ASN>A<CG> R<HIS>A<CA> central_sep1 1.11474
+R<ASN>A<CG> R<HIS>A<CA> central_sep2 0.450045
+R<ASN>A<CG> R<HIS>A<CA> sep1 1.12246
+R<ASN>A<CG> R<HIS>A<CA> sep2 -0.727464
+R<ASN>A<CG> R<HIS>A<CB> central_sep1 0.153563
+R<ASN>A<CG> R<HIS>A<CB> central_sep2 -0.403102
+R<ASN>A<CG> R<HIS>A<CB> sep1 0.165549
+R<ASN>A<CG> R<HIS>A<CB> sep2 -1.05019
+R<ASN>A<CG> R<HIS>A<CD2> central_sep1 -0.353236
+R<ASN>A<CG> R<HIS>A<CD2> central_sep2 -0.327768
+R<ASN>A<CG> R<HIS>A<CD2> sep1 0.365836
+R<ASN>A<CG> R<HIS>A<CD2> sep2 -1.02037
+R<ASN>A<CG> R<HIS>A<CE1> central_sep1 0.201083
+R<ASN>A<CG> R<HIS>A<CE1> central_sep2 -0.478766
+R<ASN>A<CG> R<HIS>A<CE1> sep1 0.359166
+R<ASN>A<CG> R<HIS>A<CE1> sep2 -1.32238
+R<ASN>A<CG> R<HIS>A<CG> central_sep1 -0.0297371
+R<ASN>A<CG> R<HIS>A<CG> central_sep2 -0.647674
+R<ASN>A<CG> R<HIS>A<CG> sep1 0.551568
+R<ASN>A<CG> R<HIS>A<CG> sep2 -1.25206
+R<ASN>A<CG> R<HIS>A<N> central_sep1 0.17677
+R<ASN>A<CG> R<HIS>A<N> central_sep2 1.59796
+R<ASN>A<CG> R<HIS>A<N> sep1 -0.0892601
+R<ASN>A<CG> R<HIS>A<N> sep2 -0.0443825
+R<ASN>A<CG> R<HIS>A<ND1> central_sep1 0.221831
+R<ASN>A<CG> R<HIS>A<ND1> central_sep2 -0.0546953
+R<ASN>A<CG> R<HIS>A<ND1> sep1 0.484595
+R<ASN>A<CG> R<HIS>A<ND1> sep2 -1.14871
+R<ASN>A<CG> R<HIS>A<NE2> central_sep1 0.76122
+R<ASN>A<CG> R<HIS>A<NE2> central_sep2 0.0674959
+R<ASN>A<CG> R<HIS>A<NE2> sep1 0.534376
+R<ASN>A<CG> R<HIS>A<NE2> sep2 -1.27898
+R<ASN>A<CG> R<HIS>A<O> central_sep1 -0.575848
+R<ASN>A<CG> R<HIS>A<O> central_sep2 0.680117
+R<ASN>A<CG> R<HIS>A<O> sep1 0.562177
+R<ASN>A<CG> R<HIS>A<O> sep2 -0.292979
+R<ASN>A<CG> R<ILE>A<C> central_sep1 1.33773
+R<ASN>A<CG> R<ILE>A<C> central_sep2 1.76828
+R<ASN>A<CG> R<ILE>A<C> sep1 -0.793622
+R<ASN>A<CG> R<ILE>A<C> sep2 0.248783
+R<ASN>A<CG> R<ILE>A<CA> central_sep1 1.99458
+R<ASN>A<CG> R<ILE>A<CA> central_sep2 0.817098
+R<ASN>A<CG> R<ILE>A<CA> sep1 1.77645
+R<ASN>A<CG> R<ILE>A<CA> sep2 -0.157915
+R<ASN>A<CG> R<ILE>A<CB> central_sep1 0.385112
+R<ASN>A<CG> R<ILE>A<CB> central_sep2 -0.492541
+R<ASN>A<CG> R<ILE>A<CB> sep1 0.349284
+R<ASN>A<CG> R<ILE>A<CB> sep2 -1.05501
+R<ASN>A<CG> R<ILE>A<CD1> central_sep1 0.718363
+R<ASN>A<CG> R<ILE>A<CD1> central_sep2 -0.595914
+R<ASN>A<CG> R<ILE>A<CD1> sep1 1.24124
+R<ASN>A<CG> R<ILE>A<CD1> sep2 -0.884957
+R<ASN>A<CG> R<ILE>A<CG1> central_sep1 -0.187282
+R<ASN>A<CG> R<ILE>A<CG1> central_sep2 -0.289775
+R<ASN>A<CG> R<ILE>A<CG1> sep1 0.69625
+R<ASN>A<CG> R<ILE>A<CG1> sep2 -0.861939
+R<ASN>A<CG> R<ILE>A<CG2> central_sep1 -0.103611
+R<ASN>A<CG> R<ILE>A<CG2> central_sep2 -0.446727
+R<ASN>A<CG> R<ILE>A<CG2> sep1 0.486148
+R<ASN>A<CG> R<ILE>A<CG2> sep2 -0.891674
+R<ASN>A<CG> R<ILE>A<N> central_sep1 0.332455
+R<ASN>A<CG> R<ILE>A<N> central_sep2 2.13989
+R<ASN>A<CG> R<ILE>A<N> sep1 -0.0658336
+R<ASN>A<CG> R<ILE>A<N> sep2 -0.0637633
+R<ASN>A<CG> R<ILE>A<O> central_sep1 -0.776721
+R<ASN>A<CG> R<ILE>A<O> central_sep2 1.00092
+R<ASN>A<CG> R<ILE>A<O> sep1 0.742289
+R<ASN>A<CG> R<ILE>A<O> sep2 -0.119256
+R<ASN>A<CG> R<LEU>A<C> central_sep1 1.45552
+R<ASN>A<CG> R<LEU>A<C> central_sep2 1.3114
+R<ASN>A<CG> R<LEU>A<C> sep1 -0.647185
+R<ASN>A<CG> R<LEU>A<C> sep2 0.397453
+R<ASN>A<CG> R<LEU>A<CA> central_sep1 1.83822
+R<ASN>A<CG> R<LEU>A<CA> central_sep2 1.05621
+R<ASN>A<CG> R<LEU>A<CA> sep1 1.71211
+R<ASN>A<CG> R<LEU>A<CA> sep2 -0.0119014
+R<ASN>A<CG> R<LEU>A<CB> central_sep1 -0.0799687
+R<ASN>A<CG> R<LEU>A<CB> central_sep2 -0.290296
+R<ASN>A<CG> R<LEU>A<CB> sep1 0.0928975
+R<ASN>A<CG> R<LEU>A<CB> sep2 -0.794551
+R<ASN>A<CG> R<LEU>A<CD1> central_sep1 0.758197
+R<ASN>A<CG> R<LEU>A<CD1> central_sep2 -0.524396
+R<ASN>A<CG> R<LEU>A<CD1> sep1 1.0967
+R<ASN>A<CG> R<LEU>A<CD1> sep2 -0.814568
+R<ASN>A<CG> R<LEU>A<CD2> central_sep1 0.908586
+R<ASN>A<CG> R<LEU>A<CD2> central_sep2 -0.561332
+R<ASN>A<CG> R<LEU>A<CD2> sep1 1.34002
+R<ASN>A<CG> R<LEU>A<CD2> sep2 -0.788266
+R<ASN>A<CG> R<LEU>A<CG> central_sep1 -0.629766
+R<ASN>A<CG> R<LEU>A<CG> central_sep2 0.0254472
+R<ASN>A<CG> R<LEU>A<CG> sep1 0.300677
+R<ASN>A<CG> R<LEU>A<CG> sep2 -0.618257
+R<ASN>A<CG> R<LEU>A<N> central_sep1 0.607377
+R<ASN>A<CG> R<LEU>A<N> central_sep2 1.92289
+R<ASN>A<CG> R<LEU>A<N> sep1 0.131768
+R<ASN>A<CG> R<LEU>A<N> sep2 0.255207
+R<ASN>A<CG> R<LEU>A<O> central_sep1 -0.372724
+R<ASN>A<CG> R<LEU>A<O> central_sep2 1.0734
+R<ASN>A<CG> R<LEU>A<O> sep1 0.769254
+R<ASN>A<CG> R<LEU>A<O> sep2 -0.105579
+R<ASN>A<CG> R<LYS>A<C> central_sep1 0.940491
+R<ASN>A<CG> R<LYS>A<C> central_sep2 1.34673
+R<ASN>A<CG> R<LYS>A<C> sep1 -1.13555
+R<ASN>A<CG> R<LYS>A<C> sep2 0.180704
+R<ASN>A<CG> R<LYS>A<CA> central_sep1 1.31344
+R<ASN>A<CG> R<LYS>A<CA> central_sep2 0.468429
+R<ASN>A<CG> R<LYS>A<CA> sep1 1.29557
+R<ASN>A<CG> R<LYS>A<CA> sep2 -0.49258
+R<ASN>A<CG> R<LYS>A<CB> central_sep1 -0.338968
+R<ASN>A<CG> R<LYS>A<CB> central_sep2 -0.153799
+R<ASN>A<CG> R<LYS>A<CB> sep1 -0.49104
+R<ASN>A<CG> R<LYS>A<CB> sep2 -0.883791
+R<ASN>A<CG> R<LYS>A<CD> central_sep1 0.569109
+R<ASN>A<CG> R<LYS>A<CD> central_sep2 -0.180534
+R<ASN>A<CG> R<LYS>A<CD> sep1 0.496866
+R<ASN>A<CG> R<LYS>A<CD> sep2 -1.00184
+R<ASN>A<CG> R<LYS>A<CE> central_sep1 0.826669
+R<ASN>A<CG> R<LYS>A<CE> central_sep2 0.133152
+R<ASN>A<CG> R<LYS>A<CE> sep1 0.47167
+R<ASN>A<CG> R<LYS>A<CE> sep2 -1.01118
+R<ASN>A<CG> R<LYS>A<CG> central_sep1 -0.946882
+R<ASN>A<CG> R<LYS>A<CG> central_sep2 -0.151326
+R<ASN>A<CG> R<LYS>A<CG> sep1 -0.0838762
+R<ASN>A<CG> R<LYS>A<CG> sep2 -0.929404
+R<ASN>A<CG> R<LYS>A<N> central_sep1 0.0701132
+R<ASN>A<CG> R<LYS>A<N> central_sep2 1.5159
+R<ASN>A<CG> R<LYS>A<N> sep1 -0.228577
+R<ASN>A<CG> R<LYS>A<N> sep2 0.128779
+R<ASN>A<CG> R<LYS>A<NZ> central_sep1 1.77384
+R<ASN>A<CG> R<LYS>A<NZ> central_sep2 0.835038
+R<ASN>A<CG> R<LYS>A<NZ> sep1 0.971499
+R<ASN>A<CG> R<LYS>A<NZ> sep2 -1.0159
+R<ASN>A<CG> R<LYS>A<O> central_sep1 -0.974077
+R<ASN>A<CG> R<LYS>A<O> central_sep2 0.886455
+R<ASN>A<CG> R<LYS>A<O> sep1 0.265185
+R<ASN>A<CG> R<LYS>A<O> sep2 -0.177044
+R<ASN>A<CG> R<MET>A<C> central_sep1 1.14221
+R<ASN>A<CG> R<MET>A<C> central_sep2 1.30362
+R<ASN>A<CG> R<MET>A<C> sep1 -0.760364
+R<ASN>A<CG> R<MET>A<C> sep2 0.0267945
+R<ASN>A<CG> R<MET>A<CA> central_sep1 1.55499
+R<ASN>A<CG> R<MET>A<CA> central_sep2 0.5987
+R<ASN>A<CG> R<MET>A<CA> sep1 1.39967
+R<ASN>A<CG> R<MET>A<CA> sep2 -0.517004
+R<ASN>A<CG> R<MET>A<CB> central_sep1 0.218158
+R<ASN>A<CG> R<MET>A<CB> central_sep2 -0.264876
+R<ASN>A<CG> R<MET>A<CB> sep1 0.133789
+R<ASN>A<CG> R<MET>A<CB> sep2 -0.960688
+R<ASN>A<CG> R<MET>A<CE> central_sep1 0.730533
+R<ASN>A<CG> R<MET>A<CE> central_sep2 -0.628458
+R<ASN>A<CG> R<MET>A<CE> sep1 1.06676
+R<ASN>A<CG> R<MET>A<CE> sep2 -1.14213
+R<ASN>A<CG> R<MET>A<CG> central_sep1 -0.157562
+R<ASN>A<CG> R<MET>A<CG> central_sep2 -0.434597
+R<ASN>A<CG> R<MET>A<CG> sep1 0.591624
+R<ASN>A<CG> R<MET>A<CG> sep2 -0.97454
+R<ASN>A<CG> R<MET>A<N> central_sep1 0.621298
+R<ASN>A<CG> R<MET>A<N> central_sep2 1.28689
+R<ASN>A<CG> R<MET>A<N> sep1 0.255623
+R<ASN>A<CG> R<MET>A<N> sep2 -0.0446078
+R<ASN>A<CG> R<MET>A<O> central_sep1 -0.730054
+R<ASN>A<CG> R<MET>A<O> central_sep2 0.854484
+R<ASN>A<CG> R<MET>A<O> sep1 0.610608
+R<ASN>A<CG> R<MET>A<O> sep2 -0.209282
+R<ASN>A<CG> R<MET>A<SD> central_sep1 0.792673
+R<ASN>A<CG> R<MET>A<SD> central_sep2 -0.588681
+R<ASN>A<CG> R<MET>A<SD> sep1 1.37269
+R<ASN>A<CG> R<MET>A<SD> sep2 -1.06749
+R<ASN>A<CG> R<PHE>A<C> central_sep1 1.09056
+R<ASN>A<CG> R<PHE>A<C> central_sep2 0.868063
+R<ASN>A<CG> R<PHE>A<C> sep1 -0.790125
+R<ASN>A<CG> R<PHE>A<C> sep2 0.184893
+R<ASN>A<CG> R<PHE>A<CA> central_sep1 1.76626
+R<ASN>A<CG> R<PHE>A<CA> central_sep2 0.463501
+R<ASN>A<CG> R<PHE>A<CA> sep1 1.31663
+R<ASN>A<CG> R<PHE>A<CA> sep2 -0.438963
+R<ASN>A<CG> R<PHE>A<CB> central_sep1 0.211438
+R<ASN>A<CG> R<PHE>A<CB> central_sep2 -0.446821
+R<ASN>A<CG> R<PHE>A<CB> sep1 0.359573
+R<ASN>A<CG> R<PHE>A<CB> sep2 -1.04452
+R<ASN>A<CG> R<PHE>A<CD1> central_sep1 0.0775284
+R<ASN>A<CG> R<PHE>A<CD1> central_sep2 -0.581144
+R<ASN>A<CG> R<PHE>A<CD1> sep1 0.771495
+R<ASN>A<CG> R<PHE>A<CD1> sep2 -0.96317
+R<ASN>A<CG> R<PHE>A<CE1> central_sep1 0.460088
+R<ASN>A<CG> R<PHE>A<CE1> central_sep2 -0.678984
+R<ASN>A<CG> R<PHE>A<CE1> sep1 0.650857
+R<ASN>A<CG> R<PHE>A<CE1> sep2 -1.13138
+R<ASN>A<CG> R<PHE>A<CG> central_sep1 0.751921
+R<ASN>A<CG> R<PHE>A<CG> central_sep2 -0.812831
+R<ASN>A<CG> R<PHE>A<CG> sep1 1.2906
+R<ASN>A<CG> R<PHE>A<CG> sep2 -1.34994
+R<ASN>A<CG> R<PHE>A<CZ> central_sep1 0.230049
+R<ASN>A<CG> R<PHE>A<CZ> central_sep2 -0.714063
+R<ASN>A<CG> R<PHE>A<CZ> sep1 0.391159
+R<ASN>A<CG> R<PHE>A<CZ> sep2 -1.24224
+R<ASN>A<CG> R<PHE>A<N> central_sep1 0.376019
+R<ASN>A<CG> R<PHE>A<N> central_sep2 1.40135
+R<ASN>A<CG> R<PHE>A<N> sep1 0.0455404
+R<ASN>A<CG> R<PHE>A<N> sep2 -0.12085
+R<ASN>A<CG> R<PHE>A<O> central_sep1 -0.260798
+R<ASN>A<CG> R<PHE>A<O> central_sep2 0.77276
+R<ASN>A<CG> R<PHE>A<O> sep1 0.646805
+R<ASN>A<CG> R<PHE>A<O> sep2 -0.293542
+R<ASN>A<CG> R<PRO>A<C> central_sep1 1.40863
+R<ASN>A<CG> R<PRO>A<C> central_sep2 1.49692
+R<ASN>A<CG> R<PRO>A<C> sep1 -0.914665
+R<ASN>A<CG> R<PRO>A<C> sep2 0.610346
+R<ASN>A<CG> R<PRO>A<CA> central_sep1 0.784229
+R<ASN>A<CG> R<PRO>A<CA> central_sep2 -0.160621
+R<ASN>A<CG> R<PRO>A<CA> sep1 1.15529
+R<ASN>A<CG> R<PRO>A<CA> sep2 -0.981506
+R<ASN>A<CG> R<PRO>A<CB> central_sep1 0.381658
+R<ASN>A<CG> R<PRO>A<CB> central_sep2 -0.455096
+R<ASN>A<CG> R<PRO>A<CB> sep1 -0.0239073
+R<ASN>A<CG> R<PRO>A<CB> sep2 -1.03315
+R<ASN>A<CG> R<PRO>A<CD> central_sep1 -0.138868
+R<ASN>A<CG> R<PRO>A<CD> central_sep2 -0.0250892
+R<ASN>A<CG> R<PRO>A<CD> sep1 -0.0373411
+R<ASN>A<CG> R<PRO>A<CD> sep2 -0.663288
+R<ASN>A<CG> R<PRO>A<CG> central_sep1 0.366092
+R<ASN>A<CG> R<PRO>A<CG> central_sep2 -0.391368
+R<ASN>A<CG> R<PRO>A<CG> sep1 0.700714
+R<ASN>A<CG> R<PRO>A<CG> sep2 -1.05889
+R<ASN>A<CG> R<PRO>A<N> central_sep1 0.646948
+R<ASN>A<CG> R<PRO>A<N> central_sep2 0.421902
+R<ASN>A<CG> R<PRO>A<N> sep1 -0.60495
+R<ASN>A<CG> R<PRO>A<N> sep2 -0.549868
+R<ASN>A<CG> R<PRO>A<O> central_sep1 -0.207713
+R<ASN>A<CG> R<PRO>A<O> central_sep2 0.911745
+R<ASN>A<CG> R<PRO>A<O> sep1 0.737855
+R<ASN>A<CG> R<PRO>A<O> sep2 -0.198004
+R<ASN>A<CG> R<SER>A<C> central_sep1 0.957571
+R<ASN>A<CG> R<SER>A<C> central_sep2 0.76823
+R<ASN>A<CG> R<SER>A<C> sep1 -0.760929
+R<ASN>A<CG> R<SER>A<C> sep2 -0.0965713
+R<ASN>A<CG> R<SER>A<CA> central_sep1 1.54845
+R<ASN>A<CG> R<SER>A<CA> central_sep2 0.209039
+R<ASN>A<CG> R<SER>A<CA> sep1 1.37882
+R<ASN>A<CG> R<SER>A<CA> sep2 -0.977417
+R<ASN>A<CG> R<SER>A<CB> central_sep1 0.400641
+R<ASN>A<CG> R<SER>A<CB> central_sep2 -0.220119
+R<ASN>A<CG> R<SER>A<CB> sep1 0.166389
+R<ASN>A<CG> R<SER>A<CB> sep2 -1.21195
+R<ASN>A<CG> R<SER>A<N> central_sep1 0.0922526
+R<ASN>A<CG> R<SER>A<N> central_sep2 1.31
+R<ASN>A<CG> R<SER>A<N> sep1 -0.156949
+R<ASN>A<CG> R<SER>A<N> sep2 -0.27839
+R<ASN>A<CG> R<SER>A<O> central_sep1 -0.771019
+R<ASN>A<CG> R<SER>A<O> central_sep2 0.621157
+R<ASN>A<CG> R<SER>A<O> sep1 0.337719
+R<ASN>A<CG> R<SER>A<O> sep2 -0.489372
+R<ASN>A<CG> R<SER>A<OG> central_sep1 -0.291111
+R<ASN>A<CG> R<SER>A<OG> central_sep2 0.286991
+R<ASN>A<CG> R<SER>A<OG> sep1 -0.0566204
+R<ASN>A<CG> R<SER>A<OG> sep2 -1.06647
+R<ASN>A<CG> R<THR>A<C> central_sep1 1.30245
+R<ASN>A<CG> R<THR>A<C> central_sep2 0.799404
+R<ASN>A<CG> R<THR>A<C> sep1 -0.6677
+R<ASN>A<CG> R<THR>A<C> sep2 -0.03466
+R<ASN>A<CG> R<THR>A<CA> central_sep1 1.58227
+R<ASN>A<CG> R<THR>A<CA> central_sep2 0.348732
+R<ASN>A<CG> R<THR>A<CA> sep1 1.4196
+R<ASN>A<CG> R<THR>A<CA> sep2 -0.761866
+R<ASN>A<CG> R<THR>A<CB> central_sep1 0.326997
+R<ASN>A<CG> R<THR>A<CB> central_sep2 -0.176754
+R<ASN>A<CG> R<THR>A<CB> sep1 0.0244708
+R<ASN>A<CG> R<THR>A<CB> sep2 -1.29343
+R<ASN>A<CG> R<THR>A<CG2> central_sep1 0.128315
+R<ASN>A<CG> R<THR>A<CG2> central_sep2 -0.391936
+R<ASN>A<CG> R<THR>A<CG2> sep1 0.401312
+R<ASN>A<CG> R<THR>A<CG2> sep2 -1.19687
+R<ASN>A<CG> R<THR>A<N> central_sep1 0.100439
+R<ASN>A<CG> R<THR>A<N> central_sep2 1.61443
+R<ASN>A<CG> R<THR>A<N> sep1 -0.186877
+R<ASN>A<CG> R<THR>A<N> sep2 -0.332738
+R<ASN>A<CG> R<THR>A<O> central_sep1 -0.982147
+R<ASN>A<CG> R<THR>A<O> central_sep2 0.545781
+R<ASN>A<CG> R<THR>A<O> sep1 0.442997
+R<ASN>A<CG> R<THR>A<O> sep2 -0.502982
+R<ASN>A<CG> R<THR>A<OG1> central_sep1 -0.575279
+R<ASN>A<CG> R<THR>A<OG1> central_sep2 0.213248
+R<ASN>A<CG> R<THR>A<OG1> sep1 -0.0548411
+R<ASN>A<CG> R<THR>A<OG1> sep2 -1.15404
+R<ASN>A<CG> R<TRP>A<C> central_sep1 0.999148
+R<ASN>A<CG> R<TRP>A<C> central_sep2 0.516296
+R<ASN>A<CG> R<TRP>A<C> sep1 -0.778082
+R<ASN>A<CG> R<TRP>A<C> sep2 0.341702
+R<ASN>A<CG> R<TRP>A<CA> central_sep1 1.54992
+R<ASN>A<CG> R<TRP>A<CA> central_sep2 0.447279
+R<ASN>A<CG> R<TRP>A<CA> sep1 1.2901
+R<ASN>A<CG> R<TRP>A<CA> sep2 -0.399355
+R<ASN>A<CG> R<TRP>A<CB> central_sep1 0.270889
+R<ASN>A<CG> R<TRP>A<CB> central_sep2 -0.412784
+R<ASN>A<CG> R<TRP>A<CB> sep1 0.253816
+R<ASN>A<CG> R<TRP>A<CB> sep2 -1.05772
+R<ASN>A<CG> R<TRP>A<CD1> central_sep1 -0.394941
+R<ASN>A<CG> R<TRP>A<CD1> central_sep2 -0.474035
+R<ASN>A<CG> R<TRP>A<CD1> sep1 0.216061
+R<ASN>A<CG> R<TRP>A<CD1> sep2 -1.07027
+R<ASN>A<CG> R<TRP>A<CD2> central_sep1 0.303107
+R<ASN>A<CG> R<TRP>A<CD2> central_sep2 -0.651949
+R<ASN>A<CG> R<TRP>A<CD2> sep1 0.720541
+R<ASN>A<CG> R<TRP>A<CD2> sep2 -1.04332
+R<ASN>A<CG> R<TRP>A<CE2> central_sep1 -1.14482
+R<ASN>A<CG> R<TRP>A<CE2> central_sep2 -0.796708
+R<ASN>A<CG> R<TRP>A<CE2> sep1 -0.169069
+R<ASN>A<CG> R<TRP>A<CE2> sep2 -1.19367
+R<ASN>A<CG> R<TRP>A<CE3> central_sep1 0.198427
+R<ASN>A<CG> R<TRP>A<CE3> central_sep2 -0.883053
+R<ASN>A<CG> R<TRP>A<CE3> sep1 0.821336
+R<ASN>A<CG> R<TRP>A<CE3> sep2 -1.00142
+R<ASN>A<CG> R<TRP>A<CG> central_sep1 0.279536
+R<ASN>A<CG> R<TRP>A<CG> central_sep2 -0.748394
+R<ASN>A<CG> R<TRP>A<CG> sep1 0.480015
+R<ASN>A<CG> R<TRP>A<CG> sep2 -1.46112
+R<ASN>A<CG> R<TRP>A<CH2> central_sep1 0.389992
+R<ASN>A<CG> R<TRP>A<CH2> central_sep2 -0.722325
+R<ASN>A<CG> R<TRP>A<CH2> sep1 0.978678
+R<ASN>A<CG> R<TRP>A<CH2> sep2 -1.33114
+R<ASN>A<CG> R<TRP>A<CZ2> central_sep1 -0.701492
+R<ASN>A<CG> R<TRP>A<CZ2> central_sep2 -1.01009
+R<ASN>A<CG> R<TRP>A<CZ2> sep1 0.153906
+R<ASN>A<CG> R<TRP>A<CZ2> sep2 -1.52817
+R<ASN>A<CG> R<TRP>A<CZ3> central_sep1 0.735508
+R<ASN>A<CG> R<TRP>A<CZ3> central_sep2 -0.507625
+R<ASN>A<CG> R<TRP>A<CZ3> sep1 1.04125
+R<ASN>A<CG> R<TRP>A<CZ3> sep2 -1.08317
+R<ASN>A<CG> R<TRP>A<N> central_sep1 0.0790058
+R<ASN>A<CG> R<TRP>A<N> central_sep2 1.27019
+R<ASN>A<CG> R<TRP>A<N> sep1 -0.0647634
+R<ASN>A<CG> R<TRP>A<N> sep2 -0.00399625
+R<ASN>A<CG> R<TRP>A<NE1> central_sep1 0.557173
+R<ASN>A<CG> R<TRP>A<NE1> central_sep2 -0.0902171
+R<ASN>A<CG> R<TRP>A<NE1> sep1 -0.160031
+R<ASN>A<CG> R<TRP>A<NE1> sep2 -1.47262
+R<ASN>A<CG> R<TRP>A<O> central_sep1 -0.348023
+R<ASN>A<CG> R<TRP>A<O> central_sep2 0.728256
+R<ASN>A<CG> R<TRP>A<O> sep1 0.586763
+R<ASN>A<CG> R<TRP>A<O> sep2 -0.0655364
+R<ASN>A<CG> R<TYR>A<C> central_sep1 1.02536
+R<ASN>A<CG> R<TYR>A<C> central_sep2 0.788173
+R<ASN>A<CG> R<TYR>A<C> sep1 -0.788362
+R<ASN>A<CG> R<TYR>A<C> sep2 -0.0241781
+R<ASN>A<CG> R<TYR>A<CA> central_sep1 1.66347
+R<ASN>A<CG> R<TYR>A<CA> central_sep2 0.303771
+R<ASN>A<CG> R<TYR>A<CA> sep1 1.31092
+R<ASN>A<CG> R<TYR>A<CA> sep2 -0.516624
+R<ASN>A<CG> R<TYR>A<CB> central_sep1 0.266242
+R<ASN>A<CG> R<TYR>A<CB> central_sep2 -0.568832
+R<ASN>A<CG> R<TYR>A<CB> sep1 0.204693
+R<ASN>A<CG> R<TYR>A<CB> sep2 -1.00044
+R<ASN>A<CG> R<TYR>A<CD1> central_sep1 -0.289776
+R<ASN>A<CG> R<TYR>A<CD1> central_sep2 -0.629044
+R<ASN>A<CG> R<TYR>A<CD1> sep1 0.468085
+R<ASN>A<CG> R<TYR>A<CD1> sep2 -1.15336
+R<ASN>A<CG> R<TYR>A<CE1> central_sep1 0.221561
+R<ASN>A<CG> R<TYR>A<CE1> central_sep2 -0.692674
+R<ASN>A<CG> R<TYR>A<CE1> sep1 0.394377
+R<ASN>A<CG> R<TYR>A<CE1> sep2 -1.37308
+R<ASN>A<CG> R<TYR>A<CG> central_sep1 0.640549
+R<ASN>A<CG> R<TYR>A<CG> central_sep2 -0.761862
+R<ASN>A<CG> R<TYR>A<CG> sep1 0.881339
+R<ASN>A<CG> R<TYR>A<CG> sep2 -1.28582
+R<ASN>A<CG> R<TYR>A<CZ> central_sep1 -0.502359
+R<ASN>A<CG> R<TYR>A<CZ> central_sep2 -0.541777
+R<ASN>A<CG> R<TYR>A<CZ> sep1 -0.240527
+R<ASN>A<CG> R<TYR>A<CZ> sep2 -1.40992
+R<ASN>A<CG> R<TYR>A<N> central_sep1 0.0662571
+R<ASN>A<CG> R<TYR>A<N> central_sep2 1.16592
+R<ASN>A<CG> R<TYR>A<N> sep1 -0.171471
+R<ASN>A<CG> R<TYR>A<N> sep2 -0.0219099
+R<ASN>A<CG> R<TYR>A<O> central_sep1 -0.369637
+R<ASN>A<CG> R<TYR>A<O> central_sep2 0.739503
+R<ASN>A<CG> R<TYR>A<O> sep1 0.586447
+R<ASN>A<CG> R<TYR>A<O> sep2 -0.365601
+R<ASN>A<CG> R<TYR>A<OH> central_sep1 0.864744
+R<ASN>A<CG> R<TYR>A<OH> central_sep2 -0.0784964
+R<ASN>A<CG> R<TYR>A<OH> sep1 0.190483
+R<ASN>A<CG> R<TYR>A<OH> sep2 -1.4503
+R<ASN>A<CG> R<VAL>A<C> central_sep1 1.22823
+R<ASN>A<CG> R<VAL>A<C> central_sep2 1.49468
+R<ASN>A<CG> R<VAL>A<C> sep1 -0.802865
+R<ASN>A<CG> R<VAL>A<C> sep2 0.270204
+R<ASN>A<CG> R<VAL>A<CA> central_sep1 2.49468
+R<ASN>A<CG> R<VAL>A<CA> central_sep2 0.72244
+R<ASN>A<CG> R<VAL>A<CA> sep1 1.92553
+R<ASN>A<CG> R<VAL>A<CA> sep2 -0.182538
+R<ASN>A<CG> R<VAL>A<CB> central_sep1 0.36039
+R<ASN>A<CG> R<VAL>A<CB> central_sep2 -0.277349
+R<ASN>A<CG> R<VAL>A<CB> sep1 0.238215
+R<ASN>A<CG> R<VAL>A<CB> sep2 -1.02538
+R<ASN>A<CG> R<VAL>A<CG1> central_sep1 0.0150149
+R<ASN>A<CG> R<VAL>A<CG1> central_sep2 -0.377021
+R<ASN>A<CG> R<VAL>A<CG1> sep1 0.710958
+R<ASN>A<CG> R<VAL>A<CG1> sep2 -0.837219
+R<ASN>A<CG> R<VAL>A<CG2> central_sep1 0.00865088
+R<ASN>A<CG> R<VAL>A<CG2> central_sep2 -0.316974
+R<ASN>A<CG> R<VAL>A<CG2> sep1 0.834253
+R<ASN>A<CG> R<VAL>A<CG2> sep2 -0.80771
+R<ASN>A<CG> R<VAL>A<N> central_sep1 0.431799
+R<ASN>A<CG> R<VAL>A<N> central_sep2 1.79691
+R<ASN>A<CG> R<VAL>A<N> sep1 0.00276721
+R<ASN>A<CG> R<VAL>A<N> sep2 0.115219
+R<ASN>A<CG> R<VAL>A<O> central_sep1 -0.54906
+R<ASN>A<CG> R<VAL>A<O> central_sep2 0.976123
+R<ASN>A<CG> R<VAL>A<O> sep1 0.720021
+R<ASN>A<CG> R<VAL>A<O> sep2 -0.16381
+R<ASN>A<CG> c<solvent> . -0.118853
+R<ASN>A<N> R<ASN>A<N> central_sep1 0.968539
+R<ASN>A<N> R<ASN>A<N> central_sep2 2.22885
+R<ASN>A<N> R<ASN>A<N> sep1 -2.60331
+R<ASN>A<N> R<ASN>A<N> sep2 1.18357
+R<ASN>A<N> R<ASN>A<ND2> central_sep1 0.854776
+R<ASN>A<N> R<ASN>A<ND2> central_sep2 0.478737
+R<ASN>A<N> R<ASN>A<ND2> sep1 1.4553
+R<ASN>A<N> R<ASN>A<ND2> sep2 0.178838
+R<ASN>A<N> R<ASN>A<O> central_sep1 -1.77528
+R<ASN>A<N> R<ASN>A<O> central_sep2 -0.814231
+R<ASN>A<N> R<ASN>A<O> sep1 -0.321784
+R<ASN>A<N> R<ASN>A<O> sep2 0.413183
+R<ASN>A<N> R<ASN>A<OD1> central_sep1 -1.24321
+R<ASN>A<N> R<ASN>A<OD1> central_sep2 -0.709708
+R<ASN>A<N> R<ASN>A<OD1> sep1 0.487516
+R<ASN>A<N> R<ASN>A<OD1> sep2 0.0640587
+R<ASN>A<N> R<ASP>A<C> central_sep1 -1.17908
+R<ASN>A<N> R<ASP>A<C> central_sep2 2.63742
+R<ASN>A<N> R<ASP>A<C> sep1 -1.74544
+R<ASN>A<N> R<ASP>A<C> sep2 1.05227
+R<ASN>A<N> R<ASP>A<CA> central_sep1 3.06094
+R<ASN>A<N> R<ASP>A<CA> central_sep2 1.34322
+R<ASN>A<N> R<ASP>A<CA> sep1 -2.01128
+R<ASN>A<N> R<ASP>A<CA> sep2 0.944954
+R<ASN>A<N> R<ASP>A<CB> central_sep1 0.453125
+R<ASN>A<N> R<ASP>A<CB> central_sep2 1.09035
+R<ASN>A<N> R<ASP>A<CB> sep1 -0.839939
+R<ASN>A<N> R<ASP>A<CB> sep2 0.753067
+R<ASN>A<N> R<ASP>A<CG> central_sep1 -0.43143
+R<ASN>A<N> R<ASP>A<CG> central_sep2 1.32501
+R<ASN>A<N> R<ASP>A<CG> sep1 -0.54342
+R<ASN>A<N> R<ASP>A<CG> sep2 -0.403826
+R<ASN>A<N> R<ASP>A<N> central_sep1 0.879348
+R<ASN>A<N> R<ASP>A<N> central_sep2 2.40794
+R<ASN>A<N> R<ASP>A<N> sep1 -2.32025
+R<ASN>A<N> R<ASP>A<N> sep2 1.89617
+R<ASN>A<N> R<ASP>A<O> central_sep1 -1.85575
+R<ASN>A<N> R<ASP>A<O> central_sep2 -0.420298
+R<ASN>A<N> R<ASP>A<O> sep1 -0.104959
+R<ASN>A<N> R<ASP>A<O> sep2 0.588604
+R<ASN>A<N> R<ASP>A<OD1> central_sep1 -1.00648
+R<ASN>A<N> R<ASP>A<OD1> central_sep2 -0.109514
+R<ASN>A<N> R<ASP>A<OD1> sep1 0.773911
+R<ASN>A<N> R<ASP>A<OD1> sep2 0.306093
+R<ASN>A<N> R<CYS>A<C> central_sep1 -0.681216
+R<ASN>A<N> R<CYS>A<C> central_sep2 2.7411
+R<ASN>A<N> R<CYS>A<C> sep1 -1.75605
+R<ASN>A<N> R<CYS>A<C> sep2 1.55798
+R<ASN>A<N> R<CYS>A<CA> central_sep1 3.26771
+R<ASN>A<N> R<CYS>A<CA> central_sep2 1.30938
+R<ASN>A<N> R<CYS>A<CA> sep1 -2.12994
+R<ASN>A<N> R<CYS>A<CA> sep2 1.05348
+R<ASN>A<N> R<CYS>A<CB> central_sep1 0.880113
+R<ASN>A<N> R<CYS>A<CB> central_sep2 0.993627
+R<ASN>A<N> R<CYS>A<CB> sep1 -0.870738
+R<ASN>A<N> R<CYS>A<CB> sep2 0.558479
+R<ASN>A<N> R<CYS>A<N> central_sep1 1.34479
+R<ASN>A<N> R<CYS>A<N> central_sep2 2.19169
+R<ASN>A<N> R<CYS>A<N> sep1 -2.29559
+R<ASN>A<N> R<CYS>A<N> sep2 1.71163
+R<ASN>A<N> R<CYS>A<O> central_sep1 -1.5393
+R<ASN>A<N> R<CYS>A<O> central_sep2 -0.620926
+R<ASN>A<N> R<CYS>A<O> sep1 -0.102464
+R<ASN>A<N> R<CYS>A<O> sep2 0.54519
+R<ASN>A<N> R<CYS>A<SG> central_sep1 -0.258148
+R<ASN>A<N> R<CYS>A<SG> central_sep2 0.279956
+R<ASN>A<N> R<CYS>A<SG> sep1 0.573269
+R<ASN>A<N> R<CYS>A<SG> sep2 0.45952
+R<ASN>A<N> R<GLN>A<C> central_sep1 -0.62546
+R<ASN>A<N> R<GLN>A<C> central_sep2 3.24955
+R<ASN>A<N> R<GLN>A<C> sep1 -1.62605
+R<ASN>A<N> R<GLN>A<C> sep2 1.56621
+R<ASN>A<N> R<GLN>A<CA> central_sep1 3.23923
+R<ASN>A<N> R<GLN>A<CA> central_sep2 2.1912
+R<ASN>A<N> R<GLN>A<CA> sep1 -2.05632
+R<ASN>A<N> R<GLN>A<CA> sep2 1.46317
+R<ASN>A<N> R<GLN>A<CB> central_sep1 0.65564
+R<ASN>A<N> R<GLN>A<CB> central_sep2 1.42709
+R<ASN>A<N> R<GLN>A<CB> sep1 -1.14806
+R<ASN>A<N> R<GLN>A<CB> sep2 1.28594
+R<ASN>A<N> R<GLN>A<CD> central_sep1 1.2797
+R<ASN>A<N> R<GLN>A<CD> central_sep2 1.59003
+R<ASN>A<N> R<GLN>A<CD> sep1 1.21227
+R<ASN>A<N> R<GLN>A<CD> sep2 0.0713281
+R<ASN>A<N> R<GLN>A<CG> central_sep1 0.814254
+R<ASN>A<N> R<GLN>A<CG> central_sep2 1.60353
+R<ASN>A<N> R<GLN>A<CG> sep1 0.154799
+R<ASN>A<N> R<GLN>A<CG> sep2 1.14661
+R<ASN>A<N> R<GLN>A<N> central_sep1 0.980041
+R<ASN>A<N> R<GLN>A<N> central_sep2 2.62548
+R<ASN>A<N> R<GLN>A<N> sep1 -2.37339
+R<ASN>A<N> R<GLN>A<N> sep2 1.97454
+R<ASN>A<N> R<GLN>A<NE2> central_sep1 1.3185
+R<ASN>A<N> R<GLN>A<NE2> central_sep2 0.955864
+R<ASN>A<N> R<GLN>A<NE2> sep1 2.17436
+R<ASN>A<N> R<GLN>A<NE2> sep2 0.636647
+R<ASN>A<N> R<GLN>A<O> central_sep1 -1.82636
+R<ASN>A<N> R<GLN>A<O> central_sep2 -0.428058
+R<ASN>A<N> R<GLN>A<O> sep1 -0.0807881
+R<ASN>A<N> R<GLN>A<O> sep2 0.865658
+R<ASN>A<N> R<GLN>A<OE1> central_sep1 0.0564863
+R<ASN>A<N> R<GLN>A<OE1> central_sep2 0.0166648
+R<ASN>A<N> R<GLN>A<OE1> sep1 1.61787
+R<ASN>A<N> R<GLN>A<OE1> sep2 0.332827
+R<ASN>A<N> R<GLU>A<C> central_sep1 -0.66297
+R<ASN>A<N> R<GLU>A<C> central_sep2 2.83248
+R<ASN>A<N> R<GLU>A<C> sep1 -1.59882
+R<ASN>A<N> R<GLU>A<C> sep2 1.80681
+R<ASN>A<N> R<GLU>A<CA> central_sep1 3.01547
+R<ASN>A<N> R<GLU>A<CA> central_sep2 2.34027
+R<ASN>A<N> R<GLU>A<CA> sep1 -2.11723
+R<ASN>A<N> R<GLU>A<CA> sep2 1.7919
+R<ASN>A<N> R<GLU>A<CB> central_sep1 0.605897
+R<ASN>A<N> R<GLU>A<CB> central_sep2 1.48051
+R<ASN>A<N> R<GLU>A<CB> sep1 -1.31343
+R<ASN>A<N> R<GLU>A<CB> sep2 1.38987
+R<ASN>A<N> R<GLU>A<CD> central_sep1 1.34463
+R<ASN>A<N> R<GLU>A<CD> central_sep2 1.70809
+R<ASN>A<N> R<GLU>A<CD> sep1 1.19785
+R<ASN>A<N> R<GLU>A<CD> sep2 0.0452189
+R<ASN>A<N> R<GLU>A<CG> central_sep1 0.531432
+R<ASN>A<N> R<GLU>A<CG> central_sep2 1.52498
+R<ASN>A<N> R<GLU>A<CG> sep1 -0.0657525
+R<ASN>A<N> R<GLU>A<CG> sep2 1.04534
+R<ASN>A<N> R<GLU>A<N> central_sep1 1.29412
+R<ASN>A<N> R<GLU>A<N> central_sep2 2.91502
+R<ASN>A<N> R<GLU>A<N> sep1 -2.35999
+R<ASN>A<N> R<GLU>A<N> sep2 1.95065
+R<ASN>A<N> R<GLU>A<O> central_sep1 -1.82293
+R<ASN>A<N> R<GLU>A<O> central_sep2 -0.425922
+R<ASN>A<N> R<GLU>A<O> sep1 0.0779442
+R<ASN>A<N> R<GLU>A<O> sep2 0.982556
+R<ASN>A<N> R<GLU>A<OE1> central_sep1 0.495076
+R<ASN>A<N> R<GLU>A<OE1> central_sep2 0.457321
+R<ASN>A<N> R<GLU>A<OE1> sep1 1.80386
+R<ASN>A<N> R<GLU>A<OE1> sep2 0.650726
+R<ASN>A<N> R<GLY>A<C> central_sep1 -0.183354
+R<ASN>A<N> R<GLY>A<C> central_sep2 1.71578
+R<ASN>A<N> R<GLY>A<C> sep1 -1.23991
+R<ASN>A<N> R<GLY>A<C> sep2 0.484742
+R<ASN>A<N> R<GLY>A<CA> central_sep1 2.41939
+R<ASN>A<N> R<GLY>A<CA> central_sep2 0.904377
+R<ASN>A<N> R<GLY>A<CA> sep1 -1.62408
+R<ASN>A<N> R<GLY>A<CA> sep2 0.718003
+R<ASN>A<N> R<GLY>A<N> central_sep1 1.35507
+R<ASN>A<N> R<GLY>A<N> central_sep2 2.10802
+R<ASN>A<N> R<GLY>A<N> sep1 -2.26582
+R<ASN>A<N> R<GLY>A<N> sep2 1.25259
+R<ASN>A<N> R<GLY>A<O> central_sep1 -0.994656
+R<ASN>A<N> R<GLY>A<O> central_sep2 -0.581607
+R<ASN>A<N> R<GLY>A<O> sep1 -0.0997024
+R<ASN>A<N> R<GLY>A<O> sep2 0.462608
+R<ASN>A<N> R<HIS>A<C> central_sep1 -0.865545
+R<ASN>A<N> R<HIS>A<C> central_sep2 2.41129
+R<ASN>A<N> R<HIS>A<C> sep1 -1.70381
+R<ASN>A<N> R<HIS>A<C> sep2 1.22724
+R<ASN>A<N> R<HIS>A<CA> central_sep1 3.00037
+R<ASN>A<N> R<HIS>A<CA> central_sep2 1.57386
+R<ASN>A<N> R<HIS>A<CA> sep1 -2.03914
+R<ASN>A<N> R<HIS>A<CA> sep2 1.06844
+R<ASN>A<N> R<HIS>A<CB> central_sep1 0.815872
+R<ASN>A<N> R<HIS>A<CB> central_sep2 0.983214
+R<ASN>A<N> R<HIS>A<CB> sep1 -0.867206
+R<ASN>A<N> R<HIS>A<CB> sep2 0.817141
+R<ASN>A<N> R<HIS>A<CD2> central_sep1 0.314561
+R<ASN>A<N> R<HIS>A<CD2> central_sep2 0.903853
+R<ASN>A<N> R<HIS>A<CD2> sep1 0.617323
+R<ASN>A<N> R<HIS>A<CD2> sep2 0.773869
+R<ASN>A<N> R<HIS>A<CE1> central_sep1 2.16097
+R<ASN>A<N> R<HIS>A<CE1> central_sep2 1.01428
+R<ASN>A<N> R<HIS>A<CE1> sep1 1.57858
+R<ASN>A<N> R<HIS>A<CE1> sep2 0.493263
+R<ASN>A<N> R<HIS>A<CG> central_sep1 0.278753
+R<ASN>A<N> R<HIS>A<CG> central_sep2 1.75446
+R<ASN>A<N> R<HIS>A<CG> sep1 -0.499577
+R<ASN>A<N> R<HIS>A<CG> sep2 0.73134
+R<ASN>A<N> R<HIS>A<N> central_sep1 1.47823
+R<ASN>A<N> R<HIS>A<N> central_sep2 2.62252
+R<ASN>A<N> R<HIS>A<N> sep1 -2.25337
+R<ASN>A<N> R<HIS>A<N> sep2 1.91813
+R<ASN>A<N> R<HIS>A<ND1> central_sep1 -0.729109
+R<ASN>A<N> R<HIS>A<ND1> central_sep2 0.5965
+R<ASN>A<N> R<HIS>A<ND1> sep1 0.356184
+R<ASN>A<N> R<HIS>A<ND1> sep2 0.43962
+R<ASN>A<N> R<HIS>A<NE2> central_sep1 2.76313
+R<ASN>A<N> R<HIS>A<NE2> central_sep2 0.810437
+R<ASN>A<N> R<HIS>A<NE2> sep1 2.73375
+R<ASN>A<N> R<HIS>A<NE2> sep2 0.652883
+R<ASN>A<N> R<HIS>A<O> central_sep1 -1.60522
+R<ASN>A<N> R<HIS>A<O> central_sep2 -0.568333
+R<ASN>A<N> R<HIS>A<O> sep1 -0.0371757
+R<ASN>A<N> R<HIS>A<O> sep2 0.594384
+R<ASN>A<N> R<ILE>A<C> central_sep1 -0.482512
+R<ASN>A<N> R<ILE>A<C> central_sep2 4.52591
+R<ASN>A<N> R<ILE>A<C> sep1 -1.88243
+R<ASN>A<N> R<ILE>A<C> sep2 1.8727
+R<ASN>A<N> R<ILE>A<CA> central_sep1 3.54806
+R<ASN>A<N> R<ILE>A<CA> central_sep2 2.33976
+R<ASN>A<N> R<ILE>A<CA> sep1 -2.4783
+R<ASN>A<N> R<ILE>A<CA> sep2 1.32442
+R<ASN>A<N> R<ILE>A<CB> central_sep1 1.26746
+R<ASN>A<N> R<ILE>A<CB> central_sep2 1.31812
+R<ASN>A<N> R<ILE>A<CB> sep1 -1.72047
+R<ASN>A<N> R<ILE>A<CB> sep2 1.05515
+R<ASN>A<N> R<ILE>A<CD1> central_sep1 1.54526
+R<ASN>A<N> R<ILE>A<CD1> central_sep2 0.950832
+R<ASN>A<N> R<ILE>A<CD1> sep1 2.33007
+R<ASN>A<N> R<ILE>A<CD1> sep2 0.686049
+R<ASN>A<N> R<ILE>A<CG1> central_sep1 0.163523
+R<ASN>A<N> R<ILE>A<CG1> central_sep2 1.2589
+R<ASN>A<N> R<ILE>A<CG1> sep1 0.389832
+R<ASN>A<N> R<ILE>A<CG1> sep2 0.855681
+R<ASN>A<N> R<ILE>A<CG2> central_sep1 -0.0284514
+R<ASN>A<N> R<ILE>A<CG2> central_sep2 1.13884
+R<ASN>A<N> R<ILE>A<CG2> sep1 -0.678947
+R<ASN>A<N> R<ILE>A<CG2> sep2 0.843818
+R<ASN>A<N> R<ILE>A<N> central_sep1 1.67785
+R<ASN>A<N> R<ILE>A<N> central_sep2 2.65827
+R<ASN>A<N> R<ILE>A<N> sep1 -2.31514
+R<ASN>A<N> R<ILE>A<N> sep2 1.4733
+R<ASN>A<N> R<ILE>A<O> central_sep1 -1.6512
+R<ASN>A<N> R<ILE>A<O> central_sep2 -0.975578
+R<ASN>A<N> R<ILE>A<O> sep1 -0.070341
+R<ASN>A<N> R<ILE>A<O> sep2 0.706443
+R<ASN>A<N> R<LEU>A<C> central_sep1 -0.714687
+R<ASN>A<N> R<LEU>A<C> central_sep2 3.40634
+R<ASN>A<N> R<LEU>A<C> sep1 -1.82635
+R<ASN>A<N> R<LEU>A<C> sep2 2.08037
+R<ASN>A<N> R<LEU>A<CA> central_sep1 3.12226
+R<ASN>A<N> R<LEU>A<CA> central_sep2 2.49066
+R<ASN>A<N> R<LEU>A<CA> sep1 -2.30352
+R<ASN>A<N> R<LEU>A<CA> sep2 1.69943
+R<ASN>A<N> R<LEU>A<CB> central_sep1 1.21441
+R<ASN>A<N> R<LEU>A<CB> central_sep2 1.71571
+R<ASN>A<N> R<LEU>A<CB> sep1 -1.32456
+R<ASN>A<N> R<LEU>A<CB> sep2 1.42148
+R<ASN>A<N> R<LEU>A<CD1> central_sep1 1.36372
+R<ASN>A<N> R<LEU>A<CD1> central_sep2 0.957371
+R<ASN>A<N> R<LEU>A<CD1> sep1 1.38887
+R<ASN>A<N> R<LEU>A<CD1> sep2 0.858049
+R<ASN>A<N> R<LEU>A<CD2> central_sep1 2.05002
+R<ASN>A<N> R<LEU>A<CD2> central_sep2 1.08896
+R<ASN>A<N> R<LEU>A<CD2> sep1 2.03931
+R<ASN>A<N> R<LEU>A<CD2> sep2 0.866401
+R<ASN>A<N> R<LEU>A<CG> central_sep1 0.666284
+R<ASN>A<N> R<LEU>A<CG> central_sep2 1.76958
+R<ASN>A<N> R<LEU>A<CG> sep1 -0.289165
+R<ASN>A<N> R<LEU>A<CG> sep2 1.26832
+R<ASN>A<N> R<LEU>A<N> central_sep1 1.55085
+R<ASN>A<N> R<LEU>A<N> central_sep2 2.70227
+R<ASN>A<N> R<LEU>A<N> sep1 -2.29415
+R<ASN>A<N> R<LEU>A<N> sep2 2.00279
+R<ASN>A<N> R<LEU>A<O> central_sep1 -1.57602
+R<ASN>A<N> R<LEU>A<O> central_sep2 -0.422128
+R<ASN>A<N> R<LEU>A<O> sep1 0.0806921
+R<ASN>A<N> R<LEU>A<O> sep2 0.843687
+R<ASN>A<N> R<LYS>A<C> central_sep1 -0.59533
+R<ASN>A<N> R<LYS>A<C> central_sep2 2.17429
+R<ASN>A<N> R<LYS>A<C> sep1 -1.68192
+R<ASN>A<N> R<LYS>A<C> sep2 1.33989
+R<ASN>A<N> R<LYS>A<CA> central_sep1 2.79851
+R<ASN>A<N> R<LYS>A<CA> central_sep2 2.02149
+R<ASN>A<N> R<LYS>A<CA> sep1 -2.15442
+R<ASN>A<N> R<LYS>A<CA> sep2 1.27542
+R<ASN>A<N> R<LYS>A<CB> central_sep1 0.964529
+R<ASN>A<N> R<LYS>A<CB> central_sep2 1.59592
+R<ASN>A<N> R<LYS>A<CB> sep1 -1.34375
+R<ASN>A<N> R<LYS>A<CB> sep2 1.25133
+R<ASN>A<N> R<LYS>A<CD> central_sep1 2.06872
+R<ASN>A<N> R<LYS>A<CD> central_sep2 1.8764
+R<ASN>A<N> R<LYS>A<CD> sep1 1.8228
+R<ASN>A<N> R<LYS>A<CD> sep2 1.20953
+R<ASN>A<N> R<LYS>A<CE> central_sep1 2.41642
+R<ASN>A<N> R<LYS>A<CE> central_sep2 1.67286
+R<ASN>A<N> R<LYS>A<CE> sep1 2.54602
+R<ASN>A<N> R<LYS>A<CE> sep2 1.27113
+R<ASN>A<N> R<LYS>A<CG> central_sep1 0.406108
+R<ASN>A<N> R<LYS>A<CG> central_sep2 1.96265
+R<ASN>A<N> R<LYS>A<CG> sep1 -0.290521
+R<ASN>A<N> R<LYS>A<CG> sep2 1.23392
+R<ASN>A<N> R<LYS>A<N> central_sep1 1.14455
+R<ASN>A<N> R<LYS>A<N> central_sep2 2.44278
+R<ASN>A<N> R<LYS>A<N> sep1 -2.42165
+R<ASN>A<N> R<LYS>A<N> sep2 1.97745
+R<ASN>A<N> R<LYS>A<NZ> central_sep1 2.55312
+R<ASN>A<N> R<LYS>A<NZ> central_sep2 1.86192
+R<ASN>A<N> R<LYS>A<NZ> sep1 2.87499
+R<ASN>A<N> R<LYS>A<NZ> sep2 1.17605
+R<ASN>A<N> R<LYS>A<O> central_sep1 -1.63413
+R<ASN>A<N> R<LYS>A<O> central_sep2 -0.315937
+R<ASN>A<N> R<LYS>A<O> sep1 -0.175448
+R<ASN>A<N> R<LYS>A<O> sep2 0.811293
+R<ASN>A<N> R<MET>A<C> central_sep1 -0.788464
+R<ASN>A<N> R<MET>A<C> central_sep2 3.22523
+R<ASN>A<N> R<MET>A<C> sep1 -1.72101
+R<ASN>A<N> R<MET>A<C> sep2 1.29175
+R<ASN>A<N> R<MET>A<CA> central_sep1 3.13739
+R<ASN>A<N> R<MET>A<CA> central_sep2 1.69658
+R<ASN>A<N> R<MET>A<CA> sep1 -2.2945
+R<ASN>A<N> R<MET>A<CA> sep2 1.12839
+R<ASN>A<N> R<MET>A<CB> central_sep1 0.969603
+R<ASN>A<N> R<MET>A<CB> central_sep2 1.50857
+R<ASN>A<N> R<MET>A<CB> sep1 -1.29964
+R<ASN>A<N> R<MET>A<CB> sep2 1.08154
+R<ASN>A<N> R<MET>A<CE> central_sep1 1.57425
+R<ASN>A<N> R<MET>A<CE> central_sep2 0.659981
+R<ASN>A<N> R<MET>A<CE> sep1 2.09986
+R<ASN>A<N> R<MET>A<CE> sep2 0.505293
+R<ASN>A<N> R<MET>A<CG> central_sep1 0.538086
+R<ASN>A<N> R<MET>A<CG> central_sep2 1.23352
+R<ASN>A<N> R<MET>A<CG> sep1 0.143578
+R<ASN>A<N> R<MET>A<CG> sep2 0.760492
+R<ASN>A<N> R<MET>A<N> central_sep1 1.51694
+R<ASN>A<N> R<MET>A<N> central_sep2 2.25973
+R<ASN>A<N> R<MET>A<N> sep1 -2.23429
+R<ASN>A<N> R<MET>A<N> sep2 1.79965
+R<ASN>A<N> R<MET>A<O> central_sep1 -1.66075
+R<ASN>A<N> R<MET>A<O> central_sep2 -0.458879
+R<ASN>A<N> R<MET>A<O> sep1 -0.00630967
+R<ASN>A<N> R<MET>A<O> sep2 0.812584
+R<ASN>A<N> R<MET>A<SD> central_sep1 1.00864
+R<ASN>A<N> R<MET>A<SD> central_sep2 0.609097
+R<ASN>A<N> R<MET>A<SD> sep1 2.01712
+R<ASN>A<N> R<MET>A<SD> sep2 0.387648
+R<ASN>A<N> R<PHE>A<C> central_sep1 -0.778728
+R<ASN>A<N> R<PHE>A<C> central_sep2 2.06375
+R<ASN>A<N> R<PHE>A<C> sep1 -1.90444
+R<ASN>A<N> R<PHE>A<C> sep2 1.50451
+R<ASN>A<N> R<PHE>A<CA> central_sep1 2.68714
+R<ASN>A<N> R<PHE>A<CA> central_sep2 1.37556
+R<ASN>A<N> R<PHE>A<CA> sep1 -2.40269
+R<ASN>A<N> R<PHE>A<CA> sep2 0.957824
+R<ASN>A<N> R<PHE>A<CB> central_sep1 1.05363
+R<ASN>A<N> R<PHE>A<CB> central_sep2 1.26941
+R<ASN>A<N> R<PHE>A<CB> sep1 -1.20817
+R<ASN>A<N> R<PHE>A<CB> sep2 0.776639
+R<ASN>A<N> R<PHE>A<CD1> central_sep1 0.179355
+R<ASN>A<N> R<PHE>A<CD1> central_sep2 1.06318
+R<ASN>A<N> R<PHE>A<CD1> sep1 0.0903516
+R<ASN>A<N> R<PHE>A<CD1> sep2 0.560324
+R<ASN>A<N> R<PHE>A<CE1> central_sep1 1.57186
+R<ASN>A<N> R<PHE>A<CE1> central_sep2 0.66378
+R<ASN>A<N> R<PHE>A<CE1> sep1 1.98445
+R<ASN>A<N> R<PHE>A<CE1> sep2 0.409686
+R<ASN>A<N> R<PHE>A<CG> central_sep1 0.565038
+R<ASN>A<N> R<PHE>A<CG> central_sep2 2.12847
+R<ASN>A<N> R<PHE>A<CG> sep1 -0.876462
+R<ASN>A<N> R<PHE>A<CG> sep2 0.581815
+R<ASN>A<N> R<PHE>A<CZ> central_sep1 2.55516
+R<ASN>A<N> R<PHE>A<CZ> central_sep2 0.74127
+R<ASN>A<N> R<PHE>A<CZ> sep1 2.61147
+R<ASN>A<N> R<PHE>A<CZ> sep2 0.37078
+R<ASN>A<N> R<PHE>A<N> central_sep1 1.41703
+R<ASN>A<N> R<PHE>A<N> central_sep2 2.67383
+R<ASN>A<N> R<PHE>A<N> sep1 -2.31473
+R<ASN>A<N> R<PHE>A<N> sep2 1.44453
+R<ASN>A<N> R<PHE>A<O> central_sep1 -1.56405
+R<ASN>A<N> R<PHE>A<O> central_sep2 -0.804814
+R<ASN>A<N> R<PHE>A<O> sep1 -0.0990013
+R<ASN>A<N> R<PHE>A<O> sep2 0.821584
+R<ASN>A<N> R<PRO>A<C> central_sep1 -0.746862
+R<ASN>A<N> R<PRO>A<C> central_sep2 2.7887
+R<ASN>A<N> R<PRO>A<C> sep1 -1.54992
+R<ASN>A<N> R<PRO>A<C> sep2 1.72514
+R<ASN>A<N> R<PRO>A<CA> central_sep1 2.36549
+R<ASN>A<N> R<PRO>A<CA> central_sep2 1.87537
+R<ASN>A<N> R<PRO>A<CA> sep1 -2.10588
+R<ASN>A<N> R<PRO>A<CA> sep2 1.09466
+R<ASN>A<N> R<PRO>A<CB> central_sep1 1.4559
+R<ASN>A<N> R<PRO>A<CB> central_sep2 1.20094
+R<ASN>A<N> R<PRO>A<CB> sep1 -1.04231
+R<ASN>A<N> R<PRO>A<CB> sep2 0.789498
+R<ASN>A<N> R<PRO>A<CD> central_sep1 -0.101885
+R<ASN>A<N> R<PRO>A<CD> central_sep2 1.61619
+R<ASN>A<N> R<PRO>A<CD> sep1 -0.520155
+R<ASN>A<N> R<PRO>A<CD> sep2 1.29175
+R<ASN>A<N> R<PRO>A<CG> central_sep1 1.82135
+R<ASN>A<N> R<PRO>A<CG> central_sep2 1.06398
+R<ASN>A<N> R<PRO>A<CG> sep1 0.0981479
+R<ASN>A<N> R<PRO>A<CG> sep2 0.882328
+R<ASN>A<N> R<PRO>A<N> central_sep1 1.72912
+R<ASN>A<N> R<PRO>A<N> central_sep2 2.82641
+R<ASN>A<N> R<PRO>A<N> sep1 -3.01869
+R<ASN>A<N> R<PRO>A<N> sep2 1.30438
+R<ASN>A<N> R<PRO>A<O> central_sep1 -0.995055
+R<ASN>A<N> R<PRO>A<O> central_sep2 0.0548964
+R<ASN>A<N> R<PRO>A<O> sep1 -0.122937
+R<ASN>A<N> R<PRO>A<O> sep2 0.617939
+R<ASN>A<N> R<SER>A<C> central_sep1 -0.786742
+R<ASN>A<N> R<SER>A<C> central_sep2 2.00223
+R<ASN>A<N> R<SER>A<C> sep1 -1.75091
+R<ASN>A<N> R<SER>A<C> sep2 1.18358
+R<ASN>A<N> R<SER>A<CA> central_sep1 2.79316
+R<ASN>A<N> R<SER>A<CA> central_sep2 1.34693
+R<ASN>A<N> R<SER>A<CA> sep1 -2.04281
+R<ASN>A<N> R<SER>A<CA> sep2 0.72664
+R<ASN>A<N> R<SER>A<CB> central_sep1 0.86159
+R<ASN>A<N> R<SER>A<CB> central_sep2 1.14708
+R<ASN>A<N> R<SER>A<CB> sep1 -0.731329
+R<ASN>A<N> R<SER>A<CB> sep2 0.606874
+R<ASN>A<N> R<SER>A<N> central_sep1 1.1522
+R<ASN>A<N> R<SER>A<N> central_sep2 2.32259
+R<ASN>A<N> R<SER>A<N> sep1 -2.28252
+R<ASN>A<N> R<SER>A<N> sep2 1.39853
+R<ASN>A<N> R<SER>A<O> central_sep1 -1.60137
+R<ASN>A<N> R<SER>A<O> central_sep2 -0.756439
+R<ASN>A<N> R<SER>A<O> sep1 -0.139692
+R<ASN>A<N> R<SER>A<O> sep2 0.650128
+R<ASN>A<N> R<SER>A<OG> central_sep1 -1.00358
+R<ASN>A<N> R<SER>A<OG> central_sep2 0.0757298
+R<ASN>A<N> R<SER>A<OG> sep1 -0.307912
+R<ASN>A<N> R<SER>A<OG> sep2 0.437783
+R<ASN>A<N> R<THR>A<C> central_sep1 -0.573843
+R<ASN>A<N> R<THR>A<C> central_sep2 2.17041
+R<ASN>A<N> R<THR>A<C> sep1 -1.61275
+R<ASN>A<N> R<THR>A<C> sep2 1.15547
+R<ASN>A<N> R<THR>A<CA> central_sep1 3.21062
+R<ASN>A<N> R<THR>A<CA> central_sep2 1.50731
+R<ASN>A<N> R<THR>A<CA> sep1 -2.05639
+R<ASN>A<N> R<THR>A<CA> sep2 0.982965
+R<ASN>A<N> R<THR>A<CB> central_sep1 0.170832
+R<ASN>A<N> R<THR>A<CB> central_sep2 1.37358
+R<ASN>A<N> R<THR>A<CB> sep1 -1.43391
+R<ASN>A<N> R<THR>A<CB> sep2 0.486421
+R<ASN>A<N> R<THR>A<CG2> central_sep1 0.778492
+R<ASN>A<N> R<THR>A<CG2> central_sep2 0.959196
+R<ASN>A<N> R<THR>A<CG2> sep1 0.481833
+R<ASN>A<N> R<THR>A<CG2> sep2 0.719325
+R<ASN>A<N> R<THR>A<N> central_sep1 1.05399
+R<ASN>A<N> R<THR>A<N> central_sep2 2.29138
+R<ASN>A<N> R<THR>A<N> sep1 -2.34097
+R<ASN>A<N> R<THR>A<N> sep2 1.29538
+R<ASN>A<N> R<THR>A<O> central_sep1 -1.63228
+R<ASN>A<N> R<THR>A<O> central_sep2 -0.944498
+R<ASN>A<N> R<THR>A<O> sep1 -0.0705092
+R<ASN>A<N> R<THR>A<O> sep2 0.513476
+R<ASN>A<N> R<THR>A<OG1> central_sep1 -0.917885
+R<ASN>A<N> R<THR>A<OG1> central_sep2 0.0849598
+R<ASN>A<N> R<THR>A<OG1> sep1 -0.244523
+R<ASN>A<N> R<THR>A<OG1> sep2 0.410358
+R<ASN>A<N> R<TRP>A<C> central_sep1 -0.830126
+R<ASN>A<N> R<TRP>A<C> central_sep2 3.67457
+R<ASN>A<N> R<TRP>A<C> sep1 -1.89743
+R<ASN>A<N> R<TRP>A<C> sep2 1.13208
+R<ASN>A<N> R<TRP>A<CA> central_sep1 2.1663
+R<ASN>A<N> R<TRP>A<CA> central_sep2 1.50899
+R<ASN>A<N> R<TRP>A<CA> sep1 -2.42846
+R<ASN>A<N> R<TRP>A<CA> sep2 1.0588
+R<ASN>A<N> R<TRP>A<CB> central_sep1 0.974787
+R<ASN>A<N> R<TRP>A<CB> central_sep2 1.27713
+R<ASN>A<N> R<TRP>A<CB> sep1 -1.22368
+R<ASN>A<N> R<TRP>A<CB> sep2 0.825255
+R<ASN>A<N> R<TRP>A<CD1> central_sep1 -0.38721
+R<ASN>A<N> R<TRP>A<CD1> central_sep2 0.970889
+R<ASN>A<N> R<TRP>A<CD1> sep1 -0.0844644
+R<ASN>A<N> R<TRP>A<CD1> sep2 0.328402
+R<ASN>A<N> R<TRP>A<CD2> central_sep1 -0.668056
+R<ASN>A<N> R<TRP>A<CD2> central_sep2 0.638601
+R<ASN>A<N> R<TRP>A<CD2> sep1 -0.244716
+R<ASN>A<N> R<TRP>A<CD2> sep2 0.526525
+R<ASN>A<N> R<TRP>A<CE2> central_sep1 1.5399
+R<ASN>A<N> R<TRP>A<CE2> central_sep2 0.616182
+R<ASN>A<N> R<TRP>A<CE2> sep1 1.45211
+R<ASN>A<N> R<TRP>A<CE2> sep2 -0.024335
+R<ASN>A<N> R<TRP>A<CE3> central_sep1 0.0767011
+R<ASN>A<N> R<TRP>A<CE3> central_sep2 0.344091
+R<ASN>A<N> R<TRP>A<CE3> sep1 0.811192
+R<ASN>A<N> R<TRP>A<CE3> sep2 0.389454
+R<ASN>A<N> R<TRP>A<CG> central_sep1 -0.783607
+R<ASN>A<N> R<TRP>A<CG> central_sep2 1.86335
+R<ASN>A<N> R<TRP>A<CG> sep1 -1.01057
+R<ASN>A<N> R<TRP>A<CG> sep2 0.370537
+R<ASN>A<N> R<TRP>A<CH2> central_sep1 2.77751
+R<ASN>A<N> R<TRP>A<CH2> central_sep2 0.307146
+R<ASN>A<N> R<TRP>A<CH2> sep1 2.94013
+R<ASN>A<N> R<TRP>A<CH2> sep2 -0.0319329
+R<ASN>A<N> R<TRP>A<CZ2> central_sep1 2.2774
+R<ASN>A<N> R<TRP>A<CZ2> central_sep2 0.317842
+R<ASN>A<N> R<TRP>A<CZ2> sep1 2.56429
+R<ASN>A<N> R<TRP>A<CZ2> sep2 0.165987
+R<ASN>A<N> R<TRP>A<CZ3> central_sep1 1.26708
+R<ASN>A<N> R<TRP>A<CZ3> central_sep2 -0.0457324
+R<ASN>A<N> R<TRP>A<CZ3> sep1 2.26848
+R<ASN>A<N> R<TRP>A<CZ3> sep2 -0.181284
+R<ASN>A<N> R<TRP>A<N> central_sep1 1.74361
+R<ASN>A<N> R<TRP>A<N> central_sep2 1.85061
+R<ASN>A<N> R<TRP>A<N> sep1 -2.44326
+R<ASN>A<N> R<TRP>A<N> sep2 1.47268
+R<ASN>A<N> R<TRP>A<NE1> central_sep1 1.73564
+R<ASN>A<N> R<TRP>A<NE1> central_sep2 0.440673
+R<ASN>A<N> R<TRP>A<NE1> sep1 1.78698
+R<ASN>A<N> R<TRP>A<NE1> sep2 0.129892
+R<ASN>A<N> R<TRP>A<O> central_sep1 -1.781
+R<ASN>A<N> R<TRP>A<O> central_sep2 -0.633387
+R<ASN>A<N> R<TRP>A<O> sep1 -0.0438601
+R<ASN>A<N> R<TRP>A<O> sep2 0.622838
+R<ASN>A<N> R<TYR>A<C> central_sep1 -0.844055
+R<ASN>A<N> R<TYR>A<C> central_sep2 2.52827
+R<ASN>A<N> R<TYR>A<C> sep1 -1.88622
+R<ASN>A<N> R<TYR>A<C> sep2 1.50352
+R<ASN>A<N> R<TYR>A<CA> central_sep1 2.58576
+R<ASN>A<N> R<TYR>A<CA> central_sep2 1.55533
+R<ASN>A<N> R<TYR>A<CA> sep1 -2.38599
+R<ASN>A<N> R<TYR>A<CA> sep2 0.805285
+R<ASN>A<N> R<TYR>A<CB> central_sep1 1.06686
+R<ASN>A<N> R<TYR>A<CB> central_sep2 1.03119
+R<ASN>A<N> R<TYR>A<CB> sep1 -1.12906
+R<ASN>A<N> R<TYR>A<CB> sep2 0.8999
+R<ASN>A<N> R<TYR>A<CD1> central_sep1 -0.129638
+R<ASN>A<N> R<TYR>A<CD1> central_sep2 0.85423
+R<ASN>A<N> R<TYR>A<CD1> sep1 -0.0754607
+R<ASN>A<N> R<TYR>A<CD1> sep2 0.392285
+R<ASN>A<N> R<TYR>A<CE1> central_sep1 1.15666
+R<ASN>A<N> R<TYR>A<CE1> central_sep2 0.517538
+R<ASN>A<N> R<TYR>A<CE1> sep1 1.60323
+R<ASN>A<N> R<TYR>A<CE1> sep2 0.1138
+R<ASN>A<N> R<TYR>A<CG> central_sep1 0.310663
+R<ASN>A<N> R<TYR>A<CG> central_sep2 1.59368
+R<ASN>A<N> R<TYR>A<CG> sep1 -1.23047
+R<ASN>A<N> R<TYR>A<CG> sep2 0.361882
+R<ASN>A<N> R<TYR>A<CZ> central_sep1 1.5174
+R<ASN>A<N> R<TYR>A<CZ> central_sep2 0.786968
+R<ASN>A<N> R<TYR>A<CZ> sep1 1.6858
+R<ASN>A<N> R<TYR>A<CZ> sep2 -0.279755
+R<ASN>A<N> R<TYR>A<N> central_sep1 1.48385
+R<ASN>A<N> R<TYR>A<N> central_sep2 2.71841
+R<ASN>A<N> R<TYR>A<N> sep1 -2.39134
+R<ASN>A<N> R<TYR>A<N> sep2 1.71721
+R<ASN>A<N> R<TYR>A<O> central_sep1 -1.6673
+R<ASN>A<N> R<TYR>A<O> central_sep2 -0.859723
+R<ASN>A<N> R<TYR>A<O> sep1 -0.160588
+R<ASN>A<N> R<TYR>A<O> sep2 0.576894
+R<ASN>A<N> R<TYR>A<OH> central_sep1 1.35849
+R<ASN>A<N> R<TYR>A<OH> central_sep2 -0.00521273
+R<ASN>A<N> R<TYR>A<OH> sep1 2.71797
+R<ASN>A<N> R<TYR>A<OH> sep2 0.111665
+R<ASN>A<N> R<VAL>A<C> central_sep1 -0.254676
+R<ASN>A<N> R<VAL>A<C> central_sep2 3.14396
+R<ASN>A<N> R<VAL>A<C> sep1 -1.6356
+R<ASN>A<N> R<VAL>A<C> sep2 1.65619
+R<ASN>A<N> R<VAL>A<CA> central_sep1 3.65645
+R<ASN>A<N> R<VAL>A<CA> central_sep2 2.06927
+R<ASN>A<N> R<VAL>A<CA> sep1 -2.34331
+R<ASN>A<N> R<VAL>A<CA> sep2 1.39515
+R<ASN>A<N> R<VAL>A<CB> central_sep1 1.12518
+R<ASN>A<N> R<VAL>A<CB> central_sep2 1.00485
+R<ASN>A<N> R<VAL>A<CB> sep1 -1.49886
+R<ASN>A<N> R<VAL>A<CB> sep2 0.884512
+R<ASN>A<N> R<VAL>A<CG1> central_sep1 0.239813
+R<ASN>A<N> R<VAL>A<CG1> central_sep2 1.06699
+R<ASN>A<N> R<VAL>A<CG1> sep1 -0.413247
+R<ASN>A<N> R<VAL>A<CG1> sep2 0.777152
+R<ASN>A<N> R<VAL>A<CG2> central_sep1 0.598957
+R<ASN>A<N> R<VAL>A<CG2> central_sep2 1.05536
+R<ASN>A<N> R<VAL>A<CG2> sep1 0.927871
+R<ASN>A<N> R<VAL>A<CG2> sep2 0.927743
+R<ASN>A<N> R<VAL>A<N> central_sep1 1.64004
+R<ASN>A<N> R<VAL>A<N> central_sep2 2.42307
+R<ASN>A<N> R<VAL>A<N> sep1 -2.15332
+R<ASN>A<N> R<VAL>A<N> sep2 1.53915
+R<ASN>A<N> R<VAL>A<O> central_sep1 -1.40163
+R<ASN>A<N> R<VAL>A<O> central_sep2 -0.953821
+R<ASN>A<N> R<VAL>A<O> sep1 -0.0149293
+R<ASN>A<N> R<VAL>A<O> sep2 0.754921
+R<ASN>A<N> c<solvent> . 1.36672
+R<ASN>A<ND2> R<ASN>A<ND2> central_sep1 -0.217698
+R<ASN>A<ND2> R<ASN>A<ND2> central_sep2 -0.552762
+R<ASN>A<ND2> R<ASN>A<ND2> sep1 0.727033
+R<ASN>A<ND2> R<ASN>A<ND2> sep2 -0.678573
+R<ASN>A<ND2> R<ASN>A<O> central_sep1 -0.217073
+R<ASN>A<ND2> R<ASN>A<O> central_sep2 -0.644016
+R<ASN>A<ND2> R<ASN>A<O> sep1 0.874736
+R<ASN>A<ND2> R<ASN>A<O> sep2 0.166444
+R<ASN>A<ND2> R<ASN>A<OD1> central_sep1 -0.474851
+R<ASN>A<ND2> R<ASN>A<OD1> central_sep2 -1.21327
+R<ASN>A<ND2> R<ASN>A<OD1> sep1 0.83629
+R<ASN>A<ND2> R<ASN>A<OD1> sep2 -0.404311
+R<ASN>A<ND2> R<ASP>A<C> central_sep1 1.33286
+R<ASN>A<ND2> R<ASP>A<C> central_sep2 0.833144
+R<ASN>A<ND2> R<ASP>A<C> sep1 0.044097
+R<ASN>A<ND2> R<ASP>A<C> sep2 -0.0650513
+R<ASN>A<ND2> R<ASP>A<CA> central_sep1 0.335634
+R<ASN>A<ND2> R<ASP>A<CA> central_sep2 0.0710382
+R<ASN>A<ND2> R<ASP>A<CA> sep1 0.787613
+R<ASN>A<ND2> R<ASP>A<CA> sep2 -0.0730095
+R<ASN>A<ND2> R<ASP>A<CB> central_sep1 -0.507857
+R<ASN>A<ND2> R<ASP>A<CB> central_sep2 -0.248514
+R<ASN>A<ND2> R<ASP>A<CB> sep1 0.572907
+R<ASN>A<ND2> R<ASP>A<CB> sep2 -0.213473
+R<ASN>A<ND2> R<ASP>A<CG> central_sep1 0.114164
+R<ASN>A<ND2> R<ASP>A<CG> central_sep2 0.0126263
+R<ASN>A<ND2> R<ASP>A<CG> sep1 0.18763
+R<ASN>A<ND2> R<ASP>A<CG> sep2 -1.37608
+R<ASN>A<ND2> R<ASP>A<N> central_sep1 0.781566
+R<ASN>A<ND2> R<ASP>A<N> central_sep2 0.698806
+R<ASN>A<ND2> R<ASP>A<N> sep1 1.5539
+R<ASN>A<ND2> R<ASP>A<N> sep2 0.484609
+R<ASN>A<ND2> R<ASP>A<O> central_sep1 -0.162172
+R<ASN>A<ND2> R<ASP>A<O> central_sep2 -0.41304
+R<ASN>A<ND2> R<ASP>A<O> sep1 1.08572
+R<ASN>A<ND2> R<ASP>A<O> sep2 0.492859
+R<ASN>A<ND2> R<ASP>A<OD1> central_sep1 -0.505483
+R<ASN>A<ND2> R<ASP>A<OD1> central_sep2 -0.695526
+R<ASN>A<ND2> R<ASP>A<OD1> sep1 0.603355
+R<ASN>A<ND2> R<ASP>A<OD1> sep2 -0.208315
+R<ASN>A<ND2> R<CYS>A<C> central_sep1 1.49791
+R<ASN>A<ND2> R<CYS>A<C> central_sep2 0.807216
+R<ASN>A<ND2> R<CYS>A<C> sep1 0.466995
+R<ASN>A<ND2> R<CYS>A<C> sep2 -0.0952087
+R<ASN>A<ND2> R<CYS>A<CA> central_sep1 0.909364
+R<ASN>A<ND2> R<CYS>A<CA> central_sep2 0.380229
+R<ASN>A<ND2> R<CYS>A<CA> sep1 1.38568
+R<ASN>A<ND2> R<CYS>A<CA> sep2 0.327017
+R<ASN>A<ND2> R<CYS>A<CB> central_sep1 0.370987
+R<ASN>A<ND2> R<CYS>A<CB> central_sep2 -0.150496
+R<ASN>A<ND2> R<CYS>A<CB> sep1 1.62659
+R<ASN>A<ND2> R<CYS>A<CB> sep2 -0.0415333
+R<ASN>A<ND2> R<CYS>A<N> central_sep1 1.33466
+R<ASN>A<ND2> R<CYS>A<N> central_sep2 0.599844
+R<ASN>A<ND2> R<CYS>A<N> sep1 1.83066
+R<ASN>A<ND2> R<CYS>A<N> sep2 0.44704
+R<ASN>A<ND2> R<CYS>A<O> central_sep1 0.2287
+R<ASN>A<ND2> R<CYS>A<O> central_sep2 -0.696658
+R<ASN>A<ND2> R<CYS>A<O> sep1 1.54213
+R<ASN>A<ND2> R<CYS>A<O> sep2 0.39181
+R<ASN>A<ND2> R<CYS>A<SG> central_sep1 0.470267
+R<ASN>A<ND2> R<CYS>A<SG> central_sep2 -0.228557
+R<ASN>A<ND2> R<CYS>A<SG> sep1 1.83317
+R<ASN>A<ND2> R<CYS>A<SG> sep2 0.386365
+R<ASN>A<ND2> R<GLN>A<C> central_sep1 1.43212
+R<ASN>A<ND2> R<GLN>A<C> central_sep2 1.24211
+R<ASN>A<ND2> R<GLN>A<C> sep1 -0.0494769
+R<ASN>A<ND2> R<GLN>A<C> sep2 0.141627
+R<ASN>A<ND2> R<GLN>A<CA> central_sep1 0.340604
+R<ASN>A<ND2> R<GLN>A<CA> central_sep2 0.395205
+R<ASN>A<ND2> R<GLN>A<CA> sep1 0.934683
+R<ASN>A<ND2> R<GLN>A<CA> sep2 0.349083
+R<ASN>A<ND2> R<GLN>A<CB> central_sep1 -0.424046
+R<ASN>A<ND2> R<GLN>A<CB> central_sep2 -0.117301
+R<ASN>A<ND2> R<GLN>A<CB> sep1 0.609232
+R<ASN>A<ND2> R<GLN>A<CB> sep2 0.0582242
+R<ASN>A<ND2> R<GLN>A<CD> central_sep1 0.102747
+R<ASN>A<ND2> R<GLN>A<CD> central_sep2 0.10957
+R<ASN>A<ND2> R<GLN>A<CD> sep1 0.18225
+R<ASN>A<ND2> R<GLN>A<CD> sep2 -1.14063
+R<ASN>A<ND2> R<GLN>A<CG> central_sep1 -0.742018
+R<ASN>A<ND2> R<GLN>A<CG> central_sep2 0.0215561
+R<ASN>A<ND2> R<GLN>A<CG> sep1 0.796835
+R<ASN>A<ND2> R<GLN>A<CG> sep2 -0.112686
+R<ASN>A<ND2> R<GLN>A<N> central_sep1 1.16033
+R<ASN>A<ND2> R<GLN>A<N> central_sep2 1.10401
+R<ASN>A<ND2> R<GLN>A<N> sep1 1.65258
+R<ASN>A<ND2> R<GLN>A<N> sep2 0.785035
+R<ASN>A<ND2> R<GLN>A<NE2> central_sep1 0.113512
+R<ASN>A<ND2> R<GLN>A<NE2> central_sep2 -0.198726
+R<ASN>A<ND2> R<GLN>A<NE2> sep1 0.935773
+R<ASN>A<ND2> R<GLN>A<NE2> sep2 -0.290015
+R<ASN>A<ND2> R<GLN>A<O> central_sep1 -0.0279236
+R<ASN>A<ND2> R<GLN>A<O> central_sep2 -0.327953
+R<ASN>A<ND2> R<GLN>A<O> sep1 0.866077
+R<ASN>A<ND2> R<GLN>A<O> sep2 0.790042
+R<ASN>A<ND2> R<GLN>A<OE1> central_sep1 -0.40124
+R<ASN>A<ND2> R<GLN>A<OE1> central_sep2 -0.828617
+R<ASN>A<ND2> R<GLN>A<OE1> sep1 1.08196
+R<ASN>A<ND2> R<GLN>A<OE1> sep2 -0.129927
+R<ASN>A<ND2> R<GLU>A<C> central_sep1 1.38409
+R<ASN>A<ND2> R<GLU>A<C> central_sep2 1.31948
+R<ASN>A<ND2> R<GLU>A<C> sep1 0.00883239
+R<ASN>A<ND2> R<GLU>A<C> sep2 0.269798
+R<ASN>A<ND2> R<GLU>A<CA> central_sep1 0.203257
+R<ASN>A<ND2> R<GLU>A<CA> central_sep2 0.612302
+R<ASN>A<ND2> R<GLU>A<CA> sep1 0.805377
+R<ASN>A<ND2> R<GLU>A<CA> sep2 0.493205
+R<ASN>A<ND2> R<GLU>A<CB> central_sep1 -0.520948
+R<ASN>A<ND2> R<GLU>A<CB> central_sep2 -0.0195281
+R<ASN>A<ND2> R<GLU>A<CB> sep1 0.470041
+R<ASN>A<ND2> R<GLU>A<CB> sep2 0.232187
+R<ASN>A<ND2> R<GLU>A<CD> central_sep1 0.0932746
+R<ASN>A<ND2> R<GLU>A<CD> central_sep2 0.221355
+R<ASN>A<ND2> R<GLU>A<CD> sep1 0.0443254
+R<ASN>A<ND2> R<GLU>A<CD> sep2 -1.15215
+R<ASN>A<ND2> R<GLU>A<CG> central_sep1 -0.672142
+R<ASN>A<ND2> R<GLU>A<CG> central_sep2 -0.0458428
+R<ASN>A<ND2> R<GLU>A<CG> sep1 0.707509
+R<ASN>A<ND2> R<GLU>A<CG> sep2 0.115964
+R<ASN>A<ND2> R<GLU>A<N> central_sep1 1.04065
+R<ASN>A<ND2> R<GLU>A<N> central_sep2 1.25402
+R<ASN>A<ND2> R<GLU>A<N> sep1 1.59616
+R<ASN>A<ND2> R<GLU>A<N> sep2 0.756171
+R<ASN>A<ND2> R<GLU>A<O> central_sep1 -0.181593
+R<ASN>A<ND2> R<GLU>A<O> central_sep2 -0.188502
+R<ASN>A<ND2> R<GLU>A<O> sep1 0.869564
+R<ASN>A<ND2> R<GLU>A<O> sep2 0.8397
+R<ASN>A<ND2> R<GLU>A<OE1> central_sep1 -0.175256
+R<ASN>A<ND2> R<GLU>A<OE1> central_sep2 -0.494201
+R<ASN>A<ND2> R<GLU>A<OE1> sep1 0.888776
+R<ASN>A<ND2> R<GLU>A<OE1> sep2 -0.00288479
+R<ASN>A<ND2> R<GLY>A<C> central_sep1 0.924632
+R<ASN>A<ND2> R<GLY>A<C> central_sep2 0.301928
+R<ASN>A<ND2> R<GLY>A<C> sep1 0.232044
+R<ASN>A<ND2> R<GLY>A<C> sep2 -0.564403
+R<ASN>A<ND2> R<GLY>A<CA> central_sep1 0.760211
+R<ASN>A<ND2> R<GLY>A<CA> central_sep2 -0.327237
+R<ASN>A<ND2> R<GLY>A<CA> sep1 1.12058
+R<ASN>A<ND2> R<GLY>A<CA> sep2 -0.0936446
+R<ASN>A<ND2> R<GLY>A<N> central_sep1 0.941185
+R<ASN>A<ND2> R<GLY>A<N> central_sep2 0.464277
+R<ASN>A<ND2> R<GLY>A<N> sep1 1.65375
+R<ASN>A<ND2> R<GLY>A<N> sep2 -0.0398169
+R<ASN>A<ND2> R<GLY>A<O> central_sep1 0.0859283
+R<ASN>A<ND2> R<GLY>A<O> central_sep2 -0.655985
+R<ASN>A<ND2> R<GLY>A<O> sep1 1.33237
+R<ASN>A<ND2> R<GLY>A<O> sep2 0.183118
+R<ASN>A<ND2> R<HIS>A<C> central_sep1 1.21886
+R<ASN>A<ND2> R<HIS>A<C> central_sep2 0.902419
+R<ASN>A<ND2> R<HIS>A<C> sep1 0.436172
+R<ASN>A<ND2> R<HIS>A<C> sep2 -0.0501368
+R<ASN>A<ND2> R<HIS>A<CA> central_sep1 0.440121
+R<ASN>A<ND2> R<HIS>A<CA> central_sep2 0.349931
+R<ASN>A<ND2> R<HIS>A<CA> sep1 0.990361
+R<ASN>A<ND2> R<HIS>A<CA> sep2 0.258344
+R<ASN>A<ND2> R<HIS>A<CB> central_sep1 -0.0244782
+R<ASN>A<ND2> R<HIS>A<CB> central_sep2 -0.115068
+R<ASN>A<ND2> R<HIS>A<CB> sep1 1.1775
+R<ASN>A<ND2> R<HIS>A<CB> sep2 0.069593
+R<ASN>A<ND2> R<HIS>A<CD2> central_sep1 -0.0279081
+R<ASN>A<ND2> R<HIS>A<CD2> central_sep2 -0.233163
+R<ASN>A<ND2> R<HIS>A<CD2> sep1 1.4375
+R<ASN>A<ND2> R<HIS>A<CD2> sep2 -0.15137
+R<ASN>A<ND2> R<HIS>A<CE1> central_sep1 0.193889
+R<ASN>A<ND2> R<HIS>A<CE1> central_sep2 -0.420439
+R<ASN>A<ND2> R<HIS>A<CE1> sep1 1.35531
+R<ASN>A<ND2> R<HIS>A<CE1> sep2 -0.444024
+R<ASN>A<ND2> R<HIS>A<CG> central_sep1 1.24218
+R<ASN>A<ND2> R<HIS>A<CG> central_sep2 0.170081
+R<ASN>A<ND2> R<HIS>A<CG> sep1 0.960415
+R<ASN>A<ND2> R<HIS>A<CG> sep2 -0.854158
+R<ASN>A<ND2> R<HIS>A<N> central_sep1 1.04611
+R<ASN>A<ND2> R<HIS>A<N> central_sep2 0.914853
+R<ASN>A<ND2> R<HIS>A<N> sep1 1.7243
+R<ASN>A<ND2> R<HIS>A<N> sep2 0.765398
+R<ASN>A<ND2> R<HIS>A<ND1> central_sep1 0.176549
+R<ASN>A<ND2> R<HIS>A<ND1> central_sep2 -0.143766
+R<ASN>A<ND2> R<HIS>A<ND1> sep1 1.13025
+R<ASN>A<ND2> R<HIS>A<ND1> sep2 -0.506842
+R<ASN>A<ND2> R<HIS>A<NE2> central_sep1 0.230521
+R<ASN>A<ND2> R<HIS>A<NE2> central_sep2 -0.295934
+R<ASN>A<ND2> R<HIS>A<NE2> sep1 0.862864
+R<ASN>A<ND2> R<HIS>A<NE2> sep2 -0.712833
+R<ASN>A<ND2> R<HIS>A<O> central_sep1 -0.011642
+R<ASN>A<ND2> R<HIS>A<O> central_sep2 -0.458904
+R<ASN>A<ND2> R<HIS>A<O> sep1 1.40064
+R<ASN>A<ND2> R<HIS>A<O> sep2 0.588049
+R<ASN>A<ND2> R<ILE>A<C> central_sep1 1.31091
+R<ASN>A<ND2> R<ILE>A<C> central_sep2 1.37473
+R<ASN>A<ND2> R<ILE>A<C> sep1 0.756503
+R<ASN>A<ND2> R<ILE>A<C> sep2 0.194592
+R<ASN>A<ND2> R<ILE>A<CA> central_sep1 0.990353
+R<ASN>A<ND2> R<ILE>A<CA> central_sep2 0.86534
+R<ASN>A<ND2> R<ILE>A<CA> sep1 1.3415
+R<ASN>A<ND2> R<ILE>A<CA> sep2 0.643533
+R<ASN>A<ND2> R<ILE>A<CB> central_sep1 0.839723
+R<ASN>A<ND2> R<ILE>A<CB> central_sep2 0.22989
+R<ASN>A<ND2> R<ILE>A<CB> sep1 1.40709
+R<ASN>A<ND2> R<ILE>A<CB> sep2 0.0167699
+R<ASN>A<ND2> R<ILE>A<CD1> central_sep1 0.607752
+R<ASN>A<ND2> R<ILE>A<CD1> central_sep2 -0.0250119
+R<ASN>A<ND2> R<ILE>A<CD1> sep1 2.01437
+R<ASN>A<ND2> R<ILE>A<CD1> sep2 0.266572
+R<ASN>A<ND2> R<ILE>A<CG1> central_sep1 0.538569
+R<ASN>A<ND2> R<ILE>A<CG1> central_sep2 0.221684
+R<ASN>A<ND2> R<ILE>A<CG1> sep1 1.61175
+R<ASN>A<ND2> R<ILE>A<CG1> sep2 0.123386
+R<ASN>A<ND2> R<ILE>A<CG2> central_sep1 -0.316728
+R<ASN>A<ND2> R<ILE>A<CG2> central_sep2 -0.0418818
+R<ASN>A<ND2> R<ILE>A<CG2> sep1 1.78774
+R<ASN>A<ND2> R<ILE>A<CG2> sep2 0.394816
+R<ASN>A<ND2> R<ILE>A<N> central_sep1 1.57328
+R<ASN>A<ND2> R<ILE>A<N> central_sep2 0.998624
+R<ASN>A<ND2> R<ILE>A<N> sep1 1.72867
+R<ASN>A<ND2> R<ILE>A<N> sep2 0.792183
+R<ASN>A<ND2> R<ILE>A<O> central_sep1 0.132779
+R<ASN>A<ND2> R<ILE>A<O> central_sep2 -0.445083
+R<ASN>A<ND2> R<ILE>A<O> sep1 1.41472
+R<ASN>A<ND2> R<ILE>A<O> sep2 0.668731
+R<ASN>A<ND2> R<LEU>A<C> central_sep1 1.34931
+R<ASN>A<ND2> R<LEU>A<C> central_sep2 1.24478
+R<ASN>A<ND2> R<LEU>A<C> sep1 0.44121
+R<ASN>A<ND2> R<LEU>A<C> sep2 0.0985557
+R<ASN>A<ND2> R<LEU>A<CA> central_sep1 0.864482
+R<ASN>A<ND2> R<LEU>A<CA> central_sep2 0.781011
+R<ASN>A<ND2> R<LEU>A<CA> sep1 1.18732
+R<ASN>A<ND2> R<LEU>A<CA> sep2 0.705863
+R<ASN>A<ND2> R<LEU>A<CB> central_sep1 0.220381
+R<ASN>A<ND2> R<LEU>A<CB> central_sep2 0.190555
+R<ASN>A<ND2> R<LEU>A<CB> sep1 1.16895
+R<ASN>A<ND2> R<LEU>A<CB> sep2 0.286147
+R<ASN>A<ND2> R<LEU>A<CD1> central_sep1 0.55074
+R<ASN>A<ND2> R<LEU>A<CD1> central_sep2 0.0920075
+R<ASN>A<ND2> R<LEU>A<CD1> sep1 1.96745
+R<ASN>A<ND2> R<LEU>A<CD1> sep2 0.343345
+R<ASN>A<ND2> R<LEU>A<CD2> central_sep1 0.489986
+R<ASN>A<ND2> R<LEU>A<CD2> central_sep2 0.0135659
+R<ASN>A<ND2> R<LEU>A<CD2> sep1 1.83371
+R<ASN>A<ND2> R<LEU>A<CD2> sep2 0.340951
+R<ASN>A<ND2> R<LEU>A<CG> central_sep1 -0.0854637
+R<ASN>A<ND2> R<LEU>A<CG> central_sep2 0.515248
+R<ASN>A<ND2> R<LEU>A<CG> sep1 1.39795
+R<ASN>A<ND2> R<LEU>A<CG> sep2 0.148307
+R<ASN>A<ND2> R<LEU>A<N> central_sep1 1.44656
+R<ASN>A<ND2> R<LEU>A<N> central_sep2 1.13224
+R<ASN>A<ND2> R<LEU>A<N> sep1 1.84969
+R<ASN>A<ND2> R<LEU>A<N> sep2 0.992869
+R<ASN>A<ND2> R<LEU>A<O> central_sep1 0.149991
+R<ASN>A<ND2> R<LEU>A<O> central_sep2 -0.440622
+R<ASN>A<ND2> R<LEU>A<O> sep1 1.59936
+R<ASN>A<ND2> R<LEU>A<O> sep2 0.788354
+R<ASN>A<ND2> R<LYS>A<C> central_sep1 1.41989
+R<ASN>A<ND2> R<LYS>A<C> central_sep2 1.27106
+R<ASN>A<ND2> R<LYS>A<C> sep1 0.191018
+R<ASN>A<ND2> R<LYS>A<C> sep2 0.156157
+R<ASN>A<ND2> R<LYS>A<CA> central_sep1 0.653899
+R<ASN>A<ND2> R<LYS>A<CA> central_sep2 0.600119
+R<ASN>A<ND2> R<LYS>A<CA> sep1 0.913085
+R<ASN>A<ND2> R<LYS>A<CA> sep2 0.438508
+R<ASN>A<ND2> R<LYS>A<CB> central_sep1 -0.355696
+R<ASN>A<ND2> R<LYS>A<CB> central_sep2 0.181228
+R<ASN>A<ND2> R<LYS>A<CB> sep1 0.598465
+R<ASN>A<ND2> R<LYS>A<CB> sep2 0.23291
+R<ASN>A<ND2> R<LYS>A<CD> central_sep1 -0.0142273
+R<ASN>A<ND2> R<LYS>A<CD> central_sep2 0.10988
+R<ASN>A<ND2> R<LYS>A<CD> sep1 0.790013
+R<ASN>A<ND2> R<LYS>A<CD> sep2 -0.035964
+R<ASN>A<ND2> R<LYS>A<CE> central_sep1 -0.250977
+R<ASN>A<ND2> R<LYS>A<CE> central_sep2 0.0536712
+R<ASN>A<ND2> R<LYS>A<CE> sep1 1.06669
+R<ASN>A<ND2> R<LYS>A<CE> sep2 -0.132307
+R<ASN>A<ND2> R<LYS>A<CG> central_sep1 -0.500472
+R<ASN>A<ND2> R<LYS>A<CG> central_sep2 0.178706
+R<ASN>A<ND2> R<LYS>A<CG> sep1 0.847949
+R<ASN>A<ND2> R<LYS>A<CG> sep2 0.189808
+R<ASN>A<ND2> R<LYS>A<N> central_sep1 1.11565
+R<ASN>A<ND2> R<LYS>A<N> central_sep2 1.12778
+R<ASN>A<ND2> R<LYS>A<N> sep1 1.66063
+R<ASN>A<ND2> R<LYS>A<N> sep2 0.71224
+R<ASN>A<ND2> R<LYS>A<NZ> central_sep1 0.643518
+R<ASN>A<ND2> R<LYS>A<NZ> central_sep2 0.101045
+R<ASN>A<ND2> R<LYS>A<NZ> sep1 1.33842
+R<ASN>A<ND2> R<LYS>A<NZ> sep2 -0.247599
+R<ASN>A<ND2> R<LYS>A<O> central_sep1 -0.0583092
+R<ASN>A<ND2> R<LYS>A<O> central_sep2 -0.313017
+R<ASN>A<ND2> R<LYS>A<O> sep1 0.939673
+R<ASN>A<ND2> R<LYS>A<O> sep2 0.758273
+R<ASN>A<ND2> R<MET>A<C> central_sep1 1.19041
+R<ASN>A<ND2> R<MET>A<C> central_sep2 1.04221
+R<ASN>A<ND2> R<MET>A<C> sep1 0.283685
+R<ASN>A<ND2> R<MET>A<C> sep2 -0.00342501
+R<ASN>A<ND2> R<MET>A<CA> central_sep1 0.609903
+R<ASN>A<ND2> R<MET>A<CA> central_sep2 0.408996
+R<ASN>A<ND2> R<MET>A<CA> sep1 1.11319
+R<ASN>A<ND2> R<MET>A<CA> sep2 0.477019
+R<ASN>A<ND2> R<MET>A<CB> central_sep1 0.0401676
+R<ASN>A<ND2> R<MET>A<CB> central_sep2 -0.104427
+R<ASN>A<ND2> R<MET>A<CB> sep1 1.09012
+R<ASN>A<ND2> R<MET>A<CB> sep2 0.0291437
+R<ASN>A<ND2> R<MET>A<CE> central_sep1 0.331374
+R<ASN>A<ND2> R<MET>A<CE> central_sep2 -0.307557
+R<ASN>A<ND2> R<MET>A<CE> sep1 2.20488
+R<ASN>A<ND2> R<MET>A<CE> sep2 -0.0353102
+R<ASN>A<ND2> R<MET>A<CG> central_sep1 0.0764822
+R<ASN>A<ND2> R<MET>A<CG> central_sep2 -0.0485207
+R<ASN>A<ND2> R<MET>A<CG> sep1 1.49846
+R<ASN>A<ND2> R<MET>A<CG> sep2 -0.0870248
+R<ASN>A<ND2> R<MET>A<N> central_sep1 1.32259
+R<ASN>A<ND2> R<MET>A<N> central_sep2 0.87345
+R<ASN>A<ND2> R<MET>A<N> sep1 1.83108
+R<ASN>A<ND2> R<MET>A<N> sep2 0.676776
+R<ASN>A<ND2> R<MET>A<O> central_sep1 0.0702176
+R<ASN>A<ND2> R<MET>A<O> central_sep2 -0.439385
+R<ASN>A<ND2> R<MET>A<O> sep1 1.39574
+R<ASN>A<ND2> R<MET>A<O> sep2 0.710355
+R<ASN>A<ND2> R<MET>A<SD> central_sep1 0.595452
+R<ASN>A<ND2> R<MET>A<SD> central_sep2 -0.345474
+R<ASN>A<ND2> R<MET>A<SD> sep1 1.83081
+R<ASN>A<ND2> R<MET>A<SD> sep2 0.0190719
+R<ASN>A<ND2> R<PHE>A<C> central_sep1 1.20129
+R<ASN>A<ND2> R<PHE>A<C> central_sep2 0.978414
+R<ASN>A<ND2> R<PHE>A<C> sep1 0.553404
+R<ASN>A<ND2> R<PHE>A<C> sep2 -0.169052
+R<ASN>A<ND2> R<PHE>A<CA> central_sep1 0.823562
+R<ASN>A<ND2> R<PHE>A<CA> central_sep2 0.50996
+R<ASN>A<ND2> R<PHE>A<CA> sep1 0.954833
+R<ASN>A<ND2> R<PHE>A<CA> sep2 0.33384
+R<ASN>A<ND2> R<PHE>A<CB> central_sep1 0.35786
+R<ASN>A<ND2> R<PHE>A<CB> central_sep2 -0.19725
+R<ASN>A<ND2> R<PHE>A<CB> sep1 1.41397
+R<ASN>A<ND2> R<PHE>A<CB> sep2 0.140641
+R<ASN>A<ND2> R<PHE>A<CD1> central_sep1 0.288457
+R<ASN>A<ND2> R<PHE>A<CD1> central_sep2 0.000198595
+R<ASN>A<ND2> R<PHE>A<CD1> sep1 1.64689
+R<ASN>A<ND2> R<PHE>A<CD1> sep2 -0.143425
+R<ASN>A<ND2> R<PHE>A<CE1> central_sep1 0.446113
+R<ASN>A<ND2> R<PHE>A<CE1> central_sep2 -0.149661
+R<ASN>A<ND2> R<PHE>A<CE1> sep1 1.59245
+R<ASN>A<ND2> R<PHE>A<CE1> sep2 -0.258507
+R<ASN>A<ND2> R<PHE>A<CG> central_sep1 1.65585
+R<ASN>A<ND2> R<PHE>A<CG> central_sep2 0.438855
+R<ASN>A<ND2> R<PHE>A<CG> sep1 1.153
+R<ASN>A<ND2> R<PHE>A<CG> sep2 -0.8175
+R<ASN>A<ND2> R<PHE>A<CZ> central_sep1 0.716477
+R<ASN>A<ND2> R<PHE>A<CZ> central_sep2 -0.172665
+R<ASN>A<ND2> R<PHE>A<CZ> sep1 1.46771
+R<ASN>A<ND2> R<PHE>A<CZ> sep2 -0.397227
+R<ASN>A<ND2> R<PHE>A<N> central_sep1 1.23416
+R<ASN>A<ND2> R<PHE>A<N> central_sep2 0.853004
+R<ASN>A<ND2> R<PHE>A<N> sep1 1.6407
+R<ASN>A<ND2> R<PHE>A<N> sep2 0.606712
+R<ASN>A<ND2> R<PHE>A<O> central_sep1 -0.0995838
+R<ASN>A<ND2> R<PHE>A<O> central_sep2 -0.625869
+R<ASN>A<ND2> R<PHE>A<O> sep1 1.53766
+R<ASN>A<ND2> R<PHE>A<O> sep2 0.565061
+R<ASN>A<ND2> R<PRO>A<C> central_sep1 1.6209
+R<ASN>A<ND2> R<PRO>A<C> central_sep2 1.07918
+R<ASN>A<ND2> R<PRO>A<C> sep1 0.451332
+R<ASN>A<ND2> R<PRO>A<C> sep2 0.013834
+R<ASN>A<ND2> R<PRO>A<CA> central_sep1 0.505622
+R<ASN>A<ND2> R<PRO>A<CA> central_sep2 0.0422885
+R<ASN>A<ND2> R<PRO>A<CA> sep1 1.60663
+R<ASN>A<ND2> R<PRO>A<CA> sep2 0.155258
+R<ASN>A<ND2> R<PRO>A<CB> central_sep1 0.060172
+R<ASN>A<ND2> R<PRO>A<CB> central_sep2 -0.155335
+R<ASN>A<ND2> R<PRO>A<CB> sep1 1.05845
+R<ASN>A<ND2> R<PRO>A<CB> sep2 -0.173133
+R<ASN>A<ND2> R<PRO>A<CD> central_sep1 0.696941
+R<ASN>A<ND2> R<PRO>A<CD> central_sep2 0.0912535
+R<ASN>A<ND2> R<PRO>A<CD> sep1 1.20736
+R<ASN>A<ND2> R<PRO>A<CD> sep2 0.176864
+R<ASN>A<ND2> R<PRO>A<CG> central_sep1 0.344087
+R<ASN>A<ND2> R<PRO>A<CG> central_sep2 -0.192481
+R<ASN>A<ND2> R<PRO>A<CG> sep1 1.29409
+R<ASN>A<ND2> R<PRO>A<CG> sep2 -0.269188
+R<ASN>A<ND2> R<PRO>A<N> central_sep1 1.10911
+R<ASN>A<ND2> R<PRO>A<N> central_sep2 0.484382
+R<ASN>A<ND2> R<PRO>A<N> sep1 0.826852
+R<ASN>A<ND2> R<PRO>A<N> sep2 -0.416187
+R<ASN>A<ND2> R<PRO>A<O> central_sep1 0.15892
+R<ASN>A<ND2> R<PRO>A<O> central_sep2 -0.524075
+R<ASN>A<ND2> R<PRO>A<O> sep1 1.17781
+R<ASN>A<ND2> R<PRO>A<O> sep2 0.588014
+R<ASN>A<ND2> R<SER>A<C> central_sep1 1.28315
+R<ASN>A<ND2> R<SER>A<C> central_sep2 0.590235
+R<ASN>A<ND2> R<SER>A<C> sep1 0.271308
+R<ASN>A<ND2> R<SER>A<C> sep2 -0.255323
+R<ASN>A<ND2> R<SER>A<CA> central_sep1 0.546937
+R<ASN>A<ND2> R<SER>A<CA> central_sep2 0.014663
+R<ASN>A<ND2> R<SER>A<CA> sep1 1.08473
+R<ASN>A<ND2> R<SER>A<CA> sep2 -0.164145
+R<ASN>A<ND2> R<SER>A<CB> central_sep1 0.0341991
+R<ASN>A<ND2> R<SER>A<CB> central_sep2 -0.314022
+R<ASN>A<ND2> R<SER>A<CB> sep1 0.910812
+R<ASN>A<ND2> R<SER>A<CB> sep2 -0.369308
+R<ASN>A<ND2> R<SER>A<N> central_sep1 0.768814
+R<ASN>A<ND2> R<SER>A<N> central_sep2 0.545487
+R<ASN>A<ND2> R<SER>A<N> sep1 1.49295
+R<ASN>A<ND2> R<SER>A<N> sep2 0.368109
+R<ASN>A<ND2> R<SER>A<O> central_sep1 -0.111887
+R<ASN>A<ND2> R<SER>A<O> central_sep2 -0.544553
+R<ASN>A<ND2> R<SER>A<O> sep1 1.14698
+R<ASN>A<ND2> R<SER>A<O> sep2 0.386381
+R<ASN>A<ND2> R<SER>A<OG> central_sep1 -0.329823
+R<ASN>A<ND2> R<SER>A<OG> central_sep2 -0.727171
+R<ASN>A<ND2> R<SER>A<OG> sep1 0.687335
+R<ASN>A<ND2> R<SER>A<OG> sep2 -0.22253
+R<ASN>A<ND2> R<THR>A<C> central_sep1 1.27438
+R<ASN>A<ND2> R<THR>A<C> central_sep2 0.658543
+R<ASN>A<ND2> R<THR>A<C> sep1 0.464691
+R<ASN>A<ND2> R<THR>A<C> sep2 -0.136335
+R<ASN>A<ND2> R<THR>A<CA> central_sep1 0.670228
+R<ASN>A<ND2> R<THR>A<CA> central_sep2 0.192309
+R<ASN>A<ND2> R<THR>A<CA> sep1 1.10876
+R<ASN>A<ND2> R<THR>A<CA> sep2 -0.00484701
+R<ASN>A<ND2> R<THR>A<CB> central_sep1 0.132519
+R<ASN>A<ND2> R<THR>A<CB> central_sep2 -0.175169
+R<ASN>A<ND2> R<THR>A<CB> sep1 0.773951
+R<ASN>A<ND2> R<THR>A<CB> sep2 -0.636342
+R<ASN>A<ND2> R<THR>A<CG2> central_sep1 -0.319535
+R<ASN>A<ND2> R<THR>A<CG2> central_sep2 -0.36956
+R<ASN>A<ND2> R<THR>A<CG2> sep1 1.35515
+R<ASN>A<ND2> R<THR>A<CG2> sep2 -0.0503574
+R<ASN>A<ND2> R<THR>A<N> central_sep1 0.865423
+R<ASN>A<ND2> R<THR>A<N> central_sep2 0.630551
+R<ASN>A<ND2> R<THR>A<N> sep1 1.58014
+R<ASN>A<ND2> R<THR>A<N> sep2 0.505014
+R<ASN>A<ND2> R<THR>A<O> central_sep1 -0.0185181
+R<ASN>A<ND2> R<THR>A<O> central_sep2 -0.527785
+R<ASN>A<ND2> R<THR>A<O> sep1 1.23301
+R<ASN>A<ND2> R<THR>A<O> sep2 0.420499
+R<ASN>A<ND2> R<THR>A<OG1> central_sep1 -0.278407
+R<ASN>A<ND2> R<THR>A<OG1> central_sep2 -0.791346
+R<ASN>A<ND2> R<THR>A<OG1> sep1 0.634111
+R<ASN>A<ND2> R<THR>A<OG1> sep2 -0.278935
+R<ASN>A<ND2> R<TRP>A<C> central_sep1 1.14954
+R<ASN>A<ND2> R<TRP>A<C> central_sep2 1.13902
+R<ASN>A<ND2> R<TRP>A<C> sep1 0.504808
+R<ASN>A<ND2> R<TRP>A<C> sep2 0.0279974
+R<ASN>A<ND2> R<TRP>A<CA> central_sep1 0.492155
+R<ASN>A<ND2> R<TRP>A<CA> central_sep2 0.352457
+R<ASN>A<ND2> R<TRP>A<CA> sep1 0.804951
+R<ASN>A<ND2> R<TRP>A<CA> sep2 0.381178
+R<ASN>A<ND2> R<TRP>A<CB> central_sep1 0.326711
+R<ASN>A<ND2> R<TRP>A<CB> central_sep2 -0.29747
+R<ASN>A<ND2> R<TRP>A<CB> sep1 1.5098
+R<ASN>A<ND2> R<TRP>A<CB> sep2 -0.0306028
+R<ASN>A<ND2> R<TRP>A<CD1> central_sep1 -0.432318
+R<ASN>A<ND2> R<TRP>A<CD1> central_sep2 -0.3203
+R<ASN>A<ND2> R<TRP>A<CD1> sep1 1.33663
+R<ASN>A<ND2> R<TRP>A<CD1> sep2 -0.309831
+R<ASN>A<ND2> R<TRP>A<CD2> central_sep1 -0.198569
+R<ASN>A<ND2> R<TRP>A<CD2> central_sep2 -0.403451
+R<ASN>A<ND2> R<TRP>A<CD2> sep1 1.16243
+R<ASN>A<ND2> R<TRP>A<CD2> sep2 -0.911549
+R<ASN>A<ND2> R<TRP>A<CE2> central_sep1 -0.471121
+R<ASN>A<ND2> R<TRP>A<CE2> central_sep2 -0.464695
+R<ASN>A<ND2> R<TRP>A<CE2> sep1 0.939176
+R<ASN>A<ND2> R<TRP>A<CE2> sep2 -1.12913
+R<ASN>A<ND2> R<TRP>A<CE3> central_sep1 0.263719
+R<ASN>A<ND2> R<TRP>A<CE3> central_sep2 -0.220696
+R<ASN>A<ND2> R<TRP>A<CE3> sep1 1.7752
+R<ASN>A<ND2> R<TRP>A<CE3> sep2 -0.380643
+R<ASN>A<ND2> R<TRP>A<CG> central_sep1 1.19219
+R<ASN>A<ND2> R<TRP>A<CG> central_sep2 0.164446
+R<ASN>A<ND2> R<TRP>A<CG> sep1 0.482777
+R<ASN>A<ND2> R<TRP>A<CG> sep2 -1.24732
+R<ASN>A<ND2> R<TRP>A<CH2> central_sep1 0.904085
+R<ASN>A<ND2> R<TRP>A<CH2> central_sep2 -0.377995
+R<ASN>A<ND2> R<TRP>A<CH2> sep1 1.30536
+R<ASN>A<ND2> R<TRP>A<CH2> sep2 -0.582328
+R<ASN>A<ND2> R<TRP>A<CZ2> central_sep1 0.451988
+R<ASN>A<ND2> R<TRP>A<CZ2> central_sep2 -0.548292
+R<ASN>A<ND2> R<TRP>A<CZ2> sep1 1.0758
+R<ASN>A<ND2> R<TRP>A<CZ2> sep2 -0.635179
+R<ASN>A<ND2> R<TRP>A<CZ3> central_sep1 0.669895
+R<ASN>A<ND2> R<TRP>A<CZ3> central_sep2 -0.185596
+R<ASN>A<ND2> R<TRP>A<CZ3> sep1 1.46414
+R<ASN>A<ND2> R<TRP>A<CZ3> sep2 -0.283743
+R<ASN>A<ND2> R<TRP>A<N> central_sep1 1.15723
+R<ASN>A<ND2> R<TRP>A<N> central_sep2 0.935652
+R<ASN>A<ND2> R<TRP>A<N> sep1 1.57955
+R<ASN>A<ND2> R<TRP>A<N> sep2 0.509202
+R<ASN>A<ND2> R<TRP>A<NE1> central_sep1 -0.181417
+R<ASN>A<ND2> R<TRP>A<NE1> central_sep2 -0.44258
+R<ASN>A<ND2> R<TRP>A<NE1> sep1 0.734371
+R<ASN>A<ND2> R<TRP>A<NE1> sep2 -0.716346
+R<ASN>A<ND2> R<TRP>A<O> central_sep1 -0.333256
+R<ASN>A<ND2> R<TRP>A<O> central_sep2 -0.640615
+R<ASN>A<ND2> R<TRP>A<O> sep1 1.45104
+R<ASN>A<ND2> R<TRP>A<O> sep2 0.466863
+R<ASN>A<ND2> R<TYR>A<C> central_sep1 1.10512
+R<ASN>A<ND2> R<TYR>A<C> central_sep2 0.877551
+R<ASN>A<ND2> R<TYR>A<C> sep1 0.535508
+R<ASN>A<ND2> R<TYR>A<C> sep2 -0.128214
+R<ASN>A<ND2> R<TYR>A<CA> central_sep1 0.601828
+R<ASN>A<ND2> R<TYR>A<CA> central_sep2 0.453662
+R<ASN>A<ND2> R<TYR>A<CA> sep1 0.930264
+R<ASN>A<ND2> R<TYR>A<CA> sep2 0.1984
+R<ASN>A<ND2> R<TYR>A<CB> central_sep1 0.175159
+R<ASN>A<ND2> R<TYR>A<CB> central_sep2 -0.225378
+R<ASN>A<ND2> R<TYR>A<CB> sep1 1.36628
+R<ASN>A<ND2> R<TYR>A<CB> sep2 0.0162395
+R<ASN>A<ND2> R<TYR>A<CD1> central_sep1 0.0690016
+R<ASN>A<ND2> R<TYR>A<CD1> central_sep2 -0.214209
+R<ASN>A<ND2> R<TYR>A<CD1> sep1 1.41478
+R<ASN>A<ND2> R<TYR>A<CD1> sep2 -0.289753
+R<ASN>A<ND2> R<TYR>A<CE1> central_sep1 0.0980773
+R<ASN>A<ND2> R<TYR>A<CE1> central_sep2 -0.533805
+R<ASN>A<ND2> R<TYR>A<CE1> sep1 1.13695
+R<ASN>A<ND2> R<TYR>A<CE1> sep2 -0.587871
+R<ASN>A<ND2> R<TYR>A<CG> central_sep1 1.5931
+R<ASN>A<ND2> R<TYR>A<CG> central_sep2 0.30687
+R<ASN>A<ND2> R<TYR>A<CG> sep1 0.985004
+R<ASN>A<ND2> R<TYR>A<CG> sep2 -0.958973
+R<ASN>A<ND2> R<TYR>A<CZ> central_sep1 0.00502586
+R<ASN>A<ND2> R<TYR>A<CZ> central_sep2 -0.324798
+R<ASN>A<ND2> R<TYR>A<CZ> sep1 0.769772
+R<ASN>A<ND2> R<TYR>A<CZ> sep2 -1.19423
+R<ASN>A<ND2> R<TYR>A<N> central_sep1 1.17447
+R<ASN>A<ND2> R<TYR>A<N> central_sep2 0.867655
+R<ASN>A<ND2> R<TYR>A<N> sep1 1.55361
+R<ASN>A<ND2> R<TYR>A<N> sep2 0.53616
+R<ASN>A<ND2> R<TYR>A<O> central_sep1 -0.243261
+R<ASN>A<ND2> R<TYR>A<O> central_sep2 -0.624695
+R<ASN>A<ND2> R<TYR>A<O> sep1 1.41137
+R<ASN>A<ND2> R<TYR>A<O> sep2 0.54089
+R<ASN>A<ND2> R<TYR>A<OH> central_sep1 0.237124
+R<ASN>A<ND2> R<TYR>A<OH> central_sep2 -0.957976
+R<ASN>A<ND2> R<TYR>A<OH> sep1 1.11073
+R<ASN>A<ND2> R<TYR>A<OH> sep2 -0.617127
+R<ASN>A<ND2> R<VAL>A<C> central_sep1 1.43706
+R<ASN>A<ND2> R<VAL>A<C> central_sep2 1.49508
+R<ASN>A<ND2> R<VAL>A<C> sep1 0.814529
+R<ASN>A<ND2> R<VAL>A<C> sep2 0.200251
+R<ASN>A<ND2> R<VAL>A<CA> central_sep1 1.18637
+R<ASN>A<ND2> R<VAL>A<CA> central_sep2 0.797892
+R<ASN>A<ND2> R<VAL>A<CA> sep1 1.48579
+R<ASN>A<ND2> R<VAL>A<CA> sep2 0.623368
+R<ASN>A<ND2> R<VAL>A<CB> central_sep1 0.670887
+R<ASN>A<ND2> R<VAL>A<CB> central_sep2 0.235958
+R<ASN>A<ND2> R<VAL>A<CB> sep1 1.30057
+R<ASN>A<ND2> R<VAL>A<CB> sep2 -0.102327
+R<ASN>A<ND2> R<VAL>A<CG1> central_sep1 -0.0894437
+R<ASN>A<ND2> R<VAL>A<CG1> central_sep2 -0.0324477
+R<ASN>A<ND2> R<VAL>A<CG1> sep1 1.92975
+R<ASN>A<ND2> R<VAL>A<CG1> sep2 0.379972
+R<ASN>A<ND2> R<VAL>A<CG2> central_sep1 0.455923
+R<ASN>A<ND2> R<VAL>A<CG2> central_sep2 0.0312479
+R<ASN>A<ND2> R<VAL>A<CG2> sep1 1.75703
+R<ASN>A<ND2> R<VAL>A<CG2> sep2 0.421647
+R<ASN>A<ND2> R<VAL>A<N> central_sep1 1.40482
+R<ASN>A<ND2> R<VAL>A<N> central_sep2 1.04134
+R<ASN>A<ND2> R<VAL>A<N> sep1 1.84308
+R<ASN>A<ND2> R<VAL>A<N> sep2 0.791805
+R<ASN>A<ND2> R<VAL>A<O> central_sep1 0.236729
+R<ASN>A<ND2> R<VAL>A<O> central_sep2 -0.439226
+R<ASN>A<ND2> R<VAL>A<O> sep1 1.54948
+R<ASN>A<ND2> R<VAL>A<O> sep2 0.716725
+R<ASN>A<ND2> c<solvent> . -0.479911
+R<ASN>A<O> R<ASN>A<O> central_sep1 0.642517
+R<ASN>A<O> R<ASN>A<O> central_sep2 0.426203
+R<ASN>A<O> R<ASN>A<O> sep1 0.25612
+R<ASN>A<O> R<ASN>A<O> sep2 0.722964
+R<ASN>A<O> R<ASN>A<OD1> central_sep1 0.0840696
+R<ASN>A<O> R<ASN>A<OD1> central_sep2 0.239146
+R<ASN>A<O> R<ASN>A<OD1> sep1 0.366577
+R<ASN>A<O> R<ASN>A<OD1> sep2 -0.0601367
+R<ASN>A<O> R<ASP>A<C> central_sep1 -0.643097
+R<ASN>A<O> R<ASP>A<C> central_sep2 2.08911
+R<ASN>A<O> R<ASP>A<C> sep1 -1.24228
+R<ASN>A<O> R<ASP>A<C> sep2 0.970648
+R<ASN>A<O> R<ASP>A<CA> central_sep1 1.92073
+R<ASN>A<O> R<ASP>A<CA> central_sep2 -0.030111
+R<ASN>A<O> R<ASP>A<CA> sep1 -1.909
+R<ASN>A<O> R<ASP>A<CA> sep2 0.457847
+R<ASN>A<O> R<ASP>A<CB> central_sep1 -0.978193
+R<ASN>A<O> R<ASP>A<CB> central_sep2 0.294457
+R<ASN>A<O> R<ASP>A<CB> sep1 0.29486
+R<ASN>A<O> R<ASP>A<CB> sep2 0.496866
+R<ASN>A<O> R<ASP>A<CG> central_sep1 -0.989375
+R<ASN>A<O> R<ASP>A<CG> central_sep2 1.03584
+R<ASN>A<O> R<ASP>A<CG> sep1 0.674737
+R<ASN>A<O> R<ASP>A<CG> sep2 0.126977
+R<ASN>A<O> R<ASP>A<N> central_sep1 -1.66786
+R<ASN>A<O> R<ASP>A<N> central_sep2 -0.381667
+R<ASN>A<O> R<ASP>A<N> sep1 -0.218011
+R<ASN>A<O> R<ASP>A<N> sep2 0.819052
+R<ASN>A<O> R<ASP>A<O> central_sep1 0.689185
+R<ASN>A<O> R<ASP>A<O> central_sep2 1.18666
+R<ASN>A<O> R<ASP>A<O> sep1 0.649291
+R<ASN>A<O> R<ASP>A<O> sep2 0.953115
+R<ASN>A<O> R<ASP>A<OD1> central_sep1 0.857848
+R<ASN>A<O> R<ASP>A<OD1> central_sep2 1.1423
+R<ASN>A<O> R<ASP>A<OD1> sep1 0.895079
+R<ASN>A<O> R<ASP>A<OD1> sep2 0.710825
+R<ASN>A<O> R<CYS>A<C> central_sep1 -0.529689
+R<ASN>A<O> R<CYS>A<C> central_sep2 2.11924
+R<ASN>A<O> R<CYS>A<C> sep1 -1.33471
+R<ASN>A<O> R<CYS>A<C> sep2 0.530678
+R<ASN>A<O> R<CYS>A<CA> central_sep1 1.08522
+R<ASN>A<O> R<CYS>A<CA> central_sep2 -0.664037
+R<ASN>A<O> R<CYS>A<CA> sep1 -1.98565
+R<ASN>A<O> R<CYS>A<CA> sep2 0.370595
+R<ASN>A<O> R<CYS>A<CB> central_sep1 -0.867335
+R<ASN>A<O> R<CYS>A<CB> central_sep2 -0.48086
+R<ASN>A<O> R<CYS>A<CB> sep1 0.43864
+R<ASN>A<O> R<CYS>A<CB> sep2 -0.110098
+R<ASN>A<O> R<CYS>A<N> central_sep1 -1.47397
+R<ASN>A<O> R<CYS>A<N> central_sep2 -0.840262
+R<ASN>A<O> R<CYS>A<N> sep1 0.106205
+R<ASN>A<O> R<CYS>A<N> sep2 0.528151
+R<ASN>A<O> R<CYS>A<O> central_sep1 0.439872
+R<ASN>A<O> R<CYS>A<O> central_sep2 0.605075
+R<ASN>A<O> R<CYS>A<O> sep1 0.602058
+R<ASN>A<O> R<CYS>A<O> sep2 0.52418
+R<ASN>A<O> R<CYS>A<SG> central_sep1 -0.377079
+R<ASN>A<O> R<CYS>A<SG> central_sep2 -0.0165901
+R<ASN>A<O> R<CYS>A<SG> sep1 1.29831
+R<ASN>A<O> R<CYS>A<SG> sep2 0.14239
+R<ASN>A<O> R<GLN>A<C> central_sep1 -0.569725
+R<ASN>A<O> R<GLN>A<C> central_sep2 2.49025
+R<ASN>A<O> R<GLN>A<C> sep1 -1.35997
+R<ASN>A<O> R<GLN>A<C> sep2 1.37121
+R<ASN>A<O> R<GLN>A<CA> central_sep1 1.11998
+R<ASN>A<O> R<GLN>A<CA> central_sep2 0.0268666
+R<ASN>A<O> R<GLN>A<CA> sep1 -2.0045
+R<ASN>A<O> R<GLN>A<CA> sep2 1.02583
+R<ASN>A<O> R<GLN>A<CB> central_sep1 -1.3422
+R<ASN>A<O> R<GLN>A<CB> central_sep2 0.403445
+R<ASN>A<O> R<GLN>A<CB> sep1 0.278609
+R<ASN>A<O> R<GLN>A<CB> sep2 0.310382
+R<ASN>A<O> R<GLN>A<CD> central_sep1 0.29653
+R<ASN>A<O> R<GLN>A<CD> central_sep2 0.663277
+R<ASN>A<O> R<GLN>A<CD> sep1 0.319537
+R<ASN>A<O> R<GLN>A<CD> sep2 -0.131144
+R<ASN>A<O> R<GLN>A<CG> central_sep1 -1.37454
+R<ASN>A<O> R<GLN>A<CG> central_sep2 -0.0584128
+R<ASN>A<O> R<GLN>A<CG> sep1 0.369959
+R<ASN>A<O> R<GLN>A<CG> sep2 0.380293
+R<ASN>A<O> R<GLN>A<N> central_sep1 -1.86769
+R<ASN>A<O> R<GLN>A<N> central_sep2 -0.343663
+R<ASN>A<O> R<GLN>A<N> sep1 -0.170278
+R<ASN>A<O> R<GLN>A<N> sep2 0.937162
+R<ASN>A<O> R<GLN>A<NE2> central_sep1 -0.115675
+R<ASN>A<O> R<GLN>A<NE2> central_sep2 -0.380761
+R<ASN>A<O> R<GLN>A<NE2> sep1 1.24016
+R<ASN>A<O> R<GLN>A<NE2> sep2 0.470176
+R<ASN>A<O> R<GLN>A<O> central_sep1 0.874696
+R<ASN>A<O> R<GLN>A<O> central_sep2 1.12208
+R<ASN>A<O> R<GLN>A<O> sep1 0.675218
+R<ASN>A<O> R<GLN>A<O> sep2 1.14894
+R<ASN>A<O> R<GLN>A<OE1> central_sep1 0.587077
+R<ASN>A<O> R<GLN>A<OE1> central_sep2 0.519758
+R<ASN>A<O> R<GLN>A<OE1> sep1 1.16131
+R<ASN>A<O> R<GLN>A<OE1> sep2 0.304098
+R<ASN>A<O> R<GLU>A<C> central_sep1 -0.721844
+R<ASN>A<O> R<GLU>A<C> central_sep2 2.62698
+R<ASN>A<O> R<GLU>A<C> sep1 -1.3319
+R<ASN>A<O> R<GLU>A<C> sep2 1.56036
+R<ASN>A<O> R<GLU>A<CA> central_sep1 1.54972
+R<ASN>A<O> R<GLU>A<CA> central_sep2 0.311112
+R<ASN>A<O> R<GLU>A<CA> sep1 -1.82544
+R<ASN>A<O> R<GLU>A<CA> sep2 1.12465
+R<ASN>A<O> R<GLU>A<CB> central_sep1 -1.12722
+R<ASN>A<O> R<GLU>A<CB> central_sep2 0.82123
+R<ASN>A<O> R<GLU>A<CB> sep1 0.537735
+R<ASN>A<O> R<GLU>A<CB> sep2 0.430348
+R<ASN>A<O> R<GLU>A<CD> central_sep1 0.986411
+R<ASN>A<O> R<GLU>A<CD> central_sep2 1.54895
+R<ASN>A<O> R<GLU>A<CD> sep1 0.704148
+R<ASN>A<O> R<GLU>A<CD> sep2 0.697318
+R<ASN>A<O> R<GLU>A<CG> central_sep1 -0.897504
+R<ASN>A<O> R<GLU>A<CG> central_sep2 0.503611
+R<ASN>A<O> R<GLU>A<CG> sep1 0.887052
+R<ASN>A<O> R<GLU>A<CG> sep2 0.906508
+R<ASN>A<O> R<GLU>A<N> central_sep1 -1.62998
+R<ASN>A<O> R<GLU>A<N> central_sep2 -0.265341
+R<ASN>A<O> R<GLU>A<N> sep1 -0.00428983
+R<ASN>A<O> R<GLU>A<N> sep2 1.11235
+R<ASN>A<O> R<GLU>A<O> central_sep1 1.01654
+R<ASN>A<O> R<GLU>A<O> central_sep2 1.32223
+R<ASN>A<O> R<GLU>A<O> sep1 0.690619
+R<ASN>A<O> R<GLU>A<O> sep2 1.31751
+R<ASN>A<O> R<GLU>A<OE1> central_sep1 1.52791
+R<ASN>A<O> R<GLU>A<OE1> central_sep2 1.48679
+R<ASN>A<O> R<GLU>A<OE1> sep1 1.56884
+R<ASN>A<O> R<GLU>A<OE1> sep2 1.07516
+R<ASN>A<O> R<GLY>A<C> central_sep1 0.36542
+R<ASN>A<O> R<GLY>A<C> central_sep2 1.26916
+R<ASN>A<O> R<GLY>A<C> sep1 -1.55393
+R<ASN>A<O> R<GLY>A<C> sep2 0.15203
+R<ASN>A<O> R<GLY>A<CA> central_sep1 0.714291
+R<ASN>A<O> R<GLY>A<CA> central_sep2 -0.347072
+R<ASN>A<O> R<GLY>A<CA> sep1 -1.55389
+R<ASN>A<O> R<GLY>A<CA> sep2 0.370627
+R<ASN>A<O> R<GLY>A<N> central_sep1 -1.44612
+R<ASN>A<O> R<GLY>A<N> central_sep2 -0.486248
+R<ASN>A<O> R<GLY>A<N> sep1 -0.25075
+R<ASN>A<O> R<GLY>A<N> sep2 0.245219
+R<ASN>A<O> R<GLY>A<O> central_sep1 0.983812
+R<ASN>A<O> R<GLY>A<O> central_sep2 0.895858
+R<ASN>A<O> R<GLY>A<O> sep1 0.711135
+R<ASN>A<O> R<GLY>A<O> sep2 0.615548
+R<ASN>A<O> R<HIS>A<C> central_sep1 -0.610558
+R<ASN>A<O> R<HIS>A<C> central_sep2 2.22569
+R<ASN>A<O> R<HIS>A<C> sep1 -1.17191
+R<ASN>A<O> R<HIS>A<C> sep2 0.9267
+R<ASN>A<O> R<HIS>A<CA> central_sep1 1.2284
+R<ASN>A<O> R<HIS>A<CA> central_sep2 -0.250326
+R<ASN>A<O> R<HIS>A<CA> sep1 -1.85371
+R<ASN>A<O> R<HIS>A<CA> sep2 0.666094
+R<ASN>A<O> R<HIS>A<CB> central_sep1 -1.05331
+R<ASN>A<O> R<HIS>A<CB> central_sep2 -0.085554
+R<ASN>A<O> R<HIS>A<CB> sep1 0.419228
+R<ASN>A<O> R<HIS>A<CB> sep2 0.29118
+R<ASN>A<O> R<HIS>A<CD2> central_sep1 -0.691129
+R<ASN>A<O> R<HIS>A<CD2> central_sep2 -0.0743051
+R<ASN>A<O> R<HIS>A<CD2> sep1 0.865622
+R<ASN>A<O> R<HIS>A<CD2> sep2 0.258725
+R<ASN>A<O> R<HIS>A<CE1> central_sep1 0.366183
+R<ASN>A<O> R<HIS>A<CE1> central_sep2 -0.214263
+R<ASN>A<O> R<HIS>A<CE1> sep1 0.975128
+R<ASN>A<O> R<HIS>A<CE1> sep2 0.169527
+R<ASN>A<O> R<HIS>A<CG> central_sep1 0.0738424
+R<ASN>A<O> R<HIS>A<CG> central_sep2 0.762235
+R<ASN>A<O> R<HIS>A<CG> sep1 0.278005
+R<ASN>A<O> R<HIS>A<CG> sep2 -0.152845
+R<ASN>A<O> R<HIS>A<N> central_sep1 -1.50063
+R<ASN>A<O> R<HIS>A<N> central_sep2 -0.53861
+R<ASN>A<O> R<HIS>A<N> sep1 0.107275
+R<ASN>A<O> R<HIS>A<N> sep2 0.611021
+R<ASN>A<O> R<HIS>A<ND1> central_sep1 -0.513936
+R<ASN>A<O> R<HIS>A<ND1> central_sep2 -0.0678856
+R<ASN>A<O> R<HIS>A<ND1> sep1 0.640407
+R<ASN>A<O> R<HIS>A<ND1> sep2 0.120004
+R<ASN>A<O> R<HIS>A<NE2> central_sep1 0.785891
+R<ASN>A<O> R<HIS>A<NE2> central_sep2 -0.260704
+R<ASN>A<O> R<HIS>A<NE2> sep1 1.06473
+R<ASN>A<O> R<HIS>A<NE2> sep2 -0.008934
+R<ASN>A<O> R<HIS>A<O> central_sep1 0.776436
+R<ASN>A<O> R<HIS>A<O> central_sep2 0.871845
+R<ASN>A<O> R<HIS>A<O> sep1 0.646786
+R<ASN>A<O> R<HIS>A<O> sep2 1.01581
+R<ASN>A<O> R<ILE>A<C> central_sep1 -0.634509
+R<ASN>A<O> R<ILE>A<C> central_sep2 2.89872
+R<ASN>A<O> R<ILE>A<C> sep1 -1.32232
+R<ASN>A<O> R<ILE>A<C> sep2 1.50237
+R<ASN>A<O> R<ILE>A<CA> central_sep1 1.03851
+R<ASN>A<O> R<ILE>A<CA> central_sep2 -0.365785
+R<ASN>A<O> R<ILE>A<CA> sep1 -2.18245
+R<ASN>A<O> R<ILE>A<CA> sep2 0.710702
+R<ASN>A<O> R<ILE>A<CB> central_sep1 -1.41953
+R<ASN>A<O> R<ILE>A<CB> central_sep2 0.065736
+R<ASN>A<O> R<ILE>A<CB> sep1 0.440756
+R<ASN>A<O> R<ILE>A<CB> sep2 -0.351146
+R<ASN>A<O> R<ILE>A<CD1> central_sep1 0.436647
+R<ASN>A<O> R<ILE>A<CD1> central_sep2 0.101124
+R<ASN>A<O> R<ILE>A<CD1> sep1 1.15311
+R<ASN>A<O> R<ILE>A<CD1> sep2 0.697794
+R<ASN>A<O> R<ILE>A<CG1> central_sep1 -1.21325
+R<ASN>A<O> R<ILE>A<CG1> central_sep2 0.281141
+R<ASN>A<O> R<ILE>A<CG1> sep1 0.324627
+R<ASN>A<O> R<ILE>A<CG1> sep2 0.262253
+R<ASN>A<O> R<ILE>A<CG2> central_sep1 -0.297318
+R<ASN>A<O> R<ILE>A<CG2> central_sep2 0.23424
+R<ASN>A<O> R<ILE>A<CG2> sep1 1.16833
+R<ASN>A<O> R<ILE>A<CG2> sep2 0.609287
+R<ASN>A<O> R<ILE>A<N> central_sep1 -1.53666
+R<ASN>A<O> R<ILE>A<N> central_sep2 -1.01944
+R<ASN>A<O> R<ILE>A<N> sep1 0.145575
+R<ASN>A<O> R<ILE>A<N> sep2 1.12005
+R<ASN>A<O> R<ILE>A<O> central_sep1 0.533589
+R<ASN>A<O> R<ILE>A<O> central_sep2 0.69641
+R<ASN>A<O> R<ILE>A<O> sep1 0.699886
+R<ASN>A<O> R<ILE>A<O> sep2 0.8253
+R<ASN>A<O> R<LEU>A<C> central_sep1 -0.569421
+R<ASN>A<O> R<LEU>A<C> central_sep2 2.27926
+R<ASN>A<O> R<LEU>A<C> sep1 -1.43703
+R<ASN>A<O> R<LEU>A<C> sep2 1.55104
+R<ASN>A<O> R<LEU>A<CA> central_sep1 1.05124
+R<ASN>A<O> R<LEU>A<CA> central_sep2 0.0562786
+R<ASN>A<O> R<LEU>A<CA> sep1 -2.07087
+R<ASN>A<O> R<LEU>A<CA> sep2 1.0429
+R<ASN>A<O> R<LEU>A<CB> central_sep1 -1.33494
+R<ASN>A<O> R<LEU>A<CB> central_sep2 0.477595
+R<ASN>A<O> R<LEU>A<CB> sep1 0.687857
+R<ASN>A<O> R<LEU>A<CB> sep2 0.210308
+R<ASN>A<O> R<LEU>A<CD1> central_sep1 0.801699
+R<ASN>A<O> R<LEU>A<CD1> central_sep2 0.174371
+R<ASN>A<O> R<LEU>A<CD1> sep1 1.43159
+R<ASN>A<O> R<LEU>A<CD1> sep2 0.802022
+R<ASN>A<O> R<LEU>A<CD2> central_sep1 0.437301
+R<ASN>A<O> R<LEU>A<CD2> central_sep2 0.220641
+R<ASN>A<O> R<LEU>A<CD2> sep1 1.0883
+R<ASN>A<O> R<LEU>A<CD2> sep2 0.89252
+R<ASN>A<O> R<LEU>A<CG> central_sep1 -1.40418
+R<ASN>A<O> R<LEU>A<CG> central_sep2 0.687047
+R<ASN>A<O> R<LEU>A<CG> sep1 0.960227
+R<ASN>A<O> R<LEU>A<CG> sep2 0.356288
+R<ASN>A<O> R<LEU>A<N> central_sep1 -1.67625
+R<ASN>A<O> R<LEU>A<N> central_sep2 -0.583159
+R<ASN>A<O> R<LEU>A<N> sep1 0.297951
+R<ASN>A<O> R<LEU>A<N> sep2 1.12678
+R<ASN>A<O> R<LEU>A<O> central_sep1 0.597635
+R<ASN>A<O> R<LEU>A<O> central_sep2 1.04214
+R<ASN>A<O> R<LEU>A<O> sep1 0.58562
+R<ASN>A<O> R<LEU>A<O> sep2 1.05865
+R<ASN>A<O> R<LYS>A<C> central_sep1 -0.721767
+R<ASN>A<O> R<LYS>A<C> central_sep2 2.46309
+R<ASN>A<O> R<LYS>A<C> sep1 -1.41064
+R<ASN>A<O> R<LYS>A<C> sep2 1.31755
+R<ASN>A<O> R<LYS>A<CA> central_sep1 0.784541
+R<ASN>A<O> R<LYS>A<CA> central_sep2 0.0128815
+R<ASN>A<O> R<LYS>A<CA> sep1 -1.95537
+R<ASN>A<O> R<LYS>A<CA> sep2 0.769175
+R<ASN>A<O> R<LYS>A<CB> central_sep1 -1.48113
+R<ASN>A<O> R<LYS>A<CB> central_sep2 0.328893
+R<ASN>A<O> R<LYS>A<CB> sep1 0.192138
+R<ASN>A<O> R<LYS>A<CB> sep2 0.194148
+R<ASN>A<O> R<LYS>A<CD> central_sep1 0.0931996
+R<ASN>A<O> R<LYS>A<CD> central_sep2 -0.0488523
+R<ASN>A<O> R<LYS>A<CD> sep1 0.622674
+R<ASN>A<O> R<LYS>A<CD> sep2 0.214588
+R<ASN>A<O> R<LYS>A<CE> central_sep1 0.164578
+R<ASN>A<O> R<LYS>A<CE> central_sep2 -0.0695303
+R<ASN>A<O> R<LYS>A<CE> sep1 0.860668
+R<ASN>A<O> R<LYS>A<CE> sep2 0.0496703
+R<ASN>A<O> R<LYS>A<CG> central_sep1 -1.3794
+R<ASN>A<O> R<LYS>A<CG> central_sep2 0.194885
+R<ASN>A<O> R<LYS>A<CG> sep1 0.294113
+R<ASN>A<O> R<LYS>A<CG> sep2 0.292362
+R<ASN>A<O> R<LYS>A<N> central_sep1 -1.80276
+R<ASN>A<O> R<LYS>A<N> central_sep2 -0.333438
+R<ASN>A<O> R<LYS>A<N> sep1 -0.308943
+R<ASN>A<O> R<LYS>A<N> sep2 0.825085
+R<ASN>A<O> R<LYS>A<NZ> central_sep1 0.439016
+R<ASN>A<O> R<LYS>A<NZ> central_sep2 -0.37653
+R<ASN>A<O> R<LYS>A<NZ> sep1 1.99603
+R<ASN>A<O> R<LYS>A<NZ> sep2 0.334491
+R<ASN>A<O> R<LYS>A<O> central_sep1 0.878898
+R<ASN>A<O> R<LYS>A<O> central_sep2 1.11857
+R<ASN>A<O> R<LYS>A<O> sep1 0.468909
+R<ASN>A<O> R<LYS>A<O> sep2 1.09647
+R<ASN>A<O> R<MET>A<C> central_sep1 -0.455646
+R<ASN>A<O> R<MET>A<C> central_sep2 2.22986
+R<ASN>A<O> R<MET>A<C> sep1 -1.35655
+R<ASN>A<O> R<MET>A<C> sep2 1.31214
+R<ASN>A<O> R<MET>A<CA> central_sep1 1.26178
+R<ASN>A<O> R<MET>A<CA> central_sep2 -0.16836
+R<ASN>A<O> R<MET>A<CA> sep1 -1.90935
+R<ASN>A<O> R<MET>A<CA> sep2 0.626469
+R<ASN>A<O> R<MET>A<CB> central_sep1 -1.1826
+R<ASN>A<O> R<MET>A<CB> central_sep2 0.136892
+R<ASN>A<O> R<MET>A<CB> sep1 0.487261
+R<ASN>A<O> R<MET>A<CB> sep2 0.172544
+R<ASN>A<O> R<MET>A<CE> central_sep1 0.347299
+R<ASN>A<O> R<MET>A<CE> central_sep2 -0.243027
+R<ASN>A<O> R<MET>A<CE> sep1 1.94927
+R<ASN>A<O> R<MET>A<CE> sep2 0.523424
+R<ASN>A<O> R<MET>A<CG> central_sep1 -1.12846
+R<ASN>A<O> R<MET>A<CG> central_sep2 -0.0177198
+R<ASN>A<O> R<MET>A<CG> sep1 0.782255
+R<ASN>A<O> R<MET>A<CG> sep2 0.472847
+R<ASN>A<O> R<MET>A<N> central_sep1 -1.61804
+R<ASN>A<O> R<MET>A<N> central_sep2 -0.456848
+R<ASN>A<O> R<MET>A<N> sep1 0.283822
+R<ASN>A<O> R<MET>A<N> sep2 0.988086
+R<ASN>A<O> R<MET>A<O> central_sep1 0.680136
+R<ASN>A<O> R<MET>A<O> central_sep2 0.996628
+R<ASN>A<O> R<MET>A<O> sep1 0.697301
+R<ASN>A<O> R<MET>A<O> sep2 1.04919
+R<ASN>A<O> R<MET>A<SD> central_sep1 0.877209
+R<ASN>A<O> R<MET>A<SD> central_sep2 0.405083
+R<ASN>A<O> R<MET>A<SD> sep1 1.31006
+R<ASN>A<O> R<MET>A<SD> sep2 0.31943
+R<ASN>A<O> R<PHE>A<C> central_sep1 -0.849898
+R<ASN>A<O> R<PHE>A<C> central_sep2 1.95798
+R<ASN>A<O> R<PHE>A<C> sep1 -1.34179
+R<ASN>A<O> R<PHE>A<C> sep2 1.07398
+R<ASN>A<O> R<PHE>A<CA> central_sep1 0.828468
+R<ASN>A<O> R<PHE>A<CA> central_sep2 -0.481966
+R<ASN>A<O> R<PHE>A<CA> sep1 -1.99803
+R<ASN>A<O> R<PHE>A<CA> sep2 0.607277
+R<ASN>A<O> R<PHE>A<CB> central_sep1 -1.26679
+R<ASN>A<O> R<PHE>A<CB> central_sep2 -0.0965847
+R<ASN>A<O> R<PHE>A<CB> sep1 0.285281
+R<ASN>A<O> R<PHE>A<CB> sep2 0.0776743
+R<ASN>A<O> R<PHE>A<CD1> central_sep1 -0.487718
+R<ASN>A<O> R<PHE>A<CD1> central_sep2 0.00683594
+R<ASN>A<O> R<PHE>A<CD1> sep1 0.742093
+R<ASN>A<O> R<PHE>A<CD1> sep2 0.409661
+R<ASN>A<O> R<PHE>A<CE1> central_sep1 0.648694
+R<ASN>A<O> R<PHE>A<CE1> central_sep2 0.0041967
+R<ASN>A<O> R<PHE>A<CE1> sep1 1.24303
+R<ASN>A<O> R<PHE>A<CE1> sep2 0.132439
+R<ASN>A<O> R<PHE>A<CG> central_sep1 0.423528
+R<ASN>A<O> R<PHE>A<CG> central_sep2 1.80938
+R<ASN>A<O> R<PHE>A<CG> sep1 0.289922
+R<ASN>A<O> R<PHE>A<CG> sep2 0.0430562
+R<ASN>A<O> R<PHE>A<CZ> central_sep1 1.62331
+R<ASN>A<O> R<PHE>A<CZ> central_sep2 -0.028768
+R<ASN>A<O> R<PHE>A<CZ> sep1 2.08478
+R<ASN>A<O> R<PHE>A<CZ> sep2 0.0364086
+R<ASN>A<O> R<PHE>A<N> central_sep1 -1.66237
+R<ASN>A<O> R<PHE>A<N> central_sep2 -0.706239
+R<ASN>A<O> R<PHE>A<N> sep1 0.261217
+R<ASN>A<O> R<PHE>A<N> sep2 0.880914
+R<ASN>A<O> R<PHE>A<O> central_sep1 0.496473
+R<ASN>A<O> R<PHE>A<O> central_sep2 0.736984
+R<ASN>A<O> R<PHE>A<O> sep1 0.566613
+R<ASN>A<O> R<PHE>A<O> sep2 0.87815
+R<ASN>A<O> R<PRO>A<C> central_sep1 -1.29146
+R<ASN>A<O> R<PRO>A<C> central_sep2 2.38948
+R<ASN>A<O> R<PRO>A<C> sep1 -1.78382
+R<ASN>A<O> R<PRO>A<C> sep2 1.49557
+R<ASN>A<O> R<PRO>A<CA> central_sep1 0.595132
+R<ASN>A<O> R<PRO>A<CA> central_sep2 -0.28105
+R<ASN>A<O> R<PRO>A<CA> sep1 -1.76611
+R<ASN>A<O> R<PRO>A<CA> sep2 0.422832
+R<ASN>A<O> R<PRO>A<CB> central_sep1 0.544269
+R<ASN>A<O> R<PRO>A<CB> central_sep2 0.0709474
+R<ASN>A<O> R<PRO>A<CB> sep1 0.961307
+R<ASN>A<O> R<PRO>A<CB> sep2 -0.0389626
+R<ASN>A<O> R<PRO>A<CD> central_sep1 -0.995267
+R<ASN>A<O> R<PRO>A<CD> central_sep2 -0.0725776
+R<ASN>A<O> R<PRO>A<CD> sep1 -0.40223
+R<ASN>A<O> R<PRO>A<CD> sep2 0.680682
+R<ASN>A<O> R<PRO>A<CG> central_sep1 0.67035
+R<ASN>A<O> R<PRO>A<CG> central_sep2 -0.118299
+R<ASN>A<O> R<PRO>A<CG> sep1 0.790526
+R<ASN>A<O> R<PRO>A<CG> sep2 -0.0253692
+R<ASN>A<O> R<PRO>A<N> central_sep1 0.134925
+R<ASN>A<O> R<PRO>A<N> central_sep2 1.91903
+R<ASN>A<O> R<PRO>A<N> sep1 -1.47469
+R<ASN>A<O> R<PRO>A<N> sep2 0.113437
+R<ASN>A<O> R<PRO>A<O> central_sep1 1.0775
+R<ASN>A<O> R<PRO>A<O> central_sep2 1.33561
+R<ASN>A<O> R<PRO>A<O> sep1 0.519036
+R<ASN>A<O> R<PRO>A<O> sep2 1.03841
+R<ASN>A<O> R<SER>A<C> central_sep1 -0.495159
+R<ASN>A<O> R<SER>A<C> central_sep2 2.03647
+R<ASN>A<O> R<SER>A<C> sep1 -1.40257
+R<ASN>A<O> R<SER>A<C> sep2 0.80799
+R<ASN>A<O> R<SER>A<CA> central_sep1 1.35363
+R<ASN>A<O> R<SER>A<CA> central_sep2 -0.240095
+R<ASN>A<O> R<SER>A<CA> sep1 -1.89388
+R<ASN>A<O> R<SER>A<CA> sep2 0.383283
+R<ASN>A<O> R<SER>A<CB> central_sep1 -0.779396
+R<ASN>A<O> R<SER>A<CB> central_sep2 -0.00210988
+R<ASN>A<O> R<SER>A<CB> sep1 0.228867
+R<ASN>A<O> R<SER>A<CB> sep2 -0.0696139
+R<ASN>A<O> R<SER>A<N> central_sep1 -1.5191
+R<ASN>A<O> R<SER>A<N> central_sep2 -0.600151
+R<ASN>A<O> R<SER>A<N> sep1 -0.318561
+R<ASN>A<O> R<SER>A<N> sep2 0.708377
+R<ASN>A<O> R<SER>A<O> central_sep1 0.593393
+R<ASN>A<O> R<SER>A<O> central_sep2 0.765364
+R<ASN>A<O> R<SER>A<O> sep1 0.644532
+R<ASN>A<O> R<SER>A<O> sep2 0.807077
+R<ASN>A<O> R<SER>A<OG> central_sep1 -0.646384
+R<ASN>A<O> R<SER>A<OG> central_sep2 0.109513
+R<ASN>A<O> R<SER>A<OG> sep1 0.892678
+R<ASN>A<O> R<SER>A<OG> sep2 0.240223
+R<ASN>A<O> R<THR>A<C> central_sep1 -0.364108
+R<ASN>A<O> R<THR>A<C> central_sep2 1.88744
+R<ASN>A<O> R<THR>A<C> sep1 -1.22403
+R<ASN>A<O> R<THR>A<C> sep2 0.88447
+R<ASN>A<O> R<THR>A<CA> central_sep1 1.27107
+R<ASN>A<O> R<THR>A<CA> central_sep2 -0.516832
+R<ASN>A<O> R<THR>A<CA> sep1 -2.03078
+R<ASN>A<O> R<THR>A<CA> sep2 0.756365
+R<ASN>A<O> R<THR>A<CB> central_sep1 -0.835014
+R<ASN>A<O> R<THR>A<CB> central_sep2 -0.0159377
+R<ASN>A<O> R<THR>A<CB> sep1 0.497526
+R<ASN>A<O> R<THR>A<CB> sep2 -0.599979
+R<ASN>A<O> R<THR>A<CG2> central_sep1 -0.484476
+R<ASN>A<O> R<THR>A<CG2> central_sep2 -0.100035
+R<ASN>A<O> R<THR>A<CG2> sep1 0.818812
+R<ASN>A<O> R<THR>A<CG2> sep2 0.334739
+R<ASN>A<O> R<THR>A<N> central_sep1 -1.50394
+R<ASN>A<O> R<THR>A<N> central_sep2 -0.826506
+R<ASN>A<O> R<THR>A<N> sep1 -0.257102
+R<ASN>A<O> R<THR>A<N> sep2 0.883471
+R<ASN>A<O> R<THR>A<O> central_sep1 0.794941
+R<ASN>A<O> R<THR>A<O> central_sep2 0.681875
+R<ASN>A<O> R<THR>A<O> sep1 0.744976
+R<ASN>A<O> R<THR>A<O> sep2 0.77894
+R<ASN>A<O> R<THR>A<OG1> central_sep1 -0.923374
+R<ASN>A<O> R<THR>A<OG1> central_sep2 0.154233
+R<ASN>A<O> R<THR>A<OG1> sep1 0.582873
+R<ASN>A<O> R<THR>A<OG1> sep2 0.326651
+R<ASN>A<O> R<TRP>A<C> central_sep1 -1.08531
+R<ASN>A<O> R<TRP>A<C> central_sep2 2.67822
+R<ASN>A<O> R<TRP>A<C> sep1 -1.53057
+R<ASN>A<O> R<TRP>A<C> sep2 1.2058
+R<ASN>A<O> R<TRP>A<CA> central_sep1 0.821588
+R<ASN>A<O> R<TRP>A<CA> central_sep2 -0.493445
+R<ASN>A<O> R<TRP>A<CA> sep1 -2.05843
+R<ASN>A<O> R<TRP>A<CA> sep2 0.622295
+R<ASN>A<O> R<TRP>A<CB> central_sep1 -1.14751
+R<ASN>A<O> R<TRP>A<CB> central_sep2 -0.156098
+R<ASN>A<O> R<TRP>A<CB> sep1 0.433719
+R<ASN>A<O> R<TRP>A<CB> sep2 0.277308
+R<ASN>A<O> R<TRP>A<CD1> central_sep1 -1.08999
+R<ASN>A<O> R<TRP>A<CD1> central_sep2 -0.388615
+R<ASN>A<O> R<TRP>A<CD1> sep1 0.718552
+R<ASN>A<O> R<TRP>A<CD1> sep2 0.10802
+R<ASN>A<O> R<TRP>A<CD2> central_sep1 0.222604
+R<ASN>A<O> R<TRP>A<CD2> central_sep2 1.50505
+R<ASN>A<O> R<TRP>A<CD2> sep1 0.856645
+R<ASN>A<O> R<TRP>A<CD2> sep2 0.857745
+R<ASN>A<O> R<TRP>A<CE2> central_sep1 0.432126
+R<ASN>A<O> R<TRP>A<CE2> central_sep2 1.93345
+R<ASN>A<O> R<TRP>A<CE2> sep1 0.766313
+R<ASN>A<O> R<TRP>A<CE2> sep2 0.397793
+R<ASN>A<O> R<TRP>A<CE3> central_sep1 0.122439
+R<ASN>A<O> R<TRP>A<CE3> central_sep2 0.273088
+R<ASN>A<O> R<TRP>A<CE3> sep1 1.29215
+R<ASN>A<O> R<TRP>A<CE3> sep2 0.587877
+R<ASN>A<O> R<TRP>A<CG> central_sep1 0.148369
+R<ASN>A<O> R<TRP>A<CG> central_sep2 1.32597
+R<ASN>A<O> R<TRP>A<CG> sep1 0.553956
+R<ASN>A<O> R<TRP>A<CG> sep2 0.0712737
+R<ASN>A<O> R<TRP>A<CH2> central_sep1 2.0708
+R<ASN>A<O> R<TRP>A<CH2> central_sep2 -0.149821
+R<ASN>A<O> R<TRP>A<CH2> sep1 2.26856
+R<ASN>A<O> R<TRP>A<CH2> sep2 -0.195807
+R<ASN>A<O> R<TRP>A<CZ2> central_sep1 1.3172
+R<ASN>A<O> R<TRP>A<CZ2> central_sep2 -0.357277
+R<ASN>A<O> R<TRP>A<CZ2> sep1 2.41718
+R<ASN>A<O> R<TRP>A<CZ2> sep2 -0.130683
+R<ASN>A<O> R<TRP>A<CZ3> central_sep1 0.826697
+R<ASN>A<O> R<TRP>A<CZ3> central_sep2 -0.127988
+R<ASN>A<O> R<TRP>A<CZ3> sep1 2.06376
+R<ASN>A<O> R<TRP>A<CZ3> sep2 0.0453084
+R<ASN>A<O> R<TRP>A<N> central_sep1 -1.68921
+R<ASN>A<O> R<TRP>A<N> central_sep2 -0.746539
+R<ASN>A<O> R<TRP>A<N> sep1 0.293205
+R<ASN>A<O> R<TRP>A<N> sep2 1.03595
+R<ASN>A<O> R<TRP>A<NE1> central_sep1 0.147607
+R<ASN>A<O> R<TRP>A<NE1> central_sep2 -0.907014
+R<ASN>A<O> R<TRP>A<NE1> sep1 0.926465
+R<ASN>A<O> R<TRP>A<NE1> sep2 0.0358694
+R<ASN>A<O> R<TRP>A<O> central_sep1 0.71054
+R<ASN>A<O> R<TRP>A<O> central_sep2 0.874981
+R<ASN>A<O> R<TRP>A<O> sep1 0.476694
+R<ASN>A<O> R<TRP>A<O> sep2 0.99931
+R<ASN>A<O> R<TYR>A<C> central_sep1 -0.905115
+R<ASN>A<O> R<TYR>A<C> central_sep2 2.07583
+R<ASN>A<O> R<TYR>A<C> sep1 -1.33705
+R<ASN>A<O> R<TYR>A<C> sep2 0.94498
+R<ASN>A<O> R<TYR>A<CA> central_sep1 0.754268
+R<ASN>A<O> R<TYR>A<CA> central_sep2 -0.469441
+R<ASN>A<O> R<TYR>A<CA> sep1 -2.06297
+R<ASN>A<O> R<TYR>A<CA> sep2 0.773103
+R<ASN>A<O> R<TYR>A<CB> central_sep1 -1.21625
+R<ASN>A<O> R<TYR>A<CB> central_sep2 -0.222213
+R<ASN>A<O> R<TYR>A<CB> sep1 0.405054
+R<ASN>A<O> R<TYR>A<CB> sep2 0.0624945
+R<ASN>A<O> R<TYR>A<CD1> central_sep1 -0.697965
+R<ASN>A<O> R<TYR>A<CD1> central_sep2 -0.160355
+R<ASN>A<O> R<TYR>A<CD1> sep1 0.645043
+R<ASN>A<O> R<TYR>A<CD1> sep2 0.252733
+R<ASN>A<O> R<TYR>A<CE1> central_sep1 0.221272
+R<ASN>A<O> R<TYR>A<CE1> central_sep2 -0.291779
+R<ASN>A<O> R<TYR>A<CE1> sep1 0.869773
+R<ASN>A<O> R<TYR>A<CE1> sep2 0.0597254
+R<ASN>A<O> R<TYR>A<CG> central_sep1 0.448206
+R<ASN>A<O> R<TYR>A<CG> central_sep2 1.52743
+R<ASN>A<O> R<TYR>A<CG> sep1 0.022012
+R<ASN>A<O> R<TYR>A<CG> sep2 -0.324375
+R<ASN>A<O> R<TYR>A<CZ> central_sep1 0.702904
+R<ASN>A<O> R<TYR>A<CZ> central_sep2 1.05824
+R<ASN>A<O> R<TYR>A<CZ> sep1 0.869851
+R<ASN>A<O> R<TYR>A<CZ> sep2 -0.071227
+R<ASN>A<O> R<TYR>A<N> central_sep1 -1.65627
+R<ASN>A<O> R<TYR>A<N> central_sep2 -0.703551
+R<ASN>A<O> R<TYR>A<N> sep1 0.193639
+R<ASN>A<O> R<TYR>A<N> sep2 0.699841
+R<ASN>A<O> R<TYR>A<O> central_sep1 0.492254
+R<ASN>A<O> R<TYR>A<O> central_sep2 0.70921
+R<ASN>A<O> R<TYR>A<O> sep1 0.465162
+R<ASN>A<O> R<TYR>A<O> sep2 1.00268
+R<ASN>A<O> R<TYR>A<OH> central_sep1 1.75384
+R<ASN>A<O> R<TYR>A<OH> central_sep2 -0.257825
+R<ASN>A<O> R<TYR>A<OH> sep1 2.53997
+R<ASN>A<O> R<TYR>A<OH> sep2 -0.104702
+R<ASN>A<O> R<VAL>A<C> central_sep1 -0.44008
+R<ASN>A<O> R<VAL>A<C> central_sep2 2.77766
+R<ASN>A<O> R<VAL>A<C> sep1 -1.13153
+R<ASN>A<O> R<VAL>A<C> sep2 1.46897
+R<ASN>A<O> R<VAL>A<CA> central_sep1 1.34259
+R<ASN>A<O> R<VAL>A<CA> central_sep2 -0.422267
+R<ASN>A<O> R<VAL>A<CA> sep1 -2.01871
+R<ASN>A<O> R<VAL>A<CA> sep2 0.806974
+R<ASN>A<O> R<VAL>A<CB> central_sep1 -1.06332
+R<ASN>A<O> R<VAL>A<CB> central_sep2 0.090324
+R<ASN>A<O> R<VAL>A<CB> sep1 0.612635
+R<ASN>A<O> R<VAL>A<CB> sep2 -0.437422
+R<ASN>A<O> R<VAL>A<CG1> central_sep1 -0.179257
+R<ASN>A<O> R<VAL>A<CG1> central_sep2 0.116941
+R<ASN>A<O> R<VAL>A<CG1> sep1 1.23529
+R<ASN>A<O> R<VAL>A<CG1> sep2 0.599181
+R<ASN>A<O> R<VAL>A<CG2> central_sep1 -0.757294
+R<ASN>A<O> R<VAL>A<CG2> central_sep2 0.14531
+R<ASN>A<O> R<VAL>A<CG2> sep1 0.815481
+R<ASN>A<O> R<VAL>A<CG2> sep2 0.513379
+R<ASN>A<O> R<VAL>A<N> central_sep1 -1.35161
+R<ASN>A<O> R<VAL>A<N> central_sep2 -1.0113
+R<ASN>A<O> R<VAL>A<N> sep1 0.123992
+R<ASN>A<O> R<VAL>A<N> sep2 1.01039
+R<ASN>A<O> R<VAL>A<O> central_sep1 0.792679
+R<ASN>A<O> R<VAL>A<O> central_sep2 0.648262
+R<ASN>A<O> R<VAL>A<O> sep1 0.85629
+R<ASN>A<O> R<VAL>A<O> sep2 0.85491
+R<ASN>A<O> c<solvent> . 0.271357
+R<ASN>A<OD1> R<ASN>A<OD1> central_sep1 -0.0139324
+R<ASN>A<OD1> R<ASN>A<OD1> central_sep2 -0.517387
+R<ASN>A<OD1> R<ASN>A<OD1> sep1 0.983295
+R<ASN>A<OD1> R<ASN>A<OD1> sep2 -0.61335
+R<ASN>A<OD1> R<ASP>A<C> central_sep1 1.14111
+R<ASN>A<OD1> R<ASP>A<C> central_sep2 1.43705
+R<ASN>A<OD1> R<ASP>A<C> sep1 0.146859
+R<ASN>A<OD1> R<ASP>A<C> sep2 0.566094
+R<ASN>A<OD1> R<ASP>A<CA> central_sep1 1.13801
+R<ASN>A<OD1> R<ASP>A<CA> central_sep2 0.179898
+R<ASN>A<OD1> R<ASP>A<CA> sep1 0.994027
+R<ASN>A<OD1> R<ASP>A<CA> sep2 0.189852
+R<ASN>A<OD1> R<ASP>A<CB> central_sep1 -0.813975
+R<ASN>A<OD1> R<ASP>A<CB> central_sep2 -0.140585
+R<ASN>A<OD1> R<ASP>A<CB> sep1 0.558558
+R<ASN>A<OD1> R<ASP>A<CB> sep2 0.100288
+R<ASN>A<OD1> R<ASP>A<CG> central_sep1 -0.101908
+R<ASN>A<OD1> R<ASP>A<CG> central_sep2 0.437124
+R<ASN>A<OD1> R<ASP>A<CG> sep1 0.287287
+R<ASN>A<OD1> R<ASP>A<CG> sep2 -0.730078
+R<ASN>A<OD1> R<ASP>A<N> central_sep1 -1.12232
+R<ASN>A<OD1> R<ASP>A<N> central_sep2 -0.151027
+R<ASN>A<OD1> R<ASP>A<N> sep1 0.633823
+R<ASN>A<OD1> R<ASP>A<N> sep2 0.564365
+R<ASN>A<OD1> R<ASP>A<O> central_sep1 0.247412
+R<ASN>A<OD1> R<ASP>A<O> central_sep2 0.549281
+R<ASN>A<OD1> R<ASP>A<O> sep1 0.632133
+R<ASN>A<OD1> R<ASP>A<O> sep2 0.38646
+R<ASN>A<OD1> R<ASP>A<OD1> central_sep1 0.202871
+R<ASN>A<OD1> R<ASP>A<OD1> central_sep2 0.163544
+R<ASN>A<OD1> R<ASP>A<OD1> sep1 0.87522
+R<ASN>A<OD1> R<ASP>A<OD1> sep2 -0.0373224
+R<ASN>A<OD1> R<CYS>A<C> central_sep1 1.02179
+R<ASN>A<OD1> R<CYS>A<C> central_sep2 1.03168
+R<ASN>A<OD1> R<CYS>A<C> sep1 0.120758
+R<ASN>A<OD1> R<CYS>A<C> sep2 0.0843655
+R<ASN>A<OD1> R<CYS>A<CA> central_sep1 1.26666
+R<ASN>A<OD1> R<CYS>A<CA> central_sep2 -0.0771698
+R<ASN>A<OD1> R<CYS>A<CA> sep1 1.38534
+R<ASN>A<OD1> R<CYS>A<CA> sep2 0.184248
+R<ASN>A<OD1> R<CYS>A<CB> central_sep1 -0.0951112
+R<ASN>A<OD1> R<CYS>A<CB> central_sep2 -0.428293
+R<ASN>A<OD1> R<CYS>A<CB> sep1 1.22704
+R<ASN>A<OD1> R<CYS>A<CB> sep2 0.00288221
+R<ASN>A<OD1> R<CYS>A<N> central_sep1 -0.4649
+R<ASN>A<OD1> R<CYS>A<N> central_sep2 -0.400764
+R<ASN>A<OD1> R<CYS>A<N> sep1 0.598527
+R<ASN>A<OD1> R<CYS>A<N> sep2 0.208514
+R<ASN>A<OD1> R<CYS>A<O> central_sep1 0.48265
+R<ASN>A<OD1> R<CYS>A<O> central_sep2 0.254435
+R<ASN>A<OD1> R<CYS>A<O> sep1 0.869464
+R<ASN>A<OD1> R<CYS>A<O> sep2 0.131109
+R<ASN>A<OD1> R<CYS>A<SG> central_sep1 0.452059
+R<ASN>A<OD1> R<CYS>A<SG> central_sep2 0.0256411
+R<ASN>A<OD1> R<CYS>A<SG> sep1 1.78384
+R<ASN>A<OD1> R<CYS>A<SG> sep2 0.22928
+R<ASN>A<OD1> R<GLN>A<C> central_sep1 1.0404
+R<ASN>A<OD1> R<GLN>A<C> central_sep2 1.3394
+R<ASN>A<OD1> R<GLN>A<C> sep1 0.00730951
+R<ASN>A<OD1> R<GLN>A<C> sep2 0.610268
+R<ASN>A<OD1> R<GLN>A<CA> central_sep1 1.06441
+R<ASN>A<OD1> R<GLN>A<CA> central_sep2 0.162743
+R<ASN>A<OD1> R<GLN>A<CA> sep1 1.10255
+R<ASN>A<OD1> R<GLN>A<CA> sep2 0.208695
+R<ASN>A<OD1> R<GLN>A<CB> central_sep1 -0.853129
+R<ASN>A<OD1> R<GLN>A<CB> central_sep2 -0.125637
+R<ASN>A<OD1> R<GLN>A<CB> sep1 0.421968
+R<ASN>A<OD1> R<GLN>A<CB> sep2 0.0323834
+R<ASN>A<OD1> R<GLN>A<CD> central_sep1 0.544086
+R<ASN>A<OD1> R<GLN>A<CD> central_sep2 0.339895
+R<ASN>A<OD1> R<GLN>A<CD> sep1 0.427997
+R<ASN>A<OD1> R<GLN>A<CD> sep2 -0.88831
+R<ASN>A<OD1> R<GLN>A<CG> central_sep1 -0.760653
+R<ASN>A<OD1> R<GLN>A<CG> central_sep2 -0.379963
+R<ASN>A<OD1> R<GLN>A<CG> sep1 0.496764
+R<ASN>A<OD1> R<GLN>A<CG> sep2 -0.258483
+R<ASN>A<OD1> R<GLN>A<N> central_sep1 -1.06598
+R<ASN>A<OD1> R<GLN>A<N> central_sep2 0.10922
+R<ASN>A<OD1> R<GLN>A<N> sep1 0.646551
+R<ASN>A<OD1> R<GLN>A<N> sep2 0.658936
+R<ASN>A<OD1> R<GLN>A<NE2> central_sep1 -0.733757
+R<ASN>A<OD1> R<GLN>A<NE2> central_sep2 -0.811524
+R<ASN>A<OD1> R<GLN>A<NE2> sep1 1.31894
+R<ASN>A<OD1> R<GLN>A<NE2> sep2 0.0128259
+R<ASN>A<OD1> R<GLN>A<O> central_sep1 0.300642
+R<ASN>A<OD1> R<GLN>A<O> central_sep2 0.594482
+R<ASN>A<OD1> R<GLN>A<O> sep1 0.410002
+R<ASN>A<OD1> R<GLN>A<O> sep2 0.44932
+R<ASN>A<OD1> R<GLN>A<OE1> central_sep1 -0.0979174
+R<ASN>A<OD1> R<GLN>A<OE1> central_sep2 -0.00979341
+R<ASN>A<OD1> R<GLN>A<OE1> sep1 1.2826
+R<ASN>A<OD1> R<GLN>A<OE1> sep2 -0.323975
+R<ASN>A<OD1> R<GLU>A<C> central_sep1 1.30126
+R<ASN>A<OD1> R<GLU>A<C> central_sep2 1.88149
+R<ASN>A<OD1> R<GLU>A<C> sep1 -0.0500363
+R<ASN>A<OD1> R<GLU>A<C> sep2 0.85379
+R<ASN>A<OD1> R<GLU>A<CA> central_sep1 1.20637
+R<ASN>A<OD1> R<GLU>A<CA> central_sep2 0.428611
+R<ASN>A<OD1> R<GLU>A<CA> sep1 1.14708
+R<ASN>A<OD1> R<GLU>A<CA> sep2 0.577694
+R<ASN>A<OD1> R<GLU>A<CB> central_sep1 -0.894852
+R<ASN>A<OD1> R<GLU>A<CB> central_sep2 0.239172
+R<ASN>A<OD1> R<GLU>A<CB> sep1 0.288788
+R<ASN>A<OD1> R<GLU>A<CB> sep2 0.307064
+R<ASN>A<OD1> R<GLU>A<CD> central_sep1 0.717951
+R<ASN>A<OD1> R<GLU>A<CD> central_sep2 0.686393
+R<ASN>A<OD1> R<GLU>A<CD> sep1 0.421415
+R<ASN>A<OD1> R<GLU>A<CD> sep2 -0.420936
+R<ASN>A<OD1> R<GLU>A<CG> central_sep1 -0.597064
+R<ASN>A<OD1> R<GLU>A<CG> central_sep2 0.184066
+R<ASN>A<OD1> R<GLU>A<CG> sep1 0.394861
+R<ASN>A<OD1> R<GLU>A<CG> sep2 0.220607
+R<ASN>A<OD1> R<GLU>A<N> central_sep1 -1.08667
+R<ASN>A<OD1> R<GLU>A<N> central_sep2 0.22648
+R<ASN>A<OD1> R<GLU>A<N> sep1 0.626334
+R<ASN>A<OD1> R<GLU>A<N> sep2 0.974451
+R<ASN>A<OD1> R<GLU>A<O> central_sep1 0.28479
+R<ASN>A<OD1> R<GLU>A<O> central_sep2 0.781556
+R<ASN>A<OD1> R<GLU>A<O> sep1 0.281944
+R<ASN>A<OD1> R<GLU>A<O> sep2 0.578681
+R<ASN>A<OD1> R<GLU>A<OE1> central_sep1 0.382033
+R<ASN>A<OD1> R<GLU>A<OE1> central_sep2 0.365064
+R<ASN>A<OD1> R<GLU>A<OE1> sep1 1.23629
+R<ASN>A<OD1> R<GLU>A<OE1> sep2 0.168487
+R<ASN>A<OD1> R<GLY>A<C> central_sep1 0.605243
+R<ASN>A<OD1> R<GLY>A<C> central_sep2 0.463201
+R<ASN>A<OD1> R<GLY>A<C> sep1 -0.348308
+R<ASN>A<OD1> R<GLY>A<C> sep2 -0.345746
+R<ASN>A<OD1> R<GLY>A<CA> central_sep1 0.657432
+R<ASN>A<OD1> R<GLY>A<CA> central_sep2 -0.544772
+R<ASN>A<OD1> R<GLY>A<CA> sep1 0.640414
+R<ASN>A<OD1> R<GLY>A<CA> sep2 -0.146216
+R<ASN>A<OD1> R<GLY>A<N> central_sep1 -0.812512
+R<ASN>A<OD1> R<GLY>A<N> central_sep2 -0.243439
+R<ASN>A<OD1> R<GLY>A<N> sep1 0.522575
+R<ASN>A<OD1> R<GLY>A<N> sep2 -0.0678756
+R<ASN>A<OD1> R<GLY>A<O> central_sep1 0.466994
+R<ASN>A<OD1> R<GLY>A<O> central_sep2 0.246786
+R<ASN>A<OD1> R<GLY>A<O> sep1 0.739823
+R<ASN>A<OD1> R<GLY>A<O> sep2 -0.0257063
+R<ASN>A<OD1> R<HIS>A<C> central_sep1 0.883575
+R<ASN>A<OD1> R<HIS>A<C> central_sep2 1.15749
+R<ASN>A<OD1> R<HIS>A<C> sep1 0.250607
+R<ASN>A<OD1> R<HIS>A<C> sep2 0.331236
+R<ASN>A<OD1> R<HIS>A<CA> central_sep1 0.76136
+R<ASN>A<OD1> R<HIS>A<CA> central_sep2 -0.158478
+R<ASN>A<OD1> R<HIS>A<CA> sep1 0.99614
+R<ASN>A<OD1> R<HIS>A<CA> sep2 0.170254
+R<ASN>A<OD1> R<HIS>A<CB> central_sep1 -0.508227
+R<ASN>A<OD1> R<HIS>A<CB> central_sep2 -0.427713
+R<ASN>A<OD1> R<HIS>A<CB> sep1 0.920247
+R<ASN>A<OD1> R<HIS>A<CB> sep2 -0.0963469
+R<ASN>A<OD1> R<HIS>A<CD2> central_sep1 -0.478821
+R<ASN>A<OD1> R<HIS>A<CD2> central_sep2 -0.292583
+R<ASN>A<OD1> R<HIS>A<CD2> sep1 1.31149
+R<ASN>A<OD1> R<HIS>A<CD2> sep2 -0.346502
+R<ASN>A<OD1> R<HIS>A<CE1> central_sep1 0.0456365
+R<ASN>A<OD1> R<HIS>A<CE1> central_sep2 -0.486626
+R<ASN>A<OD1> R<HIS>A<CE1> sep1 1.12244
+R<ASN>A<OD1> R<HIS>A<CE1> sep2 -0.57913
+R<ASN>A<OD1> R<HIS>A<CG> central_sep1 0.891023
+R<ASN>A<OD1> R<HIS>A<CG> central_sep2 0.427341
+R<ASN>A<OD1> R<HIS>A<CG> sep1 1.01441
+R<ASN>A<OD1> R<HIS>A<CG> sep2 -0.782686
+R<ASN>A<OD1> R<HIS>A<N> central_sep1 -0.840992
+R<ASN>A<OD1> R<HIS>A<N> central_sep2 -0.11156
+R<ASN>A<OD1> R<HIS>A<N> sep1 0.664039
+R<ASN>A<OD1> R<HIS>A<N> sep2 0.394364
+R<ASN>A<OD1> R<HIS>A<ND1> central_sep1 -0.348679
+R<ASN>A<OD1> R<HIS>A<ND1> central_sep2 -0.67176
+R<ASN>A<OD1> R<HIS>A<ND1> sep1 1.00392
+R<ASN>A<OD1> R<HIS>A<ND1> sep2 -0.393392
+R<ASN>A<OD1> R<HIS>A<NE2> central_sep1 0.244347
+R<ASN>A<OD1> R<HIS>A<NE2> central_sep2 -0.813081
+R<ASN>A<OD1> R<HIS>A<NE2> sep1 0.931018
+R<ASN>A<OD1> R<HIS>A<NE2> sep2 -0.514735
+R<ASN>A<OD1> R<HIS>A<O> central_sep1 0.359262
+R<ASN>A<OD1> R<HIS>A<O> central_sep2 0.408092
+R<ASN>A<OD1> R<HIS>A<O> sep1 0.890636
+R<ASN>A<OD1> R<HIS>A<O> sep2 0.400564
+R<ASN>A<OD1> R<ILE>A<C> central_sep1 0.990736
+R<ASN>A<OD1> R<ILE>A<C> central_sep2 1.44848
+R<ASN>A<OD1> R<ILE>A<C> sep1 0.204695
+R<ASN>A<OD1> R<ILE>A<C> sep2 0.579009
+R<ASN>A<OD1> R<ILE>A<CA> central_sep1 1.36362
+R<ASN>A<OD1> R<ILE>A<CA> central_sep2 0.274782
+R<ASN>A<OD1> R<ILE>A<CA> sep1 1.64399
+R<ASN>A<OD1> R<ILE>A<CA> sep2 0.647347
+R<ASN>A<OD1> R<ILE>A<CB> central_sep1 -0.0827782
+R<ASN>A<OD1> R<ILE>A<CB> central_sep2 -0.12249
+R<ASN>A<OD1> R<ILE>A<CB> sep1 0.850989
+R<ASN>A<OD1> R<ILE>A<CB> sep2 -0.188557
+R<ASN>A<OD1> R<ILE>A<CD1> central_sep1 0.345339
+R<ASN>A<OD1> R<ILE>A<CD1> central_sep2 0.0193959
+R<ASN>A<OD1> R<ILE>A<CD1> sep1 1.95203
+R<ASN>A<OD1> R<ILE>A<CD1> sep2 0.0892669
+R<ASN>A<OD1> R<ILE>A<CG1> central_sep1 0.27885
+R<ASN>A<OD1> R<ILE>A<CG1> central_sep2 0.116199
+R<ASN>A<OD1> R<ILE>A<CG1> sep1 1.36803
+R<ASN>A<OD1> R<ILE>A<CG1> sep2 -0.0620347
+R<ASN>A<OD1> R<ILE>A<CG2> central_sep1 -0.233988
+R<ASN>A<OD1> R<ILE>A<CG2> central_sep2 -0.0874551
+R<ASN>A<OD1> R<ILE>A<CG2> sep1 1.20181
+R<ASN>A<OD1> R<ILE>A<CG2> sep2 0.245749
+R<ASN>A<OD1> R<ILE>A<N> central_sep1 -0.34969
+R<ASN>A<OD1> R<ILE>A<N> central_sep2 -0.331143
+R<ASN>A<OD1> R<ILE>A<N> sep1 0.505318
+R<ASN>A<OD1> R<ILE>A<N> sep2 0.869357
+R<ASN>A<OD1> R<ILE>A<O> central_sep1 0.354523
+R<ASN>A<OD1> R<ILE>A<O> central_sep2 0.551934
+R<ASN>A<OD1> R<ILE>A<O> sep1 0.89309
+R<ASN>A<OD1> R<ILE>A<O> sep2 0.459372
+R<ASN>A<OD1> R<LEU>A<C> central_sep1 1.22553
+R<ASN>A<OD1> R<LEU>A<C> central_sep2 1.53712
+R<ASN>A<OD1> R<LEU>A<C> sep1 0.315956
+R<ASN>A<OD1> R<LEU>A<C> sep2 0.604312
+R<ASN>A<OD1> R<LEU>A<CA> central_sep1 1.23418
+R<ASN>A<OD1> R<LEU>A<CA> central_sep2 0.408795
+R<ASN>A<OD1> R<LEU>A<CA> sep1 1.52617
+R<ASN>A<OD1> R<LEU>A<CA> sep2 0.693772
+R<ASN>A<OD1> R<LEU>A<CB> central_sep1 -0.244368
+R<ASN>A<OD1> R<LEU>A<CB> central_sep2 0.0694261
+R<ASN>A<OD1> R<LEU>A<CB> sep1 0.831855
+R<ASN>A<OD1> R<LEU>A<CB> sep2 0.154987
+R<ASN>A<OD1> R<LEU>A<CD1> central_sep1 0.287006
+R<ASN>A<OD1> R<LEU>A<CD1> central_sep2 0.137762
+R<ASN>A<OD1> R<LEU>A<CD1> sep1 1.83138
+R<ASN>A<OD1> R<LEU>A<CD1> sep2 0.1907
+R<ASN>A<OD1> R<LEU>A<CD2> central_sep1 0.704794
+R<ASN>A<OD1> R<LEU>A<CD2> central_sep2 0.0515277
+R<ASN>A<OD1> R<LEU>A<CD2> sep1 1.94084
+R<ASN>A<OD1> R<LEU>A<CD2> sep2 0.258485
+R<ASN>A<OD1> R<LEU>A<CG> central_sep1 -0.157498
+R<ASN>A<OD1> R<LEU>A<CG> central_sep2 0.395589
+R<ASN>A<OD1> R<LEU>A<CG> sep1 0.935787
+R<ASN>A<OD1> R<LEU>A<CG> sep2 0.0369819
+R<ASN>A<OD1> R<LEU>A<N> central_sep1 -0.483454
+R<ASN>A<OD1> R<LEU>A<N> central_sep2 -0.0750635
+R<ASN>A<OD1> R<LEU>A<N> sep1 0.661347
+R<ASN>A<OD1> R<LEU>A<N> sep2 0.793467
+R<ASN>A<OD1> R<LEU>A<O> central_sep1 0.60741
+R<ASN>A<OD1> R<LEU>A<O> central_sep2 0.630851
+R<ASN>A<OD1> R<LEU>A<O> sep1 1.02266
+R<ASN>A<OD1> R<LEU>A<O> sep2 0.52499
+R<ASN>A<OD1> R<LYS>A<C> central_sep1 1.14012
+R<ASN>A<OD1> R<LYS>A<C> central_sep2 1.57202
+R<ASN>A<OD1> R<LYS>A<C> sep1 -0.0968992
+R<ASN>A<OD1> R<LYS>A<C> sep2 0.543315
+R<ASN>A<OD1> R<LYS>A<CA> central_sep1 1.19162
+R<ASN>A<OD1> R<LYS>A<CA> central_sep2 0.172897
+R<ASN>A<OD1> R<LYS>A<CA> sep1 1.11171
+R<ASN>A<OD1> R<LYS>A<CA> sep2 0.365998
+R<ASN>A<OD1> R<LYS>A<CB> central_sep1 -0.802722
+R<ASN>A<OD1> R<LYS>A<CB> central_sep2 -0.0347067
+R<ASN>A<OD1> R<LYS>A<CB> sep1 0.290275
+R<ASN>A<OD1> R<LYS>A<CB> sep2 -0.022064
+R<ASN>A<OD1> R<LYS>A<CD> central_sep1 -0.564323
+R<ASN>A<OD1> R<LYS>A<CD> central_sep2 -0.348427
+R<ASN>A<OD1> R<LYS>A<CD> sep1 0.570381
+R<ASN>A<OD1> R<LYS>A<CD> sep2 -0.443514
+R<ASN>A<OD1> R<LYS>A<CE> central_sep1 -0.42502
+R<ASN>A<OD1> R<LYS>A<CE> central_sep2 -0.397751
+R<ASN>A<OD1> R<LYS>A<CE> sep1 0.757013
+R<ASN>A<OD1> R<LYS>A<CE> sep2 -0.55248
+R<ASN>A<OD1> R<LYS>A<CG> central_sep1 -0.686637
+R<ASN>A<OD1> R<LYS>A<CG> central_sep2 -0.153678
+R<ASN>A<OD1> R<LYS>A<CG> sep1 0.374043
+R<ASN>A<OD1> R<LYS>A<CG> sep2 -0.144323
+R<ASN>A<OD1> R<LYS>A<N> central_sep1 -0.924508
+R<ASN>A<OD1> R<LYS>A<N> central_sep2 -0.0200076
+R<ASN>A<OD1> R<LYS>A<N> sep1 0.537699
+R<ASN>A<OD1> R<LYS>A<N> sep2 0.616869
+R<ASN>A<OD1> R<LYS>A<NZ> central_sep1 -0.314167
+R<ASN>A<OD1> R<LYS>A<NZ> central_sep2 -0.721276
+R<ASN>A<OD1> R<LYS>A<NZ> sep1 1.10818
+R<ASN>A<OD1> R<LYS>A<NZ> sep2 -0.1083
+R<ASN>A<OD1> R<LYS>A<O> central_sep1 0.157972
+R<ASN>A<OD1> R<LYS>A<O> central_sep2 0.647394
+R<ASN>A<OD1> R<LYS>A<O> sep1 0.334717
+R<ASN>A<OD1> R<LYS>A<O> sep2 0.433464
+R<ASN>A<OD1> R<MET>A<C> central_sep1 1.27987
+R<ASN>A<OD1> R<MET>A<C> central_sep2 1.1134
+R<ASN>A<OD1> R<MET>A<C> sep1 0.0936782
+R<ASN>A<OD1> R<MET>A<C> sep2 0.422868
+R<ASN>A<OD1> R<MET>A<CA> central_sep1 1.21547
+R<ASN>A<OD1> R<MET>A<CA> central_sep2 0.106939
+R<ASN>A<OD1> R<MET>A<CA> sep1 1.33143
+R<ASN>A<OD1> R<MET>A<CA> sep2 0.344602
+R<ASN>A<OD1> R<MET>A<CB> central_sep1 -0.322488
+R<ASN>A<OD1> R<MET>A<CB> central_sep2 -0.21386
+R<ASN>A<OD1> R<MET>A<CB> sep1 0.711487
+R<ASN>A<OD1> R<MET>A<CB> sep2 0.0528948
+R<ASN>A<OD1> R<MET>A<CE> central_sep1 0.124089
+R<ASN>A<OD1> R<MET>A<CE> central_sep2 -0.357512
+R<ASN>A<OD1> R<MET>A<CE> sep1 2.3004
+R<ASN>A<OD1> R<MET>A<CE> sep2 0.0585109
+R<ASN>A<OD1> R<MET>A<CG> central_sep1 -0.131099
+R<ASN>A<OD1> R<MET>A<CG> central_sep2 -0.173238
+R<ASN>A<OD1> R<MET>A<CG> sep1 1.08092
+R<ASN>A<OD1> R<MET>A<CG> sep2 -0.107942
+R<ASN>A<OD1> R<MET>A<N> central_sep1 -0.48665
+R<ASN>A<OD1> R<MET>A<N> central_sep2 -0.202572
+R<ASN>A<OD1> R<MET>A<N> sep1 0.764111
+R<ASN>A<OD1> R<MET>A<N> sep2 0.663731
+R<ASN>A<OD1> R<MET>A<O> central_sep1 0.643856
+R<ASN>A<OD1> R<MET>A<O> central_sep2 0.431133
+R<ASN>A<OD1> R<MET>A<O> sep1 0.802576
+R<ASN>A<OD1> R<MET>A<O> sep2 0.466186
+R<ASN>A<OD1> R<MET>A<SD> central_sep1 0.77959
+R<ASN>A<OD1> R<MET>A<SD> central_sep2 0.207217
+R<ASN>A<OD1> R<MET>A<SD> sep1 1.8659
+R<ASN>A<OD1> R<MET>A<SD> sep2 -0.0416713
+R<ASN>A<OD1> R<PHE>A<C> central_sep1 0.808464
+R<ASN>A<OD1> R<PHE>A<C> central_sep2 1.01319
+R<ASN>A<OD1> R<PHE>A<C> sep1 0.128559
+R<ASN>A<OD1> R<PHE>A<C> sep2 0.302042
+R<ASN>A<OD1> R<PHE>A<CA> central_sep1 0.990572
+R<ASN>A<OD1> R<PHE>A<CA> central_sep2 -0.0205493
+R<ASN>A<OD1> R<PHE>A<CA> sep1 1.15906
+R<ASN>A<OD1> R<PHE>A<CA> sep2 0.415197
+R<ASN>A<OD1> R<PHE>A<CB> central_sep1 -0.294726
+R<ASN>A<OD1> R<PHE>A<CB> central_sep2 -0.306992
+R<ASN>A<OD1> R<PHE>A<CB> sep1 1.13293
+R<ASN>A<OD1> R<PHE>A<CB> sep2 -0.123418
+R<ASN>A<OD1> R<PHE>A<CD1> central_sep1 -0.234743
+R<ASN>A<OD1> R<PHE>A<CD1> central_sep2 -0.0928621
+R<ASN>A<OD1> R<PHE>A<CD1> sep1 1.7429
+R<ASN>A<OD1> R<PHE>A<CD1> sep2 -0.114781
+R<ASN>A<OD1> R<PHE>A<CE1> central_sep1 0.81296
+R<ASN>A<OD1> R<PHE>A<CE1> central_sep2 -0.029541
+R<ASN>A<OD1> R<PHE>A<CE1> sep1 1.21812
+R<ASN>A<OD1> R<PHE>A<CE1> sep2 -0.29637
+R<ASN>A<OD1> R<PHE>A<CG> central_sep1 2.08438
+R<ASN>A<OD1> R<PHE>A<CG> central_sep2 1.14056
+R<ASN>A<OD1> R<PHE>A<CG> sep1 1.65989
+R<ASN>A<OD1> R<PHE>A<CG> sep2 -0.532276
+R<ASN>A<OD1> R<PHE>A<CZ> central_sep1 1.31416
+R<ASN>A<OD1> R<PHE>A<CZ> central_sep2 -0.011252
+R<ASN>A<OD1> R<PHE>A<CZ> sep1 1.54974
+R<ASN>A<OD1> R<PHE>A<CZ> sep2 -0.435616
+R<ASN>A<OD1> R<PHE>A<N> central_sep1 -0.668572
+R<ASN>A<OD1> R<PHE>A<N> central_sep2 -0.329685
+R<ASN>A<OD1> R<PHE>A<N> sep1 0.539908
+R<ASN>A<OD1> R<PHE>A<N> sep2 0.403214
+R<ASN>A<OD1> R<PHE>A<O> central_sep1 0.31512
+R<ASN>A<OD1> R<PHE>A<O> central_sep2 0.381687
+R<ASN>A<OD1> R<PHE>A<O> sep1 1.02754
+R<ASN>A<OD1> R<PHE>A<O> sep2 0.320213
+R<ASN>A<OD1> R<PRO>A<C> central_sep1 1.3532
+R<ASN>A<OD1> R<PRO>A<C> central_sep2 1.65856
+R<ASN>A<OD1> R<PRO>A<C> sep1 0.0640917
+R<ASN>A<OD1> R<PRO>A<C> sep2 0.723308
+R<ASN>A<OD1> R<PRO>A<CA> central_sep1 0.312963
+R<ASN>A<OD1> R<PRO>A<CA> central_sep2 -0.300783
+R<ASN>A<OD1> R<PRO>A<CA> sep1 1.46255
+R<ASN>A<OD1> R<PRO>A<CA> sep2 0.157862
+R<ASN>A<OD1> R<PRO>A<CB> central_sep1 -0.342016
+R<ASN>A<OD1> R<PRO>A<CB> central_sep2 -0.232906
+R<ASN>A<OD1> R<PRO>A<CB> sep1 0.620195
+R<ASN>A<OD1> R<PRO>A<CB> sep2 -0.414358
+R<ASN>A<OD1> R<PRO>A<CD> central_sep1 -0.624756
+R<ASN>A<OD1> R<PRO>A<CD> central_sep2 0.00444148
+R<ASN>A<OD1> R<PRO>A<CD> sep1 0.496856
+R<ASN>A<OD1> R<PRO>A<CD> sep2 0.0995576
+R<ASN>A<OD1> R<PRO>A<CG> central_sep1 0.375202
+R<ASN>A<OD1> R<PRO>A<CG> central_sep2 -0.268219
+R<ASN>A<OD1> R<PRO>A<CG> sep1 0.833727
+R<ASN>A<OD1> R<PRO>A<CG> sep2 -0.44211
+R<ASN>A<OD1> R<PRO>A<N> central_sep1 -0.468286
+R<ASN>A<OD1> R<PRO>A<N> central_sep2 0.789508
+R<ASN>A<OD1> R<PRO>A<N> sep1 -0.7824
+R<ASN>A<OD1> R<PRO>A<N> sep2 -0.72946
+R<ASN>A<OD1> R<PRO>A<O> central_sep1 0.424342
+R<ASN>A<OD1> R<PRO>A<O> central_sep2 0.555332
+R<ASN>A<OD1> R<PRO>A<O> sep1 0.611286
+R<ASN>A<OD1> R<PRO>A<O> sep2 0.318861
+R<ASN>A<OD1> R<SER>A<C> central_sep1 1.17587
+R<ASN>A<OD1> R<SER>A<C> central_sep2 0.828582
+R<ASN>A<OD1> R<SER>A<C> sep1 0.0753811
+R<ASN>A<OD1> R<SER>A<C> sep2 0.224874
+R<ASN>A<OD1> R<SER>A<CA> central_sep1 1.12237
+R<ASN>A<OD1> R<SER>A<CA> central_sep2 -0.208
+R<ASN>A<OD1> R<SER>A<CA> sep1 1.15927
+R<ASN>A<OD1> R<SER>A<CA> sep2 -0.168958
+R<ASN>A<OD1> R<SER>A<CB> central_sep1 -0.304604
+R<ASN>A<OD1> R<SER>A<CB> central_sep2 -0.439809
+R<ASN>A<OD1> R<SER>A<CB> sep1 0.643061
+R<ASN>A<OD1> R<SER>A<CB> sep2 -0.482485
+R<ASN>A<OD1> R<SER>A<N> central_sep1 -0.990425
+R<ASN>A<OD1> R<SER>A<N> central_sep2 -0.234608
+R<ASN>A<OD1> R<SER>A<N> sep1 0.581531
+R<ASN>A<OD1> R<SER>A<N> sep2 0.239511
+R<ASN>A<OD1> R<SER>A<O> central_sep1 0.234194
+R<ASN>A<OD1> R<SER>A<O> central_sep2 0.35018
+R<ASN>A<OD1> R<SER>A<O> sep1 0.63797
+R<ASN>A<OD1> R<SER>A<O> sep2 0.261387
+R<ASN>A<OD1> R<SER>A<OG> central_sep1 -0.603725
+R<ASN>A<OD1> R<SER>A<OG> central_sep2 -0.531174
+R<ASN>A<OD1> R<SER>A<OG> sep1 0.636897
+R<ASN>A<OD1> R<SER>A<OG> sep2 -0.299365
+R<ASN>A<OD1> R<THR>A<C> central_sep1 1.20133
+R<ASN>A<OD1> R<THR>A<C> central_sep2 0.772162
+R<ASN>A<OD1> R<THR>A<C> sep1 0.321598
+R<ASN>A<OD1> R<THR>A<C> sep2 0.269599
+R<ASN>A<OD1> R<THR>A<CA> central_sep1 1.38077
+R<ASN>A<OD1> R<THR>A<CA> central_sep2 -0.119044
+R<ASN>A<OD1> R<THR>A<CA> sep1 1.42555
+R<ASN>A<OD1> R<THR>A<CA> sep2 0.0478517
+R<ASN>A<OD1> R<THR>A<CB> central_sep1 -0.468977
+R<ASN>A<OD1> R<THR>A<CB> central_sep2 -0.403729
+R<ASN>A<OD1> R<THR>A<CB> sep1 0.465867
+R<ASN>A<OD1> R<THR>A<CB> sep2 -0.846304
+R<ASN>A<OD1> R<THR>A<CG2> central_sep1 -0.183059
+R<ASN>A<OD1> R<THR>A<CG2> central_sep2 -0.337873
+R<ASN>A<OD1> R<THR>A<CG2> sep1 1.07088
+R<ASN>A<OD1> R<THR>A<CG2> sep2 -0.189466
+R<ASN>A<OD1> R<THR>A<N> central_sep1 -1.07417
+R<ASN>A<OD1> R<THR>A<N> central_sep2 -0.410179
+R<ASN>A<OD1> R<THR>A<N> sep1 0.596351
+R<ASN>A<OD1> R<THR>A<N> sep2 0.490684
+R<ASN>A<OD1> R<THR>A<O> central_sep1 0.268219
+R<ASN>A<OD1> R<THR>A<O> central_sep2 0.300715
+R<ASN>A<OD1> R<THR>A<O> sep1 0.772005
+R<ASN>A<OD1> R<THR>A<O> sep2 0.241774
+R<ASN>A<OD1> R<THR>A<OG1> central_sep1 -0.622143
+R<ASN>A<OD1> R<THR>A<OG1> central_sep2 -0.67566
+R<ASN>A<OD1> R<THR>A<OG1> sep1 0.746437
+R<ASN>A<OD1> R<THR>A<OG1> sep2 -0.342172
+R<ASN>A<OD1> R<TRP>A<C> central_sep1 0.853077
+R<ASN>A<OD1> R<TRP>A<C> central_sep2 1.32721
+R<ASN>A<OD1> R<TRP>A<C> sep1 0.190461
+R<ASN>A<OD1> R<TRP>A<C> sep2 0.560986
+R<ASN>A<OD1> R<TRP>A<CA> central_sep1 0.955662
+R<ASN>A<OD1> R<TRP>A<CA> central_sep2 -0.0378144
+R<ASN>A<OD1> R<TRP>A<CA> sep1 1.0252
+R<ASN>A<OD1> R<TRP>A<CA> sep2 0.414238
+R<ASN>A<OD1> R<TRP>A<CB> central_sep1 -0.317271
+R<ASN>A<OD1> R<TRP>A<CB> central_sep2 -0.267654
+R<ASN>A<OD1> R<TRP>A<CB> sep1 1.05922
+R<ASN>A<OD1> R<TRP>A<CB> sep2 0.0261362
+R<ASN>A<OD1> R<TRP>A<CD1> central_sep1 -0.914791
+R<ASN>A<OD1> R<TRP>A<CD1> central_sep2 -0.216308
+R<ASN>A<OD1> R<TRP>A<CD1> sep1 1.23127
+R<ASN>A<OD1> R<TRP>A<CD1> sep2 -0.577395
+R<ASN>A<OD1> R<TRP>A<CD2> central_sep1 0.820074
+R<ASN>A<OD1> R<TRP>A<CD2> central_sep2 0.80582
+R<ASN>A<OD1> R<TRP>A<CD2> sep1 1.68397
+R<ASN>A<OD1> R<TRP>A<CD2> sep2 0.00962207
+R<ASN>A<OD1> R<TRP>A<CE2> central_sep1 0.555079
+R<ASN>A<OD1> R<TRP>A<CE2> central_sep2 0.967329
+R<ASN>A<OD1> R<TRP>A<CE2> sep1 1.52348
+R<ASN>A<OD1> R<TRP>A<CE2> sep2 -0.206938
+R<ASN>A<OD1> R<TRP>A<CE3> central_sep1 0.00118856
+R<ASN>A<OD1> R<TRP>A<CE3> central_sep2 0.129703
+R<ASN>A<OD1> R<TRP>A<CE3> sep1 1.86049
+R<ASN>A<OD1> R<TRP>A<CE3> sep2 -0.0241047
+R<ASN>A<OD1> R<TRP>A<CG> central_sep1 1.25008
+R<ASN>A<OD1> R<TRP>A<CG> central_sep2 0.824854
+R<ASN>A<OD1> R<TRP>A<CG> sep1 1.26073
+R<ASN>A<OD1> R<TRP>A<CG> sep2 -0.671676
+R<ASN>A<OD1> R<TRP>A<CH2> central_sep1 1.61137
+R<ASN>A<OD1> R<TRP>A<CH2> central_sep2 -0.274451
+R<ASN>A<OD1> R<TRP>A<CH2> sep1 1.69918
+R<ASN>A<OD1> R<TRP>A<CH2> sep2 -0.603414
+R<ASN>A<OD1> R<TRP>A<CZ2> central_sep1 0.647459
+R<ASN>A<OD1> R<TRP>A<CZ2> central_sep2 -0.421457
+R<ASN>A<OD1> R<TRP>A<CZ2> sep1 0.761561
+R<ASN>A<OD1> R<TRP>A<CZ2> sep2 -0.800377
+R<ASN>A<OD1> R<TRP>A<CZ3> central_sep1 0.846382
+R<ASN>A<OD1> R<TRP>A<CZ3> central_sep2 -0.0499342
+R<ASN>A<OD1> R<TRP>A<CZ3> sep1 1.30718
+R<ASN>A<OD1> R<TRP>A<CZ3> sep2 -0.350931
+R<ASN>A<OD1> R<TRP>A<N> central_sep1 -0.699826
+R<ASN>A<OD1> R<TRP>A<N> central_sep2 -0.162009
+R<ASN>A<OD1> R<TRP>A<N> sep1 0.318481
+R<ASN>A<OD1> R<TRP>A<N> sep2 0.303586
+R<ASN>A<OD1> R<TRP>A<NE1> central_sep1 -0.352933
+R<ASN>A<OD1> R<TRP>A<NE1> central_sep2 -1.17515
+R<ASN>A<OD1> R<TRP>A<NE1> sep1 0.5491
+R<ASN>A<OD1> R<TRP>A<NE1> sep2 -0.422166
+R<ASN>A<OD1> R<TRP>A<O> central_sep1 0.232779
+R<ASN>A<OD1> R<TRP>A<O> central_sep2 0.502273
+R<ASN>A<OD1> R<TRP>A<O> sep1 0.993263
+R<ASN>A<OD1> R<TRP>A<O> sep2 0.2862
+R<ASN>A<OD1> R<TYR>A<C> central_sep1 0.800788
+R<ASN>A<OD1> R<TYR>A<C> central_sep2 1.15913
+R<ASN>A<OD1> R<TYR>A<C> sep1 0.237744
+R<ASN>A<OD1> R<TYR>A<C> sep2 0.417196
+R<ASN>A<OD1> R<TYR>A<CA> central_sep1 0.991815
+R<ASN>A<OD1> R<TYR>A<CA> central_sep2 -0.103199
+R<ASN>A<OD1> R<TYR>A<CA> sep1 1.06028
+R<ASN>A<OD1> R<TYR>A<CA> sep2 0.366721
+R<ASN>A<OD1> R<TYR>A<CB> central_sep1 -0.436769
+R<ASN>A<OD1> R<TYR>A<CB> central_sep2 -0.35899
+R<ASN>A<OD1> R<TYR>A<CB> sep1 1.01818
+R<ASN>A<OD1> R<TYR>A<CB> sep2 -0.130294
+R<ASN>A<OD1> R<TYR>A<CD1> central_sep1 -0.437935
+R<ASN>A<OD1> R<TYR>A<CD1> central_sep2 -0.179489
+R<ASN>A<OD1> R<TYR>A<CD1> sep1 1.47832
+R<ASN>A<OD1> R<TYR>A<CD1> sep2 -0.252447
+R<ASN>A<OD1> R<TYR>A<CE1> central_sep1 0.423749
+R<ASN>A<OD1> R<TYR>A<CE1> central_sep2 -0.449985
+R<ASN>A<OD1> R<TYR>A<CE1> sep1 0.867411
+R<ASN>A<OD1> R<TYR>A<CE1> sep2 -0.374233
+R<ASN>A<OD1> R<TYR>A<CG> central_sep1 1.96607
+R<ASN>A<OD1> R<TYR>A<CG> central_sep2 1.06679
+R<ASN>A<OD1> R<TYR>A<CG> sep1 1.4347
+R<ASN>A<OD1> R<TYR>A<CG> sep2 -0.508746
+R<ASN>A<OD1> R<TYR>A<CZ> central_sep1 1.14026
+R<ASN>A<OD1> R<TYR>A<CZ> central_sep2 0.765874
+R<ASN>A<OD1> R<TYR>A<CZ> sep1 1.21334
+R<ASN>A<OD1> R<TYR>A<CZ> sep2 -0.692785
+R<ASN>A<OD1> R<TYR>A<N> central_sep1 -0.780469
+R<ASN>A<OD1> R<TYR>A<N> central_sep2 -0.241514
+R<ASN>A<OD1> R<TYR>A<N> sep1 0.517133
+R<ASN>A<OD1> R<TYR>A<N> sep2 0.413101
+R<ASN>A<OD1> R<TYR>A<O> central_sep1 0.274514
+R<ASN>A<OD1> R<TYR>A<O> central_sep2 0.368247
+R<ASN>A<OD1> R<TYR>A<O> sep1 0.951613
+R<ASN>A<OD1> R<TYR>A<O> sep2 0.250693
+R<ASN>A<OD1> R<TYR>A<OH> central_sep1 0.776176
+R<ASN>A<OD1> R<TYR>A<OH> central_sep2 -0.780418
+R<ASN>A<OD1> R<TYR>A<OH> sep1 1.24187
+R<ASN>A<OD1> R<TYR>A<OH> sep2 -0.552685
+R<ASN>A<OD1> R<VAL>A<C> central_sep1 1.13804
+R<ASN>A<OD1> R<VAL>A<C> central_sep2 1.40133
+R<ASN>A<OD1> R<VAL>A<C> sep1 0.269637
+R<ASN>A<OD1> R<VAL>A<C> sep2 0.624694
+R<ASN>A<OD1> R<VAL>A<CA> central_sep1 1.58323
+R<ASN>A<OD1> R<VAL>A<CA> central_sep2 0.353168
+R<ASN>A<OD1> R<VAL>A<CA> sep1 1.81087
+R<ASN>A<OD1> R<VAL>A<CA> sep2 0.609191
+R<ASN>A<OD1> R<VAL>A<CB> central_sep1 -0.0455134
+R<ASN>A<OD1> R<VAL>A<CB> central_sep2 -0.029851
+R<ASN>A<OD1> R<VAL>A<CB> sep1 0.884471
+R<ASN>A<OD1> R<VAL>A<CB> sep2 -0.22066
+R<ASN>A<OD1> R<VAL>A<CG1> central_sep1 0.0312566
+R<ASN>A<OD1> R<VAL>A<CG1> central_sep2 0.0905229
+R<ASN>A<OD1> R<VAL>A<CG1> sep1 1.40017
+R<ASN>A<OD1> R<VAL>A<CG1> sep2 0.175213
+R<ASN>A<OD1> R<VAL>A<CG2> central_sep1 0.282893
+R<ASN>A<OD1> R<VAL>A<CG2> central_sep2 0.0823981
+R<ASN>A<OD1> R<VAL>A<CG2> sep1 1.59629
+R<ASN>A<OD1> R<VAL>A<CG2> sep2 0.223717
+R<ASN>A<OD1> R<VAL>A<N> central_sep1 -0.368239
+R<ASN>A<OD1> R<VAL>A<N> central_sep2 -0.227036
+R<ASN>A<OD1> R<VAL>A<N> sep1 0.586663
+R<ASN>A<OD1> R<VAL>A<N> sep2 0.805425
+R<ASN>A<OD1> R<VAL>A<O> central_sep1 0.517523
+R<ASN>A<OD1> R<VAL>A<O> central_sep2 0.507963
+R<ASN>A<OD1> R<VAL>A<O> sep1 0.94352
+R<ASN>A<OD1> R<VAL>A<O> sep2 0.458544
+R<ASN>A<OD1> c<solvent> . -0.348118
+R<ASP>A<C> R<ASP>A<C> central_sep1 4.20284
+R<ASP>A<C> R<ASP>A<C> central_sep2 2.90933
+R<ASP>A<C> R<ASP>A<C> sep1 -2.18288
+R<ASP>A<C> R<ASP>A<C> sep2 1.76285
+R<ASP>A<C> R<ASP>A<CA> central_sep1 4.2597
+R<ASP>A<C> R<ASP>A<CA> central_sep2 2.7892
+R<ASP>A<C> R<ASP>A<CA> sep1 -2.53417
+R<ASP>A<C> R<ASP>A<CA> sep2 0.949554
+R<ASP>A<C> R<ASP>A<CB> central_sep1 2.70977
+R<ASP>A<C> R<ASP>A<CB> central_sep2 1.72859
+R<ASP>A<C> R<ASP>A<CB> sep1 -0.19639
+R<ASP>A<C> R<ASP>A<CB> sep2 0.730629
+R<ASP>A<C> R<ASP>A<CG> central_sep1 1.86832
+R<ASP>A<C> R<ASP>A<CG> central_sep2 2.00165
+R<ASP>A<C> R<ASP>A<CG> sep1 0.152727
+R<ASP>A<C> R<ASP>A<CG> sep2 1.35266
+R<ASP>A<C> R<ASP>A<N> central_sep1 -0.804226
+R<ASP>A<C> R<ASP>A<N> central_sep2 2.91792
+R<ASP>A<C> R<ASP>A<N> sep1 -1.60676
+R<ASP>A<C> R<ASP>A<N> sep2 1.63512
+R<ASP>A<C> R<ASP>A<O> central_sep1 -0.627443
+R<ASP>A<C> R<ASP>A<O> central_sep2 2.55286
+R<ASP>A<C> R<ASP>A<O> sep1 -1.27578
+R<ASP>A<C> R<ASP>A<O> sep2 1.38273
+R<ASP>A<C> R<ASP>A<OD1> central_sep1 1.82137
+R<ASP>A<C> R<ASP>A<OD1> central_sep2 2.70799
+R<ASP>A<C> R<ASP>A<OD1> sep1 0.291033
+R<ASP>A<C> R<ASP>A<OD1> sep2 1.56973
+R<ASP>A<C> R<CYS>A<C> central_sep1 3.52939
+R<ASP>A<C> R<CYS>A<C> central_sep2 3.13751
+R<ASP>A<C> R<CYS>A<C> sep1 -2.41614
+R<ASP>A<C> R<CYS>A<C> sep2 2.11485
+R<ASP>A<C> R<CYS>A<CA> central_sep1 2.21914
+R<ASP>A<C> R<CYS>A<CA> central_sep2 2.143
+R<ASP>A<C> R<CYS>A<CA> sep1 -2.57813
+R<ASP>A<C> R<CYS>A<CA> sep2 0.322256
+R<ASP>A<C> R<CYS>A<CB> central_sep1 1.67436
+R<ASP>A<C> R<CYS>A<CB> central_sep2 0.565631
+R<ASP>A<C> R<CYS>A<CB> sep1 -0.402727
+R<ASP>A<C> R<CYS>A<CB> sep2 -0.207551
+R<ASP>A<C> R<CYS>A<N> central_sep1 -0.409895
+R<ASP>A<C> R<CYS>A<N> central_sep2 2.6912
+R<ASP>A<C> R<CYS>A<N> sep1 -1.70564
+R<ASP>A<C> R<CYS>A<N> sep2 1.89137
+R<ASP>A<C> R<CYS>A<O> central_sep1 -0.72288
+R<ASP>A<C> R<CYS>A<O> central_sep2 1.41199
+R<ASP>A<C> R<CYS>A<O> sep1 -1.486
+R<ASP>A<C> R<CYS>A<O> sep2 1.13702
+R<ASP>A<C> R<CYS>A<SG> central_sep1 0.391115
+R<ASP>A<C> R<CYS>A<SG> central_sep2 0.162156
+R<ASP>A<C> R<CYS>A<SG> sep1 -0.198401
+R<ASP>A<C> R<CYS>A<SG> sep2 -0.146331
+R<ASP>A<C> R<GLN>A<C> central_sep1 4.44414
+R<ASP>A<C> R<GLN>A<C> central_sep2 3.99742
+R<ASP>A<C> R<GLN>A<C> sep1 -2.26628
+R<ASP>A<C> R<GLN>A<C> sep2 2.79686
+R<ASP>A<C> R<GLN>A<CA> central_sep1 3.88581
+R<ASP>A<C> R<GLN>A<CA> central_sep2 2.76639
+R<ASP>A<C> R<GLN>A<CA> sep1 -2.49495
+R<ASP>A<C> R<GLN>A<CA> sep2 1.28878
+R<ASP>A<C> R<GLN>A<CB> central_sep1 2.33197
+R<ASP>A<C> R<GLN>A<CB> central_sep2 1.76188
+R<ASP>A<C> R<GLN>A<CB> sep1 0.182783
+R<ASP>A<C> R<GLN>A<CB> sep2 0.904735
+R<ASP>A<C> R<GLN>A<CD> central_sep1 0.972912
+R<ASP>A<C> R<GLN>A<CD> central_sep2 1.18707
+R<ASP>A<C> R<GLN>A<CD> sep1 -0.135125
+R<ASP>A<C> R<GLN>A<CD> sep2 0.324971
+R<ASP>A<C> R<GLN>A<CG> central_sep1 0.9059
+R<ASP>A<C> R<GLN>A<CG> central_sep2 1.16698
+R<ASP>A<C> R<GLN>A<CG> sep1 -0.505113
+R<ASP>A<C> R<GLN>A<CG> sep2 0.307928
+R<ASP>A<C> R<GLN>A<N> central_sep1 -0.854025
+R<ASP>A<C> R<GLN>A<N> central_sep2 3.39361
+R<ASP>A<C> R<GLN>A<N> sep1 -1.72158
+R<ASP>A<C> R<GLN>A<N> sep2 1.59643
+R<ASP>A<C> R<GLN>A<NE2> central_sep1 0.715539
+R<ASP>A<C> R<GLN>A<NE2> central_sep2 1.2022
+R<ASP>A<C> R<GLN>A<NE2> sep1 0.826546
+R<ASP>A<C> R<GLN>A<NE2> sep2 0.167783
+R<ASP>A<C> R<GLN>A<O> central_sep1 -0.667899
+R<ASP>A<C> R<GLN>A<O> central_sep2 2.87916
+R<ASP>A<C> R<GLN>A<O> sep1 -1.25511
+R<ASP>A<C> R<GLN>A<O> sep2 1.60703
+R<ASP>A<C> R<GLN>A<OE1> central_sep1 1.40269
+R<ASP>A<C> R<GLN>A<OE1> central_sep2 1.64846
+R<ASP>A<C> R<GLN>A<OE1> sep1 1.1733
+R<ASP>A<C> R<GLN>A<OE1> sep2 0.548385
+R<ASP>A<C> R<GLU>A<C> central_sep1 3.9747
+R<ASP>A<C> R<GLU>A<C> central_sep2 3.76991
+R<ASP>A<C> R<GLU>A<C> sep1 -2.35262
+R<ASP>A<C> R<GLU>A<C> sep2 2.70241
+R<ASP>A<C> R<GLU>A<CA> central_sep1 3.48051
+R<ASP>A<C> R<GLU>A<CA> central_sep2 2.87628
+R<ASP>A<C> R<GLU>A<CA> sep1 -2.68285
+R<ASP>A<C> R<GLU>A<CA> sep2 1.81208
+R<ASP>A<C> R<GLU>A<CB> central_sep1 2.68239
+R<ASP>A<C> R<GLU>A<CB> central_sep2 2.34631
+R<ASP>A<C> R<GLU>A<CB> sep1 0.252365
+R<ASP>A<C> R<GLU>A<CB> sep2 1.18159
+R<ASP>A<C> R<GLU>A<CD> central_sep1 1.91032
+R<ASP>A<C> R<GLU>A<CD> central_sep2 2.48922
+R<ASP>A<C> R<GLU>A<CD> sep1 0.0313922
+R<ASP>A<C> R<GLU>A<CD> sep2 1.43505
+R<ASP>A<C> R<GLU>A<CG> central_sep1 1.22196
+R<ASP>A<C> R<GLU>A<CG> central_sep2 1.70111
+R<ASP>A<C> R<GLU>A<CG> sep1 -0.265527
+R<ASP>A<C> R<GLU>A<CG> sep2 0.859735
+R<ASP>A<C> R<GLU>A<N> central_sep1 -0.799935
+R<ASP>A<C> R<GLU>A<N> central_sep2 2.97602
+R<ASP>A<C> R<GLU>A<N> sep1 -1.67824
+R<ASP>A<C> R<GLU>A<N> sep2 2.37406
+R<ASP>A<C> R<GLU>A<O> central_sep1 -0.59192
+R<ASP>A<C> R<GLU>A<O> central_sep2 2.80312
+R<ASP>A<C> R<GLU>A<O> sep1 -1.31939
+R<ASP>A<C> R<GLU>A<O> sep2 1.91732
+R<ASP>A<C> R<GLU>A<OE1> central_sep1 2.01363
+R<ASP>A<C> R<GLU>A<OE1> central_sep2 2.96084
+R<ASP>A<C> R<GLU>A<OE1> sep1 1.47169
+R<ASP>A<C> R<GLU>A<OE1> sep2 1.78859
+R<ASP>A<C> R<GLY>A<C> central_sep1 3.23135
+R<ASP>A<C> R<GLY>A<C> central_sep2 2.11172
+R<ASP>A<C> R<GLY>A<C> sep1 -1.81988
+R<ASP>A<C> R<GLY>A<C> sep2 1.28545
+R<ASP>A<C> R<GLY>A<CA> central_sep1 2.84251
+R<ASP>A<C> R<GLY>A<CA> central_sep2 1.08669
+R<ASP>A<C> R<GLY>A<CA> sep1 -1.91858
+R<ASP>A<C> R<GLY>A<CA> sep2 0.00246342
+R<ASP>A<C> R<GLY>A<N> central_sep1 -0.324452
+R<ASP>A<C> R<GLY>A<N> central_sep2 1.79644
+R<ASP>A<C> R<GLY>A<N> sep1 -1.60114
+R<ASP>A<C> R<GLY>A<N> sep2 0.51785
+R<ASP>A<C> R<GLY>A<O> central_sep1 -0.314213
+R<ASP>A<C> R<GLY>A<O> central_sep2 1.6674
+R<ASP>A<C> R<GLY>A<O> sep1 -1.34079
+R<ASP>A<C> R<GLY>A<O> sep2 0.828341
+R<ASP>A<C> R<HIS>A<C> central_sep1 3.69932
+R<ASP>A<C> R<HIS>A<C> central_sep2 2.81035
+R<ASP>A<C> R<HIS>A<C> sep1 -2.22611
+R<ASP>A<C> R<HIS>A<C> sep2 1.8872
+R<ASP>A<C> R<HIS>A<CA> central_sep1 3.21556
+R<ASP>A<C> R<HIS>A<CA> central_sep2 2.3708
+R<ASP>A<C> R<HIS>A<CA> sep1 -2.50318
+R<ASP>A<C> R<HIS>A<CA> sep2 0.885359
+R<ASP>A<C> R<HIS>A<CB> central_sep1 1.57516
+R<ASP>A<C> R<HIS>A<CB> central_sep2 1.11267
+R<ASP>A<C> R<HIS>A<CB> sep1 -0.179959
+R<ASP>A<C> R<HIS>A<CB> sep2 0.164799
+R<ASP>A<C> R<HIS>A<CD2> central_sep1 -0.103707
+R<ASP>A<C> R<HIS>A<CD2> central_sep2 0.457351
+R<ASP>A<C> R<HIS>A<CD2> sep1 -0.198717
+R<ASP>A<C> R<HIS>A<CD2> sep2 -0.216847
+R<ASP>A<C> R<HIS>A<CE1> central_sep1 0.877268
+R<ASP>A<C> R<HIS>A<CE1> central_sep2 0.719917
+R<ASP>A<C> R<HIS>A<CE1> sep1 1.51756
+R<ASP>A<C> R<HIS>A<CE1> sep2 -0.211776
+R<ASP>A<C> R<HIS>A<CG> central_sep1 0.283721
+R<ASP>A<C> R<HIS>A<CG> central_sep2 0.757336
+R<ASP>A<C> R<HIS>A<CG> sep1 -1.40947
+R<ASP>A<C> R<HIS>A<CG> sep2 0.20581
+R<ASP>A<C> R<HIS>A<N> central_sep1 -0.76746
+R<ASP>A<C> R<HIS>A<N> central_sep2 2.80629
+R<ASP>A<C> R<HIS>A<N> sep1 -1.60231
+R<ASP>A<C> R<HIS>A<N> sep2 1.41768
+R<ASP>A<C> R<HIS>A<ND1> central_sep1 -0.108728
+R<ASP>A<C> R<HIS>A<ND1> central_sep2 0.927985
+R<ASP>A<C> R<HIS>A<ND1> sep1 -0.158875
+R<ASP>A<C> R<HIS>A<ND1> sep2 0.0135433
+R<ASP>A<C> R<HIS>A<NE2> central_sep1 1.91954
+R<ASP>A<C> R<HIS>A<NE2> central_sep2 0.92987
+R<ASP>A<C> R<HIS>A<NE2> sep1 2.02897
+R<ASP>A<C> R<HIS>A<NE2> sep2 -0.31994
+R<ASP>A<C> R<HIS>A<O> central_sep1 -0.729735
+R<ASP>A<C> R<HIS>A<O> central_sep2 1.80887
+R<ASP>A<C> R<HIS>A<O> sep1 -1.27137
+R<ASP>A<C> R<HIS>A<O> sep2 0.932368
+R<ASP>A<C> R<ILE>A<C> central_sep1 4.85815
+R<ASP>A<C> R<ILE>A<C> central_sep2 3.23985
+R<ASP>A<C> R<ILE>A<C> sep1 -2.90744
+R<ASP>A<C> R<ILE>A<C> sep2 2.87132
+R<ASP>A<C> R<ILE>A<CA> central_sep1 3.45804
+R<ASP>A<C> R<ILE>A<CA> central_sep2 2.93226
+R<ASP>A<C> R<ILE>A<CA> sep1 -2.92101
+R<ASP>A<C> R<ILE>A<CA> sep2 1.25324
+R<ASP>A<C> R<ILE>A<CB> central_sep1 2.32707
+R<ASP>A<C> R<ILE>A<CB> central_sep2 1.20931
+R<ASP>A<C> R<ILE>A<CB> sep1 -0.167091
+R<ASP>A<C> R<ILE>A<CB> sep2 0.115988
+R<ASP>A<C> R<ILE>A<CD1> central_sep1 0.678111
+R<ASP>A<C> R<ILE>A<CD1> central_sep2 0.244686
+R<ASP>A<C> R<ILE>A<CD1> sep1 0.0850478
+R<ASP>A<C> R<ILE>A<CD1> sep2 -0.0981687
+R<ASP>A<C> R<ILE>A<CG1> central_sep1 0.309366
+R<ASP>A<C> R<ILE>A<CG1> central_sep2 0.667255
+R<ASP>A<C> R<ILE>A<CG1> sep1 -1.08596
+R<ASP>A<C> R<ILE>A<CG1> sep2 0.00157448
+R<ASP>A<C> R<ILE>A<CG2> central_sep1 -0.0944768
+R<ASP>A<C> R<ILE>A<CG2> central_sep2 0.641172
+R<ASP>A<C> R<ILE>A<CG2> sep1 -0.237092
+R<ASP>A<C> R<ILE>A<CG2> sep2 0.0354643
+R<ASP>A<C> R<ILE>A<N> central_sep1 -0.381854
+R<ASP>A<C> R<ILE>A<N> central_sep2 3.39425
+R<ASP>A<C> R<ILE>A<N> sep1 -1.92638
+R<ASP>A<C> R<ILE>A<N> sep2 1.98221
+R<ASP>A<C> R<ILE>A<O> central_sep1 -1.07719
+R<ASP>A<C> R<ILE>A<O> central_sep2 2.41647
+R<ASP>A<C> R<ILE>A<O> sep1 -1.42181
+R<ASP>A<C> R<ILE>A<O> sep2 1.08761
+R<ASP>A<C> R<LEU>A<C> central_sep1 4.01256
+R<ASP>A<C> R<LEU>A<C> central_sep2 4.17481
+R<ASP>A<C> R<LEU>A<C> sep1 -2.60708
+R<ASP>A<C> R<LEU>A<C> sep2 2.6307
+R<ASP>A<C> R<LEU>A<CA> central_sep1 3.08791
+R<ASP>A<C> R<LEU>A<CA> central_sep2 3.23121
+R<ASP>A<C> R<LEU>A<CA> sep1 -2.85545
+R<ASP>A<C> R<LEU>A<CA> sep2 2.0218
+R<ASP>A<C> R<LEU>A<CB> central_sep1 1.84911
+R<ASP>A<C> R<LEU>A<CB> central_sep2 1.32419
+R<ASP>A<C> R<LEU>A<CB> sep1 0.0983232
+R<ASP>A<C> R<LEU>A<CB> sep2 0.529567
+R<ASP>A<C> R<LEU>A<CD1> central_sep1 0.885178
+R<ASP>A<C> R<LEU>A<CD1> central_sep2 0.238306
+R<ASP>A<C> R<LEU>A<CD1> sep1 0.517256
+R<ASP>A<C> R<LEU>A<CD1> sep2 -0.0817972
+R<ASP>A<C> R<LEU>A<CD2> central_sep1 1.04934
+R<ASP>A<C> R<LEU>A<CD2> central_sep2 0.321374
+R<ASP>A<C> R<LEU>A<CD2> sep1 0.241933
+R<ASP>A<C> R<LEU>A<CD2> sep2 -0.00405977
+R<ASP>A<C> R<LEU>A<CG> central_sep1 0.0555268
+R<ASP>A<C> R<LEU>A<CG> central_sep2 1.12694
+R<ASP>A<C> R<LEU>A<CG> sep1 -1.06627
+R<ASP>A<C> R<LEU>A<CG> sep2 0.279597
+R<ASP>A<C> R<LEU>A<N> central_sep1 -0.664899
+R<ASP>A<C> R<LEU>A<N> central_sep2 3.29867
+R<ASP>A<C> R<LEU>A<N> sep1 -1.90159
+R<ASP>A<C> R<LEU>A<N> sep2 1.86705
+R<ASP>A<C> R<LEU>A<O> central_sep1 -0.985538
+R<ASP>A<C> R<LEU>A<O> central_sep2 2.33613
+R<ASP>A<C> R<LEU>A<O> sep1 -1.47702
+R<ASP>A<C> R<LEU>A<O> sep2 1.44108
+R<ASP>A<C> R<LYS>A<C> central_sep1 3.92444
+R<ASP>A<C> R<LYS>A<C> central_sep2 3.36288
+R<ASP>A<C> R<LYS>A<C> sep1 -2.34162
+R<ASP>A<C> R<LYS>A<C> sep2 2.17007
+R<ASP>A<C> R<LYS>A<CA> central_sep1 2.93818
+R<ASP>A<C> R<LYS>A<CA> central_sep2 2.28867
+R<ASP>A<C> R<LYS>A<CA> sep1 -2.58472
+R<ASP>A<C> R<LYS>A<CA> sep2 0.880695
+R<ASP>A<C> R<LYS>A<CB> central_sep1 1.90955
+R<ASP>A<C> R<LYS>A<CB> central_sep2 0.965836
+R<ASP>A<C> R<LYS>A<CB> sep1 -0.0596748
+R<ASP>A<C> R<LYS>A<CB> sep2 -0.0553377
+R<ASP>A<C> R<LYS>A<CD> central_sep1 1.36567
+R<ASP>A<C> R<LYS>A<CD> central_sep2 0.490555
+R<ASP>A<C> R<LYS>A<CD> sep1 0.045982
+R<ASP>A<C> R<LYS>A<CD> sep2 -0.15583
+R<ASP>A<C> R<LYS>A<CE> central_sep1 1.28417
+R<ASP>A<C> R<LYS>A<CE> central_sep2 1.12917
+R<ASP>A<C> R<LYS>A<CE> sep1 1.04515
+R<ASP>A<C> R<LYS>A<CE> sep2 -0.012379
+R<ASP>A<C> R<LYS>A<CG> central_sep1 0.426375
+R<ASP>A<C> R<LYS>A<CG> central_sep2 0.731441
+R<ASP>A<C> R<LYS>A<CG> sep1 -0.784112
+R<ASP>A<C> R<LYS>A<CG> sep2 -0.0217006
+R<ASP>A<C> R<LYS>A<N> central_sep1 -1.13658
+R<ASP>A<C> R<LYS>A<N> central_sep2 1.99294
+R<ASP>A<C> R<LYS>A<N> sep1 -1.8228
+R<ASP>A<C> R<LYS>A<N> sep2 1.24352
+R<ASP>A<C> R<LYS>A<NZ> central_sep1 2.11503
+R<ASP>A<C> R<LYS>A<NZ> central_sep2 1.62847
+R<ASP>A<C> R<LYS>A<NZ> sep1 1.93838
+R<ASP>A<C> R<LYS>A<NZ> sep2 0.0377536
+R<ASP>A<C> R<LYS>A<O> central_sep1 -0.749607
+R<ASP>A<C> R<LYS>A<O> central_sep2 2.46871
+R<ASP>A<C> R<LYS>A<O> sep1 -1.43557
+R<ASP>A<C> R<LYS>A<O> sep2 1.35061
+R<ASP>A<C> R<MET>A<C> central_sep1 4.32036
+R<ASP>A<C> R<MET>A<C> central_sep2 3.52745
+R<ASP>A<C> R<MET>A<C> sep1 -2.55015
+R<ASP>A<C> R<MET>A<C> sep2 2.13451
+R<ASP>A<C> R<MET>A<CA> central_sep1 3.6806
+R<ASP>A<C> R<MET>A<CA> central_sep2 2.1181
+R<ASP>A<C> R<MET>A<CA> sep1 -2.69028
+R<ASP>A<C> R<MET>A<CA> sep2 1.08163
+R<ASP>A<C> R<MET>A<CB> central_sep1 2.14987
+R<ASP>A<C> R<MET>A<CB> central_sep2 1.22517
+R<ASP>A<C> R<MET>A<CB> sep1 -0.0758686
+R<ASP>A<C> R<MET>A<CB> sep2 0.190662
+R<ASP>A<C> R<MET>A<CE> central_sep1 0.231103
+R<ASP>A<C> R<MET>A<CE> central_sep2 -0.0284814
+R<ASP>A<C> R<MET>A<CE> sep1 1.18305
+R<ASP>A<C> R<MET>A<CE> sep2 -0.273115
+R<ASP>A<C> R<MET>A<CG> central_sep1 0.430352
+R<ASP>A<C> R<MET>A<CG> central_sep2 0.617959
+R<ASP>A<C> R<MET>A<CG> sep1 -0.604693
+R<ASP>A<C> R<MET>A<CG> sep2 -0.0552637
+R<ASP>A<C> R<MET>A<N> central_sep1 -0.622127
+R<ASP>A<C> R<MET>A<N> central_sep2 2.92826
+R<ASP>A<C> R<MET>A<N> sep1 -1.74052
+R<ASP>A<C> R<MET>A<N> sep2 1.42693
+R<ASP>A<C> R<MET>A<O> central_sep1 -0.883376
+R<ASP>A<C> R<MET>A<O> central_sep2 2.11352
+R<ASP>A<C> R<MET>A<O> sep1 -1.48933
+R<ASP>A<C> R<MET>A<O> sep2 1.23706
+R<ASP>A<C> R<MET>A<SD> central_sep1 0.740167
+R<ASP>A<C> R<MET>A<SD> central_sep2 0.161614
+R<ASP>A<C> R<MET>A<SD> sep1 0.504197
+R<ASP>A<C> R<MET>A<SD> sep2 -0.154242
+R<ASP>A<C> R<PHE>A<C> central_sep1 3.53677
+R<ASP>A<C> R<PHE>A<C> central_sep2 3.46931
+R<ASP>A<C> R<PHE>A<C> sep1 -2.69822
+R<ASP>A<C> R<PHE>A<C> sep2 2.44526
+R<ASP>A<C> R<PHE>A<CA> central_sep1 3.41291
+R<ASP>A<C> R<PHE>A<CA> central_sep2 2.49908
+R<ASP>A<C> R<PHE>A<CA> sep1 -2.85528
+R<ASP>A<C> R<PHE>A<CA> sep2 1.02096
+R<ASP>A<C> R<PHE>A<CB> central_sep1 1.70167
+R<ASP>A<C> R<PHE>A<CB> central_sep2 1.02059
+R<ASP>A<C> R<PHE>A<CB> sep1 -0.335423
+R<ASP>A<C> R<PHE>A<CB> sep2 0.139422
+R<ASP>A<C> R<PHE>A<CD1> central_sep1 -0.676963
+R<ASP>A<C> R<PHE>A<CD1> central_sep2 0.363911
+R<ASP>A<C> R<PHE>A<CD1> sep1 -0.508545
+R<ASP>A<C> R<PHE>A<CD1> sep2 -0.0802106
+R<ASP>A<C> R<PHE>A<CE1> central_sep1 0.662554
+R<ASP>A<C> R<PHE>A<CE1> central_sep2 0.0135309
+R<ASP>A<C> R<PHE>A<CE1> sep1 1.40826
+R<ASP>A<C> R<PHE>A<CE1> sep2 -0.237335
+R<ASP>A<C> R<PHE>A<CG> central_sep1 0.680702
+R<ASP>A<C> R<PHE>A<CG> central_sep2 1.30185
+R<ASP>A<C> R<PHE>A<CG> sep1 -1.64706
+R<ASP>A<C> R<PHE>A<CG> sep2 0.407504
+R<ASP>A<C> R<PHE>A<CZ> central_sep1 1.52415
+R<ASP>A<C> R<PHE>A<CZ> central_sep2 -0.0783689
+R<ASP>A<C> R<PHE>A<CZ> sep1 2.28997
+R<ASP>A<C> R<PHE>A<CZ> sep2 -0.370573
+R<ASP>A<C> R<PHE>A<N> central_sep1 -0.670658
+R<ASP>A<C> R<PHE>A<N> central_sep2 2.99585
+R<ASP>A<C> R<PHE>A<N> sep1 -1.8709
+R<ASP>A<C> R<PHE>A<N> sep2 1.76524
+R<ASP>A<C> R<PHE>A<O> central_sep1 -0.944678
+R<ASP>A<C> R<PHE>A<O> central_sep2 2.45168
+R<ASP>A<C> R<PHE>A<O> sep1 -1.51141
+R<ASP>A<C> R<PHE>A<O> sep2 1.25033
+R<ASP>A<C> R<PRO>A<C> central_sep1 2.74042
+R<ASP>A<C> R<PRO>A<C> central_sep2 3.80229
+R<ASP>A<C> R<PRO>A<C> sep1 -2.16562
+R<ASP>A<C> R<PRO>A<C> sep2 3.3851
+R<ASP>A<C> R<PRO>A<CA> central_sep1 2.9855
+R<ASP>A<C> R<PRO>A<CA> central_sep2 1.49761
+R<ASP>A<C> R<PRO>A<CA> sep1 -2.46816
+R<ASP>A<C> R<PRO>A<CA> sep2 0.400066
+R<ASP>A<C> R<PRO>A<CB> central_sep1 1.71415
+R<ASP>A<C> R<PRO>A<CB> central_sep2 0.566646
+R<ASP>A<C> R<PRO>A<CB> sep1 1.38113
+R<ASP>A<C> R<PRO>A<CB> sep2 -0.0550621
+R<ASP>A<C> R<PRO>A<CD> central_sep1 -0.239262
+R<ASP>A<C> R<PRO>A<CD> central_sep2 1.24513
+R<ASP>A<C> R<PRO>A<CD> sep1 -0.721027
+R<ASP>A<C> R<PRO>A<CD> sep2 0.151092
+R<ASP>A<C> R<PRO>A<CG> central_sep1 2.06759
+R<ASP>A<C> R<PRO>A<CG> central_sep2 0.463682
+R<ASP>A<C> R<PRO>A<CG> sep1 2.49491
+R<ASP>A<C> R<PRO>A<CG> sep2 -0.0972251
+R<ASP>A<C> R<PRO>A<N> central_sep1 1.48816
+R<ASP>A<C> R<PRO>A<N> central_sep2 3.31781
+R<ASP>A<C> R<PRO>A<N> sep1 -1.19177
+R<ASP>A<C> R<PRO>A<N> sep2 1.97954
+R<ASP>A<C> R<PRO>A<O> central_sep1 -0.633934
+R<ASP>A<C> R<PRO>A<O> central_sep2 2.79913
+R<ASP>A<C> R<PRO>A<O> sep1 -1.64397
+R<ASP>A<C> R<PRO>A<O> sep2 1.58333
+R<ASP>A<C> R<SER>A<C> central_sep1 4.78936
+R<ASP>A<C> R<SER>A<C> central_sep2 3.19516
+R<ASP>A<C> R<SER>A<C> sep1 -2.16326
+R<ASP>A<C> R<SER>A<C> sep2 2.06635
+R<ASP>A<C> R<SER>A<CA> central_sep1 3.75114
+R<ASP>A<C> R<SER>A<CA> central_sep2 1.97185
+R<ASP>A<C> R<SER>A<CA> sep1 -2.4608
+R<ASP>A<C> R<SER>A<CA> sep2 0.518571
+R<ASP>A<C> R<SER>A<CB> central_sep1 2.24888
+R<ASP>A<C> R<SER>A<CB> central_sep2 0.882048
+R<ASP>A<C> R<SER>A<CB> sep1 -0.128103
+R<ASP>A<C> R<SER>A<CB> sep2 0.088745
+R<ASP>A<C> R<SER>A<N> central_sep1 -0.980058
+R<ASP>A<C> R<SER>A<N> central_sep2 2.43314
+R<ASP>A<C> R<SER>A<N> sep1 -1.69422
+R<ASP>A<C> R<SER>A<N> sep2 1.33095
+R<ASP>A<C> R<SER>A<O> central_sep1 -0.626672
+R<ASP>A<C> R<SER>A<O> central_sep2 2.25302
+R<ASP>A<C> R<SER>A<O> sep1 -1.43385
+R<ASP>A<C> R<SER>A<O> sep2 1.29837
+R<ASP>A<C> R<SER>A<OG> central_sep1 1.60835
+R<ASP>A<C> R<SER>A<OG> central_sep2 1.21976
+R<ASP>A<C> R<SER>A<OG> sep1 0.319865
+R<ASP>A<C> R<SER>A<OG> sep2 0.417458
+R<ASP>A<C> R<THR>A<C> central_sep1 4.70713
+R<ASP>A<C> R<THR>A<C> central_sep2 3.30166
+R<ASP>A<C> R<THR>A<C> sep1 -2.36492
+R<ASP>A<C> R<THR>A<C> sep2 2.18012
+R<ASP>A<C> R<THR>A<CA> central_sep1 3.60436
+R<ASP>A<C> R<THR>A<CA> central_sep2 2.34913
+R<ASP>A<C> R<THR>A<CA> sep1 -2.57316
+R<ASP>A<C> R<THR>A<CA> sep2 0.861754
+R<ASP>A<C> R<THR>A<CB> central_sep1 1.89066
+R<ASP>A<C> R<THR>A<CB> central_sep2 0.866502
+R<ASP>A<C> R<THR>A<CB> sep1 0.191041
+R<ASP>A<C> R<THR>A<CB> sep2 0.038988
+R<ASP>A<C> R<THR>A<CG2> central_sep1 0.732647
+R<ASP>A<C> R<THR>A<CG2> central_sep2 0.495486
+R<ASP>A<C> R<THR>A<CG2> sep1 -0.206612
+R<ASP>A<C> R<THR>A<CG2> sep2 -0.116835
+R<ASP>A<C> R<THR>A<N> central_sep1 -0.855748
+R<ASP>A<C> R<THR>A<N> central_sep2 3.00025
+R<ASP>A<C> R<THR>A<N> sep1 -1.72642
+R<ASP>A<C> R<THR>A<N> sep2 1.64924
+R<ASP>A<C> R<THR>A<O> central_sep1 -0.736
+R<ASP>A<C> R<THR>A<O> central_sep2 2.17673
+R<ASP>A<C> R<THR>A<O> sep1 -1.32321
+R<ASP>A<C> R<THR>A<O> sep2 1.10115
+R<ASP>A<C> R<THR>A<OG1> central_sep1 1.59521
+R<ASP>A<C> R<THR>A<OG1> central_sep2 1.07667
+R<ASP>A<C> R<THR>A<OG1> sep1 -0.0556621
+R<ASP>A<C> R<THR>A<OG1> sep2 0.346588
+R<ASP>A<C> R<TRP>A<C> central_sep1 4.60205
+R<ASP>A<C> R<TRP>A<C> central_sep2 3.0458
+R<ASP>A<C> R<TRP>A<C> sep1 -2.69478
+R<ASP>A<C> R<TRP>A<C> sep2 2.21299
+R<ASP>A<C> R<TRP>A<CA> central_sep1 3.73178
+R<ASP>A<C> R<TRP>A<CA> central_sep2 2.3323
+R<ASP>A<C> R<TRP>A<CA> sep1 -2.86329
+R<ASP>A<C> R<TRP>A<CA> sep2 1.21004
+R<ASP>A<C> R<TRP>A<CB> central_sep1 1.75402
+R<ASP>A<C> R<TRP>A<CB> central_sep2 0.870055
+R<ASP>A<C> R<TRP>A<CB> sep1 -0.233936
+R<ASP>A<C> R<TRP>A<CB> sep2 0.177637
+R<ASP>A<C> R<TRP>A<CD1> central_sep1 -0.901335
+R<ASP>A<C> R<TRP>A<CD1> central_sep2 0.216915
+R<ASP>A<C> R<TRP>A<CD1> sep1 -0.667921
+R<ASP>A<C> R<TRP>A<CD1> sep2 -0.206127
+R<ASP>A<C> R<TRP>A<CD2> central_sep1 -0.185213
+R<ASP>A<C> R<TRP>A<CD2> central_sep2 1.16381
+R<ASP>A<C> R<TRP>A<CD2> sep1 -0.0720732
+R<ASP>A<C> R<TRP>A<CD2> sep2 0.998819
+R<ASP>A<C> R<TRP>A<CE2> central_sep1 0.13738
+R<ASP>A<C> R<TRP>A<CE2> central_sep2 1.09386
+R<ASP>A<C> R<TRP>A<CE2> sep1 1.20659
+R<ASP>A<C> R<TRP>A<CE2> sep2 0.328881
+R<ASP>A<C> R<TRP>A<CE3> central_sep1 -0.100816
+R<ASP>A<C> R<TRP>A<CE3> central_sep2 0.204391
+R<ASP>A<C> R<TRP>A<CE3> sep1 0.869968
+R<ASP>A<C> R<TRP>A<CE3> sep2 0.11113
+R<ASP>A<C> R<TRP>A<CG> central_sep1 1.20646
+R<ASP>A<C> R<TRP>A<CG> central_sep2 0.606513
+R<ASP>A<C> R<TRP>A<CG> sep1 -0.765635
+R<ASP>A<C> R<TRP>A<CG> sep2 0.149063
+R<ASP>A<C> R<TRP>A<CH2> central_sep1 2.16204
+R<ASP>A<C> R<TRP>A<CH2> central_sep2 -0.265607
+R<ASP>A<C> R<TRP>A<CH2> sep1 3.20879
+R<ASP>A<C> R<TRP>A<CH2> sep2 -0.518004
+R<ASP>A<C> R<TRP>A<CZ2> central_sep1 1.91195
+R<ASP>A<C> R<TRP>A<CZ2> central_sep2 -0.247541
+R<ASP>A<C> R<TRP>A<CZ2> sep1 2.86106
+R<ASP>A<C> R<TRP>A<CZ2> sep2 -0.66237
+R<ASP>A<C> R<TRP>A<CZ3> central_sep1 0.928395
+R<ASP>A<C> R<TRP>A<CZ3> central_sep2 -0.174253
+R<ASP>A<C> R<TRP>A<CZ3> sep1 1.77785
+R<ASP>A<C> R<TRP>A<CZ3> sep2 -0.399358
+R<ASP>A<C> R<TRP>A<N> central_sep1 -0.663443
+R<ASP>A<C> R<TRP>A<N> central_sep2 2.66182
+R<ASP>A<C> R<TRP>A<N> sep1 -1.84708
+R<ASP>A<C> R<TRP>A<N> sep2 1.66795
+R<ASP>A<C> R<TRP>A<NE1> central_sep1 1.23638
+R<ASP>A<C> R<TRP>A<NE1> central_sep2 0.544041
+R<ASP>A<C> R<TRP>A<NE1> sep1 1.00156
+R<ASP>A<C> R<TRP>A<NE1> sep2 -0.228984
+R<ASP>A<C> R<TRP>A<O> central_sep1 -0.958606
+R<ASP>A<C> R<TRP>A<O> central_sep2 2.34728
+R<ASP>A<C> R<TRP>A<O> sep1 -1.47478
+R<ASP>A<C> R<TRP>A<O> sep2 1.60841
+R<ASP>A<C> R<TYR>A<C> central_sep1 3.82547
+R<ASP>A<C> R<TYR>A<C> central_sep2 3.55819
+R<ASP>A<C> R<TYR>A<C> sep1 -2.5765
+R<ASP>A<C> R<TYR>A<C> sep2 2.2638
+R<ASP>A<C> R<TYR>A<CA> central_sep1 3.23406
+R<ASP>A<C> R<TYR>A<CA> central_sep2 2.33383
+R<ASP>A<C> R<TYR>A<CA> sep1 -2.82181
+R<ASP>A<C> R<TYR>A<CA> sep2 0.94733
+R<ASP>A<C> R<TYR>A<CB> central_sep1 1.97372
+R<ASP>A<C> R<TYR>A<CB> central_sep2 1.00394
+R<ASP>A<C> R<TYR>A<CB> sep1 -0.259195
+R<ASP>A<C> R<TYR>A<CB> sep2 0.105836
+R<ASP>A<C> R<TYR>A<CD1> central_sep1 -0.799011
+R<ASP>A<C> R<TYR>A<CD1> central_sep2 0.222983
+R<ASP>A<C> R<TYR>A<CD1> sep1 -0.430044
+R<ASP>A<C> R<TYR>A<CD1> sep2 -0.125899
+R<ASP>A<C> R<TYR>A<CE1> central_sep1 0.383756
+R<ASP>A<C> R<TYR>A<CE1> central_sep2 0.14955
+R<ASP>A<C> R<TYR>A<CE1> sep1 1.24388
+R<ASP>A<C> R<TYR>A<CE1> sep2 -0.373204
+R<ASP>A<C> R<TYR>A<CG> central_sep1 0.525833
+R<ASP>A<C> R<TYR>A<CG> central_sep2 1.1726
+R<ASP>A<C> R<TYR>A<CG> sep1 -1.76109
+R<ASP>A<C> R<TYR>A<CG> sep2 0.446164
+R<ASP>A<C> R<TYR>A<CZ> central_sep1 0.836736
+R<ASP>A<C> R<TYR>A<CZ> central_sep2 0.610026
+R<ASP>A<C> R<TYR>A<CZ> sep1 1.30786
+R<ASP>A<C> R<TYR>A<CZ> sep2 -0.0815984
+R<ASP>A<C> R<TYR>A<N> central_sep1 -0.703344
+R<ASP>A<C> R<TYR>A<N> central_sep2 2.4281
+R<ASP>A<C> R<TYR>A<N> sep1 -1.78666
+R<ASP>A<C> R<TYR>A<N> sep2 1.6004
+R<ASP>A<C> R<TYR>A<O> central_sep1 -0.909938
+R<ASP>A<C> R<TYR>A<O> central_sep2 2.41087
+R<ASP>A<C> R<TYR>A<O> sep1 -1.36778
+R<ASP>A<C> R<TYR>A<O> sep2 1.27439
+R<ASP>A<C> R<TYR>A<OH> central_sep1 2.9675
+R<ASP>A<C> R<TYR>A<OH> central_sep2 0.556893
+R<ASP>A<C> R<TYR>A<OH> sep1 3.30134
+R<ASP>A<C> R<TYR>A<OH> sep2 -0.172755
+R<ASP>A<C> R<VAL>A<C> central_sep1 3.49604
+R<ASP>A<C> R<VAL>A<C> central_sep2 4.1735
+R<ASP>A<C> R<VAL>A<C> sep1 -2.79911
+R<ASP>A<C> R<VAL>A<C> sep2 2.51547
+R<ASP>A<C> R<VAL>A<CA> central_sep1 4.38316
+R<ASP>A<C> R<VAL>A<CA> central_sep2 2.68519
+R<ASP>A<C> R<VAL>A<CA> sep1 -2.78571
+R<ASP>A<C> R<VAL>A<CA> sep2 1.21171
+R<ASP>A<C> R<VAL>A<CB> central_sep1 1.98691
+R<ASP>A<C> R<VAL>A<CB> central_sep2 0.936681
+R<ASP>A<C> R<VAL>A<CB> sep1 0.048176
+R<ASP>A<C> R<VAL>A<CB> sep2 -0.16371
+R<ASP>A<C> R<VAL>A<CG1> central_sep1 -0.025242
+R<ASP>A<C> R<VAL>A<CG1> central_sep2 0.442321
+R<ASP>A<C> R<VAL>A<CG1> sep1 -0.181201
+R<ASP>A<C> R<VAL>A<CG1> sep2 -0.093795
+R<ASP>A<C> R<VAL>A<CG2> central_sep1 0.464455
+R<ASP>A<C> R<VAL>A<CG2> central_sep2 0.451786
+R<ASP>A<C> R<VAL>A<CG2> sep1 -0.638179
+R<ASP>A<C> R<VAL>A<CG2> sep2 -0.0867365
+R<ASP>A<C> R<VAL>A<N> central_sep1 -0.386917
+R<ASP>A<C> R<VAL>A<N> central_sep2 3.62951
+R<ASP>A<C> R<VAL>A<N> sep1 -1.8264
+R<ASP>A<C> R<VAL>A<N> sep2 1.75274
+R<ASP>A<C> R<VAL>A<O> central_sep1 -0.906418
+R<ASP>A<C> R<VAL>A<O> central_sep2 2.32576
+R<ASP>A<C> R<VAL>A<O> sep1 -1.34463
+R<ASP>A<C> R<VAL>A<O> sep2 1.27292
+R<ASP>A<C> c<solvent> . 1.71635
+R<ASP>A<CA> R<ASP>A<CA> central_sep1 1.9809
+R<ASP>A<CA> R<ASP>A<CA> central_sep2 1.12719
+R<ASP>A<CA> R<ASP>A<CA> sep1 2.3979
+R<ASP>A<CA> R<ASP>A<CA> sep2 1.25398
+R<ASP>A<CA> R<ASP>A<CB> central_sep1 -0.116054
+R<ASP>A<CA> R<ASP>A<CB> central_sep2 0.7861
+R<ASP>A<CA> R<ASP>A<CB> sep1 1.85094
+R<ASP>A<CA> R<ASP>A<CB> sep2 0.888791
+R<ASP>A<CA> R<ASP>A<CG> central_sep1 1.77374
+R<ASP>A<CA> R<ASP>A<CG> central_sep2 1.15363
+R<ASP>A<CA> R<ASP>A<CG> sep1 1.42023
+R<ASP>A<CA> R<ASP>A<CG> sep2 0.115201
+R<ASP>A<CA> R<ASP>A<N> central_sep1 3.616
+R<ASP>A<CA> R<ASP>A<N> central_sep2 1.91864
+R<ASP>A<CA> R<ASP>A<N> sep1 -1.98414
+R<ASP>A<CA> R<ASP>A<N> sep2 1.38133
+R<ASP>A<CA> R<ASP>A<O> central_sep1 2.05128
+R<ASP>A<CA> R<ASP>A<O> central_sep2 0.617015
+R<ASP>A<CA> R<ASP>A<O> sep1 -1.9124
+R<ASP>A<CA> R<ASP>A<O> sep2 0.868376
+R<ASP>A<CA> R<ASP>A<OD1> central_sep1 1.05691
+R<ASP>A<CA> R<ASP>A<OD1> central_sep2 1.05703
+R<ASP>A<CA> R<ASP>A<OD1> sep1 1.31978
+R<ASP>A<CA> R<ASP>A<OD1> sep2 0.811272
+R<ASP>A<CA> R<CYS>A<C> central_sep1 3.89418
+R<ASP>A<CA> R<CYS>A<C> central_sep2 2.57643
+R<ASP>A<CA> R<CYS>A<C> sep1 -2.6238
+R<ASP>A<CA> R<CYS>A<C> sep2 0.814656
+R<ASP>A<CA> R<CYS>A<CA> central_sep1 2.18463
+R<ASP>A<CA> R<CYS>A<CA> central_sep2 0.845924
+R<ASP>A<CA> R<CYS>A<CA> sep1 3.90005
+R<ASP>A<CA> R<CYS>A<CA> sep2 0.855451
+R<ASP>A<CA> R<CYS>A<CB> central_sep1 -0.0634876
+R<ASP>A<CA> R<CYS>A<CB> central_sep2 0.272992
+R<ASP>A<CA> R<CYS>A<CB> sep1 1.67283
+R<ASP>A<CA> R<CYS>A<CB> sep2 0.409939
+R<ASP>A<CA> R<CYS>A<N> central_sep1 3.18683
+R<ASP>A<CA> R<CYS>A<N> central_sep2 1.7684
+R<ASP>A<CA> R<CYS>A<N> sep1 -2.15625
+R<ASP>A<CA> R<CYS>A<N> sep2 1.34243
+R<ASP>A<CA> R<CYS>A<O> central_sep1 1.26748
+R<ASP>A<CA> R<CYS>A<O> central_sep2 -0.153143
+R<ASP>A<CA> R<CYS>A<O> sep1 -2.03656
+R<ASP>A<CA> R<CYS>A<O> sep2 0.451919
+R<ASP>A<CA> R<CYS>A<SG> central_sep1 1.025
+R<ASP>A<CA> R<CYS>A<SG> central_sep2 0.143414
+R<ASP>A<CA> R<CYS>A<SG> sep1 1.48211
+R<ASP>A<CA> R<CYS>A<SG> sep2 0.348146
+R<ASP>A<CA> R<GLN>A<C> central_sep1 4.23604
+R<ASP>A<CA> R<GLN>A<C> central_sep2 2.82017
+R<ASP>A<CA> R<GLN>A<C> sep1 -2.47949
+R<ASP>A<CA> R<GLN>A<C> sep2 1.27474
+R<ASP>A<CA> R<GLN>A<CA> central_sep1 1.94899
+R<ASP>A<CA> R<GLN>A<CA> central_sep2 0.850263
+R<ASP>A<CA> R<GLN>A<CA> sep1 2.34257
+R<ASP>A<CA> R<GLN>A<CA> sep2 1.02648
+R<ASP>A<CA> R<GLN>A<CB> central_sep1 -0.681953
+R<ASP>A<CA> R<GLN>A<CB> central_sep2 0.822425
+R<ASP>A<CA> R<GLN>A<CB> sep1 1.2844
+R<ASP>A<CA> R<GLN>A<CB> sep2 0.894275
+R<ASP>A<CA> R<GLN>A<CD> central_sep1 0.828783
+R<ASP>A<CA> R<GLN>A<CD> central_sep2 0.645195
+R<ASP>A<CA> R<GLN>A<CD> sep1 0.973019
+R<ASP>A<CA> R<GLN>A<CD> sep2 -0.540441
+R<ASP>A<CA> R<GLN>A<CG> central_sep1 0.777705
+R<ASP>A<CA> R<GLN>A<CG> central_sep2 0.365828
+R<ASP>A<CA> R<GLN>A<CG> sep1 1.02606
+R<ASP>A<CA> R<GLN>A<CG> sep2 0.400757
+R<ASP>A<CA> R<GLN>A<N> central_sep1 3.53611
+R<ASP>A<CA> R<GLN>A<N> central_sep2 1.87767
+R<ASP>A<CA> R<GLN>A<N> sep1 -1.85671
+R<ASP>A<CA> R<GLN>A<N> sep2 1.3817
+R<ASP>A<CA> R<GLN>A<NE2> central_sep1 0.743266
+R<ASP>A<CA> R<GLN>A<NE2> central_sep2 0.239518
+R<ASP>A<CA> R<GLN>A<NE2> sep1 1.63729
+R<ASP>A<CA> R<GLN>A<NE2> sep2 0.122785
+R<ASP>A<CA> R<GLN>A<O> central_sep1 1.76319
+R<ASP>A<CA> R<GLN>A<O> central_sep2 0.645132
+R<ASP>A<CA> R<GLN>A<O> sep1 -1.8465
+R<ASP>A<CA> R<GLN>A<O> sep2 0.885056
+R<ASP>A<CA> R<GLN>A<OE1> central_sep1 0.396001
+R<ASP>A<CA> R<GLN>A<OE1> central_sep2 0.418498
+R<ASP>A<CA> R<GLN>A<OE1> sep1 1.59241
+R<ASP>A<CA> R<GLN>A<OE1> sep2 0.281416
+R<ASP>A<CA> R<GLU>A<C> central_sep1 4.03609
+R<ASP>A<CA> R<GLU>A<C> central_sep2 3.31192
+R<ASP>A<CA> R<GLU>A<C> sep1 -2.58782
+R<ASP>A<CA> R<GLU>A<C> sep2 1.63009
+R<ASP>A<CA> R<GLU>A<CA> central_sep1 2.4106
+R<ASP>A<CA> R<GLU>A<CA> central_sep2 1.5594
+R<ASP>A<CA> R<GLU>A<CA> sep1 2.62502
+R<ASP>A<CA> R<GLU>A<CA> sep2 1.65364
+R<ASP>A<CA> R<GLU>A<CB> central_sep1 -0.491902
+R<ASP>A<CA> R<GLU>A<CB> central_sep2 1.18356
+R<ASP>A<CA> R<GLU>A<CB> sep1 1.50825
+R<ASP>A<CA> R<GLU>A<CB> sep2 1.31862
+R<ASP>A<CA> R<GLU>A<CD> central_sep1 0.920163
+R<ASP>A<CA> R<GLU>A<CD> central_sep2 0.988244
+R<ASP>A<CA> R<GLU>A<CD> sep1 1.04944
+R<ASP>A<CA> R<GLU>A<CD> sep2 0.401082
+R<ASP>A<CA> R<GLU>A<CG> central_sep1 1.35018
+R<ASP>A<CA> R<GLU>A<CG> central_sep2 1.25791
+R<ASP>A<CA> R<GLU>A<CG> sep1 1.09333
+R<ASP>A<CA> R<GLU>A<CG> sep2 1.26062
+R<ASP>A<CA> R<GLU>A<N> central_sep1 4.12429
+R<ASP>A<CA> R<GLU>A<N> central_sep2 2.31234
+R<ASP>A<CA> R<GLU>A<N> sep1 -2.12287
+R<ASP>A<CA> R<GLU>A<N> sep2 1.89749
+R<ASP>A<CA> R<GLU>A<O> central_sep1 1.8894
+R<ASP>A<CA> R<GLU>A<O> central_sep2 0.930278
+R<ASP>A<CA> R<GLU>A<O> sep1 -1.943
+R<ASP>A<CA> R<GLU>A<O> sep2 1.35958
+R<ASP>A<CA> R<GLU>A<OE1> central_sep1 0.882222
+R<ASP>A<CA> R<GLU>A<OE1> central_sep2 1.34219
+R<ASP>A<CA> R<GLU>A<OE1> sep1 1.64137
+R<ASP>A<CA> R<GLU>A<OE1> sep2 1.05172
+R<ASP>A<CA> R<GLY>A<C> central_sep1 2.56921
+R<ASP>A<CA> R<GLY>A<C> central_sep2 1.27023
+R<ASP>A<CA> R<GLY>A<C> sep1 -2.33984
+R<ASP>A<CA> R<GLY>A<C> sep2 0.211817
+R<ASP>A<CA> R<GLY>A<CA> central_sep1 1.9692
+R<ASP>A<CA> R<GLY>A<CA> central_sep2 0.276332
+R<ASP>A<CA> R<GLY>A<CA> sep1 1.78668
+R<ASP>A<CA> R<GLY>A<CA> sep2 0.0408017
+R<ASP>A<CA> R<GLY>A<N> central_sep1 2.43071
+R<ASP>A<CA> R<GLY>A<N> central_sep2 0.933431
+R<ASP>A<CA> R<GLY>A<N> sep1 -1.98159
+R<ASP>A<CA> R<GLY>A<N> sep2 0.295289
+R<ASP>A<CA> R<GLY>A<O> central_sep1 1.68342
+R<ASP>A<CA> R<GLY>A<O> central_sep2 0.0693099
+R<ASP>A<CA> R<GLY>A<O> sep1 -1.92256
+R<ASP>A<CA> R<GLY>A<O> sep2 0.337847
+R<ASP>A<CA> R<HIS>A<C> central_sep1 3.70612
+R<ASP>A<CA> R<HIS>A<C> central_sep2 2.29237
+R<ASP>A<CA> R<HIS>A<C> sep1 -2.43853
+R<ASP>A<CA> R<HIS>A<C> sep2 0.806255
+R<ASP>A<CA> R<HIS>A<CA> central_sep1 1.88483
+R<ASP>A<CA> R<HIS>A<CA> central_sep2 0.720217
+R<ASP>A<CA> R<HIS>A<CA> sep1 2.42357
+R<ASP>A<CA> R<HIS>A<CA> sep2 0.852861
+R<ASP>A<CA> R<HIS>A<CB> central_sep1 -0.383915
+R<ASP>A<CA> R<HIS>A<CB> central_sep2 0.18878
+R<ASP>A<CA> R<HIS>A<CB> sep1 1.46443
+R<ASP>A<CA> R<HIS>A<CB> sep2 0.399501
+R<ASP>A<CA> R<HIS>A<CD2> central_sep1 0.566946
+R<ASP>A<CA> R<HIS>A<CD2> central_sep2 -0.178438
+R<ASP>A<CA> R<HIS>A<CD2> sep1 0.479423
+R<ASP>A<CA> R<HIS>A<CD2> sep2 -0.171683
+R<ASP>A<CA> R<HIS>A<CE1> central_sep1 1.02256
+R<ASP>A<CA> R<HIS>A<CE1> central_sep2 0.0866069
+R<ASP>A<CA> R<HIS>A<CE1> sep1 1.45011
+R<ASP>A<CA> R<HIS>A<CE1> sep2 -0.323529
+R<ASP>A<CA> R<HIS>A<CG> central_sep1 1.83518
+R<ASP>A<CA> R<HIS>A<CG> central_sep2 -0.0607369
+R<ASP>A<CA> R<HIS>A<CG> sep1 2.08414
+R<ASP>A<CA> R<HIS>A<CG> sep2 -0.395539
+R<ASP>A<CA> R<HIS>A<N> central_sep1 3.33816
+R<ASP>A<CA> R<HIS>A<N> central_sep2 1.11708
+R<ASP>A<CA> R<HIS>A<N> sep1 -1.98407
+R<ASP>A<CA> R<HIS>A<N> sep2 0.766807
+R<ASP>A<CA> R<HIS>A<ND1> central_sep1 0.628132
+R<ASP>A<CA> R<HIS>A<ND1> central_sep2 0.384687
+R<ASP>A<CA> R<HIS>A<ND1> sep1 0.211543
+R<ASP>A<CA> R<HIS>A<ND1> sep2 -0.18711
+R<ASP>A<CA> R<HIS>A<NE2> central_sep1 0.888435
+R<ASP>A<CA> R<HIS>A<NE2> central_sep2 -0.0437455
+R<ASP>A<CA> R<HIS>A<NE2> sep1 1.58641
+R<ASP>A<CA> R<HIS>A<NE2> sep2 -0.501119
+R<ASP>A<CA> R<HIS>A<O> central_sep1 1.63557
+R<ASP>A<CA> R<HIS>A<O> central_sep2 0.0366979
+R<ASP>A<CA> R<HIS>A<O> sep1 -1.83262
+R<ASP>A<CA> R<HIS>A<O> sep2 0.512548
+R<ASP>A<CA> R<ILE>A<C> central_sep1 4.41099
+R<ASP>A<CA> R<ILE>A<C> central_sep2 3.72107
+R<ASP>A<CA> R<ILE>A<C> sep1 -2.94984
+R<ASP>A<CA> R<ILE>A<C> sep2 1.29664
+R<ASP>A<CA> R<ILE>A<CA> central_sep1 2.35876
+R<ASP>A<CA> R<ILE>A<CA> central_sep2 1.21391
+R<ASP>A<CA> R<ILE>A<CA> sep1 3.30982
+R<ASP>A<CA> R<ILE>A<CA> sep2 1.33
+R<ASP>A<CA> R<ILE>A<CB> central_sep1 -1.22453
+R<ASP>A<CA> R<ILE>A<CB> central_sep2 0.155716
+R<ASP>A<CA> R<ILE>A<CB> sep1 1.45448
+R<ASP>A<CA> R<ILE>A<CB> sep2 0.277268
+R<ASP>A<CA> R<ILE>A<CD1> central_sep1 0.208281
+R<ASP>A<CA> R<ILE>A<CD1> central_sep2 0.0855667
+R<ASP>A<CA> R<ILE>A<CD1> sep1 1.88821
+R<ASP>A<CA> R<ILE>A<CD1> sep2 0.382395
+R<ASP>A<CA> R<ILE>A<CG1> central_sep1 0.812121
+R<ASP>A<CA> R<ILE>A<CG1> central_sep2 0.374216
+R<ASP>A<CA> R<ILE>A<CG1> sep1 1.32792
+R<ASP>A<CA> R<ILE>A<CG1> sep2 0.449967
+R<ASP>A<CA> R<ILE>A<CG2> central_sep1 1.40104
+R<ASP>A<CA> R<ILE>A<CG2> central_sep2 0.420042
+R<ASP>A<CA> R<ILE>A<CG2> sep1 1.0109
+R<ASP>A<CA> R<ILE>A<CG2> sep2 0.729478
+R<ASP>A<CA> R<ILE>A<N> central_sep1 3.43926
+R<ASP>A<CA> R<ILE>A<N> central_sep2 2.31856
+R<ASP>A<CA> R<ILE>A<N> sep1 -2.46909
+R<ASP>A<CA> R<ILE>A<N> sep2 1.75695
+R<ASP>A<CA> R<ILE>A<O> central_sep1 1.22264
+R<ASP>A<CA> R<ILE>A<O> central_sep2 -0.016155
+R<ASP>A<CA> R<ILE>A<O> sep1 -2.20553
+R<ASP>A<CA> R<ILE>A<O> sep2 0.627633
+R<ASP>A<CA> R<LEU>A<C> central_sep1 3.95609
+R<ASP>A<CA> R<LEU>A<C> central_sep2 2.83015
+R<ASP>A<CA> R<LEU>A<C> sep1 -2.68101
+R<ASP>A<CA> R<LEU>A<C> sep2 1.15294
+R<ASP>A<CA> R<LEU>A<CA> central_sep1 2.52715
+R<ASP>A<CA> R<LEU>A<CA> central_sep2 1.46542
+R<ASP>A<CA> R<LEU>A<CA> sep1 3.25652
+R<ASP>A<CA> R<LEU>A<CA> sep2 1.48118
+R<ASP>A<CA> R<LEU>A<CB> central_sep1 -0.700364
+R<ASP>A<CA> R<LEU>A<CB> central_sep2 0.535681
+R<ASP>A<CA> R<LEU>A<CB> sep1 1.44571
+R<ASP>A<CA> R<LEU>A<CB> sep2 0.72185
+R<ASP>A<CA> R<LEU>A<CD1> central_sep1 0.225656
+R<ASP>A<CA> R<LEU>A<CD1> central_sep2 0.196153
+R<ASP>A<CA> R<LEU>A<CD1> sep1 1.77277
+R<ASP>A<CA> R<LEU>A<CD1> sep2 0.38048
+R<ASP>A<CA> R<LEU>A<CD2> central_sep1 1.78609
+R<ASP>A<CA> R<LEU>A<CD2> central_sep2 0.159218
+R<ASP>A<CA> R<LEU>A<CD2> sep1 1.71157
+R<ASP>A<CA> R<LEU>A<CD2> sep2 0.469432
+R<ASP>A<CA> R<LEU>A<CG> central_sep1 0.477168
+R<ASP>A<CA> R<LEU>A<CG> central_sep2 1.01776
+R<ASP>A<CA> R<LEU>A<CG> sep1 0.785865
+R<ASP>A<CA> R<LEU>A<CG> sep2 0.584119
+R<ASP>A<CA> R<LEU>A<N> central_sep1 3.4121
+R<ASP>A<CA> R<LEU>A<N> central_sep2 2.15387
+R<ASP>A<CA> R<LEU>A<N> sep1 -2.22816
+R<ASP>A<CA> R<LEU>A<N> sep2 1.72129
+R<ASP>A<CA> R<LEU>A<O> central_sep1 1.55421
+R<ASP>A<CA> R<LEU>A<O> central_sep2 0.348085
+R<ASP>A<CA> R<LEU>A<O> sep1 -2.05245
+R<ASP>A<CA> R<LEU>A<O> sep2 0.788562
+R<ASP>A<CA> R<LYS>A<C> central_sep1 4.36528
+R<ASP>A<CA> R<LYS>A<C> central_sep2 2.80292
+R<ASP>A<CA> R<LYS>A<C> sep1 -2.68644
+R<ASP>A<CA> R<LYS>A<C> sep2 0.871488
+R<ASP>A<CA> R<LYS>A<CA> central_sep1 1.63788
+R<ASP>A<CA> R<LYS>A<CA> central_sep2 0.526479
+R<ASP>A<CA> R<LYS>A<CA> sep1 1.98557
+R<ASP>A<CA> R<LYS>A<CA> sep2 0.576913
+R<ASP>A<CA> R<LYS>A<CB> central_sep1 -1.06325
+R<ASP>A<CA> R<LYS>A<CB> central_sep2 0.183289
+R<ASP>A<CA> R<LYS>A<CB> sep1 1.19705
+R<ASP>A<CA> R<LYS>A<CB> sep2 0.0826964
+R<ASP>A<CA> R<LYS>A<CD> central_sep1 -0.439632
+R<ASP>A<CA> R<LYS>A<CD> central_sep2 -0.208255
+R<ASP>A<CA> R<LYS>A<CD> sep1 0.571899
+R<ASP>A<CA> R<LYS>A<CD> sep2 -0.209391
+R<ASP>A<CA> R<LYS>A<CE> central_sep1 0.182362
+R<ASP>A<CA> R<LYS>A<CE> central_sep2 0.0726069
+R<ASP>A<CA> R<LYS>A<CE> sep1 1.42082
+R<ASP>A<CA> R<LYS>A<CE> sep2 -0.28476
+R<ASP>A<CA> R<LYS>A<CG> central_sep1 0.263988
+R<ASP>A<CA> R<LYS>A<CG> central_sep2 0.00868295
+R<ASP>A<CA> R<LYS>A<CG> sep1 0.673934
+R<ASP>A<CA> R<LYS>A<CG> sep2 0.0716313
+R<ASP>A<CA> R<LYS>A<N> central_sep1 3.14776
+R<ASP>A<CA> R<LYS>A<N> central_sep2 1.23159
+R<ASP>A<CA> R<LYS>A<N> sep1 -2.06309
+R<ASP>A<CA> R<LYS>A<N> sep2 0.965967
+R<ASP>A<CA> R<LYS>A<NZ> central_sep1 1.20251
+R<ASP>A<CA> R<LYS>A<NZ> central_sep2 0.224938
+R<ASP>A<CA> R<LYS>A<NZ> sep1 1.69661
+R<ASP>A<CA> R<LYS>A<NZ> sep2 -0.554095
+R<ASP>A<CA> R<LYS>A<O> central_sep1 1.7955
+R<ASP>A<CA> R<LYS>A<O> central_sep2 0.392214
+R<ASP>A<CA> R<LYS>A<O> sep1 -2.09299
+R<ASP>A<CA> R<LYS>A<O> sep2 0.711588
+R<ASP>A<CA> R<MET>A<C> central_sep1 4.45135
+R<ASP>A<CA> R<MET>A<C> central_sep2 2.94842
+R<ASP>A<CA> R<MET>A<C> sep1 -2.67449
+R<ASP>A<CA> R<MET>A<C> sep2 0.653582
+R<ASP>A<CA> R<MET>A<CA> central_sep1 2.69519
+R<ASP>A<CA> R<MET>A<CA> central_sep2 0.899167
+R<ASP>A<CA> R<MET>A<CA> sep1 3.26215
+R<ASP>A<CA> R<MET>A<CA> sep2 0.742291
+R<ASP>A<CA> R<MET>A<CB> central_sep1 -0.754309
+R<ASP>A<CA> R<MET>A<CB> central_sep2 0.579037
+R<ASP>A<CA> R<MET>A<CB> sep1 1.3105
+R<ASP>A<CA> R<MET>A<CB> sep2 0.476945
+R<ASP>A<CA> R<MET>A<CE> central_sep1 0.654497
+R<ASP>A<CA> R<MET>A<CE> central_sep2 0.0541129
+R<ASP>A<CA> R<MET>A<CE> sep1 2.2111
+R<ASP>A<CA> R<MET>A<CE> sep2 0.103963
+R<ASP>A<CA> R<MET>A<CG> central_sep1 0.753272
+R<ASP>A<CA> R<MET>A<CG> central_sep2 0.257143
+R<ASP>A<CA> R<MET>A<CG> sep1 0.978886
+R<ASP>A<CA> R<MET>A<CG> sep2 0.159973
+R<ASP>A<CA> R<MET>A<N> central_sep1 3.67665
+R<ASP>A<CA> R<MET>A<N> central_sep2 1.59733
+R<ASP>A<CA> R<MET>A<N> sep1 -2.03826
+R<ASP>A<CA> R<MET>A<N> sep2 1.1343
+R<ASP>A<CA> R<MET>A<O> central_sep1 1.44288
+R<ASP>A<CA> R<MET>A<O> central_sep2 0.171702
+R<ASP>A<CA> R<MET>A<O> sep1 -2.04918
+R<ASP>A<CA> R<MET>A<O> sep2 0.574041
+R<ASP>A<CA> R<MET>A<SD> central_sep1 0.889017
+R<ASP>A<CA> R<MET>A<SD> central_sep2 -0.0630003
+R<ASP>A<CA> R<MET>A<SD> sep1 2.12792
+R<ASP>A<CA> R<MET>A<SD> sep2 0.246646
+R<ASP>A<CA> R<PHE>A<C> central_sep1 3.54942
+R<ASP>A<CA> R<PHE>A<C> central_sep2 2.78005
+R<ASP>A<CA> R<PHE>A<C> sep1 -2.83828
+R<ASP>A<CA> R<PHE>A<C> sep2 0.942683
+R<ASP>A<CA> R<PHE>A<CA> central_sep1 2.1803
+R<ASP>A<CA> R<PHE>A<CA> central_sep2 1.07091
+R<ASP>A<CA> R<PHE>A<CA> sep1 3.74645
+R<ASP>A<CA> R<PHE>A<CA> sep2 0.822612
+R<ASP>A<CA> R<PHE>A<CB> central_sep1 -0.203733
+R<ASP>A<CA> R<PHE>A<CB> central_sep2 0.385829
+R<ASP>A<CA> R<PHE>A<CB> sep1 1.56149
+R<ASP>A<CA> R<PHE>A<CB> sep2 0.687365
+R<ASP>A<CA> R<PHE>A<CD1> central_sep1 0.670922
+R<ASP>A<CA> R<PHE>A<CD1> central_sep2 0.255018
+R<ASP>A<CA> R<PHE>A<CD1> sep1 0.200038
+R<ASP>A<CA> R<PHE>A<CD1> sep2 0.176082
+R<ASP>A<CA> R<PHE>A<CE1> central_sep1 1.02835
+R<ASP>A<CA> R<PHE>A<CE1> central_sep2 0.139742
+R<ASP>A<CA> R<PHE>A<CE1> sep1 1.71434
+R<ASP>A<CA> R<PHE>A<CE1> sep2 -0.0454451
+R<ASP>A<CA> R<PHE>A<CG> central_sep1 2.49297
+R<ASP>A<CA> R<PHE>A<CG> central_sep2 0.755921
+R<ASP>A<CA> R<PHE>A<CG> sep1 2.42542
+R<ASP>A<CA> R<PHE>A<CG> sep2 -0.27818
+R<ASP>A<CA> R<PHE>A<CZ> central_sep1 1.4957
+R<ASP>A<CA> R<PHE>A<CZ> central_sep2 -0.04626
+R<ASP>A<CA> R<PHE>A<CZ> sep1 2.19114
+R<ASP>A<CA> R<PHE>A<CZ> sep2 -0.0658669
+R<ASP>A<CA> R<PHE>A<N> central_sep1 3.26695
+R<ASP>A<CA> R<PHE>A<N> central_sep2 2.08146
+R<ASP>A<CA> R<PHE>A<N> sep1 -2.39587
+R<ASP>A<CA> R<PHE>A<N> sep2 1.36233
+R<ASP>A<CA> R<PHE>A<O> central_sep1 1.19039
+R<ASP>A<CA> R<PHE>A<O> central_sep2 0.0557437
+R<ASP>A<CA> R<PHE>A<O> sep1 -2.23807
+R<ASP>A<CA> R<PHE>A<O> sep2 0.516148
+R<ASP>A<CA> R<PRO>A<C> central_sep1 2.28984
+R<ASP>A<CA> R<PRO>A<C> central_sep2 3.01437
+R<ASP>A<CA> R<PRO>A<C> sep1 -2.74572
+R<ASP>A<CA> R<PRO>A<C> sep2 1.27108
+R<ASP>A<CA> R<PRO>A<CA> central_sep1 0.422833
+R<ASP>A<CA> R<PRO>A<CA> central_sep2 0.534567
+R<ASP>A<CA> R<PRO>A<CA> sep1 2.29271
+R<ASP>A<CA> R<PRO>A<CA> sep2 0.454278
+R<ASP>A<CA> R<PRO>A<CB> central_sep1 2.28684
+R<ASP>A<CA> R<PRO>A<CB> central_sep2 0.241757
+R<ASP>A<CA> R<PRO>A<CB> sep1 2.60786
+R<ASP>A<CA> R<PRO>A<CB> sep2 0.20332
+R<ASP>A<CA> R<PRO>A<CD> central_sep1 -2.40392
+R<ASP>A<CA> R<PRO>A<CD> central_sep2 0.700378
+R<ASP>A<CA> R<PRO>A<CD> sep1 1.03925
+R<ASP>A<CA> R<PRO>A<CD> sep2 0.510071
+R<ASP>A<CA> R<PRO>A<CG> central_sep1 2.02446
+R<ASP>A<CA> R<PRO>A<CG> central_sep2 0.15464
+R<ASP>A<CA> R<PRO>A<CG> sep1 1.92599
+R<ASP>A<CA> R<PRO>A<CG> sep2 0.0515547
+R<ASP>A<CA> R<PRO>A<N> central_sep1 3.58532
+R<ASP>A<CA> R<PRO>A<N> central_sep2 2.54369
+R<ASP>A<CA> R<PRO>A<N> sep1 -1.34734
+R<ASP>A<CA> R<PRO>A<N> sep2 1.0118
+R<ASP>A<CA> R<PRO>A<O> central_sep1 2.99059
+R<ASP>A<CA> R<PRO>A<O> central_sep2 1.06301
+R<ASP>A<CA> R<PRO>A<O> sep1 -2.18223
+R<ASP>A<CA> R<PRO>A<O> sep2 1.01747
+R<ASP>A<CA> R<SER>A<C> central_sep1 4.00542
+R<ASP>A<CA> R<SER>A<C> central_sep2 2.56249
+R<ASP>A<CA> R<SER>A<C> sep1 -2.59333
+R<ASP>A<CA> R<SER>A<C> sep2 0.774431
+R<ASP>A<CA> R<SER>A<CA> central_sep1 1.98752
+R<ASP>A<CA> R<SER>A<CA> central_sep2 0.655706
+R<ASP>A<CA> R<SER>A<CA> sep1 2.76329
+R<ASP>A<CA> R<SER>A<CA> sep2 0.589064
+R<ASP>A<CA> R<SER>A<CB> central_sep1 0.0781285
+R<ASP>A<CA> R<SER>A<CB> central_sep2 0.201854
+R<ASP>A<CA> R<SER>A<CB> sep1 1.75299
+R<ASP>A<CA> R<SER>A<CB> sep2 0.259488
+R<ASP>A<CA> R<SER>A<N> central_sep1 3.0449
+R<ASP>A<CA> R<SER>A<N> central_sep2 1.53654
+R<ASP>A<CA> R<SER>A<N> sep1 -2.01238
+R<ASP>A<CA> R<SER>A<N> sep2 1.08776
+R<ASP>A<CA> R<SER>A<O> central_sep1 1.85872
+R<ASP>A<CA> R<SER>A<O> central_sep2 0.340337
+R<ASP>A<CA> R<SER>A<O> sep1 -1.98984
+R<ASP>A<CA> R<SER>A<O> sep2 0.720858
+R<ASP>A<CA> R<SER>A<OG> central_sep1 0.430218
+R<ASP>A<CA> R<SER>A<OG> central_sep2 0.0796779
+R<ASP>A<CA> R<SER>A<OG> sep1 1.0846
+R<ASP>A<CA> R<SER>A<OG> sep2 0.24016
+R<ASP>A<CA> R<THR>A<C> central_sep1 3.78584
+R<ASP>A<CA> R<THR>A<C> central_sep2 2.47145
+R<ASP>A<CA> R<THR>A<C> sep1 -2.65743
+R<ASP>A<CA> R<THR>A<C> sep2 0.609535
+R<ASP>A<CA> R<THR>A<CA> central_sep1 1.90566
+R<ASP>A<CA> R<THR>A<CA> central_sep2 0.470277
+R<ASP>A<CA> R<THR>A<CA> sep1 3.1082
+R<ASP>A<CA> R<THR>A<CA> sep2 0.716429
+R<ASP>A<CA> R<THR>A<CB> central_sep1 -0.61624
+R<ASP>A<CA> R<THR>A<CB> central_sep2 0.153562
+R<ASP>A<CA> R<THR>A<CB> sep1 1.73932
+R<ASP>A<CA> R<THR>A<CB> sep2 0.10032
+R<ASP>A<CA> R<THR>A<CG2> central_sep1 1.43425
+R<ASP>A<CA> R<THR>A<CG2> central_sep2 0.229225
+R<ASP>A<CA> R<THR>A<CG2> sep1 1.56189
+R<ASP>A<CA> R<THR>A<CG2> sep2 0.291996
+R<ASP>A<CA> R<THR>A<N> central_sep1 3.34499
+R<ASP>A<CA> R<THR>A<N> central_sep2 1.83723
+R<ASP>A<CA> R<THR>A<N> sep1 -2.15912
+R<ASP>A<CA> R<THR>A<N> sep2 1.24357
+R<ASP>A<CA> R<THR>A<O> central_sep1 1.92923
+R<ASP>A<CA> R<THR>A<O> central_sep2 0.0898463
+R<ASP>A<CA> R<THR>A<O> sep1 -2.01598
+R<ASP>A<CA> R<THR>A<O> sep2 0.559232
+R<ASP>A<CA> R<THR>A<OG1> central_sep1 0.349865
+R<ASP>A<CA> R<THR>A<OG1> central_sep2 -0.0204155
+R<ASP>A<CA> R<THR>A<OG1> sep1 1.02556
+R<ASP>A<CA> R<THR>A<OG1> sep2 0.211284
+R<ASP>A<CA> R<TRP>A<C> central_sep1 3.74743
+R<ASP>A<CA> R<TRP>A<C> central_sep2 2.88208
+R<ASP>A<CA> R<TRP>A<C> sep1 -2.78508
+R<ASP>A<CA> R<TRP>A<C> sep2 0.74517
+R<ASP>A<CA> R<TRP>A<CA> central_sep1 2.37916
+R<ASP>A<CA> R<TRP>A<CA> central_sep2 0.839218
+R<ASP>A<CA> R<TRP>A<CA> sep1 3.79506
+R<ASP>A<CA> R<TRP>A<CA> sep2 1.25982
+R<ASP>A<CA> R<TRP>A<CB> central_sep1 -0.319827
+R<ASP>A<CA> R<TRP>A<CB> central_sep2 0.16958
+R<ASP>A<CA> R<TRP>A<CB> sep1 1.72722
+R<ASP>A<CA> R<TRP>A<CB> sep2 0.568202
+R<ASP>A<CA> R<TRP>A<CD1> central_sep1 0.113839
+R<ASP>A<CA> R<TRP>A<CD1> central_sep2 -0.164369
+R<ASP>A<CA> R<TRP>A<CD1> sep1 -0.064987
+R<ASP>A<CA> R<TRP>A<CD1> sep2 -0.231861
+R<ASP>A<CA> R<TRP>A<CD2> central_sep1 1.80774
+R<ASP>A<CA> R<TRP>A<CD2> central_sep2 0.350992
+R<ASP>A<CA> R<TRP>A<CD2> sep1 1.57834
+R<ASP>A<CA> R<TRP>A<CD2> sep2 -0.168978
+R<ASP>A<CA> R<TRP>A<CE2> central_sep1 1.53594
+R<ASP>A<CA> R<TRP>A<CE2> central_sep2 0.657495
+R<ASP>A<CA> R<TRP>A<CE2> sep1 1.3912
+R<ASP>A<CA> R<TRP>A<CE2> sep2 -0.37916
+R<ASP>A<CA> R<TRP>A<CE3> central_sep1 -0.192328
+R<ASP>A<CA> R<TRP>A<CE3> central_sep2 0.395631
+R<ASP>A<CA> R<TRP>A<CE3> sep1 1.54467
+R<ASP>A<CA> R<TRP>A<CE3> sep2 0.19437
+R<ASP>A<CA> R<TRP>A<CG> central_sep1 1.94806
+R<ASP>A<CA> R<TRP>A<CG> central_sep2 0.274786
+R<ASP>A<CA> R<TRP>A<CG> sep1 2.16786
+R<ASP>A<CA> R<TRP>A<CG> sep2 -0.614614
+R<ASP>A<CA> R<TRP>A<CH2> central_sep1 1.75191
+R<ASP>A<CA> R<TRP>A<CH2> central_sep2 -0.168663
+R<ASP>A<CA> R<TRP>A<CH2> sep1 2.68005
+R<ASP>A<CA> R<TRP>A<CH2> sep2 -0.264822
+R<ASP>A<CA> R<TRP>A<CZ2> central_sep1 1.32619
+R<ASP>A<CA> R<TRP>A<CZ2> central_sep2 -0.449789
+R<ASP>A<CA> R<TRP>A<CZ2> sep1 2.46968
+R<ASP>A<CA> R<TRP>A<CZ2> sep2 -0.32406
+R<ASP>A<CA> R<TRP>A<CZ3> central_sep1 1.27145
+R<ASP>A<CA> R<TRP>A<CZ3> central_sep2 0.0187633
+R<ASP>A<CA> R<TRP>A<CZ3> sep1 1.28118
+R<ASP>A<CA> R<TRP>A<CZ3> sep2 -0.11607
+R<ASP>A<CA> R<TRP>A<N> central_sep1 3.27591
+R<ASP>A<CA> R<TRP>A<N> central_sep2 1.8293
+R<ASP>A<CA> R<TRP>A<N> sep1 -2.39483
+R<ASP>A<CA> R<TRP>A<N> sep2 1.08733
+R<ASP>A<CA> R<TRP>A<NE1> central_sep1 0.482889
+R<ASP>A<CA> R<TRP>A<NE1> central_sep2 -0.184119
+R<ASP>A<CA> R<TRP>A<NE1> sep1 1.16619
+R<ASP>A<CA> R<TRP>A<NE1> sep2 -0.509544
+R<ASP>A<CA> R<TRP>A<O> central_sep1 1.44848
+R<ASP>A<CA> R<TRP>A<O> central_sep2 0.168056
+R<ASP>A<CA> R<TRP>A<O> sep1 -2.17977
+R<ASP>A<CA> R<TRP>A<O> sep2 0.664607
+R<ASP>A<CA> R<TYR>A<C> central_sep1 4.21359
+R<ASP>A<CA> R<TYR>A<C> central_sep2 3.03314
+R<ASP>A<CA> R<TYR>A<C> sep1 -2.71986
+R<ASP>A<CA> R<TYR>A<C> sep2 0.864566
+R<ASP>A<CA> R<TYR>A<CA> central_sep1 2.20586
+R<ASP>A<CA> R<TYR>A<CA> central_sep2 0.810074
+R<ASP>A<CA> R<TYR>A<CA> sep1 3.11839
+R<ASP>A<CA> R<TYR>A<CA> sep2 0.916943
+R<ASP>A<CA> R<TYR>A<CB> central_sep1 -0.291513
+R<ASP>A<CA> R<TYR>A<CB> central_sep2 0.36328
+R<ASP>A<CA> R<TYR>A<CB> sep1 1.63134
+R<ASP>A<CA> R<TYR>A<CB> sep2 0.55753
+R<ASP>A<CA> R<TYR>A<CD1> central_sep1 0.604267
+R<ASP>A<CA> R<TYR>A<CD1> central_sep2 -0.0119588
+R<ASP>A<CA> R<TYR>A<CD1> sep1 0.137659
+R<ASP>A<CA> R<TYR>A<CD1> sep2 0.108657
+R<ASP>A<CA> R<TYR>A<CE1> central_sep1 0.638684
+R<ASP>A<CA> R<TYR>A<CE1> central_sep2 -0.0642805
+R<ASP>A<CA> R<TYR>A<CE1> sep1 1.49376
+R<ASP>A<CA> R<TYR>A<CE1> sep2 -0.221224
+R<ASP>A<CA> R<TYR>A<CG> central_sep1 2.16796
+R<ASP>A<CA> R<TYR>A<CG> central_sep2 0.34327
+R<ASP>A<CA> R<TYR>A<CG> sep1 2.2233
+R<ASP>A<CA> R<TYR>A<CG> sep2 -0.603489
+R<ASP>A<CA> R<TYR>A<CZ> central_sep1 0.445573
+R<ASP>A<CA> R<TYR>A<CZ> central_sep2 0.291257
+R<ASP>A<CA> R<TYR>A<CZ> sep1 1.15002
+R<ASP>A<CA> R<TYR>A<CZ> sep2 -0.727042
+R<ASP>A<CA> R<TYR>A<N> central_sep1 3.16107
+R<ASP>A<CA> R<TYR>A<N> central_sep2 2.14157
+R<ASP>A<CA> R<TYR>A<N> sep1 -2.31026
+R<ASP>A<CA> R<TYR>A<N> sep2 1.29115
+R<ASP>A<CA> R<TYR>A<O> central_sep1 1.26282
+R<ASP>A<CA> R<TYR>A<O> central_sep2 0.0407586
+R<ASP>A<CA> R<TYR>A<O> sep1 -2.12645
+R<ASP>A<CA> R<TYR>A<O> sep2 0.651077
+R<ASP>A<CA> R<TYR>A<OH> central_sep1 0.981648
+R<ASP>A<CA> R<TYR>A<OH> central_sep2 -0.514046
+R<ASP>A<CA> R<TYR>A<OH> sep1 1.96504
+R<ASP>A<CA> R<TYR>A<OH> sep2 -0.225568
+R<ASP>A<CA> R<VAL>A<C> central_sep1 4.65492
+R<ASP>A<CA> R<VAL>A<C> central_sep2 3.80924
+R<ASP>A<CA> R<VAL>A<C> sep1 -2.87401
+R<ASP>A<CA> R<VAL>A<C> sep2 0.950836
+R<ASP>A<CA> R<VAL>A<CA> central_sep1 2.34049
+R<ASP>A<CA> R<VAL>A<CA> central_sep2 1.06171
+R<ASP>A<CA> R<VAL>A<CA> sep1 3.5064
+R<ASP>A<CA> R<VAL>A<CA> sep2 1.06032
+R<ASP>A<CA> R<VAL>A<CB> central_sep1 -0.988897
+R<ASP>A<CA> R<VAL>A<CB> central_sep2 0.229978
+R<ASP>A<CA> R<VAL>A<CB> sep1 1.53336
+R<ASP>A<CA> R<VAL>A<CB> sep2 0.268496
+R<ASP>A<CA> R<VAL>A<CG1> central_sep1 1.47268
+R<ASP>A<CA> R<VAL>A<CG1> central_sep2 0.338985
+R<ASP>A<CA> R<VAL>A<CG1> sep1 1.24789
+R<ASP>A<CA> R<VAL>A<CG1> sep2 0.549513
+R<ASP>A<CA> R<VAL>A<CG2> central_sep1 0.754102
+R<ASP>A<CA> R<VAL>A<CG2> central_sep2 0.256597
+R<ASP>A<CA> R<VAL>A<CG2> sep1 1.30169
+R<ASP>A<CA> R<VAL>A<CG2> sep2 0.469591
+R<ASP>A<CA> R<VAL>A<N> central_sep1 3.66038
+R<ASP>A<CA> R<VAL>A<N> central_sep2 2.14873
+R<ASP>A<CA> R<VAL>A<N> sep1 -2.40118
+R<ASP>A<CA> R<VAL>A<N> sep2 1.39179
+R<ASP>A<CA> R<VAL>A<O> central_sep1 1.37701
+R<ASP>A<CA> R<VAL>A<O> central_sep2 -0.0701527
+R<ASP>A<CA> R<VAL>A<O> sep1 -2.14059
+R<ASP>A<CA> R<VAL>A<O> sep2 0.466658
+R<ASP>A<CA> c<solvent> . 0.599232
+R<ASP>A<CB> R<ASP>A<CB> central_sep1 -0.0530856
+R<ASP>A<CB> R<ASP>A<CB> central_sep2 0.133473
+R<ASP>A<CB> R<ASP>A<CB> sep1 1.01436
+R<ASP>A<CB> R<ASP>A<CB> sep2 0.482521
+R<ASP>A<CB> R<ASP>A<CG> central_sep1 0.0556668
+R<ASP>A<CB> R<ASP>A<CG> central_sep2 0.266537
+R<ASP>A<CB> R<ASP>A<CG> sep1 -0.220623
+R<ASP>A<CB> R<ASP>A<CG> sep2 -0.409489
+R<ASP>A<CB> R<ASP>A<N> central_sep1 0.398352
+R<ASP>A<CB> R<ASP>A<N> central_sep2 1.41274
+R<ASP>A<CB> R<ASP>A<N> sep1 -1.13263
+R<ASP>A<CB> R<ASP>A<N> sep2 1.16061
+R<ASP>A<CB> R<ASP>A<O> central_sep1 -0.994973
+R<ASP>A<CB> R<ASP>A<O> central_sep2 0.616005
+R<ASP>A<CB> R<ASP>A<O> sep1 0.459295
+R<ASP>A<CB> R<ASP>A<O> sep2 0.848602
+R<ASP>A<CB> R<ASP>A<OD1> central_sep1 -0.454301
+R<ASP>A<CB> R<ASP>A<OD1> central_sep2 0.373781
+R<ASP>A<CB> R<ASP>A<OD1> sep1 0.399011
+R<ASP>A<CB> R<ASP>A<OD1> sep2 0.559332
+R<ASP>A<CB> R<CYS>A<C> central_sep1 2.97824
+R<ASP>A<CB> R<CYS>A<C> central_sep2 1.40863
+R<ASP>A<CB> R<CYS>A<C> sep1 -0.156428
+R<ASP>A<CB> R<CYS>A<C> sep2 0.164584
+R<ASP>A<CB> R<CYS>A<CA> central_sep1 0.28157
+R<ASP>A<CB> R<CYS>A<CA> central_sep2 0.501963
+R<ASP>A<CB> R<CYS>A<CA> sep1 1.85204
+R<ASP>A<CB> R<CYS>A<CA> sep2 0.607989
+R<ASP>A<CB> R<CYS>A<CB> central_sep1 0.107557
+R<ASP>A<CB> R<CYS>A<CB> central_sep2 -0.180012
+R<ASP>A<CB> R<CYS>A<CB> sep1 1.67568
+R<ASP>A<CB> R<CYS>A<CB> sep2 0.2293
+R<ASP>A<CB> R<CYS>A<N> central_sep1 1.07348
+R<ASP>A<CB> R<CYS>A<N> central_sep2 1.11524
+R<ASP>A<CB> R<CYS>A<N> sep1 -0.733368
+R<ASP>A<CB> R<CYS>A<N> sep2 0.766424
+R<ASP>A<CB> R<CYS>A<O> central_sep1 -0.546319
+R<ASP>A<CB> R<CYS>A<O> central_sep2 0.362775
+R<ASP>A<CB> R<CYS>A<O> sep1 0.552766
+R<ASP>A<CB> R<CYS>A<O> sep2 0.369027
+R<ASP>A<CB> R<CYS>A<SG> central_sep1 -0.175982
+R<ASP>A<CB> R<CYS>A<SG> central_sep2 -0.496525
+R<ASP>A<CB> R<CYS>A<SG> sep1 1.36948
+R<ASP>A<CB> R<CYS>A<SG> sep2 0.546892
+R<ASP>A<CB> R<GLN>A<C> central_sep1 2.6215
+R<ASP>A<CB> R<GLN>A<C> central_sep2 1.74856
+R<ASP>A<CB> R<GLN>A<C> sep1 -0.126022
+R<ASP>A<CB> R<GLN>A<C> sep2 0.736844
+R<ASP>A<CB> R<GLN>A<CA> central_sep1 -0.59329
+R<ASP>A<CB> R<GLN>A<CA> central_sep2 1.06815
+R<ASP>A<CB> R<GLN>A<CA> sep1 1.55012
+R<ASP>A<CB> R<GLN>A<CA> sep2 0.917232
+R<ASP>A<CB> R<GLN>A<CB> central_sep1 0.027218
+R<ASP>A<CB> R<GLN>A<CB> central_sep2 0.202089
+R<ASP>A<CB> R<GLN>A<CB> sep1 1.21286
+R<ASP>A<CB> R<GLN>A<CB> sep2 0.599366
+R<ASP>A<CB> R<GLN>A<CD> central_sep1 0.404986
+R<ASP>A<CB> R<GLN>A<CD> central_sep2 -0.00712418
+R<ASP>A<CB> R<GLN>A<CD> sep1 0.673445
+R<ASP>A<CB> R<GLN>A<CD> sep2 -0.787141
+R<ASP>A<CB> R<GLN>A<CG> central_sep1 0.168476
+R<ASP>A<CB> R<GLN>A<CG> central_sep2 0.112842
+R<ASP>A<CB> R<GLN>A<CG> sep1 0.364103
+R<ASP>A<CB> R<GLN>A<CG> sep2 0.254203
+R<ASP>A<CB> R<GLN>A<N> central_sep1 0.974883
+R<ASP>A<CB> R<GLN>A<N> central_sep2 1.55356
+R<ASP>A<CB> R<GLN>A<N> sep1 -0.945936
+R<ASP>A<CB> R<GLN>A<N> sep2 1.13709
+R<ASP>A<CB> R<GLN>A<NE2> central_sep1 -0.100675
+R<ASP>A<CB> R<GLN>A<NE2> central_sep2 -0.123941
+R<ASP>A<CB> R<GLN>A<NE2> sep1 1.43161
+R<ASP>A<CB> R<GLN>A<NE2> sep2 0.0329453
+R<ASP>A<CB> R<GLN>A<O> central_sep1 -1.12917
+R<ASP>A<CB> R<GLN>A<O> central_sep2 0.613237
+R<ASP>A<CB> R<GLN>A<O> sep1 0.449081
+R<ASP>A<CB> R<GLN>A<O> sep2 0.855971
+R<ASP>A<CB> R<GLN>A<OE1> central_sep1 0.0806244
+R<ASP>A<CB> R<GLN>A<OE1> central_sep2 -0.0501117
+R<ASP>A<CB> R<GLN>A<OE1> sep1 1.42387
+R<ASP>A<CB> R<GLN>A<OE1> sep2 0.150655
+R<ASP>A<CB> R<GLU>A<C> central_sep1 2.86956
+R<ASP>A<CB> R<GLU>A<C> central_sep2 2.35854
+R<ASP>A<CB> R<GLU>A<C> sep1 -0.0680851
+R<ASP>A<CB> R<GLU>A<C> sep2 1.15587
+R<ASP>A<CB> R<GLU>A<CA> central_sep1 -0.591862
+R<ASP>A<CB> R<GLU>A<CA> central_sep2 1.50627
+R<ASP>A<CB> R<GLU>A<CA> sep1 1.55647
+R<ASP>A<CB> R<GLU>A<CA> sep2 1.45697
+R<ASP>A<CB> R<GLU>A<CB> central_sep1 0.153652
+R<ASP>A<CB> R<GLU>A<CB> central_sep2 0.59424
+R<ASP>A<CB> R<GLU>A<CB> sep1 1.10901
+R<ASP>A<CB> R<GLU>A<CB> sep2 0.948399
+R<ASP>A<CB> R<GLU>A<CD> central_sep1 0.353215
+R<ASP>A<CB> R<GLU>A<CD> central_sep2 0.624687
+R<ASP>A<CB> R<GLU>A<CD> sep1 0.674828
+R<ASP>A<CB> R<GLU>A<CD> sep2 -0.0939344
+R<ASP>A<CB> R<GLU>A<CG> central_sep1 0.287029
+R<ASP>A<CB> R<GLU>A<CG> central_sep2 0.702372
+R<ASP>A<CB> R<GLU>A<CG> sep1 0.256446
+R<ASP>A<CB> R<GLU>A<CG> sep2 0.816581
+R<ASP>A<CB> R<GLU>A<N> central_sep1 0.774733
+R<ASP>A<CB> R<GLU>A<N> central_sep2 1.92176
+R<ASP>A<CB> R<GLU>A<N> sep1 -1.3196
+R<ASP>A<CB> R<GLU>A<N> sep2 1.54775
+R<ASP>A<CB> R<GLU>A<O> central_sep1 -1.0118
+R<ASP>A<CB> R<GLU>A<O> central_sep2 0.937473
+R<ASP>A<CB> R<GLU>A<O> sep1 0.520178
+R<ASP>A<CB> R<GLU>A<O> sep2 1.21165
+R<ASP>A<CB> R<GLU>A<OE1> central_sep1 0.116418
+R<ASP>A<CB> R<GLU>A<OE1> central_sep2 0.644523
+R<ASP>A<CB> R<GLU>A<OE1> sep1 1.44352
+R<ASP>A<CB> R<GLU>A<OE1> sep2 0.832053
+R<ASP>A<CB> R<GLY>A<C> central_sep1 1.9149
+R<ASP>A<CB> R<GLY>A<C> central_sep2 0.802936
+R<ASP>A<CB> R<GLY>A<C> sep1 0.0348943
+R<ASP>A<CB> R<GLY>A<C> sep2 -0.0782953
+R<ASP>A<CB> R<GLY>A<CA> central_sep1 0.747268
+R<ASP>A<CB> R<GLY>A<CA> central_sep2 0.0173745
+R<ASP>A<CB> R<GLY>A<CA> sep1 1.83594
+R<ASP>A<CB> R<GLY>A<CA> sep2 0.242906
+R<ASP>A<CB> R<GLY>A<N> central_sep1 0.695264
+R<ASP>A<CB> R<GLY>A<N> central_sep2 0.765672
+R<ASP>A<CB> R<GLY>A<N> sep1 -0.480531
+R<ASP>A<CB> R<GLY>A<N> sep2 0.33411
+R<ASP>A<CB> R<GLY>A<O> central_sep1 -0.297472
+R<ASP>A<CB> R<GLY>A<O> central_sep2 0.206455
+R<ASP>A<CB> R<GLY>A<O> sep1 0.659521
+R<ASP>A<CB> R<GLY>A<O> sep2 0.393403
+R<ASP>A<CB> R<HIS>A<C> central_sep1 2.42105
+R<ASP>A<CB> R<HIS>A<C> central_sep2 1.53662
+R<ASP>A<CB> R<HIS>A<C> sep1 -0.256723
+R<ASP>A<CB> R<HIS>A<C> sep2 0.235548
+R<ASP>A<CB> R<HIS>A<CA> central_sep1 -0.0333426
+R<ASP>A<CB> R<HIS>A<CA> central_sep2 0.491129
+R<ASP>A<CB> R<HIS>A<CA> sep1 1.53726
+R<ASP>A<CB> R<HIS>A<CA> sep2 0.538487
+R<ASP>A<CB> R<HIS>A<CB> central_sep1 0.0316368
+R<ASP>A<CB> R<HIS>A<CB> central_sep2 -0.148589
+R<ASP>A<CB> R<HIS>A<CB> sep1 1.32689
+R<ASP>A<CB> R<HIS>A<CB> sep2 0.12643
+R<ASP>A<CB> R<HIS>A<CD2> central_sep1 -0.542561
+R<ASP>A<CB> R<HIS>A<CD2> central_sep2 -0.405803
+R<ASP>A<CB> R<HIS>A<CD2> sep1 0.96892
+R<ASP>A<CB> R<HIS>A<CD2> sep2 -0.506452
+R<ASP>A<CB> R<HIS>A<CE1> central_sep1 -0.301103
+R<ASP>A<CB> R<HIS>A<CE1> central_sep2 -0.550281
+R<ASP>A<CB> R<HIS>A<CE1> sep1 0.797358
+R<ASP>A<CB> R<HIS>A<CE1> sep2 -0.592248
+R<ASP>A<CB> R<HIS>A<CG> central_sep1 0.87563
+R<ASP>A<CB> R<HIS>A<CG> central_sep2 -0.104123
+R<ASP>A<CB> R<HIS>A<CG> sep1 0.915543
+R<ASP>A<CB> R<HIS>A<CG> sep2 -0.969623
+R<ASP>A<CB> R<HIS>A<N> central_sep1 0.860624
+R<ASP>A<CB> R<HIS>A<N> central_sep2 1.12906
+R<ASP>A<CB> R<HIS>A<N> sep1 -0.818248
+R<ASP>A<CB> R<HIS>A<N> sep2 0.774912
+R<ASP>A<CB> R<HIS>A<ND1> central_sep1 -0.412196
+R<ASP>A<CB> R<HIS>A<ND1> central_sep2 -0.130358
+R<ASP>A<CB> R<HIS>A<ND1> sep1 0.743638
+R<ASP>A<CB> R<HIS>A<ND1> sep2 -0.625743
+R<ASP>A<CB> R<HIS>A<NE2> central_sep1 0.081633
+R<ASP>A<CB> R<HIS>A<NE2> central_sep2 -0.552166
+R<ASP>A<CB> R<HIS>A<NE2> sep1 0.442163
+R<ASP>A<CB> R<HIS>A<NE2> sep2 -0.735757
+R<ASP>A<CB> R<HIS>A<O> central_sep1 -0.883085
+R<ASP>A<CB> R<HIS>A<O> central_sep2 0.139224
+R<ASP>A<CB> R<HIS>A<O> sep1 0.337009
+R<ASP>A<CB> R<HIS>A<O> sep2 0.477925
+R<ASP>A<CB> R<ILE>A<C> central_sep1 2.94257
+R<ASP>A<CB> R<ILE>A<C> central_sep2 2.1098
+R<ASP>A<CB> R<ILE>A<C> sep1 -0.412979
+R<ASP>A<CB> R<ILE>A<C> sep2 0.168922
+R<ASP>A<CB> R<ILE>A<CA> central_sep1 -0.100142
+R<ASP>A<CB> R<ILE>A<CA> central_sep2 1.24265
+R<ASP>A<CB> R<ILE>A<CA> sep1 1.60375
+R<ASP>A<CB> R<ILE>A<CA> sep2 1.27229
+R<ASP>A<CB> R<ILE>A<CB> central_sep1 0.0745839
+R<ASP>A<CB> R<ILE>A<CB> central_sep2 -0.126086
+R<ASP>A<CB> R<ILE>A<CB> sep1 1.51078
+R<ASP>A<CB> R<ILE>A<CB> sep2 0.178196
+R<ASP>A<CB> R<ILE>A<CD1> central_sep1 0.066817
+R<ASP>A<CB> R<ILE>A<CD1> central_sep2 -0.556834
+R<ASP>A<CB> R<ILE>A<CD1> sep1 1.52644
+R<ASP>A<CB> R<ILE>A<CD1> sep2 0.463167
+R<ASP>A<CB> R<ILE>A<CG1> central_sep1 -0.102509
+R<ASP>A<CB> R<ILE>A<CG1> central_sep2 -0.182097
+R<ASP>A<CB> R<ILE>A<CG1> sep1 0.421046
+R<ASP>A<CB> R<ILE>A<CG1> sep2 0.0188045
+R<ASP>A<CB> R<ILE>A<CG2> central_sep1 -0.0589303
+R<ASP>A<CB> R<ILE>A<CG2> central_sep2 -0.366448
+R<ASP>A<CB> R<ILE>A<CG2> sep1 1.22002
+R<ASP>A<CB> R<ILE>A<CG2> sep2 0.565641
+R<ASP>A<CB> R<ILE>A<N> central_sep1 1.76405
+R<ASP>A<CB> R<ILE>A<N> central_sep2 1.44347
+R<ASP>A<CB> R<ILE>A<N> sep1 -1.08456
+R<ASP>A<CB> R<ILE>A<N> sep2 1.00467
+R<ASP>A<CB> R<ILE>A<O> central_sep1 -0.544301
+R<ASP>A<CB> R<ILE>A<O> central_sep2 0.272383
+R<ASP>A<CB> R<ILE>A<O> sep1 0.310085
+R<ASP>A<CB> R<ILE>A<O> sep2 0.418436
+R<ASP>A<CB> R<LEU>A<C> central_sep1 2.87698
+R<ASP>A<CB> R<LEU>A<C> central_sep2 1.5639
+R<ASP>A<CB> R<LEU>A<C> sep1 -0.153536
+R<ASP>A<CB> R<LEU>A<C> sep2 0.54096
+R<ASP>A<CB> R<LEU>A<CA> central_sep1 -0.176229
+R<ASP>A<CB> R<LEU>A<CA> central_sep2 1.33242
+R<ASP>A<CB> R<LEU>A<CA> sep1 1.521
+R<ASP>A<CB> R<LEU>A<CA> sep2 1.32772
+R<ASP>A<CB> R<LEU>A<CB> central_sep1 -0.0998176
+R<ASP>A<CB> R<LEU>A<CB> central_sep2 0.0899242
+R<ASP>A<CB> R<LEU>A<CB> sep1 1.35199
+R<ASP>A<CB> R<LEU>A<CB> sep2 0.561023
+R<ASP>A<CB> R<LEU>A<CD1> central_sep1 0.110712
+R<ASP>A<CB> R<LEU>A<CD1> central_sep2 -0.492721
+R<ASP>A<CB> R<LEU>A<CD1> sep1 1.7909
+R<ASP>A<CB> R<LEU>A<CD1> sep2 0.592575
+R<ASP>A<CB> R<LEU>A<CD2> central_sep1 0.195702
+R<ASP>A<CB> R<LEU>A<CD2> central_sep2 -0.530428
+R<ASP>A<CB> R<LEU>A<CD2> sep1 1.48196
+R<ASP>A<CB> R<LEU>A<CD2> sep2 0.483943
+R<ASP>A<CB> R<LEU>A<CG> central_sep1 -0.22887
+R<ASP>A<CB> R<LEU>A<CG> central_sep2 0.251271
+R<ASP>A<CB> R<LEU>A<CG> sep1 0.28857
+R<ASP>A<CB> R<LEU>A<CG> sep2 0.00411281
+R<ASP>A<CB> R<LEU>A<N> central_sep1 1.59617
+R<ASP>A<CB> R<LEU>A<N> central_sep2 1.61926
+R<ASP>A<CB> R<LEU>A<N> sep1 -0.903734
+R<ASP>A<CB> R<LEU>A<N> sep2 1.11953
+R<ASP>A<CB> R<LEU>A<O> central_sep1 -0.622529
+R<ASP>A<CB> R<LEU>A<O> central_sep2 0.474189
+R<ASP>A<CB> R<LEU>A<O> sep1 0.550235
+R<ASP>A<CB> R<LEU>A<O> sep2 0.611168
+R<ASP>A<CB> R<LYS>A<C> central_sep1 2.38563
+R<ASP>A<CB> R<LYS>A<C> central_sep2 1.8036
+R<ASP>A<CB> R<LYS>A<C> sep1 -0.416114
+R<ASP>A<CB> R<LYS>A<C> sep2 0.440521
+R<ASP>A<CB> R<LYS>A<CA> central_sep1 -0.465413
+R<ASP>A<CB> R<LYS>A<CA> central_sep2 0.636113
+R<ASP>A<CB> R<LYS>A<CA> sep1 1.53989
+R<ASP>A<CB> R<LYS>A<CA> sep2 0.626098
+R<ASP>A<CB> R<LYS>A<CB> central_sep1 -0.343161
+R<ASP>A<CB> R<LYS>A<CB> central_sep2 -0.414292
+R<ASP>A<CB> R<LYS>A<CB> sep1 0.719868
+R<ASP>A<CB> R<LYS>A<CB> sep2 -0.0461215
+R<ASP>A<CB> R<LYS>A<CD> central_sep1 -0.168572
+R<ASP>A<CB> R<LYS>A<CD> central_sep2 -0.452825
+R<ASP>A<CB> R<LYS>A<CD> sep1 0.774983
+R<ASP>A<CB> R<LYS>A<CD> sep2 -0.562639
+R<ASP>A<CB> R<LYS>A<CE> central_sep1 -0.0724218
+R<ASP>A<CB> R<LYS>A<CE> central_sep2 -0.1423
+R<ASP>A<CB> R<LYS>A<CE> sep1 1.03663
+R<ASP>A<CB> R<LYS>A<CE> sep2 -0.46284
+R<ASP>A<CB> R<LYS>A<CG> central_sep1 -0.198361
+R<ASP>A<CB> R<LYS>A<CG> central_sep2 -0.289914
+R<ASP>A<CB> R<LYS>A<CG> sep1 0.0381435
+R<ASP>A<CB> R<LYS>A<CG> sep2 -0.262803
+R<ASP>A<CB> R<LYS>A<N> central_sep1 0.653576
+R<ASP>A<CB> R<LYS>A<N> central_sep2 1.02088
+R<ASP>A<CB> R<LYS>A<N> sep1 -1.01592
+R<ASP>A<CB> R<LYS>A<N> sep2 0.579637
+R<ASP>A<CB> R<LYS>A<NZ> central_sep1 0.533084
+R<ASP>A<CB> R<LYS>A<NZ> central_sep2 -0.0717586
+R<ASP>A<CB> R<LYS>A<NZ> sep1 1.40144
+R<ASP>A<CB> R<LYS>A<NZ> sep2 -0.445497
+R<ASP>A<CB> R<LYS>A<O> central_sep1 -1.20662
+R<ASP>A<CB> R<LYS>A<O> central_sep2 0.25254
+R<ASP>A<CB> R<LYS>A<O> sep1 0.165686
+R<ASP>A<CB> R<LYS>A<O> sep2 0.472286
+R<ASP>A<CB> R<MET>A<C> central_sep1 2.69967
+R<ASP>A<CB> R<MET>A<C> central_sep2 1.43324
+R<ASP>A<CB> R<MET>A<C> sep1 -0.158419
+R<ASP>A<CB> R<MET>A<C> sep2 0.445541
+R<ASP>A<CB> R<MET>A<CA> central_sep1 -0.27759
+R<ASP>A<CB> R<MET>A<CA> central_sep2 0.935019
+R<ASP>A<CB> R<MET>A<CA> sep1 1.59279
+R<ASP>A<CB> R<MET>A<CA> sep2 0.830977
+R<ASP>A<CB> R<MET>A<CB> central_sep1 -0.0279678
+R<ASP>A<CB> R<MET>A<CB> central_sep2 -0.073763
+R<ASP>A<CB> R<MET>A<CB> sep1 1.48715
+R<ASP>A<CB> R<MET>A<CB> sep2 0.221288
+R<ASP>A<CB> R<MET>A<CE> central_sep1 0.0427809
+R<ASP>A<CB> R<MET>A<CE> central_sep2 -0.630583
+R<ASP>A<CB> R<MET>A<CE> sep1 2.21271
+R<ASP>A<CB> R<MET>A<CE> sep2 0.121572
+R<ASP>A<CB> R<MET>A<CG> central_sep1 -0.0386219
+R<ASP>A<CB> R<MET>A<CG> central_sep2 -0.325008
+R<ASP>A<CB> R<MET>A<CG> sep1 0.666576
+R<ASP>A<CB> R<MET>A<CG> sep2 0.0874768
+R<ASP>A<CB> R<MET>A<N> central_sep1 1.30595
+R<ASP>A<CB> R<MET>A<N> central_sep2 1.41582
+R<ASP>A<CB> R<MET>A<N> sep1 -0.856508
+R<ASP>A<CB> R<MET>A<N> sep2 0.668226
+R<ASP>A<CB> R<MET>A<O> central_sep1 -0.665782
+R<ASP>A<CB> R<MET>A<O> central_sep2 0.424105
+R<ASP>A<CB> R<MET>A<O> sep1 0.511506
+R<ASP>A<CB> R<MET>A<O> sep2 0.675432
+R<ASP>A<CB> R<MET>A<SD> central_sep1 0.302183
+R<ASP>A<CB> R<MET>A<SD> central_sep2 -0.613267
+R<ASP>A<CB> R<MET>A<SD> sep1 1.83293
+R<ASP>A<CB> R<MET>A<SD> sep2 0.168993
+R<ASP>A<CB> R<PHE>A<C> central_sep1 2.54452
+R<ASP>A<CB> R<PHE>A<C> central_sep2 1.29054
+R<ASP>A<CB> R<PHE>A<C> sep1 -0.429566
+R<ASP>A<CB> R<PHE>A<C> sep2 0.127251
+R<ASP>A<CB> R<PHE>A<CA> central_sep1 0.0166727
+R<ASP>A<CB> R<PHE>A<CA> central_sep2 0.989957
+R<ASP>A<CB> R<PHE>A<CA> sep1 1.44893
+R<ASP>A<CB> R<PHE>A<CA> sep2 0.840958
+R<ASP>A<CB> R<PHE>A<CB> central_sep1 0.0262703
+R<ASP>A<CB> R<PHE>A<CB> central_sep2 0.0206437
+R<ASP>A<CB> R<PHE>A<CB> sep1 1.72432
+R<ASP>A<CB> R<PHE>A<CB> sep2 0.396058
+R<ASP>A<CB> R<PHE>A<CD1> central_sep1 -0.284945
+R<ASP>A<CB> R<PHE>A<CD1> central_sep2 -0.209081
+R<ASP>A<CB> R<PHE>A<CD1> sep1 1.18352
+R<ASP>A<CB> R<PHE>A<CD1> sep2 0.00067235
+R<ASP>A<CB> R<PHE>A<CE1> central_sep1 -0.165711
+R<ASP>A<CB> R<PHE>A<CE1> central_sep2 -0.521933
+R<ASP>A<CB> R<PHE>A<CE1> sep1 1.03751
+R<ASP>A<CB> R<PHE>A<CE1> sep2 -0.203931
+R<ASP>A<CB> R<PHE>A<CG> central_sep1 1.59818
+R<ASP>A<CB> R<PHE>A<CG> central_sep2 0.229312
+R<ASP>A<CB> R<PHE>A<CG> sep1 1.18958
+R<ASP>A<CB> R<PHE>A<CG> sep2 -1.0093
+R<ASP>A<CB> R<PHE>A<CZ> central_sep1 0.600625
+R<ASP>A<CB> R<PHE>A<CZ> central_sep2 -0.551997
+R<ASP>A<CB> R<PHE>A<CZ> sep1 1.17011
+R<ASP>A<CB> R<PHE>A<CZ> sep2 -0.286714
+R<ASP>A<CB> R<PHE>A<N> central_sep1 1.22397
+R<ASP>A<CB> R<PHE>A<N> central_sep2 1.33563
+R<ASP>A<CB> R<PHE>A<N> sep1 -1.15059
+R<ASP>A<CB> R<PHE>A<N> sep2 0.846061
+R<ASP>A<CB> R<PHE>A<O> central_sep1 -0.673498
+R<ASP>A<CB> R<PHE>A<O> central_sep2 0.231446
+R<ASP>A<CB> R<PHE>A<O> sep1 0.301086
+R<ASP>A<CB> R<PHE>A<O> sep2 0.44431
+R<ASP>A<CB> R<PRO>A<C> central_sep1 3.05163
+R<ASP>A<CB> R<PRO>A<C> central_sep2 1.6762
+R<ASP>A<CB> R<PRO>A<C> sep1 0.0146766
+R<ASP>A<CB> R<PRO>A<C> sep2 0.516825
+R<ASP>A<CB> R<PRO>A<CA> central_sep1 0.222805
+R<ASP>A<CB> R<PRO>A<CA> central_sep2 0.438412
+R<ASP>A<CB> R<PRO>A<CA> sep1 1.57869
+R<ASP>A<CB> R<PRO>A<CA> sep2 0.295335
+R<ASP>A<CB> R<PRO>A<CB> central_sep1 0.23099
+R<ASP>A<CB> R<PRO>A<CB> central_sep2 -0.281615
+R<ASP>A<CB> R<PRO>A<CB> sep1 1.3133
+R<ASP>A<CB> R<PRO>A<CB> sep2 -0.0700077
+R<ASP>A<CB> R<PRO>A<CD> central_sep1 0.229945
+R<ASP>A<CB> R<PRO>A<CD> central_sep2 0.395687
+R<ASP>A<CB> R<PRO>A<CD> sep1 0.365294
+R<ASP>A<CB> R<PRO>A<CD> sep2 0.368477
+R<ASP>A<CB> R<PRO>A<CG> central_sep1 1.48184
+R<ASP>A<CB> R<PRO>A<CG> central_sep2 -0.336123
+R<ASP>A<CB> R<PRO>A<CG> sep1 1.38995
+R<ASP>A<CB> R<PRO>A<CG> sep2 -0.16941
+R<ASP>A<CB> R<PRO>A<N> central_sep1 2.103
+R<ASP>A<CB> R<PRO>A<N> central_sep2 1.399
+R<ASP>A<CB> R<PRO>A<N> sep1 -0.320728
+R<ASP>A<CB> R<PRO>A<N> sep2 -0.0788853
+R<ASP>A<CB> R<PRO>A<O> central_sep1 -0.541036
+R<ASP>A<CB> R<PRO>A<O> central_sep2 0.516178
+R<ASP>A<CB> R<PRO>A<O> sep1 0.219662
+R<ASP>A<CB> R<PRO>A<O> sep2 1.01392
+R<ASP>A<CB> R<SER>A<C> central_sep1 2.9068
+R<ASP>A<CB> R<SER>A<C> central_sep2 1.51405
+R<ASP>A<CB> R<SER>A<C> sep1 -0.089221
+R<ASP>A<CB> R<SER>A<C> sep2 0.357025
+R<ASP>A<CB> R<SER>A<CA> central_sep1 0.0869704
+R<ASP>A<CB> R<SER>A<CA> central_sep2 0.590721
+R<ASP>A<CB> R<SER>A<CA> sep1 1.88697
+R<ASP>A<CB> R<SER>A<CA> sep2 0.45083
+R<ASP>A<CB> R<SER>A<CB> central_sep1 0.162214
+R<ASP>A<CB> R<SER>A<CB> central_sep2 -0.280464
+R<ASP>A<CB> R<SER>A<CB> sep1 0.945903
+R<ASP>A<CB> R<SER>A<CB> sep2 0.0399574
+R<ASP>A<CB> R<SER>A<N> central_sep1 0.00465435
+R<ASP>A<CB> R<SER>A<N> central_sep2 0.99128
+R<ASP>A<CB> R<SER>A<N> sep1 -0.992006
+R<ASP>A<CB> R<SER>A<N> sep2 0.752697
+R<ASP>A<CB> R<SER>A<O> central_sep1 -0.917147
+R<ASP>A<CB> R<SER>A<O> central_sep2 0.34318
+R<ASP>A<CB> R<SER>A<O> sep1 0.540866
+R<ASP>A<CB> R<SER>A<O> sep2 0.651049
+R<ASP>A<CB> R<SER>A<OG> central_sep1 -0.863535
+R<ASP>A<CB> R<SER>A<OG> central_sep2 -0.426668
+R<ASP>A<CB> R<SER>A<OG> sep1 0.46126
+R<ASP>A<CB> R<SER>A<OG> sep2 -0.0157368
+R<ASP>A<CB> R<THR>A<C> central_sep1 2.80108
+R<ASP>A<CB> R<THR>A<C> central_sep2 1.44377
+R<ASP>A<CB> R<THR>A<C> sep1 -0.215042
+R<ASP>A<CB> R<THR>A<C> sep2 0.333801
+R<ASP>A<CB> R<THR>A<CA> central_sep1 0.126972
+R<ASP>A<CB> R<THR>A<CA> central_sep2 0.649647
+R<ASP>A<CB> R<THR>A<CA> sep1 1.91263
+R<ASP>A<CB> R<THR>A<CA> sep2 0.748057
+R<ASP>A<CB> R<THR>A<CB> central_sep1 0.0566669
+R<ASP>A<CB> R<THR>A<CB> central_sep2 -0.412884
+R<ASP>A<CB> R<THR>A<CB> sep1 0.445914
+R<ASP>A<CB> R<THR>A<CB> sep2 -0.202585
+R<ASP>A<CB> R<THR>A<CG2> central_sep1 0.109669
+R<ASP>A<CB> R<THR>A<CG2> central_sep2 -0.441427
+R<ASP>A<CB> R<THR>A<CG2> sep1 0.914741
+R<ASP>A<CB> R<THR>A<CG2> sep2 0.128334
+R<ASP>A<CB> R<THR>A<N> central_sep1 -0.0049452
+R<ASP>A<CB> R<THR>A<N> central_sep2 1.17287
+R<ASP>A<CB> R<THR>A<N> sep1 -0.860732
+R<ASP>A<CB> R<THR>A<N> sep2 0.711636
+R<ASP>A<CB> R<THR>A<O> central_sep1 -0.894572
+R<ASP>A<CB> R<THR>A<O> central_sep2 0.130705
+R<ASP>A<CB> R<THR>A<O> sep1 0.375764
+R<ASP>A<CB> R<THR>A<O> sep2 0.470968
+R<ASP>A<CB> R<THR>A<OG1> central_sep1 -1.01756
+R<ASP>A<CB> R<THR>A<OG1> central_sep2 -0.444624
+R<ASP>A<CB> R<THR>A<OG1> sep1 0.389939
+R<ASP>A<CB> R<THR>A<OG1> sep2 -0.0975431
+R<ASP>A<CB> R<TRP>A<C> central_sep1 2.48473
+R<ASP>A<CB> R<TRP>A<C> central_sep2 1.58848
+R<ASP>A<CB> R<TRP>A<C> sep1 -0.276296
+R<ASP>A<CB> R<TRP>A<C> sep2 0.251216
+R<ASP>A<CB> R<TRP>A<CA> central_sep1 -0.366705
+R<ASP>A<CB> R<TRP>A<CA> central_sep2 0.820196
+R<ASP>A<CB> R<TRP>A<CA> sep1 1.32957
+R<ASP>A<CB> R<TRP>A<CA> sep2 0.884515
+R<ASP>A<CB> R<TRP>A<CB> central_sep1 0.185919
+R<ASP>A<CB> R<TRP>A<CB> central_sep2 -0.107164
+R<ASP>A<CB> R<TRP>A<CB> sep1 1.79749
+R<ASP>A<CB> R<TRP>A<CB> sep2 0.522812
+R<ASP>A<CB> R<TRP>A<CD1> central_sep1 -0.703688
+R<ASP>A<CB> R<TRP>A<CD1> central_sep2 -0.510829
+R<ASP>A<CB> R<TRP>A<CD1> sep1 0.754152
+R<ASP>A<CB> R<TRP>A<CD1> sep2 -0.409079
+R<ASP>A<CB> R<TRP>A<CD2> central_sep1 0.431456
+R<ASP>A<CB> R<TRP>A<CD2> central_sep2 0.237466
+R<ASP>A<CB> R<TRP>A<CD2> sep1 0.72688
+R<ASP>A<CB> R<TRP>A<CD2> sep2 -0.50775
+R<ASP>A<CB> R<TRP>A<CE2> central_sep1 -0.0578741
+R<ASP>A<CB> R<TRP>A<CE2> central_sep2 0.0563425
+R<ASP>A<CB> R<TRP>A<CE2> sep1 0.171099
+R<ASP>A<CB> R<TRP>A<CE2> sep2 -1.03753
+R<ASP>A<CB> R<TRP>A<CE3> central_sep1 -0.0875696
+R<ASP>A<CB> R<TRP>A<CE3> central_sep2 -0.0746634
+R<ASP>A<CB> R<TRP>A<CE3> sep1 1.68989
+R<ASP>A<CB> R<TRP>A<CE3> sep2 0.0881957
+R<ASP>A<CB> R<TRP>A<CG> central_sep1 1.66064
+R<ASP>A<CB> R<TRP>A<CG> central_sep2 0.593107
+R<ASP>A<CB> R<TRP>A<CG> sep1 0.905144
+R<ASP>A<CB> R<TRP>A<CG> sep2 -0.922913
+R<ASP>A<CB> R<TRP>A<CH2> central_sep1 0.894409
+R<ASP>A<CB> R<TRP>A<CH2> central_sep2 -0.798312
+R<ASP>A<CB> R<TRP>A<CH2> sep1 1.82926
+R<ASP>A<CB> R<TRP>A<CH2> sep2 -0.520911
+R<ASP>A<CB> R<TRP>A<CZ2> central_sep1 0.621926
+R<ASP>A<CB> R<TRP>A<CZ2> central_sep2 -0.914935
+R<ASP>A<CB> R<TRP>A<CZ2> sep1 1.72197
+R<ASP>A<CB> R<TRP>A<CZ2> sep2 -0.497278
+R<ASP>A<CB> R<TRP>A<CZ3> central_sep1 0.302162
+R<ASP>A<CB> R<TRP>A<CZ3> central_sep2 -0.579445
+R<ASP>A<CB> R<TRP>A<CZ3> sep1 1.36991
+R<ASP>A<CB> R<TRP>A<CZ3> sep2 -0.261387
+R<ASP>A<CB> R<TRP>A<N> central_sep1 1.16848
+R<ASP>A<CB> R<TRP>A<N> central_sep2 1.31945
+R<ASP>A<CB> R<TRP>A<N> sep1 -1.12419
+R<ASP>A<CB> R<TRP>A<N> sep2 0.954012
+R<ASP>A<CB> R<TRP>A<NE1> central_sep1 -0.139012
+R<ASP>A<CB> R<TRP>A<NE1> central_sep2 -0.628898
+R<ASP>A<CB> R<TRP>A<NE1> sep1 0.508592
+R<ASP>A<CB> R<TRP>A<NE1> sep2 -0.712796
+R<ASP>A<CB> R<TRP>A<O> central_sep1 -0.726288
+R<ASP>A<CB> R<TRP>A<O> central_sep2 0.365892
+R<ASP>A<CB> R<TRP>A<O> sep1 0.27586
+R<ASP>A<CB> R<TRP>A<O> sep2 0.685178
+R<ASP>A<CB> R<TYR>A<C> central_sep1 2.31924
+R<ASP>A<CB> R<TYR>A<C> central_sep2 1.39029
+R<ASP>A<CB> R<TYR>A<C> sep1 -0.416743
+R<ASP>A<CB> R<TYR>A<C> sep2 0.208023
+R<ASP>A<CB> R<TYR>A<CA> central_sep1 0.0588172
+R<ASP>A<CB> R<TYR>A<CA> central_sep2 0.877611
+R<ASP>A<CB> R<TYR>A<CA> sep1 1.39371
+R<ASP>A<CB> R<TYR>A<CA> sep2 0.912888
+R<ASP>A<CB> R<TYR>A<CB> central_sep1 0.018015
+R<ASP>A<CB> R<TYR>A<CB> central_sep2 -0.118858
+R<ASP>A<CB> R<TYR>A<CB> sep1 1.56281
+R<ASP>A<CB> R<TYR>A<CB> sep2 0.375317
+R<ASP>A<CB> R<TYR>A<CD1> central_sep1 -0.426261
+R<ASP>A<CB> R<TYR>A<CD1> central_sep2 -0.193472
+R<ASP>A<CB> R<TYR>A<CD1> sep1 1.09303
+R<ASP>A<CB> R<TYR>A<CD1> sep2 -0.208679
+R<ASP>A<CB> R<TYR>A<CE1> central_sep1 -0.504395
+R<ASP>A<CB> R<TYR>A<CE1> central_sep2 -0.860896
+R<ASP>A<CB> R<TYR>A<CE1> sep1 0.718478
+R<ASP>A<CB> R<TYR>A<CE1> sep2 -0.426975
+R<ASP>A<CB> R<TYR>A<CG> central_sep1 1.79385
+R<ASP>A<CB> R<TYR>A<CG> central_sep2 0.486885
+R<ASP>A<CB> R<TYR>A<CG> sep1 1.15077
+R<ASP>A<CB> R<TYR>A<CG> sep2 -0.899951
+R<ASP>A<CB> R<TYR>A<CZ> central_sep1 -0.154413
+R<ASP>A<CB> R<TYR>A<CZ> central_sep2 -0.515221
+R<ASP>A<CB> R<TYR>A<CZ> sep1 -0.138311
+R<ASP>A<CB> R<TYR>A<CZ> sep2 -1.4422
+R<ASP>A<CB> R<TYR>A<N> central_sep1 1.17688
+R<ASP>A<CB> R<TYR>A<N> central_sep2 1.33137
+R<ASP>A<CB> R<TYR>A<N> sep1 -1.15504
+R<ASP>A<CB> R<TYR>A<N> sep2 0.996774
+R<ASP>A<CB> R<TYR>A<O> central_sep1 -0.705956
+R<ASP>A<CB> R<TYR>A<O> central_sep2 0.327114
+R<ASP>A<CB> R<TYR>A<O> sep1 0.271195
+R<ASP>A<CB> R<TYR>A<O> sep2 0.530745
+R<ASP>A<CB> R<TYR>A<OH> central_sep1 0.502458
+R<ASP>A<CB> R<TYR>A<OH> central_sep2 -1.20875
+R<ASP>A<CB> R<TYR>A<OH> sep1 1.66961
+R<ASP>A<CB> R<TYR>A<OH> sep2 -0.589183
+R<ASP>A<CB> R<VAL>A<C> central_sep1 3.14956
+R<ASP>A<CB> R<VAL>A<C> central_sep2 1.71934
+R<ASP>A<CB> R<VAL>A<C> sep1 -0.353236
+R<ASP>A<CB> R<VAL>A<C> sep2 0.101422
+R<ASP>A<CB> R<VAL>A<CA> central_sep1 0.158282
+R<ASP>A<CB> R<VAL>A<CA> central_sep2 1.05339
+R<ASP>A<CB> R<VAL>A<CA> sep1 1.90794
+R<ASP>A<CB> R<VAL>A<CA> sep2 1.11989
+R<ASP>A<CB> R<VAL>A<CB> central_sep1 -0.118228
+R<ASP>A<CB> R<VAL>A<CB> central_sep2 -0.209418
+R<ASP>A<CB> R<VAL>A<CB> sep1 1.36219
+R<ASP>A<CB> R<VAL>A<CB> sep2 -0.0667907
+R<ASP>A<CB> R<VAL>A<CG1> central_sep1 -0.0600329
+R<ASP>A<CB> R<VAL>A<CG1> central_sep2 -0.418636
+R<ASP>A<CB> R<VAL>A<CG1> sep1 1.24053
+R<ASP>A<CB> R<VAL>A<CG1> sep2 0.532858
+R<ASP>A<CB> R<VAL>A<CG2> central_sep1 -0.15032
+R<ASP>A<CB> R<VAL>A<CG2> central_sep2 -0.407579
+R<ASP>A<CB> R<VAL>A<CG2> sep1 0.902413
+R<ASP>A<CB> R<VAL>A<CG2> sep2 0.518881
+R<ASP>A<CB> R<VAL>A<N> central_sep1 1.66755
+R<ASP>A<CB> R<VAL>A<N> central_sep2 1.20676
+R<ASP>A<CB> R<VAL>A<N> sep1 -0.967259
+R<ASP>A<CB> R<VAL>A<N> sep2 0.699993
+R<ASP>A<CB> R<VAL>A<O> central_sep1 -0.421323
+R<ASP>A<CB> R<VAL>A<O> central_sep2 0.137763
+R<ASP>A<CB> R<VAL>A<O> sep1 0.318612
+R<ASP>A<CB> R<VAL>A<O> sep2 0.34512
+R<ASP>A<CB> c<solvent> . -0.293191
+R<ASP>A<CG> R<ASP>A<CG> central_sep1 0.469815
+R<ASP>A<CG> R<ASP>A<CG> central_sep2 0.395612
+R<ASP>A<CG> R<ASP>A<CG> sep1 -0.000639314
+R<ASP>A<CG> R<ASP>A<CG> sep2 -0.590795
+R<ASP>A<CG> R<ASP>A<N> central_sep1 -0.301632
+R<ASP>A<CG> R<ASP>A<N> central_sep2 1.9865
+R<ASP>A<CG> R<ASP>A<N> sep1 -0.45968
+R<ASP>A<CG> R<ASP>A<N> sep2 0.214259
+R<ASP>A<CG> R<ASP>A<O> central_sep1 -0.809063
+R<ASP>A<CG> R<ASP>A<O> central_sep2 1.56273
+R<ASP>A<CG> R<ASP>A<O> sep1 0.781941
+R<ASP>A<CG> R<ASP>A<O> sep2 0.495595
+R<ASP>A<CG> R<ASP>A<OD1> central_sep1 0.641361
+R<ASP>A<CG> R<ASP>A<OD1> central_sep2 0.975255
+R<ASP>A<CG> R<ASP>A<OD1> sep1 0.578509
+R<ASP>A<CG> R<ASP>A<OD1> sep2 -0.272873
+R<ASP>A<CG> R<CYS>A<C> central_sep1 1.99728
+R<ASP>A<CG> R<CYS>A<C> central_sep2 1.91936
+R<ASP>A<CG> R<CYS>A<C> sep1 -0.0502067
+R<ASP>A<CG> R<CYS>A<C> sep2 0.647967
+R<ASP>A<CG> R<CYS>A<CA> central_sep1 1.09984
+R<ASP>A<CG> R<CYS>A<CA> central_sep2 0.576671
+R<ASP>A<CG> R<CYS>A<CA> sep1 1.35125
+R<ASP>A<CG> R<CYS>A<CA> sep2 -0.0879362
+R<ASP>A<CG> R<CYS>A<CB> central_sep1 0.465858
+R<ASP>A<CG> R<CYS>A<CB> central_sep2 0.120578
+R<ASP>A<CG> R<CYS>A<CB> sep1 0.586441
+R<ASP>A<CG> R<CYS>A<CB> sep2 -0.583228
+R<ASP>A<CG> R<CYS>A<N> central_sep1 -0.0382004
+R<ASP>A<CG> R<CYS>A<N> central_sep2 1.84184
+R<ASP>A<CG> R<CYS>A<N> sep1 0.0310679
+R<ASP>A<CG> R<CYS>A<N> sep2 -0.083348
+R<ASP>A<CG> R<CYS>A<O> central_sep1 -0.226655
+R<ASP>A<CG> R<CYS>A<O> central_sep2 1.09237
+R<ASP>A<CG> R<CYS>A<O> sep1 0.961862
+R<ASP>A<CG> R<CYS>A<O> sep2 0.290382
+R<ASP>A<CG> R<CYS>A<SG> central_sep1 0.227908
+R<ASP>A<CG> R<CYS>A<SG> central_sep2 -0.0544839
+R<ASP>A<CG> R<CYS>A<SG> sep1 1.10313
+R<ASP>A<CG> R<CYS>A<SG> sep2 -0.448929
+R<ASP>A<CG> R<GLN>A<C> central_sep1 1.90849
+R<ASP>A<CG> R<GLN>A<C> central_sep2 2.33324
+R<ASP>A<CG> R<GLN>A<C> sep1 0.153021
+R<ASP>A<CG> R<GLN>A<C> sep2 1.12529
+R<ASP>A<CG> R<GLN>A<CA> central_sep1 1.36711
+R<ASP>A<CG> R<GLN>A<CA> central_sep2 0.939823
+R<ASP>A<CG> R<GLN>A<CA> sep1 1.31119
+R<ASP>A<CG> R<GLN>A<CA> sep2 0.179763
+R<ASP>A<CG> R<GLN>A<CB> central_sep1 -0.21773
+R<ASP>A<CG> R<GLN>A<CB> central_sep2 0.363048
+R<ASP>A<CG> R<GLN>A<CB> sep1 -0.228009
+R<ASP>A<CG> R<GLN>A<CB> sep2 -0.207142
+R<ASP>A<CG> R<GLN>A<CD> central_sep1 1.0158
+R<ASP>A<CG> R<GLN>A<CD> central_sep2 0.44712
+R<ASP>A<CG> R<GLN>A<CD> sep1 0.761475
+R<ASP>A<CG> R<GLN>A<CD> sep2 -0.772405
+R<ASP>A<CG> R<GLN>A<CG> central_sep1 -0.894302
+R<ASP>A<CG> R<GLN>A<CG> central_sep2 0.0491471
+R<ASP>A<CG> R<GLN>A<CG> sep1 -0.106604
+R<ASP>A<CG> R<GLN>A<CG> sep2 -0.72621
+R<ASP>A<CG> R<GLN>A<N> central_sep1 -0.381481
+R<ASP>A<CG> R<GLN>A<N> central_sep2 1.92663
+R<ASP>A<CG> R<GLN>A<N> sep1 -0.368326
+R<ASP>A<CG> R<GLN>A<N> sep2 0.162619
+R<ASP>A<CG> R<GLN>A<NE2> central_sep1 0.520396
+R<ASP>A<CG> R<GLN>A<NE2> central_sep2 0.332898
+R<ASP>A<CG> R<GLN>A<NE2> sep1 0.153462
+R<ASP>A<CG> R<GLN>A<NE2> sep2 -1.1363
+R<ASP>A<CG> R<GLN>A<O> central_sep1 -1.72797
+R<ASP>A<CG> R<GLN>A<O> central_sep2 1.51785
+R<ASP>A<CG> R<GLN>A<O> sep1 0.703289
+R<ASP>A<CG> R<GLN>A<O> sep2 0.668027
+R<ASP>A<CG> R<GLN>A<OE1> central_sep1 0.75791
+R<ASP>A<CG> R<GLN>A<OE1> central_sep2 0.679665
+R<ASP>A<CG> R<GLN>A<OE1> sep1 0.817122
+R<ASP>A<CG> R<GLN>A<OE1> sep2 -0.553865
+R<ASP>A<CG> R<GLU>A<C> central_sep1 2.20372
+R<ASP>A<CG> R<GLU>A<C> central_sep2 2.78486
+R<ASP>A<CG> R<GLU>A<C> sep1 0.296914
+R<ASP>A<CG> R<GLU>A<C> sep2 1.61341
+R<ASP>A<CG> R<GLU>A<CA> central_sep1 1.50023
+R<ASP>A<CG> R<GLU>A<CA> central_sep2 1.27046
+R<ASP>A<CG> R<GLU>A<CA> sep1 1.48696
+R<ASP>A<CG> R<GLU>A<CA> sep2 0.630011
+R<ASP>A<CG> R<GLU>A<CB> central_sep1 0.104595
+R<ASP>A<CG> R<GLU>A<CB> central_sep2 0.850628
+R<ASP>A<CG> R<GLU>A<CB> sep1 -0.344372
+R<ASP>A<CG> R<GLU>A<CB> sep2 0.194696
+R<ASP>A<CG> R<GLU>A<CD> central_sep1 1.05585
+R<ASP>A<CG> R<GLU>A<CD> central_sep2 0.906242
+R<ASP>A<CG> R<GLU>A<CD> sep1 0.798938
+R<ASP>A<CG> R<GLU>A<CD> sep2 -0.065694
+R<ASP>A<CG> R<GLU>A<CG> central_sep1 -0.090163
+R<ASP>A<CG> R<GLU>A<CG> central_sep2 0.845292
+R<ASP>A<CG> R<GLU>A<CG> sep1 0.2686
+R<ASP>A<CG> R<GLU>A<CG> sep2 0.0490864
+R<ASP>A<CG> R<GLU>A<N> central_sep1 -0.21707
+R<ASP>A<CG> R<GLU>A<N> central_sep2 2.16621
+R<ASP>A<CG> R<GLU>A<N> sep1 -0.565962
+R<ASP>A<CG> R<GLU>A<N> sep2 0.571169
+R<ASP>A<CG> R<GLU>A<O> central_sep1 -0.854169
+R<ASP>A<CG> R<GLU>A<O> central_sep2 1.75174
+R<ASP>A<CG> R<GLU>A<O> sep1 0.881722
+R<ASP>A<CG> R<GLU>A<O> sep2 0.904255
+R<ASP>A<CG> R<GLU>A<OE1> central_sep1 1.37695
+R<ASP>A<CG> R<GLU>A<OE1> central_sep2 1.31231
+R<ASP>A<CG> R<GLU>A<OE1> sep1 1.23667
+R<ASP>A<CG> R<GLU>A<OE1> sep2 0.105951
+R<ASP>A<CG> R<GLY>A<C> central_sep1 1.35947
+R<ASP>A<CG> R<GLY>A<C> central_sep2 0.880321
+R<ASP>A<CG> R<GLY>A<C> sep1 -0.0859031
+R<ASP>A<CG> R<GLY>A<C> sep2 -0.0520573
+R<ASP>A<CG> R<GLY>A<CA> central_sep1 0.699718
+R<ASP>A<CG> R<GLY>A<CA> central_sep2 -0.0959085
+R<ASP>A<CG> R<GLY>A<CA> sep1 0.546104
+R<ASP>A<CG> R<GLY>A<CA> sep2 -0.852491
+R<ASP>A<CG> R<GLY>A<N> central_sep1 -0.0182789
+R<ASP>A<CG> R<GLY>A<N> central_sep2 0.955403
+R<ASP>A<CG> R<GLY>A<N> sep1 -0.359407
+R<ASP>A<CG> R<GLY>A<N> sep2 -0.707104
+R<ASP>A<CG> R<GLY>A<O> central_sep1 -0.301158
+R<ASP>A<CG> R<GLY>A<O> central_sep2 0.962288
+R<ASP>A<CG> R<GLY>A<O> sep1 0.897157
+R<ASP>A<CG> R<GLY>A<O> sep2 0.140051
+R<ASP>A<CG> R<HIS>A<C> central_sep1 1.87074
+R<ASP>A<CG> R<HIS>A<C> central_sep2 1.40757
+R<ASP>A<CG> R<HIS>A<C> sep1 0.00756357
+R<ASP>A<CG> R<HIS>A<C> sep2 0.392955
+R<ASP>A<CG> R<HIS>A<CA> central_sep1 0.704827
+R<ASP>A<CG> R<HIS>A<CA> central_sep2 -0.219378
+R<ASP>A<CG> R<HIS>A<CA> sep1 1.04014
+R<ASP>A<CG> R<HIS>A<CA> sep2 -0.737596
+R<ASP>A<CG> R<HIS>A<CB> central_sep1 -0.385192
+R<ASP>A<CG> R<HIS>A<CB> central_sep2 -0.577474
+R<ASP>A<CG> R<HIS>A<CB> sep1 -0.188667
+R<ASP>A<CG> R<HIS>A<CB> sep2 -1.17753
+R<ASP>A<CG> R<HIS>A<CD2> central_sep1 -0.443128
+R<ASP>A<CG> R<HIS>A<CD2> central_sep2 -0.31091
+R<ASP>A<CG> R<HIS>A<CD2> sep1 0.295793
+R<ASP>A<CG> R<HIS>A<CD2> sep2 -1.41219
+R<ASP>A<CG> R<HIS>A<CE1> central_sep1 0.0989345
+R<ASP>A<CG> R<HIS>A<CE1> central_sep2 -0.461426
+R<ASP>A<CG> R<HIS>A<CE1> sep1 0.411602
+R<ASP>A<CG> R<HIS>A<CE1> sep2 -1.68684
+R<ASP>A<CG> R<HIS>A<CG> central_sep1 0.917346
+R<ASP>A<CG> R<HIS>A<CG> central_sep2 0.126567
+R<ASP>A<CG> R<HIS>A<CG> sep1 0.965937
+R<ASP>A<CG> R<HIS>A<CG> sep2 -0.569308
+R<ASP>A<CG> R<HIS>A<N> central_sep1 -0.27952
+R<ASP>A<CG> R<HIS>A<N> central_sep2 1.34749
+R<ASP>A<CG> R<HIS>A<N> sep1 -0.269104
+R<ASP>A<CG> R<HIS>A<N> sep2 -0.621288
+R<ASP>A<CG> R<HIS>A<ND1> central_sep1 0.106352
+R<ASP>A<CG> R<HIS>A<ND1> central_sep2 -0.0543993
+R<ASP>A<CG> R<HIS>A<ND1> sep1 -0.0733268
+R<ASP>A<CG> R<HIS>A<ND1> sep2 -2.06397
+R<ASP>A<CG> R<HIS>A<NE2> central_sep1 0.564172
+R<ASP>A<CG> R<HIS>A<NE2> central_sep2 -0.230849
+R<ASP>A<CG> R<HIS>A<NE2> sep1 0.46083
+R<ASP>A<CG> R<HIS>A<NE2> sep2 -2.06457
+R<ASP>A<CG> R<HIS>A<O> central_sep1 -0.652496
+R<ASP>A<CG> R<HIS>A<O> central_sep2 0.621322
+R<ASP>A<CG> R<HIS>A<O> sep1 0.695291
+R<ASP>A<CG> R<HIS>A<O> sep2 0.084225
+R<ASP>A<CG> R<ILE>A<C> central_sep1 2.55657
+R<ASP>A<CG> R<ILE>A<C> central_sep2 2.69155
+R<ASP>A<CG> R<ILE>A<C> sep1 -0.0658251
+R<ASP>A<CG> R<ILE>A<C> sep2 0.951414
+R<ASP>A<CG> R<ILE>A<CA> central_sep1 2.07033
+R<ASP>A<CG> R<ILE>A<CA> central_sep2 1.42738
+R<ASP>A<CG> R<ILE>A<CA> sep1 1.80934
+R<ASP>A<CG> R<ILE>A<CA> sep2 0.423262
+R<ASP>A<CG> R<ILE>A<CB> central_sep1 0.596128
+R<ASP>A<CG> R<ILE>A<CB> central_sep2 0.196953
+R<ASP>A<CG> R<ILE>A<CB> sep1 0.583844
+R<ASP>A<CG> R<ILE>A<CB> sep2 -0.290635
+R<ASP>A<CG> R<ILE>A<CD1> central_sep1 1.08603
+R<ASP>A<CG> R<ILE>A<CD1> central_sep2 -0.0477316
+R<ASP>A<CG> R<ILE>A<CD1> sep1 1.59162
+R<ASP>A<CG> R<ILE>A<CD1> sep2 -0.396191
+R<ASP>A<CG> R<ILE>A<CG1> central_sep1 0.0438698
+R<ASP>A<CG> R<ILE>A<CG1> central_sep2 0.236125
+R<ASP>A<CG> R<ILE>A<CG1> sep1 0.952855
+R<ASP>A<CG> R<ILE>A<CG1> sep2 -0.20491
+R<ASP>A<CG> R<ILE>A<CG2> central_sep1 0.28548
+R<ASP>A<CG> R<ILE>A<CG2> central_sep2 0.132449
+R<ASP>A<CG> R<ILE>A<CG2> sep1 0.987283
+R<ASP>A<CG> R<ILE>A<CG2> sep2 -0.362492
+R<ASP>A<CG> R<ILE>A<N> central_sep1 -0.103021
+R<ASP>A<CG> R<ILE>A<N> central_sep2 2.41116
+R<ASP>A<CG> R<ILE>A<N> sep1 0.0819707
+R<ASP>A<CG> R<ILE>A<N> sep2 0.441923
+R<ASP>A<CG> R<ILE>A<O> central_sep1 0.0255544
+R<ASP>A<CG> R<ILE>A<O> central_sep2 1.52281
+R<ASP>A<CG> R<ILE>A<O> sep1 1.02961
+R<ASP>A<CG> R<ILE>A<O> sep2 0.438174
+R<ASP>A<CG> R<LEU>A<C> central_sep1 2.60756
+R<ASP>A<CG> R<LEU>A<C> central_sep2 2.45329
+R<ASP>A<CG> R<LEU>A<C> sep1 0.264532
+R<ASP>A<CG> R<LEU>A<C> sep2 1.19482
+R<ASP>A<CG> R<LEU>A<CA> central_sep1 1.98787
+R<ASP>A<CG> R<LEU>A<CA> central_sep2 1.50443
+R<ASP>A<CG> R<LEU>A<CA> sep1 1.80457
+R<ASP>A<CG> R<LEU>A<CA> sep2 0.718813
+R<ASP>A<CG> R<LEU>A<CB> central_sep1 0.0797016
+R<ASP>A<CG> R<LEU>A<CB> central_sep2 0.383514
+R<ASP>A<CG> R<LEU>A<CB> sep1 0.384116
+R<ASP>A<CG> R<LEU>A<CB> sep2 -0.126503
+R<ASP>A<CG> R<LEU>A<CD1> central_sep1 1.14987
+R<ASP>A<CG> R<LEU>A<CD1> central_sep2 -0.00334903
+R<ASP>A<CG> R<LEU>A<CD1> sep1 1.59816
+R<ASP>A<CG> R<LEU>A<CD1> sep2 -0.370725
+R<ASP>A<CG> R<LEU>A<CD2> central_sep1 1.12719
+R<ASP>A<CG> R<LEU>A<CD2> central_sep2 -0.11385
+R<ASP>A<CG> R<LEU>A<CD2> sep1 1.46034
+R<ASP>A<CG> R<LEU>A<CD2> sep2 -0.382682
+R<ASP>A<CG> R<LEU>A<CG> central_sep1 -0.461161
+R<ASP>A<CG> R<LEU>A<CG> central_sep2 0.670629
+R<ASP>A<CG> R<LEU>A<CG> sep1 0.622501
+R<ASP>A<CG> R<LEU>A<CG> sep2 -0.0994605
+R<ASP>A<CG> R<LEU>A<N> central_sep1 0.00345675
+R<ASP>A<CG> R<LEU>A<N> central_sep2 2.08014
+R<ASP>A<CG> R<LEU>A<N> sep1 0.0928404
+R<ASP>A<CG> R<LEU>A<N> sep2 0.364242
+R<ASP>A<CG> R<LEU>A<O> central_sep1 -0.0840918
+R<ASP>A<CG> R<LEU>A<O> central_sep2 1.645
+R<ASP>A<CG> R<LEU>A<O> sep1 1.15504
+R<ASP>A<CG> R<LEU>A<O> sep2 0.623438
+R<ASP>A<CG> R<LYS>A<C> central_sep1 1.85058
+R<ASP>A<CG> R<LYS>A<C> central_sep2 1.75783
+R<ASP>A<CG> R<LYS>A<C> sep1 -0.0253205
+R<ASP>A<CG> R<LYS>A<C> sep2 0.705085
+R<ASP>A<CG> R<LYS>A<CA> central_sep1 1.07719
+R<ASP>A<CG> R<LYS>A<CA> central_sep2 0.592606
+R<ASP>A<CG> R<LYS>A<CA> sep1 1.15782
+R<ASP>A<CG> R<LYS>A<CA> sep2 -0.391631
+R<ASP>A<CG> R<LYS>A<CB> central_sep1 -0.772607
+R<ASP>A<CG> R<LYS>A<CB> central_sep2 -0.266697
+R<ASP>A<CG> R<LYS>A<CB> sep1 -0.611271
+R<ASP>A<CG> R<LYS>A<CB> sep2 -0.90029
+R<ASP>A<CG> R<LYS>A<CD> central_sep1 -0.150585
+R<ASP>A<CG> R<LYS>A<CD> central_sep2 -1.04026
+R<ASP>A<CG> R<LYS>A<CD> sep1 0.0580161
+R<ASP>A<CG> R<LYS>A<CD> sep2 -1.65158
+R<ASP>A<CG> R<LYS>A<CE> central_sep1 0.249684
+R<ASP>A<CG> R<LYS>A<CE> central_sep2 -0.476312
+R<ASP>A<CG> R<LYS>A<CE> sep1 0.145314
+R<ASP>A<CG> R<LYS>A<CE> sep2 -1.69586
+R<ASP>A<CG> R<LYS>A<CG> central_sep1 -1.37811
+R<ASP>A<CG> R<LYS>A<CG> central_sep2 -0.455437
+R<ASP>A<CG> R<LYS>A<CG> sep1 -0.471184
+R<ASP>A<CG> R<LYS>A<CG> sep2 -1.11474
+R<ASP>A<CG> R<LYS>A<N> central_sep1 -0.5644
+R<ASP>A<CG> R<LYS>A<N> central_sep2 1.52049
+R<ASP>A<CG> R<LYS>A<N> sep1 -0.533669
+R<ASP>A<CG> R<LYS>A<N> sep2 -0.20928
+R<ASP>A<CG> R<LYS>A<NZ> central_sep1 0.952671
+R<ASP>A<CG> R<LYS>A<NZ> central_sep2 -0.0814385
+R<ASP>A<CG> R<LYS>A<NZ> sep1 0.0275511
+R<ASP>A<CG> R<LYS>A<NZ> sep2 -2.15876
+R<ASP>A<CG> R<LYS>A<O> central_sep1 -1.49613
+R<ASP>A<CG> R<LYS>A<O> central_sep2 1.41421
+R<ASP>A<CG> R<LYS>A<O> sep1 0.58848
+R<ASP>A<CG> R<LYS>A<O> sep2 0.271091
+R<ASP>A<CG> R<MET>A<C> central_sep1 2.57222
+R<ASP>A<CG> R<MET>A<C> central_sep2 1.83469
+R<ASP>A<CG> R<MET>A<C> sep1 0.204543
+R<ASP>A<CG> R<MET>A<C> sep2 0.717854
+R<ASP>A<CG> R<MET>A<CA> central_sep1 2.00763
+R<ASP>A<CG> R<MET>A<CA> central_sep2 0.638727
+R<ASP>A<CG> R<MET>A<CA> sep1 1.55409
+R<ASP>A<CG> R<MET>A<CA> sep2 -0.268021
+R<ASP>A<CG> R<MET>A<CB> central_sep1 0.129982
+R<ASP>A<CG> R<MET>A<CB> central_sep2 0.0573342
+R<ASP>A<CG> R<MET>A<CB> sep1 0.269744
+R<ASP>A<CG> R<MET>A<CB> sep2 -0.466645
+R<ASP>A<CG> R<MET>A<CE> central_sep1 1.11607
+R<ASP>A<CG> R<MET>A<CE> central_sep2 -0.211939
+R<ASP>A<CG> R<MET>A<CE> sep1 1.399
+R<ASP>A<CG> R<MET>A<CE> sep2 -0.661307
+R<ASP>A<CG> R<MET>A<CG> central_sep1 0.118691
+R<ASP>A<CG> R<MET>A<CG> central_sep2 -0.0875782
+R<ASP>A<CG> R<MET>A<CG> sep1 0.805644
+R<ASP>A<CG> R<MET>A<CG> sep2 -0.616329
+R<ASP>A<CG> R<MET>A<N> central_sep1 0.0655322
+R<ASP>A<CG> R<MET>A<N> central_sep2 1.52195
+R<ASP>A<CG> R<MET>A<N> sep1 0.136671
+R<ASP>A<CG> R<MET>A<N> sep2 -0.283629
+R<ASP>A<CG> R<MET>A<O> central_sep1 -0.318822
+R<ASP>A<CG> R<MET>A<O> central_sep2 1.29419
+R<ASP>A<CG> R<MET>A<O> sep1 1.04265
+R<ASP>A<CG> R<MET>A<O> sep2 0.38926
+R<ASP>A<CG> R<MET>A<SD> central_sep1 1.37485
+R<ASP>A<CG> R<MET>A<SD> central_sep2 -0.0598303
+R<ASP>A<CG> R<MET>A<SD> sep1 1.70022
+R<ASP>A<CG> R<MET>A<SD> sep2 -0.521764
+R<ASP>A<CG> R<PHE>A<C> central_sep1 2.15199
+R<ASP>A<CG> R<PHE>A<C> central_sep2 2.02823
+R<ASP>A<CG> R<PHE>A<C> sep1 -0.183845
+R<ASP>A<CG> R<PHE>A<C> sep2 0.831857
+R<ASP>A<CG> R<PHE>A<CA> central_sep1 1.64077
+R<ASP>A<CG> R<PHE>A<CA> central_sep2 0.9713
+R<ASP>A<CG> R<PHE>A<CA> sep1 1.36529
+R<ASP>A<CG> R<PHE>A<CA> sep2 0.0353194
+R<ASP>A<CG> R<PHE>A<CB> central_sep1 0.209394
+R<ASP>A<CG> R<PHE>A<CB> central_sep2 0.04683
+R<ASP>A<CG> R<PHE>A<CB> sep1 0.451983
+R<ASP>A<CG> R<PHE>A<CB> sep2 -0.36781
+R<ASP>A<CG> R<PHE>A<CD1> central_sep1 0.308433
+R<ASP>A<CG> R<PHE>A<CD1> central_sep2 0.0345822
+R<ASP>A<CG> R<PHE>A<CD1> sep1 1.11503
+R<ASP>A<CG> R<PHE>A<CD1> sep2 -0.313932
+R<ASP>A<CG> R<PHE>A<CE1> central_sep1 0.956126
+R<ASP>A<CG> R<PHE>A<CE1> central_sep2 -0.0802508
+R<ASP>A<CG> R<PHE>A<CE1> sep1 1.18689
+R<ASP>A<CG> R<PHE>A<CE1> sep2 -0.54964
+R<ASP>A<CG> R<PHE>A<CG> central_sep1 2.95155
+R<ASP>A<CG> R<PHE>A<CG> central_sep2 0.261428
+R<ASP>A<CG> R<PHE>A<CG> sep1 2.12842
+R<ASP>A<CG> R<PHE>A<CG> sep2 -0.613178
+R<ASP>A<CG> R<PHE>A<CZ> central_sep1 1.10723
+R<ASP>A<CG> R<PHE>A<CZ> central_sep2 -0.240794
+R<ASP>A<CG> R<PHE>A<CZ> sep1 1.26544
+R<ASP>A<CG> R<PHE>A<CZ> sep2 -0.719532
+R<ASP>A<CG> R<PHE>A<N> central_sep1 -0.188386
+R<ASP>A<CG> R<PHE>A<N> central_sep2 1.92282
+R<ASP>A<CG> R<PHE>A<N> sep1 -0.0424981
+R<ASP>A<CG> R<PHE>A<N> sep2 0.159607
+R<ASP>A<CG> R<PHE>A<O> central_sep1 0.0294411
+R<ASP>A<CG> R<PHE>A<O> central_sep2 1.23981
+R<ASP>A<CG> R<PHE>A<O> sep1 0.865672
+R<ASP>A<CG> R<PHE>A<O> sep2 0.376724
+R<ASP>A<CG> R<PRO>A<C> central_sep1 2.46777
+R<ASP>A<CG> R<PRO>A<C> central_sep2 2.2284
+R<ASP>A<CG> R<PRO>A<C> sep1 0.175497
+R<ASP>A<CG> R<PRO>A<C> sep2 1.20022
+R<ASP>A<CG> R<PRO>A<CA> central_sep1 0.887631
+R<ASP>A<CG> R<PRO>A<CA> central_sep2 0.136159
+R<ASP>A<CG> R<PRO>A<CA> sep1 1.39676
+R<ASP>A<CG> R<PRO>A<CA> sep2 -0.766616
+R<ASP>A<CG> R<PRO>A<CB> central_sep1 0.546418
+R<ASP>A<CG> R<PRO>A<CB> central_sep2 -0.12864
+R<ASP>A<CG> R<PRO>A<CB> sep1 0.130726
+R<ASP>A<CG> R<PRO>A<CB> sep2 -0.703918
+R<ASP>A<CG> R<PRO>A<CD> central_sep1 -0.394103
+R<ASP>A<CG> R<PRO>A<CD> central_sep2 0.378442
+R<ASP>A<CG> R<PRO>A<CD> sep1 -0.105894
+R<ASP>A<CG> R<PRO>A<CD> sep2 -0.218259
+R<ASP>A<CG> R<PRO>A<CG> central_sep1 0.418801
+R<ASP>A<CG> R<PRO>A<CG> central_sep2 -0.135379
+R<ASP>A<CG> R<PRO>A<CG> sep1 0.503783
+R<ASP>A<CG> R<PRO>A<CG> sep2 -0.690992
+R<ASP>A<CG> R<PRO>A<N> central_sep1 0.643832
+R<ASP>A<CG> R<PRO>A<N> central_sep2 1.12359
+R<ASP>A<CG> R<PRO>A<N> sep1 -0.679926
+R<ASP>A<CG> R<PRO>A<N> sep2 -0.125007
+R<ASP>A<CG> R<PRO>A<O> central_sep1 -0.143795
+R<ASP>A<CG> R<PRO>A<O> central_sep2 1.52082
+R<ASP>A<CG> R<PRO>A<O> sep1 1.09127
+R<ASP>A<CG> R<PRO>A<O> sep2 0.665305
+R<ASP>A<CG> R<SER>A<C> central_sep1 1.91266
+R<ASP>A<CG> R<SER>A<C> central_sep2 1.71399
+R<ASP>A<CG> R<SER>A<C> sep1 0.149427
+R<ASP>A<CG> R<SER>A<C> sep2 0.725187
+R<ASP>A<CG> R<SER>A<CA> central_sep1 1.28533
+R<ASP>A<CG> R<SER>A<CA> central_sep2 0.211252
+R<ASP>A<CG> R<SER>A<CA> sep1 1.31795
+R<ASP>A<CG> R<SER>A<CA> sep2 -0.702083
+R<ASP>A<CG> R<SER>A<CB> central_sep1 0.00929708
+R<ASP>A<CG> R<SER>A<CB> central_sep2 -0.289195
+R<ASP>A<CG> R<SER>A<CB> sep1 -0.305709
+R<ASP>A<CG> R<SER>A<CB> sep2 -1.21561
+R<ASP>A<CG> R<SER>A<N> central_sep1 -0.539711
+R<ASP>A<CG> R<SER>A<N> central_sep2 1.40393
+R<ASP>A<CG> R<SER>A<N> sep1 -0.645297
+R<ASP>A<CG> R<SER>A<N> sep2 -0.739377
+R<ASP>A<CG> R<SER>A<O> central_sep1 -0.697276
+R<ASP>A<CG> R<SER>A<O> central_sep2 1.11999
+R<ASP>A<CG> R<SER>A<O> sep1 0.774199
+R<ASP>A<CG> R<SER>A<O> sep2 0.203359
+R<ASP>A<CG> R<SER>A<OG> central_sep1 -0.928186
+R<ASP>A<CG> R<SER>A<OG> central_sep2 0.441526
+R<ASP>A<CG> R<SER>A<OG> sep1 -0.739153
+R<ASP>A<CG> R<SER>A<OG> sep2 -1.41509
+R<ASP>A<CG> R<THR>A<C> central_sep1 1.78601
+R<ASP>A<CG> R<THR>A<C> central_sep2 1.54619
+R<ASP>A<CG> R<THR>A<C> sep1 0.149263
+R<ASP>A<CG> R<THR>A<C> sep2 0.559521
+R<ASP>A<CG> R<THR>A<CA> central_sep1 1.9647
+R<ASP>A<CG> R<THR>A<CA> central_sep2 0.546852
+R<ASP>A<CG> R<THR>A<CA> sep1 1.66691
+R<ASP>A<CG> R<THR>A<CA> sep2 -0.481191
+R<ASP>A<CG> R<THR>A<CB> central_sep1 -0.159147
+R<ASP>A<CG> R<THR>A<CB> central_sep2 -0.386718
+R<ASP>A<CG> R<THR>A<CB> sep1 -0.408928
+R<ASP>A<CG> R<THR>A<CB> sep2 -1.19374
+R<ASP>A<CG> R<THR>A<CG2> central_sep1 -0.0762655
+R<ASP>A<CG> R<THR>A<CG2> central_sep2 -0.119219
+R<ASP>A<CG> R<THR>A<CG2> sep1 0.385244
+R<ASP>A<CG> R<THR>A<CG2> sep2 -0.843633
+R<ASP>A<CG> R<THR>A<N> central_sep1 -0.411219
+R<ASP>A<CG> R<THR>A<N> central_sep2 1.48927
+R<ASP>A<CG> R<THR>A<N> sep1 -0.468576
+R<ASP>A<CG> R<THR>A<N> sep2 -0.435877
+R<ASP>A<CG> R<THR>A<O> central_sep1 -0.593012
+R<ASP>A<CG> R<THR>A<O> central_sep2 0.992169
+R<ASP>A<CG> R<THR>A<O> sep1 0.747562
+R<ASP>A<CG> R<THR>A<O> sep2 0.256446
+R<ASP>A<CG> R<THR>A<OG1> central_sep1 -0.955517
+R<ASP>A<CG> R<THR>A<OG1> central_sep2 0.34827
+R<ASP>A<CG> R<THR>A<OG1> sep1 -0.781146
+R<ASP>A<CG> R<THR>A<OG1> sep2 -1.25821
+R<ASP>A<CG> R<TRP>A<C> central_sep1 2.3805
+R<ASP>A<CG> R<TRP>A<C> central_sep2 1.7452
+R<ASP>A<CG> R<TRP>A<C> sep1 0.0561794
+R<ASP>A<CG> R<TRP>A<C> sep2 0.612526
+R<ASP>A<CG> R<TRP>A<CA> central_sep1 1.77625
+R<ASP>A<CG> R<TRP>A<CA> central_sep2 0.844098
+R<ASP>A<CG> R<TRP>A<CA> sep1 1.42297
+R<ASP>A<CG> R<TRP>A<CA> sep2 0.0522336
+R<ASP>A<CG> R<TRP>A<CB> central_sep1 0.228088
+R<ASP>A<CG> R<TRP>A<CB> central_sep2 -0.121632
+R<ASP>A<CG> R<TRP>A<CB> sep1 0.306828
+R<ASP>A<CG> R<TRP>A<CB> sep2 -0.323596
+R<ASP>A<CG> R<TRP>A<CD1> central_sep1 -0.4197
+R<ASP>A<CG> R<TRP>A<CD1> central_sep2 -0.305965
+R<ASP>A<CG> R<TRP>A<CD1> sep1 0.363159
+R<ASP>A<CG> R<TRP>A<CD1> sep2 -1.06343
+R<ASP>A<CG> R<TRP>A<CD2> central_sep1 2.50187
+R<ASP>A<CG> R<TRP>A<CD2> central_sep2 1.06408
+R<ASP>A<CG> R<TRP>A<CD2> sep1 2.18851
+R<ASP>A<CG> R<TRP>A<CD2> sep2 -0.0504301
+R<ASP>A<CG> R<TRP>A<CE2> central_sep1 1.11501
+R<ASP>A<CG> R<TRP>A<CE2> central_sep2 0.750003
+R<ASP>A<CG> R<TRP>A<CE2> sep1 1.1251
+R<ASP>A<CG> R<TRP>A<CE2> sep2 -0.649607
+R<ASP>A<CG> R<TRP>A<CE3> central_sep1 0.743362
+R<ASP>A<CG> R<TRP>A<CE3> central_sep2 0.000710966
+R<ASP>A<CG> R<TRP>A<CE3> sep1 1.45821
+R<ASP>A<CG> R<TRP>A<CE3> sep2 -0.185731
+R<ASP>A<CG> R<TRP>A<CG> central_sep1 2.36471
+R<ASP>A<CG> R<TRP>A<CG> central_sep2 0.479873
+R<ASP>A<CG> R<TRP>A<CG> sep1 2.01585
+R<ASP>A<CG> R<TRP>A<CG> sep2 -0.822724
+R<ASP>A<CG> R<TRP>A<CH2> central_sep1 1.13642
+R<ASP>A<CG> R<TRP>A<CH2> central_sep2 -0.42286
+R<ASP>A<CG> R<TRP>A<CH2> sep1 1.54209
+R<ASP>A<CG> R<TRP>A<CH2> sep2 -0.874837
+R<ASP>A<CG> R<TRP>A<CZ2> central_sep1 0.576844
+R<ASP>A<CG> R<TRP>A<CZ2> central_sep2 -0.785443
+R<ASP>A<CG> R<TRP>A<CZ2> sep1 1.15338
+R<ASP>A<CG> R<TRP>A<CZ2> sep2 -1.21042
+R<ASP>A<CG> R<TRP>A<CZ3> central_sep1 1.08212
+R<ASP>A<CG> R<TRP>A<CZ3> central_sep2 -0.0433404
+R<ASP>A<CG> R<TRP>A<CZ3> sep1 1.33809
+R<ASP>A<CG> R<TRP>A<CZ3> sep2 -0.519806
+R<ASP>A<CG> R<TRP>A<N> central_sep1 -0.296168
+R<ASP>A<CG> R<TRP>A<N> central_sep2 1.4982
+R<ASP>A<CG> R<TRP>A<N> sep1 0.0429694
+R<ASP>A<CG> R<TRP>A<N> sep2 0.0153683
+R<ASP>A<CG> R<TRP>A<NE1> central_sep1 0.731012
+R<ASP>A<CG> R<TRP>A<NE1> central_sep2 -0.258322
+R<ASP>A<CG> R<TRP>A<NE1> sep1 0.390693
+R<ASP>A<CG> R<TRP>A<NE1> sep2 -1.7605
+R<ASP>A<CG> R<TRP>A<O> central_sep1 -0.226618
+R<ASP>A<CG> R<TRP>A<O> central_sep2 1.37121
+R<ASP>A<CG> R<TRP>A<O> sep1 0.983152
+R<ASP>A<CG> R<TRP>A<O> sep2 0.432066
+R<ASP>A<CG> R<TYR>A<C> central_sep1 1.82272
+R<ASP>A<CG> R<TYR>A<C> central_sep2 1.79156
+R<ASP>A<CG> R<TYR>A<C> sep1 0.0080713
+R<ASP>A<CG> R<TYR>A<C> sep2 0.698829
+R<ASP>A<CG> R<TYR>A<CA> central_sep1 1.88501
+R<ASP>A<CG> R<TYR>A<CA> central_sep2 0.85853
+R<ASP>A<CG> R<TYR>A<CA> sep1 1.30266
+R<ASP>A<CG> R<TYR>A<CA> sep2 -0.0219218
+R<ASP>A<CG> R<TYR>A<CB> central_sep1 0.0759602
+R<ASP>A<CG> R<TYR>A<CB> central_sep2 -0.0493683
+R<ASP>A<CG> R<TYR>A<CB> sep1 0.304723
+R<ASP>A<CG> R<TYR>A<CB> sep2 -0.39811
+R<ASP>A<CG> R<TYR>A<CD1> central_sep1 0.00323792
+R<ASP>A<CG> R<TYR>A<CD1> central_sep2 -0.118437
+R<ASP>A<CG> R<TYR>A<CD1> sep1 0.930001
+R<ASP>A<CG> R<TYR>A<CD1> sep2 -0.503788
+R<ASP>A<CG> R<TYR>A<CE1> central_sep1 0.420326
+R<ASP>A<CG> R<TYR>A<CE1> central_sep2 -0.680422
+R<ASP>A<CG> R<TYR>A<CE1> sep1 0.812509
+R<ASP>A<CG> R<TYR>A<CE1> sep2 -1.45606
+R<ASP>A<CG> R<TYR>A<CG> central_sep1 2.52909
+R<ASP>A<CG> R<TYR>A<CG> central_sep2 0.771945
+R<ASP>A<CG> R<TYR>A<CG> sep1 2.22131
+R<ASP>A<CG> R<TYR>A<CG> sep2 -0.457894
+R<ASP>A<CG> R<TYR>A<CZ> central_sep1 1.36322
+R<ASP>A<CG> R<TYR>A<CZ> central_sep2 0.888509
+R<ASP>A<CG> R<TYR>A<CZ> sep1 1.15674
+R<ASP>A<CG> R<TYR>A<CZ> sep2 -0.777292
+R<ASP>A<CG> R<TYR>A<N> central_sep1 -0.146261
+R<ASP>A<CG> R<TYR>A<N> central_sep2 1.81487
+R<ASP>A<CG> R<TYR>A<N> sep1 -0.123002
+R<ASP>A<CG> R<TYR>A<N> sep2 0.130571
+R<ASP>A<CG> R<TYR>A<O> central_sep1 -0.137676
+R<ASP>A<CG> R<TYR>A<O> central_sep2 1.26929
+R<ASP>A<CG> R<TYR>A<O> sep1 0.898367
+R<ASP>A<CG> R<TYR>A<O> sep2 0.414847
+R<ASP>A<CG> R<TYR>A<OH> central_sep1 1.22384
+R<ASP>A<CG> R<TYR>A<OH> central_sep2 0.079088
+R<ASP>A<CG> R<TYR>A<OH> sep1 0.720428
+R<ASP>A<CG> R<TYR>A<OH> sep2 -1.93227
+R<ASP>A<CG> R<VAL>A<C> central_sep1 2.4925
+R<ASP>A<CG> R<VAL>A<C> central_sep2 2.23432
+R<ASP>A<CG> R<VAL>A<C> sep1 -0.189072
+R<ASP>A<CG> R<VAL>A<C> sep2 0.708756
+R<ASP>A<CG> R<VAL>A<CA> central_sep1 2.26118
+R<ASP>A<CG> R<VAL>A<CA> central_sep2 1.21791
+R<ASP>A<CG> R<VAL>A<CA> sep1 1.81431
+R<ASP>A<CG> R<VAL>A<CA> sep2 0.423378
+R<ASP>A<CG> R<VAL>A<CB> central_sep1 0.386058
+R<ASP>A<CG> R<VAL>A<CB> central_sep2 0.134265
+R<ASP>A<CG> R<VAL>A<CB> sep1 0.415388
+R<ASP>A<CG> R<VAL>A<CB> sep2 -0.508911
+R<ASP>A<CG> R<VAL>A<CG1> central_sep1 0.364588
+R<ASP>A<CG> R<VAL>A<CG1> central_sep2 0.104822
+R<ASP>A<CG> R<VAL>A<CG1> sep1 1.17472
+R<ASP>A<CG> R<VAL>A<CG1> sep2 -0.268481
+R<ASP>A<CG> R<VAL>A<CG2> central_sep1 0.105824
+R<ASP>A<CG> R<VAL>A<CG2> central_sep2 0.159497
+R<ASP>A<CG> R<VAL>A<CG2> sep1 0.895059
+R<ASP>A<CG> R<VAL>A<CG2> sep2 -0.259928
+R<ASP>A<CG> R<VAL>A<N> central_sep1 -0.180941
+R<ASP>A<CG> R<VAL>A<N> central_sep2 2.19167
+R<ASP>A<CG> R<VAL>A<N> sep1 0.0680957
+R<ASP>A<CG> R<VAL>A<N> sep2 0.456837
+R<ASP>A<CG> R<VAL>A<O> central_sep1 0.00459458
+R<ASP>A<CG> R<VAL>A<O> central_sep2 1.42238
+R<ASP>A<CG> R<VAL>A<O> sep1 0.977603
+R<ASP>A<CG> R<VAL>A<O> sep2 0.362661
+R<ASP>A<CG> c<solvent> . -0.235265
+R<ASP>A<N> R<ASP>A<N> central_sep1 1.22373
+R<ASP>A<N> R<ASP>A<N> central_sep2 2.46805
+R<ASP>A<N> R<ASP>A<N> sep1 -2.29522
+R<ASP>A<N> R<ASP>A<N> sep2 2.30387
+R<ASP>A<N> R<ASP>A<O> central_sep1 -1.56872
+R<ASP>A<N> R<ASP>A<O> central_sep2 0.121058
+R<ASP>A<N> R<ASP>A<O> sep1 -0.161896
+R<ASP>A<N> R<ASP>A<O> sep2 1.07598
+R<ASP>A<N> R<ASP>A<OD1> central_sep1 -0.628317
+R<ASP>A<N> R<ASP>A<OD1> central_sep2 0.505042
+R<ASP>A<N> R<ASP>A<OD1> sep1 0.798778
+R<ASP>A<N> R<ASP>A<OD1> sep2 0.80097
+R<ASP>A<N> R<CYS>A<C> central_sep1 -0.53698
+R<ASP>A<N> R<CYS>A<C> central_sep2 2.84904
+R<ASP>A<N> R<CYS>A<C> sep1 -1.57749
+R<ASP>A<N> R<CYS>A<C> sep2 2.15312
+R<ASP>A<N> R<CYS>A<CA> central_sep1 3.26061
+R<ASP>A<N> R<CYS>A<CA> central_sep2 1.65608
+R<ASP>A<N> R<CYS>A<CA> sep1 -2.2311
+R<ASP>A<N> R<CYS>A<CA> sep2 1.24545
+R<ASP>A<N> R<CYS>A<CB> central_sep1 0.909744
+R<ASP>A<N> R<CYS>A<CB> central_sep2 1.04262
+R<ASP>A<N> R<CYS>A<CB> sep1 -1.03633
+R<ASP>A<N> R<CYS>A<CB> sep2 0.671555
+R<ASP>A<N> R<CYS>A<N> central_sep1 1.49454
+R<ASP>A<N> R<CYS>A<N> central_sep2 2.12589
+R<ASP>A<N> R<CYS>A<N> sep1 -2.19429
+R<ASP>A<N> R<CYS>A<N> sep2 1.44029
+R<ASP>A<N> R<CYS>A<O> central_sep1 -1.23918
+R<ASP>A<N> R<CYS>A<O> central_sep2 -0.525145
+R<ASP>A<N> R<CYS>A<O> sep1 0.00912598
+R<ASP>A<N> R<CYS>A<O> sep2 0.388668
+R<ASP>A<N> R<CYS>A<SG> central_sep1 -0.213516
+R<ASP>A<N> R<CYS>A<SG> central_sep2 0.461936
+R<ASP>A<N> R<CYS>A<SG> sep1 0.611647
+R<ASP>A<N> R<CYS>A<SG> sep2 0.401817
+R<ASP>A<N> R<GLN>A<C> central_sep1 -0.589764
+R<ASP>A<N> R<GLN>A<C> central_sep2 3.11719
+R<ASP>A<N> R<GLN>A<C> sep1 -1.50224
+R<ASP>A<N> R<GLN>A<C> sep2 2.30763
+R<ASP>A<N> R<GLN>A<CA> central_sep1 3.26158
+R<ASP>A<N> R<GLN>A<CA> central_sep2 2.39002
+R<ASP>A<N> R<GLN>A<CA> sep1 -1.98625
+R<ASP>A<N> R<GLN>A<CA> sep2 1.78845
+R<ASP>A<N> R<GLN>A<CB> central_sep1 0.693115
+R<ASP>A<N> R<GLN>A<CB> central_sep2 1.51673
+R<ASP>A<N> R<GLN>A<CB> sep1 -1.27505
+R<ASP>A<N> R<GLN>A<CB> sep2 1.30003
+R<ASP>A<N> R<GLN>A<CD> central_sep1 1.35419
+R<ASP>A<N> R<GLN>A<CD> central_sep2 1.63083
+R<ASP>A<N> R<GLN>A<CD> sep1 1.43066
+R<ASP>A<N> R<GLN>A<CD> sep2 -0.00130931
+R<ASP>A<N> R<GLN>A<CG> central_sep1 0.719853
+R<ASP>A<N> R<GLN>A<CG> central_sep2 1.68221
+R<ASP>A<N> R<GLN>A<CG> sep1 0.0714816
+R<ASP>A<N> R<GLN>A<CG> sep2 1.15819
+R<ASP>A<N> R<GLN>A<N> central_sep1 1.03807
+R<ASP>A<N> R<GLN>A<N> central_sep2 2.79923
+R<ASP>A<N> R<GLN>A<N> sep1 -2.22183
+R<ASP>A<N> R<GLN>A<N> sep2 2.12964
+R<ASP>A<N> R<GLN>A<NE2> central_sep1 1.21544
+R<ASP>A<N> R<GLN>A<NE2> central_sep2 0.829025
+R<ASP>A<N> R<GLN>A<NE2> sep1 2.0905
+R<ASP>A<N> R<GLN>A<NE2> sep2 0.584604
+R<ASP>A<N> R<GLN>A<O> central_sep1 -1.96705
+R<ASP>A<N> R<GLN>A<O> central_sep2 -0.0710918
+R<ASP>A<N> R<GLN>A<O> sep1 -5.34515e-05
+R<ASP>A<N> R<GLN>A<O> sep2 1.14389
+R<ASP>A<N> R<GLN>A<OE1> central_sep1 0.308078
+R<ASP>A<N> R<GLN>A<OE1> central_sep2 -0.0690605
+R<ASP>A<N> R<GLN>A<OE1> sep1 1.64174
+R<ASP>A<N> R<GLN>A<OE1> sep2 0.565877
+R<ASP>A<N> R<GLU>A<C> central_sep1 -0.546108
+R<ASP>A<N> R<GLU>A<C> central_sep2 3.89075
+R<ASP>A<N> R<GLU>A<C> sep1 -1.43904
+R<ASP>A<N> R<GLU>A<C> sep2 2.3837
+R<ASP>A<N> R<GLU>A<CA> central_sep1 3.72708
+R<ASP>A<N> R<GLU>A<CA> central_sep2 2.84895
+R<ASP>A<N> R<GLU>A<CA> sep1 -1.94306
+R<ASP>A<N> R<GLU>A<CA> sep2 2.2998
+R<ASP>A<N> R<GLU>A<CB> central_sep1 0.650934
+R<ASP>A<N> R<GLU>A<CB> central_sep2 1.91814
+R<ASP>A<N> R<GLU>A<CB> sep1 -1.40834
+R<ASP>A<N> R<GLU>A<CB> sep2 1.73205
+R<ASP>A<N> R<GLU>A<CD> central_sep1 1.58999
+R<ASP>A<N> R<GLU>A<CD> central_sep2 2.14625
+R<ASP>A<N> R<GLU>A<CD> sep1 1.41957
+R<ASP>A<N> R<GLU>A<CD> sep2 0.628276
+R<ASP>A<N> R<GLU>A<CG> central_sep1 0.542842
+R<ASP>A<N> R<GLU>A<CG> central_sep2 1.86304
+R<ASP>A<N> R<GLU>A<CG> sep1 0.0855036
+R<ASP>A<N> R<GLU>A<CG> sep2 1.48905
+R<ASP>A<N> R<GLU>A<N> central_sep1 1.23911
+R<ASP>A<N> R<GLU>A<N> central_sep2 3.25933
+R<ASP>A<N> R<GLU>A<N> sep1 -2.34704
+R<ASP>A<N> R<GLU>A<N> sep2 2.49649
+R<ASP>A<N> R<GLU>A<O> central_sep1 -1.47986
+R<ASP>A<N> R<GLU>A<O> central_sep2 0.413625
+R<ASP>A<N> R<GLU>A<O> sep1 -0.00777915
+R<ASP>A<N> R<GLU>A<O> sep2 1.43787
+R<ASP>A<N> R<GLU>A<OE1> central_sep1 0.663713
+R<ASP>A<N> R<GLU>A<OE1> central_sep2 0.937549
+R<ASP>A<N> R<GLU>A<OE1> sep1 1.79936
+R<ASP>A<N> R<GLU>A<OE1> sep2 1.02633
+R<ASP>A<N> R<GLY>A<C> central_sep1 -0.267939
+R<ASP>A<N> R<GLY>A<C> central_sep2 1.93133
+R<ASP>A<N> R<GLY>A<C> sep1 -1.34164
+R<ASP>A<N> R<GLY>A<C> sep2 0.96735
+R<ASP>A<N> R<GLY>A<CA> central_sep1 2.21826
+R<ASP>A<N> R<GLY>A<CA> central_sep2 1.10724
+R<ASP>A<N> R<GLY>A<CA> sep1 -1.65306
+R<ASP>A<N> R<GLY>A<CA> sep2 0.729987
+R<ASP>A<N> R<GLY>A<N> central_sep1 1.26663
+R<ASP>A<N> R<GLY>A<N> central_sep2 2.11674
+R<ASP>A<N> R<GLY>A<N> sep1 -2.19565
+R<ASP>A<N> R<GLY>A<N> sep2 1.3395
+R<ASP>A<N> R<GLY>A<O> central_sep1 -0.918682
+R<ASP>A<N> R<GLY>A<O> central_sep2 -0.210486
+R<ASP>A<N> R<GLY>A<O> sep1 -0.27858
+R<ASP>A<N> R<GLY>A<O> sep2 0.733075
+R<ASP>A<N> R<HIS>A<C> central_sep1 -1.04604
+R<ASP>A<N> R<HIS>A<C> central_sep2 2.5356
+R<ASP>A<N> R<HIS>A<C> sep1 -1.71511
+R<ASP>A<N> R<HIS>A<C> sep2 1.71339
+R<ASP>A<N> R<HIS>A<CA> central_sep1 3.04887
+R<ASP>A<N> R<HIS>A<CA> central_sep2 1.55754
+R<ASP>A<N> R<HIS>A<CA> sep1 -2.04825
+R<ASP>A<N> R<HIS>A<CA> sep2 1.28246
+R<ASP>A<N> R<HIS>A<CB> central_sep1 0.676363
+R<ASP>A<N> R<HIS>A<CB> central_sep2 1.05303
+R<ASP>A<N> R<HIS>A<CB> sep1 -1.00178
+R<ASP>A<N> R<HIS>A<CB> sep2 0.765332
+R<ASP>A<N> R<HIS>A<CD2> central_sep1 0.115189
+R<ASP>A<N> R<HIS>A<CD2> central_sep2 0.953994
+R<ASP>A<N> R<HIS>A<CD2> sep1 0.558883
+R<ASP>A<N> R<HIS>A<CD2> sep2 0.477132
+R<ASP>A<N> R<HIS>A<CE1> central_sep1 1.86005
+R<ASP>A<N> R<HIS>A<CE1> central_sep2 0.664581
+R<ASP>A<N> R<HIS>A<CE1> sep1 1.44004
+R<ASP>A<N> R<HIS>A<CE1> sep2 0.239647
+R<ASP>A<N> R<HIS>A<CG> central_sep1 -0.142239
+R<ASP>A<N> R<HIS>A<CG> central_sep2 1.5096
+R<ASP>A<N> R<HIS>A<CG> sep1 -0.567927
+R<ASP>A<N> R<HIS>A<CG> sep2 0.653662
+R<ASP>A<N> R<HIS>A<N> central_sep1 1.12648
+R<ASP>A<N> R<HIS>A<N> central_sep2 2.42623
+R<ASP>A<N> R<HIS>A<N> sep1 -2.27381
+R<ASP>A<N> R<HIS>A<N> sep2 1.93993
+R<ASP>A<N> R<HIS>A<ND1> central_sep1 -0.87844
+R<ASP>A<N> R<HIS>A<ND1> central_sep2 0.63621
+R<ASP>A<N> R<HIS>A<ND1> sep1 0.152374
+R<ASP>A<N> R<HIS>A<ND1> sep2 0.401235
+R<ASP>A<N> R<HIS>A<NE2> central_sep1 2.23353
+R<ASP>A<N> R<HIS>A<NE2> central_sep2 0.608243
+R<ASP>A<N> R<HIS>A<NE2> sep1 2.45466
+R<ASP>A<N> R<HIS>A<NE2> sep2 0.40103
+R<ASP>A<N> R<HIS>A<O> central_sep1 -1.51692
+R<ASP>A<N> R<HIS>A<O> central_sep2 -0.644038
+R<ASP>A<N> R<HIS>A<O> sep1 -0.209436
+R<ASP>A<N> R<HIS>A<O> sep2 0.77422
+R<ASP>A<N> R<ILE>A<C> central_sep1 -0.237692
+R<ASP>A<N> R<ILE>A<C> central_sep2 3.36689
+R<ASP>A<N> R<ILE>A<C> sep1 -1.79045
+R<ASP>A<N> R<ILE>A<C> sep2 2.35594
+R<ASP>A<N> R<ILE>A<CA> central_sep1 3.39213
+R<ASP>A<N> R<ILE>A<CA> central_sep2 2.41067
+R<ASP>A<N> R<ILE>A<CA> sep1 -2.54725
+R<ASP>A<N> R<ILE>A<CA> sep2 1.60468
+R<ASP>A<N> R<ILE>A<CB> central_sep1 1.21756
+R<ASP>A<N> R<ILE>A<CB> central_sep2 0.724759
+R<ASP>A<N> R<ILE>A<CB> sep1 -1.74241
+R<ASP>A<N> R<ILE>A<CB> sep2 0.789962
+R<ASP>A<N> R<ILE>A<CD1> central_sep1 1.36872
+R<ASP>A<N> R<ILE>A<CD1> central_sep2 1.07358
+R<ASP>A<N> R<ILE>A<CD1> sep1 2.19757
+R<ASP>A<N> R<ILE>A<CD1> sep2 0.774814
+R<ASP>A<N> R<ILE>A<CG1> central_sep1 0.170056
+R<ASP>A<N> R<ILE>A<CG1> central_sep2 1.23182
+R<ASP>A<N> R<ILE>A<CG1> sep1 0.41898
+R<ASP>A<N> R<ILE>A<CG1> sep2 0.919319
+R<ASP>A<N> R<ILE>A<CG2> central_sep1 -0.119333
+R<ASP>A<N> R<ILE>A<CG2> central_sep2 1.27952
+R<ASP>A<N> R<ILE>A<CG2> sep1 -0.71196
+R<ASP>A<N> R<ILE>A<CG2> sep2 1.01959
+R<ASP>A<N> R<ILE>A<N> central_sep1 1.62961
+R<ASP>A<N> R<ILE>A<N> central_sep2 2.61546
+R<ASP>A<N> R<ILE>A<N> sep1 -2.2886
+R<ASP>A<N> R<ILE>A<N> sep2 1.71095
+R<ASP>A<N> R<ILE>A<O> central_sep1 -1.16533
+R<ASP>A<N> R<ILE>A<O> central_sep2 -0.89429
+R<ASP>A<N> R<ILE>A<O> sep1 -0.0908301
+R<ASP>A<N> R<ILE>A<O> sep2 0.910062
+R<ASP>A<N> R<LEU>A<C> central_sep1 -0.598684
+R<ASP>A<N> R<LEU>A<C> central_sep2 3.47306
+R<ASP>A<N> R<LEU>A<C> sep1 -1.78192
+R<ASP>A<N> R<LEU>A<C> sep2 2.05932
+R<ASP>A<N> R<LEU>A<CA> central_sep1 3.62618
+R<ASP>A<N> R<LEU>A<CA> central_sep2 2.5044
+R<ASP>A<N> R<LEU>A<CA> sep1 -2.41453
+R<ASP>A<N> R<LEU>A<CA> sep2 1.85164
+R<ASP>A<N> R<LEU>A<CB> central_sep1 1.0138
+R<ASP>A<N> R<LEU>A<CB> central_sep2 1.43552
+R<ASP>A<N> R<LEU>A<CB> sep1 -1.49552
+R<ASP>A<N> R<LEU>A<CB> sep2 1.29513
+R<ASP>A<N> R<LEU>A<CD1> central_sep1 1.18701
+R<ASP>A<N> R<LEU>A<CD1> central_sep2 1.06044
+R<ASP>A<N> R<LEU>A<CD1> sep1 1.27168
+R<ASP>A<N> R<LEU>A<CD1> sep2 0.921076
+R<ASP>A<N> R<LEU>A<CD2> central_sep1 1.91718
+R<ASP>A<N> R<LEU>A<CD2> central_sep2 1.17954
+R<ASP>A<N> R<LEU>A<CD2> sep1 1.91725
+R<ASP>A<N> R<LEU>A<CD2> sep2 0.926495
+R<ASP>A<N> R<LEU>A<CG> central_sep1 0.534719
+R<ASP>A<N> R<LEU>A<CG> central_sep2 1.45246
+R<ASP>A<N> R<LEU>A<CG> sep1 -0.376208
+R<ASP>A<N> R<LEU>A<CG> sep2 1.19408
+R<ASP>A<N> R<LEU>A<N> central_sep1 1.37553
+R<ASP>A<N> R<LEU>A<N> central_sep2 2.66673
+R<ASP>A<N> R<LEU>A<N> sep1 -2.32161
+R<ASP>A<N> R<LEU>A<N> sep2 2.06149
+R<ASP>A<N> R<LEU>A<O> central_sep1 -1.23402
+R<ASP>A<N> R<LEU>A<O> central_sep2 -0.451627
+R<ASP>A<N> R<LEU>A<O> sep1 -0.0137818
+R<ASP>A<N> R<LEU>A<O> sep2 1.09801
+R<ASP>A<N> R<LYS>A<C> central_sep1 -0.629091
+R<ASP>A<N> R<LYS>A<C> central_sep2 2.83963
+R<ASP>A<N> R<LYS>A<C> sep1 -1.44416
+R<ASP>A<N> R<LYS>A<C> sep2 1.99926
+R<ASP>A<N> R<LYS>A<CA> central_sep1 2.63362
+R<ASP>A<N> R<LYS>A<CA> central_sep2 2.12828
+R<ASP>A<N> R<LYS>A<CA> sep1 -2.11173
+R<ASP>A<N> R<LYS>A<CA> sep2 1.21237
+R<ASP>A<N> R<LYS>A<CB> central_sep1 0.528284
+R<ASP>A<N> R<LYS>A<CB> central_sep2 0.771221
+R<ASP>A<N> R<LYS>A<CB> sep1 -1.47972
+R<ASP>A<N> R<LYS>A<CB> sep2 1.00237
+R<ASP>A<N> R<LYS>A<CD> central_sep1 1.71325
+R<ASP>A<N> R<LYS>A<CD> central_sep2 1.27483
+R<ASP>A<N> R<LYS>A<CD> sep1 1.62646
+R<ASP>A<N> R<LYS>A<CD> sep2 0.649307
+R<ASP>A<N> R<LYS>A<CE> central_sep1 2.40673
+R<ASP>A<N> R<LYS>A<CE> central_sep2 1.35365
+R<ASP>A<N> R<LYS>A<CE> sep1 2.29342
+R<ASP>A<N> R<LYS>A<CE> sep2 0.745495
+R<ASP>A<N> R<LYS>A<CG> central_sep1 0.119941
+R<ASP>A<N> R<LYS>A<CG> central_sep2 1.34841
+R<ASP>A<N> R<LYS>A<CG> sep1 -0.357022
+R<ASP>A<N> R<LYS>A<CG> sep2 1.02516
+R<ASP>A<N> R<LYS>A<N> central_sep1 0.878151
+R<ASP>A<N> R<LYS>A<N> central_sep2 2.09988
+R<ASP>A<N> R<LYS>A<N> sep1 -2.40229
+R<ASP>A<N> R<LYS>A<N> sep2 1.66174
+R<ASP>A<N> R<LYS>A<NZ> central_sep1 2.37782
+R<ASP>A<N> R<LYS>A<NZ> central_sep2 1.41163
+R<ASP>A<N> R<LYS>A<NZ> sep1 3.01111
+R<ASP>A<N> R<LYS>A<NZ> sep2 0.775406
+R<ASP>A<N> R<LYS>A<O> central_sep1 -1.9038
+R<ASP>A<N> R<LYS>A<O> central_sep2 -0.623995
+R<ASP>A<N> R<LYS>A<O> sep1 -0.127935
+R<ASP>A<N> R<LYS>A<O> sep2 1.00545
+R<ASP>A<N> R<MET>A<C> central_sep1 -0.570666
+R<ASP>A<N> R<MET>A<C> central_sep2 2.29356
+R<ASP>A<N> R<MET>A<C> sep1 -1.73158
+R<ASP>A<N> R<MET>A<C> sep2 1.68578
+R<ASP>A<N> R<MET>A<CA> central_sep1 2.91604
+R<ASP>A<N> R<MET>A<CA> central_sep2 1.69402
+R<ASP>A<N> R<MET>A<CA> sep1 -2.32667
+R<ASP>A<N> R<MET>A<CA> sep2 1.32695
+R<ASP>A<N> R<MET>A<CB> central_sep1 0.706318
+R<ASP>A<N> R<MET>A<CB> central_sep2 1.31203
+R<ASP>A<N> R<MET>A<CB> sep1 -1.40768
+R<ASP>A<N> R<MET>A<CB> sep2 1.2499
+R<ASP>A<N> R<MET>A<CE> central_sep1 1.58741
+R<ASP>A<N> R<MET>A<CE> central_sep2 0.681268
+R<ASP>A<N> R<MET>A<CE> sep1 2.10045
+R<ASP>A<N> R<MET>A<CE> sep2 0.527457
+R<ASP>A<N> R<MET>A<CG> central_sep1 0.390154
+R<ASP>A<N> R<MET>A<CG> central_sep2 1.11528
+R<ASP>A<N> R<MET>A<CG> sep1 0.0881414
+R<ASP>A<N> R<MET>A<CG> sep2 0.800083
+R<ASP>A<N> R<MET>A<N> central_sep1 1.36918
+R<ASP>A<N> R<MET>A<N> central_sep2 2.28992
+R<ASP>A<N> R<MET>A<N> sep1 -2.25993
+R<ASP>A<N> R<MET>A<N> sep2 1.51425
+R<ASP>A<N> R<MET>A<O> central_sep1 -1.26384
+R<ASP>A<N> R<MET>A<O> central_sep2 -0.376421
+R<ASP>A<N> R<MET>A<O> sep1 0.0588847
+R<ASP>A<N> R<MET>A<O> sep2 1.00493
+R<ASP>A<N> R<MET>A<SD> central_sep1 0.915817
+R<ASP>A<N> R<MET>A<SD> central_sep2 0.580945
+R<ASP>A<N> R<MET>A<SD> sep1 1.99087
+R<ASP>A<N> R<MET>A<SD> sep2 0.585245
+R<ASP>A<N> R<PHE>A<C> central_sep1 -0.724458
+R<ASP>A<N> R<PHE>A<C> central_sep2 3.04133
+R<ASP>A<N> R<PHE>A<C> sep1 -1.83966
+R<ASP>A<N> R<PHE>A<C> sep2 1.7609
+R<ASP>A<N> R<PHE>A<CA> central_sep1 2.85601
+R<ASP>A<N> R<PHE>A<CA> central_sep2 1.7451
+R<ASP>A<N> R<PHE>A<CA> sep1 -2.53846
+R<ASP>A<N> R<PHE>A<CA> sep2 1.15406
+R<ASP>A<N> R<PHE>A<CB> central_sep1 0.841714
+R<ASP>A<N> R<PHE>A<CB> central_sep2 1.21891
+R<ASP>A<N> R<PHE>A<CB> sep1 -1.33834
+R<ASP>A<N> R<PHE>A<CB> sep2 0.982526
+R<ASP>A<N> R<PHE>A<CD1> central_sep1 0.0632318
+R<ASP>A<N> R<PHE>A<CD1> central_sep2 1.22159
+R<ASP>A<N> R<PHE>A<CD1> sep1 0.0523094
+R<ASP>A<N> R<PHE>A<CD1> sep2 0.738134
+R<ASP>A<N> R<PHE>A<CE1> central_sep1 1.52567
+R<ASP>A<N> R<PHE>A<CE1> central_sep2 0.724747
+R<ASP>A<N> R<PHE>A<CE1> sep1 1.99633
+R<ASP>A<N> R<PHE>A<CE1> sep2 0.50686
+R<ASP>A<N> R<PHE>A<CG> central_sep1 0.692858
+R<ASP>A<N> R<PHE>A<CG> central_sep2 2.25396
+R<ASP>A<N> R<PHE>A<CG> sep1 -0.988402
+R<ASP>A<N> R<PHE>A<CG> sep2 0.756114
+R<ASP>A<N> R<PHE>A<CZ> central_sep1 2.56077
+R<ASP>A<N> R<PHE>A<CZ> central_sep2 0.760664
+R<ASP>A<N> R<PHE>A<CZ> sep1 2.86051
+R<ASP>A<N> R<PHE>A<CZ> sep2 0.443936
+R<ASP>A<N> R<PHE>A<N> central_sep1 1.27367
+R<ASP>A<N> R<PHE>A<N> central_sep2 2.63535
+R<ASP>A<N> R<PHE>A<N> sep1 -2.39287
+R<ASP>A<N> R<PHE>A<N> sep2 1.96252
+R<ASP>A<N> R<PHE>A<O> central_sep1 -1.21629
+R<ASP>A<N> R<PHE>A<O> central_sep2 -0.583249
+R<ASP>A<N> R<PHE>A<O> sep1 -0.0608187
+R<ASP>A<N> R<PHE>A<O> sep2 0.920762
+R<ASP>A<N> R<PRO>A<C> central_sep1 -0.883266
+R<ASP>A<N> R<PRO>A<C> central_sep2 2.78796
+R<ASP>A<N> R<PRO>A<C> sep1 -1.65554
+R<ASP>A<N> R<PRO>A<C> sep2 1.72198
+R<ASP>A<N> R<PRO>A<CA> central_sep1 2.57832
+R<ASP>A<N> R<PRO>A<CA> central_sep2 1.99577
+R<ASP>A<N> R<PRO>A<CA> sep1 -2.2193
+R<ASP>A<N> R<PRO>A<CA> sep2 1.20207
+R<ASP>A<N> R<PRO>A<CB> central_sep1 1.29603
+R<ASP>A<N> R<PRO>A<CB> central_sep2 1.27516
+R<ASP>A<N> R<PRO>A<CB> sep1 -1.37596
+R<ASP>A<N> R<PRO>A<CB> sep2 0.929876
+R<ASP>A<N> R<PRO>A<CD> central_sep1 0.458999
+R<ASP>A<N> R<PRO>A<CD> central_sep2 1.65734
+R<ASP>A<N> R<PRO>A<CD> sep1 -0.513548
+R<ASP>A<N> R<PRO>A<CD> sep2 1.36035
+R<ASP>A<N> R<PRO>A<CG> central_sep1 1.76989
+R<ASP>A<N> R<PRO>A<CG> central_sep2 1.23424
+R<ASP>A<N> R<PRO>A<CG> sep1 -0.127615
+R<ASP>A<N> R<PRO>A<CG> sep2 0.752061
+R<ASP>A<N> R<PRO>A<N> central_sep1 1.91821
+R<ASP>A<N> R<PRO>A<N> central_sep2 3.22431
+R<ASP>A<N> R<PRO>A<N> sep1 -3.11499
+R<ASP>A<N> R<PRO>A<N> sep2 1.50205
+R<ASP>A<N> R<PRO>A<O> central_sep1 -0.943979
+R<ASP>A<N> R<PRO>A<O> central_sep2 0.199751
+R<ASP>A<N> R<PRO>A<O> sep1 -0.222603
+R<ASP>A<N> R<PRO>A<O> sep2 0.870545
+R<ASP>A<N> R<SER>A<C> central_sep1 -0.894607
+R<ASP>A<N> R<SER>A<C> central_sep2 2.53138
+R<ASP>A<N> R<SER>A<C> sep1 -1.68802
+R<ASP>A<N> R<SER>A<C> sep2 1.37743
+R<ASP>A<N> R<SER>A<CA> central_sep1 2.93579
+R<ASP>A<N> R<SER>A<CA> central_sep2 1.64886
+R<ASP>A<N> R<SER>A<CA> sep1 -2.05985
+R<ASP>A<N> R<SER>A<CA> sep2 1.06568
+R<ASP>A<N> R<SER>A<CB> central_sep1 0.45023
+R<ASP>A<N> R<SER>A<CB> central_sep2 1.05579
+R<ASP>A<N> R<SER>A<CB> sep1 -0.897391
+R<ASP>A<N> R<SER>A<CB> sep2 0.600529
+R<ASP>A<N> R<SER>A<N> central_sep1 1.19661
+R<ASP>A<N> R<SER>A<N> central_sep2 2.30817
+R<ASP>A<N> R<SER>A<N> sep1 -2.20605
+R<ASP>A<N> R<SER>A<N> sep2 1.69502
+R<ASP>A<N> R<SER>A<O> central_sep1 -1.49131
+R<ASP>A<N> R<SER>A<O> central_sep2 -0.372038
+R<ASP>A<N> R<SER>A<O> sep1 -0.0147271
+R<ASP>A<N> R<SER>A<O> sep2 1.04533
+R<ASP>A<N> R<SER>A<OG> central_sep1 -1.36267
+R<ASP>A<N> R<SER>A<OG> central_sep2 0.237479
+R<ASP>A<N> R<SER>A<OG> sep1 -0.394793
+R<ASP>A<N> R<SER>A<OG> sep2 0.525251
+R<ASP>A<N> R<THR>A<C> central_sep1 -0.702707
+R<ASP>A<N> R<THR>A<C> central_sep2 2.74447
+R<ASP>A<N> R<THR>A<C> sep1 -1.65025
+R<ASP>A<N> R<THR>A<C> sep2 1.39178
+R<ASP>A<N> R<THR>A<CA> central_sep1 3.93129
+R<ASP>A<N> R<THR>A<CA> central_sep2 1.75604
+R<ASP>A<N> R<THR>A<CA> sep1 -2.1146
+R<ASP>A<N> R<THR>A<CA> sep2 1.26409
+R<ASP>A<N> R<THR>A<CB> central_sep1 -0.544594
+R<ASP>A<N> R<THR>A<CB> central_sep2 0.959767
+R<ASP>A<N> R<THR>A<CB> sep1 -1.58574
+R<ASP>A<N> R<THR>A<CB> sep2 0.564621
+R<ASP>A<N> R<THR>A<CG2> central_sep1 0.561873
+R<ASP>A<N> R<THR>A<CG2> central_sep2 0.968656
+R<ASP>A<N> R<THR>A<CG2> sep1 0.581442
+R<ASP>A<N> R<THR>A<CG2> sep2 0.810446
+R<ASP>A<N> R<THR>A<N> central_sep1 0.834372
+R<ASP>A<N> R<THR>A<N> central_sep2 2.40212
+R<ASP>A<N> R<THR>A<N> sep1 -2.28731
+R<ASP>A<N> R<THR>A<N> sep2 1.65133
+R<ASP>A<N> R<THR>A<O> central_sep1 -1.48126
+R<ASP>A<N> R<THR>A<O> central_sep2 -0.769668
+R<ASP>A<N> R<THR>A<O> sep1 -0.0960079
+R<ASP>A<N> R<THR>A<O> sep2 0.76308
+R<ASP>A<N> R<THR>A<OG1> central_sep1 -1.22461
+R<ASP>A<N> R<THR>A<OG1> central_sep2 0.0917036
+R<ASP>A<N> R<THR>A<OG1> sep1 -0.41928
+R<ASP>A<N> R<THR>A<OG1> sep2 0.485748
+R<ASP>A<N> R<TRP>A<C> central_sep1 -0.819151
+R<ASP>A<N> R<TRP>A<C> central_sep2 1.74701
+R<ASP>A<N> R<TRP>A<C> sep1 -1.81171
+R<ASP>A<N> R<TRP>A<C> sep2 1.7756
+R<ASP>A<N> R<TRP>A<CA> central_sep1 2.39566
+R<ASP>A<N> R<TRP>A<CA> central_sep2 2.01092
+R<ASP>A<N> R<TRP>A<CA> sep1 -2.38361
+R<ASP>A<N> R<TRP>A<CA> sep2 0.968623
+R<ASP>A<N> R<TRP>A<CB> central_sep1 0.811042
+R<ASP>A<N> R<TRP>A<CB> central_sep2 1.1495
+R<ASP>A<N> R<TRP>A<CB> sep1 -1.2666
+R<ASP>A<N> R<TRP>A<CB> sep2 0.841383
+R<ASP>A<N> R<TRP>A<CD1> central_sep1 -0.412067
+R<ASP>A<N> R<TRP>A<CD1> central_sep2 0.546267
+R<ASP>A<N> R<TRP>A<CD1> sep1 -0.0539779
+R<ASP>A<N> R<TRP>A<CD1> sep2 0.178533
+R<ASP>A<N> R<TRP>A<CD2> central_sep1 -0.387312
+R<ASP>A<N> R<TRP>A<CD2> central_sep2 1.08955
+R<ASP>A<N> R<TRP>A<CD2> sep1 -0.109415
+R<ASP>A<N> R<TRP>A<CD2> sep2 1.19723
+R<ASP>A<N> R<TRP>A<CE2> central_sep1 1.29166
+R<ASP>A<N> R<TRP>A<CE2> central_sep2 0.878385
+R<ASP>A<N> R<TRP>A<CE2> sep1 1.46099
+R<ASP>A<N> R<TRP>A<CE2> sep2 0.154543
+R<ASP>A<N> R<TRP>A<CE3> central_sep1 0.298097
+R<ASP>A<N> R<TRP>A<CE3> central_sep2 1.16838
+R<ASP>A<N> R<TRP>A<CE3> sep1 0.922418
+R<ASP>A<N> R<TRP>A<CE3> sep2 0.754059
+R<ASP>A<N> R<TRP>A<CG> central_sep1 -0.328196
+R<ASP>A<N> R<TRP>A<CG> central_sep2 1.76348
+R<ASP>A<N> R<TRP>A<CG> sep1 -0.924391
+R<ASP>A<N> R<TRP>A<CG> sep2 0.180992
+R<ASP>A<N> R<TRP>A<CH2> central_sep1 2.54128
+R<ASP>A<N> R<TRP>A<CH2> central_sep2 0.478816
+R<ASP>A<N> R<TRP>A<CH2> sep1 3.02189
+R<ASP>A<N> R<TRP>A<CH2> sep2 0.420015
+R<ASP>A<N> R<TRP>A<CZ2> central_sep1 1.98017
+R<ASP>A<N> R<TRP>A<CZ2> central_sep2 0.452183
+R<ASP>A<N> R<TRP>A<CZ2> sep1 2.83775
+R<ASP>A<N> R<TRP>A<CZ2> sep2 0.296488
+R<ASP>A<N> R<TRP>A<CZ3> central_sep1 1.16144
+R<ASP>A<N> R<TRP>A<CZ3> central_sep2 0.281711
+R<ASP>A<N> R<TRP>A<CZ3> sep1 2.3304
+R<ASP>A<N> R<TRP>A<CZ3> sep2 0.306034
+R<ASP>A<N> R<TRP>A<N> central_sep1 1.2799
+R<ASP>A<N> R<TRP>A<N> central_sep2 2.65757
+R<ASP>A<N> R<TRP>A<N> sep1 -2.42285
+R<ASP>A<N> R<TRP>A<N> sep2 1.59166
+R<ASP>A<N> R<TRP>A<NE1> central_sep1 1.29194
+R<ASP>A<N> R<TRP>A<NE1> central_sep2 0.378056
+R<ASP>A<N> R<TRP>A<NE1> sep1 2.15798
+R<ASP>A<N> R<TRP>A<NE1> sep2 0.420069
+R<ASP>A<N> R<TRP>A<O> central_sep1 -1.29706
+R<ASP>A<N> R<TRP>A<O> central_sep2 -0.326659
+R<ASP>A<N> R<TRP>A<O> sep1 -0.156546
+R<ASP>A<N> R<TRP>A<O> sep2 0.849002
+R<ASP>A<N> R<TYR>A<C> central_sep1 -0.749303
+R<ASP>A<N> R<TYR>A<C> central_sep2 3.03433
+R<ASP>A<N> R<TYR>A<C> sep1 -1.7738
+R<ASP>A<N> R<TYR>A<C> sep2 1.85766
+R<ASP>A<N> R<TYR>A<CA> central_sep1 2.32812
+R<ASP>A<N> R<TYR>A<CA> central_sep2 1.88811
+R<ASP>A<N> R<TYR>A<CA> sep1 -2.38843
+R<ASP>A<N> R<TYR>A<CA> sep2 1.0807
+R<ASP>A<N> R<TYR>A<CB> central_sep1 0.829708
+R<ASP>A<N> R<TYR>A<CB> central_sep2 1.15954
+R<ASP>A<N> R<TYR>A<CB> sep1 -1.27489
+R<ASP>A<N> R<TYR>A<CB> sep2 0.87971
+R<ASP>A<N> R<TYR>A<CD1> central_sep1 -0.0579551
+R<ASP>A<N> R<TYR>A<CD1> central_sep2 1.06274
+R<ASP>A<N> R<TYR>A<CD1> sep1 0.0202182
+R<ASP>A<N> R<TYR>A<CD1> sep2 0.498758
+R<ASP>A<N> R<TYR>A<CE1> central_sep1 0.995094
+R<ASP>A<N> R<TYR>A<CE1> central_sep2 0.505946
+R<ASP>A<N> R<TYR>A<CE1> sep1 1.7373
+R<ASP>A<N> R<TYR>A<CE1> sep2 0.181421
+R<ASP>A<N> R<TYR>A<CG> central_sep1 0.253984
+R<ASP>A<N> R<TYR>A<CG> central_sep2 1.95102
+R<ASP>A<N> R<TYR>A<CG> sep1 -1.0087
+R<ASP>A<N> R<TYR>A<CG> sep2 0.488452
+R<ASP>A<N> R<TYR>A<CZ> central_sep1 1.80775
+R<ASP>A<N> R<TYR>A<CZ> central_sep2 0.846691
+R<ASP>A<N> R<TYR>A<CZ> sep1 2.01814
+R<ASP>A<N> R<TYR>A<CZ> sep2 -0.195928
+R<ASP>A<N> R<TYR>A<N> central_sep1 1.26074
+R<ASP>A<N> R<TYR>A<N> central_sep2 2.61235
+R<ASP>A<N> R<TYR>A<N> sep1 -2.38258
+R<ASP>A<N> R<TYR>A<N> sep2 1.76442
+R<ASP>A<N> R<TYR>A<O> central_sep1 -1.27799
+R<ASP>A<N> R<TYR>A<O> central_sep2 -0.572612
+R<ASP>A<N> R<TYR>A<O> sep1 -0.0741496
+R<ASP>A<N> R<TYR>A<O> sep2 1.01223
+R<ASP>A<N> R<TYR>A<OH> central_sep1 1.56703
+R<ASP>A<N> R<TYR>A<OH> central_sep2 -0.149167
+R<ASP>A<N> R<TYR>A<OH> sep1 2.95204
+R<ASP>A<N> R<TYR>A<OH> sep2 0.0271056
+R<ASP>A<N> R<VAL>A<C> central_sep1 -0.0997833
+R<ASP>A<N> R<VAL>A<C> central_sep2 3.59903
+R<ASP>A<N> R<VAL>A<C> sep1 -1.63835
+R<ASP>A<N> R<VAL>A<C> sep2 2.09084
+R<ASP>A<N> R<VAL>A<CA> central_sep1 3.83411
+R<ASP>A<N> R<VAL>A<CA> central_sep2 2.21481
+R<ASP>A<N> R<VAL>A<CA> sep1 -2.48506
+R<ASP>A<N> R<VAL>A<CA> sep2 1.45022
+R<ASP>A<N> R<VAL>A<CB> central_sep1 0.945428
+R<ASP>A<N> R<VAL>A<CB> central_sep2 0.34929
+R<ASP>A<N> R<VAL>A<CB> sep1 -1.66297
+R<ASP>A<N> R<VAL>A<CB> sep2 0.589358
+R<ASP>A<N> R<VAL>A<CG1> central_sep1 0.0819877
+R<ASP>A<N> R<VAL>A<CG1> central_sep2 1.07643
+R<ASP>A<N> R<VAL>A<CG1> sep1 -0.494117
+R<ASP>A<N> R<VAL>A<CG1> sep2 0.916966
+R<ASP>A<N> R<VAL>A<CG2> central_sep1 0.380989
+R<ASP>A<N> R<VAL>A<CG2> central_sep2 0.99873
+R<ASP>A<N> R<VAL>A<CG2> sep1 0.863969
+R<ASP>A<N> R<VAL>A<CG2> sep2 0.912601
+R<ASP>A<N> R<VAL>A<N> central_sep1 1.42047
+R<ASP>A<N> R<VAL>A<N> central_sep2 2.43735
+R<ASP>A<N> R<VAL>A<N> sep1 -2.18415
+R<ASP>A<N> R<VAL>A<N> sep2 1.38095
+R<ASP>A<N> R<VAL>A<O> central_sep1 -1.01351
+R<ASP>A<N> R<VAL>A<O> central_sep2 -0.994446
+R<ASP>A<N> R<VAL>A<O> sep1 -0.145135
+R<ASP>A<N> R<VAL>A<O> sep2 0.857252
+R<ASP>A<N> c<solvent> . 1.26899
+R<ASP>A<O> R<ASP>A<O> central_sep1 0.74254
+R<ASP>A<O> R<ASP>A<O> central_sep2 1.27408
+R<ASP>A<O> R<ASP>A<O> sep1 0.853414
+R<ASP>A<O> R<ASP>A<O> sep2 1.31191
+R<ASP>A<O> R<ASP>A<OD1> central_sep1 0.930831
+R<ASP>A<O> R<ASP>A<OD1> central_sep2 1.39296
+R<ASP>A<O> R<ASP>A<OD1> sep1 1.00176
+R<ASP>A<O> R<ASP>A<OD1> sep2 1.01178
+R<ASP>A<O> R<CYS>A<C> central_sep1 -0.367673
+R<ASP>A<O> R<CYS>A<C> central_sep2 2.16046
+R<ASP>A<O> R<CYS>A<C> sep1 -1.30716
+R<ASP>A<O> R<CYS>A<C> sep2 1.18003
+R<ASP>A<O> R<CYS>A<CA> central_sep1 1.27433
+R<ASP>A<O> R<CYS>A<CA> central_sep2 -0.302975
+R<ASP>A<O> R<CYS>A<CA> sep1 -1.89868
+R<ASP>A<O> R<CYS>A<CA> sep2 0.521801
+R<ASP>A<O> R<CYS>A<CB> central_sep1 -1.00634
+R<ASP>A<O> R<CYS>A<CB> central_sep2 -0.12119
+R<ASP>A<O> R<CYS>A<CB> sep1 0.357
+R<ASP>A<O> R<CYS>A<CB> sep2 0.234692
+R<ASP>A<O> R<CYS>A<N> central_sep1 -1.48535
+R<ASP>A<O> R<CYS>A<N> central_sep2 -0.591696
+R<ASP>A<O> R<CYS>A<N> sep1 0.236546
+R<ASP>A<O> R<CYS>A<N> sep2 0.594261
+R<ASP>A<O> R<CYS>A<O> central_sep1 0.588359
+R<ASP>A<O> R<CYS>A<O> central_sep2 1.10744
+R<ASP>A<O> R<CYS>A<O> sep1 0.633059
+R<ASP>A<O> R<CYS>A<O> sep2 0.952146
+R<ASP>A<O> R<CYS>A<SG> central_sep1 -0.385753
+R<ASP>A<O> R<CYS>A<SG> central_sep2 0.272403
+R<ASP>A<O> R<CYS>A<SG> sep1 1.47305
+R<ASP>A<O> R<CYS>A<SG> sep2 0.592913
+R<ASP>A<O> R<GLN>A<C> central_sep1 -0.431807
+R<ASP>A<O> R<GLN>A<C> central_sep2 2.58328
+R<ASP>A<O> R<GLN>A<C> sep1 -1.3194
+R<ASP>A<O> R<GLN>A<C> sep2 1.78537
+R<ASP>A<O> R<GLN>A<CA> central_sep1 1.40471
+R<ASP>A<O> R<GLN>A<CA> central_sep2 0.279383
+R<ASP>A<O> R<GLN>A<CA> sep1 -1.82691
+R<ASP>A<O> R<GLN>A<CA> sep2 1.13352
+R<ASP>A<O> R<GLN>A<CB> central_sep1 -1.47839
+R<ASP>A<O> R<GLN>A<CB> central_sep2 0.650167
+R<ASP>A<O> R<GLN>A<CB> sep1 0.467281
+R<ASP>A<O> R<GLN>A<CB> sep2 0.542839
+R<ASP>A<O> R<GLN>A<CD> central_sep1 0.430442
+R<ASP>A<O> R<GLN>A<CD> central_sep2 1.08452
+R<ASP>A<O> R<GLN>A<CD> sep1 0.381934
+R<ASP>A<O> R<GLN>A<CD> sep2 -0.00193195
+R<ASP>A<O> R<GLN>A<CG> central_sep1 -1.35748
+R<ASP>A<O> R<GLN>A<CG> central_sep2 0.172845
+R<ASP>A<O> R<GLN>A<CG> sep1 0.638888
+R<ASP>A<O> R<GLN>A<CG> sep2 0.508132
+R<ASP>A<O> R<GLN>A<N> central_sep1 -1.99923
+R<ASP>A<O> R<GLN>A<N> central_sep2 -0.106756
+R<ASP>A<O> R<GLN>A<N> sep1 0.0768874
+R<ASP>A<O> R<GLN>A<N> sep2 1.19468
+R<ASP>A<O> R<GLN>A<NE2> central_sep1 -0.0253524
+R<ASP>A<O> R<GLN>A<NE2> central_sep2 -0.18749
+R<ASP>A<O> R<GLN>A<NE2> sep1 1.25788
+R<ASP>A<O> R<GLN>A<NE2> sep2 0.75862
+R<ASP>A<O> R<GLN>A<O> central_sep1 1.01313
+R<ASP>A<O> R<GLN>A<O> central_sep2 1.43948
+R<ASP>A<O> R<GLN>A<O> sep1 0.842499
+R<ASP>A<O> R<GLN>A<O> sep2 1.3059
+R<ASP>A<O> R<GLN>A<OE1> central_sep1 0.716688
+R<ASP>A<O> R<GLN>A<OE1> central_sep2 0.7395
+R<ASP>A<O> R<GLN>A<OE1> sep1 1.32268
+R<ASP>A<O> R<GLN>A<OE1> sep2 0.503685
+R<ASP>A<O> R<GLU>A<C> central_sep1 -0.794378
+R<ASP>A<O> R<GLU>A<C> central_sep2 3.39745
+R<ASP>A<O> R<GLU>A<C> sep1 -1.47634
+R<ASP>A<O> R<GLU>A<C> sep2 1.86481
+R<ASP>A<O> R<GLU>A<CA> central_sep1 1.98924
+R<ASP>A<O> R<GLU>A<CA> central_sep2 0.829914
+R<ASP>A<O> R<GLU>A<CA> sep1 -1.89651
+R<ASP>A<O> R<GLU>A<CA> sep2 1.65039
+R<ASP>A<O> R<GLU>A<CB> central_sep1 -1.36875
+R<ASP>A<O> R<GLU>A<CB> central_sep2 1.18746
+R<ASP>A<O> R<GLU>A<CB> sep1 0.594562
+R<ASP>A<O> R<GLU>A<CB> sep2 0.934816
+R<ASP>A<O> R<GLU>A<CD> central_sep1 1.09453
+R<ASP>A<O> R<GLU>A<CD> central_sep2 1.73224
+R<ASP>A<O> R<GLU>A<CD> sep1 0.774485
+R<ASP>A<O> R<GLU>A<CD> sep2 1.03438
+R<ASP>A<O> R<GLU>A<CG> central_sep1 -0.841924
+R<ASP>A<O> R<GLU>A<CG> central_sep2 0.9649
+R<ASP>A<O> R<GLU>A<CG> sep1 0.981814
+R<ASP>A<O> R<GLU>A<CG> sep2 1.28703
+R<ASP>A<O> R<GLU>A<N> central_sep1 -1.73577
+R<ASP>A<O> R<GLU>A<N> central_sep2 0.320714
+R<ASP>A<O> R<GLU>A<N> sep1 0.0919345
+R<ASP>A<O> R<GLU>A<N> sep2 1.53862
+R<ASP>A<O> R<GLU>A<O> central_sep1 1.30326
+R<ASP>A<O> R<GLU>A<O> central_sep2 1.73063
+R<ASP>A<O> R<GLU>A<O> sep1 0.839122
+R<ASP>A<O> R<GLU>A<O> sep2 1.72256
+R<ASP>A<O> R<GLU>A<OE1> central_sep1 1.53015
+R<ASP>A<O> R<GLU>A<OE1> central_sep2 1.71593
+R<ASP>A<O> R<GLU>A<OE1> sep1 1.5554
+R<ASP>A<O> R<GLU>A<OE1> sep2 1.45893
+R<ASP>A<O> R<GLY>A<C> central_sep1 0.300814
+R<ASP>A<O> R<GLY>A<C> central_sep2 1.73882
+R<ASP>A<O> R<GLY>A<C> sep1 -1.55868
+R<ASP>A<O> R<GLY>A<C> sep2 0.565959
+R<ASP>A<O> R<GLY>A<CA> central_sep1 0.627674
+R<ASP>A<O> R<GLY>A<CA> central_sep2 -0.190274
+R<ASP>A<O> R<GLY>A<CA> sep1 -1.57678
+R<ASP>A<O> R<GLY>A<CA> sep2 0.708258
+R<ASP>A<O> R<GLY>A<N> central_sep1 -1.60608
+R<ASP>A<O> R<GLY>A<N> central_sep2 -0.203149
+R<ASP>A<O> R<GLY>A<N> sep1 -0.339262
+R<ASP>A<O> R<GLY>A<N> sep2 0.505717
+R<ASP>A<O> R<GLY>A<O> central_sep1 1.09669
+R<ASP>A<O> R<GLY>A<O> central_sep2 1.20756
+R<ASP>A<O> R<GLY>A<O> sep1 0.844534
+R<ASP>A<O> R<GLY>A<O> sep2 0.756419
+R<ASP>A<O> R<HIS>A<C> central_sep1 -0.696413
+R<ASP>A<O> R<HIS>A<C> central_sep2 2.13593
+R<ASP>A<O> R<HIS>A<C> sep1 -1.18915
+R<ASP>A<O> R<HIS>A<C> sep2 1.13704
+R<ASP>A<O> R<HIS>A<CA> central_sep1 1.23433
+R<ASP>A<O> R<HIS>A<CA> central_sep2 -0.122865
+R<ASP>A<O> R<HIS>A<CA> sep1 -1.86332
+R<ASP>A<O> R<HIS>A<CA> sep2 0.554173
+R<ASP>A<O> R<HIS>A<CB> central_sep1 -1.22729
+R<ASP>A<O> R<HIS>A<CB> central_sep2 0.0388505
+R<ASP>A<O> R<HIS>A<CB> sep1 0.440532
+R<ASP>A<O> R<HIS>A<CB> sep2 0.278329
+R<ASP>A<O> R<HIS>A<CD2> central_sep1 -0.683437
+R<ASP>A<O> R<HIS>A<CD2> central_sep2 -0.161071
+R<ASP>A<O> R<HIS>A<CD2> sep1 0.820877
+R<ASP>A<O> R<HIS>A<CD2> sep2 0.198809
+R<ASP>A<O> R<HIS>A<CE1> central_sep1 0.307038
+R<ASP>A<O> R<HIS>A<CE1> central_sep2 -0.360366
+R<ASP>A<O> R<HIS>A<CE1> sep1 0.816656
+R<ASP>A<O> R<HIS>A<CE1> sep2 0.157656
+R<ASP>A<O> R<HIS>A<CG> central_sep1 0.0982023
+R<ASP>A<O> R<HIS>A<CG> central_sep2 0.929061
+R<ASP>A<O> R<HIS>A<CG> sep1 0.143357
+R<ASP>A<O> R<HIS>A<CG> sep2 -0.0666697
+R<ASP>A<O> R<HIS>A<N> central_sep1 -1.70885
+R<ASP>A<O> R<HIS>A<N> central_sep2 -0.487894
+R<ASP>A<O> R<HIS>A<N> sep1 0.180724
+R<ASP>A<O> R<HIS>A<N> sep2 0.896424
+R<ASP>A<O> R<HIS>A<ND1> central_sep1 -0.710644
+R<ASP>A<O> R<HIS>A<ND1> central_sep2 0.00275107
+R<ASP>A<O> R<HIS>A<ND1> sep1 0.573829
+R<ASP>A<O> R<HIS>A<ND1> sep2 0.157554
+R<ASP>A<O> R<HIS>A<NE2> central_sep1 0.782811
+R<ASP>A<O> R<HIS>A<NE2> central_sep2 -0.377392
+R<ASP>A<O> R<HIS>A<NE2> sep1 1.0828
+R<ASP>A<O> R<HIS>A<NE2> sep2 -0.19222
+R<ASP>A<O> R<HIS>A<O> central_sep1 0.664155
+R<ASP>A<O> R<HIS>A<O> central_sep2 1.06094
+R<ASP>A<O> R<HIS>A<O> sep1 0.775351
+R<ASP>A<O> R<HIS>A<O> sep2 0.917959
+R<ASP>A<O> R<ILE>A<C> central_sep1 -0.729917
+R<ASP>A<O> R<ILE>A<C> central_sep2 3.15404
+R<ASP>A<O> R<ILE>A<C> sep1 -1.47872
+R<ASP>A<O> R<ILE>A<C> sep2 1.9763
+R<ASP>A<O> R<ILE>A<CA> central_sep1 1.60409
+R<ASP>A<O> R<ILE>A<CA> central_sep2 -0.176262
+R<ASP>A<O> R<ILE>A<CA> sep1 -2.15348
+R<ASP>A<O> R<ILE>A<CA> sep2 0.85122
+R<ASP>A<O> R<ILE>A<CB> central_sep1 -1.50457
+R<ASP>A<O> R<ILE>A<CB> central_sep2 0.115513
+R<ASP>A<O> R<ILE>A<CB> sep1 0.35925
+R<ASP>A<O> R<ILE>A<CB> sep2 -0.101341
+R<ASP>A<O> R<ILE>A<CD1> central_sep1 0.493895
+R<ASP>A<O> R<ILE>A<CD1> central_sep2 0.183342
+R<ASP>A<O> R<ILE>A<CD1> sep1 1.17978
+R<ASP>A<O> R<ILE>A<CD1> sep2 0.778391
+R<ASP>A<O> R<ILE>A<CG1> central_sep1 -1.17427
+R<ASP>A<O> R<ILE>A<CG1> central_sep2 0.390849
+R<ASP>A<O> R<ILE>A<CG1> sep1 0.452626
+R<ASP>A<O> R<ILE>A<CG1> sep2 0.411702
+R<ASP>A<O> R<ILE>A<CG2> central_sep1 -0.330591
+R<ASP>A<O> R<ILE>A<CG2> central_sep2 0.271718
+R<ASP>A<O> R<ILE>A<CG2> sep1 1.11657
+R<ASP>A<O> R<ILE>A<CG2> sep2 0.85852
+R<ASP>A<O> R<ILE>A<N> central_sep1 -1.55554
+R<ASP>A<O> R<ILE>A<N> central_sep2 -0.706753
+R<ASP>A<O> R<ILE>A<N> sep1 0.206606
+R<ASP>A<O> R<ILE>A<N> sep2 1.02712
+R<ASP>A<O> R<ILE>A<O> central_sep1 0.620581
+R<ASP>A<O> R<ILE>A<O> central_sep2 0.961153
+R<ASP>A<O> R<ILE>A<O> sep1 0.65147
+R<ASP>A<O> R<ILE>A<O> sep2 1.06667
+R<ASP>A<O> R<LEU>A<C> central_sep1 -0.626241
+R<ASP>A<O> R<LEU>A<C> central_sep2 2.41253
+R<ASP>A<O> R<LEU>A<C> sep1 -1.53131
+R<ASP>A<O> R<LEU>A<C> sep2 1.72836
+R<ASP>A<O> R<LEU>A<CA> central_sep1 1.42128
+R<ASP>A<O> R<LEU>A<CA> central_sep2 0.290468
+R<ASP>A<O> R<LEU>A<CA> sep1 -2.08506
+R<ASP>A<O> R<LEU>A<CA> sep2 1.10914
+R<ASP>A<O> R<LEU>A<CB> central_sep1 -1.47444
+R<ASP>A<O> R<LEU>A<CB> central_sep2 0.55454
+R<ASP>A<O> R<LEU>A<CB> sep1 0.564348
+R<ASP>A<O> R<LEU>A<CB> sep2 0.343718
+R<ASP>A<O> R<LEU>A<CD1> central_sep1 0.761681
+R<ASP>A<O> R<LEU>A<CD1> central_sep2 0.23538
+R<ASP>A<O> R<LEU>A<CD1> sep1 1.40232
+R<ASP>A<O> R<LEU>A<CD1> sep2 0.853465
+R<ASP>A<O> R<LEU>A<CD2> central_sep1 0.559011
+R<ASP>A<O> R<LEU>A<CD2> central_sep2 0.210848
+R<ASP>A<O> R<LEU>A<CD2> sep1 1.12045
+R<ASP>A<O> R<LEU>A<CD2> sep2 0.887434
+R<ASP>A<O> R<LEU>A<CG> central_sep1 -1.41902
+R<ASP>A<O> R<LEU>A<CG> central_sep2 0.809337
+R<ASP>A<O> R<LEU>A<CG> sep1 0.931547
+R<ASP>A<O> R<LEU>A<CG> sep2 0.418835
+R<ASP>A<O> R<LEU>A<N> central_sep1 -1.76406
+R<ASP>A<O> R<LEU>A<N> central_sep2 -0.390503
+R<ASP>A<O> R<LEU>A<N> sep1 0.342466
+R<ASP>A<O> R<LEU>A<N> sep2 1.18166
+R<ASP>A<O> R<LEU>A<O> central_sep1 0.704615
+R<ASP>A<O> R<LEU>A<O> central_sep2 1.28563
+R<ASP>A<O> R<LEU>A<O> sep1 0.652919
+R<ASP>A<O> R<LEU>A<O> sep2 1.32815
+R<ASP>A<O> R<LYS>A<C> central_sep1 -0.661573
+R<ASP>A<O> R<LYS>A<C> central_sep2 2.5035
+R<ASP>A<O> R<LYS>A<C> sep1 -1.42211
+R<ASP>A<O> R<LYS>A<C> sep2 1.36061
+R<ASP>A<O> R<LYS>A<CA> central_sep1 1.01054
+R<ASP>A<O> R<LYS>A<CA> central_sep2 -0.07138
+R<ASP>A<O> R<LYS>A<CA> sep1 -1.93646
+R<ASP>A<O> R<LYS>A<CA> sep2 0.689551
+R<ASP>A<O> R<LYS>A<CB> central_sep1 -1.76356
+R<ASP>A<O> R<LYS>A<CB> central_sep2 -0.0187257
+R<ASP>A<O> R<LYS>A<CB> sep1 0.211841
+R<ASP>A<O> R<LYS>A<CB> sep2 0.0192608
+R<ASP>A<O> R<LYS>A<CD> central_sep1 0.0338699
+R<ASP>A<O> R<LYS>A<CD> central_sep2 -0.218657
+R<ASP>A<O> R<LYS>A<CD> sep1 0.405593
+R<ASP>A<O> R<LYS>A<CD> sep2 0.0861701
+R<ASP>A<O> R<LYS>A<CE> central_sep1 0.0882986
+R<ASP>A<O> R<LYS>A<CE> central_sep2 -0.189417
+R<ASP>A<O> R<LYS>A<CE> sep1 0.80001
+R<ASP>A<O> R<LYS>A<CE> sep2 -0.0416534
+R<ASP>A<O> R<LYS>A<CG> central_sep1 -1.50003
+R<ASP>A<O> R<LYS>A<CG> central_sep2 -0.0373443
+R<ASP>A<O> R<LYS>A<CG> sep1 0.390045
+R<ASP>A<O> R<LYS>A<CG> sep2 0.064037
+R<ASP>A<O> R<LYS>A<N> central_sep1 -2.14187
+R<ASP>A<O> R<LYS>A<N> central_sep2 -0.681097
+R<ASP>A<O> R<LYS>A<N> sep1 -0.167411
+R<ASP>A<O> R<LYS>A<N> sep2 0.678421
+R<ASP>A<O> R<LYS>A<NZ> central_sep1 0.419123
+R<ASP>A<O> R<LYS>A<NZ> central_sep2 -0.451922
+R<ASP>A<O> R<LYS>A<NZ> sep1 1.94101
+R<ASP>A<O> R<LYS>A<NZ> sep2 0.206774
+R<ASP>A<O> R<LYS>A<O> central_sep1 0.852979
+R<ASP>A<O> R<LYS>A<O> central_sep2 1.16646
+R<ASP>A<O> R<LYS>A<O> sep1 0.559919
+R<ASP>A<O> R<LYS>A<O> sep2 0.916846
+R<ASP>A<O> R<MET>A<C> central_sep1 -0.550092
+R<ASP>A<O> R<MET>A<C> central_sep2 2.39513
+R<ASP>A<O> R<MET>A<C> sep1 -1.529
+R<ASP>A<O> R<MET>A<C> sep2 1.37348
+R<ASP>A<O> R<MET>A<CA> central_sep1 1.39946
+R<ASP>A<O> R<MET>A<CA> central_sep2 -0.0129932
+R<ASP>A<O> R<MET>A<CA> sep1 -1.93466
+R<ASP>A<O> R<MET>A<CA> sep2 0.987151
+R<ASP>A<O> R<MET>A<CB> central_sep1 -1.3622
+R<ASP>A<O> R<MET>A<CB> central_sep2 0.228227
+R<ASP>A<O> R<MET>A<CB> sep1 0.43291
+R<ASP>A<O> R<MET>A<CB> sep2 0.352329
+R<ASP>A<O> R<MET>A<CE> central_sep1 0.162059
+R<ASP>A<O> R<MET>A<CE> central_sep2 -0.153861
+R<ASP>A<O> R<MET>A<CE> sep1 1.8283
+R<ASP>A<O> R<MET>A<CE> sep2 0.599249
+R<ASP>A<O> R<MET>A<CG> central_sep1 -1.10446
+R<ASP>A<O> R<MET>A<CG> central_sep2 0.0986674
+R<ASP>A<O> R<MET>A<CG> sep1 1.00508
+R<ASP>A<O> R<MET>A<CG> sep2 0.637177
+R<ASP>A<O> R<MET>A<N> central_sep1 -1.71923
+R<ASP>A<O> R<MET>A<N> central_sep2 -0.295804
+R<ASP>A<O> R<MET>A<N> sep1 0.43545
+R<ASP>A<O> R<MET>A<N> sep2 0.904165
+R<ASP>A<O> R<MET>A<O> central_sep1 0.812773
+R<ASP>A<O> R<MET>A<O> central_sep2 1.21255
+R<ASP>A<O> R<MET>A<O> sep1 0.681831
+R<ASP>A<O> R<MET>A<O> sep2 1.34205
+R<ASP>A<O> R<MET>A<SD> central_sep1 0.857193
+R<ASP>A<O> R<MET>A<SD> central_sep2 0.517756
+R<ASP>A<O> R<MET>A<SD> sep1 1.36137
+R<ASP>A<O> R<MET>A<SD> sep2 0.489941
+R<ASP>A<O> R<PHE>A<C> central_sep1 -0.970223
+R<ASP>A<O> R<PHE>A<C> central_sep2 2.52242
+R<ASP>A<O> R<PHE>A<C> sep1 -1.48611
+R<ASP>A<O> R<PHE>A<C> sep2 1.33769
+R<ASP>A<O> R<PHE>A<CA> central_sep1 1.26743
+R<ASP>A<O> R<PHE>A<CA> central_sep2 -0.171017
+R<ASP>A<O> R<PHE>A<CA> sep1 -2.09549
+R<ASP>A<O> R<PHE>A<CA> sep2 0.758184
+R<ASP>A<O> R<PHE>A<CB> central_sep1 -1.34903
+R<ASP>A<O> R<PHE>A<CB> central_sep2 0.133734
+R<ASP>A<O> R<PHE>A<CB> sep1 0.19274
+R<ASP>A<O> R<PHE>A<CB> sep2 0.323894
+R<ASP>A<O> R<PHE>A<CD1> central_sep1 -0.431579
+R<ASP>A<O> R<PHE>A<CD1> central_sep2 0.283095
+R<ASP>A<O> R<PHE>A<CD1> sep1 0.781903
+R<ASP>A<O> R<PHE>A<CD1> sep2 0.621465
+R<ASP>A<O> R<PHE>A<CE1> central_sep1 0.596151
+R<ASP>A<O> R<PHE>A<CE1> central_sep2 0.090008
+R<ASP>A<O> R<PHE>A<CE1> sep1 1.22318
+R<ASP>A<O> R<PHE>A<CE1> sep2 0.28061
+R<ASP>A<O> R<PHE>A<CG> central_sep1 0.570853
+R<ASP>A<O> R<PHE>A<CG> central_sep2 2.22971
+R<ASP>A<O> R<PHE>A<CG> sep1 0.259066
+R<ASP>A<O> R<PHE>A<CG> sep2 0.230194
+R<ASP>A<O> R<PHE>A<CZ> central_sep1 1.43263
+R<ASP>A<O> R<PHE>A<CZ> central_sep2 -0.0346256
+R<ASP>A<O> R<PHE>A<CZ> sep1 1.86594
+R<ASP>A<O> R<PHE>A<CZ> sep2 0.171749
+R<ASP>A<O> R<PHE>A<N> central_sep1 -1.73515
+R<ASP>A<O> R<PHE>A<N> central_sep2 -0.361192
+R<ASP>A<O> R<PHE>A<N> sep1 0.211576
+R<ASP>A<O> R<PHE>A<N> sep2 0.958597
+R<ASP>A<O> R<PHE>A<O> central_sep1 0.571246
+R<ASP>A<O> R<PHE>A<O> central_sep2 1.06666
+R<ASP>A<O> R<PHE>A<O> sep1 0.52651
+R<ASP>A<O> R<PHE>A<O> sep2 1.12503
+R<ASP>A<O> R<PRO>A<C> central_sep1 -1.2985
+R<ASP>A<O> R<PRO>A<C> central_sep2 2.69888
+R<ASP>A<O> R<PRO>A<C> sep1 -1.61762
+R<ASP>A<O> R<PRO>A<C> sep2 1.52639
+R<ASP>A<O> R<PRO>A<CA> central_sep1 0.621652
+R<ASP>A<O> R<PRO>A<CA> central_sep2 -0.129166
+R<ASP>A<O> R<PRO>A<CA> sep1 -1.65881
+R<ASP>A<O> R<PRO>A<CA> sep2 0.601139
+R<ASP>A<O> R<PRO>A<CB> central_sep1 0.520922
+R<ASP>A<O> R<PRO>A<CB> central_sep2 0.12344
+R<ASP>A<O> R<PRO>A<CB> sep1 0.793159
+R<ASP>A<O> R<PRO>A<CB> sep2 -0.0194097
+R<ASP>A<O> R<PRO>A<CD> central_sep1 -1.03111
+R<ASP>A<O> R<PRO>A<CD> central_sep2 -0.265595
+R<ASP>A<O> R<PRO>A<CD> sep1 -0.198507
+R<ASP>A<O> R<PRO>A<CD> sep2 0.81764
+R<ASP>A<O> R<PRO>A<CG> central_sep1 0.646254
+R<ASP>A<O> R<PRO>A<CG> central_sep2 -0.139235
+R<ASP>A<O> R<PRO>A<CG> sep1 0.603384
+R<ASP>A<O> R<PRO>A<CG> sep2 -0.0719969
+R<ASP>A<O> R<PRO>A<N> central_sep1 0.178316
+R<ASP>A<O> R<PRO>A<N> central_sep2 2.27972
+R<ASP>A<O> R<PRO>A<N> sep1 -1.38941
+R<ASP>A<O> R<PRO>A<N> sep2 0.378657
+R<ASP>A<O> R<PRO>A<O> central_sep1 1.14325
+R<ASP>A<O> R<PRO>A<O> central_sep2 1.6121
+R<ASP>A<O> R<PRO>A<O> sep1 0.65807
+R<ASP>A<O> R<PRO>A<O> sep2 1.23409
+R<ASP>A<O> R<SER>A<C> central_sep1 -0.449397
+R<ASP>A<O> R<SER>A<C> central_sep2 2.4723
+R<ASP>A<O> R<SER>A<C> sep1 -1.41321
+R<ASP>A<O> R<SER>A<C> sep2 1.18669
+R<ASP>A<O> R<SER>A<CA> central_sep1 1.54231
+R<ASP>A<O> R<SER>A<CA> central_sep2 0.0507974
+R<ASP>A<O> R<SER>A<CA> sep1 -1.79322
+R<ASP>A<O> R<SER>A<CA> sep2 0.552536
+R<ASP>A<O> R<SER>A<CB> central_sep1 -0.851723
+R<ASP>A<O> R<SER>A<CB> central_sep2 0.18343
+R<ASP>A<O> R<SER>A<CB> sep1 0.358019
+R<ASP>A<O> R<SER>A<CB> sep2 0.180688
+R<ASP>A<O> R<SER>A<N> central_sep1 -1.64566
+R<ASP>A<O> R<SER>A<N> central_sep2 -0.261404
+R<ASP>A<O> R<SER>A<N> sep1 -0.333616
+R<ASP>A<O> R<SER>A<N> sep2 0.792891
+R<ASP>A<O> R<SER>A<O> central_sep1 0.623262
+R<ASP>A<O> R<SER>A<O> central_sep2 1.2267
+R<ASP>A<O> R<SER>A<O> sep1 0.751039
+R<ASP>A<O> R<SER>A<O> sep2 1.23044
+R<ASP>A<O> R<SER>A<OG> central_sep1 -0.712308
+R<ASP>A<O> R<SER>A<OG> central_sep2 0.287118
+R<ASP>A<O> R<SER>A<OG> sep1 1.12124
+R<ASP>A<O> R<SER>A<OG> sep2 0.422926
+R<ASP>A<O> R<THR>A<C> central_sep1 -0.319323
+R<ASP>A<O> R<THR>A<C> central_sep2 2.23587
+R<ASP>A<O> R<THR>A<C> sep1 -1.28899
+R<ASP>A<O> R<THR>A<C> sep2 1.29274
+R<ASP>A<O> R<THR>A<CA> central_sep1 1.83214
+R<ASP>A<O> R<THR>A<CA> central_sep2 -0.111387
+R<ASP>A<O> R<THR>A<CA> sep1 -1.92118
+R<ASP>A<O> R<THR>A<CA> sep2 0.852837
+R<ASP>A<O> R<THR>A<CB> central_sep1 -1.08878
+R<ASP>A<O> R<THR>A<CB> central_sep2 0.0276894
+R<ASP>A<O> R<THR>A<CB> sep1 0.626364
+R<ASP>A<O> R<THR>A<CB> sep2 -0.3458
+R<ASP>A<O> R<THR>A<CG2> central_sep1 -0.409032
+R<ASP>A<O> R<THR>A<CG2> central_sep2 0.120983
+R<ASP>A<O> R<THR>A<CG2> sep1 0.99521
+R<ASP>A<O> R<THR>A<CG2> sep2 0.657283
+R<ASP>A<O> R<THR>A<N> central_sep1 -1.69238
+R<ASP>A<O> R<THR>A<N> central_sep2 -0.63877
+R<ASP>A<O> R<THR>A<N> sep1 -0.164553
+R<ASP>A<O> R<THR>A<N> sep2 1.03047
+R<ASP>A<O> R<THR>A<O> central_sep1 0.717039
+R<ASP>A<O> R<THR>A<O> central_sep2 0.956541
+R<ASP>A<O> R<THR>A<O> sep1 0.806482
+R<ASP>A<O> R<THR>A<O> sep2 1.00085
+R<ASP>A<O> R<THR>A<OG1> central_sep1 -0.976072
+R<ASP>A<O> R<THR>A<OG1> central_sep2 0.288011
+R<ASP>A<O> R<THR>A<OG1> sep1 0.843613
+R<ASP>A<O> R<THR>A<OG1> sep2 0.38008
+R<ASP>A<O> R<TRP>A<C> central_sep1 -1.00855
+R<ASP>A<O> R<TRP>A<C> central_sep2 3.19447
+R<ASP>A<O> R<TRP>A<C> sep1 -1.596
+R<ASP>A<O> R<TRP>A<C> sep2 1.66626
+R<ASP>A<O> R<TRP>A<CA> central_sep1 1.33531
+R<ASP>A<O> R<TRP>A<CA> central_sep2 0.0993965
+R<ASP>A<O> R<TRP>A<CA> sep1 -2.06105
+R<ASP>A<O> R<TRP>A<CA> sep2 0.644549
+R<ASP>A<O> R<TRP>A<CB> central_sep1 -1.32963
+R<ASP>A<O> R<TRP>A<CB> central_sep2 0.14734
+R<ASP>A<O> R<TRP>A<CB> sep1 0.456442
+R<ASP>A<O> R<TRP>A<CB> sep2 0.532496
+R<ASP>A<O> R<TRP>A<CD1> central_sep1 -1.07884
+R<ASP>A<O> R<TRP>A<CD1> central_sep2 -0.133627
+R<ASP>A<O> R<TRP>A<CD1> sep1 0.6756
+R<ASP>A<O> R<TRP>A<CD1> sep2 0.0695822
+R<ASP>A<O> R<TRP>A<CD2> central_sep1 0.398639
+R<ASP>A<O> R<TRP>A<CD2> central_sep2 1.97096
+R<ASP>A<O> R<TRP>A<CD2> sep1 0.846473
+R<ASP>A<O> R<TRP>A<CD2> sep2 1.22462
+R<ASP>A<O> R<TRP>A<CE2> central_sep1 0.683745
+R<ASP>A<O> R<TRP>A<CE2> central_sep2 1.97582
+R<ASP>A<O> R<TRP>A<CE2> sep1 0.958844
+R<ASP>A<O> R<TRP>A<CE2> sep2 0.437652
+R<ASP>A<O> R<TRP>A<CE3> central_sep1 0.338817
+R<ASP>A<O> R<TRP>A<CE3> central_sep2 0.635486
+R<ASP>A<O> R<TRP>A<CE3> sep1 1.333
+R<ASP>A<O> R<TRP>A<CE3> sep2 0.876216
+R<ASP>A<O> R<TRP>A<CG> central_sep1 0.43435
+R<ASP>A<O> R<TRP>A<CG> central_sep2 2.03931
+R<ASP>A<O> R<TRP>A<CG> sep1 0.556486
+R<ASP>A<O> R<TRP>A<CG> sep2 0.445695
+R<ASP>A<O> R<TRP>A<CH2> central_sep1 2.50039
+R<ASP>A<O> R<TRP>A<CH2> central_sep2 -0.210409
+R<ASP>A<O> R<TRP>A<CH2> sep1 3.04039
+R<ASP>A<O> R<TRP>A<CH2> sep2 -0.161788
+R<ASP>A<O> R<TRP>A<CZ2> central_sep1 1.56028
+R<ASP>A<O> R<TRP>A<CZ2> central_sep2 -0.388237
+R<ASP>A<O> R<TRP>A<CZ2> sep1 2.52528
+R<ASP>A<O> R<TRP>A<CZ2> sep2 -0.215929
+R<ASP>A<O> R<TRP>A<CZ3> central_sep1 0.939441
+R<ASP>A<O> R<TRP>A<CZ3> central_sep2 -0.128764
+R<ASP>A<O> R<TRP>A<CZ3> sep1 2.52939
+R<ASP>A<O> R<TRP>A<CZ3> sep2 0.26794
+R<ASP>A<O> R<TRP>A<N> central_sep1 -1.76121
+R<ASP>A<O> R<TRP>A<N> central_sep2 -0.136836
+R<ASP>A<O> R<TRP>A<N> sep1 0.212054
+R<ASP>A<O> R<TRP>A<N> sep2 0.981257
+R<ASP>A<O> R<TRP>A<NE1> central_sep1 0.186242
+R<ASP>A<O> R<TRP>A<NE1> central_sep2 -0.734292
+R<ASP>A<O> R<TRP>A<NE1> sep1 0.850746
+R<ASP>A<O> R<TRP>A<NE1> sep2 0.0217427
+R<ASP>A<O> R<TRP>A<O> central_sep1 0.680276
+R<ASP>A<O> R<TRP>A<O> central_sep2 1.23042
+R<ASP>A<O> R<TRP>A<O> sep1 0.636339
+R<ASP>A<O> R<TRP>A<O> sep2 1.14891
+R<ASP>A<O> R<TYR>A<C> central_sep1 -0.961594
+R<ASP>A<O> R<TYR>A<C> central_sep2 2.6885
+R<ASP>A<O> R<TYR>A<C> sep1 -1.41696
+R<ASP>A<O> R<TYR>A<C> sep2 1.47448
+R<ASP>A<O> R<TYR>A<CA> central_sep1 1.2635
+R<ASP>A<O> R<TYR>A<CA> central_sep2 -0.10051
+R<ASP>A<O> R<TYR>A<CA> sep1 -2.08844
+R<ASP>A<O> R<TYR>A<CA> sep2 0.82245
+R<ASP>A<O> R<TYR>A<CB> central_sep1 -1.33568
+R<ASP>A<O> R<TYR>A<CB> central_sep2 0.133113
+R<ASP>A<O> R<TYR>A<CB> sep1 0.334907
+R<ASP>A<O> R<TYR>A<CB> sep2 0.318634
+R<ASP>A<O> R<TYR>A<CD1> central_sep1 -0.552589
+R<ASP>A<O> R<TYR>A<CD1> central_sep2 0.091864
+R<ASP>A<O> R<TYR>A<CD1> sep1 0.63157
+R<ASP>A<O> R<TYR>A<CD1> sep2 0.427404
+R<ASP>A<O> R<TYR>A<CE1> central_sep1 0.191391
+R<ASP>A<O> R<TYR>A<CE1> central_sep2 -0.228048
+R<ASP>A<O> R<TYR>A<CE1> sep1 0.935216
+R<ASP>A<O> R<TYR>A<CE1> sep2 0.301346
+R<ASP>A<O> R<TYR>A<CG> central_sep1 0.659885
+R<ASP>A<O> R<TYR>A<CG> central_sep2 1.74917
+R<ASP>A<O> R<TYR>A<CG> sep1 0.00952242
+R<ASP>A<O> R<TYR>A<CG> sep2 0.270913
+R<ASP>A<O> R<TYR>A<CZ> central_sep1 1.01911
+R<ASP>A<O> R<TYR>A<CZ> central_sep2 1.08594
+R<ASP>A<O> R<TYR>A<CZ> sep1 0.897196
+R<ASP>A<O> R<TYR>A<CZ> sep2 0.0825627
+R<ASP>A<O> R<TYR>A<N> central_sep1 -1.71643
+R<ASP>A<O> R<TYR>A<N> central_sep2 -0.310665
+R<ASP>A<O> R<TYR>A<N> sep1 0.206964
+R<ASP>A<O> R<TYR>A<N> sep2 1.00031
+R<ASP>A<O> R<TYR>A<O> central_sep1 0.671474
+R<ASP>A<O> R<TYR>A<O> central_sep2 1.09949
+R<ASP>A<O> R<TYR>A<O> sep1 0.584248
+R<ASP>A<O> R<TYR>A<O> sep2 1.1611
+R<ASP>A<O> R<TYR>A<OH> central_sep1 1.14506
+R<ASP>A<O> R<TYR>A<OH> central_sep2 -0.137039
+R<ASP>A<O> R<TYR>A<OH> sep1 2.61584
+R<ASP>A<O> R<TYR>A<OH> sep2 -0.0321146
+R<ASP>A<O> R<VAL>A<C> central_sep1 -0.566532
+R<ASP>A<O> R<VAL>A<C> central_sep2 3.5492
+R<ASP>A<O> R<VAL>A<C> sep1 -1.36785
+R<ASP>A<O> R<VAL>A<C> sep2 2.0773
+R<ASP>A<O> R<VAL>A<CA> central_sep1 1.73935
+R<ASP>A<O> R<VAL>A<CA> central_sep2 -0.191807
+R<ASP>A<O> R<VAL>A<CA> sep1 -2.03479
+R<ASP>A<O> R<VAL>A<CA> sep2 0.933392
+R<ASP>A<O> R<VAL>A<CB> central_sep1 -1.28825
+R<ASP>A<O> R<VAL>A<CB> central_sep2 0.0432422
+R<ASP>A<O> R<VAL>A<CB> sep1 0.481834
+R<ASP>A<O> R<VAL>A<CB> sep2 -0.241627
+R<ASP>A<O> R<VAL>A<CG1> central_sep1 -0.280613
+R<ASP>A<O> R<VAL>A<CG1> central_sep2 0.228323
+R<ASP>A<O> R<VAL>A<CG1> sep1 1.15365
+R<ASP>A<O> R<VAL>A<CG1> sep2 0.81114
+R<ASP>A<O> R<VAL>A<CG2> central_sep1 -0.810076
+R<ASP>A<O> R<VAL>A<CG2> central_sep2 0.231408
+R<ASP>A<O> R<VAL>A<CG2> sep1 0.906258
+R<ASP>A<O> R<VAL>A<CG2> sep2 0.619673
+R<ASP>A<O> R<VAL>A<N> central_sep1 -1.4716
+R<ASP>A<O> R<VAL>A<N> central_sep2 -0.89406
+R<ASP>A<O> R<VAL>A<N> sep1 0.105968
+R<ASP>A<O> R<VAL>A<N> sep2 1.11803
+R<ASP>A<O> R<VAL>A<O> central_sep1 0.715522
+R<ASP>A<O> R<VAL>A<O> central_sep2 0.954769
+R<ASP>A<O> R<VAL>A<O> sep1 0.717016
+R<ASP>A<O> R<VAL>A<O> sep2 1.07312
+R<ASP>A<O> c<solvent> . 0.277047
+R<ASP>A<OD1> R<ASP>A<OD1> central_sep1 0.434038
+R<ASP>A<OD1> R<ASP>A<OD1> central_sep2 0.379749
+R<ASP>A<OD1> R<ASP>A<OD1> sep1 1.01372
+R<ASP>A<OD1> R<ASP>A<OD1> sep2 0.403408
+R<ASP>A<OD1> R<CYS>A<C> central_sep1 1.64117
+R<ASP>A<OD1> R<CYS>A<C> central_sep2 2.21703
+R<ASP>A<OD1> R<CYS>A<C> sep1 0.387677
+R<ASP>A<OD1> R<CYS>A<C> sep2 0.75803
+R<ASP>A<OD1> R<CYS>A<CA> central_sep1 0.962026
+R<ASP>A<OD1> R<CYS>A<CA> central_sep2 0.629866
+R<ASP>A<OD1> R<CYS>A<CA> sep1 1.38042
+R<ASP>A<OD1> R<CYS>A<CA> sep2 0.439531
+R<ASP>A<OD1> R<CYS>A<CB> central_sep1 0.277548
+R<ASP>A<OD1> R<CYS>A<CB> central_sep2 0.196277
+R<ASP>A<OD1> R<CYS>A<CB> sep1 1.15824
+R<ASP>A<OD1> R<CYS>A<CB> sep2 0.34384
+R<ASP>A<OD1> R<CYS>A<N> central_sep1 -0.210346
+R<ASP>A<OD1> R<CYS>A<N> central_sep2 0.245853
+R<ASP>A<OD1> R<CYS>A<N> sep1 0.902645
+R<ASP>A<OD1> R<CYS>A<N> sep2 0.706854
+R<ASP>A<OD1> R<CYS>A<O> central_sep1 1.22467
+R<ASP>A<OD1> R<CYS>A<O> central_sep2 1.08807
+R<ASP>A<OD1> R<CYS>A<O> sep1 1.23137
+R<ASP>A<OD1> R<CYS>A<O> sep2 0.757537
+R<ASP>A<OD1> R<CYS>A<SG> central_sep1 0.828268
+R<ASP>A<OD1> R<CYS>A<SG> central_sep2 0.584177
+R<ASP>A<OD1> R<CYS>A<SG> sep1 1.70748
+R<ASP>A<OD1> R<CYS>A<SG> sep2 0.602422
+R<ASP>A<OD1> R<GLN>A<C> central_sep1 1.74414
+R<ASP>A<OD1> R<GLN>A<C> central_sep2 2.71614
+R<ASP>A<OD1> R<GLN>A<C> sep1 0.0212783
+R<ASP>A<OD1> R<GLN>A<C> sep2 1.56704
+R<ASP>A<OD1> R<GLN>A<CA> central_sep1 0.607389
+R<ASP>A<OD1> R<GLN>A<CA> central_sep2 0.985899
+R<ASP>A<OD1> R<GLN>A<CA> sep1 1.13283
+R<ASP>A<OD1> R<GLN>A<CA> sep2 0.857052
+R<ASP>A<OD1> R<GLN>A<CB> central_sep1 -0.43405
+R<ASP>A<OD1> R<GLN>A<CB> central_sep2 0.570377
+R<ASP>A<OD1> R<GLN>A<CB> sep1 0.381639
+R<ASP>A<OD1> R<GLN>A<CB> sep2 0.450907
+R<ASP>A<OD1> R<GLN>A<CD> central_sep1 1.08912
+R<ASP>A<OD1> R<GLN>A<CD> central_sep2 1.18403
+R<ASP>A<OD1> R<GLN>A<CD> sep1 0.564503
+R<ASP>A<OD1> R<GLN>A<CD> sep2 -0.321136
+R<ASP>A<OD1> R<GLN>A<CG> central_sep1 -1.0086
+R<ASP>A<OD1> R<GLN>A<CG> central_sep2 0.0623155
+R<ASP>A<OD1> R<GLN>A<CG> sep1 0.402275
+R<ASP>A<OD1> R<GLN>A<CG> sep2 0.0236489
+R<ASP>A<OD1> R<GLN>A<N> central_sep1 -0.643122
+R<ASP>A<OD1> R<GLN>A<N> central_sep2 0.510775
+R<ASP>A<OD1> R<GLN>A<N> sep1 0.887269
+R<ASP>A<OD1> R<GLN>A<N> sep2 0.8236
+R<ASP>A<OD1> R<GLN>A<NE2> central_sep1 -0.713617
+R<ASP>A<OD1> R<GLN>A<NE2> central_sep2 -0.48952
+R<ASP>A<OD1> R<GLN>A<NE2> sep1 1.09456
+R<ASP>A<OD1> R<GLN>A<NE2> sep2 0.075943
+R<ASP>A<OD1> R<GLN>A<O> central_sep1 0.844017
+R<ASP>A<OD1> R<GLN>A<O> central_sep2 1.53798
+R<ASP>A<OD1> R<GLN>A<O> sep1 0.673335
+R<ASP>A<OD1> R<GLN>A<O> sep2 1.12995
+R<ASP>A<OD1> R<GLN>A<OE1> central_sep1 0.0536464
+R<ASP>A<OD1> R<GLN>A<OE1> central_sep2 0.30451
+R<ASP>A<OD1> R<GLN>A<OE1> sep1 1.34932
+R<ASP>A<OD1> R<GLN>A<OE1> sep2 0.0800876
+R<ASP>A<OD1> R<GLU>A<C> central_sep1 2.00419
+R<ASP>A<OD1> R<GLU>A<C> central_sep2 3.32577
+R<ASP>A<OD1> R<GLU>A<C> sep1 0.315739
+R<ASP>A<OD1> R<GLU>A<C> sep2 1.89396
+R<ASP>A<OD1> R<GLU>A<CA> central_sep1 0.681346
+R<ASP>A<OD1> R<GLU>A<CA> central_sep2 1.45139
+R<ASP>A<OD1> R<GLU>A<CA> sep1 1.17296
+R<ASP>A<OD1> R<GLU>A<CA> sep2 1.40942
+R<ASP>A<OD1> R<GLU>A<CB> central_sep1 -0.437906
+R<ASP>A<OD1> R<GLU>A<CB> central_sep2 0.9906
+R<ASP>A<OD1> R<GLU>A<CB> sep1 0.304998
+R<ASP>A<OD1> R<GLU>A<CB> sep2 0.898879
+R<ASP>A<OD1> R<GLU>A<CD> central_sep1 1.34675
+R<ASP>A<OD1> R<GLU>A<CD> central_sep2 1.44907
+R<ASP>A<OD1> R<GLU>A<CD> sep1 0.88003
+R<ASP>A<OD1> R<GLU>A<CD> sep2 0.122661
+R<ASP>A<OD1> R<GLU>A<CG> central_sep1 -0.121585
+R<ASP>A<OD1> R<GLU>A<CG> central_sep2 0.92718
+R<ASP>A<OD1> R<GLU>A<CG> sep1 0.735869
+R<ASP>A<OD1> R<GLU>A<CG> sep2 0.869994
+R<ASP>A<OD1> R<GLU>A<N> central_sep1 -0.619136
+R<ASP>A<OD1> R<GLU>A<N> central_sep2 0.924768
+R<ASP>A<OD1> R<GLU>A<N> sep1 0.803346
+R<ASP>A<OD1> R<GLU>A<N> sep2 1.17587
+R<ASP>A<OD1> R<GLU>A<O> central_sep1 1.00956
+R<ASP>A<OD1> R<GLU>A<O> central_sep2 1.73
+R<ASP>A<OD1> R<GLU>A<O> sep1 0.979046
+R<ASP>A<OD1> R<GLU>A<O> sep2 1.36536
+R<ASP>A<OD1> R<GLU>A<OE1> central_sep1 0.763609
+R<ASP>A<OD1> R<GLU>A<OE1> central_sep2 0.747047
+R<ASP>A<OD1> R<GLU>A<OE1> sep1 1.56992
+R<ASP>A<OD1> R<GLU>A<OE1> sep2 0.699958
+R<ASP>A<OD1> R<GLY>A<C> central_sep1 0.952153
+R<ASP>A<OD1> R<GLY>A<C> central_sep2 1.25279
+R<ASP>A<OD1> R<GLY>A<C> sep1 -0.0526741
+R<ASP>A<OD1> R<GLY>A<C> sep2 0.286584
+R<ASP>A<OD1> R<GLY>A<CA> central_sep1 0.443652
+R<ASP>A<OD1> R<GLY>A<CA> central_sep2 -0.0599993
+R<ASP>A<OD1> R<GLY>A<CA> sep1 0.642233
+R<ASP>A<OD1> R<GLY>A<CA> sep2 -0.0704793
+R<ASP>A<OD1> R<GLY>A<N> central_sep1 -0.709688
+R<ASP>A<OD1> R<GLY>A<N> central_sep2 -0.185864
+R<ASP>A<OD1> R<GLY>A<N> sep1 0.6224
+R<ASP>A<OD1> R<GLY>A<N> sep2 0.0700603
+R<ASP>A<OD1> R<GLY>A<O> central_sep1 0.894387
+R<ASP>A<OD1> R<GLY>A<O> central_sep2 1.03123
+R<ASP>A<OD1> R<GLY>A<O> sep1 1.05712
+R<ASP>A<OD1> R<GLY>A<O> sep2 0.440801
+R<ASP>A<OD1> R<HIS>A<C> central_sep1 1.12424
+R<ASP>A<OD1> R<HIS>A<C> central_sep2 1.88558
+R<ASP>A<OD1> R<HIS>A<C> sep1 0.553942
+R<ASP>A<OD1> R<HIS>A<C> sep2 0.807173
+R<ASP>A<OD1> R<HIS>A<CA> central_sep1 0.380111
+R<ASP>A<OD1> R<HIS>A<CA> central_sep2 -0.238074
+R<ASP>A<OD1> R<HIS>A<CA> sep1 1.14323
+R<ASP>A<OD1> R<HIS>A<CA> sep2 0.146155
+R<ASP>A<OD1> R<HIS>A<CB> central_sep1 -0.499619
+R<ASP>A<OD1> R<HIS>A<CB> central_sep2 -0.384145
+R<ASP>A<OD1> R<HIS>A<CB> sep1 0.603877
+R<ASP>A<OD1> R<HIS>A<CB> sep2 -0.305446
+R<ASP>A<OD1> R<HIS>A<CD2> central_sep1 -0.379005
+R<ASP>A<OD1> R<HIS>A<CD2> central_sep2 -0.365106
+R<ASP>A<OD1> R<HIS>A<CD2> sep1 1.10551
+R<ASP>A<OD1> R<HIS>A<CD2> sep2 -0.745488
+R<ASP>A<OD1> R<HIS>A<CE1> central_sep1 0.249577
+R<ASP>A<OD1> R<HIS>A<CE1> central_sep2 -0.667074
+R<ASP>A<OD1> R<HIS>A<CE1> sep1 0.628345
+R<ASP>A<OD1> R<HIS>A<CE1> sep2 -1.24364
+R<ASP>A<OD1> R<HIS>A<CG> central_sep1 1.77361
+R<ASP>A<OD1> R<HIS>A<CG> central_sep2 1.3137
+R<ASP>A<OD1> R<HIS>A<CG> sep1 1.03889
+R<ASP>A<OD1> R<HIS>A<CG> sep2 -0.417214
+R<ASP>A<OD1> R<HIS>A<N> central_sep1 -0.63885
+R<ASP>A<OD1> R<HIS>A<N> central_sep2 -0.234934
+R<ASP>A<OD1> R<HIS>A<N> sep1 0.822604
+R<ASP>A<OD1> R<HIS>A<N> sep2 0.4548
+R<ASP>A<OD1> R<HIS>A<ND1> central_sep1 -0.867836
+R<ASP>A<OD1> R<HIS>A<ND1> central_sep2 -1.27397
+R<ASP>A<OD1> R<HIS>A<ND1> sep1 0.736632
+R<ASP>A<OD1> R<HIS>A<ND1> sep2 -0.692953
+R<ASP>A<OD1> R<HIS>A<NE2> central_sep1 -0.0572913
+R<ASP>A<OD1> R<HIS>A<NE2> central_sep2 -1.46396
+R<ASP>A<OD1> R<HIS>A<NE2> sep1 0.847343
+R<ASP>A<OD1> R<HIS>A<NE2> sep2 -1.03845
+R<ASP>A<OD1> R<HIS>A<O> central_sep1 0.940192
+R<ASP>A<OD1> R<HIS>A<O> central_sep2 1.10541
+R<ASP>A<OD1> R<HIS>A<O> sep1 1.17237
+R<ASP>A<OD1> R<HIS>A<O> sep2 0.563658
+R<ASP>A<OD1> R<ILE>A<C> central_sep1 1.78667
+R<ASP>A<OD1> R<ILE>A<C> central_sep2 2.95555
+R<ASP>A<OD1> R<ILE>A<C> sep1 0.698408
+R<ASP>A<OD1> R<ILE>A<C> sep2 1.64603
+R<ASP>A<OD1> R<ILE>A<CA> central_sep1 0.97051
+R<ASP>A<OD1> R<ILE>A<CA> central_sep2 1.19923
+R<ASP>A<OD1> R<ILE>A<CA> sep1 1.58525
+R<ASP>A<OD1> R<ILE>A<CA> sep2 1.07076
+R<ASP>A<OD1> R<ILE>A<CB> central_sep1 0.440817
+R<ASP>A<OD1> R<ILE>A<CB> central_sep2 0.691508
+R<ASP>A<OD1> R<ILE>A<CB> sep1 1.09725
+R<ASP>A<OD1> R<ILE>A<CB> sep2 0.335816
+R<ASP>A<OD1> R<ILE>A<CD1> central_sep1 0.864987
+R<ASP>A<OD1> R<ILE>A<CD1> central_sep2 0.69702
+R<ASP>A<OD1> R<ILE>A<CD1> sep1 2.13356
+R<ASP>A<OD1> R<ILE>A<CD1> sep2 0.475205
+R<ASP>A<OD1> R<ILE>A<CG1> central_sep1 0.730216
+R<ASP>A<OD1> R<ILE>A<CG1> central_sep2 0.982629
+R<ASP>A<OD1> R<ILE>A<CG1> sep1 1.509
+R<ASP>A<OD1> R<ILE>A<CG1> sep2 0.49478
+R<ASP>A<OD1> R<ILE>A<CG2> central_sep1 0.354085
+R<ASP>A<OD1> R<ILE>A<CG2> central_sep2 0.712513
+R<ASP>A<OD1> R<ILE>A<CG2> sep1 1.658
+R<ASP>A<OD1> R<ILE>A<CG2> sep2 0.628624
+R<ASP>A<OD1> R<ILE>A<N> central_sep1 0.101729
+R<ASP>A<OD1> R<ILE>A<N> central_sep2 0.462977
+R<ASP>A<OD1> R<ILE>A<N> sep1 0.82839
+R<ASP>A<OD1> R<ILE>A<N> sep2 1.1432
+R<ASP>A<OD1> R<ILE>A<O> central_sep1 1.12975
+R<ASP>A<OD1> R<ILE>A<O> central_sep2 1.42389
+R<ASP>A<OD1> R<ILE>A<O> sep1 1.40125
+R<ASP>A<OD1> R<ILE>A<O> sep2 1.09334
+R<ASP>A<OD1> R<LEU>A<C> central_sep1 2.07685
+R<ASP>A<OD1> R<LEU>A<C> central_sep2 2.81569
+R<ASP>A<OD1> R<LEU>A<C> sep1 0.723176
+R<ASP>A<OD1> R<LEU>A<C> sep2 1.53801
+R<ASP>A<OD1> R<LEU>A<CA> central_sep1 0.818999
+R<ASP>A<OD1> R<LEU>A<CA> central_sep2 1.14782
+R<ASP>A<OD1> R<LEU>A<CA> sep1 1.52704
+R<ASP>A<OD1> R<LEU>A<CA> sep2 1.32171
+R<ASP>A<OD1> R<LEU>A<CB> central_sep1 0.338875
+R<ASP>A<OD1> R<LEU>A<CB> central_sep2 0.759979
+R<ASP>A<OD1> R<LEU>A<CB> sep1 0.861121
+R<ASP>A<OD1> R<LEU>A<CB> sep2 0.594831
+R<ASP>A<OD1> R<LEU>A<CD1> central_sep1 0.807153
+R<ASP>A<OD1> R<LEU>A<CD1> central_sep2 0.781377
+R<ASP>A<OD1> R<LEU>A<CD1> sep1 2.099
+R<ASP>A<OD1> R<LEU>A<CD1> sep2 0.550293
+R<ASP>A<OD1> R<LEU>A<CD2> central_sep1 0.845178
+R<ASP>A<OD1> R<LEU>A<CD2> central_sep2 0.66718
+R<ASP>A<OD1> R<LEU>A<CD2> sep1 1.99983
+R<ASP>A<OD1> R<LEU>A<CD2> sep2 0.466995
+R<ASP>A<OD1> R<LEU>A<CG> central_sep1 0.285573
+R<ASP>A<OD1> R<LEU>A<CG> central_sep2 1.19364
+R<ASP>A<OD1> R<LEU>A<CG> sep1 1.22292
+R<ASP>A<OD1> R<LEU>A<CG> sep2 0.576524
+R<ASP>A<OD1> R<LEU>A<N> central_sep1 -0.0276598
+R<ASP>A<OD1> R<LEU>A<N> central_sep2 0.497559
+R<ASP>A<OD1> R<LEU>A<N> sep1 0.787659
+R<ASP>A<OD1> R<LEU>A<N> sep2 1.10848
+R<ASP>A<OD1> R<LEU>A<O> central_sep1 1.24706
+R<ASP>A<OD1> R<LEU>A<O> central_sep2 1.52429
+R<ASP>A<OD1> R<LEU>A<O> sep1 1.46552
+R<ASP>A<OD1> R<LEU>A<O> sep2 1.21655
+R<ASP>A<OD1> R<LYS>A<C> central_sep1 1.67299
+R<ASP>A<OD1> R<LYS>A<C> central_sep2 2.4449
+R<ASP>A<OD1> R<LYS>A<C> sep1 0.167544
+R<ASP>A<OD1> R<LYS>A<C> sep2 1.39955
+R<ASP>A<OD1> R<LYS>A<CA> central_sep1 0.479567
+R<ASP>A<OD1> R<LYS>A<CA> central_sep2 0.451958
+R<ASP>A<OD1> R<LYS>A<CA> sep1 1.09408
+R<ASP>A<OD1> R<LYS>A<CA> sep2 0.631036
+R<ASP>A<OD1> R<LYS>A<CB> central_sep1 -0.643549
+R<ASP>A<OD1> R<LYS>A<CB> central_sep2 0.0635292
+R<ASP>A<OD1> R<LYS>A<CB> sep1 0.156398
+R<ASP>A<OD1> R<LYS>A<CB> sep2 -0.221521
+R<ASP>A<OD1> R<LYS>A<CD> central_sep1 -0.608726
+R<ASP>A<OD1> R<LYS>A<CD> central_sep2 -0.753433
+R<ASP>A<OD1> R<LYS>A<CD> sep1 0.345362
+R<ASP>A<OD1> R<LYS>A<CD> sep2 -0.957171
+R<ASP>A<OD1> R<LYS>A<CE> central_sep1 -0.743552
+R<ASP>A<OD1> R<LYS>A<CE> central_sep2 -0.769145
+R<ASP>A<OD1> R<LYS>A<CE> sep1 0.421786
+R<ASP>A<OD1> R<LYS>A<CE> sep2 -1.2427
+R<ASP>A<OD1> R<LYS>A<CG> central_sep1 -0.877722
+R<ASP>A<OD1> R<LYS>A<CG> central_sep2 -0.0543461
+R<ASP>A<OD1> R<LYS>A<CG> sep1 0.0626904
+R<ASP>A<OD1> R<LYS>A<CG> sep2 -0.432827
+R<ASP>A<OD1> R<LYS>A<N> central_sep1 -0.819168
+R<ASP>A<OD1> R<LYS>A<N> central_sep2 -0.0282225
+R<ASP>A<OD1> R<LYS>A<N> sep1 0.694846
+R<ASP>A<OD1> R<LYS>A<N> sep2 0.566145
+R<ASP>A<OD1> R<LYS>A<NZ> central_sep1 -0.810203
+R<ASP>A<OD1> R<LYS>A<NZ> central_sep2 -1.39775
+R<ASP>A<OD1> R<LYS>A<NZ> sep1 0.574767
+R<ASP>A<OD1> R<LYS>A<NZ> sep2 -1.08708
+R<ASP>A<OD1> R<LYS>A<O> central_sep1 0.811307
+R<ASP>A<OD1> R<LYS>A<O> central_sep2 1.27955
+R<ASP>A<OD1> R<LYS>A<O> sep1 0.603773
+R<ASP>A<OD1> R<LYS>A<O> sep2 0.893314
+R<ASP>A<OD1> R<MET>A<C> central_sep1 1.81428
+R<ASP>A<OD1> R<MET>A<C> central_sep2 1.88916
+R<ASP>A<OD1> R<MET>A<C> sep1 0.510127
+R<ASP>A<OD1> R<MET>A<C> sep2 1.12686
+R<ASP>A<OD1> R<MET>A<CA> central_sep1 0.680946
+R<ASP>A<OD1> R<MET>A<CA> central_sep2 0.418571
+R<ASP>A<OD1> R<MET>A<CA> sep1 1.2532
+R<ASP>A<OD1> R<MET>A<CA> sep2 0.581074
+R<ASP>A<OD1> R<MET>A<CB> central_sep1 0.164686
+R<ASP>A<OD1> R<MET>A<CB> central_sep2 0.431541
+R<ASP>A<OD1> R<MET>A<CB> sep1 0.760105
+R<ASP>A<OD1> R<MET>A<CB> sep2 0.299685
+R<ASP>A<OD1> R<MET>A<CE> central_sep1 0.724438
+R<ASP>A<OD1> R<MET>A<CE> central_sep2 0.242562
+R<ASP>A<OD1> R<MET>A<CE> sep1 2.4072
+R<ASP>A<OD1> R<MET>A<CE> sep2 0.328525
+R<ASP>A<OD1> R<MET>A<CG> central_sep1 0.36551
+R<ASP>A<OD1> R<MET>A<CG> central_sep2 0.365324
+R<ASP>A<OD1> R<MET>A<CG> sep1 1.20662
+R<ASP>A<OD1> R<MET>A<CG> sep2 0.321529
+R<ASP>A<OD1> R<MET>A<N> central_sep1 -0.106921
+R<ASP>A<OD1> R<MET>A<N> central_sep2 0.182313
+R<ASP>A<OD1> R<MET>A<N> sep1 0.91163
+R<ASP>A<OD1> R<MET>A<N> sep2 0.481939
+R<ASP>A<OD1> R<MET>A<O> central_sep1 1.15987
+R<ASP>A<OD1> R<MET>A<O> central_sep2 1.22684
+R<ASP>A<OD1> R<MET>A<O> sep1 1.32134
+R<ASP>A<OD1> R<MET>A<O> sep2 0.775189
+R<ASP>A<OD1> R<MET>A<SD> central_sep1 1.38335
+R<ASP>A<OD1> R<MET>A<SD> central_sep2 0.89604
+R<ASP>A<OD1> R<MET>A<SD> sep1 2.21728
+R<ASP>A<OD1> R<MET>A<SD> sep2 0.337353
+R<ASP>A<OD1> R<PHE>A<C> central_sep1 1.40308
+R<ASP>A<OD1> R<PHE>A<C> central_sep2 2.17632
+R<ASP>A<OD1> R<PHE>A<C> sep1 0.42263
+R<ASP>A<OD1> R<PHE>A<C> sep2 1.15787
+R<ASP>A<OD1> R<PHE>A<CA> central_sep1 0.622169
+R<ASP>A<OD1> R<PHE>A<CA> central_sep2 0.812225
+R<ASP>A<OD1> R<PHE>A<CA> sep1 1.20049
+R<ASP>A<OD1> R<PHE>A<CA> sep2 0.883017
+R<ASP>A<OD1> R<PHE>A<CB> central_sep1 0.155972
+R<ASP>A<OD1> R<PHE>A<CB> central_sep2 0.347502
+R<ASP>A<OD1> R<PHE>A<CB> sep1 1.04301
+R<ASP>A<OD1> R<PHE>A<CB> sep2 0.459202
+R<ASP>A<OD1> R<PHE>A<CD1> central_sep1 0.30481
+R<ASP>A<OD1> R<PHE>A<CD1> central_sep2 0.774311
+R<ASP>A<OD1> R<PHE>A<CD1> sep1 1.93461
+R<ASP>A<OD1> R<PHE>A<CD1> sep2 0.453268
+R<ASP>A<OD1> R<PHE>A<CE1> central_sep1 1.42743
+R<ASP>A<OD1> R<PHE>A<CE1> central_sep2 0.626596
+R<ASP>A<OD1> R<PHE>A<CE1> sep1 1.7057
+R<ASP>A<OD1> R<PHE>A<CE1> sep2 0.227986
+R<ASP>A<OD1> R<PHE>A<CG> central_sep1 3.47517
+R<ASP>A<OD1> R<PHE>A<CG> central_sep2 2.24888
+R<ASP>A<OD1> R<PHE>A<CG> sep1 2.33859
+R<ASP>A<OD1> R<PHE>A<CG> sep2 0.422866
+R<ASP>A<OD1> R<PHE>A<CZ> central_sep1 1.96828
+R<ASP>A<OD1> R<PHE>A<CZ> central_sep2 0.479835
+R<ASP>A<OD1> R<PHE>A<CZ> sep1 2.0174
+R<ASP>A<OD1> R<PHE>A<CZ> sep2 0.0628546
+R<ASP>A<OD1> R<PHE>A<N> central_sep1 -0.26036
+R<ASP>A<OD1> R<PHE>A<N> central_sep2 0.426792
+R<ASP>A<OD1> R<PHE>A<N> sep1 0.692263
+R<ASP>A<OD1> R<PHE>A<N> sep2 0.892741
+R<ASP>A<OD1> R<PHE>A<O> central_sep1 1.06259
+R<ASP>A<OD1> R<PHE>A<O> central_sep2 1.37187
+R<ASP>A<OD1> R<PHE>A<O> sep1 1.33862
+R<ASP>A<OD1> R<PHE>A<O> sep2 0.887133
+R<ASP>A<OD1> R<PRO>A<C> central_sep1 2.09644
+R<ASP>A<OD1> R<PRO>A<C> central_sep2 2.97284
+R<ASP>A<OD1> R<PRO>A<C> sep1 0.414826
+R<ASP>A<OD1> R<PRO>A<C> sep2 1.54279
+R<ASP>A<OD1> R<PRO>A<CA> central_sep1 0.540366
+R<ASP>A<OD1> R<PRO>A<CA> central_sep2 0.244462
+R<ASP>A<OD1> R<PRO>A<CA> sep1 1.73113
+R<ASP>A<OD1> R<PRO>A<CA> sep2 0.497507
+R<ASP>A<OD1> R<PRO>A<CB> central_sep1 -0.00855475
+R<ASP>A<OD1> R<PRO>A<CB> central_sep2 0.253305
+R<ASP>A<OD1> R<PRO>A<CB> sep1 0.751784
+R<ASP>A<OD1> R<PRO>A<CB> sep2 -0.154251
+R<ASP>A<OD1> R<PRO>A<CD> central_sep1 -0.433239
+R<ASP>A<OD1> R<PRO>A<CD> central_sep2 0.592078
+R<ASP>A<OD1> R<PRO>A<CD> sep1 0.659697
+R<ASP>A<OD1> R<PRO>A<CD> sep2 0.47244
+R<ASP>A<OD1> R<PRO>A<CG> central_sep1 0.637123
+R<ASP>A<OD1> R<PRO>A<CG> central_sep2 0.203984
+R<ASP>A<OD1> R<PRO>A<CG> sep1 0.934684
+R<ASP>A<OD1> R<PRO>A<CG> sep2 -0.131522
+R<ASP>A<OD1> R<PRO>A<N> central_sep1 -0.105683
+R<ASP>A<OD1> R<PRO>A<N> central_sep2 1.58583
+R<ASP>A<OD1> R<PRO>A<N> sep1 -0.236193
+R<ASP>A<OD1> R<PRO>A<N> sep2 0.137441
+R<ASP>A<OD1> R<PRO>A<O> central_sep1 1.05264
+R<ASP>A<OD1> R<PRO>A<O> central_sep2 1.35114
+R<ASP>A<OD1> R<PRO>A<O> sep1 1.06748
+R<ASP>A<OD1> R<PRO>A<O> sep2 0.950036
+R<ASP>A<OD1> R<SER>A<C> central_sep1 1.86184
+R<ASP>A<OD1> R<SER>A<C> central_sep2 1.90238
+R<ASP>A<OD1> R<SER>A<C> sep1 0.344781
+R<ASP>A<OD1> R<SER>A<C> sep2 0.940152
+R<ASP>A<OD1> R<SER>A<CA> central_sep1 0.849486
+R<ASP>A<OD1> R<SER>A<CA> central_sep2 0.284374
+R<ASP>A<OD1> R<SER>A<CA> sep1 1.27053
+R<ASP>A<OD1> R<SER>A<CA> sep2 -0.0435896
+R<ASP>A<OD1> R<SER>A<CB> central_sep1 -0.308799
+R<ASP>A<OD1> R<SER>A<CB> central_sep2 -0.240958
+R<ASP>A<OD1> R<SER>A<CB> sep1 0.192664
+R<ASP>A<OD1> R<SER>A<CB> sep2 -0.61811
+R<ASP>A<OD1> R<SER>A<N> central_sep1 -1.13441
+R<ASP>A<OD1> R<SER>A<N> central_sep2 -0.225047
+R<ASP>A<OD1> R<SER>A<N> sep1 0.606383
+R<ASP>A<OD1> R<SER>A<N> sep2 0.255539
+R<ASP>A<OD1> R<SER>A<O> central_sep1 1.00736
+R<ASP>A<OD1> R<SER>A<O> central_sep2 1.24077
+R<ASP>A<OD1> R<SER>A<O> sep1 1.03533
+R<ASP>A<OD1> R<SER>A<O> sep2 0.737353
+R<ASP>A<OD1> R<SER>A<OG> central_sep1 -0.929438
+R<ASP>A<OD1> R<SER>A<OG> central_sep2 -0.718296
+R<ASP>A<OD1> R<SER>A<OG> sep1 -0.0498004
+R<ASP>A<OD1> R<SER>A<OG> sep2 -0.273257
+R<ASP>A<OD1> R<THR>A<C> central_sep1 1.77407
+R<ASP>A<OD1> R<THR>A<C> central_sep2 1.72323
+R<ASP>A<OD1> R<THR>A<C> sep1 0.635758
+R<ASP>A<OD1> R<THR>A<C> sep2 1.08397
+R<ASP>A<OD1> R<THR>A<CA> central_sep1 1.02537
+R<ASP>A<OD1> R<THR>A<CA> central_sep2 0.510771
+R<ASP>A<OD1> R<THR>A<CA> sep1 1.5595
+R<ASP>A<OD1> R<THR>A<CA> sep2 0.40711
+R<ASP>A<OD1> R<THR>A<CB> central_sep1 -0.393003
+R<ASP>A<OD1> R<THR>A<CB> central_sep2 -0.216195
+R<ASP>A<OD1> R<THR>A<CB> sep1 0.151952
+R<ASP>A<OD1> R<THR>A<CB> sep2 -0.79465
+R<ASP>A<OD1> R<THR>A<CG2> central_sep1 -0.0560943
+R<ASP>A<OD1> R<THR>A<CG2> central_sep2 0.169982
+R<ASP>A<OD1> R<THR>A<CG2> sep1 0.840006
+R<ASP>A<OD1> R<THR>A<CG2> sep2 -0.0320668
+R<ASP>A<OD1> R<THR>A<N> central_sep1 -1.193
+R<ASP>A<OD1> R<THR>A<N> central_sep2 -0.150354
+R<ASP>A<OD1> R<THR>A<N> sep1 0.76466
+R<ASP>A<OD1> R<THR>A<N> sep2 0.660132
+R<ASP>A<OD1> R<THR>A<O> central_sep1 0.917178
+R<ASP>A<OD1> R<THR>A<O> central_sep2 1.08904
+R<ASP>A<OD1> R<THR>A<O> sep1 1.17522
+R<ASP>A<OD1> R<THR>A<O> sep2 0.752845
+R<ASP>A<OD1> R<THR>A<OG1> central_sep1 -0.944228
+R<ASP>A<OD1> R<THR>A<OG1> central_sep2 -0.569654
+R<ASP>A<OD1> R<THR>A<OG1> sep1 0.0231187
+R<ASP>A<OD1> R<THR>A<OG1> sep2 -0.261131
+R<ASP>A<OD1> R<TRP>A<C> central_sep1 1.63278
+R<ASP>A<OD1> R<TRP>A<C> central_sep2 2.29966
+R<ASP>A<OD1> R<TRP>A<C> sep1 0.684741
+R<ASP>A<OD1> R<TRP>A<C> sep2 1.41891
+R<ASP>A<OD1> R<TRP>A<CA> central_sep1 0.690625
+R<ASP>A<OD1> R<TRP>A<CA> central_sep2 0.977323
+R<ASP>A<OD1> R<TRP>A<CA> sep1 1.22579
+R<ASP>A<OD1> R<TRP>A<CA> sep2 1.0026
+R<ASP>A<OD1> R<TRP>A<CB> central_sep1 0.0711426
+R<ASP>A<OD1> R<TRP>A<CB> central_sep2 0.278489
+R<ASP>A<OD1> R<TRP>A<CB> sep1 0.977527
+R<ASP>A<OD1> R<TRP>A<CB> sep2 0.330761
+R<ASP>A<OD1> R<TRP>A<CD1> central_sep1 -0.416535
+R<ASP>A<OD1> R<TRP>A<CD1> central_sep2 0.118975
+R<ASP>A<OD1> R<TRP>A<CD1> sep1 1.27703
+R<ASP>A<OD1> R<TRP>A<CD1> sep2 -0.641689
+R<ASP>A<OD1> R<TRP>A<CD2> central_sep1 3.33615
+R<ASP>A<OD1> R<TRP>A<CD2> central_sep2 1.94467
+R<ASP>A<OD1> R<TRP>A<CD2> sep1 2.61116
+R<ASP>A<OD1> R<TRP>A<CD2> sep2 0.470859
+R<ASP>A<OD1> R<TRP>A<CE2> central_sep1 2.79761
+R<ASP>A<OD1> R<TRP>A<CE2> central_sep2 2.02181
+R<ASP>A<OD1> R<TRP>A<CE2> sep1 2.52093
+R<ASP>A<OD1> R<TRP>A<CE2> sep2 0.289804
+R<ASP>A<OD1> R<TRP>A<CE3> central_sep1 0.743785
+R<ASP>A<OD1> R<TRP>A<CE3> central_sep2 0.82132
+R<ASP>A<OD1> R<TRP>A<CE3> sep1 2.33176
+R<ASP>A<OD1> R<TRP>A<CE3> sep2 0.544724
+R<ASP>A<OD1> R<TRP>A<CG> central_sep1 3.48648
+R<ASP>A<OD1> R<TRP>A<CG> central_sep2 2.35903
+R<ASP>A<OD1> R<TRP>A<CG> sep1 1.91955
+R<ASP>A<OD1> R<TRP>A<CG> sep2 -0.0897802
+R<ASP>A<OD1> R<TRP>A<CH2> central_sep1 2.41685
+R<ASP>A<OD1> R<TRP>A<CH2> central_sep2 0.334017
+R<ASP>A<OD1> R<TRP>A<CH2> sep1 2.18032
+R<ASP>A<OD1> R<TRP>A<CH2> sep2 -0.177724
+R<ASP>A<OD1> R<TRP>A<CZ2> central_sep1 1.36799
+R<ASP>A<OD1> R<TRP>A<CZ2> central_sep2 -0.228772
+R<ASP>A<OD1> R<TRP>A<CZ2> sep1 1.74057
+R<ASP>A<OD1> R<TRP>A<CZ2> sep2 -0.782782
+R<ASP>A<OD1> R<TRP>A<CZ3> central_sep1 1.60985
+R<ASP>A<OD1> R<TRP>A<CZ3> central_sep2 0.57677
+R<ASP>A<OD1> R<TRP>A<CZ3> sep1 1.8881
+R<ASP>A<OD1> R<TRP>A<CZ3> sep2 0.279975
+R<ASP>A<OD1> R<TRP>A<N> central_sep1 -0.220004
+R<ASP>A<OD1> R<TRP>A<N> central_sep2 0.283518
+R<ASP>A<OD1> R<TRP>A<N> sep1 0.597177
+R<ASP>A<OD1> R<TRP>A<N> sep2 0.752071
+R<ASP>A<OD1> R<TRP>A<NE1> central_sep1 0.108007
+R<ASP>A<OD1> R<TRP>A<NE1> central_sep2 -1.27783
+R<ASP>A<OD1> R<TRP>A<NE1> sep1 0.850526
+R<ASP>A<OD1> R<TRP>A<NE1> sep2 -0.572276
+R<ASP>A<OD1> R<TRP>A<O> central_sep1 1.05878
+R<ASP>A<OD1> R<TRP>A<O> central_sep2 1.29602
+R<ASP>A<OD1> R<TRP>A<O> sep1 1.33912
+R<ASP>A<OD1> R<TRP>A<O> sep2 0.839283
+R<ASP>A<OD1> R<TYR>A<C> central_sep1 1.52923
+R<ASP>A<OD1> R<TYR>A<C> central_sep2 2.24413
+R<ASP>A<OD1> R<TYR>A<C> sep1 0.557324
+R<ASP>A<OD1> R<TYR>A<C> sep2 1.13758
+R<ASP>A<OD1> R<TYR>A<CA> central_sep1 0.771661
+R<ASP>A<OD1> R<TYR>A<CA> central_sep2 0.918384
+R<ASP>A<OD1> R<TYR>A<CA> sep1 1.23137
+R<ASP>A<OD1> R<TYR>A<CA> sep2 0.902042
+R<ASP>A<OD1> R<TYR>A<CB> central_sep1 0.0640099
+R<ASP>A<OD1> R<TYR>A<CB> central_sep2 0.298766
+R<ASP>A<OD1> R<TYR>A<CB> sep1 1.0136
+R<ASP>A<OD1> R<TYR>A<CB> sep2 0.473645
+R<ASP>A<OD1> R<TYR>A<CD1> central_sep1 0.0898259
+R<ASP>A<OD1> R<TYR>A<CD1> central_sep2 0.590625
+R<ASP>A<OD1> R<TYR>A<CD1> sep1 1.73621
+R<ASP>A<OD1> R<TYR>A<CD1> sep2 0.285323
+R<ASP>A<OD1> R<TYR>A<CE1> central_sep1 0.730427
+R<ASP>A<OD1> R<TYR>A<CE1> central_sep2 -0.661492
+R<ASP>A<OD1> R<TYR>A<CE1> sep1 1.31009
+R<ASP>A<OD1> R<TYR>A<CE1> sep2 -0.2963
+R<ASP>A<OD1> R<TYR>A<CG> central_sep1 3.2485
+R<ASP>A<OD1> R<TYR>A<CG> central_sep2 2.49247
+R<ASP>A<OD1> R<TYR>A<CG> sep1 2.20516
+R<ASP>A<OD1> R<TYR>A<CG> sep2 0.277374
+R<ASP>A<OD1> R<TYR>A<CZ> central_sep1 2.36905
+R<ASP>A<OD1> R<TYR>A<CZ> central_sep2 1.65153
+R<ASP>A<OD1> R<TYR>A<CZ> sep1 1.85493
+R<ASP>A<OD1> R<TYR>A<CZ> sep2 -0.651842
+R<ASP>A<OD1> R<TYR>A<N> central_sep1 -0.322936
+R<ASP>A<OD1> R<TYR>A<N> central_sep2 0.383519
+R<ASP>A<OD1> R<TYR>A<N> sep1 0.78985
+R<ASP>A<OD1> R<TYR>A<N> sep2 0.830876
+R<ASP>A<OD1> R<TYR>A<O> central_sep1 1.0352
+R<ASP>A<OD1> R<TYR>A<O> central_sep2 1.28613
+R<ASP>A<OD1> R<TYR>A<O> sep1 1.36152
+R<ASP>A<OD1> R<TYR>A<O> sep2 0.925619
+R<ASP>A<OD1> R<TYR>A<OH> central_sep1 0.425432
+R<ASP>A<OD1> R<TYR>A<OH> central_sep2 -1.35897
+R<ASP>A<OD1> R<TYR>A<OH> sep1 1.58544
+R<ASP>A<OD1> R<TYR>A<OH> sep2 -0.724595
+R<ASP>A<OD1> R<VAL>A<C> central_sep1 1.95187
+R<ASP>A<OD1> R<VAL>A<C> central_sep2 2.69853
+R<ASP>A<OD1> R<VAL>A<C> sep1 0.64524
+R<ASP>A<OD1> R<VAL>A<C> sep2 1.48532
+R<ASP>A<OD1> R<VAL>A<CA> central_sep1 1.07052
+R<ASP>A<OD1> R<VAL>A<CA> central_sep2 1.17987
+R<ASP>A<OD1> R<VAL>A<CA> sep1 1.68282
+R<ASP>A<OD1> R<VAL>A<CA> sep2 1.17269
+R<ASP>A<OD1> R<VAL>A<CB> central_sep1 0.176747
+R<ASP>A<OD1> R<VAL>A<CB> central_sep2 0.561764
+R<ASP>A<OD1> R<VAL>A<CB> sep1 0.963918
+R<ASP>A<OD1> R<VAL>A<CB> sep2 0.105481
+R<ASP>A<OD1> R<VAL>A<CG1> central_sep1 0.526388
+R<ASP>A<OD1> R<VAL>A<CG1> central_sep2 0.716465
+R<ASP>A<OD1> R<VAL>A<CG1> sep1 1.70114
+R<ASP>A<OD1> R<VAL>A<CG1> sep2 0.511043
+R<ASP>A<OD1> R<VAL>A<CG2> central_sep1 0.644344
+R<ASP>A<OD1> R<VAL>A<CG2> central_sep2 0.69631
+R<ASP>A<OD1> R<VAL>A<CG2> sep1 1.43455
+R<ASP>A<OD1> R<VAL>A<CG2> sep2 0.518512
+R<ASP>A<OD1> R<VAL>A<N> central_sep1 -0.0952082
+R<ASP>A<OD1> R<VAL>A<N> central_sep2 0.320903
+R<ASP>A<OD1> R<VAL>A<N> sep1 0.85651
+R<ASP>A<OD1> R<VAL>A<N> sep2 1.172
+R<ASP>A<OD1> R<VAL>A<O> central_sep1 1.07671
+R<ASP>A<OD1> R<VAL>A<O> central_sep2 1.32079
+R<ASP>A<OD1> R<VAL>A<O> sep1 1.37513
+R<ASP>A<OD1> R<VAL>A<O> sep2 0.944647
+R<ASP>A<OD1> c<solvent> . -0.507142
+R<CYS>A<C> R<CYS>A<C> central_sep1 2.58897
+R<CYS>A<C> R<CYS>A<C> central_sep2 1.53803
+R<CYS>A<C> R<CYS>A<C> sep1 -2.41998
+R<CYS>A<C> R<CYS>A<C> sep2 0.641447
+R<CYS>A<C> R<CYS>A<CA> central_sep1 3.98449
+R<CYS>A<C> R<CYS>A<CA> central_sep2 1.40428
+R<CYS>A<C> R<CYS>A<CA> sep1 -2.74466
+R<CYS>A<C> R<CYS>A<CA> sep2 -0.745915
+R<CYS>A<C> R<CYS>A<CB> central_sep1 0.602935
+R<CYS>A<C> R<CYS>A<CB> central_sep2 -0.887577
+R<CYS>A<C> R<CYS>A<CB> sep1 -0.803968
+R<CYS>A<C> R<CYS>A<CB> sep2 -1.50033
+R<CYS>A<C> R<CYS>A<N> central_sep1 -0.673362
+R<CYS>A<C> R<CYS>A<N> central_sep2 2.11032
+R<CYS>A<C> R<CYS>A<N> sep1 -2.06759
+R<CYS>A<C> R<CYS>A<N> sep2 0.471171
+R<CYS>A<C> R<CYS>A<O> central_sep1 -0.754237
+R<CYS>A<C> R<CYS>A<O> central_sep2 0.568771
+R<CYS>A<C> R<CYS>A<O> sep1 -1.34984
+R<CYS>A<C> R<CYS>A<O> sep2 -0.40763
+R<CYS>A<C> R<CYS>A<SG> central_sep1 -0.869701
+R<CYS>A<C> R<CYS>A<SG> central_sep2 -2.26877
+R<CYS>A<C> R<CYS>A<SG> sep1 -0.649019
+R<CYS>A<C> R<CYS>A<SG> sep2 -1.93473
+R<CYS>A<C> R<GLN>A<C> central_sep1 4.36929
+R<CYS>A<C> R<GLN>A<C> central_sep2 2.98887
+R<CYS>A<C> R<GLN>A<C> sep1 -2.56999
+R<CYS>A<C> R<GLN>A<C> sep2 1.90703
+R<CYS>A<C> R<GLN>A<CA> central_sep1 3.58189
+R<CYS>A<C> R<GLN>A<CA> central_sep2 2.8183
+R<CYS>A<C> R<GLN>A<CA> sep1 -2.73
+R<CYS>A<C> R<GLN>A<CA> sep2 0.802514
+R<CYS>A<C> R<GLN>A<CB> central_sep1 2.70373
+R<CYS>A<C> R<GLN>A<CB> central_sep2 1.03406
+R<CYS>A<C> R<GLN>A<CB> sep1 -0.293351
+R<CYS>A<C> R<GLN>A<CB> sep2 -0.137321
+R<CYS>A<C> R<GLN>A<CD> central_sep1 1.33214
+R<CYS>A<C> R<GLN>A<CD> central_sep2 1.01467
+R<CYS>A<C> R<GLN>A<CD> sep1 0.170784
+R<CYS>A<C> R<GLN>A<CD> sep2 -0.156544
+R<CYS>A<C> R<GLN>A<CG> central_sep1 0.881676
+R<CYS>A<C> R<GLN>A<CG> central_sep2 0.841127
+R<CYS>A<C> R<GLN>A<CG> sep1 -0.73147
+R<CYS>A<C> R<GLN>A<CG> sep2 -0.355178
+R<CYS>A<C> R<GLN>A<N> central_sep1 -0.421081
+R<CYS>A<C> R<GLN>A<N> central_sep2 2.79656
+R<CYS>A<C> R<GLN>A<N> sep1 -1.78251
+R<CYS>A<C> R<GLN>A<N> sep2 1.75775
+R<CYS>A<C> R<GLN>A<NE2> central_sep1 1.29925
+R<CYS>A<C> R<GLN>A<NE2> central_sep2 1.19785
+R<CYS>A<C> R<GLN>A<NE2> sep1 1.1982
+R<CYS>A<C> R<GLN>A<NE2> sep2 -0.122864
+R<CYS>A<C> R<GLN>A<O> central_sep1 -0.571527
+R<CYS>A<C> R<GLN>A<O> central_sep2 2.53063
+R<CYS>A<C> R<GLN>A<O> sep1 -1.32101
+R<CYS>A<C> R<GLN>A<O> sep2 1.05256
+R<CYS>A<C> R<GLN>A<OE1> central_sep1 1.44579
+R<CYS>A<C> R<GLN>A<OE1> central_sep2 1.11299
+R<CYS>A<C> R<GLN>A<OE1> sep1 1.58957
+R<CYS>A<C> R<GLN>A<OE1> sep2 0.430558
+R<CYS>A<C> R<GLU>A<C> central_sep1 4.05664
+R<CYS>A<C> R<GLU>A<C> central_sep2 3.72304
+R<CYS>A<C> R<GLU>A<C> sep1 -2.42615
+R<CYS>A<C> R<GLU>A<C> sep2 2.10571
+R<CYS>A<C> R<GLU>A<CA> central_sep1 2.99783
+R<CYS>A<C> R<GLU>A<CA> central_sep2 2.90044
+R<CYS>A<C> R<GLU>A<CA> sep1 -2.55834
+R<CYS>A<C> R<GLU>A<CA> sep2 1.19887
+R<CYS>A<C> R<GLU>A<CB> central_sep1 3.31908
+R<CYS>A<C> R<GLU>A<CB> central_sep2 1.93381
+R<CYS>A<C> R<GLU>A<CB> sep1 0.0931453
+R<CYS>A<C> R<GLU>A<CB> sep2 0.457896
+R<CYS>A<C> R<GLU>A<CD> central_sep1 1.96227
+R<CYS>A<C> R<GLU>A<CD> central_sep2 2.01373
+R<CYS>A<C> R<GLU>A<CD> sep1 0.322843
+R<CYS>A<C> R<GLU>A<CD> sep2 0.838393
+R<CYS>A<C> R<GLU>A<CG> central_sep1 1.10894
+R<CYS>A<C> R<GLU>A<CG> central_sep2 1.46674
+R<CYS>A<C> R<GLU>A<CG> sep1 -0.419976
+R<CYS>A<C> R<GLU>A<CG> sep2 0.0856842
+R<CYS>A<C> R<GLU>A<N> central_sep1 -0.328117
+R<CYS>A<C> R<GLU>A<N> central_sep2 4.73641
+R<CYS>A<C> R<GLU>A<N> sep1 -1.62859
+R<CYS>A<C> R<GLU>A<N> sep2 2.2663
+R<CYS>A<C> R<GLU>A<O> central_sep1 -0.312488
+R<CYS>A<C> R<GLU>A<O> central_sep2 2.38691
+R<CYS>A<C> R<GLU>A<O> sep1 -1.19641
+R<CYS>A<C> R<GLU>A<O> sep2 1.37983
+R<CYS>A<C> R<GLU>A<OE1> central_sep1 2.22425
+R<CYS>A<C> R<GLU>A<OE1> central_sep2 2.04447
+R<CYS>A<C> R<GLU>A<OE1> sep1 1.84304
+R<CYS>A<C> R<GLU>A<OE1> sep2 1.24903
+R<CYS>A<C> R<GLY>A<C> central_sep1 2.39812
+R<CYS>A<C> R<GLY>A<C> central_sep2 1.32379
+R<CYS>A<C> R<GLY>A<C> sep1 -2.03785
+R<CYS>A<C> R<GLY>A<C> sep2 0.670513
+R<CYS>A<C> R<GLY>A<CA> central_sep1 2.86553
+R<CYS>A<C> R<GLY>A<CA> central_sep2 0.753319
+R<CYS>A<C> R<GLY>A<CA> sep1 -1.84808
+R<CYS>A<C> R<GLY>A<CA> sep2 -0.37954
+R<CYS>A<C> R<GLY>A<N> central_sep1 -0.280208
+R<CYS>A<C> R<GLY>A<N> central_sep2 2.25403
+R<CYS>A<C> R<GLY>A<N> sep1 -1.46855
+R<CYS>A<C> R<GLY>A<N> sep2 0.561029
+R<CYS>A<C> R<GLY>A<O> central_sep1 -0.268666
+R<CYS>A<C> R<GLY>A<O> central_sep2 1.22268
+R<CYS>A<C> R<GLY>A<O> sep1 -1.49762
+R<CYS>A<C> R<GLY>A<O> sep2 0.316853
+R<CYS>A<C> R<HIS>A<C> central_sep1 4.71946
+R<CYS>A<C> R<HIS>A<C> central_sep2 2.16813
+R<CYS>A<C> R<HIS>A<C> sep1 -2.69892
+R<CYS>A<C> R<HIS>A<C> sep2 1.78092
+R<CYS>A<C> R<HIS>A<CA> central_sep1 4.1823
+R<CYS>A<C> R<HIS>A<CA> central_sep2 1.80811
+R<CYS>A<C> R<HIS>A<CA> sep1 -2.93579
+R<CYS>A<C> R<HIS>A<CA> sep2 0.680173
+R<CYS>A<C> R<HIS>A<CB> central_sep1 2.4138
+R<CYS>A<C> R<HIS>A<CB> central_sep2 0.512567
+R<CYS>A<C> R<HIS>A<CB> sep1 -0.727741
+R<CYS>A<C> R<HIS>A<CB> sep2 -0.509654
+R<CYS>A<C> R<HIS>A<CD2> central_sep1 -0.411224
+R<CYS>A<C> R<HIS>A<CD2> central_sep2 0.232007
+R<CYS>A<C> R<HIS>A<CD2> sep1 -0.575189
+R<CYS>A<C> R<HIS>A<CD2> sep2 -0.549478
+R<CYS>A<C> R<HIS>A<CE1> central_sep1 0.865685
+R<CYS>A<C> R<HIS>A<CE1> central_sep2 0.570073
+R<CYS>A<C> R<HIS>A<CE1> sep1 1.04202
+R<CYS>A<C> R<HIS>A<CE1> sep2 -0.328642
+R<CYS>A<C> R<HIS>A<CG> central_sep1 0.084589
+R<CYS>A<C> R<HIS>A<CG> central_sep2 1.01527
+R<CYS>A<C> R<HIS>A<CG> sep1 -1.92703
+R<CYS>A<C> R<HIS>A<CG> sep2 -0.456135
+R<CYS>A<C> R<HIS>A<N> central_sep1 -0.782684
+R<CYS>A<C> R<HIS>A<N> central_sep2 2.21354
+R<CYS>A<C> R<HIS>A<N> sep1 -1.83994
+R<CYS>A<C> R<HIS>A<N> sep2 1.45789
+R<CYS>A<C> R<HIS>A<ND1> central_sep1 0.234789
+R<CYS>A<C> R<HIS>A<ND1> central_sep2 0.75883
+R<CYS>A<C> R<HIS>A<ND1> sep1 -0.534213
+R<CYS>A<C> R<HIS>A<ND1> sep2 -0.180102
+R<CYS>A<C> R<HIS>A<NE2> central_sep1 1.95504
+R<CYS>A<C> R<HIS>A<NE2> central_sep2 0.7459
+R<CYS>A<C> R<HIS>A<NE2> sep1 1.7654
+R<CYS>A<C> R<HIS>A<NE2> sep2 -0.31501
+R<CYS>A<C> R<HIS>A<O> central_sep1 -0.814286
+R<CYS>A<C> R<HIS>A<O> central_sep2 1.42838
+R<CYS>A<C> R<HIS>A<O> sep1 -1.62939
+R<CYS>A<C> R<HIS>A<O> sep2 0.42905
+R<CYS>A<C> R<ILE>A<C> central_sep2 4.65454
+R<CYS>A<C> R<ILE>A<C> sep1 -2.54605
+R<CYS>A<C> R<ILE>A<C> sep2 3.01048
+R<CYS>A<C> R<ILE>A<CA> central_sep1 3.92341
+R<CYS>A<C> R<ILE>A<CA> central_sep2 2.94284
+R<CYS>A<C> R<ILE>A<CA> sep1 -2.63466
+R<CYS>A<C> R<ILE>A<CA> sep2 0.859585
+R<CYS>A<C> R<ILE>A<CB> central_sep1 2.09437
+R<CYS>A<C> R<ILE>A<CB> central_sep2 0.789304
+R<CYS>A<C> R<ILE>A<CB> sep1 -0.00813515
+R<CYS>A<C> R<ILE>A<CB> sep2 -0.459819
+R<CYS>A<C> R<ILE>A<CD1> central_sep1 0.881351
+R<CYS>A<C> R<ILE>A<CD1> central_sep2 -0.292637
+R<CYS>A<C> R<ILE>A<CD1> sep1 0.152231
+R<CYS>A<C> R<ILE>A<CD1> sep2 -0.639796
+R<CYS>A<C> R<ILE>A<CG1> central_sep1 0.198495
+R<CYS>A<C> R<ILE>A<CG1> central_sep2 0.101237
+R<CYS>A<C> R<ILE>A<CG1> sep1 -1.20778
+R<CYS>A<C> R<ILE>A<CG1> sep2 -0.636067
+R<CYS>A<C> R<ILE>A<CG2> central_sep1 0.235354
+R<CYS>A<C> R<ILE>A<CG2> central_sep2 0.413875
+R<CYS>A<C> R<ILE>A<CG2> sep1 -0.324943
+R<CYS>A<C> R<ILE>A<CG2> sep2 -0.551077
+R<CYS>A<C> R<ILE>A<N> central_sep1 -0.218759
+R<CYS>A<C> R<ILE>A<N> central_sep2 3.03527
+R<CYS>A<C> R<ILE>A<N> sep1 -1.49338
+R<CYS>A<C> R<ILE>A<N> sep2 1.6736
+R<CYS>A<C> R<ILE>A<O> central_sep1 -0.764622
+R<CYS>A<C> R<ILE>A<O> central_sep2 1.79132
+R<CYS>A<C> R<ILE>A<O> sep1 -1.1422
+R<CYS>A<C> R<ILE>A<O> sep2 0.722217
+R<CYS>A<C> R<LEU>A<C> central_sep1 4.19151
+R<CYS>A<C> R<LEU>A<C> central_sep2 3.47359
+R<CYS>A<C> R<LEU>A<C> sep1 -2.40914
+R<CYS>A<C> R<LEU>A<C> sep2 2.17073
+R<CYS>A<C> R<LEU>A<CA> central_sep1 3.48885
+R<CYS>A<C> R<LEU>A<CA> central_sep2 2.10845
+R<CYS>A<C> R<LEU>A<CA> sep1 -2.72122
+R<CYS>A<C> R<LEU>A<CA> sep2 1.08974
+R<CYS>A<C> R<LEU>A<CB> central_sep1 2.01813
+R<CYS>A<C> R<LEU>A<CB> central_sep2 0.804032
+R<CYS>A<C> R<LEU>A<CB> sep1 0.282514
+R<CYS>A<C> R<LEU>A<CB> sep2 -0.216679
+R<CYS>A<C> R<LEU>A<CD1> central_sep1 0.978373
+R<CYS>A<C> R<LEU>A<CD1> central_sep2 -0.432996
+R<CYS>A<C> R<LEU>A<CD1> sep1 0.313903
+R<CYS>A<C> R<LEU>A<CD1> sep2 -0.806769
+R<CYS>A<C> R<LEU>A<CD2> central_sep1 1.05402
+R<CYS>A<C> R<LEU>A<CD2> central_sep2 -0.142831
+R<CYS>A<C> R<LEU>A<CD2> sep1 0.393031
+R<CYS>A<C> R<LEU>A<CD2> sep2 -0.561504
+R<CYS>A<C> R<LEU>A<CG> central_sep1 -0.122708
+R<CYS>A<C> R<LEU>A<CG> central_sep2 0.406237
+R<CYS>A<C> R<LEU>A<CG> sep1 -1.18912
+R<CYS>A<C> R<LEU>A<CG> sep2 -0.36671
+R<CYS>A<C> R<LEU>A<N> central_sep1 -0.518517
+R<CYS>A<C> R<LEU>A<N> central_sep2 2.60421
+R<CYS>A<C> R<LEU>A<N> sep1 -1.61594
+R<CYS>A<C> R<LEU>A<N> sep2 1.48653
+R<CYS>A<C> R<LEU>A<O> central_sep1 -0.621362
+R<CYS>A<C> R<LEU>A<O> central_sep2 2.12546
+R<CYS>A<C> R<LEU>A<O> sep1 -1.21047
+R<CYS>A<C> R<LEU>A<O> sep2 0.689046
+R<CYS>A<C> R<LYS>A<C> central_sep1 3.67415
+R<CYS>A<C> R<LYS>A<C> central_sep2 4.2842
+R<CYS>A<C> R<LYS>A<C> sep1 -2.41516
+R<CYS>A<C> R<LYS>A<C> sep2 2.12865
+R<CYS>A<C> R<LYS>A<CA> central_sep1 3.30062
+R<CYS>A<C> R<LYS>A<CA> central_sep2 2.11811
+R<CYS>A<C> R<LYS>A<CA> sep1 -2.52503
+R<CYS>A<C> R<LYS>A<CA> sep2 1.03353
+R<CYS>A<C> R<LYS>A<CB> central_sep1 2.25368
+R<CYS>A<C> R<LYS>A<CB> central_sep2 1.10723
+R<CYS>A<C> R<LYS>A<CB> sep1 0.0423988
+R<CYS>A<C> R<LYS>A<CB> sep2 0.189939
+R<CYS>A<C> R<LYS>A<CD> central_sep1 1.60979
+R<CYS>A<C> R<LYS>A<CD> central_sep2 0.69359
+R<CYS>A<C> R<LYS>A<CD> sep1 0.671788
+R<CYS>A<C> R<LYS>A<CD> sep2 0.163879
+R<CYS>A<C> R<LYS>A<CE> central_sep1 2.00262
+R<CYS>A<C> R<LYS>A<CE> central_sep2 1.60309
+R<CYS>A<C> R<LYS>A<CE> sep1 1.75593
+R<CYS>A<C> R<LYS>A<CE> sep2 0.188701
+R<CYS>A<C> R<LYS>A<CG> central_sep1 0.746615
+R<CYS>A<C> R<LYS>A<CG> central_sep2 0.964714
+R<CYS>A<C> R<LYS>A<CG> sep1 -0.750404
+R<CYS>A<C> R<LYS>A<CG> sep2 0.0270545
+R<CYS>A<C> R<LYS>A<N> central_sep1 -0.29556
+R<CYS>A<C> R<LYS>A<N> central_sep2 3.32757
+R<CYS>A<C> R<LYS>A<N> sep1 -1.59273
+R<CYS>A<C> R<LYS>A<N> sep2 1.70779
+R<CYS>A<C> R<LYS>A<NZ> central_sep1 3.07852
+R<CYS>A<C> R<LYS>A<NZ> central_sep2 1.82244
+R<CYS>A<C> R<LYS>A<NZ> sep1 2.93583
+R<CYS>A<C> R<LYS>A<NZ> sep2 0.473247
+R<CYS>A<C> R<LYS>A<O> central_sep1 -0.265533
+R<CYS>A<C> R<LYS>A<O> central_sep2 1.97846
+R<CYS>A<C> R<LYS>A<O> sep1 -1.13424
+R<CYS>A<C> R<LYS>A<O> sep2 1.51242
+R<CYS>A<C> R<MET>A<C> central_sep1 2.97811
+R<CYS>A<C> R<MET>A<C> central_sep2 3.73824
+R<CYS>A<C> R<MET>A<C> sep1 -2.3591
+R<CYS>A<C> R<MET>A<C> sep2 1.85984
+R<CYS>A<C> R<MET>A<CA> central_sep1 4.4507
+R<CYS>A<C> R<MET>A<CA> central_sep2 2.04204
+R<CYS>A<C> R<MET>A<CA> sep1 -2.55846
+R<CYS>A<C> R<MET>A<CA> sep2 0.310509
+R<CYS>A<C> R<MET>A<CB> central_sep1 1.93667
+R<CYS>A<C> R<MET>A<CB> central_sep2 0.767224
+R<CYS>A<C> R<MET>A<CB> sep1 -0.125137
+R<CYS>A<C> R<MET>A<CB> sep2 -0.403901
+R<CYS>A<C> R<MET>A<CE> central_sep1 0.497062
+R<CYS>A<C> R<MET>A<CE> central_sep2 -0.460519
+R<CYS>A<C> R<MET>A<CE> sep1 1.27769
+R<CYS>A<C> R<MET>A<CE> sep2 -0.790967
+R<CYS>A<C> R<MET>A<CG> central_sep1 0.259044
+R<CYS>A<C> R<MET>A<CG> central_sep2 0.221849
+R<CYS>A<C> R<MET>A<CG> sep1 -0.615414
+R<CYS>A<C> R<MET>A<CG> sep2 -0.829674
+R<CYS>A<C> R<MET>A<N> central_sep1 -0.466546
+R<CYS>A<C> R<MET>A<N> central_sep2 2.25207
+R<CYS>A<C> R<MET>A<N> sep1 -1.62751
+R<CYS>A<C> R<MET>A<N> sep2 1.3048
+R<CYS>A<C> R<MET>A<O> central_sep1 -0.529801
+R<CYS>A<C> R<MET>A<O> central_sep2 1.75106
+R<CYS>A<C> R<MET>A<O> sep1 -1.16463
+R<CYS>A<C> R<MET>A<O> sep2 0.733169
+R<CYS>A<C> R<MET>A<SD> central_sep1 0.620658
+R<CYS>A<C> R<MET>A<SD> central_sep2 -0.550356
+R<CYS>A<C> R<MET>A<SD> sep1 0.429358
+R<CYS>A<C> R<MET>A<SD> sep2 -0.87673
+R<CYS>A<C> R<PHE>A<C> central_sep1 4.12226
+R<CYS>A<C> R<PHE>A<C> central_sep2 3.07892
+R<CYS>A<C> R<PHE>A<C> sep1 -2.37584
+R<CYS>A<C> R<PHE>A<C> sep2 1.96967
+R<CYS>A<C> R<PHE>A<CA> central_sep1 3.9456
+R<CYS>A<C> R<PHE>A<CA> central_sep2 2.05377
+R<CYS>A<C> R<PHE>A<CA> sep1 -2.62351
+R<CYS>A<C> R<PHE>A<CA> sep2 0.43722
+R<CYS>A<C> R<PHE>A<CB> central_sep1 1.71556
+R<CYS>A<C> R<PHE>A<CB> central_sep2 0.470723
+R<CYS>A<C> R<PHE>A<CB> sep1 -0.265585
+R<CYS>A<C> R<PHE>A<CB> sep2 -0.384883
+R<CYS>A<C> R<PHE>A<CD1> central_sep1 -0.778976
+R<CYS>A<C> R<PHE>A<CD1> central_sep2 -0.39393
+R<CYS>A<C> R<PHE>A<CD1> sep1 -0.662084
+R<CYS>A<C> R<PHE>A<CD1> sep2 -0.949341
+R<CYS>A<C> R<PHE>A<CE1> central_sep1 0.485015
+R<CYS>A<C> R<PHE>A<CE1> central_sep2 -0.475225
+R<CYS>A<C> R<PHE>A<CE1> sep1 1.39969
+R<CYS>A<C> R<PHE>A<CE1> sep2 -0.998913
+R<CYS>A<C> R<PHE>A<CG> central_sep1 1.41615
+R<CYS>A<C> R<PHE>A<CG> central_sep2 0.668053
+R<CYS>A<C> R<PHE>A<CG> sep1 -1.83117
+R<CYS>A<C> R<PHE>A<CG> sep2 0.161119
+R<CYS>A<C> R<PHE>A<CZ> central_sep1 1.45988
+R<CYS>A<C> R<PHE>A<CZ> central_sep2 -0.482553
+R<CYS>A<C> R<PHE>A<CZ> sep1 2.18445
+R<CYS>A<C> R<PHE>A<CZ> sep2 -0.877253
+R<CYS>A<C> R<PHE>A<N> central_sep1 -0.435807
+R<CYS>A<C> R<PHE>A<N> central_sep2 1.97044
+R<CYS>A<C> R<PHE>A<N> sep1 -1.47498
+R<CYS>A<C> R<PHE>A<N> sep2 1.19774
+R<CYS>A<C> R<PHE>A<O> central_sep1 -0.656325
+R<CYS>A<C> R<PHE>A<O> central_sep2 1.76959
+R<CYS>A<C> R<PHE>A<O> sep1 -1.17561
+R<CYS>A<C> R<PHE>A<O> sep2 0.680547
+R<CYS>A<C> R<PRO>A<C> central_sep1 2.11601
+R<CYS>A<C> R<PRO>A<C> central_sep2 3.69047
+R<CYS>A<C> R<PRO>A<C> sep1 -2.40406
+R<CYS>A<C> R<PRO>A<C> sep2 2.10023
+R<CYS>A<C> R<PRO>A<CA> central_sep1 3.10276
+R<CYS>A<C> R<PRO>A<CA> central_sep2 1.73111
+R<CYS>A<C> R<PRO>A<CA> sep1 -2.56742
+R<CYS>A<C> R<PRO>A<CA> sep2 0.0749675
+R<CYS>A<C> R<PRO>A<CB> central_sep1 2.59258
+R<CYS>A<C> R<PRO>A<CB> central_sep2 0.47965
+R<CYS>A<C> R<PRO>A<CB> sep1 1.56967
+R<CYS>A<C> R<PRO>A<CB> sep2 -0.438887
+R<CYS>A<C> R<PRO>A<CD> central_sep1 -0.031449
+R<CYS>A<C> R<PRO>A<CD> central_sep2 1.05836
+R<CYS>A<C> R<PRO>A<CD> sep1 -0.705927
+R<CYS>A<C> R<PRO>A<CD> sep2 0.0939213
+R<CYS>A<C> R<PRO>A<CG> central_sep1 2.34608
+R<CYS>A<C> R<PRO>A<CG> central_sep2 0.385032
+R<CYS>A<C> R<PRO>A<CG> sep1 2.52023
+R<CYS>A<C> R<PRO>A<CG> sep2 -0.336306
+R<CYS>A<C> R<PRO>A<N> central_sep1 1.01768
+R<CYS>A<C> R<PRO>A<N> central_sep2 1.60399
+R<CYS>A<C> R<PRO>A<N> sep1 -1.1386
+R<CYS>A<C> R<PRO>A<N> sep2 2.3505
+R<CYS>A<C> R<PRO>A<O> central_sep1 -0.442614
+R<CYS>A<C> R<PRO>A<O> central_sep2 1.92918
+R<CYS>A<C> R<PRO>A<O> sep1 -1.72809
+R<CYS>A<C> R<PRO>A<O> sep2 1.01394
+R<CYS>A<C> R<SER>A<C> central_sep1 4.08831
+R<CYS>A<C> R<SER>A<C> central_sep2 3.1565
+R<CYS>A<C> R<SER>A<C> sep1 -2.38383
+R<CYS>A<C> R<SER>A<C> sep2 1.30225
+R<CYS>A<C> R<SER>A<CA> central_sep1 3.75284
+R<CYS>A<C> R<SER>A<CA> central_sep2 1.90964
+R<CYS>A<C> R<SER>A<CA> sep1 -2.69521
+R<CYS>A<C> R<SER>A<CA> sep2 0.277274
+R<CYS>A<C> R<SER>A<CB> central_sep1 2.17482
+R<CYS>A<C> R<SER>A<CB> central_sep2 0.669331
+R<CYS>A<C> R<SER>A<CB> sep1 -0.451248
+R<CYS>A<C> R<SER>A<CB> sep2 -0.464374
+R<CYS>A<C> R<SER>A<N> central_sep1 -0.434741
+R<CYS>A<C> R<SER>A<N> central_sep2 2.91855
+R<CYS>A<C> R<SER>A<N> sep1 -1.62068
+R<CYS>A<C> R<SER>A<N> sep2 1.31773
+R<CYS>A<C> R<SER>A<O> central_sep1 -0.487023
+R<CYS>A<C> R<SER>A<O> central_sep2 1.91692
+R<CYS>A<C> R<SER>A<O> sep1 -1.37051
+R<CYS>A<C> R<SER>A<O> sep2 0.723098
+R<CYS>A<C> R<SER>A<OG> central_sep1 1.66279
+R<CYS>A<C> R<SER>A<OG> central_sep2 0.769567
+R<CYS>A<C> R<SER>A<OG> sep1 -0.123921
+R<CYS>A<C> R<SER>A<OG> sep2 -0.16481
+R<CYS>A<C> R<THR>A<C> central_sep1 3.8369
+R<CYS>A<C> R<THR>A<C> central_sep2 3.18658
+R<CYS>A<C> R<THR>A<C> sep1 -2.41361
+R<CYS>A<C> R<THR>A<C> sep2 1.76585
+R<CYS>A<C> R<THR>A<CA> central_sep1 3.21049
+R<CYS>A<C> R<THR>A<CA> central_sep2 2.32283
+R<CYS>A<C> R<THR>A<CA> sep1 -2.6763
+R<CYS>A<C> R<THR>A<CA> sep2 0.891016
+R<CYS>A<C> R<THR>A<CB> central_sep1 2.59825
+R<CYS>A<C> R<THR>A<CB> central_sep2 0.808225
+R<CYS>A<C> R<THR>A<CB> sep1 -0.128742
+R<CYS>A<C> R<THR>A<CB> sep2 -0.55137
+R<CYS>A<C> R<THR>A<CG2> central_sep1 0.492161
+R<CYS>A<C> R<THR>A<CG2> central_sep2 0.271874
+R<CYS>A<C> R<THR>A<CG2> sep1 -0.582254
+R<CYS>A<C> R<THR>A<CG2> sep2 -0.773901
+R<CYS>A<C> R<THR>A<N> central_sep1 -0.387496
+R<CYS>A<C> R<THR>A<N> central_sep2 3.11728
+R<CYS>A<C> R<THR>A<N> sep1 -1.49911
+R<CYS>A<C> R<THR>A<N> sep2 1.62104
+R<CYS>A<C> R<THR>A<O> central_sep1 -0.581189
+R<CYS>A<C> R<THR>A<O> central_sep2 2.09197
+R<CYS>A<C> R<THR>A<O> sep1 -1.25629
+R<CYS>A<C> R<THR>A<O> sep2 0.589351
+R<CYS>A<C> R<THR>A<OG1> central_sep1 1.5754
+R<CYS>A<C> R<THR>A<OG1> central_sep2 0.795842
+R<CYS>A<C> R<THR>A<OG1> sep1 -0.432467
+R<CYS>A<C> R<THR>A<OG1> sep2 -0.0427254
+R<CYS>A<C> R<TRP>A<C> central_sep1 4.65846
+R<CYS>A<C> R<TRP>A<C> central_sep2 2.82344
+R<CYS>A<C> R<TRP>A<C> sep1 -2.45203
+R<CYS>A<C> R<TRP>A<C> sep2 1.84063
+R<CYS>A<C> R<TRP>A<CA> central_sep2 3.98285
+R<CYS>A<C> R<TRP>A<CA> sep1 -2.6385
+R<CYS>A<C> R<TRP>A<CA> sep2 0.0219529
+R<CYS>A<C> R<TRP>A<CB> central_sep1 1.37807
+R<CYS>A<C> R<TRP>A<CB> central_sep2 0.107494
+R<CYS>A<C> R<TRP>A<CB> sep1 -0.245391
+R<CYS>A<C> R<TRP>A<CB> sep2 -0.617677
+R<CYS>A<C> R<TRP>A<CD1> central_sep1 -0.64035
+R<CYS>A<C> R<TRP>A<CD1> central_sep2 -0.0396997
+R<CYS>A<C> R<TRP>A<CD1> sep1 -0.613582
+R<CYS>A<C> R<TRP>A<CD1> sep2 -0.685386
+R<CYS>A<C> R<TRP>A<CD2> central_sep1 -0.394343
+R<CYS>A<C> R<TRP>A<CD2> central_sep2 0.071918
+R<CYS>A<C> R<TRP>A<CD2> sep1 -0.410604
+R<CYS>A<C> R<TRP>A<CD2> sep2 -0.0562434
+R<CYS>A<C> R<TRP>A<CE2> central_sep1 0.25281
+R<CYS>A<C> R<TRP>A<CE2> central_sep2 0.535167
+R<CYS>A<C> R<TRP>A<CE2> sep1 1.20971
+R<CYS>A<C> R<TRP>A<CE2> sep2 -0.119578
+R<CYS>A<C> R<TRP>A<CE3> central_sep1 -1.13027
+R<CYS>A<C> R<TRP>A<CE3> central_sep2 -1.41691
+R<CYS>A<C> R<TRP>A<CE3> sep1 0.211439
+R<CYS>A<C> R<TRP>A<CE3> sep2 -0.93702
+R<CYS>A<C> R<TRP>A<CG> central_sep1 3.27782
+R<CYS>A<C> R<TRP>A<CG> central_sep2 -0.0647855
+R<CYS>A<C> R<TRP>A<CG> sep1 -1.10965
+R<CYS>A<C> R<TRP>A<CG> sep2 -0.237473
+R<CYS>A<C> R<TRP>A<CH2> central_sep1 3.44422
+R<CYS>A<C> R<TRP>A<CH2> central_sep2 -0.716994
+R<CYS>A<C> R<TRP>A<CH2> sep1 3.08826
+R<CYS>A<C> R<TRP>A<CH2> sep2 -1.1162
+R<CYS>A<C> R<TRP>A<CZ2> central_sep1 2.21272
+R<CYS>A<C> R<TRP>A<CZ2> central_sep2 -0.727151
+R<CYS>A<C> R<TRP>A<CZ2> sep1 2.70236
+R<CYS>A<C> R<TRP>A<CZ2> sep2 -0.972079
+R<CYS>A<C> R<TRP>A<CZ3> central_sep1 1.42167
+R<CYS>A<C> R<TRP>A<CZ3> central_sep2 -1.16666
+R<CYS>A<C> R<TRP>A<CZ3> sep1 1.48633
+R<CYS>A<C> R<TRP>A<CZ3> sep2 -1.28449
+R<CYS>A<C> R<TRP>A<N> central_sep1 -0.467214
+R<CYS>A<C> R<TRP>A<N> central_sep2 4.35719
+R<CYS>A<C> R<TRP>A<N> sep1 -1.53256
+R<CYS>A<C> R<TRP>A<N> sep2 0.858729
+R<CYS>A<C> R<TRP>A<NE1> central_sep1 1.68022
+R<CYS>A<C> R<TRP>A<NE1> central_sep2 0.244346
+R<CYS>A<C> R<TRP>A<NE1> sep1 1.33098
+R<CYS>A<C> R<TRP>A<NE1> sep2 -0.779358
+R<CYS>A<C> R<TRP>A<O> central_sep1 -0.645708
+R<CYS>A<C> R<TRP>A<O> central_sep2 1.43881
+R<CYS>A<C> R<TRP>A<O> sep1 -1.08354
+R<CYS>A<C> R<TRP>A<O> sep2 0.566261
+R<CYS>A<C> R<TYR>A<C> central_sep1 3.48236
+R<CYS>A<C> R<TYR>A<C> central_sep2 3.3411
+R<CYS>A<C> R<TYR>A<C> sep1 -2.48472
+R<CYS>A<C> R<TYR>A<C> sep2 1.80299
+R<CYS>A<C> R<TYR>A<CA> central_sep1 3.3824
+R<CYS>A<C> R<TYR>A<CA> central_sep2 2.00204
+R<CYS>A<C> R<TYR>A<CA> sep1 -2.58818
+R<CYS>A<C> R<TYR>A<CA> sep2 0.349427
+R<CYS>A<C> R<TYR>A<CB> central_sep1 1.64439
+R<CYS>A<C> R<TYR>A<CB> central_sep2 0.370852
+R<CYS>A<C> R<TYR>A<CB> sep1 -0.300358
+R<CYS>A<C> R<TYR>A<CB> sep2 -0.579049
+R<CYS>A<C> R<TYR>A<CD1> central_sep1 -0.639207
+R<CYS>A<C> R<TYR>A<CD1> central_sep2 -0.607063
+R<CYS>A<C> R<TYR>A<CD1> sep1 -0.474817
+R<CYS>A<C> R<TYR>A<CD1> sep2 -0.86981
+R<CYS>A<C> R<TYR>A<CE1> central_sep1 0.522177
+R<CYS>A<C> R<TYR>A<CE1> central_sep2 -0.164652
+R<CYS>A<C> R<TYR>A<CE1> sep1 1.61037
+R<CYS>A<C> R<TYR>A<CE1> sep2 -0.652046
+R<CYS>A<C> R<TYR>A<CG> central_sep1 0.765592
+R<CYS>A<C> R<TYR>A<CG> central_sep2 0.0810786
+R<CYS>A<C> R<TYR>A<CG> sep1 -1.70148
+R<CYS>A<C> R<TYR>A<CG> sep2 -0.194147
+R<CYS>A<C> R<TYR>A<CZ> central_sep1 0.561946
+R<CYS>A<C> R<TYR>A<CZ> central_sep2 0.124158
+R<CYS>A<C> R<TYR>A<CZ> sep1 1.60331
+R<CYS>A<C> R<TYR>A<CZ> sep2 -0.447654
+R<CYS>A<C> R<TYR>A<N> central_sep1 -0.507091
+R<CYS>A<C> R<TYR>A<N> central_sep2 3.72259
+R<CYS>A<C> R<TYR>A<N> sep1 -1.59235
+R<CYS>A<C> R<TYR>A<N> sep2 1.49844
+R<CYS>A<C> R<TYR>A<O> central_sep1 -0.648491
+R<CYS>A<C> R<TYR>A<O> central_sep2 1.36551
+R<CYS>A<C> R<TYR>A<O> sep1 -1.2238
+R<CYS>A<C> R<TYR>A<O> sep2 0.56743
+R<CYS>A<C> R<TYR>A<OH> central_sep1 2.37193
+R<CYS>A<C> R<TYR>A<OH> central_sep2 0.399849
+R<CYS>A<C> R<TYR>A<OH> sep1 3.86719
+R<CYS>A<C> R<TYR>A<OH> sep2 -0.362714
+R<CYS>A<C> R<VAL>A<C> central_sep1 5.87289
+R<CYS>A<C> R<VAL>A<C> central_sep2 5.67232
+R<CYS>A<C> R<VAL>A<C> sep1 -2.51804
+R<CYS>A<C> R<VAL>A<C> sep2 3.39887
+R<CYS>A<C> R<VAL>A<CA> central_sep1 4.0982
+R<CYS>A<C> R<VAL>A<CA> central_sep2 2.58095
+R<CYS>A<C> R<VAL>A<CA> sep1 -2.64459
+R<CYS>A<C> R<VAL>A<CA> sep2 0.781093
+R<CYS>A<C> R<VAL>A<CB> central_sep1 2.00129
+R<CYS>A<C> R<VAL>A<CB> central_sep2 0.494997
+R<CYS>A<C> R<VAL>A<CB> sep1 0.077057
+R<CYS>A<C> R<VAL>A<CB> sep2 -0.683513
+R<CYS>A<C> R<VAL>A<CG1> central_sep1 0.239641
+R<CYS>A<C> R<VAL>A<CG1> central_sep2 0.109488
+R<CYS>A<C> R<VAL>A<CG1> sep1 -0.473933
+R<CYS>A<C> R<VAL>A<CG1> sep2 -0.663856
+R<CYS>A<C> R<VAL>A<CG2> central_sep1 0.44284
+R<CYS>A<C> R<VAL>A<CG2> central_sep2 -0.0468271
+R<CYS>A<C> R<VAL>A<CG2> sep1 -0.812087
+R<CYS>A<C> R<VAL>A<CG2> sep2 -0.636848
+R<CYS>A<C> R<VAL>A<N> central_sep1 0.0343441
+R<CYS>A<C> R<VAL>A<N> central_sep2 3.07382
+R<CYS>A<C> R<VAL>A<N> sep1 -1.32214
+R<CYS>A<C> R<VAL>A<N> sep2 1.36398
+R<CYS>A<C> R<VAL>A<O> central_sep1 -0.616383
+R<CYS>A<C> R<VAL>A<O> central_sep2 1.75808
+R<CYS>A<C> R<VAL>A<O> sep1 -1.06234
+R<CYS>A<C> R<VAL>A<O> sep2 0.821548
+R<CYS>A<C> c<solvent> . 2.00989
+R<CYS>A<CA> R<CYS>A<CA> central_sep1 -1.29129
+R<CYS>A<CA> R<CYS>A<CA> central_sep2 -2.53034
+R<CYS>A<CA> R<CYS>A<CA> sep1 1.40006
+R<CYS>A<CA> R<CYS>A<CA> sep2 -1.98274
+R<CYS>A<CA> R<CYS>A<CB> central_sep1 -1.07254
+R<CYS>A<CA> R<CYS>A<CB> central_sep2 -2.52165
+R<CYS>A<CA> R<CYS>A<CB> sep1 0.229927
+R<CYS>A<CA> R<CYS>A<CB> sep2 -2.73794
+R<CYS>A<CA> R<CYS>A<N> central_sep1 0.901846
+R<CYS>A<CA> R<CYS>A<N> central_sep2 -0.340846
+R<CYS>A<CA> R<CYS>A<N> sep1 -2.30441
+R<CYS>A<CA> R<CYS>A<N> sep2 -0.940279
+R<CYS>A<CA> R<CYS>A<O> central_sep1 1.02426
+R<CYS>A<CA> R<CYS>A<O> central_sep2 -1.63761
+R<CYS>A<CA> R<CYS>A<O> sep1 -2.12325
+R<CYS>A<CA> R<CYS>A<O> sep2 -0.838573
+R<CYS>A<CA> R<CYS>A<SG> central_sep1 -0.682716
+R<CYS>A<CA> R<CYS>A<SG> central_sep2 -2.79665
+R<CYS>A<CA> R<CYS>A<SG> sep1 -0.219346
+R<CYS>A<CA> R<CYS>A<SG> sep2 -4.37929
+R<CYS>A<CA> R<GLN>A<C> central_sep1 4.01516
+R<CYS>A<CA> R<GLN>A<C> central_sep2 1.98544
+R<CYS>A<CA> R<GLN>A<C> sep1 -2.58301
+R<CYS>A<CA> R<GLN>A<C> sep2 0.082582
+R<CYS>A<CA> R<GLN>A<CA> central_sep1 2.08206
+R<CYS>A<CA> R<GLN>A<CA> central_sep2 0.205604
+R<CYS>A<CA> R<GLN>A<CA> sep1 3.28696
+R<CYS>A<CA> R<GLN>A<CA> sep2 1.02216
+R<CYS>A<CA> R<GLN>A<CB> central_sep1 -0.112688
+R<CYS>A<CA> R<GLN>A<CB> central_sep2 0.490294
+R<CYS>A<CA> R<GLN>A<CB> sep1 1.54489
+R<CYS>A<CA> R<GLN>A<CB> sep2 0.516761
+R<CYS>A<CA> R<GLN>A<CD> central_sep1 0.623566
+R<CYS>A<CA> R<GLN>A<CD> central_sep2 0.770158
+R<CYS>A<CA> R<GLN>A<CD> sep1 0.935597
+R<CYS>A<CA> R<GLN>A<CD> sep2 -0.436344
+R<CYS>A<CA> R<GLN>A<CG> central_sep1 0.848558
+R<CYS>A<CA> R<GLN>A<CG> central_sep2 0.413124
+R<CYS>A<CA> R<GLN>A<CG> sep1 1.40035
+R<CYS>A<CA> R<GLN>A<CG> sep2 0.52054
+R<CYS>A<CA> R<GLN>A<N> central_sep1 2.73954
+R<CYS>A<CA> R<GLN>A<N> central_sep2 1.34893
+R<CYS>A<CA> R<GLN>A<N> sep1 -2.17274
+R<CYS>A<CA> R<GLN>A<N> sep2 1.43211
+R<CYS>A<CA> R<GLN>A<NE2> central_sep1 1.14798
+R<CYS>A<CA> R<GLN>A<NE2> central_sep2 0.375915
+R<CYS>A<CA> R<GLN>A<NE2> sep1 2.29482
+R<CYS>A<CA> R<GLN>A<NE2> sep2 0.262895
+R<CYS>A<CA> R<GLN>A<O> central_sep1 0.953253
+R<CYS>A<CA> R<GLN>A<O> central_sep2 -0.726286
+R<CYS>A<CA> R<GLN>A<O> sep1 -1.88211
+R<CYS>A<CA> R<GLN>A<O> sep2 0.471393
+R<CYS>A<CA> R<GLN>A<OE1> central_sep1 0.187412
+R<CYS>A<CA> R<GLN>A<OE1> central_sep2 0.14383
+R<CYS>A<CA> R<GLN>A<OE1> sep1 1.65893
+R<CYS>A<CA> R<GLN>A<OE1> sep2 0.183981
+R<CYS>A<CA> R<GLU>A<C> central_sep1 3.68424
+R<CYS>A<CA> R<GLU>A<C> central_sep2 2.5445
+R<CYS>A<CA> R<GLU>A<C> sep1 -2.44957
+R<CYS>A<CA> R<GLU>A<C> sep2 0.732475
+R<CYS>A<CA> R<GLU>A<CA> central_sep1 2.28336
+R<CYS>A<CA> R<GLU>A<CA> central_sep2 0.800289
+R<CYS>A<CA> R<GLU>A<CA> sep1 3.41875
+R<CYS>A<CA> R<GLU>A<CA> sep2 1.0868
+R<CYS>A<CA> R<GLU>A<CB> central_sep1 -0.0494819
+R<CYS>A<CA> R<GLU>A<CB> central_sep2 0.791247
+R<CYS>A<CA> R<GLU>A<CB> sep1 1.6447
+R<CYS>A<CA> R<GLU>A<CB> sep2 0.749017
+R<CYS>A<CA> R<GLU>A<CD> central_sep1 0.820997
+R<CYS>A<CA> R<GLU>A<CD> central_sep2 0.793632
+R<CYS>A<CA> R<GLU>A<CD> sep1 1.42289
+R<CYS>A<CA> R<GLU>A<CD> sep2 0.260307
+R<CYS>A<CA> R<GLU>A<CG> central_sep1 1.4088
+R<CYS>A<CA> R<GLU>A<CG> central_sep2 0.979975
+R<CYS>A<CA> R<GLU>A<CG> sep1 1.4091
+R<CYS>A<CA> R<GLU>A<CG> sep2 0.708178
+R<CYS>A<CA> R<GLU>A<N> central_sep1 3.31342
+R<CYS>A<CA> R<GLU>A<N> central_sep2 2.17728
+R<CYS>A<CA> R<GLU>A<N> sep1 -2.07695
+R<CYS>A<CA> R<GLU>A<N> sep2 1.49004
+R<CYS>A<CA> R<GLU>A<O> central_sep1 1.16708
+R<CYS>A<CA> R<GLU>A<O> central_sep2 -0.332528
+R<CYS>A<CA> R<GLU>A<O> sep1 -1.72345
+R<CYS>A<CA> R<GLU>A<O> sep2 0.669345
+R<CYS>A<CA> R<GLU>A<OE1> central_sep1 0.768517
+R<CYS>A<CA> R<GLU>A<OE1> central_sep2 0.968205
+R<CYS>A<CA> R<GLU>A<OE1> sep1 1.9139
+R<CYS>A<CA> R<GLU>A<OE1> sep2 0.78833
+R<CYS>A<CA> R<GLY>A<C> central_sep1 1.77193
+R<CYS>A<CA> R<GLY>A<C> central_sep2 0.628279
+R<CYS>A<CA> R<GLY>A<C> sep1 -2.33507
+R<CYS>A<CA> R<GLY>A<C> sep2 -0.469624
+R<CYS>A<CA> R<GLY>A<CA> central_sep1 1.75206
+R<CYS>A<CA> R<GLY>A<CA> central_sep2 0.0446708
+R<CYS>A<CA> R<GLY>A<CA> sep1 2.40336
+R<CYS>A<CA> R<GLY>A<CA> sep2 0.0909108
+R<CYS>A<CA> R<GLY>A<N> central_sep1 2.30474
+R<CYS>A<CA> R<GLY>A<N> central_sep2 0.683584
+R<CYS>A<CA> R<GLY>A<N> sep1 -1.97906
+R<CYS>A<CA> R<GLY>A<N> sep2 0.540305
+R<CYS>A<CA> R<GLY>A<O> central_sep1 1.30456
+R<CYS>A<CA> R<GLY>A<O> central_sep2 -0.706098
+R<CYS>A<CA> R<GLY>A<O> sep1 -1.85691
+R<CYS>A<CA> R<GLY>A<O> sep2 0.136676
+R<CYS>A<CA> R<HIS>A<C> central_sep1 2.61099
+R<CYS>A<CA> R<HIS>A<C> central_sep2 2.45092
+R<CYS>A<CA> R<HIS>A<C> sep1 -2.86962
+R<CYS>A<CA> R<HIS>A<C> sep2 0.348842
+R<CYS>A<CA> R<HIS>A<CA> central_sep1 2.26341
+R<CYS>A<CA> R<HIS>A<CA> central_sep2 0.254957
+R<CYS>A<CA> R<HIS>A<CA> sep1 3.25532
+R<CYS>A<CA> R<HIS>A<CA> sep2 0.299133
+R<CYS>A<CA> R<HIS>A<CB> central_sep1 -0.260544
+R<CYS>A<CA> R<HIS>A<CB> central_sep2 -0.186165
+R<CYS>A<CA> R<HIS>A<CB> sep1 1.28072
+R<CYS>A<CA> R<HIS>A<CB> sep2 0.0361874
+R<CYS>A<CA> R<HIS>A<CD2> central_sep1 -0.111468
+R<CYS>A<CA> R<HIS>A<CD2> central_sep2 -0.0476804
+R<CYS>A<CA> R<HIS>A<CD2> sep1 -0.468264
+R<CYS>A<CA> R<HIS>A<CD2> sep2 -0.185464
+R<CYS>A<CA> R<HIS>A<CE1> central_sep1 0.900808
+R<CYS>A<CA> R<HIS>A<CE1> central_sep2 -0.0364196
+R<CYS>A<CA> R<HIS>A<CE1> sep1 1.50828
+R<CYS>A<CA> R<HIS>A<CE1> sep2 -0.115117
+R<CYS>A<CA> R<HIS>A<CG> central_sep1 1.62478
+R<CYS>A<CA> R<HIS>A<CG> central_sep2 -0.111173
+R<CYS>A<CA> R<HIS>A<CG> sep1 1.50681
+R<CYS>A<CA> R<HIS>A<CG> sep2 -0.808412
+R<CYS>A<CA> R<HIS>A<N> central_sep1 2.6471
+R<CYS>A<CA> R<HIS>A<N> central_sep2 1.36566
+R<CYS>A<CA> R<HIS>A<N> sep1 -2.50079
+R<CYS>A<CA> R<HIS>A<N> sep2 0.593356
+R<CYS>A<CA> R<HIS>A<ND1> central_sep1 0.710717
+R<CYS>A<CA> R<HIS>A<ND1> central_sep2 0.314414
+R<CYS>A<CA> R<HIS>A<ND1> sep1 0.0980666
+R<CYS>A<CA> R<HIS>A<ND1> sep2 -0.230851
+R<CYS>A<CA> R<HIS>A<NE2> central_sep1 1.35973
+R<CYS>A<CA> R<HIS>A<NE2> central_sep2 0.306034
+R<CYS>A<CA> R<HIS>A<NE2> sep1 1.28084
+R<CYS>A<CA> R<HIS>A<NE2> sep2 -0.379926
+R<CYS>A<CA> R<HIS>A<O> central_sep1 1.04825
+R<CYS>A<CA> R<HIS>A<O> central_sep2 -1.04296
+R<CYS>A<CA> R<HIS>A<O> sep1 -2.27854
+R<CYS>A<CA> R<HIS>A<O> sep2 0.153528
+R<CYS>A<CA> R<ILE>A<C> central_sep1 6.35973
+R<CYS>A<CA> R<ILE>A<C> central_sep2 2.61983
+R<CYS>A<CA> R<ILE>A<C> sep1 -2.80738
+R<CYS>A<CA> R<ILE>A<C> sep2 0.939057
+R<CYS>A<CA> R<ILE>A<CA> central_sep1 1.78169
+R<CYS>A<CA> R<ILE>A<CA> central_sep2 -0.0278465
+R<CYS>A<CA> R<ILE>A<CA> sep1 3.74028
+R<CYS>A<CA> R<ILE>A<CA> sep2 0.664997
+R<CYS>A<CA> R<ILE>A<CB> central_sep1 -1.36837
+R<CYS>A<CA> R<ILE>A<CB> central_sep2 -0.48116
+R<CYS>A<CA> R<ILE>A<CB> sep1 1.28941
+R<CYS>A<CA> R<ILE>A<CB> sep2 -0.0112618
+R<CYS>A<CA> R<ILE>A<CD1> central_sep1 -0.143185
+R<CYS>A<CA> R<ILE>A<CD1> central_sep2 -0.615383
+R<CYS>A<CA> R<ILE>A<CD1> sep1 1.65782
+R<CYS>A<CA> R<ILE>A<CD1> sep2 -0.201252
+R<CYS>A<CA> R<ILE>A<CG1> central_sep1 0.217004
+R<CYS>A<CA> R<ILE>A<CG1> central_sep2 -0.244689
+R<CYS>A<CA> R<ILE>A<CG1> sep1 1.18026
+R<CYS>A<CA> R<ILE>A<CG1> sep2 -0.0853158
+R<CYS>A<CA> R<ILE>A<CG2> central_sep1 0.942942
+R<CYS>A<CA> R<ILE>A<CG2> central_sep2 -0.316585
+R<CYS>A<CA> R<ILE>A<CG2> sep1 1.11291
+R<CYS>A<CA> R<ILE>A<CG2> sep2 -0.0239241
+R<CYS>A<CA> R<ILE>A<N> central_sep1 2.6864
+R<CYS>A<CA> R<ILE>A<N> central_sep2 1.25172
+R<CYS>A<CA> R<ILE>A<N> sep1 -2.15918
+R<CYS>A<CA> R<ILE>A<N> sep2 0.612528
+R<CYS>A<CA> R<ILE>A<O> central_sep1 0.935778
+R<CYS>A<CA> R<ILE>A<O> central_sep2 -1.16532
+R<CYS>A<CA> R<ILE>A<O> sep1 -1.97604
+R<CYS>A<CA> R<ILE>A<O> sep2 0.203446
+R<CYS>A<CA> R<LEU>A<C> central_sep1 4.3737
+R<CYS>A<CA> R<LEU>A<C> central_sep2 1.74706
+R<CYS>A<CA> R<LEU>A<C> sep1 -2.52578
+R<CYS>A<CA> R<LEU>A<C> sep2 0.661921
+R<CYS>A<CA> R<LEU>A<CA> central_sep1 1.55095
+R<CYS>A<CA> R<LEU>A<CA> central_sep2 0.242975
+R<CYS>A<CA> R<LEU>A<CA> sep1 3.7078
+R<CYS>A<CA> R<LEU>A<CA> sep2 0.617686
+R<CYS>A<CA> R<LEU>A<CB> central_sep1 -0.943938
+R<CYS>A<CA> R<LEU>A<CB> central_sep2 -0.0152716
+R<CYS>A<CA> R<LEU>A<CB> sep1 1.42181
+R<CYS>A<CA> R<LEU>A<CB> sep2 0.230326
+R<CYS>A<CA> R<LEU>A<CD1> central_sep1 -0.146835
+R<CYS>A<CA> R<LEU>A<CD1> central_sep2 -0.609513
+R<CYS>A<CA> R<LEU>A<CD1> sep1 1.62324
+R<CYS>A<CA> R<LEU>A<CD1> sep2 -0.171811
+R<CYS>A<CA> R<LEU>A<CD2> central_sep1 1.46986
+R<CYS>A<CA> R<LEU>A<CD2> central_sep2 -0.673828
+R<CYS>A<CA> R<LEU>A<CD2> sep1 1.58184
+R<CYS>A<CA> R<LEU>A<CD2> sep2 -0.218799
+R<CYS>A<CA> R<LEU>A<CG> central_sep1 -0.105013
+R<CYS>A<CA> R<LEU>A<CG> central_sep2 0.0803283
+R<CYS>A<CA> R<LEU>A<CG> sep1 0.605526
+R<CYS>A<CA> R<LEU>A<CG> sep2 0.111646
+R<CYS>A<CA> R<LEU>A<N> central_sep1 2.5121
+R<CYS>A<CA> R<LEU>A<N> central_sep2 1.25041
+R<CYS>A<CA> R<LEU>A<N> sep1 -2.04181
+R<CYS>A<CA> R<LEU>A<N> sep2 0.685515
+R<CYS>A<CA> R<LEU>A<O> central_sep1 1.10506
+R<CYS>A<CA> R<LEU>A<O> central_sep2 -0.820447
+R<CYS>A<CA> R<LEU>A<O> sep1 -1.82465
+R<CYS>A<CA> R<LEU>A<O> sep2 0.335103
+R<CYS>A<CA> R<LYS>A<C> central_sep1 3.1218
+R<CYS>A<CA> R<LYS>A<C> central_sep2 2.45436
+R<CYS>A<CA> R<LYS>A<C> sep1 -2.40595
+R<CYS>A<CA> R<LYS>A<C> sep2 0.662169
+R<CYS>A<CA> R<LYS>A<CA> central_sep1 2.01171
+R<CYS>A<CA> R<LYS>A<CA> central_sep2 0.803037
+R<CYS>A<CA> R<LYS>A<CA> sep1 3.36835
+R<CYS>A<CA> R<LYS>A<CA> sep2 0.609427
+R<CYS>A<CA> R<LYS>A<CB> central_sep1 -0.111848
+R<CYS>A<CA> R<LYS>A<CB> central_sep2 0.474713
+R<CYS>A<CA> R<LYS>A<CB> sep1 1.68317
+R<CYS>A<CA> R<LYS>A<CB> sep2 0.71515
+R<CYS>A<CA> R<LYS>A<CD> central_sep1 0.784648
+R<CYS>A<CA> R<LYS>A<CD> central_sep2 0.435274
+R<CYS>A<CA> R<LYS>A<CD> sep1 1.50358
+R<CYS>A<CA> R<LYS>A<CD> sep2 0.554958
+R<CYS>A<CA> R<LYS>A<CE> central_sep1 1.26721
+R<CYS>A<CA> R<LYS>A<CE> central_sep2 1.06639
+R<CYS>A<CA> R<LYS>A<CE> sep1 2.71866
+R<CYS>A<CA> R<LYS>A<CE> sep2 0.547036
+R<CYS>A<CA> R<LYS>A<CG> central_sep1 0.937135
+R<CYS>A<CA> R<LYS>A<CG> central_sep2 0.643772
+R<CYS>A<CA> R<LYS>A<CG> sep1 1.25937
+R<CYS>A<CA> R<LYS>A<CG> sep2 0.652475
+R<CYS>A<CA> R<LYS>A<N> central_sep1 2.66311
+R<CYS>A<CA> R<LYS>A<N> central_sep2 1.47672
+R<CYS>A<CA> R<LYS>A<N> sep1 -2.0576
+R<CYS>A<CA> R<LYS>A<N> sep2 1.12926
+R<CYS>A<CA> R<LYS>A<NZ> central_sep1 2.27388
+R<CYS>A<CA> R<LYS>A<NZ> central_sep2 1.37025
+R<CYS>A<CA> R<LYS>A<NZ> sep1 2.65658
+R<CYS>A<CA> R<LYS>A<NZ> sep2 0.638716
+R<CYS>A<CA> R<LYS>A<O> central_sep1 1.07086
+R<CYS>A<CA> R<LYS>A<O> central_sep2 -0.453314
+R<CYS>A<CA> R<LYS>A<O> sep1 -1.69227
+R<CYS>A<CA> R<LYS>A<O> sep2 0.589608
+R<CYS>A<CA> R<MET>A<C> central_sep1 3.49513
+R<CYS>A<CA> R<MET>A<C> central_sep2 2.35966
+R<CYS>A<CA> R<MET>A<C> sep1 -2.4698
+R<CYS>A<CA> R<MET>A<C> sep2 0.617789
+R<CYS>A<CA> R<MET>A<CA> central_sep1 2.26012
+R<CYS>A<CA> R<MET>A<CA> central_sep2 -0.0314909
+R<CYS>A<CA> R<MET>A<CA> sep1 3.97619
+R<CYS>A<CA> R<MET>A<CA> sep2 0.549507
+R<CYS>A<CA> R<MET>A<CB> central_sep1 -0.73367
+R<CYS>A<CA> R<MET>A<CB> central_sep2 -0.0462235
+R<CYS>A<CA> R<MET>A<CB> sep1 1.44289
+R<CYS>A<CA> R<MET>A<CB> sep2 0.0457054
+R<CYS>A<CA> R<MET>A<CE> central_sep1 0.196392
+R<CYS>A<CA> R<MET>A<CE> central_sep2 -0.604828
+R<CYS>A<CA> R<MET>A<CE> sep1 2.32786
+R<CYS>A<CA> R<MET>A<CE> sep2 -0.268586
+R<CYS>A<CA> R<MET>A<CG> central_sep1 0.425409
+R<CYS>A<CA> R<MET>A<CG> central_sep2 -0.315533
+R<CYS>A<CA> R<MET>A<CG> sep1 1.15568
+R<CYS>A<CA> R<MET>A<CG> sep2 -0.0662053
+R<CYS>A<CA> R<MET>A<N> central_sep1 2.27429
+R<CYS>A<CA> R<MET>A<N> central_sep2 1.40143
+R<CYS>A<CA> R<MET>A<N> sep1 -1.92806
+R<CYS>A<CA> R<MET>A<N> sep2 0.874544
+R<CYS>A<CA> R<MET>A<O> central_sep1 1.22879
+R<CYS>A<CA> R<MET>A<O> central_sep2 -0.624924
+R<CYS>A<CA> R<MET>A<O> sep1 -1.7777
+R<CYS>A<CA> R<MET>A<O> sep2 0.225747
+R<CYS>A<CA> R<MET>A<SD> central_sep1 -0.0234374
+R<CYS>A<CA> R<MET>A<SD> central_sep2 -0.88635
+R<CYS>A<CA> R<MET>A<SD> sep1 1.71869
+R<CYS>A<CA> R<MET>A<SD> sep2 -0.445574
+R<CYS>A<CA> R<PHE>A<C> central_sep1 2.9652
+R<CYS>A<CA> R<PHE>A<C> central_sep2 2.09533
+R<CYS>A<CA> R<PHE>A<C> sep1 -2.66522
+R<CYS>A<CA> R<PHE>A<C> sep2 0.361725
+R<CYS>A<CA> R<PHE>A<CA> central_sep1 2.05018
+R<CYS>A<CA> R<PHE>A<CA> central_sep2 -0.180081
+R<CYS>A<CA> R<PHE>A<CA> sep1 3.3606
+R<CYS>A<CA> R<PHE>A<CA> sep2 0.259364
+R<CYS>A<CA> R<PHE>A<CB> central_sep1 -0.427923
+R<CYS>A<CA> R<PHE>A<CB> central_sep2 -0.314293
+R<CYS>A<CA> R<PHE>A<CB> sep1 1.45697
+R<CYS>A<CA> R<PHE>A<CB> sep2 -0.0393655
+R<CYS>A<CA> R<PHE>A<CD1> central_sep1 0.0939018
+R<CYS>A<CA> R<PHE>A<CD1> central_sep2 -0.49252
+R<CYS>A<CA> R<PHE>A<CD1> sep1 -0.10077
+R<CYS>A<CA> R<PHE>A<CD1> sep2 -0.634876
+R<CYS>A<CA> R<PHE>A<CE1> central_sep1 0.751908
+R<CYS>A<CA> R<PHE>A<CE1> central_sep2 -0.685367
+R<CYS>A<CA> R<PHE>A<CE1> sep1 1.36284
+R<CYS>A<CA> R<PHE>A<CE1> sep2 -0.672212
+R<CYS>A<CA> R<PHE>A<CG> central_sep1 0.873132
+R<CYS>A<CA> R<PHE>A<CG> central_sep2 -0.106032
+R<CYS>A<CA> R<PHE>A<CG> sep1 1.52852
+R<CYS>A<CA> R<PHE>A<CG> sep2 -1.21351
+R<CYS>A<CA> R<PHE>A<CZ> central_sep1 1.28912
+R<CYS>A<CA> R<PHE>A<CZ> central_sep2 -0.679551
+R<CYS>A<CA> R<PHE>A<CZ> sep1 2.20493
+R<CYS>A<CA> R<PHE>A<CZ> sep2 -0.706425
+R<CYS>A<CA> R<PHE>A<N> central_sep1 2.79781
+R<CYS>A<CA> R<PHE>A<N> central_sep2 1.33956
+R<CYS>A<CA> R<PHE>A<N> sep1 -2.13742
+R<CYS>A<CA> R<PHE>A<N> sep2 0.73393
+R<CYS>A<CA> R<PHE>A<O> central_sep1 0.874986
+R<CYS>A<CA> R<PHE>A<O> central_sep2 -1.17758
+R<CYS>A<CA> R<PHE>A<O> sep1 -1.97014
+R<CYS>A<CA> R<PHE>A<O> sep2 0.0361799
+R<CYS>A<CA> R<PRO>A<C> central_sep1 2.40187
+R<CYS>A<CA> R<PRO>A<C> central_sep2 2.78375
+R<CYS>A<CA> R<PRO>A<C> sep1 -2.369
+R<CYS>A<CA> R<PRO>A<C> sep2 0.666274
+R<CYS>A<CA> R<PRO>A<CA> central_sep1 0.507149
+R<CYS>A<CA> R<PRO>A<CA> central_sep2 -0.118301
+R<CYS>A<CA> R<PRO>A<CA> sep1 2.40299
+R<CYS>A<CA> R<PRO>A<CA> sep2 0.317548
+R<CYS>A<CA> R<PRO>A<CB> central_sep1 2.27496
+R<CYS>A<CA> R<PRO>A<CB> central_sep2 -0.0823841
+R<CYS>A<CA> R<PRO>A<CB> sep1 3.19608
+R<CYS>A<CA> R<PRO>A<CB> sep2 0.119812
+R<CYS>A<CA> R<PRO>A<CD> central_sep1 -2.29117
+R<CYS>A<CA> R<PRO>A<CD> central_sep2 0.0286634
+R<CYS>A<CA> R<PRO>A<CD> sep1 1.22579
+R<CYS>A<CA> R<PRO>A<CD> sep2 0.340319
+R<CYS>A<CA> R<PRO>A<CG> central_sep1 1.65117
+R<CYS>A<CA> R<PRO>A<CG> central_sep2 -0.348223
+R<CYS>A<CA> R<PRO>A<CG> sep1 2.54371
+R<CYS>A<CA> R<PRO>A<CG> sep2 -0.0803914
+R<CYS>A<CA> R<PRO>A<N> central_sep1 2.88789
+R<CYS>A<CA> R<PRO>A<N> central_sep2 1.49381
+R<CYS>A<CA> R<PRO>A<N> sep1 -1.43656
+R<CYS>A<CA> R<PRO>A<N> sep2 0.632102
+R<CYS>A<CA> R<PRO>A<O> central_sep1 2.57924
+R<CYS>A<CA> R<PRO>A<O> central_sep2 -0.227721
+R<CYS>A<CA> R<PRO>A<O> sep1 -1.68914
+R<CYS>A<CA> R<PRO>A<O> sep2 0.288884
+R<CYS>A<CA> R<SER>A<C> central_sep1 3.39544
+R<CYS>A<CA> R<SER>A<C> central_sep2 1.52312
+R<CYS>A<CA> R<SER>A<C> sep1 -2.71862
+R<CYS>A<CA> R<SER>A<C> sep2 0.176704
+R<CYS>A<CA> R<SER>A<CA> central_sep1 1.88504
+R<CYS>A<CA> R<SER>A<CA> central_sep2 0.271646
+R<CYS>A<CA> R<SER>A<CA> sep1 3.62674
+R<CYS>A<CA> R<SER>A<CA> sep2 0.347357
+R<CYS>A<CA> R<SER>A<CB> central_sep1 0.637236
+R<CYS>A<CA> R<SER>A<CB> central_sep2 0.102805
+R<CYS>A<CA> R<SER>A<CB> sep1 1.89454
+R<CYS>A<CA> R<SER>A<CB> sep2 0.162715
+R<CYS>A<CA> R<SER>A<N> central_sep1 2.71969
+R<CYS>A<CA> R<SER>A<N> central_sep2 0.889803
+R<CYS>A<CA> R<SER>A<N> sep1 -2.32829
+R<CYS>A<CA> R<SER>A<N> sep2 0.534391
+R<CYS>A<CA> R<SER>A<O> central_sep1 1.00269
+R<CYS>A<CA> R<SER>A<O> central_sep2 -0.840674
+R<CYS>A<CA> R<SER>A<O> sep1 -2.02102
+R<CYS>A<CA> R<SER>A<O> sep2 0.207675
+R<CYS>A<CA> R<SER>A<OG> central_sep1 0.614892
+R<CYS>A<CA> R<SER>A<OG> central_sep2 -0.0354171
+R<CYS>A<CA> R<SER>A<OG> sep1 1.09653
+R<CYS>A<CA> R<SER>A<OG> sep2 0.0545016
+R<CYS>A<CA> R<THR>A<C> central_sep1 5.24033
+R<CYS>A<CA> R<THR>A<C> central_sep2 2.1375
+R<CYS>A<CA> R<THR>A<C> sep1 -2.73772
+R<CYS>A<CA> R<THR>A<C> sep2 0.0611269
+R<CYS>A<CA> R<THR>A<CA> central_sep1 1.57821
+R<CYS>A<CA> R<THR>A<CA> central_sep2 0.0685672
+R<CYS>A<CA> R<THR>A<CA> sep1 3.56514
+R<CYS>A<CA> R<THR>A<CA> sep2 0.381755
+R<CYS>A<CA> R<THR>A<CB> central_sep1 -0.0200581
+R<CYS>A<CA> R<THR>A<CB> central_sep2 0.148919
+R<CYS>A<CA> R<THR>A<CB> sep1 1.92509
+R<CYS>A<CA> R<THR>A<CB> sep2 -0.0904993
+R<CYS>A<CA> R<THR>A<CG2> central_sep1 1.36104
+R<CYS>A<CA> R<THR>A<CG2> central_sep2 -0.0779435
+R<CYS>A<CA> R<THR>A<CG2> sep1 1.52888
+R<CYS>A<CA> R<THR>A<CG2> sep2 0.299026
+R<CYS>A<CA> R<THR>A<N> central_sep1 2.69778
+R<CYS>A<CA> R<THR>A<N> central_sep2 1.20505
+R<CYS>A<CA> R<THR>A<N> sep1 -2.34645
+R<CYS>A<CA> R<THR>A<N> sep2 0.765928
+R<CYS>A<CA> R<THR>A<O> central_sep1 1.05286
+R<CYS>A<CA> R<THR>A<O> central_sep2 -0.997854
+R<CYS>A<CA> R<THR>A<O> sep1 -1.96718
+R<CYS>A<CA> R<THR>A<O> sep2 0.22262
+R<CYS>A<CA> R<THR>A<OG1> central_sep1 0.443721
+R<CYS>A<CA> R<THR>A<OG1> central_sep2 -0.127102
+R<CYS>A<CA> R<THR>A<OG1> sep1 1.29567
+R<CYS>A<CA> R<THR>A<OG1> sep2 0.116772
+R<CYS>A<CA> R<TRP>A<C> central_sep1 3.48728
+R<CYS>A<CA> R<TRP>A<C> central_sep2 1.95148
+R<CYS>A<CA> R<TRP>A<C> sep1 -2.61878
+R<CYS>A<CA> R<TRP>A<C> sep2 0.372562
+R<CYS>A<CA> R<TRP>A<CA> central_sep1 0.480455
+R<CYS>A<CA> R<TRP>A<CA> central_sep2 -1.24895
+R<CYS>A<CA> R<TRP>A<CA> sep1 3.36304
+R<CYS>A<CA> R<TRP>A<CA> sep2 -0.574563
+R<CYS>A<CA> R<TRP>A<CB> central_sep1 -0.500143
+R<CYS>A<CA> R<TRP>A<CB> central_sep2 -0.518146
+R<CYS>A<CA> R<TRP>A<CB> sep1 1.51328
+R<CYS>A<CA> R<TRP>A<CB> sep2 -0.12601
+R<CYS>A<CA> R<TRP>A<CD1> central_sep1 0.367748
+R<CYS>A<CA> R<TRP>A<CD1> central_sep2 -0.211334
+R<CYS>A<CA> R<TRP>A<CD1> sep1 0.369512
+R<CYS>A<CA> R<TRP>A<CD1> sep2 -0.472327
+R<CYS>A<CA> R<TRP>A<CD2> central_sep1 0.615708
+R<CYS>A<CA> R<TRP>A<CD2> central_sep2 -1.63264
+R<CYS>A<CA> R<TRP>A<CD2> sep1 0.396498
+R<CYS>A<CA> R<TRP>A<CD2> sep2 -2.74314
+R<CYS>A<CA> R<TRP>A<CE2> central_sep1 0.448823
+R<CYS>A<CA> R<TRP>A<CE2> central_sep2 -0.406076
+R<CYS>A<CA> R<TRP>A<CE2> sep1 1.33432
+R<CYS>A<CA> R<TRP>A<CE2> sep2 -1.00429
+R<CYS>A<CA> R<TRP>A<CE3> central_sep1 -1.56043
+R<CYS>A<CA> R<TRP>A<CE3> central_sep2 -1.54661
+R<CYS>A<CA> R<TRP>A<CE3> sep1 0.820915
+R<CYS>A<CA> R<TRP>A<CE3> sep2 -0.862094
+R<CYS>A<CA> R<TRP>A<CG> central_sep1 1.90172
+R<CYS>A<CA> R<TRP>A<CG> central_sep2 -0.396783
+R<CYS>A<CA> R<TRP>A<CG> sep1 1.46289
+R<CYS>A<CA> R<TRP>A<CG> sep2 -2.03261
+R<CYS>A<CA> R<TRP>A<CH2> central_sep1 1.19827
+R<CYS>A<CA> R<TRP>A<CH2> central_sep2 -0.863659
+R<CYS>A<CA> R<TRP>A<CH2> sep1 2.28552
+R<CYS>A<CA> R<TRP>A<CH2> sep2 -0.66574
+R<CYS>A<CA> R<TRP>A<CZ2> central_sep1 1.14609
+R<CYS>A<CA> R<TRP>A<CZ2> central_sep2 -0.63743
+R<CYS>A<CA> R<TRP>A<CZ2> sep1 2.25676
+R<CYS>A<CA> R<TRP>A<CZ2> sep2 -0.580725
+R<CYS>A<CA> R<TRP>A<CZ3> central_sep1 0.35229
+R<CYS>A<CA> R<TRP>A<CZ3> central_sep2 -0.869302
+R<CYS>A<CA> R<TRP>A<CZ3> sep1 0.458043
+R<CYS>A<CA> R<TRP>A<CZ3> sep2 -0.827249
+R<CYS>A<CA> R<TRP>A<N> central_sep1 3.52558
+R<CYS>A<CA> R<TRP>A<N> central_sep2 1.77049
+R<CYS>A<CA> R<TRP>A<N> sep1 -2.1169
+R<CYS>A<CA> R<TRP>A<N> sep2 1.01273
+R<CYS>A<CA> R<TRP>A<NE1> central_sep1 0.918088
+R<CYS>A<CA> R<TRP>A<NE1> central_sep2 -0.0655291
+R<CYS>A<CA> R<TRP>A<NE1> sep1 1.99984
+R<CYS>A<CA> R<TRP>A<NE1> sep2 -0.489802
+R<CYS>A<CA> R<TRP>A<O> central_sep1 1.0048
+R<CYS>A<CA> R<TRP>A<O> central_sep2 -1.08504
+R<CYS>A<CA> R<TRP>A<O> sep1 -1.93896
+R<CYS>A<CA> R<TRP>A<O> sep2 0.0206256
+R<CYS>A<CA> R<TYR>A<C> central_sep1 2.51525
+R<CYS>A<CA> R<TYR>A<C> central_sep2 1.99815
+R<CYS>A<CA> R<TYR>A<C> sep1 -2.7354
+R<CYS>A<CA> R<TYR>A<C> sep2 0.134512
+R<CYS>A<CA> R<TYR>A<CA> central_sep1 1.78489
+R<CYS>A<CA> R<TYR>A<CA> central_sep2 -0.0636097
+R<CYS>A<CA> R<TYR>A<CA> sep1 3.79129
+R<CYS>A<CA> R<TYR>A<CA> sep2 0.273599
+R<CYS>A<CA> R<TYR>A<CB> central_sep1 -0.324662
+R<CYS>A<CA> R<TYR>A<CB> central_sep2 -0.233936
+R<CYS>A<CA> R<TYR>A<CB> sep1 1.26167
+R<CYS>A<CA> R<TYR>A<CB> sep2 -0.0869079
+R<CYS>A<CA> R<TYR>A<CD1> central_sep1 0.23766
+R<CYS>A<CA> R<TYR>A<CD1> central_sep2 -0.542615
+R<CYS>A<CA> R<TYR>A<CD1> sep1 -0.0473742
+R<CYS>A<CA> R<TYR>A<CD1> sep2 -0.407661
+R<CYS>A<CA> R<TYR>A<CE1> central_sep1 0.955145
+R<CYS>A<CA> R<TYR>A<CE1> central_sep2 -0.27419
+R<CYS>A<CA> R<TYR>A<CE1> sep1 1.60942
+R<CYS>A<CA> R<TYR>A<CE1> sep2 -0.455918
+R<CYS>A<CA> R<TYR>A<CG> central_sep1 1.29107
+R<CYS>A<CA> R<TYR>A<CG> central_sep2 -0.173287
+R<CYS>A<CA> R<TYR>A<CG> sep1 1.9207
+R<CYS>A<CA> R<TYR>A<CG> sep2 -1.22326
+R<CYS>A<CA> R<TYR>A<CZ> central_sep1 0.809058
+R<CYS>A<CA> R<TYR>A<CZ> central_sep2 -0.447476
+R<CYS>A<CA> R<TYR>A<CZ> sep1 1.34786
+R<CYS>A<CA> R<TYR>A<CZ> sep2 -0.887384
+R<CYS>A<CA> R<TYR>A<N> central_sep1 3.01022
+R<CYS>A<CA> R<TYR>A<N> central_sep2 1.41512
+R<CYS>A<CA> R<TYR>A<N> sep1 -2.12269
+R<CYS>A<CA> R<TYR>A<N> sep2 0.978997
+R<CYS>A<CA> R<TYR>A<O> central_sep1 0.784525
+R<CYS>A<CA> R<TYR>A<O> central_sep2 -1.07013
+R<CYS>A<CA> R<TYR>A<O> sep1 -2.04021
+R<CYS>A<CA> R<TYR>A<O> sep2 -0.0429214
+R<CYS>A<CA> R<TYR>A<OH> central_sep1 1.64104
+R<CYS>A<CA> R<TYR>A<OH> central_sep2 -0.283088
+R<CYS>A<CA> R<TYR>A<OH> sep1 2.31037
+R<CYS>A<CA> R<TYR>A<OH> sep2 -0.24495
+R<CYS>A<CA> R<VAL>A<C> central_sep1 4.57879
+R<CYS>A<CA> R<VAL>A<C> central_sep2 2.33457
+R<CYS>A<CA> R<VAL>A<C> sep1 -2.81127
+R<CYS>A<CA> R<VAL>A<C> sep2 0.551426
+R<CYS>A<CA> R<VAL>A<CA> central_sep1 1.38121
+R<CYS>A<CA> R<VAL>A<CA> central_sep2 -0.124749
+R<CYS>A<CA> R<VAL>A<CA> sep1 3.71162
+R<CYS>A<CA> R<VAL>A<CA> sep2 0.576177
+R<CYS>A<CA> R<VAL>A<CB> central_sep1 -0.774061
+R<CYS>A<CA> R<VAL>A<CB> central_sep2 -0.499759
+R<CYS>A<CA> R<VAL>A<CB> sep1 1.4392
+R<CYS>A<CA> R<VAL>A<CB> sep2 -0.216288
+R<CYS>A<CA> R<VAL>A<CG1> central_sep1 1.23026
+R<CYS>A<CA> R<VAL>A<CG1> central_sep2 -0.408882
+R<CYS>A<CA> R<VAL>A<CG1> sep1 1.2881
+R<CYS>A<CA> R<VAL>A<CG1> sep2 -0.0967238
+R<CYS>A<CA> R<VAL>A<CG2> central_sep1 0.389075
+R<CYS>A<CA> R<VAL>A<CG2> central_sep2 -0.467379
+R<CYS>A<CA> R<VAL>A<CG2> sep1 1.39405
+R<CYS>A<CA> R<VAL>A<CG2> sep2 -0.0919643
+R<CYS>A<CA> R<VAL>A<N> central_sep1 3.06271
+R<CYS>A<CA> R<VAL>A<N> central_sep2 1.05357
+R<CYS>A<CA> R<VAL>A<N> sep1 -2.24702
+R<CYS>A<CA> R<VAL>A<N> sep2 0.742459
+R<CYS>A<CA> R<VAL>A<O> central_sep1 1.0541
+R<CYS>A<CA> R<VAL>A<O> central_sep2 -1.24431
+R<CYS>A<CA> R<VAL>A<O> sep1 -1.98693
+R<CYS>A<CA> R<VAL>A<O> sep2 0.0507786
+R<CYS>A<CA> c<solvent> . 1.57113
+R<CYS>A<CB> R<CYS>A<CB> central_sep1 -1.61974
+R<CYS>A<CB> R<CYS>A<CB> central_sep2 -2.64931
+R<CYS>A<CB> R<CYS>A<CB> sep1 -1.17094
+R<CYS>A<CB> R<CYS>A<CB> sep2 -4.71294
+R<CYS>A<CB> R<CYS>A<N> central_sep1 -0.835223
+R<CYS>A<CB> R<CYS>A<N> central_sep2 -1.47922
+R<CYS>A<CB> R<CYS>A<N> sep1 -1.34459
+R<CYS>A<CB> R<CYS>A<N> sep2 -2.01692
+R<CYS>A<CB> R<CYS>A<O> central_sep1 -2.03326
+R<CYS>A<CB> R<CYS>A<O> central_sep2 -1.71262
+R<CYS>A<CB> R<CYS>A<O> sep1 -0.444447
+R<CYS>A<CB> R<CYS>A<O> sep2 -2.06221
+R<CYS>A<CB> R<CYS>A<SG> central_sep1 -1.84015
+R<CYS>A<CB> R<CYS>A<SG> central_sep2 -2.74435
+R<CYS>A<CB> R<CYS>A<SG> sep1 -1.32284
+R<CYS>A<CB> R<CYS>A<SG> sep2 -4.60324
+R<CYS>A<CB> R<GLN>A<C> central_sep1 1.44912
+R<CYS>A<CB> R<GLN>A<C> central_sep2 1.03955
+R<CYS>A<CB> R<GLN>A<C> sep1 -0.173398
+R<CYS>A<CB> R<GLN>A<C> sep2 -0.320998
+R<CYS>A<CB> R<GLN>A<CA> central_sep1 -0.498055
+R<CYS>A<CB> R<GLN>A<CA> central_sep2 0.375284
+R<CYS>A<CB> R<GLN>A<CA> sep1 1.48154
+R<CYS>A<CB> R<GLN>A<CA> sep2 0.412298
+R<CYS>A<CB> R<GLN>A<CB> central_sep1 0.250778
+R<CYS>A<CB> R<GLN>A<CB> central_sep2 -0.422644
+R<CYS>A<CB> R<GLN>A<CB> sep1 2.00906
+R<CYS>A<CB> R<GLN>A<CB> sep2 0.0608739
+R<CYS>A<CB> R<GLN>A<CD> central_sep1 0.62317
+R<CYS>A<CB> R<GLN>A<CD> central_sep2 -0.678116
+R<CYS>A<CB> R<GLN>A<CD> sep1 1.23177
+R<CYS>A<CB> R<GLN>A<CD> sep2 -1.02595
+R<CYS>A<CB> R<GLN>A<CG> central_sep1 0.701484
+R<CYS>A<CB> R<GLN>A<CG> central_sep2 -0.276875
+R<CYS>A<CB> R<GLN>A<CG> sep1 1.21476
+R<CYS>A<CB> R<GLN>A<CG> sep2 -0.240001
+R<CYS>A<CB> R<GLN>A<N> central_sep1 0.909598
+R<CYS>A<CB> R<GLN>A<N> central_sep2 0.865433
+R<CYS>A<CB> R<GLN>A<N> sep1 -1.1542
+R<CYS>A<CB> R<GLN>A<N> sep2 0.620463
+R<CYS>A<CB> R<GLN>A<NE2> central_sep1 0.531453
+R<CYS>A<CB> R<GLN>A<NE2> central_sep2 -0.176428
+R<CYS>A<CB> R<GLN>A<NE2> sep1 2.21153
+R<CYS>A<CB> R<GLN>A<NE2> sep2 -0.121144
+R<CYS>A<CB> R<GLN>A<O> central_sep1 -1.00201
+R<CYS>A<CB> R<GLN>A<O> central_sep2 -0.225617
+R<CYS>A<CB> R<GLN>A<O> sep1 0.443587
+R<CYS>A<CB> R<GLN>A<O> sep2 -0.0430233
+R<CYS>A<CB> R<GLN>A<OE1> central_sep1 0.451359
+R<CYS>A<CB> R<GLN>A<OE1> central_sep2 -0.400737
+R<CYS>A<CB> R<GLN>A<OE1> sep1 2.10174
+R<CYS>A<CB> R<GLN>A<OE1> sep2 -0.145308
+R<CYS>A<CB> R<GLU>A<C> central_sep1 1.825
+R<CYS>A<CB> R<GLU>A<C> central_sep2 1.06258
+R<CYS>A<CB> R<GLU>A<C> sep1 -0.0794992
+R<CYS>A<CB> R<GLU>A<C> sep2 -0.202725
+R<CYS>A<CB> R<GLU>A<CA> central_sep1 -0.352674
+R<CYS>A<CB> R<GLU>A<CA> central_sep2 0.583599
+R<CYS>A<CB> R<GLU>A<CA> sep1 1.65424
+R<CYS>A<CB> R<GLU>A<CA> sep2 0.474481
+R<CYS>A<CB> R<GLU>A<CB> central_sep1 0.337533
+R<CYS>A<CB> R<GLU>A<CB> central_sep2 -0.0853886
+R<CYS>A<CB> R<GLU>A<CB> sep1 1.96893
+R<CYS>A<CB> R<GLU>A<CB> sep2 0.271814
+R<CYS>A<CB> R<GLU>A<CD> central_sep1 0.781865
+R<CYS>A<CB> R<GLU>A<CD> central_sep2 0.0462973
+R<CYS>A<CB> R<GLU>A<CD> sep1 1.39594
+R<CYS>A<CB> R<GLU>A<CD> sep2 -0.513129
+R<CYS>A<CB> R<GLU>A<CG> central_sep1 0.846599
+R<CYS>A<CB> R<GLU>A<CG> central_sep2 -0.047872
+R<CYS>A<CB> R<GLU>A<CG> sep1 1.16375
+R<CYS>A<CB> R<GLU>A<CG> sep2 0.166972
+R<CYS>A<CB> R<GLU>A<N> central_sep1 1.39079
+R<CYS>A<CB> R<GLU>A<N> central_sep2 1.28311
+R<CYS>A<CB> R<GLU>A<N> sep1 -1.05584
+R<CYS>A<CB> R<GLU>A<N> sep2 0.909084
+R<CYS>A<CB> R<GLU>A<O> central_sep1 -0.843961
+R<CYS>A<CB> R<GLU>A<O> central_sep2 -0.0403617
+R<CYS>A<CB> R<GLU>A<O> sep1 0.627279
+R<CYS>A<CB> R<GLU>A<O> sep2 0.246054
+R<CYS>A<CB> R<GLU>A<OE1> central_sep1 0.841101
+R<CYS>A<CB> R<GLU>A<OE1> central_sep2 0.261817
+R<CYS>A<CB> R<GLU>A<OE1> sep1 2.15821
+R<CYS>A<CB> R<GLU>A<OE1> sep2 0.457065
+R<CYS>A<CB> R<GLY>A<C> central_sep1 0.736426
+R<CYS>A<CB> R<GLY>A<C> central_sep2 -0.206227
+R<CYS>A<CB> R<GLY>A<C> sep1 -0.270447
+R<CYS>A<CB> R<GLY>A<C> sep2 -0.837497
+R<CYS>A<CB> R<GLY>A<CA> central_sep1 0.547994
+R<CYS>A<CB> R<GLY>A<CA> central_sep2 -0.529028
+R<CYS>A<CB> R<GLY>A<CA> sep1 1.95932
+R<CYS>A<CB> R<GLY>A<CA> sep2 -0.172653
+R<CYS>A<CB> R<GLY>A<N> central_sep1 0.365248
+R<CYS>A<CB> R<GLY>A<N> central_sep2 0.184165
+R<CYS>A<CB> R<GLY>A<N> sep1 -0.670805
+R<CYS>A<CB> R<GLY>A<N> sep2 -0.204275
+R<CYS>A<CB> R<GLY>A<O> central_sep1 -0.709822
+R<CYS>A<CB> R<GLY>A<O> central_sep2 -0.65691
+R<CYS>A<CB> R<GLY>A<O> sep1 0.33584
+R<CYS>A<CB> R<GLY>A<O> sep2 -0.351054
+R<CYS>A<CB> R<HIS>A<C> central_sep1 0.814248
+R<CYS>A<CB> R<HIS>A<C> central_sep2 0.278202
+R<CYS>A<CB> R<HIS>A<C> sep1 -0.56865
+R<CYS>A<CB> R<HIS>A<C> sep2 -0.61598
+R<CYS>A<CB> R<HIS>A<CA> central_sep1 -0.224989
+R<CYS>A<CB> R<HIS>A<CA> central_sep2 -0.27772
+R<CYS>A<CB> R<HIS>A<CA> sep1 1.25551
+R<CYS>A<CB> R<HIS>A<CA> sep2 0.144765
+R<CYS>A<CB> R<HIS>A<CB> central_sep1 -0.179026
+R<CYS>A<CB> R<HIS>A<CB> central_sep2 -0.824939
+R<CYS>A<CB> R<HIS>A<CB> sep1 1.41114
+R<CYS>A<CB> R<HIS>A<CB> sep2 -0.411509
+R<CYS>A<CB> R<HIS>A<CD2> central_sep1 -1.22137
+R<CYS>A<CB> R<HIS>A<CD2> central_sep2 -1.04373
+R<CYS>A<CB> R<HIS>A<CD2> sep1 0.685958
+R<CYS>A<CB> R<HIS>A<CD2> sep2 -0.773583
+R<CYS>A<CB> R<HIS>A<CE1> central_sep1 -0.0727416
+R<CYS>A<CB> R<HIS>A<CE1> central_sep2 -1.10476
+R<CYS>A<CB> R<HIS>A<CE1> sep1 1.08455
+R<CYS>A<CB> R<HIS>A<CE1> sep2 -0.793707
+R<CYS>A<CB> R<HIS>A<CG> central_sep1 0.486971
+R<CYS>A<CB> R<HIS>A<CG> central_sep2 -0.840436
+R<CYS>A<CB> R<HIS>A<CG> sep1 0.588459
+R<CYS>A<CB> R<HIS>A<CG> sep2 -1.65189
+R<CYS>A<CB> R<HIS>A<N> central_sep1 0.290329
+R<CYS>A<CB> R<HIS>A<N> central_sep2 0.609129
+R<CYS>A<CB> R<HIS>A<N> sep1 -1.37902
+R<CYS>A<CB> R<HIS>A<N> sep2 -0.135411
+R<CYS>A<CB> R<HIS>A<ND1> central_sep1 0.118963
+R<CYS>A<CB> R<HIS>A<ND1> central_sep2 -0.736859
+R<CYS>A<CB> R<HIS>A<ND1> sep1 1.011
+R<CYS>A<CB> R<HIS>A<ND1> sep2 -1.05044
+R<CYS>A<CB> R<HIS>A<NE2> central_sep1 0.472545
+R<CYS>A<CB> R<HIS>A<NE2> central_sep2 -0.64374
+R<CYS>A<CB> R<HIS>A<NE2> sep1 0.32191
+R<CYS>A<CB> R<HIS>A<NE2> sep2 -1.06389
+R<CYS>A<CB> R<HIS>A<O> central_sep1 -1.1973
+R<CYS>A<CB> R<HIS>A<O> central_sep2 -0.511583
+R<CYS>A<CB> R<HIS>A<O> sep1 0.211493
+R<CYS>A<CB> R<HIS>A<O> sep2 -0.587927
+R<CYS>A<CB> R<ILE>A<C> central_sep1 2.37302
+R<CYS>A<CB> R<ILE>A<C> central_sep2 0.919132
+R<CYS>A<CB> R<ILE>A<C> sep1 -0.348113
+R<CYS>A<CB> R<ILE>A<C> sep2 -0.593453
+R<CYS>A<CB> R<ILE>A<CA> central_sep1 -0.412659
+R<CYS>A<CB> R<ILE>A<CA> central_sep2 -0.032998
+R<CYS>A<CB> R<ILE>A<CA> sep1 1.50598
+R<CYS>A<CB> R<ILE>A<CA> sep2 0.239973
+R<CYS>A<CB> R<ILE>A<CB> central_sep1 -0.246794
+R<CYS>A<CB> R<ILE>A<CB> central_sep2 -1.16332
+R<CYS>A<CB> R<ILE>A<CB> sep1 1.52523
+R<CYS>A<CB> R<ILE>A<CB> sep2 -0.888969
+R<CYS>A<CB> R<ILE>A<CD1> central_sep1 -0.0553673
+R<CYS>A<CB> R<ILE>A<CD1> central_sep2 -1.4424
+R<CYS>A<CB> R<ILE>A<CD1> sep1 1.81904
+R<CYS>A<CB> R<ILE>A<CD1> sep2 -0.602463
+R<CYS>A<CB> R<ILE>A<CG1> central_sep1 -0.266106
+R<CYS>A<CB> R<ILE>A<CG1> central_sep2 -1.3427
+R<CYS>A<CB> R<ILE>A<CG1> sep1 1.01962
+R<CYS>A<CB> R<ILE>A<CG1> sep2 -0.985016
+R<CYS>A<CB> R<ILE>A<CG2> central_sep1 -0.165052
+R<CYS>A<CB> R<ILE>A<CG2> central_sep2 -1.32107
+R<CYS>A<CB> R<ILE>A<CG2> sep1 1.52108
+R<CYS>A<CB> R<ILE>A<CG2> sep2 -0.478297
+R<CYS>A<CB> R<ILE>A<N> central_sep1 1.75819
+R<CYS>A<CB> R<ILE>A<N> central_sep2 0.742366
+R<CYS>A<CB> R<ILE>A<N> sep1 -0.933927
+R<CYS>A<CB> R<ILE>A<N> sep2 0.488746
+R<CYS>A<CB> R<ILE>A<O> central_sep1 -1.3137
+R<CYS>A<CB> R<ILE>A<O> central_sep2 -0.527126
+R<CYS>A<CB> R<ILE>A<O> sep1 0.575604
+R<CYS>A<CB> R<ILE>A<O> sep2 -0.562809
+R<CYS>A<CB> R<LEU>A<C> central_sep1 1.47897
+R<CYS>A<CB> R<LEU>A<C> central_sep2 0.735133
+R<CYS>A<CB> R<LEU>A<C> sep1 -0.224295
+R<CYS>A<CB> R<LEU>A<C> sep2 -0.505894
+R<CYS>A<CB> R<LEU>A<CA> central_sep1 -0.81551
+R<CYS>A<CB> R<LEU>A<CA> central_sep2 0.154373
+R<CYS>A<CB> R<LEU>A<CA> sep1 1.31196
+R<CYS>A<CB> R<LEU>A<CA> sep2 0.196235
+R<CYS>A<CB> R<LEU>A<CB> central_sep1 -0.272246
+R<CYS>A<CB> R<LEU>A<CB> central_sep2 -1.19918
+R<CYS>A<CB> R<LEU>A<CB> sep1 1.4783
+R<CYS>A<CB> R<LEU>A<CB> sep2 -0.559228
+R<CYS>A<CB> R<LEU>A<CD1> central_sep1 -0.085498
+R<CYS>A<CB> R<LEU>A<CD1> central_sep2 -1.48481
+R<CYS>A<CB> R<LEU>A<CD1> sep1 1.86226
+R<CYS>A<CB> R<LEU>A<CD1> sep2 -0.437709
+R<CYS>A<CB> R<LEU>A<CD2> central_sep1 0.112986
+R<CYS>A<CB> R<LEU>A<CD2> central_sep2 -1.3869
+R<CYS>A<CB> R<LEU>A<CD2> sep1 1.58581
+R<CYS>A<CB> R<LEU>A<CD2> sep2 -0.503858
+R<CYS>A<CB> R<LEU>A<CG> central_sep1 -0.328734
+R<CYS>A<CB> R<LEU>A<CG> central_sep2 -0.793173
+R<CYS>A<CB> R<LEU>A<CG> sep1 0.463738
+R<CYS>A<CB> R<LEU>A<CG> sep2 -1.12335
+R<CYS>A<CB> R<LEU>A<N> central_sep1 1.47403
+R<CYS>A<CB> R<LEU>A<N> central_sep2 0.78326
+R<CYS>A<CB> R<LEU>A<N> sep1 -0.901176
+R<CYS>A<CB> R<LEU>A<N> sep2 0.225495
+R<CYS>A<CB> R<LEU>A<O> central_sep1 -1.31985
+R<CYS>A<CB> R<LEU>A<O> central_sep2 -0.451175
+R<CYS>A<CB> R<LEU>A<O> sep1 0.55974
+R<CYS>A<CB> R<LEU>A<O> sep2 -0.28258
+R<CYS>A<CB> R<LYS>A<C> central_sep1 1.87529
+R<CYS>A<CB> R<LYS>A<C> central_sep2 0.795494
+R<CYS>A<CB> R<LYS>A<C> sep1 -0.0918012
+R<CYS>A<CB> R<LYS>A<C> sep2 -0.32167
+R<CYS>A<CB> R<LYS>A<CA> central_sep1 -0.172944
+R<CYS>A<CB> R<LYS>A<CA> central_sep2 0.64879
+R<CYS>A<CB> R<LYS>A<CA> sep1 1.55605
+R<CYS>A<CB> R<LYS>A<CA> sep2 0.548415
+R<CYS>A<CB> R<LYS>A<CB> central_sep1 0.749814
+R<CYS>A<CB> R<LYS>A<CB> central_sep2 -0.204727
+R<CYS>A<CB> R<LYS>A<CB> sep1 1.90008
+R<CYS>A<CB> R<LYS>A<CB> sep2 0.195963
+R<CYS>A<CB> R<LYS>A<CD> central_sep1 1.20893
+R<CYS>A<CB> R<LYS>A<CD> central_sep2 0.101864
+R<CYS>A<CB> R<LYS>A<CD> sep1 2.15196
+R<CYS>A<CB> R<LYS>A<CD> sep2 0.152826
+R<CYS>A<CB> R<LYS>A<CE> central_sep1 1.40285
+R<CYS>A<CB> R<LYS>A<CE> central_sep2 0.422886
+R<CYS>A<CB> R<LYS>A<CE> sep1 2.30795
+R<CYS>A<CB> R<LYS>A<CE> sep2 0.176118
+R<CYS>A<CB> R<LYS>A<CG> central_sep1 0.910851
+R<CYS>A<CB> R<LYS>A<CG> central_sep2 -0.145118
+R<CYS>A<CB> R<LYS>A<CG> sep1 1.14709
+R<CYS>A<CB> R<LYS>A<CG> sep2 0.155499
+R<CYS>A<CB> R<LYS>A<N> central_sep1 1.16665
+R<CYS>A<CB> R<LYS>A<N> central_sep2 1.27364
+R<CYS>A<CB> R<LYS>A<N> sep1 -0.929931
+R<CYS>A<CB> R<LYS>A<N> sep2 0.757963
+R<CYS>A<CB> R<LYS>A<NZ> central_sep1 1.9852
+R<CYS>A<CB> R<LYS>A<NZ> central_sep2 1.01759
+R<CYS>A<CB> R<LYS>A<NZ> sep1 2.75229
+R<CYS>A<CB> R<LYS>A<NZ> sep2 0.404258
+R<CYS>A<CB> R<LYS>A<O> central_sep1 -0.781976
+R<CYS>A<CB> R<LYS>A<O> central_sep2 -0.121962
+R<CYS>A<CB> R<LYS>A<O> sep1 0.605892
+R<CYS>A<CB> R<LYS>A<O> sep2 -0.0196911
+R<CYS>A<CB> R<MET>A<C> central_sep1 1.4091
+R<CYS>A<CB> R<MET>A<C> central_sep2 0.44999
+R<CYS>A<CB> R<MET>A<C> sep1 -0.259991
+R<CYS>A<CB> R<MET>A<C> sep2 -0.61242
+R<CYS>A<CB> R<MET>A<CA> central_sep1 -0.617651
+R<CYS>A<CB> R<MET>A<CA> central_sep2 -0.123943
+R<CYS>A<CB> R<MET>A<CA> sep1 1.46146
+R<CYS>A<CB> R<MET>A<CA> sep2 -0.0513314
+R<CYS>A<CB> R<MET>A<CB> central_sep1 -0.166808
+R<CYS>A<CB> R<MET>A<CB> central_sep2 -1.16721
+R<CYS>A<CB> R<MET>A<CB> sep1 1.75021
+R<CYS>A<CB> R<MET>A<CB> sep2 -0.809415
+R<CYS>A<CB> R<MET>A<CE> central_sep1 -0.0257507
+R<CYS>A<CB> R<MET>A<CE> central_sep2 -1.37311
+R<CYS>A<CB> R<MET>A<CE> sep1 2.08318
+R<CYS>A<CB> R<MET>A<CE> sep2 -0.658481
+R<CYS>A<CB> R<MET>A<CG> central_sep1 0.0525173
+R<CYS>A<CB> R<MET>A<CG> central_sep2 -1.24061
+R<CYS>A<CB> R<MET>A<CG> sep1 1.00324
+R<CYS>A<CB> R<MET>A<CG> sep2 -0.771259
+R<CYS>A<CB> R<MET>A<N> central_sep1 1.31228
+R<CYS>A<CB> R<MET>A<N> central_sep2 0.800548
+R<CYS>A<CB> R<MET>A<N> sep1 -0.870229
+R<CYS>A<CB> R<MET>A<N> sep2 0.244769
+R<CYS>A<CB> R<MET>A<O> central_sep1 -1.2914
+R<CYS>A<CB> R<MET>A<O> central_sep2 -0.649726
+R<CYS>A<CB> R<MET>A<O> sep1 0.649732
+R<CYS>A<CB> R<MET>A<O> sep2 -0.32649
+R<CYS>A<CB> R<MET>A<SD> central_sep1 -0.196938
+R<CYS>A<CB> R<MET>A<SD> central_sep2 -1.73004
+R<CYS>A<CB> R<MET>A<SD> sep1 1.65951
+R<CYS>A<CB> R<MET>A<SD> sep2 -0.660444
+R<CYS>A<CB> R<PHE>A<C> central_sep1 0.900162
+R<CYS>A<CB> R<PHE>A<C> central_sep2 0.31069
+R<CYS>A<CB> R<PHE>A<C> sep1 -0.456777
+R<CYS>A<CB> R<PHE>A<C> sep2 -0.860761
+R<CYS>A<CB> R<PHE>A<CA> central_sep1 -0.444869
+R<CYS>A<CB> R<PHE>A<CA> central_sep2 -0.183068
+R<CYS>A<CB> R<PHE>A<CA> sep1 1.40536
+R<CYS>A<CB> R<PHE>A<CA> sep2 -0.502655
+R<CYS>A<CB> R<PHE>A<CB> central_sep1 -0.176973
+R<CYS>A<CB> R<PHE>A<CB> central_sep2 -1.32102
+R<CYS>A<CB> R<PHE>A<CB> sep1 1.60634
+R<CYS>A<CB> R<PHE>A<CB> sep2 -0.831896
+R<CYS>A<CB> R<PHE>A<CD1> central_sep1 -0.3853
+R<CYS>A<CB> R<PHE>A<CD1> central_sep2 -1.41478
+R<CYS>A<CB> R<PHE>A<CD1> sep1 0.984963
+R<CYS>A<CB> R<PHE>A<CD1> sep2 -1.22804
+R<CYS>A<CB> R<PHE>A<CE1> central_sep1 -0.507059
+R<CYS>A<CB> R<PHE>A<CE1> central_sep2 -1.58132
+R<CYS>A<CB> R<PHE>A<CE1> sep1 1.04001
+R<CYS>A<CB> R<PHE>A<CE1> sep2 -1.26206
+R<CYS>A<CB> R<PHE>A<CG> central_sep1 0.65919
+R<CYS>A<CB> R<PHE>A<CG> central_sep2 -1.37709
+R<CYS>A<CB> R<PHE>A<CG> sep1 0.513424
+R<CYS>A<CB> R<PHE>A<CG> sep2 -2.44411
+R<CYS>A<CB> R<PHE>A<CZ> central_sep1 -0.0818051
+R<CYS>A<CB> R<PHE>A<CZ> central_sep2 -1.54184
+R<CYS>A<CB> R<PHE>A<CZ> sep1 0.967089
+R<CYS>A<CB> R<PHE>A<CZ> sep2 -1.20874
+R<CYS>A<CB> R<PHE>A<N> central_sep1 1.301
+R<CYS>A<CB> R<PHE>A<N> central_sep2 0.527593
+R<CYS>A<CB> R<PHE>A<N> sep1 -0.972341
+R<CYS>A<CB> R<PHE>A<N> sep2 0.134804
+R<CYS>A<CB> R<PHE>A<O> central_sep1 -1.2476
+R<CYS>A<CB> R<PHE>A<O> central_sep2 -0.797105
+R<CYS>A<CB> R<PHE>A<O> sep1 0.303913
+R<CYS>A<CB> R<PHE>A<O> sep2 -0.628082
+R<CYS>A<CB> R<PRO>A<C> central_sep1 2.204
+R<CYS>A<CB> R<PRO>A<C> central_sep2 0.499553
+R<CYS>A<CB> R<PRO>A<C> sep1 -0.171523
+R<CYS>A<CB> R<PRO>A<C> sep2 -0.409956
+R<CYS>A<CB> R<PRO>A<CA> central_sep1 0.0163311
+R<CYS>A<CB> R<PRO>A<CA> central_sep2 -0.0813518
+R<CYS>A<CB> R<PRO>A<CA> sep1 1.18528
+R<CYS>A<CB> R<PRO>A<CA> sep2 -0.167845
+R<CYS>A<CB> R<PRO>A<CB> central_sep1 0.77964
+R<CYS>A<CB> R<PRO>A<CB> central_sep2 -0.522197
+R<CYS>A<CB> R<PRO>A<CB> sep1 2.29022
+R<CYS>A<CB> R<PRO>A<CB> sep2 -0.421276
+R<CYS>A<CB> R<PRO>A<CD> central_sep1 0.121325
+R<CYS>A<CB> R<PRO>A<CD> central_sep2 -0.402687
+R<CYS>A<CB> R<PRO>A<CD> sep1 -0.0570268
+R<CYS>A<CB> R<PRO>A<CD> sep2 -0.45776
+R<CYS>A<CB> R<PRO>A<CG> central_sep1 1.31708
+R<CYS>A<CB> R<PRO>A<CG> central_sep2 -0.740099
+R<CYS>A<CB> R<PRO>A<CG> sep1 2.29258
+R<CYS>A<CB> R<PRO>A<CG> sep2 -0.511851
+R<CYS>A<CB> R<PRO>A<N> central_sep1 1.94288
+R<CYS>A<CB> R<PRO>A<N> central_sep2 0.970658
+R<CYS>A<CB> R<PRO>A<N> sep1 -0.995097
+R<CYS>A<CB> R<PRO>A<N> sep2 -0.599569
+R<CYS>A<CB> R<PRO>A<O> central_sep1 -0.804792
+R<CYS>A<CB> R<PRO>A<O> central_sep2 -0.528231
+R<CYS>A<CB> R<PRO>A<O> sep1 0.0029486
+R<CYS>A<CB> R<PRO>A<O> sep2 -0.0101359
+R<CYS>A<CB> R<SER>A<C> central_sep1 1.49133
+R<CYS>A<CB> R<SER>A<C> central_sep2 0.111957
+R<CYS>A<CB> R<SER>A<C> sep1 -0.583869
+R<CYS>A<CB> R<SER>A<C> sep2 -0.572687
+R<CYS>A<CB> R<SER>A<CA> central_sep1 0.0204139
+R<CYS>A<CB> R<SER>A<CA> central_sep2 -0.00477214
+R<CYS>A<CB> R<SER>A<CA> sep1 1.74326
+R<CYS>A<CB> R<SER>A<CA> sep2 -0.128671
+R<CYS>A<CB> R<SER>A<CB> central_sep1 0.490858
+R<CYS>A<CB> R<SER>A<CB> central_sep2 -0.737288
+R<CYS>A<CB> R<SER>A<CB> sep1 1.82242
+R<CYS>A<CB> R<SER>A<CB> sep2 -0.185388
+R<CYS>A<CB> R<SER>A<N> central_sep1 0.411977
+R<CYS>A<CB> R<SER>A<N> central_sep2 0.587107
+R<CYS>A<CB> R<SER>A<N> sep1 -1.12314
+R<CYS>A<CB> R<SER>A<N> sep2 0.204689
+R<CYS>A<CB> R<SER>A<O> central_sep1 -1.07749
+R<CYS>A<CB> R<SER>A<O> central_sep2 -0.555675
+R<CYS>A<CB> R<SER>A<O> sep1 0.194949
+R<CYS>A<CB> R<SER>A<O> sep2 -0.363357
+R<CYS>A<CB> R<SER>A<OG> central_sep1 -0.140126
+R<CYS>A<CB> R<SER>A<OG> central_sep2 -0.73324
+R<CYS>A<CB> R<SER>A<OG> sep1 1.28401
+R<CYS>A<CB> R<SER>A<OG> sep2 -0.264667
+R<CYS>A<CB> R<THR>A<C> central_sep1 1.43798
+R<CYS>A<CB> R<THR>A<C> central_sep2 0.335485
+R<CYS>A<CB> R<THR>A<C> sep1 -0.464466
+R<CYS>A<CB> R<THR>A<C> sep2 -0.638072
+R<CYS>A<CB> R<THR>A<CA> central_sep1 -0.123883
+R<CYS>A<CB> R<THR>A<CA> central_sep2 0.119714
+R<CYS>A<CB> R<THR>A<CA> sep1 1.89968
+R<CYS>A<CB> R<THR>A<CA> sep2 0.123449
+R<CYS>A<CB> R<THR>A<CB> central_sep1 0.403061
+R<CYS>A<CB> R<THR>A<CB> central_sep2 -0.625098
+R<CYS>A<CB> R<THR>A<CB> sep1 1.61452
+R<CYS>A<CB> R<THR>A<CB> sep2 -0.571018
+R<CYS>A<CB> R<THR>A<CG2> central_sep1 0.518506
+R<CYS>A<CB> R<THR>A<CG2> central_sep2 -0.814826
+R<CYS>A<CB> R<THR>A<CG2> sep1 1.52987
+R<CYS>A<CB> R<THR>A<CG2> sep2 -0.104218
+R<CYS>A<CB> R<THR>A<N> central_sep1 0.881026
+R<CYS>A<CB> R<THR>A<N> central_sep2 0.895836
+R<CYS>A<CB> R<THR>A<N> sep1 -1.00497
+R<CYS>A<CB> R<THR>A<N> sep2 0.362627
+R<CYS>A<CB> R<THR>A<O> central_sep1 -0.963746
+R<CYS>A<CB> R<THR>A<O> central_sep2 -0.484173
+R<CYS>A<CB> R<THR>A<O> sep1 0.333126
+R<CYS>A<CB> R<THR>A<O> sep2 -0.27454
+R<CYS>A<CB> R<THR>A<OG1> central_sep1 -0.206528
+R<CYS>A<CB> R<THR>A<OG1> central_sep2 -0.811276
+R<CYS>A<CB> R<THR>A<OG1> sep1 1.28293
+R<CYS>A<CB> R<THR>A<OG1> sep2 -0.0458016
+R<CYS>A<CB> R<TRP>A<C> central_sep1 0.602751
+R<CYS>A<CB> R<TRP>A<C> central_sep2 0.265333
+R<CYS>A<CB> R<TRP>A<C> sep1 -0.696608
+R<CYS>A<CB> R<TRP>A<C> sep2 -0.703638
+R<CYS>A<CB> R<TRP>A<CA> central_sep1 -0.287208
+R<CYS>A<CB> R<TRP>A<CA> central_sep2 -0.305678
+R<CYS>A<CB> R<TRP>A<CA> sep1 1.53182
+R<CYS>A<CB> R<TRP>A<CA> sep2 -0.0153875
+R<CYS>A<CB> R<TRP>A<CB> central_sep1 -0.471982
+R<CYS>A<CB> R<TRP>A<CB> central_sep2 -1.46494
+R<CYS>A<CB> R<TRP>A<CB> sep1 2.10996
+R<CYS>A<CB> R<TRP>A<CB> sep2 -0.708336
+R<CYS>A<CB> R<TRP>A<CD1> central_sep1 -0.109515
+R<CYS>A<CB> R<TRP>A<CD1> central_sep2 -1.19977
+R<CYS>A<CB> R<TRP>A<CD1> sep1 1.19063
+R<CYS>A<CB> R<TRP>A<CD1> sep2 -0.964831
+R<CYS>A<CB> R<TRP>A<CD2> central_sep1 0.21928
+R<CYS>A<CB> R<TRP>A<CD2> central_sep2 -2.09189
+R<CYS>A<CB> R<TRP>A<CD2> sep1 0.11184
+R<CYS>A<CB> R<TRP>A<CD2> sep2 -2.35023
+R<CYS>A<CB> R<TRP>A<CE2> central_sep1 -0.406159
+R<CYS>A<CB> R<TRP>A<CE2> central_sep2 -2.2196
+R<CYS>A<CB> R<TRP>A<CE2> sep1 0.0806942
+R<CYS>A<CB> R<TRP>A<CE2> sep2 -2.5862
+R<CYS>A<CB> R<TRP>A<CE3> central_sep1 -0.540492
+R<CYS>A<CB> R<TRP>A<CE3> central_sep2 -1.70171
+R<CYS>A<CB> R<TRP>A<CE3> sep1 0.91999
+R<CYS>A<CB> R<TRP>A<CE3> sep2 -1.35837
+R<CYS>A<CB> R<TRP>A<CG> central_sep1 1.13015
+R<CYS>A<CB> R<TRP>A<CG> central_sep2 -1.11883
+R<CYS>A<CB> R<TRP>A<CG> sep1 0.7029
+R<CYS>A<CB> R<TRP>A<CG> sep2 -2.31037
+R<CYS>A<CB> R<TRP>A<CH2> central_sep1 0.332599
+R<CYS>A<CB> R<TRP>A<CH2> central_sep2 -2.06861
+R<CYS>A<CB> R<TRP>A<CH2> sep1 1.1648
+R<CYS>A<CB> R<TRP>A<CH2> sep2 -1.7489
+R<CYS>A<CB> R<TRP>A<CZ2> central_sep1 0.28825
+R<CYS>A<CB> R<TRP>A<CZ2> central_sep2 -2.02634
+R<CYS>A<CB> R<TRP>A<CZ2> sep1 1.52849
+R<CYS>A<CB> R<TRP>A<CZ2> sep2 -1.42292
+R<CYS>A<CB> R<TRP>A<CZ3> central_sep1 -0.50893
+R<CYS>A<CB> R<TRP>A<CZ3> central_sep2 -1.92855
+R<CYS>A<CB> R<TRP>A<CZ3> sep1 1.01475
+R<CYS>A<CB> R<TRP>A<CZ3> sep2 -1.24935
+R<CYS>A<CB> R<TRP>A<N> central_sep1 1.09913
+R<CYS>A<CB> R<TRP>A<N> central_sep2 0.594338
+R<CYS>A<CB> R<TRP>A<N> sep1 -0.904618
+R<CYS>A<CB> R<TRP>A<N> sep2 0.140546
+R<CYS>A<CB> R<TRP>A<NE1> central_sep1 -0.0421846
+R<CYS>A<CB> R<TRP>A<NE1> central_sep2 -1.04665
+R<CYS>A<CB> R<TRP>A<NE1> sep1 1.05419
+R<CYS>A<CB> R<TRP>A<NE1> sep2 -1.45477
+R<CYS>A<CB> R<TRP>A<O> central_sep1 -1.34871
+R<CYS>A<CB> R<TRP>A<O> central_sep2 -0.885612
+R<CYS>A<CB> R<TRP>A<O> sep1 0.145994
+R<CYS>A<CB> R<TRP>A<O> sep2 -0.574881
+R<CYS>A<CB> R<TYR>A<C> central_sep1 0.879856
+R<CYS>A<CB> R<TYR>A<C> central_sep2 0.355797
+R<CYS>A<CB> R<TYR>A<C> sep1 -0.506701
+R<CYS>A<CB> R<TYR>A<C> sep2 -0.777214
+R<CYS>A<CB> R<TYR>A<CA> central_sep1 -0.383334
+R<CYS>A<CB> R<TYR>A<CA> central_sep2 -0.0659166
+R<CYS>A<CB> R<TYR>A<CA> sep1 1.60164
+R<CYS>A<CB> R<TYR>A<CA> sep2 0.0144466
+R<CYS>A<CB> R<TYR>A<CB> central_sep1 -0.248632
+R<CYS>A<CB> R<TYR>A<CB> central_sep2 -1.39879
+R<CYS>A<CB> R<TYR>A<CB> sep1 1.82722
+R<CYS>A<CB> R<TYR>A<CB> sep2 -0.603454
+R<CYS>A<CB> R<TYR>A<CD1> central_sep1 0.0113238
+R<CYS>A<CB> R<TYR>A<CD1> central_sep2 -1.16882
+R<CYS>A<CB> R<TYR>A<CD1> sep1 1.20436
+R<CYS>A<CB> R<TYR>A<CD1> sep2 -0.952654
+R<CYS>A<CB> R<TYR>A<CE1> central_sep1 -0.211443
+R<CYS>A<CB> R<TYR>A<CE1> central_sep2 -1.17859
+R<CYS>A<CB> R<TYR>A<CE1> sep1 1.29615
+R<CYS>A<CB> R<TYR>A<CE1> sep2 -0.899977
+R<CYS>A<CB> R<TYR>A<CG> central_sep1 1.17837
+R<CYS>A<CB> R<TYR>A<CG> central_sep2 -1.24493
+R<CYS>A<CB> R<TYR>A<CG> sep1 0.77805
+R<CYS>A<CB> R<TYR>A<CG> sep2 -2.20299
+R<CYS>A<CB> R<TYR>A<CZ> central_sep1 -0.544325
+R<CYS>A<CB> R<TYR>A<CZ> central_sep2 -1.29213
+R<CYS>A<CB> R<TYR>A<CZ> sep1 0.450669
+R<CYS>A<CB> R<TYR>A<CZ> sep2 -1.63877
+R<CYS>A<CB> R<TYR>A<N> central_sep1 0.923168
+R<CYS>A<CB> R<TYR>A<N> central_sep2 0.421306
+R<CYS>A<CB> R<TYR>A<N> sep1 -0.924016
+R<CYS>A<CB> R<TYR>A<N> sep2 0.201404
+R<CYS>A<CB> R<TYR>A<O> central_sep1 -1.23478
+R<CYS>A<CB> R<TYR>A<O> central_sep2 -0.688442
+R<CYS>A<CB> R<TYR>A<O> sep1 0.355681
+R<CYS>A<CB> R<TYR>A<O> sep2 -0.603332
+R<CYS>A<CB> R<TYR>A<OH> central_sep1 0.772578
+R<CYS>A<CB> R<TYR>A<OH> central_sep2 -0.934491
+R<CYS>A<CB> R<TYR>A<OH> sep1 1.84207
+R<CYS>A<CB> R<TYR>A<OH> sep2 -0.68149
+R<CYS>A<CB> R<VAL>A<C> central_sep1 2.14838
+R<CYS>A<CB> R<VAL>A<C> central_sep2 0.762606
+R<CYS>A<CB> R<VAL>A<C> sep1 -0.433205
+R<CYS>A<CB> R<VAL>A<C> sep2 -0.756539
+R<CYS>A<CB> R<VAL>A<CA> central_sep1 -0.35011
+R<CYS>A<CB> R<VAL>A<CA> central_sep2 -0.114925
+R<CYS>A<CB> R<VAL>A<CA> sep1 1.73607
+R<CYS>A<CB> R<VAL>A<CA> sep2 0.258259
+R<CYS>A<CB> R<VAL>A<CB> central_sep1 -0.0432123
+R<CYS>A<CB> R<VAL>A<CB> central_sep2 -1.15208
+R<CYS>A<CB> R<VAL>A<CB> sep1 1.50067
+R<CYS>A<CB> R<VAL>A<CB> sep2 -1.0452
+R<CYS>A<CB> R<VAL>A<CG1> central_sep1 -0.0110838
+R<CYS>A<CB> R<VAL>A<CG1> central_sep2 -1.37243
+R<CYS>A<CB> R<VAL>A<CG1> sep1 1.69536
+R<CYS>A<CB> R<VAL>A<CG1> sep2 -0.476168
+R<CYS>A<CB> R<VAL>A<CG2> central_sep1 -0.219018
+R<CYS>A<CB> R<VAL>A<CG2> central_sep2 -1.41953
+R<CYS>A<CB> R<VAL>A<CG2> sep1 1.45503
+R<CYS>A<CB> R<VAL>A<CG2> sep2 -0.403135
+R<CYS>A<CB> R<VAL>A<N> central_sep1 1.35256
+R<CYS>A<CB> R<VAL>A<N> central_sep2 0.768088
+R<CYS>A<CB> R<VAL>A<N> sep1 -0.943239
+R<CYS>A<CB> R<VAL>A<N> sep2 0.287697
+R<CYS>A<CB> R<VAL>A<O> central_sep1 -1.12468
+R<CYS>A<CB> R<VAL>A<O> central_sep2 -0.689513
+R<CYS>A<CB> R<VAL>A<O> sep1 0.399794
+R<CYS>A<CB> R<VAL>A<O> sep2 -0.540634
+R<CYS>A<CB> c<solvent> . 0.963697
+R<CYS>A<N> R<CYS>A<N> central_sep1 1.61635
+R<CYS>A<N> R<CYS>A<N> central_sep2 -0.0257621
+R<CYS>A<N> R<CYS>A<N> sep1 -2.31294
+R<CYS>A<N> R<CYS>A<N> sep2 -0.0605568
+R<CYS>A<N> R<CYS>A<O> central_sep1 -2.69816
+R<CYS>A<N> R<CYS>A<O> central_sep2 -2.10046
+R<CYS>A<N> R<CYS>A<O> sep1 -0.587845
+R<CYS>A<N> R<CYS>A<O> sep2 -0.593909
+R<CYS>A<N> R<CYS>A<SG> central_sep1 -2.25948
+R<CYS>A<N> R<CYS>A<SG> central_sep2 -2.20783
+R<CYS>A<N> R<CYS>A<SG> sep1 -0.137719
+R<CYS>A<N> R<CYS>A<SG> sep2 -2.28033
+R<CYS>A<N> R<GLN>A<C> central_sep1 -0.443956
+R<CYS>A<N> R<GLN>A<C> central_sep2 2.46248
+R<CYS>A<N> R<GLN>A<C> sep1 -1.75262
+R<CYS>A<N> R<GLN>A<C> sep2 1.97112
+R<CYS>A<N> R<GLN>A<CA> central_sep1 2.45853
+R<CYS>A<N> R<GLN>A<CA> central_sep2 1.84173
+R<CYS>A<N> R<GLN>A<CA> sep1 -2.18738
+R<CYS>A<N> R<GLN>A<CA> sep2 0.973399
+R<CYS>A<N> R<GLN>A<CB> central_sep1 1.57862
+R<CYS>A<N> R<GLN>A<CB> central_sep2 1.35845
+R<CYS>A<N> R<GLN>A<CB> sep1 -1.1382
+R<CYS>A<N> R<GLN>A<CB> sep2 0.894213
+R<CYS>A<N> R<GLN>A<CD> central_sep1 1.12362
+R<CYS>A<N> R<GLN>A<CD> central_sep2 0.908372
+R<CYS>A<N> R<GLN>A<CD> sep1 1.44371
+R<CYS>A<N> R<GLN>A<CD> sep2 -0.598313
+R<CYS>A<N> R<GLN>A<CG> central_sep1 0.84624
+R<CYS>A<N> R<GLN>A<CG> central_sep2 1.46877
+R<CYS>A<N> R<GLN>A<CG> sep1 -0.0349943
+R<CYS>A<N> R<GLN>A<CG> sep2 0.792483
+R<CYS>A<N> R<GLN>A<N> central_sep1 1.17688
+R<CYS>A<N> R<GLN>A<N> central_sep2 2.20898
+R<CYS>A<N> R<GLN>A<N> sep1 -2.22593
+R<CYS>A<N> R<GLN>A<N> sep2 1.54812
+R<CYS>A<N> R<GLN>A<NE2> central_sep1 1.36485
+R<CYS>A<N> R<GLN>A<NE2> central_sep2 0.61436
+R<CYS>A<N> R<GLN>A<NE2> sep1 2.33418
+R<CYS>A<N> R<GLN>A<NE2> sep2 0.50263
+R<CYS>A<N> R<GLN>A<O> central_sep1 -1.44872
+R<CYS>A<N> R<GLN>A<O> central_sep2 -0.711229
+R<CYS>A<N> R<GLN>A<O> sep1 0.161192
+R<CYS>A<N> R<GLN>A<O> sep2 0.608414
+R<CYS>A<N> R<GLN>A<OE1> central_sep1 1.1331
+R<CYS>A<N> R<GLN>A<OE1> central_sep2 -0.24293
+R<CYS>A<N> R<GLN>A<OE1> sep1 2.06387
+R<CYS>A<N> R<GLN>A<OE1> sep2 0.421301
+R<CYS>A<N> R<GLU>A<C> central_sep1 -0.373166
+R<CYS>A<N> R<GLU>A<C> central_sep2 4.43094
+R<CYS>A<N> R<GLU>A<C> sep1 -1.83514
+R<CYS>A<N> R<GLU>A<C> sep2 1.83007
+R<CYS>A<N> R<GLU>A<CA> central_sep1 2.49477
+R<CYS>A<N> R<GLU>A<CA> central_sep2 2.10908
+R<CYS>A<N> R<GLU>A<CA> sep1 -2.03352
+R<CYS>A<N> R<GLU>A<CA> sep2 1.75105
+R<CYS>A<N> R<GLU>A<CB> central_sep1 1.5399
+R<CYS>A<N> R<GLU>A<CB> central_sep2 1.48213
+R<CYS>A<N> R<GLU>A<CB> sep1 -0.997514
+R<CYS>A<N> R<GLU>A<CB> sep2 1.39701
+R<CYS>A<N> R<GLU>A<CD> central_sep1 2.38358
+R<CYS>A<N> R<GLU>A<CD> central_sep2 1.93664
+R<CYS>A<N> R<GLU>A<CD> sep1 1.73189
+R<CYS>A<N> R<GLU>A<CD> sep2 0.188447
+R<CYS>A<N> R<GLU>A<CG> central_sep1 0.889946
+R<CYS>A<N> R<GLU>A<CG> central_sep2 1.13538
+R<CYS>A<N> R<GLU>A<CG> sep1 0.109529
+R<CYS>A<N> R<GLU>A<CG> sep2 0.96376
+R<CYS>A<N> R<GLU>A<N> central_sep1 1.52744
+R<CYS>A<N> R<GLU>A<N> central_sep2 2.51811
+R<CYS>A<N> R<GLU>A<N> sep1 -2.01121
+R<CYS>A<N> R<GLU>A<N> sep2 1.81796
+R<CYS>A<N> R<GLU>A<O> central_sep1 -1.35655
+R<CYS>A<N> R<GLU>A<O> central_sep2 -0.466317
+R<CYS>A<N> R<GLU>A<O> sep1 0.199453
+R<CYS>A<N> R<GLU>A<O> sep2 0.852093
+R<CYS>A<N> R<GLU>A<OE1> central_sep1 1.36162
+R<CYS>A<N> R<GLU>A<OE1> central_sep2 0.494183
+R<CYS>A<N> R<GLU>A<OE1> sep1 2.32642
+R<CYS>A<N> R<GLU>A<OE1> sep2 0.771252
+R<CYS>A<N> R<GLY>A<C> central_sep1 -0.133784
+R<CYS>A<N> R<GLY>A<C> central_sep2 1.62874
+R<CYS>A<N> R<GLY>A<C> sep1 -1.37872
+R<CYS>A<N> R<GLY>A<C> sep2 0.309327
+R<CYS>A<N> R<GLY>A<CA> central_sep1 1.97642
+R<CYS>A<N> R<GLY>A<CA> central_sep2 0.713495
+R<CYS>A<N> R<GLY>A<CA> sep1 -1.47001
+R<CYS>A<N> R<GLY>A<CA> sep2 0.478729
+R<CYS>A<N> R<GLY>A<N> central_sep1 1.41663
+R<CYS>A<N> R<GLY>A<N> central_sep2 1.55835
+R<CYS>A<N> R<GLY>A<N> sep1 -2.24297
+R<CYS>A<N> R<GLY>A<N> sep2 0.689519
+R<CYS>A<N> R<GLY>A<O> central_sep1 -1.20477
+R<CYS>A<N> R<GLY>A<O> central_sep2 -1.03882
+R<CYS>A<N> R<GLY>A<O> sep1 0.0475835
+R<CYS>A<N> R<GLY>A<O> sep2 0.357334
+R<CYS>A<N> R<HIS>A<C> central_sep1 -0.377359
+R<CYS>A<N> R<HIS>A<C> central_sep2 4.16911
+R<CYS>A<N> R<HIS>A<C> sep1 -1.64486
+R<CYS>A<N> R<HIS>A<C> sep2 1.20033
+R<CYS>A<N> R<HIS>A<CA> central_sep1 2.33147
+R<CYS>A<N> R<HIS>A<CA> central_sep2 1.12083
+R<CYS>A<N> R<HIS>A<CA> sep1 -2.46122
+R<CYS>A<N> R<HIS>A<CA> sep2 0.626654
+R<CYS>A<N> R<HIS>A<CB> central_sep1 0.73194
+R<CYS>A<N> R<HIS>A<CB> central_sep2 0.736095
+R<CYS>A<N> R<HIS>A<CB> sep1 -1.21521
+R<CYS>A<N> R<HIS>A<CB> sep2 0.523871
+R<CYS>A<N> R<HIS>A<CD2> central_sep1 0.434776
+R<CYS>A<N> R<HIS>A<CD2> central_sep2 0.572628
+R<CYS>A<N> R<HIS>A<CD2> sep1 0.131255
+R<CYS>A<N> R<HIS>A<CD2> sep2 0.211842
+R<CYS>A<N> R<HIS>A<CE1> central_sep1 1.75379
+R<CYS>A<N> R<HIS>A<CE1> central_sep2 0.777333
+R<CYS>A<N> R<HIS>A<CE1> sep1 1.63845
+R<CYS>A<N> R<HIS>A<CE1> sep2 0.134039
+R<CYS>A<N> R<HIS>A<CG> central_sep1 0.0287536
+R<CYS>A<N> R<HIS>A<CG> central_sep2 1.8345
+R<CYS>A<N> R<HIS>A<CG> sep1 -1.25449
+R<CYS>A<N> R<HIS>A<CG> sep2 0.470001
+R<CYS>A<N> R<HIS>A<N> central_sep1 1.15006
+R<CYS>A<N> R<HIS>A<N> central_sep2 2.06889
+R<CYS>A<N> R<HIS>A<N> sep1 -2.53727
+R<CYS>A<N> R<HIS>A<N> sep2 1.1079
+R<CYS>A<N> R<HIS>A<ND1> central_sep1 -0.337146
+R<CYS>A<N> R<HIS>A<ND1> central_sep2 0.266529
+R<CYS>A<N> R<HIS>A<ND1> sep1 0.0173106
+R<CYS>A<N> R<HIS>A<ND1> sep2 0.047449
+R<CYS>A<N> R<HIS>A<NE2> central_sep1 1.61743
+R<CYS>A<N> R<HIS>A<NE2> central_sep2 0.742846
+R<CYS>A<N> R<HIS>A<NE2> sep1 2.53547
+R<CYS>A<N> R<HIS>A<NE2> sep2 0.429987
+R<CYS>A<N> R<HIS>A<O> central_sep1 -1.7598
+R<CYS>A<N> R<HIS>A<O> central_sep2 -1.25678
+R<CYS>A<N> R<HIS>A<O> sep1 -0.0722976
+R<CYS>A<N> R<HIS>A<O> sep2 0.305912
+R<CYS>A<N> R<ILE>A<C> central_sep1 -0.0445114
+R<CYS>A<N> R<ILE>A<C> central_sep2 3.65969
+R<CYS>A<N> R<ILE>A<C> sep1 -1.48165
+R<CYS>A<N> R<ILE>A<C> sep2 2.38153
+R<CYS>A<N> R<ILE>A<CA> central_sep1 2.74561
+R<CYS>A<N> R<ILE>A<CA> central_sep2 1.59108
+R<CYS>A<N> R<ILE>A<CA> sep1 -2.3061
+R<CYS>A<N> R<ILE>A<CA> sep2 0.981039
+R<CYS>A<N> R<ILE>A<CB> central_sep1 1.99555
+R<CYS>A<N> R<ILE>A<CB> central_sep2 1.15166
+R<CYS>A<N> R<ILE>A<CB> sep1 -1.60942
+R<CYS>A<N> R<ILE>A<CB> sep2 0.725002
+R<CYS>A<N> R<ILE>A<CD1> central_sep1 2.02392
+R<CYS>A<N> R<ILE>A<CD1> central_sep2 0.377488
+R<CYS>A<N> R<ILE>A<CD1> sep1 2.21015
+R<CYS>A<N> R<ILE>A<CD1> sep2 0.212525
+R<CYS>A<N> R<ILE>A<CG1> central_sep1 0.226848
+R<CYS>A<N> R<ILE>A<CG1> central_sep2 0.784792
+R<CYS>A<N> R<ILE>A<CG1> sep1 0.634331
+R<CYS>A<N> R<ILE>A<CG1> sep2 0.423055
+R<CYS>A<N> R<ILE>A<CG2> central_sep1 0.281423
+R<CYS>A<N> R<ILE>A<CG2> central_sep2 0.516231
+R<CYS>A<N> R<ILE>A<CG2> sep1 -0.67065
+R<CYS>A<N> R<ILE>A<CG2> sep2 0.42117
+R<CYS>A<N> R<ILE>A<N> central_sep1 2.10753
+R<CYS>A<N> R<ILE>A<N> central_sep2 2.10376
+R<CYS>A<N> R<ILE>A<N> sep1 -1.8896
+R<CYS>A<N> R<ILE>A<N> sep2 1.10125
+R<CYS>A<N> R<ILE>A<O> central_sep1 -1.92678
+R<CYS>A<N> R<ILE>A<O> central_sep2 -1.63525
+R<CYS>A<N> R<ILE>A<O> sep1 -0.0456869
+R<CYS>A<N> R<ILE>A<O> sep2 0.480608
+R<CYS>A<N> R<LEU>A<C> central_sep1 -0.411845
+R<CYS>A<N> R<LEU>A<C> central_sep2 3.86001
+R<CYS>A<N> R<LEU>A<C> sep1 -1.57385
+R<CYS>A<N> R<LEU>A<C> sep2 2.02916
+R<CYS>A<N> R<LEU>A<CA> central_sep1 2.70648
+R<CYS>A<N> R<LEU>A<CA> central_sep2 2.24712
+R<CYS>A<N> R<LEU>A<CA> sep1 -2.20682
+R<CYS>A<N> R<LEU>A<CA> sep2 1.15062
+R<CYS>A<N> R<LEU>A<CB> central_sep1 1.43843
+R<CYS>A<N> R<LEU>A<CB> central_sep2 1.02802
+R<CYS>A<N> R<LEU>A<CB> sep1 -1.26142
+R<CYS>A<N> R<LEU>A<CB> sep2 0.616242
+R<CYS>A<N> R<LEU>A<CD1> central_sep1 1.43389
+R<CYS>A<N> R<LEU>A<CD1> central_sep2 0.220957
+R<CYS>A<N> R<LEU>A<CD1> sep1 1.29541
+R<CYS>A<N> R<LEU>A<CD1> sep2 0.138338
+R<CYS>A<N> R<LEU>A<CD2> central_sep1 1.89626
+R<CYS>A<N> R<LEU>A<CD2> central_sep2 0.522901
+R<CYS>A<N> R<LEU>A<CD2> sep1 2.01049
+R<CYS>A<N> R<LEU>A<CD2> sep2 0.194814
+R<CYS>A<N> R<LEU>A<CG> central_sep1 0.902132
+R<CYS>A<N> R<LEU>A<CG> central_sep2 0.688281
+R<CYS>A<N> R<LEU>A<CG> sep1 -0.569938
+R<CYS>A<N> R<LEU>A<CG> sep2 0.57322
+R<CYS>A<N> R<LEU>A<N> central_sep1 1.92678
+R<CYS>A<N> R<LEU>A<N> central_sep2 2.19014
+R<CYS>A<N> R<LEU>A<N> sep1 -2.09558
+R<CYS>A<N> R<LEU>A<N> sep2 1.51179
+R<CYS>A<N> R<LEU>A<O> central_sep1 -2.00226
+R<CYS>A<N> R<LEU>A<O> central_sep2 -1.28714
+R<CYS>A<N> R<LEU>A<O> sep1 0.237911
+R<CYS>A<N> R<LEU>A<O> sep2 0.588472
+R<CYS>A<N> R<LYS>A<C> central_sep1 -0.220499
+R<CYS>A<N> R<LYS>A<C> central_sep2 3.42427
+R<CYS>A<N> R<LYS>A<C> sep1 -1.64679
+R<CYS>A<N> R<LYS>A<C> sep2 1.78799
+R<CYS>A<N> R<LYS>A<CA> central_sep1 2.36857
+R<CYS>A<N> R<LYS>A<CA> central_sep2 2.11842
+R<CYS>A<N> R<LYS>A<CA> sep1 -2.04029
+R<CYS>A<N> R<LYS>A<CA> sep2 1.38652
+R<CYS>A<N> R<LYS>A<CB> central_sep1 1.56012
+R<CYS>A<N> R<LYS>A<CB> central_sep2 1.88672
+R<CYS>A<N> R<LYS>A<CB> sep1 -0.942802
+R<CYS>A<N> R<LYS>A<CB> sep2 1.15293
+R<CYS>A<N> R<LYS>A<CD> central_sep1 2.3934
+R<CYS>A<N> R<LYS>A<CD> central_sep2 1.83599
+R<CYS>A<N> R<LYS>A<CD> sep1 2.1729
+R<CYS>A<N> R<LYS>A<CD> sep2 1.20472
+R<CYS>A<N> R<LYS>A<CE> central_sep1 2.80001
+R<CYS>A<N> R<LYS>A<CE> central_sep2 1.81125
+R<CYS>A<N> R<LYS>A<CE> sep1 2.99629
+R<CYS>A<N> R<LYS>A<CE> sep2 1.20404
+R<CYS>A<N> R<LYS>A<CG> central_sep1 1.11084
+R<CYS>A<N> R<LYS>A<CG> central_sep2 1.89809
+R<CYS>A<N> R<LYS>A<CG> sep1 0.00520953
+R<CYS>A<N> R<LYS>A<CG> sep2 1.14352
+R<CYS>A<N> R<LYS>A<N> central_sep1 1.60218
+R<CYS>A<N> R<LYS>A<N> central_sep2 2.32984
+R<CYS>A<N> R<LYS>A<N> sep1 -1.94111
+R<CYS>A<N> R<LYS>A<N> sep2 1.67715
+R<CYS>A<N> R<LYS>A<NZ> central_sep1 3.28555
+R<CYS>A<N> R<LYS>A<NZ> central_sep2 2.03019
+R<CYS>A<N> R<LYS>A<NZ> sep1 3.20896
+R<CYS>A<N> R<LYS>A<NZ> sep2 1.29391
+R<CYS>A<N> R<LYS>A<O> central_sep1 -1.23346
+R<CYS>A<N> R<LYS>A<O> central_sep2 -0.866959
+R<CYS>A<N> R<LYS>A<O> sep1 0.235239
+R<CYS>A<N> R<LYS>A<O> sep2 0.606808
+R<CYS>A<N> R<MET>A<C> central_sep1 -0.289228
+R<CYS>A<N> R<MET>A<C> central_sep2 3.27943
+R<CYS>A<N> R<MET>A<C> sep1 -1.65264
+R<CYS>A<N> R<MET>A<C> sep2 1.17574
+R<CYS>A<N> R<MET>A<CA> central_sep1 2.35624
+R<CYS>A<N> R<MET>A<CA> central_sep2 1.63049
+R<CYS>A<N> R<MET>A<CA> sep1 -2.09064
+R<CYS>A<N> R<MET>A<CA> sep2 0.780602
+R<CYS>A<N> R<MET>A<CB> central_sep1 0.99602
+R<CYS>A<N> R<MET>A<CB> central_sep2 0.927175
+R<CYS>A<N> R<MET>A<CB> sep1 -1.15596
+R<CYS>A<N> R<MET>A<CB> sep2 0.790602
+R<CYS>A<N> R<MET>A<CE> central_sep1 1.60441
+R<CYS>A<N> R<MET>A<CE> central_sep2 0.0447235
+R<CYS>A<N> R<MET>A<CE> sep1 2.11708
+R<CYS>A<N> R<MET>A<CE> sep2 0.0634854
+R<CYS>A<N> R<MET>A<CG> central_sep1 0.603879
+R<CYS>A<N> R<MET>A<CG> central_sep2 0.515016
+R<CYS>A<N> R<MET>A<CG> sep1 0.0934082
+R<CYS>A<N> R<MET>A<CG> sep2 0.139922
+R<CYS>A<N> R<MET>A<N> central_sep1 1.884
+R<CYS>A<N> R<MET>A<N> central_sep2 2.09309
+R<CYS>A<N> R<MET>A<N> sep1 -1.96527
+R<CYS>A<N> R<MET>A<N> sep2 1.07038
+R<CYS>A<N> R<MET>A<O> central_sep1 -1.94219
+R<CYS>A<N> R<MET>A<O> central_sep2 -1.43468
+R<CYS>A<N> R<MET>A<O> sep1 0.179358
+R<CYS>A<N> R<MET>A<O> sep2 0.721414
+R<CYS>A<N> R<MET>A<SD> central_sep1 1.05556
+R<CYS>A<N> R<MET>A<SD> central_sep2 0.174035
+R<CYS>A<N> R<MET>A<SD> sep1 1.7165
+R<CYS>A<N> R<MET>A<SD> sep2 -0.173544
+R<CYS>A<N> R<PHE>A<C> central_sep1 -0.261722
+R<CYS>A<N> R<PHE>A<C> central_sep2 3.21121
+R<CYS>A<N> R<PHE>A<C> sep1 -1.49652
+R<CYS>A<N> R<PHE>A<C> sep2 1.36673
+R<CYS>A<N> R<PHE>A<CA> central_sep1 2.25996
+R<CYS>A<N> R<PHE>A<CA> central_sep2 1.07038
+R<CYS>A<N> R<PHE>A<CA> sep1 -2.29156
+R<CYS>A<N> R<PHE>A<CA> sep2 0.755617
+R<CYS>A<N> R<PHE>A<CB> central_sep1 1.36305
+R<CYS>A<N> R<PHE>A<CB> central_sep2 0.661858
+R<CYS>A<N> R<PHE>A<CB> sep1 -1.17698
+R<CYS>A<N> R<PHE>A<CB> sep2 0.374262
+R<CYS>A<N> R<PHE>A<CD1> central_sep1 0.173565
+R<CYS>A<N> R<PHE>A<CD1> central_sep2 0.426452
+R<CYS>A<N> R<PHE>A<CD1> sep1 -0.109266
+R<CYS>A<N> R<PHE>A<CD1> sep2 -0.0173409
+R<CYS>A<N> R<PHE>A<CE1> central_sep1 1.64179
+R<CYS>A<N> R<PHE>A<CE1> central_sep2 0.00949127
+R<CYS>A<N> R<PHE>A<CE1> sep1 2.12786
+R<CYS>A<N> R<PHE>A<CE1> sep2 -0.212057
+R<CYS>A<N> R<PHE>A<CG> central_sep1 0.547455
+R<CYS>A<N> R<PHE>A<CG> central_sep2 1.11672
+R<CYS>A<N> R<PHE>A<CG> sep1 -1.08675
+R<CYS>A<N> R<PHE>A<CG> sep2 0.234798
+R<CYS>A<N> R<PHE>A<CZ> central_sep1 2.6474
+R<CYS>A<N> R<PHE>A<CZ> central_sep2 -0.125976
+R<CYS>A<N> R<PHE>A<CZ> sep1 2.68413
+R<CYS>A<N> R<PHE>A<CZ> sep2 -0.200965
+R<CYS>A<N> R<PHE>A<N> central_sep1 2.52822
+R<CYS>A<N> R<PHE>A<N> central_sep2 2.09627
+R<CYS>A<N> R<PHE>A<N> sep1 -2.12539
+R<CYS>A<N> R<PHE>A<N> sep2 1.15185
+R<CYS>A<N> R<PHE>A<O> central_sep1 -2.00711
+R<CYS>A<N> R<PHE>A<O> central_sep2 -1.76887
+R<CYS>A<N> R<PHE>A<O> sep1 0.106036
+R<CYS>A<N> R<PHE>A<O> sep2 0.352036
+R<CYS>A<N> R<PRO>A<C> central_sep1 -0.484651
+R<CYS>A<N> R<PRO>A<C> central_sep2 3.06466
+R<CYS>A<N> R<PRO>A<C> sep1 -1.58766
+R<CYS>A<N> R<PRO>A<C> sep2 1.32061
+R<CYS>A<N> R<PRO>A<CA> central_sep1 2.10693
+R<CYS>A<N> R<PRO>A<CA> central_sep2 1.62926
+R<CYS>A<N> R<PRO>A<CA> sep1 -2.08275
+R<CYS>A<N> R<PRO>A<CA> sep2 0.985644
+R<CYS>A<N> R<PRO>A<CB> central_sep1 1.69732
+R<CYS>A<N> R<PRO>A<CB> central_sep2 0.9597
+R<CYS>A<N> R<PRO>A<CB> sep1 -0.835299
+R<CYS>A<N> R<PRO>A<CB> sep2 0.496883
+R<CYS>A<N> R<PRO>A<CD> central_sep1 0.277769
+R<CYS>A<N> R<PRO>A<CD> central_sep2 0.7797
+R<CYS>A<N> R<PRO>A<CD> sep1 -0.0176469
+R<CYS>A<N> R<PRO>A<CD> sep2 0.605977
+R<CYS>A<N> R<PRO>A<CG> central_sep1 1.96493
+R<CYS>A<N> R<PRO>A<CG> central_sep2 0.721955
+R<CYS>A<N> R<PRO>A<CG> sep1 0.770207
+R<CYS>A<N> R<PRO>A<CG> sep2 0.32633
+R<CYS>A<N> R<PRO>A<N> central_sep1 1.93116
+R<CYS>A<N> R<PRO>A<N> central_sep2 3.86084
+R<CYS>A<N> R<PRO>A<N> sep1 -2.54483
+R<CYS>A<N> R<PRO>A<N> sep2 1.63237
+R<CYS>A<N> R<PRO>A<O> central_sep1 -1.19435
+R<CYS>A<N> R<PRO>A<O> central_sep2 -0.419419
+R<CYS>A<N> R<PRO>A<O> sep1 -0.0208737
+R<CYS>A<N> R<PRO>A<O> sep2 0.637725
+R<CYS>A<N> R<SER>A<C> central_sep1 -0.390076
+R<CYS>A<N> R<SER>A<C> central_sep2 2.43249
+R<CYS>A<N> R<SER>A<C> sep1 -1.74572
+R<CYS>A<N> R<SER>A<C> sep2 0.820647
+R<CYS>A<N> R<SER>A<CA> central_sep1 2.28672
+R<CYS>A<N> R<SER>A<CA> central_sep2 0.885102
+R<CYS>A<N> R<SER>A<CA> sep1 -2.21326
+R<CYS>A<N> R<SER>A<CA> sep2 0.666239
+R<CYS>A<N> R<SER>A<CB> central_sep1 1.1566
+R<CYS>A<N> R<SER>A<CB> central_sep2 0.809541
+R<CYS>A<N> R<SER>A<CB> sep1 -0.937605
+R<CYS>A<N> R<SER>A<CB> sep2 0.323677
+R<CYS>A<N> R<SER>A<N> central_sep1 1.41796
+R<CYS>A<N> R<SER>A<N> central_sep2 1.81563
+R<CYS>A<N> R<SER>A<N> sep1 -2.18576
+R<CYS>A<N> R<SER>A<N> sep2 1.00719
+R<CYS>A<N> R<SER>A<O> central_sep1 -1.55102
+R<CYS>A<N> R<SER>A<O> central_sep2 -1.18721
+R<CYS>A<N> R<SER>A<O> sep1 0.171867
+R<CYS>A<N> R<SER>A<O> sep2 0.524672
+R<CYS>A<N> R<SER>A<OG> central_sep1 -0.54308
+R<CYS>A<N> R<SER>A<OG> central_sep2 -0.310525
+R<CYS>A<N> R<SER>A<OG> sep1 -0.252106
+R<CYS>A<N> R<SER>A<OG> sep2 0.187883
+R<CYS>A<N> R<THR>A<C> central_sep1 -0.309068
+R<CYS>A<N> R<THR>A<C> central_sep2 2.19851
+R<CYS>A<N> R<THR>A<C> sep1 -1.66673
+R<CYS>A<N> R<THR>A<C> sep2 1.40268
+R<CYS>A<N> R<THR>A<CA> central_sep1 2.36616
+R<CYS>A<N> R<THR>A<CA> central_sep2 1.22694
+R<CYS>A<N> R<THR>A<CA> sep1 -2.22553
+R<CYS>A<N> R<THR>A<CA> sep2 0.735833
+R<CYS>A<N> R<THR>A<CB> central_sep1 0.911321
+R<CYS>A<N> R<THR>A<CB> central_sep2 1.03203
+R<CYS>A<N> R<THR>A<CB> sep1 -1.51636
+R<CYS>A<N> R<THR>A<CB> sep2 0.30384
+R<CYS>A<N> R<THR>A<CG2> central_sep1 0.610504
+R<CYS>A<N> R<THR>A<CG2> central_sep2 0.609697
+R<CYS>A<N> R<THR>A<CG2> sep1 0.0386138
+R<CYS>A<N> R<THR>A<CG2> sep2 0.524142
+R<CYS>A<N> R<THR>A<N> central_sep1 1.04613
+R<CYS>A<N> R<THR>A<N> central_sep2 2.28588
+R<CYS>A<N> R<THR>A<N> sep1 -2.06
+R<CYS>A<N> R<THR>A<N> sep2 1.31175
+R<CYS>A<N> R<THR>A<O> central_sep1 -1.51323
+R<CYS>A<N> R<THR>A<O> central_sep2 -1.13958
+R<CYS>A<N> R<THR>A<O> sep1 0.0537166
+R<CYS>A<N> R<THR>A<O> sep2 0.634435
+R<CYS>A<N> R<THR>A<OG1> central_sep1 -0.259374
+R<CYS>A<N> R<THR>A<OG1> central_sep2 -0.11318
+R<CYS>A<N> R<THR>A<OG1> sep1 0.103312
+R<CYS>A<N> R<THR>A<OG1> sep2 0.408462
+R<CYS>A<N> R<TRP>A<C> central_sep1 -0.171609
+R<CYS>A<N> R<TRP>A<C> central_sep2 2.49843
+R<CYS>A<N> R<TRP>A<C> sep1 -1.53631
+R<CYS>A<N> R<TRP>A<C> sep2 1.9788
+R<CYS>A<N> R<TRP>A<CA> central_sep1 1.64495
+R<CYS>A<N> R<TRP>A<CA> central_sep2 0.883834
+R<CYS>A<N> R<TRP>A<CA> sep1 -2.21794
+R<CYS>A<N> R<TRP>A<CA> sep2 0.479812
+R<CYS>A<N> R<TRP>A<CB> central_sep1 1.54366
+R<CYS>A<N> R<TRP>A<CB> central_sep2 0.72047
+R<CYS>A<N> R<TRP>A<CB> sep1 -1.09548
+R<CYS>A<N> R<TRP>A<CB> sep2 0.203377
+R<CYS>A<N> R<TRP>A<CD1> central_sep1 0.213261
+R<CYS>A<N> R<TRP>A<CD1> central_sep2 0.531178
+R<CYS>A<N> R<TRP>A<CD1> sep1 0.292229
+R<CYS>A<N> R<TRP>A<CD1> sep2 0.0860486
+R<CYS>A<N> R<TRP>A<CD2> central_sep1 -0.769746
+R<CYS>A<N> R<TRP>A<CD2> central_sep2 0.712004
+R<CYS>A<N> R<TRP>A<CD2> sep1 -0.432472
+R<CYS>A<N> R<TRP>A<CD2> sep2 0.282741
+R<CYS>A<N> R<TRP>A<CE2> central_sep1 1.63294
+R<CYS>A<N> R<TRP>A<CE2> central_sep2 0.412608
+R<CYS>A<N> R<TRP>A<CE2> sep1 1.65881
+R<CYS>A<N> R<TRP>A<CE2> sep2 -0.196017
+R<CYS>A<N> R<TRP>A<CE3> central_sep1 -0.963955
+R<CYS>A<N> R<TRP>A<CE3> central_sep2 -0.578483
+R<CYS>A<N> R<TRP>A<CE3> sep1 0.556032
+R<CYS>A<N> R<TRP>A<CE3> sep2 -0.487658
+R<CYS>A<N> R<TRP>A<CG> central_sep1 -0.353095
+R<CYS>A<N> R<TRP>A<CG> central_sep2 0.609841
+R<CYS>A<N> R<TRP>A<CG> sep1 -0.910273
+R<CYS>A<N> R<TRP>A<CG> sep2 -0.363978
+R<CYS>A<N> R<TRP>A<CH2> central_sep1 2.71399
+R<CYS>A<N> R<TRP>A<CH2> central_sep2 -0.370891
+R<CYS>A<N> R<TRP>A<CH2> sep1 2.74111
+R<CYS>A<N> R<TRP>A<CH2> sep2 -0.617935
+R<CYS>A<N> R<TRP>A<CZ2> central_sep1 2.73399
+R<CYS>A<N> R<TRP>A<CZ2> central_sep2 -0.77911
+R<CYS>A<N> R<TRP>A<CZ2> sep1 3.19152
+R<CYS>A<N> R<TRP>A<CZ2> sep2 -0.387102
+R<CYS>A<N> R<TRP>A<CZ3> central_sep1 0.419878
+R<CYS>A<N> R<TRP>A<CZ3> central_sep2 -1.32031
+R<CYS>A<N> R<TRP>A<CZ3> sep1 1.56444
+R<CYS>A<N> R<TRP>A<CZ3> sep2 -1.15344
+R<CYS>A<N> R<TRP>A<N> central_sep1 2.3448
+R<CYS>A<N> R<TRP>A<N> central_sep2 1.92669
+R<CYS>A<N> R<TRP>A<N> sep1 -2.14518
+R<CYS>A<N> R<TRP>A<N> sep2 0.70853
+R<CYS>A<N> R<TRP>A<NE1> central_sep1 2.14725
+R<CYS>A<N> R<TRP>A<NE1> central_sep2 0.152018
+R<CYS>A<N> R<TRP>A<NE1> sep1 2.87046
+R<CYS>A<N> R<TRP>A<NE1> sep2 -0.251011
+R<CYS>A<N> R<TRP>A<O> central_sep1 -2.03507
+R<CYS>A<N> R<TRP>A<O> central_sep2 -1.54067
+R<CYS>A<N> R<TRP>A<O> sep1 -0.0261457
+R<CYS>A<N> R<TRP>A<O> sep2 0.303408
+R<CYS>A<N> R<TYR>A<C> central_sep1 -0.265292
+R<CYS>A<N> R<TYR>A<C> central_sep2 3.09596
+R<CYS>A<N> R<TYR>A<C> sep1 -1.4946
+R<CYS>A<N> R<TYR>A<C> sep2 1.2616
+R<CYS>A<N> R<TYR>A<CA> central_sep1 2.88182
+R<CYS>A<N> R<TYR>A<CA> central_sep2 1.22739
+R<CYS>A<N> R<TYR>A<CA> sep1 -2.3426
+R<CYS>A<N> R<TYR>A<CA> sep2 0.5556
+R<CYS>A<N> R<TYR>A<CB> central_sep1 1.18803
+R<CYS>A<N> R<TYR>A<CB> central_sep2 0.54588
+R<CYS>A<N> R<TYR>A<CB> sep1 -1.19303
+R<CYS>A<N> R<TYR>A<CB> sep2 0.254435
+R<CYS>A<N> R<TYR>A<CD1> central_sep1 0.155264
+R<CYS>A<N> R<TYR>A<CD1> central_sep2 0.531955
+R<CYS>A<N> R<TYR>A<CD1> sep1 0.0201515
+R<CYS>A<N> R<TYR>A<CD1> sep2 0.105693
+R<CYS>A<N> R<TYR>A<CE1> central_sep1 1.46457
+R<CYS>A<N> R<TYR>A<CE1> central_sep2 0.377015
+R<CYS>A<N> R<TYR>A<CE1> sep1 2.00982
+R<CYS>A<N> R<TYR>A<CE1> sep2 -0.0784783
+R<CYS>A<N> R<TYR>A<CG> central_sep1 0.171542
+R<CYS>A<N> R<TYR>A<CG> central_sep2 1.92019
+R<CYS>A<N> R<TYR>A<CG> sep1 -0.964618
+R<CYS>A<N> R<TYR>A<CG> sep2 0.120159
+R<CYS>A<N> R<TYR>A<CZ> central_sep1 1.44146
+R<CYS>A<N> R<TYR>A<CZ> central_sep2 0.351625
+R<CYS>A<N> R<TYR>A<CZ> sep1 1.76366
+R<CYS>A<N> R<TYR>A<CZ> sep2 -0.399454
+R<CYS>A<N> R<TYR>A<N> central_sep1 1.93946
+R<CYS>A<N> R<TYR>A<N> central_sep2 1.77908
+R<CYS>A<N> R<TYR>A<N> sep1 -2.08812
+R<CYS>A<N> R<TYR>A<N> sep2 0.788665
+R<CYS>A<N> R<TYR>A<O> central_sep1 -1.89741
+R<CYS>A<N> R<TYR>A<O> central_sep2 -1.68479
+R<CYS>A<N> R<TYR>A<O> sep1 0.0253804
+R<CYS>A<N> R<TYR>A<O> sep2 0.636884
+R<CYS>A<N> R<TYR>A<OH> central_sep1 1.93265
+R<CYS>A<N> R<TYR>A<OH> central_sep2 -0.0175287
+R<CYS>A<N> R<TYR>A<OH> sep1 3.18914
+R<CYS>A<N> R<TYR>A<OH> sep2 0.0427866
+R<CYS>A<N> R<VAL>A<C> central_sep1 0.107792
+R<CYS>A<N> R<VAL>A<C> central_sep2 3.0868
+R<CYS>A<N> R<VAL>A<C> sep1 -1.44083
+R<CYS>A<N> R<VAL>A<C> sep2 2.00731
+R<CYS>A<N> R<VAL>A<CA> central_sep1 2.73186
+R<CYS>A<N> R<VAL>A<CA> central_sep2 1.70634
+R<CYS>A<N> R<VAL>A<CA> sep1 -2.32528
+R<CYS>A<N> R<VAL>A<CA> sep2 1.05869
+R<CYS>A<N> R<VAL>A<CB> central_sep1 1.437
+R<CYS>A<N> R<VAL>A<CB> central_sep2 0.648825
+R<CYS>A<N> R<VAL>A<CB> sep1 -1.43952
+R<CYS>A<N> R<VAL>A<CB> sep2 0.602454
+R<CYS>A<N> R<VAL>A<CG1> central_sep1 0.252458
+R<CYS>A<N> R<VAL>A<CG1> central_sep2 0.425124
+R<CYS>A<N> R<VAL>A<CG1> sep1 -0.550551
+R<CYS>A<N> R<VAL>A<CG1> sep2 0.257598
+R<CYS>A<N> R<VAL>A<CG2> central_sep1 0.674869
+R<CYS>A<N> R<VAL>A<CG2> central_sep2 0.44721
+R<CYS>A<N> R<VAL>A<CG2> sep1 0.998296
+R<CYS>A<N> R<VAL>A<CG2> sep2 0.248714
+R<CYS>A<N> R<VAL>A<N> central_sep1 2.1218
+R<CYS>A<N> R<VAL>A<N> central_sep2 1.92146
+R<CYS>A<N> R<VAL>A<N> sep1 -1.85701
+R<CYS>A<N> R<VAL>A<N> sep2 0.952016
+R<CYS>A<N> R<VAL>A<O> central_sep1 -1.75831
+R<CYS>A<N> R<VAL>A<O> central_sep2 -1.71806
+R<CYS>A<N> R<VAL>A<O> sep1 -0.00895944
+R<CYS>A<N> R<VAL>A<O> sep2 0.426466
+R<CYS>A<N> c<solvent> . 1.93296
+R<CYS>A<O> R<CYS>A<O> central_sep1 -0.853817
+R<CYS>A<O> R<CYS>A<O> central_sep2 -1.10696
+R<CYS>A<O> R<CYS>A<O> sep1 0.14363
+R<CYS>A<O> R<CYS>A<O> sep2 -0.560832
+R<CYS>A<O> R<CYS>A<SG> central_sep1 -0.939731
+R<CYS>A<O> R<CYS>A<SG> central_sep2 -1.20012
+R<CYS>A<O> R<CYS>A<SG> sep1 0.423203
+R<CYS>A<O> R<CYS>A<SG> sep2 -2.16529
+R<CYS>A<O> R<GLN>A<C> central_sep1 -0.749018
+R<CYS>A<O> R<GLN>A<C> central_sep2 2.1577
+R<CYS>A<O> R<GLN>A<C> sep1 -1.5553
+R<CYS>A<O> R<GLN>A<C> sep2 1.00139
+R<CYS>A<O> R<GLN>A<CA> central_sep1 0.606354
+R<CYS>A<O> R<GLN>A<CA> central_sep2 -0.497895
+R<CYS>A<O> R<GLN>A<CA> sep1 -2.08484
+R<CYS>A<O> R<GLN>A<CA> sep2 0.481817
+R<CYS>A<O> R<GLN>A<CB> central_sep1 -0.925137
+R<CYS>A<O> R<GLN>A<CB> central_sep2 0.173378
+R<CYS>A<O> R<GLN>A<CB> sep1 0.343516
+R<CYS>A<O> R<GLN>A<CB> sep2 -0.0591019
+R<CYS>A<O> R<GLN>A<CD> central_sep1 0.660363
+R<CYS>A<O> R<GLN>A<CD> central_sep2 0.801144
+R<CYS>A<O> R<GLN>A<CD> sep1 0.748687
+R<CYS>A<O> R<GLN>A<CD> sep2 -0.139524
+R<CYS>A<O> R<GLN>A<CG> central_sep1 -0.986162
+R<CYS>A<O> R<GLN>A<CG> central_sep2 -0.195433
+R<CYS>A<O> R<GLN>A<CG> sep1 0.735173
+R<CYS>A<O> R<GLN>A<CG> sep2 0.1689
+R<CYS>A<O> R<GLN>A<N> central_sep1 -1.53091
+R<CYS>A<O> R<GLN>A<N> central_sep2 -0.787015
+R<CYS>A<O> R<GLN>A<N> sep1 0.182596
+R<CYS>A<O> R<GLN>A<N> sep2 0.950432
+R<CYS>A<O> R<GLN>A<NE2> central_sep1 -0.0204391
+R<CYS>A<O> R<GLN>A<NE2> central_sep2 -0.401132
+R<CYS>A<O> R<GLN>A<NE2> sep1 1.55314
+R<CYS>A<O> R<GLN>A<NE2> sep2 0.646357
+R<CYS>A<O> R<GLN>A<O> central_sep1 0.416001
+R<CYS>A<O> R<GLN>A<O> central_sep2 0.721956
+R<CYS>A<O> R<GLN>A<O> sep1 0.592997
+R<CYS>A<O> R<GLN>A<O> sep2 1.06611
+R<CYS>A<O> R<GLN>A<OE1> central_sep1 0.929878
+R<CYS>A<O> R<GLN>A<OE1> central_sep2 0.400719
+R<CYS>A<O> R<GLN>A<OE1> sep1 1.54846
+R<CYS>A<O> R<GLN>A<OE1> sep2 0.193172
+R<CYS>A<O> R<GLU>A<C> central_sep1 -0.671351
+R<CYS>A<O> R<GLU>A<C> central_sep2 1.98983
+R<CYS>A<O> R<GLU>A<C> sep1 -1.39902
+R<CYS>A<O> R<GLU>A<C> sep2 1.64007
+R<CYS>A<O> R<GLU>A<CA> central_sep1 0.895248
+R<CYS>A<O> R<GLU>A<CA> central_sep2 -0.277653
+R<CYS>A<O> R<GLU>A<CA> sep1 -1.90513
+R<CYS>A<O> R<GLU>A<CA> sep2 0.75841
+R<CYS>A<O> R<GLU>A<CB> central_sep1 -0.717073
+R<CYS>A<O> R<GLU>A<CB> central_sep2 0.650381
+R<CYS>A<O> R<GLU>A<CB> sep1 0.54766
+R<CYS>A<O> R<GLU>A<CB> sep2 0.202886
+R<CYS>A<O> R<GLU>A<CD> central_sep1 1.34226
+R<CYS>A<O> R<GLU>A<CD> central_sep2 1.50002
+R<CYS>A<O> R<GLU>A<CD> sep1 1.04837
+R<CYS>A<O> R<GLU>A<CD> sep2 0.695856
+R<CYS>A<O> R<GLU>A<CG> central_sep1 -0.504476
+R<CYS>A<O> R<GLU>A<CG> central_sep2 0.424651
+R<CYS>A<O> R<GLU>A<CG> sep1 0.904202
+R<CYS>A<O> R<GLU>A<CG> sep2 0.794716
+R<CYS>A<O> R<GLU>A<N> central_sep1 -1.21712
+R<CYS>A<O> R<GLU>A<N> central_sep2 -0.364031
+R<CYS>A<O> R<GLU>A<N> sep1 0.264539
+R<CYS>A<O> R<GLU>A<N> sep2 1.17751
+R<CYS>A<O> R<GLU>A<O> central_sep1 0.691803
+R<CYS>A<O> R<GLU>A<O> central_sep2 0.997424
+R<CYS>A<O> R<GLU>A<O> sep1 0.745091
+R<CYS>A<O> R<GLU>A<O> sep2 1.15563
+R<CYS>A<O> R<GLU>A<OE1> central_sep1 1.80611
+R<CYS>A<O> R<GLU>A<OE1> central_sep2 1.38059
+R<CYS>A<O> R<GLU>A<OE1> sep1 1.90613
+R<CYS>A<O> R<GLU>A<OE1> sep2 1.07038
+R<CYS>A<O> R<GLY>A<C> central_sep1 -0.0967139
+R<CYS>A<O> R<GLY>A<C> central_sep2 0.986254
+R<CYS>A<O> R<GLY>A<C> sep1 -1.58456
+R<CYS>A<O> R<GLY>A<C> sep2 -0.175998
+R<CYS>A<O> R<GLY>A<CA> central_sep1 0.291411
+R<CYS>A<O> R<GLY>A<CA> central_sep2 -0.696438
+R<CYS>A<O> R<GLY>A<CA> sep1 -1.45012
+R<CYS>A<O> R<GLY>A<CA> sep2 -0.00894513
+R<CYS>A<O> R<GLY>A<N> central_sep1 -1.65254
+R<CYS>A<O> R<GLY>A<N> central_sep2 -1.23935
+R<CYS>A<O> R<GLY>A<N> sep1 -0.129756
+R<CYS>A<O> R<GLY>A<N> sep2 0.16123
+R<CYS>A<O> R<GLY>A<O> central_sep1 0.551934
+R<CYS>A<O> R<GLY>A<O> central_sep2 0.415245
+R<CYS>A<O> R<GLY>A<O> sep1 0.514825
+R<CYS>A<O> R<GLY>A<O> sep2 0.36469
+R<CYS>A<O> R<HIS>A<C> central_sep1 -1.0564
+R<CYS>A<O> R<HIS>A<C> central_sep2 1.79857
+R<CYS>A<O> R<HIS>A<C> sep1 -1.63201
+R<CYS>A<O> R<HIS>A<C> sep2 0.707959
+R<CYS>A<O> R<HIS>A<CA> central_sep1 0.484581
+R<CYS>A<O> R<HIS>A<CA> central_sep2 -0.519943
+R<CYS>A<O> R<HIS>A<CA> sep1 -2.31294
+R<CYS>A<O> R<HIS>A<CA> sep2 0.223654
+R<CYS>A<O> R<HIS>A<CB> central_sep1 -1.28469
+R<CYS>A<O> R<HIS>A<CB> central_sep2 -0.559445
+R<CYS>A<O> R<HIS>A<CB> sep1 0.165353
+R<CYS>A<O> R<HIS>A<CB> sep2 -0.160847
+R<CYS>A<O> R<HIS>A<CD2> central_sep1 -1.15943
+R<CYS>A<O> R<HIS>A<CD2> central_sep2 -0.538802
+R<CYS>A<O> R<HIS>A<CD2> sep1 0.812919
+R<CYS>A<O> R<HIS>A<CD2> sep2 0.00582798
+R<CYS>A<O> R<HIS>A<CE1> central_sep1 0.198237
+R<CYS>A<O> R<HIS>A<CE1> central_sep2 -0.386903
+R<CYS>A<O> R<HIS>A<CE1> sep1 1.08696
+R<CYS>A<O> R<HIS>A<CE1> sep2 0.0108764
+R<CYS>A<O> R<HIS>A<CG> central_sep1 -0.254421
+R<CYS>A<O> R<HIS>A<CG> central_sep2 0.265807
+R<CYS>A<O> R<HIS>A<CG> sep1 0.211627
+R<CYS>A<O> R<HIS>A<CG> sep2 -0.577816
+R<CYS>A<O> R<HIS>A<N> central_sep1 -1.97889
+R<CYS>A<O> R<HIS>A<N> central_sep2 -1.12873
+R<CYS>A<O> R<HIS>A<N> sep1 -0.0286652
+R<CYS>A<O> R<HIS>A<N> sep2 0.45932
+R<CYS>A<O> R<HIS>A<ND1> central_sep1 -0.836566
+R<CYS>A<O> R<HIS>A<ND1> central_sep2 -0.292599
+R<CYS>A<O> R<HIS>A<ND1> sep1 0.36108
+R<CYS>A<O> R<HIS>A<ND1> sep2 -0.41448
+R<CYS>A<O> R<HIS>A<NE2> central_sep1 0.720816
+R<CYS>A<O> R<HIS>A<NE2> central_sep2 -0.520981
+R<CYS>A<O> R<HIS>A<NE2> sep1 1.14909
+R<CYS>A<O> R<HIS>A<NE2> sep2 -0.213702
+R<CYS>A<O> R<HIS>A<O> central_sep1 0.465169
+R<CYS>A<O> R<HIS>A<O> central_sep2 0.301539
+R<CYS>A<O> R<HIS>A<O> sep1 0.452531
+R<CYS>A<O> R<HIS>A<O> sep2 0.536461
+R<CYS>A<O> R<ILE>A<C> central_sep1 -0.34692
+R<CYS>A<O> R<ILE>A<C> central_sep2 2.49429
+R<CYS>A<O> R<ILE>A<C> sep1 -1.02804
+R<CYS>A<O> R<ILE>A<C> sep2 1.53423
+R<CYS>A<O> R<ILE>A<CA> central_sep1 1.2
+R<CYS>A<O> R<ILE>A<CA> central_sep2 -1.08516
+R<CYS>A<O> R<ILE>A<CA> sep1 -1.92389
+R<CYS>A<O> R<ILE>A<CA> sep2 0.511988
+R<CYS>A<O> R<ILE>A<CB> central_sep1 -1.52611
+R<CYS>A<O> R<ILE>A<CB> central_sep2 -0.332663
+R<CYS>A<O> R<ILE>A<CB> sep1 0.433699
+R<CYS>A<O> R<ILE>A<CB> sep2 -0.887889
+R<CYS>A<O> R<ILE>A<CD1> central_sep1 0.472264
+R<CYS>A<O> R<ILE>A<CD1> central_sep2 -0.331344
+R<CYS>A<O> R<ILE>A<CD1> sep1 1.2502
+R<CYS>A<O> R<ILE>A<CD1> sep2 0.209751
+R<CYS>A<O> R<ILE>A<CG1> central_sep1 -1.15789
+R<CYS>A<O> R<ILE>A<CG1> central_sep2 -0.254997
+R<CYS>A<O> R<ILE>A<CG1> sep1 0.436708
+R<CYS>A<O> R<ILE>A<CG1> sep2 -0.323685
+R<CYS>A<O> R<ILE>A<CG2> central_sep1 -0.23773
+R<CYS>A<O> R<ILE>A<CG2> central_sep2 -0.343728
+R<CYS>A<O> R<ILE>A<CG2> sep1 1.23795
+R<CYS>A<O> R<ILE>A<CG2> sep2 0.312546
+R<CYS>A<O> R<ILE>A<N> central_sep1 -1.80387
+R<CYS>A<O> R<ILE>A<N> central_sep2 -1.6235
+R<CYS>A<O> R<ILE>A<N> sep1 0.142056
+R<CYS>A<O> R<ILE>A<N> sep2 0.628689
+R<CYS>A<O> R<ILE>A<O> central_sep1 0.352259
+R<CYS>A<O> R<ILE>A<O> central_sep2 0.0414781
+R<CYS>A<O> R<ILE>A<O> sep1 0.985466
+R<CYS>A<O> R<ILE>A<O> sep2 0.627839
+R<CYS>A<O> R<LEU>A<C> central_sep1 -0.476075
+R<CYS>A<O> R<LEU>A<C> central_sep2 2.01709
+R<CYS>A<O> R<LEU>A<C> sep1 -1.32089
+R<CYS>A<O> R<LEU>A<C> sep2 1.08616
+R<CYS>A<O> R<LEU>A<CA> central_sep1 1.05019
+R<CYS>A<O> R<LEU>A<CA> central_sep2 -0.698322
+R<CYS>A<O> R<LEU>A<CA> sep1 -2.01001
+R<CYS>A<O> R<LEU>A<CA> sep2 0.327761
+R<CYS>A<O> R<LEU>A<CB> central_sep1 -1.46093
+R<CYS>A<O> R<LEU>A<CB> central_sep2 -0.171813
+R<CYS>A<O> R<LEU>A<CB> sep1 0.524947
+R<CYS>A<O> R<LEU>A<CB> sep2 -0.432049
+R<CYS>A<O> R<LEU>A<CD1> central_sep1 0.501801
+R<CYS>A<O> R<LEU>A<CD1> central_sep2 -0.414004
+R<CYS>A<O> R<LEU>A<CD1> sep1 1.24092
+R<CYS>A<O> R<LEU>A<CD1> sep2 0.241725
+R<CYS>A<O> R<LEU>A<CD2> central_sep1 0.538092
+R<CYS>A<O> R<LEU>A<CD2> central_sep2 -0.371478
+R<CYS>A<O> R<LEU>A<CD2> sep1 1.36584
+R<CYS>A<O> R<LEU>A<CD2> sep2 0.400643
+R<CYS>A<O> R<LEU>A<CG> central_sep1 -1.6787
+R<CYS>A<O> R<LEU>A<CG> central_sep2 0.234884
+R<CYS>A<O> R<LEU>A<CG> sep1 0.684412
+R<CYS>A<O> R<LEU>A<CG> sep2 -0.256711
+R<CYS>A<O> R<LEU>A<N> central_sep1 -1.95939
+R<CYS>A<O> R<LEU>A<N> central_sep2 -1.34027
+R<CYS>A<O> R<LEU>A<N> sep1 0.302778
+R<CYS>A<O> R<LEU>A<N> sep2 0.806918
+R<CYS>A<O> R<LEU>A<O> central_sep1 0.353977
+R<CYS>A<O> R<LEU>A<O> central_sep2 0.401206
+R<CYS>A<O> R<LEU>A<O> sep1 0.813098
+R<CYS>A<O> R<LEU>A<O> sep2 0.609027
+R<CYS>A<O> R<LYS>A<C> central_sep1 -0.647027
+R<CYS>A<O> R<LYS>A<C> central_sep2 2.47791
+R<CYS>A<O> R<LYS>A<C> sep1 -1.40222
+R<CYS>A<O> R<LYS>A<C> sep2 1.27618
+R<CYS>A<O> R<LYS>A<CA> central_sep1 0.426634
+R<CYS>A<O> R<LYS>A<CA> central_sep2 -0.252395
+R<CYS>A<O> R<LYS>A<CA> sep1 -1.92253
+R<CYS>A<O> R<LYS>A<CA> sep2 0.710896
+R<CYS>A<O> R<LYS>A<CB> central_sep1 -0.845439
+R<CYS>A<O> R<LYS>A<CB> central_sep2 0.394673
+R<CYS>A<O> R<LYS>A<CB> sep1 0.37969
+R<CYS>A<O> R<LYS>A<CB> sep2 0.0218312
+R<CYS>A<O> R<LYS>A<CD> central_sep1 0.478672
+R<CYS>A<O> R<LYS>A<CD> central_sep2 0.163813
+R<CYS>A<O> R<LYS>A<CD> sep1 1.22683
+R<CYS>A<O> R<LYS>A<CD> sep2 0.290803
+R<CYS>A<O> R<LYS>A<CE> central_sep1 0.766473
+R<CYS>A<O> R<LYS>A<CE> central_sep2 0.0237276
+R<CYS>A<O> R<LYS>A<CE> sep1 1.60854
+R<CYS>A<O> R<LYS>A<CE> sep2 0.211437
+R<CYS>A<O> R<LYS>A<CG> central_sep1 -0.717746
+R<CYS>A<O> R<LYS>A<CG> central_sep2 0.299371
+R<CYS>A<O> R<LYS>A<CG> sep1 0.558009
+R<CYS>A<O> R<LYS>A<CG> sep2 0.240043
+R<CYS>A<O> R<LYS>A<N> central_sep1 -1.41305
+R<CYS>A<O> R<LYS>A<N> central_sep2 -0.856716
+R<CYS>A<O> R<LYS>A<N> sep1 0.240719
+R<CYS>A<O> R<LYS>A<N> sep2 0.90323
+R<CYS>A<O> R<LYS>A<NZ> central_sep1 1.02557
+R<CYS>A<O> R<LYS>A<NZ> central_sep2 -0.191152
+R<CYS>A<O> R<LYS>A<NZ> sep1 2.58984
+R<CYS>A<O> R<LYS>A<NZ> sep2 0.588557
+R<CYS>A<O> R<LYS>A<O> central_sep1 0.540353
+R<CYS>A<O> R<LYS>A<O> central_sep2 0.78412
+R<CYS>A<O> R<LYS>A<O> sep1 0.72852
+R<CYS>A<O> R<LYS>A<O> sep2 1.00912
+R<CYS>A<O> R<MET>A<C> central_sep1 -0.431135
+R<CYS>A<O> R<MET>A<C> central_sep2 2.03222
+R<CYS>A<O> R<MET>A<C> sep1 -1.28611
+R<CYS>A<O> R<MET>A<C> sep2 0.686098
+R<CYS>A<O> R<MET>A<CA> central_sep1 0.786358
+R<CYS>A<O> R<MET>A<CA> central_sep2 -0.866582
+R<CYS>A<O> R<MET>A<CA> sep1 -1.83874
+R<CYS>A<O> R<MET>A<CA> sep2 -0.0860215
+R<CYS>A<O> R<MET>A<CB> central_sep1 -1.37456
+R<CYS>A<O> R<MET>A<CB> central_sep2 -0.329214
+R<CYS>A<O> R<MET>A<CB> sep1 0.369275
+R<CYS>A<O> R<MET>A<CB> sep2 -0.574237
+R<CYS>A<O> R<MET>A<CE> central_sep1 0.251973
+R<CYS>A<O> R<MET>A<CE> central_sep2 -0.649973
+R<CYS>A<O> R<MET>A<CE> sep1 2.15109
+R<CYS>A<O> R<MET>A<CE> sep2 0.154808
+R<CYS>A<O> R<MET>A<CG> central_sep1 -1.22861
+R<CYS>A<O> R<MET>A<CG> central_sep2 -0.540606
+R<CYS>A<O> R<MET>A<CG> sep1 0.937503
+R<CYS>A<O> R<MET>A<CG> sep2 -0.157282
+R<CYS>A<O> R<MET>A<N> central_sep1 -1.86047
+R<CYS>A<O> R<MET>A<N> central_sep2 -1.26264
+R<CYS>A<O> R<MET>A<N> sep1 0.324513
+R<CYS>A<O> R<MET>A<N> sep2 0.802429
+R<CYS>A<O> R<MET>A<O> central_sep1 0.583701
+R<CYS>A<O> R<MET>A<O> central_sep2 0.386629
+R<CYS>A<O> R<MET>A<O> sep1 0.958171
+R<CYS>A<O> R<MET>A<O> sep2 0.636871
+R<CYS>A<O> R<MET>A<SD> central_sep1 0.716007
+R<CYS>A<O> R<MET>A<SD> central_sep2 -0.0245448
+R<CYS>A<O> R<MET>A<SD> sep1 1.39001
+R<CYS>A<O> R<MET>A<SD> sep2 -0.160941
+R<CYS>A<O> R<PHE>A<C> central_sep1 -0.584652
+R<CYS>A<O> R<PHE>A<C> central_sep2 1.5742
+R<CYS>A<O> R<PHE>A<C> sep1 -1.07461
+R<CYS>A<O> R<PHE>A<C> sep2 0.628086
+R<CYS>A<O> R<PHE>A<CA> central_sep1 1.08284
+R<CYS>A<O> R<PHE>A<CA> central_sep2 -1.26254
+R<CYS>A<O> R<PHE>A<CA> sep1 -1.96083
+R<CYS>A<O> R<PHE>A<CA> sep2 0.102731
+R<CYS>A<O> R<PHE>A<CB> central_sep1 -1.23521
+R<CYS>A<O> R<PHE>A<CB> central_sep2 -0.529584
+R<CYS>A<O> R<PHE>A<CB> sep1 0.263859
+R<CYS>A<O> R<PHE>A<CB> sep2 -0.654914
+R<CYS>A<O> R<PHE>A<CD1> central_sep1 -0.68014
+R<CYS>A<O> R<PHE>A<CD1> central_sep2 -0.675288
+R<CYS>A<O> R<PHE>A<CD1> sep1 0.701357
+R<CYS>A<O> R<PHE>A<CD1> sep2 -0.116758
+R<CYS>A<O> R<PHE>A<CE1> central_sep1 0.452123
+R<CYS>A<O> R<PHE>A<CE1> central_sep2 -0.430899
+R<CYS>A<O> R<PHE>A<CE1> sep1 1.29175
+R<CYS>A<O> R<PHE>A<CE1> sep2 -0.297394
+R<CYS>A<O> R<PHE>A<CG> central_sep1 0.132231
+R<CYS>A<O> R<PHE>A<CG> central_sep2 1.10843
+R<CYS>A<O> R<PHE>A<CG> sep1 -0.0834403
+R<CYS>A<O> R<PHE>A<CG> sep2 -0.544034
+R<CYS>A<O> R<PHE>A<CZ> central_sep1 1.32333
+R<CYS>A<O> R<PHE>A<CZ> central_sep2 -0.56188
+R<CYS>A<O> R<PHE>A<CZ> sep1 1.99226
+R<CYS>A<O> R<PHE>A<CZ> sep2 -0.243785
+R<CYS>A<O> R<PHE>A<N> central_sep1 -1.74594
+R<CYS>A<O> R<PHE>A<N> central_sep2 -1.67219
+R<CYS>A<O> R<PHE>A<N> sep1 0.257324
+R<CYS>A<O> R<PHE>A<N> sep2 0.351063
+R<CYS>A<O> R<PHE>A<O> central_sep1 0.546998
+R<CYS>A<O> R<PHE>A<O> central_sep2 0.0283665
+R<CYS>A<O> R<PHE>A<O> sep1 0.854492
+R<CYS>A<O> R<PHE>A<O> sep2 0.452949
+R<CYS>A<O> R<PRO>A<C> central_sep1 -1.39616
+R<CYS>A<O> R<PRO>A<C> central_sep2 2.14021
+R<CYS>A<O> R<PRO>A<C> sep1 -1.98425
+R<CYS>A<O> R<PRO>A<C> sep2 1.2827
+R<CYS>A<O> R<PRO>A<CA> central_sep1 0.210565
+R<CYS>A<O> R<PRO>A<CA> central_sep2 -0.472663
+R<CYS>A<O> R<PRO>A<CA> sep1 -1.90531
+R<CYS>A<O> R<PRO>A<CA> sep2 0.190547
+R<CYS>A<O> R<PRO>A<CB> central_sep1 0.669375
+R<CYS>A<O> R<PRO>A<CB> central_sep2 -0.0853781
+R<CYS>A<O> R<PRO>A<CB> sep1 0.490553
+R<CYS>A<O> R<PRO>A<CB> sep2 -0.140901
+R<CYS>A<O> R<PRO>A<CD> central_sep1 -0.736766
+R<CYS>A<O> R<PRO>A<CD> central_sep2 -0.286332
+R<CYS>A<O> R<PRO>A<CD> sep1 -0.0532987
+R<CYS>A<O> R<PRO>A<CD> sep2 0.595938
+R<CYS>A<O> R<PRO>A<CG> central_sep1 0.916124
+R<CYS>A<O> R<PRO>A<CG> central_sep2 -0.301446
+R<CYS>A<O> R<PRO>A<CG> sep1 1.16675
+R<CYS>A<O> R<PRO>A<CG> sep2 0.00273004
+R<CYS>A<O> R<PRO>A<N> central_sep1 0.0317287
+R<CYS>A<O> R<PRO>A<N> central_sep2 1.16969
+R<CYS>A<O> R<PRO>A<N> sep1 -1.26023
+R<CYS>A<O> R<PRO>A<N> sep2 -0.290529
+R<CYS>A<O> R<PRO>A<O> central_sep1 0.421077
+R<CYS>A<O> R<PRO>A<O> central_sep2 0.966235
+R<CYS>A<O> R<PRO>A<O> sep1 0.0910968
+R<CYS>A<O> R<PRO>A<O> sep2 0.673742
+R<CYS>A<O> R<SER>A<C> central_sep1 -0.633684
+R<CYS>A<O> R<SER>A<C> central_sep2 1.31203
+R<CYS>A<O> R<SER>A<C> sep1 -1.59987
+R<CYS>A<O> R<SER>A<C> sep2 0.589404
+R<CYS>A<O> R<SER>A<CA> central_sep1 0.79906
+R<CYS>A<O> R<SER>A<CA> central_sep2 -0.834201
+R<CYS>A<O> R<SER>A<CA> sep1 -2.08186
+R<CYS>A<O> R<SER>A<CA> sep2 0.118838
+R<CYS>A<O> R<SER>A<CB> central_sep1 -0.520347
+R<CYS>A<O> R<SER>A<CB> central_sep2 -0.376469
+R<CYS>A<O> R<SER>A<CB> sep1 0.226329
+R<CYS>A<O> R<SER>A<CB> sep2 -0.476081
+R<CYS>A<O> R<SER>A<N> central_sep1 -1.33577
+R<CYS>A<O> R<SER>A<N> central_sep2 -1.22045
+R<CYS>A<O> R<SER>A<N> sep1 -0.167606
+R<CYS>A<O> R<SER>A<N> sep2 0.557898
+R<CYS>A<O> R<SER>A<O> central_sep1 0.337726
+R<CYS>A<O> R<SER>A<O> central_sep2 0.442422
+R<CYS>A<O> R<SER>A<O> sep1 0.511079
+R<CYS>A<O> R<SER>A<O> sep2 0.648118
+R<CYS>A<O> R<SER>A<OG> central_sep1 -0.393821
+R<CYS>A<O> R<SER>A<OG> central_sep2 -0.0599137
+R<CYS>A<O> R<SER>A<OG> sep1 0.877303
+R<CYS>A<O> R<SER>A<OG> sep2 -0.0455066
+R<CYS>A<O> R<THR>A<C> central_sep1 -0.25731
+R<CYS>A<O> R<THR>A<C> central_sep2 1.65586
+R<CYS>A<O> R<THR>A<C> sep1 -1.287
+R<CYS>A<O> R<THR>A<C> sep2 0.800464
+R<CYS>A<O> R<THR>A<CA> central_sep1 1.25021
+R<CYS>A<O> R<THR>A<CA> central_sep2 -1.05014
+R<CYS>A<O> R<THR>A<CA> sep1 -2.10599
+R<CYS>A<O> R<THR>A<CA> sep2 0.458241
+R<CYS>A<O> R<THR>A<CB> central_sep1 -0.553714
+R<CYS>A<O> R<THR>A<CB> central_sep2 -0.342875
+R<CYS>A<O> R<THR>A<CB> sep1 0.311255
+R<CYS>A<O> R<THR>A<CB> sep2 -0.745624
+R<CYS>A<O> R<THR>A<CG2> central_sep1 -0.332649
+R<CYS>A<O> R<THR>A<CG2> central_sep2 -0.263538
+R<CYS>A<O> R<THR>A<CG2> sep1 0.862331
+R<CYS>A<O> R<THR>A<CG2> sep2 0.338586
+R<CYS>A<O> R<THR>A<N> central_sep1 -1.23041
+R<CYS>A<O> R<THR>A<N> central_sep2 -1.08489
+R<CYS>A<O> R<THR>A<N> sep1 0.0429838
+R<CYS>A<O> R<THR>A<N> sep2 0.800106
+R<CYS>A<O> R<THR>A<O> central_sep1 0.512052
+R<CYS>A<O> R<THR>A<O> central_sep2 0.515675
+R<CYS>A<O> R<THR>A<O> sep1 0.803943
+R<CYS>A<O> R<THR>A<O> sep2 0.705163
+R<CYS>A<O> R<THR>A<OG1> central_sep1 -0.538576
+R<CYS>A<O> R<THR>A<OG1> central_sep2 -0.0794087
+R<CYS>A<O> R<THR>A<OG1> sep1 0.889966
+R<CYS>A<O> R<THR>A<OG1> sep2 0.0643715
+R<CYS>A<O> R<TRP>A<C> central_sep1 -0.598434
+R<CYS>A<O> R<TRP>A<C> central_sep2 2.22464
+R<CYS>A<O> R<TRP>A<C> sep1 -1.03116
+R<CYS>A<O> R<TRP>A<C> sep2 0.767774
+R<CYS>A<O> R<TRP>A<CA> central_sep1 0.224279
+R<CYS>A<O> R<TRP>A<CA> central_sep2 -1.44013
+R<CYS>A<O> R<TRP>A<CA> sep1 -1.90811
+R<CYS>A<O> R<TRP>A<CA> sep2 0.387087
+R<CYS>A<O> R<TRP>A<CB> central_sep1 -1.16053
+R<CYS>A<O> R<TRP>A<CB> central_sep2 -0.780688
+R<CYS>A<O> R<TRP>A<CB> sep1 0.580176
+R<CYS>A<O> R<TRP>A<CB> sep2 -0.680318
+R<CYS>A<O> R<TRP>A<CD1> central_sep1 -0.739983
+R<CYS>A<O> R<TRP>A<CD1> central_sep2 -0.557912
+R<CYS>A<O> R<TRP>A<CD1> sep1 0.864849
+R<CYS>A<O> R<TRP>A<CD1> sep2 -0.216434
+R<CYS>A<O> R<TRP>A<CD2> central_sep1 0.219222
+R<CYS>A<O> R<TRP>A<CD2> central_sep2 0.763692
+R<CYS>A<O> R<TRP>A<CD2> sep1 0.599933
+R<CYS>A<O> R<TRP>A<CD2> sep2 0.109264
+R<CYS>A<O> R<TRP>A<CE2> central_sep1 0.534368
+R<CYS>A<O> R<TRP>A<CE2> central_sep2 1.21729
+R<CYS>A<O> R<TRP>A<CE2> sep1 0.914491
+R<CYS>A<O> R<TRP>A<CE2> sep2 0.518926
+R<CYS>A<O> R<TRP>A<CE3> central_sep1 0.00173715
+R<CYS>A<O> R<TRP>A<CE3> central_sep2 -0.690237
+R<CYS>A<O> R<TRP>A<CE3> sep1 1.07765
+R<CYS>A<O> R<TRP>A<CE3> sep2 -0.359219
+R<CYS>A<O> R<TRP>A<CG> central_sep1 -0.0860924
+R<CYS>A<O> R<TRP>A<CG> central_sep2 0.943169
+R<CYS>A<O> R<TRP>A<CG> sep1 0.221466
+R<CYS>A<O> R<TRP>A<CG> sep2 -0.49508
+R<CYS>A<O> R<TRP>A<CH2> central_sep1 2.94692
+R<CYS>A<O> R<TRP>A<CH2> central_sep2 -0.521793
+R<CYS>A<O> R<TRP>A<CH2> sep1 2.93378
+R<CYS>A<O> R<TRP>A<CH2> sep2 -0.520129
+R<CYS>A<O> R<TRP>A<CZ2> central_sep1 1.72983
+R<CYS>A<O> R<TRP>A<CZ2> central_sep2 -0.749005
+R<CYS>A<O> R<TRP>A<CZ2> sep1 2.47431
+R<CYS>A<O> R<TRP>A<CZ2> sep2 -0.584286
+R<CYS>A<O> R<TRP>A<CZ3> central_sep1 0.807495
+R<CYS>A<O> R<TRP>A<CZ3> central_sep2 -0.818311
+R<CYS>A<O> R<TRP>A<CZ3> sep1 2.53069
+R<CYS>A<O> R<TRP>A<CZ3> sep2 -0.2747
+R<CYS>A<O> R<TRP>A<N> central_sep1 -1.65488
+R<CYS>A<O> R<TRP>A<N> central_sep2 -1.53814
+R<CYS>A<O> R<TRP>A<N> sep1 0.346647
+R<CYS>A<O> R<TRP>A<N> sep2 0.0771892
+R<CYS>A<O> R<TRP>A<NE1> central_sep1 0.655178
+R<CYS>A<O> R<TRP>A<NE1> central_sep2 -1.18051
+R<CYS>A<O> R<TRP>A<NE1> sep1 1.45717
+R<CYS>A<O> R<TRP>A<NE1> sep2 -0.312652
+R<CYS>A<O> R<TRP>A<O> central_sep1 0.607286
+R<CYS>A<O> R<TRP>A<O> central_sep2 0.261756
+R<CYS>A<O> R<TRP>A<O> sep1 1.05935
+R<CYS>A<O> R<TRP>A<O> sep2 0.854232
+R<CYS>A<O> R<TYR>A<C> central_sep1 -0.678262
+R<CYS>A<O> R<TYR>A<C> central_sep2 2.16233
+R<CYS>A<O> R<TYR>A<C> sep1 -1.12388
+R<CYS>A<O> R<TYR>A<C> sep2 0.43378
+R<CYS>A<O> R<TYR>A<CA> central_sep1 0.799402
+R<CYS>A<O> R<TYR>A<CA> central_sep2 -1.03103
+R<CYS>A<O> R<TYR>A<CA> sep1 -1.89699
+R<CYS>A<O> R<TYR>A<CA> sep2 0.350544
+R<CYS>A<O> R<TYR>A<CB> central_sep1 -1.19515
+R<CYS>A<O> R<TYR>A<CB> central_sep2 -0.547135
+R<CYS>A<O> R<TYR>A<CB> sep1 0.196441
+R<CYS>A<O> R<TYR>A<CB> sep2 -0.671232
+R<CYS>A<O> R<TYR>A<CD1> central_sep1 -0.478102
+R<CYS>A<O> R<TYR>A<CD1> central_sep2 -0.629747
+R<CYS>A<O> R<TYR>A<CD1> sep1 0.88984
+R<CYS>A<O> R<TYR>A<CD1> sep2 -0.173498
+R<CYS>A<O> R<TYR>A<CE1> central_sep1 0.425178
+R<CYS>A<O> R<TYR>A<CE1> central_sep2 -0.377857
+R<CYS>A<O> R<TYR>A<CE1> sep1 1.44165
+R<CYS>A<O> R<TYR>A<CE1> sep2 -0.126849
+R<CYS>A<O> R<TYR>A<CG> central_sep1 1.0787
+R<CYS>A<O> R<TYR>A<CG> central_sep2 1.05965
+R<CYS>A<O> R<TYR>A<CG> sep1 -0.0506491
+R<CYS>A<O> R<TYR>A<CG> sep2 -0.655692
+R<CYS>A<O> R<TYR>A<CZ> central_sep1 0.613092
+R<CYS>A<O> R<TYR>A<CZ> central_sep2 0.658689
+R<CYS>A<O> R<TYR>A<CZ> sep1 1.21713
+R<CYS>A<O> R<TYR>A<CZ> sep2 -0.0337491
+R<CYS>A<O> R<TYR>A<N> central_sep1 -1.71695
+R<CYS>A<O> R<TYR>A<N> central_sep2 -1.56623
+R<CYS>A<O> R<TYR>A<N> sep1 0.200964
+R<CYS>A<O> R<TYR>A<N> sep2 0.432751
+R<CYS>A<O> R<TYR>A<O> central_sep1 0.465614
+R<CYS>A<O> R<TYR>A<O> central_sep2 0.0302541
+R<CYS>A<O> R<TYR>A<O> sep1 0.869511
+R<CYS>A<O> R<TYR>A<O> sep2 0.559132
+R<CYS>A<O> R<TYR>A<OH> central_sep1 1.95007
+R<CYS>A<O> R<TYR>A<OH> central_sep2 -0.456302
+R<CYS>A<O> R<TYR>A<OH> sep1 2.46803
+R<CYS>A<O> R<TYR>A<OH> sep2 -0.0836356
+R<CYS>A<O> R<VAL>A<C> central_sep1 -0.262693
+R<CYS>A<O> R<VAL>A<C> central_sep2 2.60285
+R<CYS>A<O> R<VAL>A<C> sep1 -1.0285
+R<CYS>A<O> R<VAL>A<C> sep2 1.26338
+R<CYS>A<O> R<VAL>A<CA> central_sep1 1.19103
+R<CYS>A<O> R<VAL>A<CA> central_sep2 -1.19522
+R<CYS>A<O> R<VAL>A<CA> sep1 -1.9724
+R<CYS>A<O> R<VAL>A<CA> sep2 0.42773
+R<CYS>A<O> R<VAL>A<CB> central_sep1 -1.1534
+R<CYS>A<O> R<VAL>A<CB> central_sep2 -0.345303
+R<CYS>A<O> R<VAL>A<CB> sep1 0.488711
+R<CYS>A<O> R<VAL>A<CB> sep2 -0.982784
+R<CYS>A<O> R<VAL>A<CG1> central_sep1 -0.327507
+R<CYS>A<O> R<VAL>A<CG1> central_sep2 -0.480217
+R<CYS>A<O> R<VAL>A<CG1> sep1 1.00687
+R<CYS>A<O> R<VAL>A<CG1> sep2 0.174449
+R<CYS>A<O> R<VAL>A<CG2> central_sep1 -0.718902
+R<CYS>A<O> R<VAL>A<CG2> central_sep2 -0.328289
+R<CYS>A<O> R<VAL>A<CG2> sep1 0.781774
+R<CYS>A<O> R<VAL>A<CG2> sep2 0.0439223
+R<CYS>A<O> R<VAL>A<N> central_sep1 -1.57405
+R<CYS>A<O> R<VAL>A<N> central_sep2 -1.69049
+R<CYS>A<O> R<VAL>A<N> sep1 0.00421111
+R<CYS>A<O> R<VAL>A<N> sep2 0.855055
+R<CYS>A<O> R<VAL>A<O> central_sep1 0.329298
+R<CYS>A<O> R<VAL>A<O> central_sep2 -0.0636734
+R<CYS>A<O> R<VAL>A<O> sep1 0.994316
+R<CYS>A<O> R<VAL>A<O> sep2 0.639376
+R<CYS>A<O> c<solvent> . 0.778398
+R<CYS>A<SG> R<CYS>A<SG> central_sep1 -2.65791
+R<CYS>A<SG> R<CYS>A<SG> central_sep2 -4.40399
+R<CYS>A<SG> R<CYS>A<SG> sep1 0.801765
+R<CYS>A<SG> R<CYS>A<SG> sep2 -1.58595
+R<CYS>A<SG> R<GLN>A<C> central_sep1 0.236919
+R<CYS>A<SG> R<GLN>A<C> central_sep2 -0.0826443
+R<CYS>A<SG> R<GLN>A<C> sep1 -0.172579
+R<CYS>A<SG> R<GLN>A<C> sep2 -0.529149
+R<CYS>A<SG> R<GLN>A<CA> central_sep1 0.517632
+R<CYS>A<SG> R<GLN>A<CA> central_sep2 -0.169909
+R<CYS>A<SG> R<GLN>A<CA> sep1 1.31881
+R<CYS>A<SG> R<GLN>A<CA> sep2 0.276165
+R<CYS>A<SG> R<GLN>A<CB> central_sep1 -0.097596
+R<CYS>A<SG> R<GLN>A<CB> central_sep2 -0.702348
+R<CYS>A<SG> R<GLN>A<CB> sep1 1.3969
+R<CYS>A<SG> R<GLN>A<CB> sep2 0.1351
+R<CYS>A<SG> R<GLN>A<CD> central_sep1 0.577061
+R<CYS>A<SG> R<GLN>A<CD> central_sep2 -0.66675
+R<CYS>A<SG> R<GLN>A<CD> sep1 1.22555
+R<CYS>A<SG> R<GLN>A<CD> sep2 -0.842304
+R<CYS>A<SG> R<GLN>A<CG> central_sep1 -0.110757
+R<CYS>A<SG> R<GLN>A<CG> central_sep2 -0.73555
+R<CYS>A<SG> R<GLN>A<CG> sep1 1.82872
+R<CYS>A<SG> R<GLN>A<CG> sep2 -0.176066
+R<CYS>A<SG> R<GLN>A<N> central_sep1 -0.00753747
+R<CYS>A<SG> R<GLN>A<N> central_sep2 0.435855
+R<CYS>A<SG> R<GLN>A<N> sep1 0.569091
+R<CYS>A<SG> R<GLN>A<N> sep2 0.10546
+R<CYS>A<SG> R<GLN>A<NE2> central_sep1 0.72822
+R<CYS>A<SG> R<GLN>A<NE2> central_sep2 -0.116196
+R<CYS>A<SG> R<GLN>A<NE2> sep1 2.26989
+R<CYS>A<SG> R<GLN>A<NE2> sep2 0.209024
+R<CYS>A<SG> R<GLN>A<O> central_sep1 -0.279253
+R<CYS>A<SG> R<GLN>A<O> central_sep2 0.0606199
+R<CYS>A<SG> R<GLN>A<O> sep1 1.51188
+R<CYS>A<SG> R<GLN>A<O> sep2 0.370281
+R<CYS>A<SG> R<GLN>A<OE1> central_sep1 0.918655
+R<CYS>A<SG> R<GLN>A<OE1> central_sep2 -0.0122932
+R<CYS>A<SG> R<GLN>A<OE1> sep1 2.02138
+R<CYS>A<SG> R<GLN>A<OE1> sep2 0.0400677
+R<CYS>A<SG> R<GLU>A<C> central_sep1 0.505797
+R<CYS>A<SG> R<GLU>A<C> central_sep2 0.263391
+R<CYS>A<SG> R<GLU>A<C> sep1 -0.107457
+R<CYS>A<SG> R<GLU>A<C> sep2 -0.175908
+R<CYS>A<SG> R<GLU>A<CA> central_sep1 0.833446
+R<CYS>A<SG> R<GLU>A<CA> central_sep2 -0.00507222
+R<CYS>A<SG> R<GLU>A<CA> sep1 1.46168
+R<CYS>A<SG> R<GLU>A<CA> sep2 0.493407
+R<CYS>A<SG> R<GLU>A<CB> central_sep1 0.0308787
+R<CYS>A<SG> R<GLU>A<CB> central_sep2 -0.283417
+R<CYS>A<SG> R<GLU>A<CB> sep1 1.30663
+R<CYS>A<SG> R<GLU>A<CB> sep2 0.410954
+R<CYS>A<SG> R<GLU>A<CD> central_sep1 0.908331
+R<CYS>A<SG> R<GLU>A<CD> central_sep2 0.103763
+R<CYS>A<SG> R<GLU>A<CD> sep1 1.43089
+R<CYS>A<SG> R<GLU>A<CD> sep2 -0.339712
+R<CYS>A<SG> R<GLU>A<CG> central_sep1 0.12978
+R<CYS>A<SG> R<GLU>A<CG> central_sep2 -0.36067
+R<CYS>A<SG> R<GLU>A<CG> sep1 2.08161
+R<CYS>A<SG> R<GLU>A<CG> sep2 0.438058
+R<CYS>A<SG> R<GLU>A<N> central_sep1 0.231173
+R<CYS>A<SG> R<GLU>A<N> central_sep2 0.713153
+R<CYS>A<SG> R<GLU>A<N> sep1 0.774641
+R<CYS>A<SG> R<GLU>A<N> sep2 0.580839
+R<CYS>A<SG> R<GLU>A<O> central_sep1 -0.273002
+R<CYS>A<SG> R<GLU>A<O> central_sep2 0.502114
+R<CYS>A<SG> R<GLU>A<O> sep1 1.58516
+R<CYS>A<SG> R<GLU>A<O> sep2 0.593318
+R<CYS>A<SG> R<GLU>A<OE1> central_sep1 1.21008
+R<CYS>A<SG> R<GLU>A<OE1> central_sep2 0.745584
+R<CYS>A<SG> R<GLU>A<OE1> sep1 2.16166
+R<CYS>A<SG> R<GLU>A<OE1> sep2 0.587129
+R<CYS>A<SG> R<GLY>A<C> central_sep1 0.159491
+R<CYS>A<SG> R<GLY>A<C> central_sep2 -0.653091
+R<CYS>A<SG> R<GLY>A<C> sep1 -0.180808
+R<CYS>A<SG> R<GLY>A<C> sep2 -0.810874
+R<CYS>A<SG> R<GLY>A<CA> central_sep1 0.519739
+R<CYS>A<SG> R<GLY>A<CA> central_sep2 -0.843429
+R<CYS>A<SG> R<GLY>A<CA> sep1 1.23753
+R<CYS>A<SG> R<GLY>A<CA> sep2 0.0450594
+R<CYS>A<SG> R<GLY>A<N> central_sep1 -0.358477
+R<CYS>A<SG> R<GLY>A<N> central_sep2 -0.114625
+R<CYS>A<SG> R<GLY>A<N> sep1 0.489988
+R<CYS>A<SG> R<GLY>A<N> sep2 -0.29594
+R<CYS>A<SG> R<GLY>A<O> central_sep1 -0.410916
+R<CYS>A<SG> R<GLY>A<O> central_sep2 -0.070044
+R<CYS>A<SG> R<GLY>A<O> sep1 1.42275
+R<CYS>A<SG> R<GLY>A<O> sep2 -0.104047
+R<CYS>A<SG> R<HIS>A<C> central_sep1 -0.00426225
+R<CYS>A<SG> R<HIS>A<C> central_sep2 -0.337048
+R<CYS>A<SG> R<HIS>A<C> sep1 -0.431209
+R<CYS>A<SG> R<HIS>A<C> sep2 -0.722429
+R<CYS>A<SG> R<HIS>A<CA> central_sep1 0.611467
+R<CYS>A<SG> R<HIS>A<CA> central_sep2 -0.779212
+R<CYS>A<SG> R<HIS>A<CA> sep1 1.28287
+R<CYS>A<SG> R<HIS>A<CA> sep2 0.032099
+R<CYS>A<SG> R<HIS>A<CB> central_sep1 -0.717978
+R<CYS>A<SG> R<HIS>A<CB> central_sep2 -1.33507
+R<CYS>A<SG> R<HIS>A<CB> sep1 1.30687
+R<CYS>A<SG> R<HIS>A<CB> sep2 -0.248273
+R<CYS>A<SG> R<HIS>A<CD2> central_sep1 -0.380372
+R<CYS>A<SG> R<HIS>A<CD2> central_sep2 -1.15406
+R<CYS>A<SG> R<HIS>A<CD2> sep1 1.30327
+R<CYS>A<SG> R<HIS>A<CD2> sep2 -0.614724
+R<CYS>A<SG> R<HIS>A<CE1> central_sep1 -0.100359
+R<CYS>A<SG> R<HIS>A<CE1> central_sep2 -1.06534
+R<CYS>A<SG> R<HIS>A<CE1> sep1 1.47769
+R<CYS>A<SG> R<HIS>A<CE1> sep2 -0.524394
+R<CYS>A<SG> R<HIS>A<CG> central_sep1 0.630739
+R<CYS>A<SG> R<HIS>A<CG> central_sep2 -0.804126
+R<CYS>A<SG> R<HIS>A<CG> sep1 0.660916
+R<CYS>A<SG> R<HIS>A<CG> sep2 -1.65952
+R<CYS>A<SG> R<HIS>A<N> central_sep1 -0.738335
+R<CYS>A<SG> R<HIS>A<N> central_sep2 0.03741
+R<CYS>A<SG> R<HIS>A<N> sep1 0.319257
+R<CYS>A<SG> R<HIS>A<N> sep2 -0.124483
+R<CYS>A<SG> R<HIS>A<ND1> central_sep1 -0.259949
+R<CYS>A<SG> R<HIS>A<ND1> central_sep2 -1.17345
+R<CYS>A<SG> R<HIS>A<ND1> sep1 1.04084
+R<CYS>A<SG> R<HIS>A<ND1> sep2 -0.767125
+R<CYS>A<SG> R<HIS>A<NE2> central_sep1 -0.100611
+R<CYS>A<SG> R<HIS>A<NE2> central_sep2 -1.02849
+R<CYS>A<SG> R<HIS>A<NE2> sep1 1.17219
+R<CYS>A<SG> R<HIS>A<NE2> sep2 -0.797628
+R<CYS>A<SG> R<HIS>A<O> central_sep1 -0.619561
+R<CYS>A<SG> R<HIS>A<O> central_sep2 -0.160993
+R<CYS>A<SG> R<HIS>A<O> sep1 1.19941
+R<CYS>A<SG> R<HIS>A<O> sep2 0.0242268
+R<CYS>A<SG> R<ILE>A<C> central_sep1 0.251174
+R<CYS>A<SG> R<ILE>A<C> central_sep2 0.0268161
+R<CYS>A<SG> R<ILE>A<C> sep1 -0.444361
+R<CYS>A<SG> R<ILE>A<C> sep2 -0.811356
+R<CYS>A<SG> R<ILE>A<CA> central_sep1 0.254182
+R<CYS>A<SG> R<ILE>A<CA> central_sep2 -0.513215
+R<CYS>A<SG> R<ILE>A<CA> sep1 1.34638
+R<CYS>A<SG> R<ILE>A<CA> sep2 0.139016
+R<CYS>A<SG> R<ILE>A<CB> central_sep1 -0.226153
+R<CYS>A<SG> R<ILE>A<CB> central_sep2 -1.23338
+R<CYS>A<SG> R<ILE>A<CB> sep1 0.940505
+R<CYS>A<SG> R<ILE>A<CB> sep2 -0.983306
+R<CYS>A<SG> R<ILE>A<CD1> central_sep1 -0.0857865
+R<CYS>A<SG> R<ILE>A<CD1> central_sep2 -1.65544
+R<CYS>A<SG> R<ILE>A<CD1> sep1 1.64589
+R<CYS>A<SG> R<ILE>A<CD1> sep2 -0.344572
+R<CYS>A<SG> R<ILE>A<CG1> central_sep1 -0.5578
+R<CYS>A<SG> R<ILE>A<CG1> central_sep2 -1.44916
+R<CYS>A<SG> R<ILE>A<CG1> sep1 1.32643
+R<CYS>A<SG> R<ILE>A<CG1> sep2 -1.0052
+R<CYS>A<SG> R<ILE>A<CG2> central_sep1 -0.86057
+R<CYS>A<SG> R<ILE>A<CG2> central_sep2 -1.5978
+R<CYS>A<SG> R<ILE>A<CG2> sep1 1.73245
+R<CYS>A<SG> R<ILE>A<CG2> sep2 -0.358845
+R<CYS>A<SG> R<ILE>A<N> central_sep1 0.207731
+R<CYS>A<SG> R<ILE>A<N> central_sep2 0.180322
+R<CYS>A<SG> R<ILE>A<N> sep1 0.411936
+R<CYS>A<SG> R<ILE>A<N> sep2 0.150111
+R<CYS>A<SG> R<ILE>A<O> central_sep1 -0.727858
+R<CYS>A<SG> R<ILE>A<O> central_sep2 -0.194042
+R<CYS>A<SG> R<ILE>A<O> sep1 1.40197
+R<CYS>A<SG> R<ILE>A<O> sep2 0.101399
+R<CYS>A<SG> R<LEU>A<C> central_sep1 0.252293
+R<CYS>A<SG> R<LEU>A<C> central_sep2 -0.0392773
+R<CYS>A<SG> R<LEU>A<C> sep1 -0.350897
+R<CYS>A<SG> R<LEU>A<C> sep2 -0.716834
+R<CYS>A<SG> R<LEU>A<CA> central_sep1 -0.264412
+R<CYS>A<SG> R<LEU>A<CA> central_sep2 -0.498871
+R<CYS>A<SG> R<LEU>A<CA> sep1 1.21543
+R<CYS>A<SG> R<LEU>A<CA> sep2 -0.092427
+R<CYS>A<SG> R<LEU>A<CB> central_sep1 -0.70675
+R<CYS>A<SG> R<LEU>A<CB> central_sep2 -1.39771
+R<CYS>A<SG> R<LEU>A<CB> sep1 1.02024
+R<CYS>A<SG> R<LEU>A<CB> sep2 -0.610149
+R<CYS>A<SG> R<LEU>A<CD1> central_sep1 -0.304896
+R<CYS>A<SG> R<LEU>A<CD1> central_sep2 -1.58303
+R<CYS>A<SG> R<LEU>A<CD1> sep1 1.62449
+R<CYS>A<SG> R<LEU>A<CD1> sep2 -0.405738
+R<CYS>A<SG> R<LEU>A<CD2> central_sep1 -0.251134
+R<CYS>A<SG> R<LEU>A<CD2> central_sep2 -1.57689
+R<CYS>A<SG> R<LEU>A<CD2> sep1 1.80516
+R<CYS>A<SG> R<LEU>A<CD2> sep2 -0.363653
+R<CYS>A<SG> R<LEU>A<CG> central_sep1 -0.990684
+R<CYS>A<SG> R<LEU>A<CG> central_sep2 -1.18111
+R<CYS>A<SG> R<LEU>A<CG> sep1 0.393715
+R<CYS>A<SG> R<LEU>A<CG> sep2 -1.20953
+R<CYS>A<SG> R<LEU>A<N> central_sep1 0.117704
+R<CYS>A<SG> R<LEU>A<N> central_sep2 0.170823
+R<CYS>A<SG> R<LEU>A<N> sep1 0.536347
+R<CYS>A<SG> R<LEU>A<N> sep2 0.0947821
+R<CYS>A<SG> R<LEU>A<O> central_sep1 -0.788003
+R<CYS>A<SG> R<LEU>A<O> central_sep2 -0.167063
+R<CYS>A<SG> R<LEU>A<O> sep1 1.38284
+R<CYS>A<SG> R<LEU>A<O> sep2 0.218404
+R<CYS>A<SG> R<LYS>A<C> central_sep1 0.600085
+R<CYS>A<SG> R<LYS>A<C> central_sep2 0.0285194
+R<CYS>A<SG> R<LYS>A<C> sep1 -0.0611219
+R<CYS>A<SG> R<LYS>A<C> sep2 -0.388981
+R<CYS>A<SG> R<LYS>A<CA> central_sep1 0.754782
+R<CYS>A<SG> R<LYS>A<CA> central_sep2 -0.0881338
+R<CYS>A<SG> R<LYS>A<CA> sep1 1.55678
+R<CYS>A<SG> R<LYS>A<CA> sep2 0.361722
+R<CYS>A<SG> R<LYS>A<CB> central_sep1 0.0374806
+R<CYS>A<SG> R<LYS>A<CB> central_sep2 -0.497744
+R<CYS>A<SG> R<LYS>A<CB> sep1 1.45193
+R<CYS>A<SG> R<LYS>A<CB> sep2 0.186973
+R<CYS>A<SG> R<LYS>A<CD> central_sep1 0.88549
+R<CYS>A<SG> R<LYS>A<CD> central_sep2 -0.286068
+R<CYS>A<SG> R<LYS>A<CD> sep1 1.81866
+R<CYS>A<SG> R<LYS>A<CD> sep2 0.182003
+R<CYS>A<SG> R<LYS>A<CE> central_sep1 0.78326
+R<CYS>A<SG> R<LYS>A<CE> central_sep2 -0.0191187
+R<CYS>A<SG> R<LYS>A<CE> sep1 2.1965
+R<CYS>A<SG> R<LYS>A<CE> sep2 0.350392
+R<CYS>A<SG> R<LYS>A<CG> central_sep1 0.0776528
+R<CYS>A<SG> R<LYS>A<CG> central_sep2 -0.421217
+R<CYS>A<SG> R<LYS>A<CG> sep1 1.81895
+R<CYS>A<SG> R<LYS>A<CG> sep2 0.216663
+R<CYS>A<SG> R<LYS>A<N> central_sep1 0.138709
+R<CYS>A<SG> R<LYS>A<N> central_sep2 0.591599
+R<CYS>A<SG> R<LYS>A<N> sep1 0.85345
+R<CYS>A<SG> R<LYS>A<N> sep2 0.363241
+R<CYS>A<SG> R<LYS>A<NZ> central_sep1 1.66567
+R<CYS>A<SG> R<LYS>A<NZ> central_sep2 0.578571
+R<CYS>A<SG> R<LYS>A<NZ> sep1 2.86416
+R<CYS>A<SG> R<LYS>A<NZ> sep2 0.780255
+R<CYS>A<SG> R<LYS>A<O> central_sep1 -0.195473
+R<CYS>A<SG> R<LYS>A<O> central_sep2 0.308546
+R<CYS>A<SG> R<LYS>A<O> sep1 1.61434
+R<CYS>A<SG> R<LYS>A<O> sep2 0.474617
+R<CYS>A<SG> R<MET>A<C> central_sep1 0.259069
+R<CYS>A<SG> R<MET>A<C> central_sep2 -0.344359
+R<CYS>A<SG> R<MET>A<C> sep1 -0.223506
+R<CYS>A<SG> R<MET>A<C> sep2 -0.808889
+R<CYS>A<SG> R<MET>A<CA> central_sep1 0.0908677
+R<CYS>A<SG> R<MET>A<CA> central_sep2 -0.745937
+R<CYS>A<SG> R<MET>A<CA> sep1 1.19468
+R<CYS>A<SG> R<MET>A<CA> sep2 -0.306351
+R<CYS>A<SG> R<MET>A<CB> central_sep1 -0.466878
+R<CYS>A<SG> R<MET>A<CB> central_sep2 -1.47851
+R<CYS>A<SG> R<MET>A<CB> sep1 1.09131
+R<CYS>A<SG> R<MET>A<CB> sep2 -0.637387
+R<CYS>A<SG> R<MET>A<CE> central_sep1 -0.376351
+R<CYS>A<SG> R<MET>A<CE> central_sep2 -1.60082
+R<CYS>A<SG> R<MET>A<CE> sep1 2.21729
+R<CYS>A<SG> R<MET>A<CE> sep2 -0.45682
+R<CYS>A<SG> R<MET>A<CG> central_sep1 -0.642474
+R<CYS>A<SG> R<MET>A<CG> central_sep2 -1.53846
+R<CYS>A<SG> R<MET>A<CG> sep1 1.52229
+R<CYS>A<SG> R<MET>A<CG> sep2 -0.715225
+R<CYS>A<SG> R<MET>A<N> central_sep1 0.0214747
+R<CYS>A<SG> R<MET>A<N> central_sep2 0.128767
+R<CYS>A<SG> R<MET>A<N> sep1 0.680198
+R<CYS>A<SG> R<MET>A<N> sep2 0.00130545
+R<CYS>A<SG> R<MET>A<O> central_sep1 -0.721403
+R<CYS>A<SG> R<MET>A<O> central_sep2 -0.184434
+R<CYS>A<SG> R<MET>A<O> sep1 1.40929
+R<CYS>A<SG> R<MET>A<O> sep2 -0.0660214
+R<CYS>A<SG> R<MET>A<SD> central_sep1 -0.234673
+R<CYS>A<SG> R<MET>A<SD> central_sep2 -1.45632
+R<CYS>A<SG> R<MET>A<SD> sep1 1.62589
+R<CYS>A<SG> R<MET>A<SD> sep2 -0.764166
+R<CYS>A<SG> R<PHE>A<C> central_sep1 0.0565569
+R<CYS>A<SG> R<PHE>A<C> central_sep2 -0.372244
+R<CYS>A<SG> R<PHE>A<C> sep1 -0.424767
+R<CYS>A<SG> R<PHE>A<C> sep2 -0.772614
+R<CYS>A<SG> R<PHE>A<CA> central_sep1 -0.125092
+R<CYS>A<SG> R<PHE>A<CA> central_sep2 -0.707186
+R<CYS>A<SG> R<PHE>A<CA> sep1 1.29987
+R<CYS>A<SG> R<PHE>A<CA> sep2 -0.260363
+R<CYS>A<SG> R<PHE>A<CB> central_sep1 -0.628695
+R<CYS>A<SG> R<PHE>A<CB> central_sep2 -1.5526
+R<CYS>A<SG> R<PHE>A<CB> sep1 1.65479
+R<CYS>A<SG> R<PHE>A<CB> sep2 -0.556514
+R<CYS>A<SG> R<PHE>A<CD1> central_sep1 -0.535153
+R<CYS>A<SG> R<PHE>A<CD1> central_sep2 -1.4987
+R<CYS>A<SG> R<PHE>A<CD1> sep1 0.680381
+R<CYS>A<SG> R<PHE>A<CD1> sep2 -1.07927
+R<CYS>A<SG> R<PHE>A<CE1> central_sep1 -0.450414
+R<CYS>A<SG> R<PHE>A<CE1> central_sep2 -1.51751
+R<CYS>A<SG> R<PHE>A<CE1> sep1 0.950983
+R<CYS>A<SG> R<PHE>A<CE1> sep2 -1.10738
+R<CYS>A<SG> R<PHE>A<CG> central_sep1 1.2801
+R<CYS>A<SG> R<PHE>A<CG> central_sep2 -0.984946
+R<CYS>A<SG> R<PHE>A<CG> sep1 0.688534
+R<CYS>A<SG> R<PHE>A<CG> sep2 -2.13198
+R<CYS>A<SG> R<PHE>A<CZ> central_sep1 -0.254203
+R<CYS>A<SG> R<PHE>A<CZ> central_sep2 -1.50867
+R<CYS>A<SG> R<PHE>A<CZ> sep1 0.94798
+R<CYS>A<SG> R<PHE>A<CZ> sep2 -1.13752
+R<CYS>A<SG> R<PHE>A<N> central_sep1 -0.0270385
+R<CYS>A<SG> R<PHE>A<N> central_sep2 0.000627799
+R<CYS>A<SG> R<PHE>A<N> sep1 0.446942
+R<CYS>A<SG> R<PHE>A<N> sep2 -0.0829488
+R<CYS>A<SG> R<PHE>A<O> central_sep1 -0.900748
+R<CYS>A<SG> R<PHE>A<O> central_sep2 -0.263728
+R<CYS>A<SG> R<PHE>A<O> sep1 1.33553
+R<CYS>A<SG> R<PHE>A<O> sep2 -0.0245596
+R<CYS>A<SG> R<PRO>A<C> central_sep1 1.14776
+R<CYS>A<SG> R<PRO>A<C> central_sep2 0.304458
+R<CYS>A<SG> R<PRO>A<C> sep1 0.357338
+R<CYS>A<SG> R<PRO>A<C> sep2 -0.282336
+R<CYS>A<SG> R<PRO>A<CA> central_sep1 0.165661
+R<CYS>A<SG> R<PRO>A<CA> central_sep2 -0.669025
+R<CYS>A<SG> R<PRO>A<CA> sep1 1.92922
+R<CYS>A<SG> R<PRO>A<CA> sep2 -0.139658
+R<CYS>A<SG> R<PRO>A<CB> central_sep1 0.254192
+R<CYS>A<SG> R<PRO>A<CB> central_sep2 -0.910776
+R<CYS>A<SG> R<PRO>A<CB> sep1 1.6524
+R<CYS>A<SG> R<PRO>A<CB> sep2 -0.297409
+R<CYS>A<SG> R<PRO>A<CD> central_sep1 -0.170055
+R<CYS>A<SG> R<PRO>A<CD> central_sep2 -0.847631
+R<CYS>A<SG> R<PRO>A<CD> sep1 1.26238
+R<CYS>A<SG> R<PRO>A<CD> sep2 -0.126653
+R<CYS>A<SG> R<PRO>A<CG> central_sep1 0.31426
+R<CYS>A<SG> R<PRO>A<CG> central_sep2 -0.938261
+R<CYS>A<SG> R<PRO>A<CG> sep1 1.79163
+R<CYS>A<SG> R<PRO>A<CG> sep2 -0.400034
+R<CYS>A<SG> R<PRO>A<N> central_sep1 0.28654
+R<CYS>A<SG> R<PRO>A<N> central_sep2 -0.686596
+R<CYS>A<SG> R<PRO>A<N> sep1 -0.557252
+R<CYS>A<SG> R<PRO>A<N> sep2 -1.3385
+R<CYS>A<SG> R<PRO>A<O> central_sep1 -0.472846
+R<CYS>A<SG> R<PRO>A<O> central_sep2 0.0174608
+R<CYS>A<SG> R<PRO>A<O> sep1 1.63652
+R<CYS>A<SG> R<PRO>A<O> sep2 0.381962
+R<CYS>A<SG> R<SER>A<C> central_sep1 0.344004
+R<CYS>A<SG> R<SER>A<C> central_sep2 -0.387496
+R<CYS>A<SG> R<SER>A<C> sep1 -0.361101
+R<CYS>A<SG> R<SER>A<C> sep2 -0.645958
+R<CYS>A<SG> R<SER>A<CA> central_sep1 0.596429
+R<CYS>A<SG> R<SER>A<CA> central_sep2 -0.471441
+R<CYS>A<SG> R<SER>A<CA> sep1 1.33675
+R<CYS>A<SG> R<SER>A<CA> sep2 -0.0454455
+R<CYS>A<SG> R<SER>A<CB> central_sep1 0.0120581
+R<CYS>A<SG> R<SER>A<CB> central_sep2 -0.920611
+R<CYS>A<SG> R<SER>A<CB> sep1 1.64735
+R<CYS>A<SG> R<SER>A<CB> sep2 0.153391
+R<CYS>A<SG> R<SER>A<N> central_sep1 -0.303269
+R<CYS>A<SG> R<SER>A<N> central_sep2 0.0609968
+R<CYS>A<SG> R<SER>A<N> sep1 0.471258
+R<CYS>A<SG> R<SER>A<N> sep2 0.0180538
+R<CYS>A<SG> R<SER>A<O> central_sep1 -0.457026
+R<CYS>A<SG> R<SER>A<O> central_sep2 -0.137401
+R<CYS>A<SG> R<SER>A<O> sep1 1.35485
+R<CYS>A<SG> R<SER>A<O> sep2 0.0844476
+R<CYS>A<SG> R<SER>A<OG> central_sep1 -0.0707713
+R<CYS>A<SG> R<SER>A<OG> central_sep2 -0.244036
+R<CYS>A<SG> R<SER>A<OG> sep1 1.66376
+R<CYS>A<SG> R<SER>A<OG> sep2 -0.127534
+R<CYS>A<SG> R<THR>A<C> central_sep1 0.1978
+R<CYS>A<SG> R<THR>A<C> central_sep2 -0.290379
+R<CYS>A<SG> R<THR>A<C> sep1 -0.405165
+R<CYS>A<SG> R<THR>A<C> sep2 -0.61829
+R<CYS>A<SG> R<THR>A<CA> central_sep1 0.758685
+R<CYS>A<SG> R<THR>A<CA> central_sep2 -0.356622
+R<CYS>A<SG> R<THR>A<CA> sep1 1.45833
+R<CYS>A<SG> R<THR>A<CA> sep2 0.0905549
+R<CYS>A<SG> R<THR>A<CB> central_sep1 0.0829384
+R<CYS>A<SG> R<THR>A<CB> central_sep2 -0.803862
+R<CYS>A<SG> R<THR>A<CB> sep1 1.24911
+R<CYS>A<SG> R<THR>A<CB> sep2 -0.502006
+R<CYS>A<SG> R<THR>A<CG2> central_sep1 -0.0721173
+R<CYS>A<SG> R<THR>A<CG2> central_sep2 -0.905485
+R<CYS>A<SG> R<THR>A<CG2> sep1 2.25899
+R<CYS>A<SG> R<THR>A<CG2> sep2 0.222887
+R<CYS>A<SG> R<THR>A<N> central_sep1 -0.15356
+R<CYS>A<SG> R<THR>A<N> central_sep2 0.2419
+R<CYS>A<SG> R<THR>A<N> sep1 0.428535
+R<CYS>A<SG> R<THR>A<N> sep2 0.237201
+R<CYS>A<SG> R<THR>A<O> central_sep1 -0.533279
+R<CYS>A<SG> R<THR>A<O> central_sep2 -0.0338468
+R<CYS>A<SG> R<THR>A<O> sep1 1.52864
+R<CYS>A<SG> R<THR>A<O> sep2 0.152038
+R<CYS>A<SG> R<THR>A<OG1> central_sep1 -0.262459
+R<CYS>A<SG> R<THR>A<OG1> central_sep2 -0.305024
+R<CYS>A<SG> R<THR>A<OG1> sep1 1.91245
+R<CYS>A<SG> R<THR>A<OG1> sep2 0.0532068
+R<CYS>A<SG> R<TRP>A<C> central_sep1 0.100194
+R<CYS>A<SG> R<TRP>A<C> central_sep2 -0.390583
+R<CYS>A<SG> R<TRP>A<C> sep1 -0.28876
+R<CYS>A<SG> R<TRP>A<C> sep2 -0.797719
+R<CYS>A<SG> R<TRP>A<CA> central_sep1 -0.050296
+R<CYS>A<SG> R<TRP>A<CA> central_sep2 -0.82139
+R<CYS>A<SG> R<TRP>A<CA> sep1 1.30441
+R<CYS>A<SG> R<TRP>A<CA> sep2 -0.168963
+R<CYS>A<SG> R<TRP>A<CB> central_sep1 -0.638666
+R<CYS>A<SG> R<TRP>A<CB> central_sep2 -1.48297
+R<CYS>A<SG> R<TRP>A<CB> sep1 1.39867
+R<CYS>A<SG> R<TRP>A<CB> sep2 -0.355982
+R<CYS>A<SG> R<TRP>A<CD1> central_sep1 -0.498917
+R<CYS>A<SG> R<TRP>A<CD1> central_sep2 -1.08763
+R<CYS>A<SG> R<TRP>A<CD1> sep1 1.16037
+R<CYS>A<SG> R<TRP>A<CD1> sep2 -0.736191
+R<CYS>A<SG> R<TRP>A<CD2> central_sep1 0.151996
+R<CYS>A<SG> R<TRP>A<CD2> central_sep2 -1.06281
+R<CYS>A<SG> R<TRP>A<CD2> sep1 0.336617
+R<CYS>A<SG> R<TRP>A<CD2> sep2 -1.63443
+R<CYS>A<SG> R<TRP>A<CE2> central_sep1 -0.654672
+R<CYS>A<SG> R<TRP>A<CE2> central_sep2 -1.03975
+R<CYS>A<SG> R<TRP>A<CE2> sep1 0.445778
+R<CYS>A<SG> R<TRP>A<CE2> sep2 -1.94412
+R<CYS>A<SG> R<TRP>A<CE3> central_sep1 -0.896502
+R<CYS>A<SG> R<TRP>A<CE3> central_sep2 -1.28693
+R<CYS>A<SG> R<TRP>A<CE3> sep1 1.67212
+R<CYS>A<SG> R<TRP>A<CE3> sep2 -1.02621
+R<CYS>A<SG> R<TRP>A<CG> central_sep1 1.29764
+R<CYS>A<SG> R<TRP>A<CG> central_sep2 -0.977968
+R<CYS>A<SG> R<TRP>A<CG> sep1 0.827421
+R<CYS>A<SG> R<TRP>A<CG> sep2 -2.16868
+R<CYS>A<SG> R<TRP>A<CH2> central_sep1 0.760786
+R<CYS>A<SG> R<TRP>A<CH2> central_sep2 -1.30731
+R<CYS>A<SG> R<TRP>A<CH2> sep1 1.42837
+R<CYS>A<SG> R<TRP>A<CH2> sep2 -0.976138
+R<CYS>A<SG> R<TRP>A<CZ2> central_sep1 0.205144
+R<CYS>A<SG> R<TRP>A<CZ2> central_sep2 -1.13217
+R<CYS>A<SG> R<TRP>A<CZ2> sep1 1.22871
+R<CYS>A<SG> R<TRP>A<CZ2> sep2 -0.925362
+R<CYS>A<SG> R<TRP>A<CZ3> central_sep1 0.205826
+R<CYS>A<SG> R<TRP>A<CZ3> central_sep2 -1.25501
+R<CYS>A<SG> R<TRP>A<CZ3> sep1 0.64588
+R<CYS>A<SG> R<TRP>A<CZ3> sep2 -1.01404
+R<CYS>A<SG> R<TRP>A<N> central_sep1 -0.301914
+R<CYS>A<SG> R<TRP>A<N> central_sep2 0.00212097
+R<CYS>A<SG> R<TRP>A<N> sep1 0.562199
+R<CYS>A<SG> R<TRP>A<N> sep2 -0.367543
+R<CYS>A<SG> R<TRP>A<NE1> central_sep1 -0.455007
+R<CYS>A<SG> R<TRP>A<NE1> central_sep2 -0.969421
+R<CYS>A<SG> R<TRP>A<NE1> sep1 1.09697
+R<CYS>A<SG> R<TRP>A<NE1> sep2 -1.01574
+R<CYS>A<SG> R<TRP>A<O> central_sep1 -0.811179
+R<CYS>A<SG> R<TRP>A<O> central_sep2 -0.223314
+R<CYS>A<SG> R<TRP>A<O> sep1 1.41416
+R<CYS>A<SG> R<TRP>A<O> sep2 -0.046774
+R<CYS>A<SG> R<TYR>A<C> central_sep1 0.0664591
+R<CYS>A<SG> R<TYR>A<C> central_sep2 -0.401565
+R<CYS>A<SG> R<TYR>A<C> sep1 -0.394909
+R<CYS>A<SG> R<TYR>A<C> sep2 -0.78952
+R<CYS>A<SG> R<TYR>A<CA> central_sep1 0.185676
+R<CYS>A<SG> R<TYR>A<CA> central_sep2 -0.747229
+R<CYS>A<SG> R<TYR>A<CA> sep1 1.25641
+R<CYS>A<SG> R<TYR>A<CA> sep2 0.0511047
+R<CYS>A<SG> R<TYR>A<CB> central_sep1 -0.619875
+R<CYS>A<SG> R<TYR>A<CB> central_sep2 -1.48373
+R<CYS>A<SG> R<TYR>A<CB> sep1 1.66393
+R<CYS>A<SG> R<TYR>A<CB> sep2 -0.436603
+R<CYS>A<SG> R<TYR>A<CD1> central_sep1 -0.329513
+R<CYS>A<SG> R<TYR>A<CD1> central_sep2 -1.24585
+R<CYS>A<SG> R<TYR>A<CD1> sep1 0.92995
+R<CYS>A<SG> R<TYR>A<CD1> sep2 -0.793794
+R<CYS>A<SG> R<TYR>A<CE1> central_sep1 -0.169097
+R<CYS>A<SG> R<TYR>A<CE1> central_sep2 -0.954946
+R<CYS>A<SG> R<TYR>A<CE1> sep1 1.1813
+R<CYS>A<SG> R<TYR>A<CE1> sep2 -0.648675
+R<CYS>A<SG> R<TYR>A<CG> central_sep1 1.46157
+R<CYS>A<SG> R<TYR>A<CG> central_sep2 -0.610364
+R<CYS>A<SG> R<TYR>A<CG> sep1 0.723025
+R<CYS>A<SG> R<TYR>A<CG> sep2 -2.00735
+R<CYS>A<SG> R<TYR>A<CZ> central_sep1 -0.540222
+R<CYS>A<SG> R<TYR>A<CZ> central_sep2 -0.344343
+R<CYS>A<SG> R<TYR>A<CZ> sep1 0.566197
+R<CYS>A<SG> R<TYR>A<CZ> sep2 -1.24657
+R<CYS>A<SG> R<TYR>A<N> central_sep1 -0.199855
+R<CYS>A<SG> R<TYR>A<N> central_sep2 -0.0295524
+R<CYS>A<SG> R<TYR>A<N> sep1 0.414387
+R<CYS>A<SG> R<TYR>A<N> sep2 -0.100814
+R<CYS>A<SG> R<TYR>A<O> central_sep1 -0.702407
+R<CYS>A<SG> R<TYR>A<O> central_sep2 -0.249254
+R<CYS>A<SG> R<TYR>A<O> sep1 1.27903
+R<CYS>A<SG> R<TYR>A<O> sep2 -0.0377787
+R<CYS>A<SG> R<TYR>A<OH> central_sep1 1.27856
+R<CYS>A<SG> R<TYR>A<OH> central_sep2 -0.354491
+R<CYS>A<SG> R<TYR>A<OH> sep1 0.971924
+R<CYS>A<SG> R<TYR>A<OH> sep2 -0.445895
+R<CYS>A<SG> R<VAL>A<C> central_sep1 0.265651
+R<CYS>A<SG> R<VAL>A<C> central_sep2 -0.203057
+R<CYS>A<SG> R<VAL>A<C> sep1 -0.607919
+R<CYS>A<SG> R<VAL>A<C> sep2 -0.82365
+R<CYS>A<SG> R<VAL>A<CA> central_sep1 0.310882
+R<CYS>A<SG> R<VAL>A<CA> central_sep2 -0.598046
+R<CYS>A<SG> R<VAL>A<CA> sep1 1.35074
+R<CYS>A<SG> R<VAL>A<CA> sep2 0.0769992
+R<CYS>A<SG> R<VAL>A<CB> central_sep1 -0.160056
+R<CYS>A<SG> R<VAL>A<CB> central_sep2 -1.34921
+R<CYS>A<SG> R<VAL>A<CB> sep1 1.05804
+R<CYS>A<SG> R<VAL>A<CB> sep2 -1.20698
+R<CYS>A<SG> R<VAL>A<CG1> central_sep1 -0.647781
+R<CYS>A<SG> R<VAL>A<CG1> central_sep2 -1.56878
+R<CYS>A<SG> R<VAL>A<CG1> sep1 1.94539
+R<CYS>A<SG> R<VAL>A<CG1> sep2 -0.44242
+R<CYS>A<SG> R<VAL>A<CG2> central_sep1 -0.504585
+R<CYS>A<SG> R<VAL>A<CG2> central_sep2 -1.57399
+R<CYS>A<SG> R<VAL>A<CG2> sep1 2.09896
+R<CYS>A<SG> R<VAL>A<CG2> sep2 -0.353422
+R<CYS>A<SG> R<VAL>A<N> central_sep1 0.0475422
+R<CYS>A<SG> R<VAL>A<N> central_sep2 0.072189
+R<CYS>A<SG> R<VAL>A<N> sep1 0.356347
+R<CYS>A<SG> R<VAL>A<N> sep2 0.0335235
+R<CYS>A<SG> R<VAL>A<O> central_sep1 -0.631227
+R<CYS>A<SG> R<VAL>A<O> central_sep2 -0.23187
+R<CYS>A<SG> R<VAL>A<O> sep1 1.33757
+R<CYS>A<SG> R<VAL>A<O> sep2 0.0709535
+R<CYS>A<SG> c<solvent> . 1.04778
+R<GLN>A<C> R<GLN>A<C> central_sep1 3.99452
+R<GLN>A<C> R<GLN>A<C> central_sep2 3.1821
+R<GLN>A<C> R<GLN>A<C> sep1 -2.75342
+R<GLN>A<C> R<GLN>A<C> sep2 2.15425
+R<GLN>A<C> R<GLN>A<CA> central_sep1 3.80181
+R<GLN>A<C> R<GLN>A<CA> central_sep2 2.55427
+R<GLN>A<C> R<GLN>A<CA> sep1 -2.89596
+R<GLN>A<C> R<GLN>A<CA> sep2 0.938728
+R<GLN>A<C> R<GLN>A<CB> central_sep1 2.04056
+R<GLN>A<C> R<GLN>A<CB> central_sep2 1.42049
+R<GLN>A<C> R<GLN>A<CB> sep1 -0.155516
+R<GLN>A<C> R<GLN>A<CB> sep2 0.388338
+R<GLN>A<C> R<GLN>A<CD> central_sep1 1.02532
+R<GLN>A<C> R<GLN>A<CD> central_sep2 1.20867
+R<GLN>A<C> R<GLN>A<CD> sep1 -0.601537
+R<GLN>A<C> R<GLN>A<CD> sep2 -0.0140674
+R<GLN>A<C> R<GLN>A<CG> central_sep1 0.842257
+R<GLN>A<C> R<GLN>A<CG> central_sep2 1.06915
+R<GLN>A<C> R<GLN>A<CG> sep1 -0.614827
+R<GLN>A<C> R<GLN>A<CG> sep2 0.0868784
+R<GLN>A<C> R<GLN>A<N> central_sep1 -0.979311
+R<GLN>A<C> R<GLN>A<N> central_sep2 2.49686
+R<GLN>A<C> R<GLN>A<N> sep1 -1.93084
+R<GLN>A<C> R<GLN>A<N> sep2 1.52831
+R<GLN>A<C> R<GLN>A<NE2> central_sep1 1.00845
+R<GLN>A<C> R<GLN>A<NE2> central_sep2 1.25746
+R<GLN>A<C> R<GLN>A<NE2> sep1 0.664817
+R<GLN>A<C> R<GLN>A<NE2> sep2 0.0603198
+R<GLN>A<C> R<GLN>A<O> central_sep1 -0.864656
+R<GLN>A<C> R<GLN>A<O> central_sep2 2.4891
+R<GLN>A<C> R<GLN>A<O> sep1 -1.72376
+R<GLN>A<C> R<GLN>A<O> sep2 1.32666
+R<GLN>A<C> R<GLN>A<OE1> central_sep1 1.2795
+R<GLN>A<C> R<GLN>A<OE1> central_sep2 1.34147
+R<GLN>A<C> R<GLN>A<OE1> sep1 0.869393
+R<GLN>A<C> R<GLN>A<OE1> sep2 0.547788
+R<GLN>A<C> R<GLU>A<C> central_sep1 4.32113
+R<GLN>A<C> R<GLU>A<C> central_sep2 4.2449
+R<GLN>A<C> R<GLU>A<C> sep1 -2.55536
+R<GLN>A<C> R<GLU>A<C> sep2 3.22284
+R<GLN>A<C> R<GLU>A<CA> central_sep1 3.89603
+R<GLN>A<C> R<GLU>A<CA> central_sep2 2.9734
+R<GLN>A<C> R<GLU>A<CA> sep1 -2.6323
+R<GLN>A<C> R<GLU>A<CA> sep2 1.4781
+R<GLN>A<C> R<GLU>A<CB> central_sep1 2.50022
+R<GLN>A<C> R<GLU>A<CB> central_sep2 2.51965
+R<GLN>A<C> R<GLU>A<CB> sep1 0.23845
+R<GLN>A<C> R<GLU>A<CB> sep2 1.03737
+R<GLN>A<C> R<GLU>A<CD> central_sep1 2.14242
+R<GLN>A<C> R<GLU>A<CD> central_sep2 2.56263
+R<GLN>A<C> R<GLU>A<CD> sep1 -0.588872
+R<GLN>A<C> R<GLU>A<CD> sep2 1.23662
+R<GLN>A<C> R<GLU>A<CG> central_sep1 1.26714
+R<GLN>A<C> R<GLU>A<CG> central_sep2 1.87252
+R<GLN>A<C> R<GLU>A<CG> sep1 -0.193406
+R<GLN>A<C> R<GLU>A<CG> sep2 0.629395
+R<GLN>A<C> R<GLU>A<N> central_sep1 -0.762472
+R<GLN>A<C> R<GLU>A<N> central_sep2 4.22303
+R<GLN>A<C> R<GLU>A<N> sep1 -1.66543
+R<GLN>A<C> R<GLU>A<N> sep2 2.35122
+R<GLN>A<C> R<GLU>A<O> central_sep1 -0.555505
+R<GLN>A<C> R<GLU>A<O> central_sep2 3.23415
+R<GLN>A<C> R<GLU>A<O> sep1 -1.60017
+R<GLN>A<C> R<GLU>A<O> sep2 1.98915
+R<GLN>A<C> R<GLU>A<OE1> central_sep1 2.02505
+R<GLN>A<C> R<GLU>A<OE1> central_sep2 2.7851
+R<GLN>A<C> R<GLU>A<OE1> sep1 1.39687
+R<GLN>A<C> R<GLU>A<OE1> sep2 1.77569
+R<GLN>A<C> R<GLY>A<C> central_sep1 3.99666
+R<GLN>A<C> R<GLY>A<C> central_sep2 2.40058
+R<GLN>A<C> R<GLY>A<C> sep1 -1.93122
+R<GLN>A<C> R<GLY>A<C> sep2 1.31784
+R<GLN>A<C> R<GLY>A<CA> central_sep1 3.05641
+R<GLN>A<C> R<GLY>A<CA> central_sep2 1.2844
+R<GLN>A<C> R<GLY>A<CA> sep1 -1.77783
+R<GLN>A<C> R<GLY>A<CA> sep2 0.177785
+R<GLN>A<C> R<GLY>A<N> central_sep1 -0.175934
+R<GLN>A<C> R<GLY>A<N> central_sep2 2.2534
+R<GLN>A<C> R<GLY>A<N> sep1 -1.62665
+R<GLN>A<C> R<GLY>A<N> sep2 1.15647
+R<GLN>A<C> R<GLY>A<O> central_sep1 -0.144018
+R<GLN>A<C> R<GLY>A<O> central_sep2 2.02687
+R<GLN>A<C> R<GLY>A<O> sep1 -1.40162
+R<GLN>A<C> R<GLY>A<O> sep2 1.09965
+R<GLN>A<C> R<HIS>A<C> central_sep1 3.8427
+R<GLN>A<C> R<HIS>A<C> central_sep2 3.26726
+R<GLN>A<C> R<HIS>A<C> sep1 -2.43624
+R<GLN>A<C> R<HIS>A<C> sep2 1.84026
+R<GLN>A<C> R<HIS>A<CA> central_sep1 4.48288
+R<GLN>A<C> R<HIS>A<CA> central_sep2 2.38739
+R<GLN>A<C> R<HIS>A<CA> sep1 -2.62862
+R<GLN>A<C> R<HIS>A<CA> sep2 0.99151
+R<GLN>A<C> R<HIS>A<CB> central_sep1 1.82232
+R<GLN>A<C> R<HIS>A<CB> central_sep2 0.869643
+R<GLN>A<C> R<HIS>A<CB> sep1 -0.0710862
+R<GLN>A<C> R<HIS>A<CB> sep2 0.0950913
+R<GLN>A<C> R<HIS>A<CD2> central_sep1 -0.120147
+R<GLN>A<C> R<HIS>A<CD2> central_sep2 0.644103
+R<GLN>A<C> R<HIS>A<CD2> sep1 -0.311278
+R<GLN>A<C> R<HIS>A<CD2> sep2 -0.00911657
+R<GLN>A<C> R<HIS>A<CE1> central_sep1 1.49528
+R<GLN>A<C> R<HIS>A<CE1> central_sep2 0.848464
+R<GLN>A<C> R<HIS>A<CE1> sep1 1.68026
+R<GLN>A<C> R<HIS>A<CE1> sep2 -0.0237675
+R<GLN>A<C> R<HIS>A<CG> central_sep1 0.00417599
+R<GLN>A<C> R<HIS>A<CG> central_sep2 1.20138
+R<GLN>A<C> R<HIS>A<CG> sep1 -1.70367
+R<GLN>A<C> R<HIS>A<CG> sep2 0.314462
+R<GLN>A<C> R<HIS>A<N> central_sep1 -0.61066
+R<GLN>A<C> R<HIS>A<N> central_sep2 2.15078
+R<GLN>A<C> R<HIS>A<N> sep1 -1.69011
+R<GLN>A<C> R<HIS>A<N> sep2 1.71683
+R<GLN>A<C> R<HIS>A<ND1> central_sep1 0.176637
+R<GLN>A<C> R<HIS>A<ND1> central_sep2 1.2213
+R<GLN>A<C> R<HIS>A<ND1> sep1 -0.324681
+R<GLN>A<C> R<HIS>A<ND1> sep2 0.0716243
+R<GLN>A<C> R<HIS>A<NE2> central_sep1 2.01261
+R<GLN>A<C> R<HIS>A<NE2> central_sep2 1.18515
+R<GLN>A<C> R<HIS>A<NE2> sep1 2.17415
+R<GLN>A<C> R<HIS>A<NE2> sep2 0.266268
+R<GLN>A<C> R<HIS>A<O> central_sep1 -0.870121
+R<GLN>A<C> R<HIS>A<O> central_sep2 2.57951
+R<GLN>A<C> R<HIS>A<O> sep1 -1.37821
+R<GLN>A<C> R<HIS>A<O> sep2 1.26229
+R<GLN>A<C> R<ILE>A<C> central_sep1 4.69468
+R<GLN>A<C> R<ILE>A<C> central_sep2 4.55074
+R<GLN>A<C> R<ILE>A<C> sep1 -2.83244
+R<GLN>A<C> R<ILE>A<C> sep2 3.4413
+R<GLN>A<C> R<ILE>A<CA> central_sep1 3.10814
+R<GLN>A<C> R<ILE>A<CA> central_sep2 2.8663
+R<GLN>A<C> R<ILE>A<CA> sep1 -2.79108
+R<GLN>A<C> R<ILE>A<CA> sep2 1.23574
+R<GLN>A<C> R<ILE>A<CB> central_sep1 2.18665
+R<GLN>A<C> R<ILE>A<CB> central_sep2 1.23908
+R<GLN>A<C> R<ILE>A<CB> sep1 0.0545102
+R<GLN>A<C> R<ILE>A<CB> sep2 -0.0377285
+R<GLN>A<C> R<ILE>A<CD1> central_sep1 0.832675
+R<GLN>A<C> R<ILE>A<CD1> central_sep2 0.0342522
+R<GLN>A<C> R<ILE>A<CD1> sep1 0.0787754
+R<GLN>A<C> R<ILE>A<CD1> sep2 -0.338302
+R<GLN>A<C> R<ILE>A<CG1> central_sep1 0.459849
+R<GLN>A<C> R<ILE>A<CG1> central_sep2 0.656276
+R<GLN>A<C> R<ILE>A<CG1> sep1 -1.05727
+R<GLN>A<C> R<ILE>A<CG1> sep2 -0.113492
+R<GLN>A<C> R<ILE>A<CG2> central_sep1 0.387694
+R<GLN>A<C> R<ILE>A<CG2> central_sep2 0.552416
+R<GLN>A<C> R<ILE>A<CG2> sep1 -0.158764
+R<GLN>A<C> R<ILE>A<CG2> sep2 -0.299987
+R<GLN>A<C> R<ILE>A<N> central_sep1 -0.381829
+R<GLN>A<C> R<ILE>A<N> central_sep2 3.85522
+R<GLN>A<C> R<ILE>A<N> sep1 -1.87289
+R<GLN>A<C> R<ILE>A<N> sep2 2.42523
+R<GLN>A<C> R<ILE>A<O> central_sep1 -0.959593
+R<GLN>A<C> R<ILE>A<O> central_sep2 2.18284
+R<GLN>A<C> R<ILE>A<O> sep1 -1.28414
+R<GLN>A<C> R<ILE>A<O> sep2 1.45252
+R<GLN>A<C> R<LEU>A<C> central_sep1 4.44299
+R<GLN>A<C> R<LEU>A<C> central_sep2 4.35168
+R<GLN>A<C> R<LEU>A<C> sep1 -2.73672
+R<GLN>A<C> R<LEU>A<C> sep2 2.64672
+R<GLN>A<C> R<LEU>A<CA> central_sep1 3.59521
+R<GLN>A<C> R<LEU>A<CA> central_sep2 2.65289
+R<GLN>A<C> R<LEU>A<CA> sep1 -2.90573
+R<GLN>A<C> R<LEU>A<CA> sep2 1.60408
+R<GLN>A<C> R<LEU>A<CB> central_sep1 1.60403
+R<GLN>A<C> R<LEU>A<CB> central_sep2 1.61017
+R<GLN>A<C> R<LEU>A<CB> sep1 0.287961
+R<GLN>A<C> R<LEU>A<CB> sep2 0.315101
+R<GLN>A<C> R<LEU>A<CD1> central_sep1 0.748449
+R<GLN>A<C> R<LEU>A<CD1> central_sep2 -0.0541614
+R<GLN>A<C> R<LEU>A<CD1> sep1 0.426007
+R<GLN>A<C> R<LEU>A<CD1> sep2 -0.426247
+R<GLN>A<C> R<LEU>A<CD2> central_sep1 1.02857
+R<GLN>A<C> R<LEU>A<CD2> central_sep2 0.0978824
+R<GLN>A<C> R<LEU>A<CD2> sep1 0.307383
+R<GLN>A<C> R<LEU>A<CD2> sep2 -0.26629
+R<GLN>A<C> R<LEU>A<CG> central_sep1 0.00532103
+R<GLN>A<C> R<LEU>A<CG> central_sep2 1.00299
+R<GLN>A<C> R<LEU>A<CG> sep1 -1.05448
+R<GLN>A<C> R<LEU>A<CG> sep2 0.11303
+R<GLN>A<C> R<LEU>A<N> central_sep1 -0.718804
+R<GLN>A<C> R<LEU>A<N> central_sep2 3.76382
+R<GLN>A<C> R<LEU>A<N> sep1 -2.04266
+R<GLN>A<C> R<LEU>A<N> sep2 2.32888
+R<GLN>A<C> R<LEU>A<O> central_sep1 -1.02016
+R<GLN>A<C> R<LEU>A<O> central_sep2 2.0351
+R<GLN>A<C> R<LEU>A<O> sep1 -1.56137
+R<GLN>A<C> R<LEU>A<O> sep2 1.5785
+R<GLN>A<C> R<LYS>A<C> central_sep1 4.07751
+R<GLN>A<C> R<LYS>A<C> central_sep2 3.75848
+R<GLN>A<C> R<LYS>A<C> sep1 -2.5253
+R<GLN>A<C> R<LYS>A<C> sep2 2.53083
+R<GLN>A<C> R<LYS>A<CA> central_sep1 3.79865
+R<GLN>A<C> R<LYS>A<CA> central_sep2 2.10965
+R<GLN>A<C> R<LYS>A<CA> sep1 -2.62049
+R<GLN>A<C> R<LYS>A<CA> sep2 1.11913
+R<GLN>A<C> R<LYS>A<CB> central_sep1 1.93007
+R<GLN>A<C> R<LYS>A<CB> central_sep2 1.33493
+R<GLN>A<C> R<LYS>A<CB> sep1 -0.00354279
+R<GLN>A<C> R<LYS>A<CB> sep2 0.462297
+R<GLN>A<C> R<LYS>A<CD> central_sep1 1.70062
+R<GLN>A<C> R<LYS>A<CD> central_sep2 1.08717
+R<GLN>A<C> R<LYS>A<CD> sep1 0.369342
+R<GLN>A<C> R<LYS>A<CD> sep2 0.240349
+R<GLN>A<C> R<LYS>A<CE> central_sep1 1.69804
+R<GLN>A<C> R<LYS>A<CE> central_sep2 1.6502
+R<GLN>A<C> R<LYS>A<CE> sep1 1.24439
+R<GLN>A<C> R<LYS>A<CE> sep2 0.406119
+R<GLN>A<C> R<LYS>A<CG> central_sep1 0.524702
+R<GLN>A<C> R<LYS>A<CG> central_sep2 0.966449
+R<GLN>A<C> R<LYS>A<CG> sep1 -0.680481
+R<GLN>A<C> R<LYS>A<CG> sep2 0.222363
+R<GLN>A<C> R<LYS>A<N> central_sep1 -0.731365
+R<GLN>A<C> R<LYS>A<N> central_sep2 3.01622
+R<GLN>A<C> R<LYS>A<N> sep1 -1.76558
+R<GLN>A<C> R<LYS>A<N> sep2 1.86536
+R<GLN>A<C> R<LYS>A<NZ> central_sep1 2.61014
+R<GLN>A<C> R<LYS>A<NZ> central_sep2 2.09103
+R<GLN>A<C> R<LYS>A<NZ> sep1 2.31615
+R<GLN>A<C> R<LYS>A<NZ> sep2 0.542439
+R<GLN>A<C> R<LYS>A<O> central_sep1 -0.612532
+R<GLN>A<C> R<LYS>A<O> central_sep2 2.66491
+R<GLN>A<C> R<LYS>A<O> sep1 -1.49861
+R<GLN>A<C> R<LYS>A<O> sep2 1.77513
+R<GLN>A<C> R<MET>A<C> central_sep1 3.99321
+R<GLN>A<C> R<MET>A<C> central_sep2 3.31534
+R<GLN>A<C> R<MET>A<C> sep1 -2.63301
+R<GLN>A<C> R<MET>A<C> sep2 2.06165
+R<GLN>A<C> R<MET>A<CA> central_sep1 3.72899
+R<GLN>A<C> R<MET>A<CA> central_sep2 2.69477
+R<GLN>A<C> R<MET>A<CA> sep1 -2.78557
+R<GLN>A<C> R<MET>A<CA> sep2 1.12865
+R<GLN>A<C> R<MET>A<CB> central_sep1 1.87919
+R<GLN>A<C> R<MET>A<CB> central_sep2 1.38773
+R<GLN>A<C> R<MET>A<CB> sep1 0.00763041
+R<GLN>A<C> R<MET>A<CB> sep2 0.180629
+R<GLN>A<C> R<MET>A<CE> central_sep1 0.447506
+R<GLN>A<C> R<MET>A<CE> central_sep2 -0.0144451
+R<GLN>A<C> R<MET>A<CE> sep1 1.13281
+R<GLN>A<C> R<MET>A<CE> sep2 -0.442942
+R<GLN>A<C> R<MET>A<CG> central_sep1 0.505336
+R<GLN>A<C> R<MET>A<CG> central_sep2 0.811619
+R<GLN>A<C> R<MET>A<CG> sep1 -0.675228
+R<GLN>A<C> R<MET>A<CG> sep2 -0.0966186
+R<GLN>A<C> R<MET>A<N> central_sep1 -0.527213
+R<GLN>A<C> R<MET>A<N> central_sep2 3.61331
+R<GLN>A<C> R<MET>A<N> sep1 -1.91338
+R<GLN>A<C> R<MET>A<N> sep2 1.53446
+R<GLN>A<C> R<MET>A<O> central_sep1 -0.85595
+R<GLN>A<C> R<MET>A<O> central_sep2 2.5848
+R<GLN>A<C> R<MET>A<O> sep1 -1.51765
+R<GLN>A<C> R<MET>A<O> sep2 1.31778
+R<GLN>A<C> R<MET>A<SD> central_sep1 0.594938
+R<GLN>A<C> R<MET>A<SD> central_sep2 0.0371452
+R<GLN>A<C> R<MET>A<SD> sep1 0.377187
+R<GLN>A<C> R<MET>A<SD> sep2 -0.320834
+R<GLN>A<C> R<PHE>A<C> central_sep1 3.6415
+R<GLN>A<C> R<PHE>A<C> central_sep2 4.17931
+R<GLN>A<C> R<PHE>A<C> sep1 -2.52301
+R<GLN>A<C> R<PHE>A<C> sep2 2.34467
+R<GLN>A<C> R<PHE>A<CA> central_sep1 4.05699
+R<GLN>A<C> R<PHE>A<CA> central_sep2 2.65096
+R<GLN>A<C> R<PHE>A<CA> sep1 -2.6422
+R<GLN>A<C> R<PHE>A<CA> sep2 1.09
+R<GLN>A<C> R<PHE>A<CB> central_sep1 1.90067
+R<GLN>A<C> R<PHE>A<CB> central_sep2 1.09228
+R<GLN>A<C> R<PHE>A<CB> sep1 -0.0164913
+R<GLN>A<C> R<PHE>A<CB> sep2 0.0554452
+R<GLN>A<C> R<PHE>A<CD1> central_sep1 -0.557042
+R<GLN>A<C> R<PHE>A<CD1> central_sep2 0.0840028
+R<GLN>A<C> R<PHE>A<CD1> sep1 -0.540069
+R<GLN>A<C> R<PHE>A<CD1> sep2 -0.279443
+R<GLN>A<C> R<PHE>A<CE1> central_sep1 0.581383
+R<GLN>A<C> R<PHE>A<CE1> central_sep2 -0.0350549
+R<GLN>A<C> R<PHE>A<CE1> sep1 1.50654
+R<GLN>A<C> R<PHE>A<CE1> sep2 -0.47211
+R<GLN>A<C> R<PHE>A<CG> central_sep1 0.996252
+R<GLN>A<C> R<PHE>A<CG> central_sep2 1.14255
+R<GLN>A<C> R<PHE>A<CG> sep1 -1.77969
+R<GLN>A<C> R<PHE>A<CG> sep2 0.507271
+R<GLN>A<C> R<PHE>A<CZ> central_sep1 1.70585
+R<GLN>A<C> R<PHE>A<CZ> central_sep2 -0.24307
+R<GLN>A<C> R<PHE>A<CZ> sep1 2.4464
+R<GLN>A<C> R<PHE>A<CZ> sep2 -0.512465
+R<GLN>A<C> R<PHE>A<N> central_sep1 -0.571583
+R<GLN>A<C> R<PHE>A<N> central_sep2 3.6471
+R<GLN>A<C> R<PHE>A<N> sep1 -1.82467
+R<GLN>A<C> R<PHE>A<N> sep2 2.23486
+R<GLN>A<C> R<PHE>A<O> central_sep1 -0.951358
+R<GLN>A<C> R<PHE>A<O> central_sep2 2.63096
+R<GLN>A<C> R<PHE>A<O> sep1 -1.35981
+R<GLN>A<C> R<PHE>A<O> sep2 1.47534
+R<GLN>A<C> R<PRO>A<C> central_sep1 2.7952
+R<GLN>A<C> R<PRO>A<C> central_sep2 3.98173
+R<GLN>A<C> R<PRO>A<C> sep1 -2.47497
+R<GLN>A<C> R<PRO>A<C> sep2 3.01417
+R<GLN>A<C> R<PRO>A<CA> central_sep1 3.38385
+R<GLN>A<C> R<PRO>A<CA> central_sep2 1.48038
+R<GLN>A<C> R<PRO>A<CA> sep1 -2.2732
+R<GLN>A<C> R<PRO>A<CA> sep2 0.331515
+R<GLN>A<C> R<PRO>A<CB> central_sep1 1.80474
+R<GLN>A<C> R<PRO>A<CB> central_sep2 0.756068
+R<GLN>A<C> R<PRO>A<CB> sep1 1.67721
+R<GLN>A<C> R<PRO>A<CB> sep2 -0.0721943
+R<GLN>A<C> R<PRO>A<CD> central_sep1 -0.265186
+R<GLN>A<C> R<PRO>A<CD> central_sep2 1.2839
+R<GLN>A<C> R<PRO>A<CD> sep1 -0.747259
+R<GLN>A<C> R<PRO>A<CD> sep2 0.243463
+R<GLN>A<C> R<PRO>A<CG> central_sep1 2.05202
+R<GLN>A<C> R<PRO>A<CG> central_sep2 0.431768
+R<GLN>A<C> R<PRO>A<CG> sep1 2.49682
+R<GLN>A<C> R<PRO>A<CG> sep2 -0.178673
+R<GLN>A<C> R<PRO>A<N> central_sep1 0.973932
+R<GLN>A<C> R<PRO>A<N> central_sep2 2.65181
+R<GLN>A<C> R<PRO>A<N> sep1 -0.934358
+R<GLN>A<C> R<PRO>A<N> sep2 1.51496
+R<GLN>A<C> R<PRO>A<O> central_sep1 -0.633564
+R<GLN>A<C> R<PRO>A<O> central_sep2 2.32545
+R<GLN>A<C> R<PRO>A<O> sep1 -1.9283
+R<GLN>A<C> R<PRO>A<O> sep2 1.44507
+R<GLN>A<C> R<SER>A<C> central_sep1 4.22569
+R<GLN>A<C> R<SER>A<C> central_sep2 3.92441
+R<GLN>A<C> R<SER>A<C> sep1 -2.27767
+R<GLN>A<C> R<SER>A<C> sep2 2.00454
+R<GLN>A<C> R<SER>A<CA> central_sep1 3.29978
+R<GLN>A<C> R<SER>A<CA> central_sep2 2.27306
+R<GLN>A<C> R<SER>A<CA> sep1 -2.45678
+R<GLN>A<C> R<SER>A<CA> sep2 0.856519
+R<GLN>A<C> R<SER>A<CB> central_sep1 2.1881
+R<GLN>A<C> R<SER>A<CB> central_sep2 1.07122
+R<GLN>A<C> R<SER>A<CB> sep1 -0.112373
+R<GLN>A<C> R<SER>A<CB> sep2 0.142504
+R<GLN>A<C> R<SER>A<N> central_sep1 -0.415767
+R<GLN>A<C> R<SER>A<N> central_sep2 2.89165
+R<GLN>A<C> R<SER>A<N> sep1 -1.40994
+R<GLN>A<C> R<SER>A<N> sep2 1.63445
+R<GLN>A<C> R<SER>A<O> central_sep1 -0.529829
+R<GLN>A<C> R<SER>A<O> central_sep2 2.48425
+R<GLN>A<C> R<SER>A<O> sep1 -1.49181
+R<GLN>A<C> R<SER>A<O> sep2 1.51938
+R<GLN>A<C> R<SER>A<OG> central_sep1 1.90586
+R<GLN>A<C> R<SER>A<OG> central_sep2 1.51746
+R<GLN>A<C> R<SER>A<OG> sep1 0.36569
+R<GLN>A<C> R<SER>A<OG> sep2 0.420358
+R<GLN>A<C> R<THR>A<C> central_sep1 4.70821
+R<GLN>A<C> R<THR>A<C> central_sep2 3.44171
+R<GLN>A<C> R<THR>A<C> sep1 -2.45548
+R<GLN>A<C> R<THR>A<C> sep2 2.13661
+R<GLN>A<C> R<THR>A<CA> central_sep1 4.38238
+R<GLN>A<C> R<THR>A<CA> central_sep2 2.5131
+R<GLN>A<C> R<THR>A<CA> sep1 -2.62864
+R<GLN>A<C> R<THR>A<CA> sep2 0.779945
+R<GLN>A<C> R<THR>A<CB> central_sep1 2.30627
+R<GLN>A<C> R<THR>A<CB> central_sep2 1.26639
+R<GLN>A<C> R<THR>A<CB> sep1 0.11239
+R<GLN>A<C> R<THR>A<CB> sep2 -0.00335394
+R<GLN>A<C> R<THR>A<CG2> central_sep1 0.726743
+R<GLN>A<C> R<THR>A<CG2> central_sep2 0.5818
+R<GLN>A<C> R<THR>A<CG2> sep1 -0.320973
+R<GLN>A<C> R<THR>A<CG2> sep2 -0.238327
+R<GLN>A<C> R<THR>A<N> central_sep1 -0.292572
+R<GLN>A<C> R<THR>A<N> central_sep2 3.27366
+R<GLN>A<C> R<THR>A<N> sep1 -1.45793
+R<GLN>A<C> R<THR>A<N> sep2 2.18947
+R<GLN>A<C> R<THR>A<O> central_sep1 -0.634264
+R<GLN>A<C> R<THR>A<O> central_sep2 2.5645
+R<GLN>A<C> R<THR>A<O> sep1 -1.35706
+R<GLN>A<C> R<THR>A<O> sep2 1.41868
+R<GLN>A<C> R<THR>A<OG1> central_sep1 1.81991
+R<GLN>A<C> R<THR>A<OG1> central_sep2 1.31438
+R<GLN>A<C> R<THR>A<OG1> sep1 -0.213897
+R<GLN>A<C> R<THR>A<OG1> sep2 0.484411
+R<GLN>A<C> R<TRP>A<C> central_sep1 4.15274
+R<GLN>A<C> R<TRP>A<C> central_sep2 3.83721
+R<GLN>A<C> R<TRP>A<C> sep1 -2.78111
+R<GLN>A<C> R<TRP>A<C> sep2 2.60787
+R<GLN>A<C> R<TRP>A<CA> central_sep1 4.43288
+R<GLN>A<C> R<TRP>A<CA> central_sep2 3.35949
+R<GLN>A<C> R<TRP>A<CA> sep1 -2.83719
+R<GLN>A<C> R<TRP>A<CA> sep2 0.94464
+R<GLN>A<C> R<TRP>A<CB> central_sep1 1.85274
+R<GLN>A<C> R<TRP>A<CB> central_sep2 0.924304
+R<GLN>A<C> R<TRP>A<CB> sep1 -0.0195613
+R<GLN>A<C> R<TRP>A<CB> sep2 -0.0665485
+R<GLN>A<C> R<TRP>A<CD1> central_sep1 -0.928348
+R<GLN>A<C> R<TRP>A<CD1> central_sep2 0.199626
+R<GLN>A<C> R<TRP>A<CD1> sep1 -0.598903
+R<GLN>A<C> R<TRP>A<CD1> sep2 -0.506629
+R<GLN>A<C> R<TRP>A<CD2> central_sep1 -0.63481
+R<GLN>A<C> R<TRP>A<CD2> central_sep2 0.992397
+R<GLN>A<C> R<TRP>A<CD2> sep1 -0.511336
+R<GLN>A<C> R<TRP>A<CD2> sep2 0.385813
+R<GLN>A<C> R<TRP>A<CE2> central_sep1 0.0207385
+R<GLN>A<C> R<TRP>A<CE2> central_sep2 0.723108
+R<GLN>A<C> R<TRP>A<CE2> sep1 1.02469
+R<GLN>A<C> R<TRP>A<CE2> sep2 0.129298
+R<GLN>A<C> R<TRP>A<CE3> central_sep1 -0.741503
+R<GLN>A<C> R<TRP>A<CE3> central_sep2 -0.849209
+R<GLN>A<C> R<TRP>A<CE3> sep1 0.419993
+R<GLN>A<C> R<TRP>A<CE3> sep2 -0.32728
+R<GLN>A<C> R<TRP>A<CG> central_sep1 1.3557
+R<GLN>A<C> R<TRP>A<CG> central_sep2 0.76799
+R<GLN>A<C> R<TRP>A<CG> sep1 -1.23841
+R<GLN>A<C> R<TRP>A<CG> sep2 0.113077
+R<GLN>A<C> R<TRP>A<CH2> central_sep1 1.75126
+R<GLN>A<C> R<TRP>A<CH2> central_sep2 -0.363812
+R<GLN>A<C> R<TRP>A<CH2> sep1 2.94923
+R<GLN>A<C> R<TRP>A<CH2> sep2 -0.725579
+R<GLN>A<C> R<TRP>A<CZ2> central_sep1 1.77354
+R<GLN>A<C> R<TRP>A<CZ2> central_sep2 -0.191815
+R<GLN>A<C> R<TRP>A<CZ2> sep1 2.87959
+R<GLN>A<C> R<TRP>A<CZ2> sep2 -0.534118
+R<GLN>A<C> R<TRP>A<CZ3> central_sep1 0.674317
+R<GLN>A<C> R<TRP>A<CZ3> central_sep2 -0.470732
+R<GLN>A<C> R<TRP>A<CZ3> sep1 1.79909
+R<GLN>A<C> R<TRP>A<CZ3> sep2 -0.925792
+R<GLN>A<C> R<TRP>A<N> central_sep1 -0.706802
+R<GLN>A<C> R<TRP>A<N> central_sep2 4.32686
+R<GLN>A<C> R<TRP>A<N> sep1 -1.85385
+R<GLN>A<C> R<TRP>A<N> sep2 1.76068
+R<GLN>A<C> R<TRP>A<NE1> central_sep1 0.301527
+R<GLN>A<C> R<TRP>A<NE1> central_sep2 0.613361
+R<GLN>A<C> R<TRP>A<NE1> sep1 1.41277
+R<GLN>A<C> R<TRP>A<NE1> sep2 -0.183195
+R<GLN>A<C> R<TRP>A<O> central_sep1 -1.01874
+R<GLN>A<C> R<TRP>A<O> central_sep2 2.77327
+R<GLN>A<C> R<TRP>A<O> sep1 -1.55476
+R<GLN>A<C> R<TRP>A<O> sep2 1.37983
+R<GLN>A<C> R<TYR>A<C> central_sep1 3.21821
+R<GLN>A<C> R<TYR>A<C> central_sep2 3.51526
+R<GLN>A<C> R<TYR>A<C> sep1 -2.52967
+R<GLN>A<C> R<TYR>A<C> sep2 2.42966
+R<GLN>A<C> R<TYR>A<CA> central_sep1 3.60587
+R<GLN>A<C> R<TYR>A<CA> central_sep2 2.67768
+R<GLN>A<C> R<TYR>A<CA> sep1 -2.64825
+R<GLN>A<C> R<TYR>A<CA> sep2 0.796113
+R<GLN>A<C> R<TYR>A<CB> central_sep1 1.72785
+R<GLN>A<C> R<TYR>A<CB> central_sep2 0.84207
+R<GLN>A<C> R<TYR>A<CB> sep1 -0.0244092
+R<GLN>A<C> R<TYR>A<CB> sep2 -0.135364
+R<GLN>A<C> R<TYR>A<CD1> central_sep1 -0.639535
+R<GLN>A<C> R<TYR>A<CD1> central_sep2 -0.173049
+R<GLN>A<C> R<TYR>A<CD1> sep1 -0.477352
+R<GLN>A<C> R<TYR>A<CD1> sep2 -0.416112
+R<GLN>A<C> R<TYR>A<CE1> central_sep1 0.45528
+R<GLN>A<C> R<TYR>A<CE1> central_sep2 0.145121
+R<GLN>A<C> R<TYR>A<CE1> sep1 1.46169
+R<GLN>A<C> R<TYR>A<CE1> sep2 -0.319301
+R<GLN>A<C> R<TYR>A<CG> central_sep1 1.207
+R<GLN>A<C> R<TYR>A<CG> central_sep2 1.0551
+R<GLN>A<C> R<TYR>A<CG> sep1 -1.85826
+R<GLN>A<C> R<TYR>A<CG> sep2 0.0477889
+R<GLN>A<C> R<TYR>A<CZ> central_sep1 0.870735
+R<GLN>A<C> R<TYR>A<CZ> central_sep2 0.821444
+R<GLN>A<C> R<TYR>A<CZ> sep1 1.60628
+R<GLN>A<C> R<TYR>A<CZ> sep2 0.0504638
+R<GLN>A<C> R<TYR>A<N> central_sep1 -0.572552
+R<GLN>A<C> R<TYR>A<N> central_sep2 3.57646
+R<GLN>A<C> R<TYR>A<N> sep1 -1.72285
+R<GLN>A<C> R<TYR>A<N> sep2 2.02433
+R<GLN>A<C> R<TYR>A<O> central_sep1 -0.994779
+R<GLN>A<C> R<TYR>A<O> central_sep2 2.49964
+R<GLN>A<C> R<TYR>A<O> sep1 -1.36092
+R<GLN>A<C> R<TYR>A<O> sep2 1.59132
+R<GLN>A<C> R<TYR>A<OH> central_sep1 3.08649
+R<GLN>A<C> R<TYR>A<OH> central_sep2 0.560406
+R<GLN>A<C> R<TYR>A<OH> sep1 3.40557
+R<GLN>A<C> R<TYR>A<OH> sep2 -0.00667341
+R<GLN>A<C> R<VAL>A<C> central_sep1 4.21374
+R<GLN>A<C> R<VAL>A<C> central_sep2 3.73296
+R<GLN>A<C> R<VAL>A<C> sep1 -2.73283
+R<GLN>A<C> R<VAL>A<C> sep2 3.07415
+R<GLN>A<C> R<VAL>A<CA> central_sep1 4.3733
+R<GLN>A<C> R<VAL>A<CA> central_sep2 3.01366
+R<GLN>A<C> R<VAL>A<CA> sep1 -2.75115
+R<GLN>A<C> R<VAL>A<CA> sep2 1.23187
+R<GLN>A<C> R<VAL>A<CB> central_sep1 2.00195
+R<GLN>A<C> R<VAL>A<CB> central_sep2 1.20567
+R<GLN>A<C> R<VAL>A<CB> sep1 0.147818
+R<GLN>A<C> R<VAL>A<CB> sep2 -0.267616
+R<GLN>A<C> R<VAL>A<CG1> central_sep1 0.318474
+R<GLN>A<C> R<VAL>A<CG1> central_sep2 0.388281
+R<GLN>A<C> R<VAL>A<CG1> sep1 -0.225084
+R<GLN>A<C> R<VAL>A<CG1> sep2 -0.321774
+R<GLN>A<C> R<VAL>A<CG2> central_sep1 0.68583
+R<GLN>A<C> R<VAL>A<CG2> central_sep2 0.340409
+R<GLN>A<C> R<VAL>A<CG2> sep1 -0.709441
+R<GLN>A<C> R<VAL>A<CG2> sep2 -0.22407
+R<GLN>A<C> R<VAL>A<N> central_sep1 -0.177603
+R<GLN>A<C> R<VAL>A<N> central_sep2 3.6233
+R<GLN>A<C> R<VAL>A<N> sep1 -1.68737
+R<GLN>A<C> R<VAL>A<N> sep2 2.29788
+R<GLN>A<C> R<VAL>A<O> central_sep1 -0.770642
+R<GLN>A<C> R<VAL>A<O> central_sep2 2.73703
+R<GLN>A<C> R<VAL>A<O> sep1 -1.19918
+R<GLN>A<C> R<VAL>A<O> sep2 1.3868
+R<GLN>A<C> c<solvent> . 1.77783
+R<GLN>A<CA> R<GLN>A<CA> central_sep1 1.7153
+R<GLN>A<CA> R<GLN>A<CA> central_sep2 0.489646
+R<GLN>A<CA> R<GLN>A<CA> sep1 2.06918
+R<GLN>A<CA> R<GLN>A<CA> sep2 0.855527
+R<GLN>A<CA> R<GLN>A<CB> central_sep1 -1.31353
+R<GLN>A<CA> R<GLN>A<CB> central_sep2 0.747386
+R<GLN>A<CA> R<GLN>A<CB> sep1 0.978345
+R<GLN>A<CA> R<GLN>A<CB> sep2 0.940901
+R<GLN>A<CA> R<GLN>A<CD> central_sep1 -0.377694
+R<GLN>A<CA> R<GLN>A<CD> central_sep2 0.363854
+R<GLN>A<CA> R<GLN>A<CD> sep1 0.400556
+R<GLN>A<CA> R<GLN>A<CD> sep2 -0.559976
+R<GLN>A<CA> R<GLN>A<CG> central_sep1 0.269475
+R<GLN>A<CA> R<GLN>A<CG> central_sep2 0.548958
+R<GLN>A<CA> R<GLN>A<CG> sep1 0.59491
+R<GLN>A<CA> R<GLN>A<CG> sep2 0.58181
+R<GLN>A<CA> R<GLN>A<N> central_sep1 3.20902
+R<GLN>A<CA> R<GLN>A<N> central_sep2 2.13171
+R<GLN>A<CA> R<GLN>A<N> sep1 -2.159
+R<GLN>A<CA> R<GLN>A<N> sep2 1.36476
+R<GLN>A<CA> R<GLN>A<NE2> central_sep1 0.224118
+R<GLN>A<CA> R<GLN>A<NE2> central_sep2 0.286269
+R<GLN>A<CA> R<GLN>A<NE2> sep1 1.34454
+R<GLN>A<CA> R<GLN>A<NE2> sep2 0.294504
+R<GLN>A<CA> R<GLN>A<O> central_sep1 1.10966
+R<GLN>A<CA> R<GLN>A<O> central_sep2 0.0309778
+R<GLN>A<CA> R<GLN>A<O> sep1 -2.19932
+R<GLN>A<CA> R<GLN>A<O> sep2 0.901065
+R<GLN>A<CA> R<GLN>A<OE1> central_sep1 -0.559594
+R<GLN>A<CA> R<GLN>A<OE1> central_sep2 0.141333
+R<GLN>A<CA> R<GLN>A<OE1> sep1 1.03546
+R<GLN>A<CA> R<GLN>A<OE1> sep2 0.220413
+R<GLN>A<CA> R<GLU>A<C> central_sep1 3.98685
+R<GLN>A<CA> R<GLU>A<C> central_sep2 3.10561
+R<GLN>A<CA> R<GLU>A<C> sep1 -2.74488
+R<GLN>A<CA> R<GLU>A<C> sep2 1.58538
+R<GLN>A<CA> R<GLU>A<CA> central_sep1 2.03598
+R<GLN>A<CA> R<GLU>A<CA> central_sep2 0.949647
+R<GLN>A<CA> R<GLU>A<CA> sep1 2.4491
+R<GLN>A<CA> R<GLU>A<CA> sep2 1.31003
+R<GLN>A<CA> R<GLU>A<CB> central_sep1 -1.0546
+R<GLN>A<CA> R<GLU>A<CB> central_sep2 1.0845
+R<GLN>A<CA> R<GLU>A<CB> sep1 1.17647
+R<GLN>A<CA> R<GLU>A<CB> sep2 1.30526
+R<GLN>A<CA> R<GLU>A<CD> central_sep1 0.00855588
+R<GLN>A<CA> R<GLU>A<CD> central_sep2 1.03478
+R<GLN>A<CA> R<GLU>A<CD> sep1 0.567785
+R<GLN>A<CA> R<GLU>A<CD> sep2 0.42436
+R<GLN>A<CA> R<GLU>A<CG> central_sep1 0.607895
+R<GLN>A<CA> R<GLU>A<CG> central_sep2 0.959355
+R<GLN>A<CA> R<GLU>A<CG> sep1 0.689445
+R<GLN>A<CA> R<GLU>A<CG> sep2 1.10259
+R<GLN>A<CA> R<GLU>A<N> central_sep1 3.43335
+R<GLN>A<CA> R<GLU>A<N> central_sep2 2.4863
+R<GLN>A<CA> R<GLU>A<N> sep1 -1.99977
+R<GLN>A<CA> R<GLU>A<N> sep2 1.92399
+R<GLN>A<CA> R<GLU>A<O> central_sep1 1.16469
+R<GLN>A<CA> R<GLU>A<O> central_sep2 0.51889
+R<GLN>A<CA> R<GLU>A<O> sep1 -2.01699
+R<GLN>A<CA> R<GLU>A<O> sep2 1.32414
+R<GLN>A<CA> R<GLU>A<OE1> central_sep1 0.113082
+R<GLN>A<CA> R<GLU>A<OE1> central_sep2 1.37906
+R<GLN>A<CA> R<GLU>A<OE1> sep1 1.43918
+R<GLN>A<CA> R<GLU>A<OE1> sep2 1.02154
+R<GLN>A<CA> R<GLY>A<C> central_sep1 2.46385
+R<GLN>A<CA> R<GLY>A<C> central_sep2 1.29003
+R<GLN>A<CA> R<GLY>A<C> sep1 -2.37703
+R<GLN>A<CA> R<GLY>A<C> sep2 0.463793
+R<GLN>A<CA> R<GLY>A<CA> central_sep1 1.91937
+R<GLN>A<CA> R<GLY>A<CA> central_sep2 0.543656
+R<GLN>A<CA> R<GLY>A<CA> sep1 1.54089
+R<GLN>A<CA> R<GLY>A<CA> sep2 0.573242
+R<GLN>A<CA> R<GLY>A<N> central_sep1 2.11748
+R<GLN>A<CA> R<GLY>A<N> central_sep2 1.51477
+R<GLN>A<CA> R<GLY>A<N> sep1 -1.93956
+R<GLN>A<CA> R<GLY>A<N> sep2 0.934761
+R<GLN>A<CA> R<GLY>A<O> central_sep1 0.922109
+R<GLN>A<CA> R<GLY>A<O> central_sep2 -0.0910745
+R<GLN>A<CA> R<GLY>A<O> sep1 -1.98293
+R<GLN>A<CA> R<GLY>A<O> sep2 0.510968
+R<GLN>A<CA> R<HIS>A<C> central_sep1 2.95827
+R<GLN>A<CA> R<HIS>A<C> central_sep2 2.48419
+R<GLN>A<CA> R<HIS>A<C> sep1 -2.60472
+R<GLN>A<CA> R<HIS>A<C> sep2 0.963555
+R<GLN>A<CA> R<HIS>A<CA> central_sep1 2.32096
+R<GLN>A<CA> R<HIS>A<CA> central_sep2 0.609572
+R<GLN>A<CA> R<HIS>A<CA> sep1 2.38134
+R<GLN>A<CA> R<HIS>A<CA> sep2 1.07193
+R<GLN>A<CA> R<HIS>A<CB> central_sep1 -0.653935
+R<GLN>A<CA> R<HIS>A<CB> central_sep2 0.484454
+R<GLN>A<CA> R<HIS>A<CB> sep1 1.37226
+R<GLN>A<CA> R<HIS>A<CB> sep2 0.504182
+R<GLN>A<CA> R<HIS>A<CD2> central_sep1 0.589182
+R<GLN>A<CA> R<HIS>A<CD2> central_sep2 0.298399
+R<GLN>A<CA> R<HIS>A<CD2> sep1 0.151524
+R<GLN>A<CA> R<HIS>A<CD2> sep2 0.207038
+R<GLN>A<CA> R<HIS>A<CE1> central_sep1 1.30685
+R<GLN>A<CA> R<HIS>A<CE1> central_sep2 0.446199
+R<GLN>A<CA> R<HIS>A<CE1> sep1 1.81361
+R<GLN>A<CA> R<HIS>A<CE1> sep2 0.348093
+R<GLN>A<CA> R<HIS>A<CG> central_sep1 1.66794
+R<GLN>A<CA> R<HIS>A<CG> central_sep2 0.03533
+R<GLN>A<CA> R<HIS>A<CG> sep1 1.48958
+R<GLN>A<CA> R<HIS>A<CG> sep2 -0.479244
+R<GLN>A<CA> R<HIS>A<N> central_sep1 2.41733
+R<GLN>A<CA> R<HIS>A<N> central_sep2 2.1534
+R<GLN>A<CA> R<HIS>A<N> sep1 -2.06825
+R<GLN>A<CA> R<HIS>A<N> sep2 1.59279
+R<GLN>A<CA> R<HIS>A<ND1> central_sep1 0.570673
+R<GLN>A<CA> R<HIS>A<ND1> central_sep2 0.586251
+R<GLN>A<CA> R<HIS>A<ND1> sep1 0.174024
+R<GLN>A<CA> R<HIS>A<ND1> sep2 0.0739972
+R<GLN>A<CA> R<HIS>A<NE2> central_sep1 1.50703
+R<GLN>A<CA> R<HIS>A<NE2> central_sep2 0.555325
+R<GLN>A<CA> R<HIS>A<NE2> sep1 2.02586
+R<GLN>A<CA> R<HIS>A<NE2> sep2 0.021598
+R<GLN>A<CA> R<HIS>A<O> central_sep1 0.727889
+R<GLN>A<CA> R<HIS>A<O> central_sep2 -0.226086
+R<GLN>A<CA> R<HIS>A<O> sep1 -1.93783
+R<GLN>A<CA> R<HIS>A<O> sep2 0.948644
+R<GLN>A<CA> R<ILE>A<C> central_sep1 3.98097
+R<GLN>A<CA> R<ILE>A<C> central_sep2 2.93357
+R<GLN>A<CA> R<ILE>A<C> sep1 -2.81716
+R<GLN>A<CA> R<ILE>A<C> sep2 1.2875
+R<GLN>A<CA> R<ILE>A<CA> central_sep1 1.89875
+R<GLN>A<CA> R<ILE>A<CA> central_sep2 0.739096
+R<GLN>A<CA> R<ILE>A<CA> sep1 3.42191
+R<GLN>A<CA> R<ILE>A<CA> sep2 1.24397
+R<GLN>A<CA> R<ILE>A<CB> central_sep1 -1.48539
+R<GLN>A<CA> R<ILE>A<CB> central_sep2 0.345896
+R<GLN>A<CA> R<ILE>A<CB> sep1 1.22361
+R<GLN>A<CA> R<ILE>A<CB> sep2 0.434039
+R<GLN>A<CA> R<ILE>A<CD1> central_sep1 -0.230637
+R<GLN>A<CA> R<ILE>A<CD1> central_sep2 -0.282975
+R<GLN>A<CA> R<ILE>A<CD1> sep1 1.81857
+R<GLN>A<CA> R<ILE>A<CD1> sep2 0.334811
+R<GLN>A<CA> R<ILE>A<CG1> central_sep1 0.382101
+R<GLN>A<CA> R<ILE>A<CG1> central_sep2 0.292928
+R<GLN>A<CA> R<ILE>A<CG1> sep1 1.31789
+R<GLN>A<CA> R<ILE>A<CG1> sep2 0.401056
+R<GLN>A<CA> R<ILE>A<CG2> central_sep1 1.16358
+R<GLN>A<CA> R<ILE>A<CG2> central_sep2 0.167072
+R<GLN>A<CA> R<ILE>A<CG2> sep1 0.756178
+R<GLN>A<CA> R<ILE>A<CG2> sep2 0.471099
+R<GLN>A<CA> R<ILE>A<N> central_sep1 1.77915
+R<GLN>A<CA> R<ILE>A<N> central_sep2 2.2506
+R<GLN>A<CA> R<ILE>A<N> sep1 -2.29411
+R<GLN>A<CA> R<ILE>A<N> sep2 1.44038
+R<GLN>A<CA> R<ILE>A<O> central_sep1 0.512758
+R<GLN>A<CA> R<ILE>A<O> central_sep2 -0.409212
+R<GLN>A<CA> R<ILE>A<O> sep1 -2.01757
+R<GLN>A<CA> R<ILE>A<O> sep2 0.777921
+R<GLN>A<CA> R<LEU>A<C> central_sep1 3.73959
+R<GLN>A<CA> R<LEU>A<C> central_sep2 2.74284
+R<GLN>A<CA> R<LEU>A<C> sep1 -2.72237
+R<GLN>A<CA> R<LEU>A<C> sep2 1.25787
+R<GLN>A<CA> R<LEU>A<CA> central_sep1 2.12628
+R<GLN>A<CA> R<LEU>A<CA> central_sep2 0.856707
+R<GLN>A<CA> R<LEU>A<CA> sep1 2.9801
+R<GLN>A<CA> R<LEU>A<CA> sep2 1.22949
+R<GLN>A<CA> R<LEU>A<CB> central_sep1 -1.14681
+R<GLN>A<CA> R<LEU>A<CB> central_sep2 0.789507
+R<GLN>A<CA> R<LEU>A<CB> sep1 1.18984
+R<GLN>A<CA> R<LEU>A<CB> sep2 0.759443
+R<GLN>A<CA> R<LEU>A<CD1> central_sep1 -0.310279
+R<GLN>A<CA> R<LEU>A<CD1> central_sep2 -0.23084
+R<GLN>A<CA> R<LEU>A<CD1> sep1 1.58634
+R<GLN>A<CA> R<LEU>A<CD1> sep2 0.242345
+R<GLN>A<CA> R<LEU>A<CD2> central_sep1 1.23847
+R<GLN>A<CA> R<LEU>A<CD2> central_sep2 -0.273038
+R<GLN>A<CA> R<LEU>A<CD2> sep1 1.43802
+R<GLN>A<CA> R<LEU>A<CD2> sep2 0.255622
+R<GLN>A<CA> R<LEU>A<CG> central_sep1 0.0299193
+R<GLN>A<CA> R<LEU>A<CG> central_sep2 0.839289
+R<GLN>A<CA> R<LEU>A<CG> sep1 0.48471
+R<GLN>A<CA> R<LEU>A<CG> sep2 0.453967
+R<GLN>A<CA> R<LEU>A<N> central_sep1 2.62609
+R<GLN>A<CA> R<LEU>A<N> central_sep2 2.49579
+R<GLN>A<CA> R<LEU>A<N> sep1 -2.20592
+R<GLN>A<CA> R<LEU>A<N> sep2 1.6081
+R<GLN>A<CA> R<LEU>A<O> central_sep1 0.750362
+R<GLN>A<CA> R<LEU>A<O> central_sep2 -0.171175
+R<GLN>A<CA> R<LEU>A<O> sep1 -2.05321
+R<GLN>A<CA> R<LEU>A<O> sep2 0.931993
+R<GLN>A<CA> R<LYS>A<C> central_sep1 3.38354
+R<GLN>A<CA> R<LYS>A<C> central_sep2 2.57268
+R<GLN>A<CA> R<LYS>A<C> sep1 -2.67678
+R<GLN>A<CA> R<LYS>A<C> sep2 1.40427
+R<GLN>A<CA> R<LYS>A<CA> central_sep1 1.90215
+R<GLN>A<CA> R<LYS>A<CA> central_sep2 0.918904
+R<GLN>A<CA> R<LYS>A<CA> sep1 2.2446
+R<GLN>A<CA> R<LYS>A<CA> sep2 1.15188
+R<GLN>A<CA> R<LYS>A<CB> central_sep1 -1.0831
+R<GLN>A<CA> R<LYS>A<CB> central_sep2 1.10782
+R<GLN>A<CA> R<LYS>A<CB> sep1 1.33873
+R<GLN>A<CA> R<LYS>A<CB> sep2 0.948818
+R<GLN>A<CA> R<LYS>A<CD> central_sep1 -0.195343
+R<GLN>A<CA> R<LYS>A<CD> central_sep2 0.677084
+R<GLN>A<CA> R<LYS>A<CD> sep1 0.587953
+R<GLN>A<CA> R<LYS>A<CD> sep2 0.803221
+R<GLN>A<CA> R<LYS>A<CE> central_sep1 0.607376
+R<GLN>A<CA> R<LYS>A<CE> central_sep2 1.07565
+R<GLN>A<CA> R<LYS>A<CE> sep1 1.74033
+R<GLN>A<CA> R<LYS>A<CE> sep2 0.655673
+R<GLN>A<CA> R<LYS>A<CG> central_sep1 0.654743
+R<GLN>A<CA> R<LYS>A<CG> central_sep2 0.826389
+R<GLN>A<CA> R<LYS>A<CG> sep1 0.595435
+R<GLN>A<CA> R<LYS>A<CG> sep2 0.956182
+R<GLN>A<CA> R<LYS>A<N> central_sep1 3.08769
+R<GLN>A<CA> R<LYS>A<N> central_sep2 2.37152
+R<GLN>A<CA> R<LYS>A<N> sep1 -2.06891
+R<GLN>A<CA> R<LYS>A<N> sep2 1.60059
+R<GLN>A<CA> R<LYS>A<NZ> central_sep1 1.6815
+R<GLN>A<CA> R<LYS>A<NZ> central_sep2 1.34469
+R<GLN>A<CA> R<LYS>A<NZ> sep1 2.08109
+R<GLN>A<CA> R<LYS>A<NZ> sep2 0.359733
+R<GLN>A<CA> R<LYS>A<O> central_sep1 0.917137
+R<GLN>A<CA> R<LYS>A<O> central_sep2 0.305171
+R<GLN>A<CA> R<LYS>A<O> sep1 -1.97437
+R<GLN>A<CA> R<LYS>A<O> sep2 1.20678
+R<GLN>A<CA> R<MET>A<C> central_sep1 3.80573
+R<GLN>A<CA> R<MET>A<C> central_sep2 2.61855
+R<GLN>A<CA> R<MET>A<C> sep1 -2.65318
+R<GLN>A<CA> R<MET>A<C> sep2 0.973186
+R<GLN>A<CA> R<MET>A<CA> central_sep1 2.42498
+R<GLN>A<CA> R<MET>A<CA> central_sep2 0.850106
+R<GLN>A<CA> R<MET>A<CA> sep1 3.12251
+R<GLN>A<CA> R<MET>A<CA> sep2 1.25086
+R<GLN>A<CA> R<MET>A<CB> central_sep1 -1.0014
+R<GLN>A<CA> R<MET>A<CB> central_sep2 0.640153
+R<GLN>A<CA> R<MET>A<CB> sep1 1.40064
+R<GLN>A<CA> R<MET>A<CB> sep2 0.746615
+R<GLN>A<CA> R<MET>A<CE> central_sep1 0.254805
+R<GLN>A<CA> R<MET>A<CE> central_sep2 -0.231659
+R<GLN>A<CA> R<MET>A<CE> sep1 2.15786
+R<GLN>A<CA> R<MET>A<CE> sep2 0.0848509
+R<GLN>A<CA> R<MET>A<CG> central_sep1 0.21635
+R<GLN>A<CA> R<MET>A<CG> central_sep2 0.356744
+R<GLN>A<CA> R<MET>A<CG> sep1 0.860879
+R<GLN>A<CA> R<MET>A<CG> sep2 0.394562
+R<GLN>A<CA> R<MET>A<N> central_sep1 2.576
+R<GLN>A<CA> R<MET>A<N> central_sep2 2.31099
+R<GLN>A<CA> R<MET>A<N> sep1 -2.0852
+R<GLN>A<CA> R<MET>A<N> sep2 1.75797
+R<GLN>A<CA> R<MET>A<O> central_sep1 0.770203
+R<GLN>A<CA> R<MET>A<O> central_sep2 -0.242998
+R<GLN>A<CA> R<MET>A<O> sep1 -1.99079
+R<GLN>A<CA> R<MET>A<O> sep2 0.830742
+R<GLN>A<CA> R<MET>A<SD> central_sep1 -0.120969
+R<GLN>A<CA> R<MET>A<SD> central_sep2 -0.521401
+R<GLN>A<CA> R<MET>A<SD> sep1 1.59339
+R<GLN>A<CA> R<MET>A<SD> sep2 0.0997335
+R<GLN>A<CA> R<PHE>A<C> central_sep1 3.2428
+R<GLN>A<CA> R<PHE>A<C> central_sep2 1.95284
+R<GLN>A<CA> R<PHE>A<C> sep1 -2.67713
+R<GLN>A<CA> R<PHE>A<C> sep2 0.963446
+R<GLN>A<CA> R<PHE>A<CA> central_sep1 1.27927
+R<GLN>A<CA> R<PHE>A<CA> central_sep2 0.458783
+R<GLN>A<CA> R<PHE>A<CA> sep1 3.19018
+R<GLN>A<CA> R<PHE>A<CA> sep2 1.02513
+R<GLN>A<CA> R<PHE>A<CB> central_sep1 -0.593905
+R<GLN>A<CA> R<PHE>A<CB> central_sep2 0.301242
+R<GLN>A<CA> R<PHE>A<CB> sep1 1.53966
+R<GLN>A<CA> R<PHE>A<CB> sep2 0.487936
+R<GLN>A<CA> R<PHE>A<CD1> central_sep1 0.208008
+R<GLN>A<CA> R<PHE>A<CD1> central_sep2 -0.0333232
+R<GLN>A<CA> R<PHE>A<CD1> sep1 -0.00109803
+R<GLN>A<CA> R<PHE>A<CD1> sep2 -0.136828
+R<GLN>A<CA> R<PHE>A<CE1> central_sep1 1.00484
+R<GLN>A<CA> R<PHE>A<CE1> central_sep2 -0.235703
+R<GLN>A<CA> R<PHE>A<CE1> sep1 1.71107
+R<GLN>A<CA> R<PHE>A<CE1> sep2 -0.210401
+R<GLN>A<CA> R<PHE>A<CG> central_sep1 1.38855
+R<GLN>A<CA> R<PHE>A<CG> central_sep2 0.22449
+R<GLN>A<CA> R<PHE>A<CG> sep1 1.44911
+R<GLN>A<CA> R<PHE>A<CG> sep2 -1.07312
+R<GLN>A<CA> R<PHE>A<CZ> central_sep1 1.51313
+R<GLN>A<CA> R<PHE>A<CZ> central_sep2 -0.418724
+R<GLN>A<CA> R<PHE>A<CZ> sep1 2.28528
+R<GLN>A<CA> R<PHE>A<CZ> sep2 -0.16445
+R<GLN>A<CA> R<PHE>A<N> central_sep1 2.45903
+R<GLN>A<CA> R<PHE>A<N> central_sep2 2.3977
+R<GLN>A<CA> R<PHE>A<N> sep1 -2.14723
+R<GLN>A<CA> R<PHE>A<N> sep2 1.51854
+R<GLN>A<CA> R<PHE>A<O> central_sep1 0.40921
+R<GLN>A<CA> R<PHE>A<O> central_sep2 -0.485414
+R<GLN>A<CA> R<PHE>A<O> sep1 -2.02456
+R<GLN>A<CA> R<PHE>A<O> sep2 0.659333
+R<GLN>A<CA> R<PRO>A<C> central_sep1 2.19626
+R<GLN>A<CA> R<PRO>A<C> central_sep2 2.32662
+R<GLN>A<CA> R<PRO>A<C> sep1 -2.67702
+R<GLN>A<CA> R<PRO>A<C> sep2 1.35288
+R<GLN>A<CA> R<PRO>A<CA> central_sep1 0.198957
+R<GLN>A<CA> R<PRO>A<CA> central_sep2 0.675391
+R<GLN>A<CA> R<PRO>A<CA> sep1 1.97402
+R<GLN>A<CA> R<PRO>A<CA> sep2 0.496326
+R<GLN>A<CA> R<PRO>A<CB> central_sep1 2.17971
+R<GLN>A<CA> R<PRO>A<CB> central_sep2 0.370533
+R<GLN>A<CA> R<PRO>A<CB> sep1 2.47655
+R<GLN>A<CA> R<PRO>A<CB> sep2 0.405505
+R<GLN>A<CA> R<PRO>A<CD> central_sep1 -2.12627
+R<GLN>A<CA> R<PRO>A<CD> central_sep2 0.7225
+R<GLN>A<CA> R<PRO>A<CD> sep1 1.2305
+R<GLN>A<CA> R<PRO>A<CD> sep2 0.715543
+R<GLN>A<CA> R<PRO>A<CG> central_sep1 1.63253
+R<GLN>A<CA> R<PRO>A<CG> central_sep2 0.108221
+R<GLN>A<CA> R<PRO>A<CG> sep1 1.82263
+R<GLN>A<CA> R<PRO>A<CG> sep2 0.213146
+R<GLN>A<CA> R<PRO>A<N> central_sep1 3.88787
+R<GLN>A<CA> R<PRO>A<N> central_sep2 1.98198
+R<GLN>A<CA> R<PRO>A<N> sep1 -1.34802
+R<GLN>A<CA> R<PRO>A<N> sep2 0.88742
+R<GLN>A<CA> R<PRO>A<O> central_sep1 2.05789
+R<GLN>A<CA> R<PRO>A<O> central_sep2 0.418046
+R<GLN>A<CA> R<PRO>A<O> sep1 -2.01107
+R<GLN>A<CA> R<PRO>A<O> sep2 0.953254
+R<GLN>A<CA> R<SER>A<C> central_sep1 3.5436
+R<GLN>A<CA> R<SER>A<C> central_sep2 2.39307
+R<GLN>A<CA> R<SER>A<C> sep1 -2.63114
+R<GLN>A<CA> R<SER>A<C> sep2 0.902281
+R<GLN>A<CA> R<SER>A<CA> central_sep1 2.04261
+R<GLN>A<CA> R<SER>A<CA> central_sep2 0.516985
+R<GLN>A<CA> R<SER>A<CA> sep1 2.93834
+R<GLN>A<CA> R<SER>A<CA> sep2 0.712184
+R<GLN>A<CA> R<SER>A<CB> central_sep1 -0.23675
+R<GLN>A<CA> R<SER>A<CB> central_sep2 0.462942
+R<GLN>A<CA> R<SER>A<CB> sep1 1.55732
+R<GLN>A<CA> R<SER>A<CB> sep2 0.499046
+R<GLN>A<CA> R<SER>A<N> central_sep1 3.48149
+R<GLN>A<CA> R<SER>A<N> central_sep2 1.79458
+R<GLN>A<CA> R<SER>A<N> sep1 -2.03572
+R<GLN>A<CA> R<SER>A<N> sep2 1.43978
+R<GLN>A<CA> R<SER>A<O> central_sep1 1.07381
+R<GLN>A<CA> R<SER>A<O> central_sep2 -0.0280814
+R<GLN>A<CA> R<SER>A<O> sep1 -2.00721
+R<GLN>A<CA> R<SER>A<O> sep2 0.860638
+R<GLN>A<CA> R<SER>A<OG> central_sep1 0.170961
+R<GLN>A<CA> R<SER>A<OG> central_sep2 0.263711
+R<GLN>A<CA> R<SER>A<OG> sep1 0.947899
+R<GLN>A<CA> R<SER>A<OG> sep2 0.33644
+R<GLN>A<CA> R<THR>A<C> central_sep1 4.1299
+R<GLN>A<CA> R<THR>A<C> central_sep2 2.38818
+R<GLN>A<CA> R<THR>A<C> sep1 -2.61329
+R<GLN>A<CA> R<THR>A<C> sep2 1.02354
+R<GLN>A<CA> R<THR>A<CA> central_sep1 1.52053
+R<GLN>A<CA> R<THR>A<CA> central_sep2 0.124157
+R<GLN>A<CA> R<THR>A<CA> sep1 3.1396
+R<GLN>A<CA> R<THR>A<CA> sep2 0.813499
+R<GLN>A<CA> R<THR>A<CB> central_sep1 -0.741156
+R<GLN>A<CA> R<THR>A<CB> central_sep2 0.544184
+R<GLN>A<CA> R<THR>A<CB> sep1 1.75329
+R<GLN>A<CA> R<THR>A<CB> sep2 0.172959
+R<GLN>A<CA> R<THR>A<CG2> central_sep1 1.22182
+R<GLN>A<CA> R<THR>A<CG2> central_sep2 0.224111
+R<GLN>A<CA> R<THR>A<CG2> sep1 1.30698
+R<GLN>A<CA> R<THR>A<CG2> sep2 0.428871
+R<GLN>A<CA> R<THR>A<N> central_sep1 2.95776
+R<GLN>A<CA> R<THR>A<N> central_sep2 2.20489
+R<GLN>A<CA> R<THR>A<N> sep1 -2.2534
+R<GLN>A<CA> R<THR>A<N> sep2 1.42477
+R<GLN>A<CA> R<THR>A<O> central_sep1 1.14464
+R<GLN>A<CA> R<THR>A<O> central_sep2 -0.094737
+R<GLN>A<CA> R<THR>A<O> sep1 -1.91673
+R<GLN>A<CA> R<THR>A<O> sep2 0.870505
+R<GLN>A<CA> R<THR>A<OG1> central_sep1 0.244586
+R<GLN>A<CA> R<THR>A<OG1> central_sep2 0.280897
+R<GLN>A<CA> R<THR>A<OG1> sep1 0.914565
+R<GLN>A<CA> R<THR>A<OG1> sep2 0.446852
+R<GLN>A<CA> R<TRP>A<C> central_sep2 2.26304
+R<GLN>A<CA> R<TRP>A<C> sep1 -2.85413
+R<GLN>A<CA> R<TRP>A<C> sep2 1.04982
+R<GLN>A<CA> R<TRP>A<CA> central_sep1 0.795454
+R<GLN>A<CA> R<TRP>A<CA> central_sep2 -0.0505374
+R<GLN>A<CA> R<TRP>A<CA> sep1 2.75719
+R<GLN>A<CA> R<TRP>A<CA> sep2 0.867381
+R<GLN>A<CA> R<TRP>A<CB> central_sep1 -0.679905
+R<GLN>A<CA> R<TRP>A<CB> central_sep2 0.0730731
+R<GLN>A<CA> R<TRP>A<CB> sep1 1.83006
+R<GLN>A<CA> R<TRP>A<CB> sep2 0.43435
+R<GLN>A<CA> R<TRP>A<CD1> central_sep1 0.143933
+R<GLN>A<CA> R<TRP>A<CD1> central_sep2 -0.175989
+R<GLN>A<CA> R<TRP>A<CD1> sep1 -0.163927
+R<GLN>A<CA> R<TRP>A<CD1> sep2 0.00625498
+R<GLN>A<CA> R<TRP>A<CD2> central_sep1 0.170404
+R<GLN>A<CA> R<TRP>A<CD2> central_sep2 -0.41645
+R<GLN>A<CA> R<TRP>A<CD2> sep1 0.381083
+R<GLN>A<CA> R<TRP>A<CD2> sep2 -0.895253
+R<GLN>A<CA> R<TRP>A<CE2> central_sep1 0.229204
+R<GLN>A<CA> R<TRP>A<CE2> central_sep2 -0.19954
+R<GLN>A<CA> R<TRP>A<CE2> sep1 0.874961
+R<GLN>A<CA> R<TRP>A<CE2> sep2 -0.59592
+R<GLN>A<CA> R<TRP>A<CE3> central_sep1 -1.20675
+R<GLN>A<CA> R<TRP>A<CE3> central_sep2 -0.202012
+R<GLN>A<CA> R<TRP>A<CE3> sep1 1.04559
+R<GLN>A<CA> R<TRP>A<CE3> sep2 -0.291634
+R<GLN>A<CA> R<TRP>A<CG> central_sep1 0.478814
+R<GLN>A<CA> R<TRP>A<CG> central_sep2 0.0216676
+R<GLN>A<CA> R<TRP>A<CG> sep1 1.22878
+R<GLN>A<CA> R<TRP>A<CG> sep2 -1.15729
+R<GLN>A<CA> R<TRP>A<CH2> central_sep1 1.57075
+R<GLN>A<CA> R<TRP>A<CH2> central_sep2 -0.551303
+R<GLN>A<CA> R<TRP>A<CH2> sep1 2.35087
+R<GLN>A<CA> R<TRP>A<CH2> sep2 -0.631235
+R<GLN>A<CA> R<TRP>A<CZ2> central_sep1 0.857032
+R<GLN>A<CA> R<TRP>A<CZ2> central_sep2 -0.532407
+R<GLN>A<CA> R<TRP>A<CZ2> sep1 2.56135
+R<GLN>A<CA> R<TRP>A<CZ2> sep2 -0.250565
+R<GLN>A<CA> R<TRP>A<CZ3> central_sep1 0.895604
+R<GLN>A<CA> R<TRP>A<CZ3> central_sep2 -0.630562
+R<GLN>A<CA> R<TRP>A<CZ3> sep1 0.469748
+R<GLN>A<CA> R<TRP>A<CZ3> sep2 -0.520489
+R<GLN>A<CA> R<TRP>A<N> central_sep1 2.19219
+R<GLN>A<CA> R<TRP>A<N> central_sep2 2.17142
+R<GLN>A<CA> R<TRP>A<N> sep1 -2.37679
+R<GLN>A<CA> R<TRP>A<N> sep2 1.66988
+R<GLN>A<CA> R<TRP>A<NE1> central_sep1 0.288894
+R<GLN>A<CA> R<TRP>A<NE1> central_sep2 -0.00901266
+R<GLN>A<CA> R<TRP>A<NE1> sep1 1.31994
+R<GLN>A<CA> R<TRP>A<NE1> sep2 0.0772819
+R<GLN>A<CA> R<TRP>A<O> central_sep1 0.68248
+R<GLN>A<CA> R<TRP>A<O> central_sep2 -0.282987
+R<GLN>A<CA> R<TRP>A<O> sep1 -2.20626
+R<GLN>A<CA> R<TRP>A<O> sep2 0.747924
+R<GLN>A<CA> R<TYR>A<C> central_sep1 2.33083
+R<GLN>A<CA> R<TYR>A<C> central_sep2 2.34466
+R<GLN>A<CA> R<TYR>A<C> sep1 -2.71393
+R<GLN>A<CA> R<TYR>A<C> sep2 0.973514
+R<GLN>A<CA> R<TYR>A<CA> central_sep1 1.52426
+R<GLN>A<CA> R<TYR>A<CA> central_sep2 0.378868
+R<GLN>A<CA> R<TYR>A<CA> sep1 3.20108
+R<GLN>A<CA> R<TYR>A<CA> sep2 0.84936
+R<GLN>A<CA> R<TYR>A<CB> central_sep1 -0.616748
+R<GLN>A<CA> R<TYR>A<CB> central_sep2 0.182245
+R<GLN>A<CA> R<TYR>A<CB> sep1 1.74408
+R<GLN>A<CA> R<TYR>A<CB> sep2 0.506565
+R<GLN>A<CA> R<TYR>A<CD1> central_sep1 0.296768
+R<GLN>A<CA> R<TYR>A<CD1> central_sep2 -0.268481
+R<GLN>A<CA> R<TYR>A<CD1> sep1 -0.122908
+R<GLN>A<CA> R<TYR>A<CD1> sep2 -0.29816
+R<GLN>A<CA> R<TYR>A<CE1> central_sep1 0.849603
+R<GLN>A<CA> R<TYR>A<CE1> central_sep2 -0.126321
+R<GLN>A<CA> R<TYR>A<CE1> sep1 1.4579
+R<GLN>A<CA> R<TYR>A<CE1> sep2 -0.179194
+R<GLN>A<CA> R<TYR>A<CG> central_sep1 0.994296
+R<GLN>A<CA> R<TYR>A<CG> central_sep2 0.0502246
+R<GLN>A<CA> R<TYR>A<CG> sep1 1.29692
+R<GLN>A<CA> R<TYR>A<CG> sep2 -1.26092
+R<GLN>A<CA> R<TYR>A<CZ> central_sep1 0.338105
+R<GLN>A<CA> R<TYR>A<CZ> central_sep2 -0.238947
+R<GLN>A<CA> R<TYR>A<CZ> sep1 1.23989
+R<GLN>A<CA> R<TYR>A<CZ> sep2 -0.788798
+R<GLN>A<CA> R<TYR>A<N> central_sep1 2.24081
+R<GLN>A<CA> R<TYR>A<N> central_sep2 2.30687
+R<GLN>A<CA> R<TYR>A<N> sep1 -2.10952
+R<GLN>A<CA> R<TYR>A<N> sep2 1.59715
+R<GLN>A<CA> R<TYR>A<O> central_sep1 0.467186
+R<GLN>A<CA> R<TYR>A<O> central_sep2 -0.457751
+R<GLN>A<CA> R<TYR>A<O> sep1 -2.05508
+R<GLN>A<CA> R<TYR>A<O> sep2 0.65433
+R<GLN>A<CA> R<TYR>A<OH> central_sep1 1.6063
+R<GLN>A<CA> R<TYR>A<OH> central_sep2 -0.227489
+R<GLN>A<CA> R<TYR>A<OH> sep1 2.62959
+R<GLN>A<CA> R<TYR>A<OH> sep2 -0.147573
+R<GLN>A<CA> R<VAL>A<C> central_sep1 4.86185
+R<GLN>A<CA> R<VAL>A<C> central_sep2 2.62103
+R<GLN>A<CA> R<VAL>A<C> sep1 -2.74129
+R<GLN>A<CA> R<VAL>A<C> sep2 1.32891
+R<GLN>A<CA> R<VAL>A<CA> central_sep1 1.64007
+R<GLN>A<CA> R<VAL>A<CA> central_sep2 0.638589
+R<GLN>A<CA> R<VAL>A<CA> sep1 3.40689
+R<GLN>A<CA> R<VAL>A<CA> sep2 1.06202
+R<GLN>A<CA> R<VAL>A<CB> central_sep1 -1.16854
+R<GLN>A<CA> R<VAL>A<CB> central_sep2 0.41239
+R<GLN>A<CA> R<VAL>A<CB> sep1 1.44427
+R<GLN>A<CA> R<VAL>A<CB> sep2 0.178146
+R<GLN>A<CA> R<VAL>A<CG1> central_sep1 1.28928
+R<GLN>A<CA> R<VAL>A<CG1> central_sep2 0.0212171
+R<GLN>A<CA> R<VAL>A<CG1> sep1 0.967506
+R<GLN>A<CA> R<VAL>A<CG1> sep2 0.520174
+R<GLN>A<CA> R<VAL>A<CG2> central_sep1 0.415589
+R<GLN>A<CA> R<VAL>A<CG2> central_sep2 -0.0324712
+R<GLN>A<CA> R<VAL>A<CG2> sep1 1.14723
+R<GLN>A<CA> R<VAL>A<CG2> sep2 0.446376
+R<GLN>A<CA> R<VAL>A<N> central_sep1 2.62179
+R<GLN>A<CA> R<VAL>A<N> central_sep2 2.05474
+R<GLN>A<CA> R<VAL>A<N> sep1 -2.38266
+R<GLN>A<CA> R<VAL>A<N> sep2 1.46417
+R<GLN>A<CA> R<VAL>A<O> central_sep1 0.795234
+R<GLN>A<CA> R<VAL>A<O> central_sep2 -0.480643
+R<GLN>A<CA> R<VAL>A<O> sep1 -1.96074
+R<GLN>A<CA> R<VAL>A<O> sep2 0.720555
+R<GLN>A<CA> c<solvent> . 0.761296
+R<GLN>A<CB> R<GLN>A<CB> central_sep1 0.201113
+R<GLN>A<CB> R<GLN>A<CB> central_sep2 -0.422579
+R<GLN>A<CB> R<GLN>A<CB> sep1 1.43218
+R<GLN>A<CB> R<GLN>A<CB> sep2 0.27165
+R<GLN>A<CB> R<GLN>A<CD> central_sep1 0.0210582
+R<GLN>A<CB> R<GLN>A<CD> central_sep2 -0.331636
+R<GLN>A<CB> R<GLN>A<CD> sep1 0.445731
+R<GLN>A<CB> R<GLN>A<CD> sep2 -1.07875
+R<GLN>A<CB> R<GLN>A<CG> central_sep1 0.106077
+R<GLN>A<CB> R<GLN>A<CG> central_sep2 -0.169625
+R<GLN>A<CB> R<GLN>A<CG> sep1 0.0360154
+R<GLN>A<CB> R<GLN>A<CG> sep2 -0.0585498
+R<GLN>A<CB> R<GLN>A<N> central_sep1 1.11396
+R<GLN>A<CB> R<GLN>A<N> central_sep2 1.42764
+R<GLN>A<CB> R<GLN>A<N> sep1 -1.61088
+R<GLN>A<CB> R<GLN>A<N> sep2 1.2046
+R<GLN>A<CB> R<GLN>A<NE2> central_sep1 -0.385054
+R<GLN>A<CB> R<GLN>A<NE2> central_sep2 -0.29908
+R<GLN>A<CB> R<GLN>A<NE2> sep1 1.22513
+R<GLN>A<CB> R<GLN>A<NE2> sep2 -0.064518
+R<GLN>A<CB> R<GLN>A<O> central_sep1 -1.80779
+R<GLN>A<CB> R<GLN>A<O> central_sep2 0.427444
+R<GLN>A<CB> R<GLN>A<O> sep1 0.339099
+R<GLN>A<CB> R<GLN>A<O> sep2 0.0882924
+R<GLN>A<CB> R<GLN>A<OE1> central_sep1 -0.0293479
+R<GLN>A<CB> R<GLN>A<OE1> central_sep2 -0.264143
+R<GLN>A<CB> R<GLN>A<OE1> sep1 1.04581
+R<GLN>A<CB> R<GLN>A<OE1> sep2 -0.141952
+R<GLN>A<CB> R<GLU>A<C> central_sep1 2.11407
+R<GLN>A<CB> R<GLU>A<C> central_sep2 2.04239
+R<GLN>A<CB> R<GLU>A<C> sep1 0.0968845
+R<GLN>A<CB> R<GLU>A<C> sep2 0.909165
+R<GLN>A<CB> R<GLU>A<CA> central_sep1 -1.26822
+R<GLN>A<CB> R<GLU>A<CA> central_sep2 1.17846
+R<GLN>A<CB> R<GLU>A<CA> sep1 1.02292
+R<GLN>A<CB> R<GLU>A<CA> sep2 1.18562
+R<GLN>A<CB> R<GLU>A<CB> central_sep1 0.422134
+R<GLN>A<CB> R<GLU>A<CB> central_sep2 0.331487
+R<GLN>A<CB> R<GLU>A<CB> sep1 1.45647
+R<GLN>A<CB> R<GLU>A<CB> sep2 0.664014
+R<GLN>A<CB> R<GLU>A<CD> central_sep1 0.25766
+R<GLN>A<CB> R<GLU>A<CD> central_sep2 0.373553
+R<GLN>A<CB> R<GLU>A<CD> sep1 0.731688
+R<GLN>A<CB> R<GLU>A<CD> sep2 -0.274061
+R<GLN>A<CB> R<GLU>A<CG> central_sep1 0.380264
+R<GLN>A<CB> R<GLU>A<CG> central_sep2 0.487338
+R<GLN>A<CB> R<GLU>A<CG> sep1 0.239522
+R<GLN>A<CB> R<GLU>A<CG> sep2 0.572656
+R<GLN>A<CB> R<GLU>A<N> central_sep1 1.23923
+R<GLN>A<CB> R<GLU>A<N> central_sep2 1.94046
+R<GLN>A<CB> R<GLU>A<N> sep1 -1.5056
+R<GLN>A<CB> R<GLU>A<N> sep2 1.49636
+R<GLN>A<CB> R<GLU>A<O> central_sep1 -1.72887
+R<GLN>A<CB> R<GLU>A<O> central_sep2 0.890618
+R<GLN>A<CB> R<GLU>A<O> sep1 0.426086
+R<GLN>A<CB> R<GLU>A<O> sep2 0.616348
+R<GLN>A<CB> R<GLU>A<OE1> central_sep1 0.263211
+R<GLN>A<CB> R<GLU>A<OE1> central_sep2 0.629232
+R<GLN>A<CB> R<GLU>A<OE1> sep1 1.37591
+R<GLN>A<CB> R<GLU>A<OE1> sep2 0.498358
+R<GLN>A<CB> R<GLY>A<C> central_sep1 1.35407
+R<GLN>A<CB> R<GLY>A<C> central_sep2 0.822395
+R<GLN>A<CB> R<GLY>A<C> sep1 0.0887085
+R<GLN>A<CB> R<GLY>A<C> sep2 -0.122555
+R<GLN>A<CB> R<GLY>A<CA> central_sep1 0.489919
+R<GLN>A<CB> R<GLY>A<CA> central_sep2 0.113275
+R<GLN>A<CB> R<GLY>A<CA> sep1 1.9069
+R<GLN>A<CB> R<GLY>A<CA> sep2 0.442555
+R<GLN>A<CB> R<GLY>A<N> central_sep1 0.968621
+R<GLN>A<CB> R<GLY>A<N> central_sep2 0.879151
+R<GLN>A<CB> R<GLY>A<N> sep1 -0.833262
+R<GLN>A<CB> R<GLY>A<N> sep2 0.5903
+R<GLN>A<CB> R<GLY>A<O> central_sep1 -0.728904
+R<GLN>A<CB> R<GLY>A<O> central_sep2 0.203516
+R<GLN>A<CB> R<GLY>A<O> sep1 0.577306
+R<GLN>A<CB> R<GLY>A<O> sep2 0.118239
+R<GLN>A<CB> R<HIS>A<C> central_sep1 2.10751
+R<GLN>A<CB> R<HIS>A<C> central_sep2 1.66038
+R<GLN>A<CB> R<HIS>A<C> sep1 -0.232064
+R<GLN>A<CB> R<HIS>A<C> sep2 0.178522
+R<GLN>A<CB> R<HIS>A<CA> central_sep1 -0.515783
+R<GLN>A<CB> R<HIS>A<CA> central_sep2 0.441539
+R<GLN>A<CB> R<HIS>A<CA> sep1 1.24215
+R<GLN>A<CB> R<HIS>A<CA> sep2 0.650294
+R<GLN>A<CB> R<HIS>A<CB> central_sep1 0.148436
+R<GLN>A<CB> R<HIS>A<CB> central_sep2 -0.303672
+R<GLN>A<CB> R<HIS>A<CB> sep1 1.45892
+R<GLN>A<CB> R<HIS>A<CB> sep2 0.177471
+R<GLN>A<CB> R<HIS>A<CD2> central_sep1 -0.677522
+R<GLN>A<CB> R<HIS>A<CD2> central_sep2 -0.315323
+R<GLN>A<CB> R<HIS>A<CD2> sep1 0.872472
+R<GLN>A<CB> R<HIS>A<CD2> sep2 -0.0495157
+R<GLN>A<CB> R<HIS>A<CE1> central_sep1 -0.400963
+R<GLN>A<CB> R<HIS>A<CE1> central_sep2 -0.384404
+R<GLN>A<CB> R<HIS>A<CE1> sep1 0.825302
+R<GLN>A<CB> R<HIS>A<CE1> sep2 -0.0848482
+R<GLN>A<CB> R<HIS>A<CG> central_sep1 0.260934
+R<GLN>A<CB> R<HIS>A<CG> central_sep2 -0.469687
+R<GLN>A<CB> R<HIS>A<CG> sep1 0.684861
+R<GLN>A<CB> R<HIS>A<CG> sep2 -0.893673
+R<GLN>A<CB> R<HIS>A<N> central_sep1 1.10464
+R<GLN>A<CB> R<HIS>A<N> central_sep2 1.27644
+R<GLN>A<CB> R<HIS>A<N> sep1 -1.22685
+R<GLN>A<CB> R<HIS>A<N> sep2 1.08294
+R<GLN>A<CB> R<HIS>A<ND1> central_sep1 -0.284752
+R<GLN>A<CB> R<HIS>A<ND1> central_sep2 -0.133853
+R<GLN>A<CB> R<HIS>A<ND1> sep1 0.731465
+R<GLN>A<CB> R<HIS>A<ND1> sep2 -0.370656
+R<GLN>A<CB> R<HIS>A<NE2> central_sep1 0.0801745
+R<GLN>A<CB> R<HIS>A<NE2> central_sep2 -0.16785
+R<GLN>A<CB> R<HIS>A<NE2> sep1 0.42637
+R<GLN>A<CB> R<HIS>A<NE2> sep2 -0.457717
+R<GLN>A<CB> R<HIS>A<O> central_sep1 -1.33881
+R<GLN>A<CB> R<HIS>A<O> central_sep2 0.206973
+R<GLN>A<CB> R<HIS>A<O> sep1 0.360327
+R<GLN>A<CB> R<HIS>A<O> sep2 0.0799919
+R<GLN>A<CB> R<ILE>A<C> central_sep1 2.95614
+R<GLN>A<CB> R<ILE>A<C> central_sep2 2.12599
+R<GLN>A<CB> R<ILE>A<C> sep1 -0.0666639
+R<GLN>A<CB> R<ILE>A<C> sep2 0.138555
+R<GLN>A<CB> R<ILE>A<CA> central_sep1 -0.594132
+R<GLN>A<CB> R<ILE>A<CA> central_sep2 0.969393
+R<GLN>A<CB> R<ILE>A<CA> sep1 1.2703
+R<GLN>A<CB> R<ILE>A<CA> sep2 1.27096
+R<GLN>A<CB> R<ILE>A<CB> central_sep1 0.252553
+R<GLN>A<CB> R<ILE>A<CB> central_sep2 -0.592518
+R<GLN>A<CB> R<ILE>A<CB> sep1 1.81047
+R<GLN>A<CB> R<ILE>A<CB> sep2 -0.0797661
+R<GLN>A<CB> R<ILE>A<CD1> central_sep1 0.0660428
+R<GLN>A<CB> R<ILE>A<CD1> central_sep2 -0.88302
+R<GLN>A<CB> R<ILE>A<CD1> sep1 1.52746
+R<GLN>A<CB> R<ILE>A<CD1> sep2 0.0778851
+R<GLN>A<CB> R<ILE>A<CG1> central_sep1 -0.0566042
+R<GLN>A<CB> R<ILE>A<CG1> central_sep2 -0.497148
+R<GLN>A<CB> R<ILE>A<CG1> sep1 0.5198
+R<GLN>A<CB> R<ILE>A<CG1> sep2 -0.209539
+R<GLN>A<CB> R<ILE>A<CG2> central_sep1 0.176696
+R<GLN>A<CB> R<ILE>A<CG2> central_sep2 -0.642949
+R<GLN>A<CB> R<ILE>A<CG2> sep1 1.30216
+R<GLN>A<CB> R<ILE>A<CG2> sep2 0.266114
+R<GLN>A<CB> R<ILE>A<N> central_sep1 2.26388
+R<GLN>A<CB> R<ILE>A<N> central_sep2 1.73488
+R<GLN>A<CB> R<ILE>A<N> sep1 -1.26646
+R<GLN>A<CB> R<ILE>A<N> sep2 1.32023
+R<GLN>A<CB> R<ILE>A<O> central_sep1 -1.10267
+R<GLN>A<CB> R<ILE>A<O> central_sep2 0.373877
+R<GLN>A<CB> R<ILE>A<O> sep1 0.472974
+R<GLN>A<CB> R<ILE>A<O> sep2 -0.0277056
+R<GLN>A<CB> R<LEU>A<C> central_sep1 2.64177
+R<GLN>A<CB> R<LEU>A<C> central_sep2 1.75975
+R<GLN>A<CB> R<LEU>A<C> sep1 -0.0885176
+R<GLN>A<CB> R<LEU>A<C> sep2 0.467257
+R<GLN>A<CB> R<LEU>A<CA> central_sep1 -1.02514
+R<GLN>A<CB> R<LEU>A<CA> central_sep2 1.10572
+R<GLN>A<CB> R<LEU>A<CA> sep1 1.10117
+R<GLN>A<CB> R<LEU>A<CA> sep2 1.20635
+R<GLN>A<CB> R<LEU>A<CB> central_sep1 -0.100134
+R<GLN>A<CB> R<LEU>A<CB> central_sep2 -0.254906
+R<GLN>A<CB> R<LEU>A<CB> sep1 1.77856
+R<GLN>A<CB> R<LEU>A<CB> sep2 0.318438
+R<GLN>A<CB> R<LEU>A<CD1> central_sep1 0.038891
+R<GLN>A<CB> R<LEU>A<CD1> central_sep2 -0.8852
+R<GLN>A<CB> R<LEU>A<CD1> sep1 1.602
+R<GLN>A<CB> R<LEU>A<CD1> sep2 0.13707
+R<GLN>A<CB> R<LEU>A<CD2> central_sep1 0.117467
+R<GLN>A<CB> R<LEU>A<CD2> central_sep2 -0.830536
+R<GLN>A<CB> R<LEU>A<CD2> sep1 1.32335
+R<GLN>A<CB> R<LEU>A<CD2> sep2 0.0774481
+R<GLN>A<CB> R<LEU>A<CG> central_sep1 -0.35024
+R<GLN>A<CB> R<LEU>A<CG> central_sep2 0.0468238
+R<GLN>A<CB> R<LEU>A<CG> sep1 0.0105877
+R<GLN>A<CB> R<LEU>A<CG> sep2 -0.292508
+R<GLN>A<CB> R<LEU>A<N> central_sep1 1.82902
+R<GLN>A<CB> R<LEU>A<N> central_sep2 1.97145
+R<GLN>A<CB> R<LEU>A<N> sep1 -1.30107
+R<GLN>A<CB> R<LEU>A<N> sep2 1.38488
+R<GLN>A<CB> R<LEU>A<O> central_sep1 -1.40124
+R<GLN>A<CB> R<LEU>A<O> central_sep2 0.544855
+R<GLN>A<CB> R<LEU>A<O> sep1 0.374007
+R<GLN>A<CB> R<LEU>A<O> sep2 0.0975185
+R<GLN>A<CB> R<LYS>A<C> central_sep1 2.19774
+R<GLN>A<CB> R<LYS>A<C> central_sep2 1.82922
+R<GLN>A<CB> R<LYS>A<C> sep1 0.0360568
+R<GLN>A<CB> R<LYS>A<C> sep2 0.508221
+R<GLN>A<CB> R<LYS>A<CA> central_sep1 -1.04422
+R<GLN>A<CB> R<LYS>A<CA> central_sep2 0.854905
+R<GLN>A<CB> R<LYS>A<CA> sep1 1.27224
+R<GLN>A<CB> R<LYS>A<CA> sep2 1.00876
+R<GLN>A<CB> R<LYS>A<CB> central_sep1 0.214949
+R<GLN>A<CB> R<LYS>A<CB> central_sep2 -0.235727
+R<GLN>A<CB> R<LYS>A<CB> sep1 1.42933
+R<GLN>A<CB> R<LYS>A<CB> sep2 0.603829
+R<GLN>A<CB> R<LYS>A<CD> central_sep1 0.40381
+R<GLN>A<CB> R<LYS>A<CD> central_sep2 0.084949
+R<GLN>A<CB> R<LYS>A<CD> sep1 1.28484
+R<GLN>A<CB> R<LYS>A<CD> sep2 0.258419
+R<GLN>A<CB> R<LYS>A<CE> central_sep1 0.185809
+R<GLN>A<CB> R<LYS>A<CE> central_sep2 0.390156
+R<GLN>A<CB> R<LYS>A<CE> sep1 1.43491
+R<GLN>A<CB> R<LYS>A<CE> sep2 0.376341
+R<GLN>A<CB> R<LYS>A<CG> central_sep1 0.0536322
+R<GLN>A<CB> R<LYS>A<CG> central_sep2 -0.0507041
+R<GLN>A<CB> R<LYS>A<CG> sep1 0.0905926
+R<GLN>A<CB> R<LYS>A<CG> sep2 0.357213
+R<GLN>A<CB> R<LYS>A<N> central_sep1 1.32081
+R<GLN>A<CB> R<LYS>A<N> central_sep2 1.45005
+R<GLN>A<CB> R<LYS>A<N> sep1 -1.40766
+R<GLN>A<CB> R<LYS>A<N> sep2 1.43363
+R<GLN>A<CB> R<LYS>A<NZ> central_sep1 0.962367
+R<GLN>A<CB> R<LYS>A<NZ> central_sep2 0.685429
+R<GLN>A<CB> R<LYS>A<NZ> sep1 1.89976
+R<GLN>A<CB> R<LYS>A<NZ> sep2 0.454051
+R<GLN>A<CB> R<LYS>A<O> central_sep1 -1.54558
+R<GLN>A<CB> R<LYS>A<O> central_sep2 0.572157
+R<GLN>A<CB> R<LYS>A<O> sep1 0.395485
+R<GLN>A<CB> R<LYS>A<O> sep2 0.117863
+R<GLN>A<CB> R<MET>A<C> central_sep1 2.52527
+R<GLN>A<CB> R<MET>A<C> central_sep2 1.59969
+R<GLN>A<CB> R<MET>A<C> sep1 0.0701467
+R<GLN>A<CB> R<MET>A<C> sep2 0.369394
+R<GLN>A<CB> R<MET>A<CA> central_sep1 -0.798484
+R<GLN>A<CB> R<MET>A<CA> central_sep2 0.736924
+R<GLN>A<CB> R<MET>A<CA> sep1 1.3259
+R<GLN>A<CB> R<MET>A<CA> sep2 0.942794
+R<GLN>A<CB> R<MET>A<CB> central_sep1 -0.00549783
+R<GLN>A<CB> R<MET>A<CB> central_sep2 -0.332959
+R<GLN>A<CB> R<MET>A<CB> sep1 1.82266
+R<GLN>A<CB> R<MET>A<CB> sep2 0.336362
+R<GLN>A<CB> R<MET>A<CE> central_sep1 -0.0829034
+R<GLN>A<CB> R<MET>A<CE> central_sep2 -0.878293
+R<GLN>A<CB> R<MET>A<CE> sep1 1.86904
+R<GLN>A<CB> R<MET>A<CE> sep2 -0.141758
+R<GLN>A<CB> R<MET>A<CG> central_sep1 -0.0336922
+R<GLN>A<CB> R<MET>A<CG> central_sep2 -0.461898
+R<GLN>A<CB> R<MET>A<CG> sep1 0.470305
+R<GLN>A<CB> R<MET>A<CG> sep2 -0.0312116
+R<GLN>A<CB> R<MET>A<N> central_sep1 1.52005
+R<GLN>A<CB> R<MET>A<N> central_sep2 1.41025
+R<GLN>A<CB> R<MET>A<N> sep1 -1.24241
+R<GLN>A<CB> R<MET>A<N> sep2 1.22686
+R<GLN>A<CB> R<MET>A<O> central_sep1 -1.31982
+R<GLN>A<CB> R<MET>A<O> central_sep2 0.377135
+R<GLN>A<CB> R<MET>A<O> sep1 0.522589
+R<GLN>A<CB> R<MET>A<O> sep2 0.0487141
+R<GLN>A<CB> R<MET>A<SD> central_sep1 0.0629332
+R<GLN>A<CB> R<MET>A<SD> central_sep2 -0.858526
+R<GLN>A<CB> R<MET>A<SD> sep1 1.44458
+R<GLN>A<CB> R<MET>A<SD> sep2 -0.265888
+R<GLN>A<CB> R<PHE>A<C> central_sep1 2.43326
+R<GLN>A<CB> R<PHE>A<C> central_sep2 1.32354
+R<GLN>A<CB> R<PHE>A<C> sep1 -0.230777
+R<GLN>A<CB> R<PHE>A<C> sep2 0.202448
+R<GLN>A<CB> R<PHE>A<CA> central_sep1 -0.500419
+R<GLN>A<CB> R<PHE>A<CA> central_sep2 0.815048
+R<GLN>A<CB> R<PHE>A<CA> sep1 1.15468
+R<GLN>A<CB> R<PHE>A<CA> sep2 0.818009
+R<GLN>A<CB> R<PHE>A<CB> central_sep1 0.154374
+R<GLN>A<CB> R<PHE>A<CB> central_sep2 -0.34137
+R<GLN>A<CB> R<PHE>A<CB> sep1 2.07199
+R<GLN>A<CB> R<PHE>A<CB> sep2 0.106538
+R<GLN>A<CB> R<PHE>A<CD1> central_sep1 -0.316489
+R<GLN>A<CB> R<PHE>A<CD1> central_sep2 -0.630262
+R<GLN>A<CB> R<PHE>A<CD1> sep1 1.06493
+R<GLN>A<CB> R<PHE>A<CD1> sep2 -0.398238
+R<GLN>A<CB> R<PHE>A<CE1> central_sep1 -0.328163
+R<GLN>A<CB> R<PHE>A<CE1> central_sep2 -0.907199
+R<GLN>A<CB> R<PHE>A<CE1> sep1 1.03
+R<GLN>A<CB> R<PHE>A<CE1> sep2 -0.560962
+R<GLN>A<CB> R<PHE>A<CG> central_sep1 0.952786
+R<GLN>A<CB> R<PHE>A<CG> central_sep2 -0.498165
+R<GLN>A<CB> R<PHE>A<CG> sep1 0.849212
+R<GLN>A<CB> R<PHE>A<CG> sep2 -1.51913
+R<GLN>A<CB> R<PHE>A<CZ> central_sep1 0.342193
+R<GLN>A<CB> R<PHE>A<CZ> central_sep2 -0.966807
+R<GLN>A<CB> R<PHE>A<CZ> sep1 0.972868
+R<GLN>A<CB> R<PHE>A<CZ> sep2 -0.559855
+R<GLN>A<CB> R<PHE>A<N> central_sep1 1.5983
+R<GLN>A<CB> R<PHE>A<N> central_sep2 1.45189
+R<GLN>A<CB> R<PHE>A<N> sep1 -1.14467
+R<GLN>A<CB> R<PHE>A<N> sep2 1.35674
+R<GLN>A<CB> R<PHE>A<O> central_sep1 -1.19027
+R<GLN>A<CB> R<PHE>A<O> central_sep2 0.356595
+R<GLN>A<CB> R<PHE>A<O> sep1 0.295491
+R<GLN>A<CB> R<PHE>A<O> sep2 -0.0722396
+R<GLN>A<CB> R<PRO>A<C> central_sep1 2.46264
+R<GLN>A<CB> R<PRO>A<C> central_sep2 1.51527
+R<GLN>A<CB> R<PRO>A<C> sep1 0.348133
+R<GLN>A<CB> R<PRO>A<C> sep2 0.36867
+R<GLN>A<CB> R<PRO>A<CA> central_sep1 -0.495942
+R<GLN>A<CB> R<PRO>A<CA> central_sep2 0.325428
+R<GLN>A<CB> R<PRO>A<CA> sep1 0.867164
+R<GLN>A<CB> R<PRO>A<CA> sep2 0.49505
+R<GLN>A<CB> R<PRO>A<CB> central_sep1 0.29917
+R<GLN>A<CB> R<PRO>A<CB> central_sep2 -0.368808
+R<GLN>A<CB> R<PRO>A<CB> sep1 1.78964
+R<GLN>A<CB> R<PRO>A<CB> sep2 0.0507013
+R<GLN>A<CB> R<PRO>A<CD> central_sep1 -0.0473959
+R<GLN>A<CB> R<PRO>A<CD> central_sep2 0.26237
+R<GLN>A<CB> R<PRO>A<CD> sep1 -0.631184
+R<GLN>A<CB> R<PRO>A<CD> sep2 0.475571
+R<GLN>A<CB> R<PRO>A<CG> central_sep1 1.10653
+R<GLN>A<CB> R<PRO>A<CG> central_sep2 -0.447231
+R<GLN>A<CB> R<PRO>A<CG> sep1 1.83211
+R<GLN>A<CB> R<PRO>A<CG> sep2 -0.0980532
+R<GLN>A<CB> R<PRO>A<N> central_sep1 2.23518
+R<GLN>A<CB> R<PRO>A<N> central_sep2 1.45433
+R<GLN>A<CB> R<PRO>A<N> sep1 -1.36649
+R<GLN>A<CB> R<PRO>A<N> sep2 0.0246968
+R<GLN>A<CB> R<PRO>A<O> central_sep1 -1.32353
+R<GLN>A<CB> R<PRO>A<O> central_sep2 0.329308
+R<GLN>A<CB> R<PRO>A<O> sep1 -0.338841
+R<GLN>A<CB> R<PRO>A<O> sep2 0.461233
+R<GLN>A<CB> R<SER>A<C> central_sep1 2.00626
+R<GLN>A<CB> R<SER>A<C> central_sep2 1.4066
+R<GLN>A<CB> R<SER>A<C> sep1 -0.0754486
+R<GLN>A<CB> R<SER>A<C> sep2 0.448255
+R<GLN>A<CB> R<SER>A<CA> central_sep1 -0.451115
+R<GLN>A<CB> R<SER>A<CA> central_sep2 0.649262
+R<GLN>A<CB> R<SER>A<CA> sep1 1.56771
+R<GLN>A<CB> R<SER>A<CA> sep2 0.548911
+R<GLN>A<CB> R<SER>A<CB> central_sep1 0.477097
+R<GLN>A<CB> R<SER>A<CB> central_sep2 -0.197916
+R<GLN>A<CB> R<SER>A<CB> sep1 1.14137
+R<GLN>A<CB> R<SER>A<CB> sep2 0.250876
+R<GLN>A<CB> R<SER>A<N> central_sep1 0.101617
+R<GLN>A<CB> R<SER>A<N> central_sep2 1.23727
+R<GLN>A<CB> R<SER>A<N> sep1 -1.28392
+R<GLN>A<CB> R<SER>A<N> sep2 1.18563
+R<GLN>A<CB> R<SER>A<O> central_sep1 -1.39759
+R<GLN>A<CB> R<SER>A<O> central_sep2 0.397336
+R<GLN>A<CB> R<SER>A<O> sep1 0.322102
+R<GLN>A<CB> R<SER>A<O> sep2 0.179337
+R<GLN>A<CB> R<SER>A<OG> central_sep1 -0.795243
+R<GLN>A<CB> R<SER>A<OG> central_sep2 -0.25136
+R<GLN>A<CB> R<SER>A<OG> sep1 0.852745
+R<GLN>A<CB> R<SER>A<OG> sep2 0.0864699
+R<GLN>A<CB> R<THR>A<C> central_sep1 2.41183
+R<GLN>A<CB> R<THR>A<C> central_sep2 1.14857
+R<GLN>A<CB> R<THR>A<C> sep1 -0.101351
+R<GLN>A<CB> R<THR>A<C> sep2 0.273149
+R<GLN>A<CB> R<THR>A<CA> central_sep1 -0.5168
+R<GLN>A<CB> R<THR>A<CA> central_sep2 0.650393
+R<GLN>A<CB> R<THR>A<CA> sep1 1.38796
+R<GLN>A<CB> R<THR>A<CA> sep2 0.654945
+R<GLN>A<CB> R<THR>A<CB> central_sep1 0.382262
+R<GLN>A<CB> R<THR>A<CB> central_sep2 -0.579807
+R<GLN>A<CB> R<THR>A<CB> sep1 0.678266
+R<GLN>A<CB> R<THR>A<CB> sep2 -0.132534
+R<GLN>A<CB> R<THR>A<CG2> central_sep1 0.150602
+R<GLN>A<CB> R<THR>A<CG2> central_sep2 -0.500595
+R<GLN>A<CB> R<THR>A<CG2> sep1 0.817076
+R<GLN>A<CB> R<THR>A<CG2> sep2 0.103809
+R<GLN>A<CB> R<THR>A<N> central_sep1 -0.118166
+R<GLN>A<CB> R<THR>A<N> central_sep2 1.43988
+R<GLN>A<CB> R<THR>A<N> sep1 -1.29186
+R<GLN>A<CB> R<THR>A<N> sep2 1.1843
+R<GLN>A<CB> R<THR>A<O> central_sep1 -1.40523
+R<GLN>A<CB> R<THR>A<O> central_sep2 0.288013
+R<GLN>A<CB> R<THR>A<O> sep1 0.305856
+R<GLN>A<CB> R<THR>A<O> sep2 -0.0742769
+R<GLN>A<CB> R<THR>A<OG1> central_sep1 -0.842174
+R<GLN>A<CB> R<THR>A<OG1> central_sep2 -0.508277
+R<GLN>A<CB> R<THR>A<OG1> sep1 0.620148
+R<GLN>A<CB> R<THR>A<OG1> sep2 0.0247803
+R<GLN>A<CB> R<TRP>A<C> central_sep1 2.97614
+R<GLN>A<CB> R<TRP>A<C> central_sep2 1.45156
+R<GLN>A<CB> R<TRP>A<C> sep1 -0.446286
+R<GLN>A<CB> R<TRP>A<C> sep2 0.100971
+R<GLN>A<CB> R<TRP>A<CA> central_sep1 -0.720941
+R<GLN>A<CB> R<TRP>A<CA> central_sep2 0.520828
+R<GLN>A<CB> R<TRP>A<CA> sep1 1.08547
+R<GLN>A<CB> R<TRP>A<CA> sep2 0.715726
+R<GLN>A<CB> R<TRP>A<CB> central_sep1 0.326987
+R<GLN>A<CB> R<TRP>A<CB> central_sep2 -0.499189
+R<GLN>A<CB> R<TRP>A<CB> sep1 2.22328
+R<GLN>A<CB> R<TRP>A<CB> sep2 0.138072
+R<GLN>A<CB> R<TRP>A<CD1> central_sep1 -0.679819
+R<GLN>A<CB> R<TRP>A<CD1> central_sep2 -0.634718
+R<GLN>A<CB> R<TRP>A<CD1> sep1 0.562026
+R<GLN>A<CB> R<TRP>A<CD1> sep2 -0.367249
+R<GLN>A<CB> R<TRP>A<CD2> central_sep1 -0.31597
+R<GLN>A<CB> R<TRP>A<CD2> central_sep2 -0.991477
+R<GLN>A<CB> R<TRP>A<CD2> sep1 0.46126
+R<GLN>A<CB> R<TRP>A<CD2> sep2 -1.08992
+R<GLN>A<CB> R<TRP>A<CE2> central_sep1 -0.744116
+R<GLN>A<CB> R<TRP>A<CE2> central_sep2 -1.04654
+R<GLN>A<CB> R<TRP>A<CE2> sep1 0.171896
+R<GLN>A<CB> R<TRP>A<CE2> sep2 -1.26372
+R<GLN>A<CB> R<TRP>A<CE3> central_sep1 -0.424783
+R<GLN>A<CB> R<TRP>A<CE3> central_sep2 -0.81407
+R<GLN>A<CB> R<TRP>A<CE3> sep1 0.963595
+R<GLN>A<CB> R<TRP>A<CE3> sep2 -0.464836
+R<GLN>A<CB> R<TRP>A<CG> central_sep1 0.65785
+R<GLN>A<CB> R<TRP>A<CG> central_sep2 -0.276799
+R<GLN>A<CB> R<TRP>A<CG> sep1 0.593629
+R<GLN>A<CB> R<TRP>A<CG> sep2 -1.65031
+R<GLN>A<CB> R<TRP>A<CH2> central_sep1 0.462165
+R<GLN>A<CB> R<TRP>A<CH2> central_sep2 -1.23179
+R<GLN>A<CB> R<TRP>A<CH2> sep1 1.45991
+R<GLN>A<CB> R<TRP>A<CH2> sep2 -0.986125
+R<GLN>A<CB> R<TRP>A<CZ2> central_sep1 0.39043
+R<GLN>A<CB> R<TRP>A<CZ2> central_sep2 -1.11857
+R<GLN>A<CB> R<TRP>A<CZ2> sep1 1.39599
+R<GLN>A<CB> R<TRP>A<CZ2> sep2 -0.726308
+R<GLN>A<CB> R<TRP>A<CZ3> central_sep1 -0.0843342
+R<GLN>A<CB> R<TRP>A<CZ3> central_sep2 -1.09311
+R<GLN>A<CB> R<TRP>A<CZ3> sep1 0.848237
+R<GLN>A<CB> R<TRP>A<CZ3> sep2 -0.697417
+R<GLN>A<CB> R<TRP>A<N> central_sep1 1.48558
+R<GLN>A<CB> R<TRP>A<N> central_sep2 1.76313
+R<GLN>A<CB> R<TRP>A<N> sep1 -1.42629
+R<GLN>A<CB> R<TRP>A<N> sep2 1.23041
+R<GLN>A<CB> R<TRP>A<NE1> central_sep1 -0.218739
+R<GLN>A<CB> R<TRP>A<NE1> central_sep2 -0.736553
+R<GLN>A<CB> R<TRP>A<NE1> sep1 0.59753
+R<GLN>A<CB> R<TRP>A<NE1> sep2 -0.70696
+R<GLN>A<CB> R<TRP>A<O> central_sep1 -1.3276
+R<GLN>A<CB> R<TRP>A<O> central_sep2 0.207668
+R<GLN>A<CB> R<TRP>A<O> sep1 0.00667079
+R<GLN>A<CB> R<TRP>A<O> sep2 0.102045
+R<GLN>A<CB> R<TYR>A<C> central_sep1 2.45052
+R<GLN>A<CB> R<TYR>A<C> central_sep2 1.33081
+R<GLN>A<CB> R<TYR>A<C> sep1 -0.306576
+R<GLN>A<CB> R<TYR>A<C> sep2 0.326004
+R<GLN>A<CB> R<TYR>A<CA> central_sep1 -0.574782
+R<GLN>A<CB> R<TYR>A<CA> central_sep2 0.557862
+R<GLN>A<CB> R<TYR>A<CA> sep1 1.0665
+R<GLN>A<CB> R<TYR>A<CA> sep2 0.826361
+R<GLN>A<CB> R<TYR>A<CB> central_sep1 0.126466
+R<GLN>A<CB> R<TYR>A<CB> central_sep2 -0.444169
+R<GLN>A<CB> R<TYR>A<CB> sep1 2.03212
+R<GLN>A<CB> R<TYR>A<CB> sep2 0.0861654
+R<GLN>A<CB> R<TYR>A<CD1> central_sep1 -0.40552
+R<GLN>A<CB> R<TYR>A<CD1> central_sep2 -0.635825
+R<GLN>A<CB> R<TYR>A<CD1> sep1 0.978337
+R<GLN>A<CB> R<TYR>A<CD1> sep2 -0.492846
+R<GLN>A<CB> R<TYR>A<CE1> central_sep1 -0.431125
+R<GLN>A<CB> R<TYR>A<CE1> central_sep2 -0.838379
+R<GLN>A<CB> R<TYR>A<CE1> sep1 0.900383
+R<GLN>A<CB> R<TYR>A<CE1> sep2 -0.474617
+R<GLN>A<CB> R<TYR>A<CG> central_sep1 1.08894
+R<GLN>A<CB> R<TYR>A<CG> central_sep2 -0.493743
+R<GLN>A<CB> R<TYR>A<CG> sep1 0.815943
+R<GLN>A<CB> R<TYR>A<CG> sep2 -1.51025
+R<GLN>A<CB> R<TYR>A<CZ> central_sep1 -0.488579
+R<GLN>A<CB> R<TYR>A<CZ> central_sep2 -0.877192
+R<GLN>A<CB> R<TYR>A<CZ> sep1 0.108632
+R<GLN>A<CB> R<TYR>A<CZ> sep2 -1.22828
+R<GLN>A<CB> R<TYR>A<N> central_sep1 1.57891
+R<GLN>A<CB> R<TYR>A<N> central_sep2 1.39725
+R<GLN>A<CB> R<TYR>A<N> sep1 -1.15257
+R<GLN>A<CB> R<TYR>A<N> sep2 1.22125
+R<GLN>A<CB> R<TYR>A<O> central_sep1 -1.25104
+R<GLN>A<CB> R<TYR>A<O> central_sep2 0.268423
+R<GLN>A<CB> R<TYR>A<O> sep1 0.185314
+R<GLN>A<CB> R<TYR>A<O> sep2 -0.0746677
+R<GLN>A<CB> R<TYR>A<OH> central_sep1 0.781889
+R<GLN>A<CB> R<TYR>A<OH> central_sep2 -0.724106
+R<GLN>A<CB> R<TYR>A<OH> sep1 1.69948
+R<GLN>A<CB> R<TYR>A<OH> sep2 -0.638275
+R<GLN>A<CB> R<VAL>A<C> central_sep1 2.99211
+R<GLN>A<CB> R<VAL>A<C> central_sep2 1.93882
+R<GLN>A<CB> R<VAL>A<C> sep1 -0.115364
+R<GLN>A<CB> R<VAL>A<C> sep2 0.138587
+R<GLN>A<CB> R<VAL>A<CA> central_sep1 -0.443918
+R<GLN>A<CB> R<VAL>A<CA> central_sep2 0.761073
+R<GLN>A<CB> R<VAL>A<CA> sep1 1.37243
+R<GLN>A<CB> R<VAL>A<CA> sep2 1.01418
+R<GLN>A<CB> R<VAL>A<CB> central_sep1 0.260784
+R<GLN>A<CB> R<VAL>A<CB> central_sep2 -0.633123
+R<GLN>A<CB> R<VAL>A<CB> sep1 1.63836
+R<GLN>A<CB> R<VAL>A<CB> sep2 -0.295338
+R<GLN>A<CB> R<VAL>A<CG1> central_sep1 0.211671
+R<GLN>A<CB> R<VAL>A<CG1> central_sep2 -0.650037
+R<GLN>A<CB> R<VAL>A<CG1> sep1 1.26175
+R<GLN>A<CB> R<VAL>A<CG1> sep2 0.226186
+R<GLN>A<CB> R<VAL>A<CG2> central_sep1 0.100744
+R<GLN>A<CB> R<VAL>A<CG2> central_sep2 -0.695502
+R<GLN>A<CB> R<VAL>A<CG2> sep1 0.986723
+R<GLN>A<CB> R<VAL>A<CG2> sep2 0.21593
+R<GLN>A<CB> R<VAL>A<N> central_sep1 2.11323
+R<GLN>A<CB> R<VAL>A<N> central_sep2 1.64313
+R<GLN>A<CB> R<VAL>A<N> sep1 -1.23593
+R<GLN>A<CB> R<VAL>A<N> sep2 1.37011
+R<GLN>A<CB> R<VAL>A<O> central_sep1 -1.02933
+R<GLN>A<CB> R<VAL>A<O> central_sep2 0.359963
+R<GLN>A<CB> R<VAL>A<O> sep1 0.413034
+R<GLN>A<CB> R<VAL>A<O> sep2 -0.149735
+R<GLN>A<CB> c<solvent> . -0.0301813
+R<GLN>A<CD> R<GLN>A<CD> central_sep1 -0.00717647
+R<GLN>A<CD> R<GLN>A<CD> central_sep2 -0.830656
+R<GLN>A<CD> R<GLN>A<CD> sep1 0.230956
+R<GLN>A<CD> R<GLN>A<CD> sep2 -1.67122
+R<GLN>A<CD> R<GLN>A<CG> central_sep1 -0.24986
+R<GLN>A<CD> R<GLN>A<CG> central_sep2 -0.379383
+R<GLN>A<CD> R<GLN>A<CG> sep1 0.282032
+R<GLN>A<CD> R<GLN>A<CG> sep2 -1.10444
+R<GLN>A<CD> R<GLN>A<N> central_sep1 1.29662
+R<GLN>A<CD> R<GLN>A<N> central_sep2 1.65487
+R<GLN>A<CD> R<GLN>A<N> sep1 1.39128
+R<GLN>A<CD> R<GLN>A<N> sep2 -0.0495562
+R<GLN>A<CD> R<GLN>A<NE2> central_sep1 0.172376
+R<GLN>A<CD> R<GLN>A<NE2> central_sep2 -0.0107638
+R<GLN>A<CD> R<GLN>A<NE2> sep1 0.320667
+R<GLN>A<CD> R<GLN>A<NE2> sep2 -1.32593
+R<GLN>A<CD> R<GLN>A<O> central_sep1 0.184693
+R<GLN>A<CD> R<GLN>A<O> central_sep2 0.774613
+R<GLN>A<CD> R<GLN>A<O> sep1 -0.0174548
+R<GLN>A<CD> R<GLN>A<O> sep2 -0.066246
+R<GLN>A<CD> R<GLN>A<OE1> central_sep1 0.60916
+R<GLN>A<CD> R<GLN>A<OE1> central_sep2 0.0707959
+R<GLN>A<CD> R<GLN>A<OE1> sep1 0.458097
+R<GLN>A<CD> R<GLN>A<OE1> sep2 -1.15027
+R<GLN>A<CD> R<GLU>A<C> central_sep1 1.21809
+R<GLN>A<CD> R<GLU>A<C> central_sep2 1.36468
+R<GLN>A<CD> R<GLU>A<C> sep1 -0.440118
+R<GLN>A<CD> R<GLU>A<C> sep2 0.595656
+R<GLN>A<CD> R<GLU>A<CA> central_sep1 -0.261331
+R<GLN>A<CD> R<GLU>A<CA> central_sep2 0.660941
+R<GLN>A<CD> R<GLU>A<CA> sep1 0.416365
+R<GLN>A<CD> R<GLU>A<CA> sep2 -0.0499345
+R<GLN>A<CD> R<GLU>A<CB> central_sep1 0.371986
+R<GLN>A<CD> R<GLU>A<CB> central_sep2 0.178127
+R<GLN>A<CD> R<GLU>A<CB> sep1 0.656727
+R<GLN>A<CD> R<GLU>A<CB> sep2 -0.578538
+R<GLN>A<CD> R<GLU>A<CD> central_sep1 1.00982
+R<GLN>A<CD> R<GLU>A<CD> central_sep2 0.385425
+R<GLN>A<CD> R<GLU>A<CD> sep1 0.707499
+R<GLN>A<CD> R<GLU>A<CD> sep2 -0.793222
+R<GLN>A<CD> R<GLU>A<CG> central_sep1 0.125249
+R<GLN>A<CD> R<GLU>A<CG> central_sep2 0.260063
+R<GLN>A<CD> R<GLU>A<CG> sep1 0.417395
+R<GLN>A<CD> R<GLU>A<CG> sep2 -0.502175
+R<GLN>A<CD> R<GLU>A<N> central_sep1 1.59423
+R<GLN>A<CD> R<GLU>A<N> central_sep2 1.83333
+R<GLN>A<CD> R<GLU>A<N> sep1 1.61901
+R<GLN>A<CD> R<GLU>A<N> sep2 0.470494
+R<GLN>A<CD> R<GLU>A<O> central_sep1 0.335681
+R<GLN>A<CD> R<GLU>A<O> central_sep2 1.15922
+R<GLN>A<CD> R<GLU>A<O> sep1 0.119545
+R<GLN>A<CD> R<GLU>A<O> sep2 0.197203
+R<GLN>A<CD> R<GLU>A<OE1> central_sep1 0.959523
+R<GLN>A<CD> R<GLU>A<OE1> central_sep2 1.14327
+R<GLN>A<CD> R<GLU>A<OE1> sep1 0.733901
+R<GLN>A<CD> R<GLU>A<OE1> sep2 -0.307274
+R<GLN>A<CD> R<GLY>A<C> central_sep1 0.575143
+R<GLN>A<CD> R<GLY>A<C> central_sep2 0.156027
+R<GLN>A<CD> R<GLY>A<C> sep1 0.16341
+R<GLN>A<CD> R<GLY>A<C> sep2 -0.57653
+R<GLN>A<CD> R<GLY>A<CA> central_sep1 0.934262
+R<GLN>A<CD> R<GLY>A<CA> central_sep2 -0.133031
+R<GLN>A<CD> R<GLY>A<CA> sep1 0.932629
+R<GLN>A<CD> R<GLY>A<CA> sep2 -0.986245
+R<GLN>A<CD> R<GLY>A<N> central_sep1 1.11775
+R<GLN>A<CD> R<GLY>A<N> central_sep2 0.984868
+R<GLN>A<CD> R<GLY>A<N> sep1 1.1848
+R<GLN>A<CD> R<GLY>A<N> sep2 -0.33544
+R<GLN>A<CD> R<GLY>A<O> central_sep1 0.510624
+R<GLN>A<CD> R<GLY>A<O> central_sep2 0.539244
+R<GLN>A<CD> R<GLY>A<O> sep1 0.448286
+R<GLN>A<CD> R<GLY>A<O> sep2 -0.354575
+R<GLN>A<CD> R<HIS>A<C> central_sep1 1.1463
+R<GLN>A<CD> R<HIS>A<C> central_sep2 0.847856
+R<GLN>A<CD> R<HIS>A<C> sep1 0.183696
+R<GLN>A<CD> R<HIS>A<C> sep2 0.433789
+R<GLN>A<CD> R<HIS>A<CA> central_sep1 0.233447
+R<GLN>A<CD> R<HIS>A<CA> central_sep2 0.421794
+R<GLN>A<CD> R<HIS>A<CA> sep1 0.723355
+R<GLN>A<CD> R<HIS>A<CA> sep2 -0.442343
+R<GLN>A<CD> R<HIS>A<CB> central_sep1 0.141712
+R<GLN>A<CD> R<HIS>A<CB> central_sep2 -0.434309
+R<GLN>A<CD> R<HIS>A<CB> sep1 0.745032
+R<GLN>A<CD> R<HIS>A<CB> sep2 -0.991967
+R<GLN>A<CD> R<HIS>A<CD2> central_sep1 0.0676357
+R<GLN>A<CD> R<HIS>A<CD2> central_sep2 -0.437404
+R<GLN>A<CD> R<HIS>A<CD2> sep1 0.411634
+R<GLN>A<CD> R<HIS>A<CD2> sep2 -1.06573
+R<GLN>A<CD> R<HIS>A<CE1> central_sep1 -0.480693
+R<GLN>A<CD> R<HIS>A<CE1> central_sep2 -0.500342
+R<GLN>A<CD> R<HIS>A<CE1> sep1 0.18463
+R<GLN>A<CD> R<HIS>A<CE1> sep2 -1.15385
+R<GLN>A<CD> R<HIS>A<CG> central_sep1 0.780733
+R<GLN>A<CD> R<HIS>A<CG> central_sep2 -0.922174
+R<GLN>A<CD> R<HIS>A<CG> sep1 0.737544
+R<GLN>A<CD> R<HIS>A<CG> sep2 -1.45207
+R<GLN>A<CD> R<HIS>A<N> central_sep1 1.231
+R<GLN>A<CD> R<HIS>A<N> central_sep2 1.69781
+R<GLN>A<CD> R<HIS>A<N> sep1 1.23074
+R<GLN>A<CD> R<HIS>A<N> sep2 0.0843308
+R<GLN>A<CD> R<HIS>A<ND1> central_sep1 0.815691
+R<GLN>A<CD> R<HIS>A<ND1> central_sep2 0.0756988
+R<GLN>A<CD> R<HIS>A<ND1> sep1 0.570425
+R<GLN>A<CD> R<HIS>A<ND1> sep2 -1.07638
+R<GLN>A<CD> R<HIS>A<NE2> central_sep1 -0.364184
+R<GLN>A<CD> R<HIS>A<NE2> central_sep2 -0.0791556
+R<GLN>A<CD> R<HIS>A<NE2> sep1 0.0985156
+R<GLN>A<CD> R<HIS>A<NE2> sep2 -1.27964
+R<GLN>A<CD> R<HIS>A<O> central_sep1 0.593271
+R<GLN>A<CD> R<HIS>A<O> central_sep2 0.673642
+R<GLN>A<CD> R<HIS>A<O> sep1 0.563876
+R<GLN>A<CD> R<HIS>A<O> sep2 -0.115683
+R<GLN>A<CD> R<ILE>A<C> central_sep1 1.76233
+R<GLN>A<CD> R<ILE>A<C> central_sep2 1.74401
+R<GLN>A<CD> R<ILE>A<C> sep1 0.465495
+R<GLN>A<CD> R<ILE>A<C> sep2 0.440611
+R<GLN>A<CD> R<ILE>A<CA> central_sep1 0.112008
+R<GLN>A<CD> R<ILE>A<CA> central_sep2 1.20965
+R<GLN>A<CD> R<ILE>A<CA> sep1 0.913591
+R<GLN>A<CD> R<ILE>A<CA> sep2 -0.117016
+R<GLN>A<CD> R<ILE>A<CB> central_sep1 0.252613
+R<GLN>A<CD> R<ILE>A<CB> central_sep2 -0.239127
+R<GLN>A<CD> R<ILE>A<CB> sep1 0.697548
+R<GLN>A<CD> R<ILE>A<CB> sep2 -0.952153
+R<GLN>A<CD> R<ILE>A<CD1> central_sep1 0.172388
+R<GLN>A<CD> R<ILE>A<CD1> central_sep2 -0.767034
+R<GLN>A<CD> R<ILE>A<CD1> sep1 0.946586
+R<GLN>A<CD> R<ILE>A<CD1> sep2 -0.96502
+R<GLN>A<CD> R<ILE>A<CG1> central_sep1 0.449232
+R<GLN>A<CD> R<ILE>A<CG1> central_sep2 -0.483348
+R<GLN>A<CD> R<ILE>A<CG1> sep1 1.07784
+R<GLN>A<CD> R<ILE>A<CG1> sep2 -0.878299
+R<GLN>A<CD> R<ILE>A<CG2> central_sep1 -0.422718
+R<GLN>A<CD> R<ILE>A<CG2> central_sep2 -0.668889
+R<GLN>A<CD> R<ILE>A<CG2> sep1 0.874242
+R<GLN>A<CD> R<ILE>A<CG2> sep2 -0.880908
+R<GLN>A<CD> R<ILE>A<N> central_sep1 1.97813
+R<GLN>A<CD> R<ILE>A<N> central_sep2 2.29519
+R<GLN>A<CD> R<ILE>A<N> sep1 1.82803
+R<GLN>A<CD> R<ILE>A<N> sep2 0.196782
+R<GLN>A<CD> R<ILE>A<O> central_sep1 1.04212
+R<GLN>A<CD> R<ILE>A<O> central_sep2 1.16054
+R<GLN>A<CD> R<ILE>A<O> sep1 0.729017
+R<GLN>A<CD> R<ILE>A<O> sep2 0.23591
+R<GLN>A<CD> R<LEU>A<C> central_sep1 1.65612
+R<GLN>A<CD> R<LEU>A<C> central_sep2 1.49202
+R<GLN>A<CD> R<LEU>A<C> sep1 0.262874
+R<GLN>A<CD> R<LEU>A<C> sep2 0.242689
+R<GLN>A<CD> R<LEU>A<CA> central_sep1 -0.322282
+R<GLN>A<CD> R<LEU>A<CA> central_sep2 0.958781
+R<GLN>A<CD> R<LEU>A<CA> sep1 0.753683
+R<GLN>A<CD> R<LEU>A<CA> sep2 -0.132843
+R<GLN>A<CD> R<LEU>A<CB> central_sep1 0.25837
+R<GLN>A<CD> R<LEU>A<CB> central_sep2 -0.281884
+R<GLN>A<CD> R<LEU>A<CB> sep1 0.943936
+R<GLN>A<CD> R<LEU>A<CB> sep2 -0.87995
+R<GLN>A<CD> R<LEU>A<CD1> central_sep1 0.0322469
+R<GLN>A<CD> R<LEU>A<CD1> central_sep2 -0.745495
+R<GLN>A<CD> R<LEU>A<CD1> sep1 0.739238
+R<GLN>A<CD> R<LEU>A<CD1> sep2 -1.0039
+R<GLN>A<CD> R<LEU>A<CD2> central_sep1 -0.163646
+R<GLN>A<CD> R<LEU>A<CD2> central_sep2 -0.817183
+R<GLN>A<CD> R<LEU>A<CD2> sep1 0.602075
+R<GLN>A<CD> R<LEU>A<CD2> sep2 -1.02476
+R<GLN>A<CD> R<LEU>A<CG> central_sep1 -0.841854
+R<GLN>A<CD> R<LEU>A<CG> central_sep2 -0.183888
+R<GLN>A<CD> R<LEU>A<CG> sep1 0.58625
+R<GLN>A<CD> R<LEU>A<CG> sep2 -0.81454
+R<GLN>A<CD> R<LEU>A<N> central_sep1 1.72752
+R<GLN>A<CD> R<LEU>A<N> central_sep2 2.12114
+R<GLN>A<CD> R<LEU>A<N> sep1 1.67588
+R<GLN>A<CD> R<LEU>A<N> sep2 0.3742
+R<GLN>A<CD> R<LEU>A<O> central_sep1 0.731184
+R<GLN>A<CD> R<LEU>A<O> central_sep2 0.969889
+R<GLN>A<CD> R<LEU>A<O> sep1 0.576637
+R<GLN>A<CD> R<LEU>A<O> sep2 0.111541
+R<GLN>A<CD> R<LYS>A<C> central_sep1 1.39793
+R<GLN>A<CD> R<LYS>A<C> central_sep2 1.2845
+R<GLN>A<CD> R<LYS>A<C> sep1 -0.189008
+R<GLN>A<CD> R<LYS>A<C> sep2 0.488465
+R<GLN>A<CD> R<LYS>A<CA> central_sep1 -0.33192
+R<GLN>A<CD> R<LYS>A<CA> central_sep2 0.42726
+R<GLN>A<CD> R<LYS>A<CA> sep1 0.520124
+R<GLN>A<CD> R<LYS>A<CA> sep2 -0.314118
+R<GLN>A<CD> R<LYS>A<CB> central_sep1 -0.223737
+R<GLN>A<CD> R<LYS>A<CB> central_sep2 -0.283823
+R<GLN>A<CD> R<LYS>A<CB> sep1 0.534564
+R<GLN>A<CD> R<LYS>A<CB> sep2 -0.805666
+R<GLN>A<CD> R<LYS>A<CD> central_sep1 -0.0227657
+R<GLN>A<CD> R<LYS>A<CD> central_sep2 -0.316049
+R<GLN>A<CD> R<LYS>A<CD> sep1 0.152901
+R<GLN>A<CD> R<LYS>A<CD> sep2 -1.01079
+R<GLN>A<CD> R<LYS>A<CE> central_sep1 0.243279
+R<GLN>A<CD> R<LYS>A<CE> central_sep2 0.177855
+R<GLN>A<CD> R<LYS>A<CE> sep1 0.521021
+R<GLN>A<CD> R<LYS>A<CE> sep2 -0.879598
+R<GLN>A<CD> R<LYS>A<CG> central_sep1 -0.565339
+R<GLN>A<CD> R<LYS>A<CG> central_sep2 -0.26978
+R<GLN>A<CD> R<LYS>A<CG> sep1 0.459253
+R<GLN>A<CD> R<LYS>A<CG> sep2 -0.84397
+R<GLN>A<CD> R<LYS>A<N> central_sep1 1.71162
+R<GLN>A<CD> R<LYS>A<N> central_sep2 1.82069
+R<GLN>A<CD> R<LYS>A<N> sep1 1.50545
+R<GLN>A<CD> R<LYS>A<N> sep2 0.339587
+R<GLN>A<CD> R<LYS>A<NZ> central_sep1 1.53922
+R<GLN>A<CD> R<LYS>A<NZ> central_sep2 1.09843
+R<GLN>A<CD> R<LYS>A<NZ> sep1 0.964572
+R<GLN>A<CD> R<LYS>A<NZ> sep2 -0.780124
+R<GLN>A<CD> R<LYS>A<O> central_sep1 0.578503
+R<GLN>A<CD> R<LYS>A<O> central_sep2 1.15931
+R<GLN>A<CD> R<LYS>A<O> sep1 0.22128
+R<GLN>A<CD> R<LYS>A<O> sep2 0.0455206
+R<GLN>A<CD> R<MET>A<C> central_sep1 1.81177
+R<GLN>A<CD> R<MET>A<C> central_sep2 0.975922
+R<GLN>A<CD> R<MET>A<C> sep1 0.152016
+R<GLN>A<CD> R<MET>A<C> sep2 0.148037
+R<GLN>A<CD> R<MET>A<CA> central_sep1 0.267321
+R<GLN>A<CD> R<MET>A<CA> central_sep2 0.715295
+R<GLN>A<CD> R<MET>A<CA> sep1 0.690807
+R<GLN>A<CD> R<MET>A<CA> sep2 -0.272688
+R<GLN>A<CD> R<MET>A<CB> central_sep1 0.218656
+R<GLN>A<CD> R<MET>A<CB> central_sep2 -0.322049
+R<GLN>A<CD> R<MET>A<CB> sep1 0.820049
+R<GLN>A<CD> R<MET>A<CB> sep2 -0.979467
+R<GLN>A<CD> R<MET>A<CE> central_sep1 0.200434
+R<GLN>A<CD> R<MET>A<CE> central_sep2 -0.75945
+R<GLN>A<CD> R<MET>A<CE> sep1 0.94393
+R<GLN>A<CD> R<MET>A<CE> sep2 -1.09338
+R<GLN>A<CD> R<MET>A<CG> central_sep1 -0.00607564
+R<GLN>A<CD> R<MET>A<CG> central_sep2 -0.537291
+R<GLN>A<CD> R<MET>A<CG> sep1 0.592718
+R<GLN>A<CD> R<MET>A<CG> sep2 -1.01772
+R<GLN>A<CD> R<MET>A<N> central_sep1 1.42155
+R<GLN>A<CD> R<MET>A<N> central_sep2 1.50284
+R<GLN>A<CD> R<MET>A<N> sep1 1.57762
+R<GLN>A<CD> R<MET>A<N> sep2 0.317414
+R<GLN>A<CD> R<MET>A<O> central_sep1 0.657567
+R<GLN>A<CD> R<MET>A<O> central_sep2 0.822676
+R<GLN>A<CD> R<MET>A<O> sep1 0.607139
+R<GLN>A<CD> R<MET>A<O> sep2 -0.0166689
+R<GLN>A<CD> R<MET>A<SD> central_sep1 0.252779
+R<GLN>A<CD> R<MET>A<SD> central_sep2 -0.703015
+R<GLN>A<CD> R<MET>A<SD> sep1 0.834048
+R<GLN>A<CD> R<MET>A<SD> sep2 -1.11461
+R<GLN>A<CD> R<PHE>A<C> central_sep1 1.18422
+R<GLN>A<CD> R<PHE>A<C> central_sep2 1.18545
+R<GLN>A<CD> R<PHE>A<C> sep1 0.508663
+R<GLN>A<CD> R<PHE>A<C> sep2 -0.0249439
+R<GLN>A<CD> R<PHE>A<CA> central_sep1 0.262251
+R<GLN>A<CD> R<PHE>A<CA> central_sep2 0.703071
+R<GLN>A<CD> R<PHE>A<CA> sep1 0.765458
+R<GLN>A<CD> R<PHE>A<CA> sep2 -0.372657
+R<GLN>A<CD> R<PHE>A<CB> central_sep1 0.424335
+R<GLN>A<CD> R<PHE>A<CB> central_sep2 -0.54538
+R<GLN>A<CD> R<PHE>A<CB> sep1 1.10044
+R<GLN>A<CD> R<PHE>A<CB> sep2 -0.97739
+R<GLN>A<CD> R<PHE>A<CD1> central_sep1 0.0331565
+R<GLN>A<CD> R<PHE>A<CD1> central_sep2 -0.743447
+R<GLN>A<CD> R<PHE>A<CD1> sep1 0.769682
+R<GLN>A<CD> R<PHE>A<CD1> sep2 -1.03913
+R<GLN>A<CD> R<PHE>A<CE1> central_sep1 -0.304872
+R<GLN>A<CD> R<PHE>A<CE1> central_sep2 -0.771966
+R<GLN>A<CD> R<PHE>A<CE1> sep1 0.627688
+R<GLN>A<CD> R<PHE>A<CE1> sep2 -1.13235
+R<GLN>A<CD> R<PHE>A<CG> central_sep1 2.08962
+R<GLN>A<CD> R<PHE>A<CG> central_sep2 -0.970455
+R<GLN>A<CD> R<PHE>A<CG> sep1 1.41146
+R<GLN>A<CD> R<PHE>A<CG> sep2 -1.57841
+R<GLN>A<CD> R<PHE>A<CZ> central_sep1 -0.788821
+R<GLN>A<CD> R<PHE>A<CZ> central_sep2 -0.84634
+R<GLN>A<CD> R<PHE>A<CZ> sep1 0.400797
+R<GLN>A<CD> R<PHE>A<CZ> sep2 -1.22583
+R<GLN>A<CD> R<PHE>A<N> central_sep1 1.9196
+R<GLN>A<CD> R<PHE>A<N> central_sep2 1.80802
+R<GLN>A<CD> R<PHE>A<N> sep1 1.66939
+R<GLN>A<CD> R<PHE>A<N> sep2 0.108147
+R<GLN>A<CD> R<PHE>A<O> central_sep1 0.705064
+R<GLN>A<CD> R<PHE>A<O> central_sep2 0.802958
+R<GLN>A<CD> R<PHE>A<O> sep1 0.994745
+R<GLN>A<CD> R<PHE>A<O> sep2 0.0358035
+R<GLN>A<CD> R<PRO>A<C> central_sep1 1.38363
+R<GLN>A<CD> R<PRO>A<C> central_sep2 1.42022
+R<GLN>A<CD> R<PRO>A<C> sep1 0.0707299
+R<GLN>A<CD> R<PRO>A<C> sep2 0.305618
+R<GLN>A<CD> R<PRO>A<CA> central_sep1 -0.169325
+R<GLN>A<CD> R<PRO>A<CA> central_sep2 0.103012
+R<GLN>A<CD> R<PRO>A<CA> sep1 0.657035
+R<GLN>A<CD> R<PRO>A<CA> sep2 -0.780185
+R<GLN>A<CD> R<PRO>A<CB> central_sep1 0.207558
+R<GLN>A<CD> R<PRO>A<CB> central_sep2 -0.713834
+R<GLN>A<CD> R<PRO>A<CB> sep1 0.693057
+R<GLN>A<CD> R<PRO>A<CB> sep2 -1.13768
+R<GLN>A<CD> R<PRO>A<CD> central_sep1 0.169033
+R<GLN>A<CD> R<PRO>A<CD> central_sep2 -0.0945626
+R<GLN>A<CD> R<PRO>A<CD> sep1 0.625514
+R<GLN>A<CD> R<PRO>A<CD> sep2 -0.627689
+R<GLN>A<CD> R<PRO>A<CG> central_sep1 0.36263
+R<GLN>A<CD> R<PRO>A<CG> central_sep2 -0.675392
+R<GLN>A<CD> R<PRO>A<CG> sep1 0.962785
+R<GLN>A<CD> R<PRO>A<CG> sep2 -1.13598
+R<GLN>A<CD> R<PRO>A<N> central_sep1 1.03834
+R<GLN>A<CD> R<PRO>A<N> central_sep2 0.394808
+R<GLN>A<CD> R<PRO>A<N> sep1 0.710533
+R<GLN>A<CD> R<PRO>A<N> sep2 -0.362224
+R<GLN>A<CD> R<PRO>A<O> central_sep1 0.476754
+R<GLN>A<CD> R<PRO>A<O> central_sep2 0.801846
+R<GLN>A<CD> R<PRO>A<O> sep1 0.458057
+R<GLN>A<CD> R<PRO>A<O> sep2 -0.151205
+R<GLN>A<CD> R<SER>A<C> central_sep1 1.15092
+R<GLN>A<CD> R<SER>A<C> central_sep2 1.12006
+R<GLN>A<CD> R<SER>A<C> sep1 -0.0275463
+R<GLN>A<CD> R<SER>A<C> sep2 0.0447908
+R<GLN>A<CD> R<SER>A<CA> central_sep1 0.523722
+R<GLN>A<CD> R<SER>A<CA> central_sep2 0.293823
+R<GLN>A<CD> R<SER>A<CA> sep1 0.661719
+R<GLN>A<CD> R<SER>A<CA> sep2 -0.694461
+R<GLN>A<CD> R<SER>A<CB> central_sep1 0.644069
+R<GLN>A<CD> R<SER>A<CB> central_sep2 -0.162846
+R<GLN>A<CD> R<SER>A<CB> sep1 0.571065
+R<GLN>A<CD> R<SER>A<CB> sep2 -1.07366
+R<GLN>A<CD> R<SER>A<N> central_sep1 1.08672
+R<GLN>A<CD> R<SER>A<N> central_sep2 1.42683
+R<GLN>A<CD> R<SER>A<N> sep1 1.27936
+R<GLN>A<CD> R<SER>A<N> sep2 -0.209257
+R<GLN>A<CD> R<SER>A<O> central_sep1 0.488892
+R<GLN>A<CD> R<SER>A<O> central_sep2 0.701278
+R<GLN>A<CD> R<SER>A<O> sep1 0.335141
+R<GLN>A<CD> R<SER>A<O> sep2 -0.150956
+R<GLN>A<CD> R<SER>A<OG> central_sep1 0.174045
+R<GLN>A<CD> R<SER>A<OG> central_sep2 0.350093
+R<GLN>A<CD> R<SER>A<OG> sep1 0.272095
+R<GLN>A<CD> R<SER>A<OG> sep2 -0.956017
+R<GLN>A<CD> R<THR>A<C> central_sep1 1.12909
+R<GLN>A<CD> R<THR>A<C> central_sep2 0.885138
+R<GLN>A<CD> R<THR>A<C> sep1 0.173051
+R<GLN>A<CD> R<THR>A<C> sep2 0.13879
+R<GLN>A<CD> R<THR>A<CA> central_sep1 0.165425
+R<GLN>A<CD> R<THR>A<CA> central_sep2 0.489893
+R<GLN>A<CD> R<THR>A<CA> sep1 0.81524
+R<GLN>A<CD> R<THR>A<CA> sep2 -0.629067
+R<GLN>A<CD> R<THR>A<CB> central_sep1 0.411167
+R<GLN>A<CD> R<THR>A<CB> central_sep2 -0.215204
+R<GLN>A<CD> R<THR>A<CB> sep1 0.629744
+R<GLN>A<CD> R<THR>A<CB> sep2 -1.2234
+R<GLN>A<CD> R<THR>A<CG2> central_sep1 -0.304259
+R<GLN>A<CD> R<THR>A<CG2> central_sep2 -0.616697
+R<GLN>A<CD> R<THR>A<CG2> sep1 0.144527
+R<GLN>A<CD> R<THR>A<CG2> sep2 -1.10765
+R<GLN>A<CD> R<THR>A<N> central_sep1 1.21419
+R<GLN>A<CD> R<THR>A<N> central_sep2 1.80955
+R<GLN>A<CD> R<THR>A<N> sep1 1.30264
+R<GLN>A<CD> R<THR>A<N> sep2 -0.00617465
+R<GLN>A<CD> R<THR>A<O> central_sep1 0.521886
+R<GLN>A<CD> R<THR>A<O> central_sep2 0.78702
+R<GLN>A<CD> R<THR>A<O> sep1 0.37199
+R<GLN>A<CD> R<THR>A<O> sep2 -0.117094
+R<GLN>A<CD> R<THR>A<OG1> central_sep1 -0.10167
+R<GLN>A<CD> R<THR>A<OG1> central_sep2 0.287534
+R<GLN>A<CD> R<THR>A<OG1> sep1 0.19289
+R<GLN>A<CD> R<THR>A<OG1> sep2 -1.052
+R<GLN>A<CD> R<TRP>A<C> central_sep1 0.811839
+R<GLN>A<CD> R<TRP>A<C> central_sep2 1.03764
+R<GLN>A<CD> R<TRP>A<C> sep1 0.558565
+R<GLN>A<CD> R<TRP>A<C> sep2 0.154137
+R<GLN>A<CD> R<TRP>A<CA> central_sep1 -0.136768
+R<GLN>A<CD> R<TRP>A<CA> central_sep2 0.586198
+R<GLN>A<CD> R<TRP>A<CA> sep1 0.660556
+R<GLN>A<CD> R<TRP>A<CA> sep2 -0.239967
+R<GLN>A<CD> R<TRP>A<CB> central_sep1 0.412101
+R<GLN>A<CD> R<TRP>A<CB> central_sep2 -0.731158
+R<GLN>A<CD> R<TRP>A<CB> sep1 1.10462
+R<GLN>A<CD> R<TRP>A<CB> sep2 -1.00049
+R<GLN>A<CD> R<TRP>A<CD1> central_sep1 -0.0779024
+R<GLN>A<CD> R<TRP>A<CD1> central_sep2 -0.65295
+R<GLN>A<CD> R<TRP>A<CD1> sep1 0.628921
+R<GLN>A<CD> R<TRP>A<CD1> sep2 -1.03901
+R<GLN>A<CD> R<TRP>A<CD2> central_sep1 0.731795
+R<GLN>A<CD> R<TRP>A<CD2> central_sep2 -0.930609
+R<GLN>A<CD> R<TRP>A<CD2> sep1 0.583568
+R<GLN>A<CD> R<TRP>A<CD2> sep2 -1.26811
+R<GLN>A<CD> R<TRP>A<CE2> central_sep1 -1.54954
+R<GLN>A<CD> R<TRP>A<CE2> central_sep2 -1.19597
+R<GLN>A<CD> R<TRP>A<CE2> sep1 -0.240328
+R<GLN>A<CD> R<TRP>A<CE2> sep2 -1.58985
+R<GLN>A<CD> R<TRP>A<CE3> central_sep1 -0.100412
+R<GLN>A<CD> R<TRP>A<CE3> central_sep2 -0.775883
+R<GLN>A<CD> R<TRP>A<CE3> sep1 0.878193
+R<GLN>A<CD> R<TRP>A<CE3> sep2 -0.876813
+R<GLN>A<CD> R<TRP>A<CG> central_sep1 1.18025
+R<GLN>A<CD> R<TRP>A<CG> central_sep2 -1.27172
+R<GLN>A<CD> R<TRP>A<CG> sep1 1.04904
+R<GLN>A<CD> R<TRP>A<CG> sep2 -1.77605
+R<GLN>A<CD> R<TRP>A<CH2> central_sep1 0.072323
+R<GLN>A<CD> R<TRP>A<CH2> central_sep2 -1.1654
+R<GLN>A<CD> R<TRP>A<CH2> sep1 0.523023
+R<GLN>A<CD> R<TRP>A<CH2> sep2 -1.48118
+R<GLN>A<CD> R<TRP>A<CZ2> central_sep1 -1.37691
+R<GLN>A<CD> R<TRP>A<CZ2> central_sep2 -1.41805
+R<GLN>A<CD> R<TRP>A<CZ2> sep1 -0.0206901
+R<GLN>A<CD> R<TRP>A<CZ2> sep2 -1.71229
+R<GLN>A<CD> R<TRP>A<CZ3> central_sep1 0.256877
+R<GLN>A<CD> R<TRP>A<CZ3> central_sep2 -0.694148
+R<GLN>A<CD> R<TRP>A<CZ3> sep1 0.793173
+R<GLN>A<CD> R<TRP>A<CZ3> sep2 -1.17682
+R<GLN>A<CD> R<TRP>A<N> central_sep1 1.76136
+R<GLN>A<CD> R<TRP>A<N> central_sep2 1.58651
+R<GLN>A<CD> R<TRP>A<N> sep1 1.38334
+R<GLN>A<CD> R<TRP>A<N> sep2 0.0165771
+R<GLN>A<CD> R<TRP>A<NE1> central_sep1 -0.547873
+R<GLN>A<CD> R<TRP>A<NE1> central_sep2 -0.651374
+R<GLN>A<CD> R<TRP>A<NE1> sep1 -0.164558
+R<GLN>A<CD> R<TRP>A<NE1> sep2 -1.66511
+R<GLN>A<CD> R<TRP>A<O> central_sep1 0.374866
+R<GLN>A<CD> R<TRP>A<O> central_sep2 1.02138
+R<GLN>A<CD> R<TRP>A<O> sep1 0.809921
+R<GLN>A<CD> R<TRP>A<O> sep2 0.0389004
+R<GLN>A<CD> R<TYR>A<C> central_sep1 1.04694
+R<GLN>A<CD> R<TYR>A<C> central_sep2 1.12228
+R<GLN>A<CD> R<TYR>A<C> sep1 0.443943
+R<GLN>A<CD> R<TYR>A<C> sep2 0.185395
+R<GLN>A<CD> R<TYR>A<CA> central_sep1 0.0689578
+R<GLN>A<CD> R<TYR>A<CA> central_sep2 0.530777
+R<GLN>A<CD> R<TYR>A<CA> sep1 0.716718
+R<GLN>A<CD> R<TYR>A<CA> sep2 -0.365263
+R<GLN>A<CD> R<TYR>A<CB> central_sep1 0.303053
+R<GLN>A<CD> R<TYR>A<CB> central_sep2 -0.596628
+R<GLN>A<CD> R<TYR>A<CB> sep1 1.09655
+R<GLN>A<CD> R<TYR>A<CB> sep2 -0.972975
+R<GLN>A<CD> R<TYR>A<CD1> central_sep1 -0.0918959
+R<GLN>A<CD> R<TYR>A<CD1> central_sep2 -0.724697
+R<GLN>A<CD> R<TYR>A<CD1> sep1 0.477282
+R<GLN>A<CD> R<TYR>A<CD1> sep2 -1.03695
+R<GLN>A<CD> R<TYR>A<CE1> central_sep1 -0.495141
+R<GLN>A<CD> R<TYR>A<CE1> central_sep2 -0.760245
+R<GLN>A<CD> R<TYR>A<CE1> sep1 0.292723
+R<GLN>A<CD> R<TYR>A<CE1> sep2 -1.32737
+R<GLN>A<CD> R<TYR>A<CG> central_sep1 1.75531
+R<GLN>A<CD> R<TYR>A<CG> central_sep2 -0.902331
+R<GLN>A<CD> R<TYR>A<CG> sep1 1.39241
+R<GLN>A<CD> R<TYR>A<CG> sep2 -1.68263
+R<GLN>A<CD> R<TYR>A<CZ> central_sep1 -1.40023
+R<GLN>A<CD> R<TYR>A<CZ> central_sep2 -0.653674
+R<GLN>A<CD> R<TYR>A<CZ> sep1 -0.302236
+R<GLN>A<CD> R<TYR>A<CZ> sep2 -1.45504
+R<GLN>A<CD> R<TYR>A<N> central_sep1 1.54567
+R<GLN>A<CD> R<TYR>A<N> central_sep2 1.50602
+R<GLN>A<CD> R<TYR>A<N> sep1 1.79634
+R<GLN>A<CD> R<TYR>A<N> sep2 0.0655898
+R<GLN>A<CD> R<TYR>A<O> central_sep1 0.707315
+R<GLN>A<CD> R<TYR>A<O> central_sep2 0.973975
+R<GLN>A<CD> R<TYR>A<O> sep1 0.915664
+R<GLN>A<CD> R<TYR>A<O> sep2 -0.0456961
+R<GLN>A<CD> R<TYR>A<OH> central_sep1 -0.00669617
+R<GLN>A<CD> R<TYR>A<OH> central_sep2 -0.186547
+R<GLN>A<CD> R<TYR>A<OH> sep1 0.0644811
+R<GLN>A<CD> R<TYR>A<OH> sep2 -1.38313
+R<GLN>A<CD> R<VAL>A<C> central_sep1 2.03082
+R<GLN>A<CD> R<VAL>A<C> central_sep2 1.52084
+R<GLN>A<CD> R<VAL>A<C> sep1 0.515781
+R<GLN>A<CD> R<VAL>A<C> sep2 0.460404
+R<GLN>A<CD> R<VAL>A<CA> central_sep1 0.202639
+R<GLN>A<CD> R<VAL>A<CA> central_sep2 0.880384
+R<GLN>A<CD> R<VAL>A<CA> sep1 0.989119
+R<GLN>A<CD> R<VAL>A<CA> sep2 -0.161428
+R<GLN>A<CD> R<VAL>A<CB> central_sep1 0.243141
+R<GLN>A<CD> R<VAL>A<CB> central_sep2 -0.240045
+R<GLN>A<CD> R<VAL>A<CB> sep1 0.866756
+R<GLN>A<CD> R<VAL>A<CB> sep2 -0.995548
+R<GLN>A<CD> R<VAL>A<CG1> central_sep1 -0.242627
+R<GLN>A<CD> R<VAL>A<CG1> central_sep2 -0.646673
+R<GLN>A<CD> R<VAL>A<CG1> sep1 0.902869
+R<GLN>A<CD> R<VAL>A<CG1> sep2 -0.902397
+R<GLN>A<CD> R<VAL>A<CG2> central_sep1 0.441012
+R<GLN>A<CD> R<VAL>A<CG2> central_sep2 -0.669591
+R<GLN>A<CD> R<VAL>A<CG2> sep1 1.15406
+R<GLN>A<CD> R<VAL>A<CG2> sep2 -0.899277
+R<GLN>A<CD> R<VAL>A<N> central_sep1 1.85589
+R<GLN>A<CD> R<VAL>A<N> central_sep2 2.08457
+R<GLN>A<CD> R<VAL>A<N> sep1 1.76748
+R<GLN>A<CD> R<VAL>A<N> sep2 0.293308
+R<GLN>A<CD> R<VAL>A<O> central_sep1 1.10583
+R<GLN>A<CD> R<VAL>A<O> central_sep2 1.08921
+R<GLN>A<CD> R<VAL>A<O> sep1 0.749991
+R<GLN>A<CD> R<VAL>A<O> sep2 0.188822
+R<GLN>A<CD> c<solvent> . -0.289179
+R<GLN>A<CG> R<GLN>A<CG> central_sep1 -0.184725
+R<GLN>A<CG> R<GLN>A<CG> central_sep2 -0.0755709
+R<GLN>A<CG> R<GLN>A<CG> sep1 0.385157
+R<GLN>A<CG> R<GLN>A<CG> sep2 -0.365022
+R<GLN>A<CG> R<GLN>A<N> central_sep1 0.966542
+R<GLN>A<CG> R<GLN>A<N> central_sep2 1.49431
+R<GLN>A<CG> R<GLN>A<N> sep1 -0.0134927
+R<GLN>A<CG> R<GLN>A<N> sep2 1.05111
+R<GLN>A<CG> R<GLN>A<NE2> central_sep1 -0.264862
+R<GLN>A<CG> R<GLN>A<NE2> central_sep2 -0.184097
+R<GLN>A<CG> R<GLN>A<NE2> sep1 1.00879
+R<GLN>A<CG> R<GLN>A<NE2> sep2 -0.275128
+R<GLN>A<CG> R<GLN>A<O> central_sep1 -1.54211
+R<GLN>A<CG> R<GLN>A<O> central_sep2 0.0855745
+R<GLN>A<CG> R<GLN>A<O> sep1 0.59083
+R<GLN>A<CG> R<GLN>A<O> sep2 0.271772
+R<GLN>A<CG> R<GLN>A<OE1> central_sep1 -0.486024
+R<GLN>A<CG> R<GLN>A<OE1> central_sep2 -0.485415
+R<GLN>A<CG> R<GLN>A<OE1> sep1 0.526055
+R<GLN>A<CG> R<GLN>A<OE1> sep2 -0.521024
+R<GLN>A<CG> R<GLU>A<C> central_sep1 0.956233
+R<GLN>A<CG> R<GLU>A<C> central_sep2 1.35574
+R<GLN>A<CG> R<GLU>A<C> sep1 -0.406538
+R<GLN>A<CG> R<GLU>A<C> sep2 0.4324
+R<GLN>A<CG> R<GLU>A<CA> central_sep1 0.288208
+R<GLN>A<CG> R<GLU>A<CA> central_sep2 0.894205
+R<GLN>A<CG> R<GLU>A<CA> sep1 0.655019
+R<GLN>A<CG> R<GLU>A<CA> sep2 0.889588
+R<GLN>A<CG> R<GLU>A<CB> central_sep1 0.38134
+R<GLN>A<CG> R<GLU>A<CB> central_sep2 0.216275
+R<GLN>A<CG> R<GLU>A<CB> sep1 0.0963039
+R<GLN>A<CG> R<GLU>A<CB> sep2 0.404479
+R<GLN>A<CG> R<GLU>A<CD> central_sep1 -0.619954
+R<GLN>A<CG> R<GLU>A<CD> central_sep2 0.00112669
+R<GLN>A<CG> R<GLU>A<CD> sep1 -0.0602032
+R<GLN>A<CG> R<GLU>A<CD> sep2 -0.578138
+R<GLN>A<CG> R<GLU>A<CG> central_sep1 -0.548219
+R<GLN>A<CG> R<GLU>A<CG> central_sep2 0.176896
+R<GLN>A<CG> R<GLU>A<CG> sep1 0.399106
+R<GLN>A<CG> R<GLU>A<CG> sep2 0.207245
+R<GLN>A<CG> R<GLU>A<N> central_sep1 0.955593
+R<GLN>A<CG> R<GLU>A<N> central_sep2 2.0161
+R<GLN>A<CG> R<GLU>A<N> sep1 0.244582
+R<GLN>A<CG> R<GLU>A<N> sep2 1.34553
+R<GLN>A<CG> R<GLU>A<O> central_sep1 -1.51193
+R<GLN>A<CG> R<GLU>A<O> central_sep2 0.371476
+R<GLN>A<CG> R<GLU>A<O> sep1 0.682271
+R<GLN>A<CG> R<GLU>A<O> sep2 0.664862
+R<GLN>A<CG> R<GLU>A<OE1> central_sep1 -0.473387
+R<GLN>A<CG> R<GLU>A<OE1> central_sep2 0.184136
+R<GLN>A<CG> R<GLU>A<OE1> sep1 0.72033
+R<GLN>A<CG> R<GLU>A<OE1> sep2 0.101002
+R<GLN>A<CG> R<GLY>A<C> central_sep1 0.372686
+R<GLN>A<CG> R<GLY>A<C> central_sep2 0.437664
+R<GLN>A<CG> R<GLY>A<C> sep1 -0.820259
+R<GLN>A<CG> R<GLY>A<C> sep2 -0.380567
+R<GLN>A<CG> R<GLY>A<CA> central_sep1 1.09497
+R<GLN>A<CG> R<GLY>A<CA> central_sep2 0.117135
+R<GLN>A<CG> R<GLY>A<CA> sep1 1.14342
+R<GLN>A<CG> R<GLY>A<CA> sep2 0.155397
+R<GLN>A<CG> R<GLY>A<N> central_sep1 0.708795
+R<GLN>A<CG> R<GLY>A<N> central_sep2 1.1809
+R<GLN>A<CG> R<GLY>A<N> sep1 -0.00248989
+R<GLN>A<CG> R<GLY>A<N> sep2 0.485069
+R<GLN>A<CG> R<GLY>A<O> central_sep1 -0.988217
+R<GLN>A<CG> R<GLY>A<O> central_sep2 -0.217078
+R<GLN>A<CG> R<GLY>A<O> sep1 0.511117
+R<GLN>A<CG> R<GLY>A<O> sep2 0.0680409
+R<GLN>A<CG> R<HIS>A<C> central_sep1 0.794957
+R<GLN>A<CG> R<HIS>A<C> central_sep2 0.945937
+R<GLN>A<CG> R<HIS>A<C> sep1 -0.628347
+R<GLN>A<CG> R<HIS>A<C> sep2 0.093358
+R<GLN>A<CG> R<HIS>A<CA> central_sep1 0.537351
+R<GLN>A<CG> R<HIS>A<CA> central_sep2 0.603341
+R<GLN>A<CG> R<HIS>A<CA> sep1 0.93722
+R<GLN>A<CG> R<HIS>A<CA> sep2 0.48491
+R<GLN>A<CG> R<HIS>A<CB> central_sep1 0.209712
+R<GLN>A<CG> R<HIS>A<CB> central_sep2 -0.0954524
+R<GLN>A<CG> R<HIS>A<CB> sep1 0.833671
+R<GLN>A<CG> R<HIS>A<CB> sep2 -0.205196
+R<GLN>A<CG> R<HIS>A<CD2> central_sep1 -0.401847
+R<GLN>A<CG> R<HIS>A<CD2> central_sep2 -0.196805
+R<GLN>A<CG> R<HIS>A<CD2> sep1 0.824799
+R<GLN>A<CG> R<HIS>A<CD2> sep2 -0.297115
+R<GLN>A<CG> R<HIS>A<CE1> central_sep1 -0.363702
+R<GLN>A<CG> R<HIS>A<CE1> central_sep2 -0.253915
+R<GLN>A<CG> R<HIS>A<CE1> sep1 0.85801
+R<GLN>A<CG> R<HIS>A<CE1> sep2 -0.284279
+R<GLN>A<CG> R<HIS>A<CG> central_sep1 0.311947
+R<GLN>A<CG> R<HIS>A<CG> central_sep2 -0.566561
+R<GLN>A<CG> R<HIS>A<CG> sep1 0.409273
+R<GLN>A<CG> R<HIS>A<CG> sep2 -1.06833
+R<GLN>A<CG> R<HIS>A<N> central_sep1 0.778159
+R<GLN>A<CG> R<HIS>A<N> central_sep2 1.76851
+R<GLN>A<CG> R<HIS>A<N> sep1 0.0412957
+R<GLN>A<CG> R<HIS>A<N> sep2 1.06282
+R<GLN>A<CG> R<HIS>A<ND1> central_sep1 0.235108
+R<GLN>A<CG> R<HIS>A<ND1> central_sep2 -0.0121159
+R<GLN>A<CG> R<HIS>A<ND1> sep1 0.541342
+R<GLN>A<CG> R<HIS>A<ND1> sep2 -0.553812
+R<GLN>A<CG> R<HIS>A<NE2> central_sep1 -0.135315
+R<GLN>A<CG> R<HIS>A<NE2> central_sep2 0.0635813
+R<GLN>A<CG> R<HIS>A<NE2> sep1 0.600224
+R<GLN>A<CG> R<HIS>A<NE2> sep2 -0.629908
+R<GLN>A<CG> R<HIS>A<O> central_sep1 -1.25803
+R<GLN>A<CG> R<HIS>A<O> central_sep2 -0.0171227
+R<GLN>A<CG> R<HIS>A<O> sep1 0.712659
+R<GLN>A<CG> R<HIS>A<O> sep2 0.219221
+R<GLN>A<CG> R<ILE>A<C> central_sep1 0.724061
+R<GLN>A<CG> R<ILE>A<C> central_sep2 1.3884
+R<GLN>A<CG> R<ILE>A<C> sep1 -0.781916
+R<GLN>A<CG> R<ILE>A<C> sep2 -0.123559
+R<GLN>A<CG> R<ILE>A<CA> central_sep1 0.666647
+R<GLN>A<CG> R<ILE>A<CA> central_sep2 0.891359
+R<GLN>A<CG> R<ILE>A<CA> sep1 1.35213
+R<GLN>A<CG> R<ILE>A<CA> sep2 0.933951
+R<GLN>A<CG> R<ILE>A<CB> central_sep1 1.01492
+R<GLN>A<CG> R<ILE>A<CB> central_sep2 0.000415287
+R<GLN>A<CG> R<ILE>A<CB> sep1 1.08442
+R<GLN>A<CG> R<ILE>A<CB> sep2 -0.270373
+R<GLN>A<CG> R<ILE>A<CD1> central_sep1 0.28758
+R<GLN>A<CG> R<ILE>A<CD1> central_sep2 -0.516224
+R<GLN>A<CG> R<ILE>A<CD1> sep1 1.7135
+R<GLN>A<CG> R<ILE>A<CD1> sep2 -0.186921
+R<GLN>A<CG> R<ILE>A<CG1> central_sep1 0.120717
+R<GLN>A<CG> R<ILE>A<CG1> central_sep2 -0.184869
+R<GLN>A<CG> R<ILE>A<CG1> sep1 1.26203
+R<GLN>A<CG> R<ILE>A<CG1> sep2 -0.338295
+R<GLN>A<CG> R<ILE>A<CG2> central_sep1 -0.086482
+R<GLN>A<CG> R<ILE>A<CG2> central_sep2 -0.383107
+R<GLN>A<CG> R<ILE>A<CG2> sep1 1.12923
+R<GLN>A<CG> R<ILE>A<CG2> sep2 -0.0652201
+R<GLN>A<CG> R<ILE>A<N> central_sep1 1.05854
+R<GLN>A<CG> R<ILE>A<N> central_sep2 1.53132
+R<GLN>A<CG> R<ILE>A<N> sep1 -0.0426846
+R<GLN>A<CG> R<ILE>A<N> sep2 1.02498
+R<GLN>A<CG> R<ILE>A<O> central_sep1 -1.01168
+R<GLN>A<CG> R<ILE>A<O> central_sep2 -0.0364395
+R<GLN>A<CG> R<ILE>A<O> sep1 0.613517
+R<GLN>A<CG> R<ILE>A<O> sep2 0.360464
+R<GLN>A<CG> R<LEU>A<C> central_sep1 0.841626
+R<GLN>A<CG> R<LEU>A<C> central_sep2 1.18629
+R<GLN>A<CG> R<LEU>A<C> sep1 -0.617076
+R<GLN>A<CG> R<LEU>A<C> sep2 -0.00555614
+R<GLN>A<CG> R<LEU>A<CA> central_sep1 0.27123
+R<GLN>A<CG> R<LEU>A<CA> central_sep2 0.846333
+R<GLN>A<CG> R<LEU>A<CA> sep1 1.13699
+R<GLN>A<CG> R<LEU>A<CA> sep2 0.836818
+R<GLN>A<CG> R<LEU>A<CB> central_sep1 0.143802
+R<GLN>A<CG> R<LEU>A<CB> central_sep2 -0.032225
+R<GLN>A<CG> R<LEU>A<CB> sep1 0.777929
+R<GLN>A<CG> R<LEU>A<CB> sep2 0.113497
+R<GLN>A<CG> R<LEU>A<CD1> central_sep1 0.0361508
+R<GLN>A<CG> R<LEU>A<CD1> central_sep2 -0.617092
+R<GLN>A<CG> R<LEU>A<CD1> sep1 1.49507
+R<GLN>A<CG> R<LEU>A<CD1> sep2 -0.193496
+R<GLN>A<CG> R<LEU>A<CD2> central_sep1 0.322027
+R<GLN>A<CG> R<LEU>A<CD2> central_sep2 -0.627553
+R<GLN>A<CG> R<LEU>A<CD2> sep1 1.6061
+R<GLN>A<CG> R<LEU>A<CD2> sep2 -0.27269
+R<GLN>A<CG> R<LEU>A<CG> central_sep1 -0.215606
+R<GLN>A<CG> R<LEU>A<CG> central_sep2 0.213452
+R<GLN>A<CG> R<LEU>A<CG> sep1 0.473838
+R<GLN>A<CG> R<LEU>A<CG> sep2 -0.36495
+R<GLN>A<CG> R<LEU>A<N> central_sep1 1.15169
+R<GLN>A<CG> R<LEU>A<N> central_sep2 1.62676
+R<GLN>A<CG> R<LEU>A<N> sep1 0.096993
+R<GLN>A<CG> R<LEU>A<N> sep2 1.22281
+R<GLN>A<CG> R<LEU>A<O> central_sep1 -1.07781
+R<GLN>A<CG> R<LEU>A<O> central_sep2 0.0120837
+R<GLN>A<CG> R<LEU>A<O> sep1 0.679331
+R<GLN>A<CG> R<LEU>A<O> sep2 0.379919
+R<GLN>A<CG> R<LYS>A<C> central_sep1 0.857327
+R<GLN>A<CG> R<LYS>A<C> central_sep2 1.13738
+R<GLN>A<CG> R<LYS>A<C> sep1 -0.450061
+R<GLN>A<CG> R<LYS>A<C> sep2 0.303843
+R<GLN>A<CG> R<LYS>A<CA> central_sep1 0.627251
+R<GLN>A<CG> R<LYS>A<CA> central_sep2 0.757296
+R<GLN>A<CG> R<LYS>A<CA> sep1 0.915381
+R<GLN>A<CG> R<LYS>A<CA> sep2 0.724152
+R<GLN>A<CG> R<LYS>A<CB> central_sep1 0.324377
+R<GLN>A<CG> R<LYS>A<CB> central_sep2 0.363241
+R<GLN>A<CG> R<LYS>A<CB> sep1 0.271008
+R<GLN>A<CG> R<LYS>A<CB> sep2 0.174256
+R<GLN>A<CG> R<LYS>A<CD> central_sep1 0.710548
+R<GLN>A<CG> R<LYS>A<CD> central_sep2 0.690638
+R<GLN>A<CG> R<LYS>A<CD> sep1 1.14939
+R<GLN>A<CG> R<LYS>A<CD> sep2 0.143785
+R<GLN>A<CG> R<LYS>A<CE> central_sep1 0.489507
+R<GLN>A<CG> R<LYS>A<CE> central_sep2 0.924859
+R<GLN>A<CG> R<LYS>A<CE> sep1 1.63248
+R<GLN>A<CG> R<LYS>A<CE> sep2 0.321201
+R<GLN>A<CG> R<LYS>A<CG> central_sep1 -0.0307576
+R<GLN>A<CG> R<LYS>A<CG> central_sep2 0.413
+R<GLN>A<CG> R<LYS>A<CG> sep1 0.554384
+R<GLN>A<CG> R<LYS>A<CG> sep2 0.137946
+R<GLN>A<CG> R<LYS>A<N> central_sep1 1.13808
+R<GLN>A<CG> R<LYS>A<N> central_sep2 1.65199
+R<GLN>A<CG> R<LYS>A<N> sep1 0.129918
+R<GLN>A<CG> R<LYS>A<N> sep2 1.31156
+R<GLN>A<CG> R<LYS>A<NZ> central_sep1 1.31533
+R<GLN>A<CG> R<LYS>A<NZ> central_sep2 1.12863
+R<GLN>A<CG> R<LYS>A<NZ> sep1 1.99767
+R<GLN>A<CG> R<LYS>A<NZ> sep2 0.569349
+R<GLN>A<CG> R<LYS>A<O> central_sep1 -1.32102
+R<GLN>A<CG> R<LYS>A<O> central_sep2 0.297279
+R<GLN>A<CG> R<LYS>A<O> sep1 0.66616
+R<GLN>A<CG> R<LYS>A<O> sep2 0.573727
+R<GLN>A<CG> R<MET>A<C> central_sep1 0.90132
+R<GLN>A<CG> R<MET>A<C> central_sep2 1.19405
+R<GLN>A<CG> R<MET>A<C> sep1 -0.528216
+R<GLN>A<CG> R<MET>A<C> sep2 -0.187429
+R<GLN>A<CG> R<MET>A<CA> central_sep1 0.487331
+R<GLN>A<CG> R<MET>A<CA> central_sep2 0.657489
+R<GLN>A<CG> R<MET>A<CA> sep1 1.06822
+R<GLN>A<CG> R<MET>A<CA> sep2 0.562358
+R<GLN>A<CG> R<MET>A<CB> central_sep1 0.311641
+R<GLN>A<CG> R<MET>A<CB> central_sep2 -0.0626418
+R<GLN>A<CG> R<MET>A<CB> sep1 0.815844
+R<GLN>A<CG> R<MET>A<CB> sep2 0.025802
+R<GLN>A<CG> R<MET>A<CE> central_sep1 0.080019
+R<GLN>A<CG> R<MET>A<CE> central_sep2 -0.567677
+R<GLN>A<CG> R<MET>A<CE> sep1 1.74144
+R<GLN>A<CG> R<MET>A<CE> sep2 -0.353129
+R<GLN>A<CG> R<MET>A<CG> central_sep1 -0.089949
+R<GLN>A<CG> R<MET>A<CG> central_sep2 -0.165567
+R<GLN>A<CG> R<MET>A<CG> sep1 0.992422
+R<GLN>A<CG> R<MET>A<CG> sep2 -0.34049
+R<GLN>A<CG> R<MET>A<N> central_sep1 0.983081
+R<GLN>A<CG> R<MET>A<N> central_sep2 1.37709
+R<GLN>A<CG> R<MET>A<N> sep1 0.151072
+R<GLN>A<CG> R<MET>A<N> sep2 0.964308
+R<GLN>A<CG> R<MET>A<O> central_sep1 -1.09234
+R<GLN>A<CG> R<MET>A<O> central_sep2 -0.0158303
+R<GLN>A<CG> R<MET>A<O> sep1 0.719999
+R<GLN>A<CG> R<MET>A<O> sep2 0.182468
+R<GLN>A<CG> R<MET>A<SD> central_sep1 -0.237345
+R<GLN>A<CG> R<MET>A<SD> central_sep2 -0.892222
+R<GLN>A<CG> R<MET>A<SD> sep1 1.36675
+R<GLN>A<CG> R<MET>A<SD> sep2 -0.423311
+R<GLN>A<CG> R<PHE>A<C> central_sep1 0.840663
+R<GLN>A<CG> R<PHE>A<C> central_sep2 0.923791
+R<GLN>A<CG> R<PHE>A<C> sep1 -0.798469
+R<GLN>A<CG> R<PHE>A<C> sep2 -0.230644
+R<GLN>A<CG> R<PHE>A<CA> central_sep1 0.534704
+R<GLN>A<CG> R<PHE>A<CA> central_sep2 0.818702
+R<GLN>A<CG> R<PHE>A<CA> sep1 1.11643
+R<GLN>A<CG> R<PHE>A<CA> sep2 0.700025
+R<GLN>A<CG> R<PHE>A<CB> central_sep1 0.545125
+R<GLN>A<CG> R<PHE>A<CB> central_sep2 -0.106106
+R<GLN>A<CG> R<PHE>A<CB> sep1 1.31837
+R<GLN>A<CG> R<PHE>A<CB> sep2 -0.0771407
+R<GLN>A<CG> R<PHE>A<CD1> central_sep1 -0.0930777
+R<GLN>A<CG> R<PHE>A<CD1> central_sep2 -0.410401
+R<GLN>A<CG> R<PHE>A<CD1> sep1 0.782484
+R<GLN>A<CG> R<PHE>A<CD1> sep2 -0.610835
+R<GLN>A<CG> R<PHE>A<CE1> central_sep1 -0.186834
+R<GLN>A<CG> R<PHE>A<CE1> central_sep2 -0.600632
+R<GLN>A<CG> R<PHE>A<CE1> sep1 0.875842
+R<GLN>A<CG> R<PHE>A<CE1> sep2 -0.714164
+R<GLN>A<CG> R<PHE>A<CG> central_sep1 1.04614
+R<GLN>A<CG> R<PHE>A<CG> central_sep2 -0.625465
+R<GLN>A<CG> R<PHE>A<CG> sep1 0.610563
+R<GLN>A<CG> R<PHE>A<CG> sep2 -1.60664
+R<GLN>A<CG> R<PHE>A<CZ> central_sep1 0.0334972
+R<GLN>A<CG> R<PHE>A<CZ> central_sep2 -0.639049
+R<GLN>A<CG> R<PHE>A<CZ> sep1 1.00417
+R<GLN>A<CG> R<PHE>A<CZ> sep2 -0.727079
+R<GLN>A<CG> R<PHE>A<N> central_sep1 0.855754
+R<GLN>A<CG> R<PHE>A<N> central_sep2 1.39652
+R<GLN>A<CG> R<PHE>A<N> sep1 -0.00917633
+R<GLN>A<CG> R<PHE>A<N> sep2 1.01146
+R<GLN>A<CG> R<PHE>A<O> central_sep1 -1.08682
+R<GLN>A<CG> R<PHE>A<O> central_sep2 -0.148897
+R<GLN>A<CG> R<PHE>A<O> sep1 0.531392
+R<GLN>A<CG> R<PHE>A<O> sep2 0.228678
+R<GLN>A<CG> R<PRO>A<C> central_sep1 1.2881
+R<GLN>A<CG> R<PRO>A<C> central_sep2 0.914328
+R<GLN>A<CG> R<PRO>A<C> sep1 -0.319887
+R<GLN>A<CG> R<PRO>A<C> sep2 0.0536654
+R<GLN>A<CG> R<PRO>A<CA> central_sep1 0.25339
+R<GLN>A<CG> R<PRO>A<CA> central_sep2 0.529787
+R<GLN>A<CG> R<PRO>A<CA> sep1 1.05349
+R<GLN>A<CG> R<PRO>A<CA> sep2 0.262043
+R<GLN>A<CG> R<PRO>A<CB> central_sep1 0.444072
+R<GLN>A<CG> R<PRO>A<CB> central_sep2 -0.00484959
+R<GLN>A<CG> R<PRO>A<CB> sep1 0.63649
+R<GLN>A<CG> R<PRO>A<CB> sep2 -0.276843
+R<GLN>A<CG> R<PRO>A<CD> central_sep1 0.575318
+R<GLN>A<CG> R<PRO>A<CD> central_sep2 0.402357
+R<GLN>A<CG> R<PRO>A<CD> sep1 0.828089
+R<GLN>A<CG> R<PRO>A<CD> sep2 0.223376
+R<GLN>A<CG> R<PRO>A<CG> central_sep1 0.555485
+R<GLN>A<CG> R<PRO>A<CG> central_sep2 -0.0741429
+R<GLN>A<CG> R<PRO>A<CG> sep1 1.2562
+R<GLN>A<CG> R<PRO>A<CG> sep2 -0.328199
+R<GLN>A<CG> R<PRO>A<N> central_sep1 1.17578
+R<GLN>A<CG> R<PRO>A<N> central_sep2 1.13543
+R<GLN>A<CG> R<PRO>A<N> sep1 -0.394938
+R<GLN>A<CG> R<PRO>A<N> sep2 -0.1774
+R<GLN>A<CG> R<PRO>A<O> central_sep1 -1.30387
+R<GLN>A<CG> R<PRO>A<O> central_sep2 -0.185933
+R<GLN>A<CG> R<PRO>A<O> sep1 0.663315
+R<GLN>A<CG> R<PRO>A<O> sep2 0.366325
+R<GLN>A<CG> R<SER>A<C> central_sep1 0.71301
+R<GLN>A<CG> R<SER>A<C> central_sep2 0.773074
+R<GLN>A<CG> R<SER>A<C> sep1 -0.625561
+R<GLN>A<CG> R<SER>A<C> sep2 -0.00201815
+R<GLN>A<CG> R<SER>A<CA> central_sep1 0.688938
+R<GLN>A<CG> R<SER>A<CA> central_sep2 0.411926
+R<GLN>A<CG> R<SER>A<CA> sep1 0.987911
+R<GLN>A<CG> R<SER>A<CA> sep2 0.345907
+R<GLN>A<CG> R<SER>A<CB> central_sep1 0.573783
+R<GLN>A<CG> R<SER>A<CB> central_sep2 -0.119806
+R<GLN>A<CG> R<SER>A<CB> sep1 0.742047
+R<GLN>A<CG> R<SER>A<CB> sep2 -0.107875
+R<GLN>A<CG> R<SER>A<N> central_sep1 0.669323
+R<GLN>A<CG> R<SER>A<N> central_sep2 1.27491
+R<GLN>A<CG> R<SER>A<N> sep1 0.220544
+R<GLN>A<CG> R<SER>A<N> sep2 0.85302
+R<GLN>A<CG> R<SER>A<O> central_sep1 -1.29039
+R<GLN>A<CG> R<SER>A<O> central_sep2 -0.0957663
+R<GLN>A<CG> R<SER>A<O> sep1 0.610152
+R<GLN>A<CG> R<SER>A<O> sep2 0.25042
+R<GLN>A<CG> R<SER>A<OG> central_sep1 -0.936168
+R<GLN>A<CG> R<SER>A<OG> central_sep2 -0.348509
+R<GLN>A<CG> R<SER>A<OG> sep1 0.458654
+R<GLN>A<CG> R<SER>A<OG> sep2 -0.221527
+R<GLN>A<CG> R<THR>A<C> central_sep1 0.798721
+R<GLN>A<CG> R<THR>A<C> central_sep2 0.890881
+R<GLN>A<CG> R<THR>A<C> sep1 -0.730047
+R<GLN>A<CG> R<THR>A<C> sep2 -0.150558
+R<GLN>A<CG> R<THR>A<CA> central_sep1 0.901277
+R<GLN>A<CG> R<THR>A<CA> central_sep2 0.348674
+R<GLN>A<CG> R<THR>A<CA> sep1 1.041
+R<GLN>A<CG> R<THR>A<CA> sep2 0.328993
+R<GLN>A<CG> R<THR>A<CB> central_sep1 0.426864
+R<GLN>A<CG> R<THR>A<CB> central_sep2 -0.098927
+R<GLN>A<CG> R<THR>A<CB> sep1 0.578031
+R<GLN>A<CG> R<THR>A<CB> sep2 -0.408787
+R<GLN>A<CG> R<THR>A<CG2> central_sep1 -0.0344676
+R<GLN>A<CG> R<THR>A<CG2> central_sep2 -0.452202
+R<GLN>A<CG> R<THR>A<CG2> sep1 1.20818
+R<GLN>A<CG> R<THR>A<CG2> sep2 -0.16686
+R<GLN>A<CG> R<THR>A<N> central_sep1 0.577316
+R<GLN>A<CG> R<THR>A<N> central_sep2 1.39576
+R<GLN>A<CG> R<THR>A<N> sep1 0.0968537
+R<GLN>A<CG> R<THR>A<N> sep2 1.11515
+R<GLN>A<CG> R<THR>A<O> central_sep1 -1.27137
+R<GLN>A<CG> R<THR>A<O> central_sep2 -0.0568097
+R<GLN>A<CG> R<THR>A<O> sep1 0.620388
+R<GLN>A<CG> R<THR>A<O> sep2 0.267252
+R<GLN>A<CG> R<THR>A<OG1> central_sep1 -1.15136
+R<GLN>A<CG> R<THR>A<OG1> central_sep2 -0.503481
+R<GLN>A<CG> R<THR>A<OG1> sep1 0.620587
+R<GLN>A<CG> R<THR>A<OG1> sep2 -0.290611
+R<GLN>A<CG> R<TRP>A<C> central_sep1 0.497529
+R<GLN>A<CG> R<TRP>A<C> central_sep2 0.856455
+R<GLN>A<CG> R<TRP>A<C> sep1 -0.916943
+R<GLN>A<CG> R<TRP>A<C> sep2 -0.109239
+R<GLN>A<CG> R<TRP>A<CA> central_sep1 0.135033
+R<GLN>A<CG> R<TRP>A<CA> central_sep2 0.468643
+R<GLN>A<CG> R<TRP>A<CA> sep1 1.0482
+R<GLN>A<CG> R<TRP>A<CA> sep2 0.546924
+R<GLN>A<CG> R<TRP>A<CB> central_sep1 0.765729
+R<GLN>A<CG> R<TRP>A<CB> central_sep2 -0.193835
+R<GLN>A<CG> R<TRP>A<CB> sep1 1.3146
+R<GLN>A<CG> R<TRP>A<CB> sep2 -0.255738
+R<GLN>A<CG> R<TRP>A<CD1> central_sep1 -0.503069
+R<GLN>A<CG> R<TRP>A<CD1> central_sep2 -0.358032
+R<GLN>A<CG> R<TRP>A<CD1> sep1 0.791612
+R<GLN>A<CG> R<TRP>A<CD1> sep2 -0.55647
+R<GLN>A<CG> R<TRP>A<CD2> central_sep1 -1.22265
+R<GLN>A<CG> R<TRP>A<CD2> central_sep2 -1.22759
+R<GLN>A<CG> R<TRP>A<CD2> sep1 -0.238052
+R<GLN>A<CG> R<TRP>A<CD2> sep2 -1.56394
+R<GLN>A<CG> R<TRP>A<CE2> central_sep1 -1.55124
+R<GLN>A<CG> R<TRP>A<CE2> central_sep2 -1.27612
+R<GLN>A<CG> R<TRP>A<CE2> sep1 -0.234352
+R<GLN>A<CG> R<TRP>A<CE2> sep2 -1.74739
+R<GLN>A<CG> R<TRP>A<CE3> central_sep1 -0.610724
+R<GLN>A<CG> R<TRP>A<CE3> central_sep2 -0.575529
+R<GLN>A<CG> R<TRP>A<CE3> sep1 0.921308
+R<GLN>A<CG> R<TRP>A<CE3> sep2 -0.702342
+R<GLN>A<CG> R<TRP>A<CG> central_sep1 1.19365
+R<GLN>A<CG> R<TRP>A<CG> central_sep2 -0.488677
+R<GLN>A<CG> R<TRP>A<CG> sep1 0.542396
+R<GLN>A<CG> R<TRP>A<CG> sep2 -1.90767
+R<GLN>A<CG> R<TRP>A<CH2> central_sep1 -0.27024
+R<GLN>A<CG> R<TRP>A<CH2> central_sep2 -0.963303
+R<GLN>A<CG> R<TRP>A<CH2> sep1 0.830577
+R<GLN>A<CG> R<TRP>A<CH2> sep2 -1.11309
+R<GLN>A<CG> R<TRP>A<CZ2> central_sep1 -0.433823
+R<GLN>A<CG> R<TRP>A<CZ2> central_sep2 -0.924503
+R<GLN>A<CG> R<TRP>A<CZ2> sep1 1.10863
+R<GLN>A<CG> R<TRP>A<CZ2> sep2 -0.932453
+R<GLN>A<CG> R<TRP>A<CZ3> central_sep1 -0.457911
+R<GLN>A<CG> R<TRP>A<CZ3> central_sep2 -0.809208
+R<GLN>A<CG> R<TRP>A<CZ3> sep1 0.547657
+R<GLN>A<CG> R<TRP>A<CZ3> sep2 -0.879874
+R<GLN>A<CG> R<TRP>A<N> central_sep1 0.824481
+R<GLN>A<CG> R<TRP>A<N> central_sep2 1.21633
+R<GLN>A<CG> R<TRP>A<N> sep1 -0.0116567
+R<GLN>A<CG> R<TRP>A<N> sep2 1.12102
+R<GLN>A<CG> R<TRP>A<NE1> central_sep1 -0.314487
+R<GLN>A<CG> R<TRP>A<NE1> central_sep2 -0.383233
+R<GLN>A<CG> R<TRP>A<NE1> sep1 0.460087
+R<GLN>A<CG> R<TRP>A<NE1> sep2 -0.894782
+R<GLN>A<CG> R<TRP>A<O> central_sep1 -1.44742
+R<GLN>A<CG> R<TRP>A<O> central_sep2 -0.0387627
+R<GLN>A<CG> R<TRP>A<O> sep1 0.384952
+R<GLN>A<CG> R<TRP>A<O> sep2 0.14138
+R<GLN>A<CG> R<TYR>A<C> central_sep1 0.839804
+R<GLN>A<CG> R<TYR>A<C> central_sep2 0.946244
+R<GLN>A<CG> R<TYR>A<C> sep1 -0.77628
+R<GLN>A<CG> R<TYR>A<C> sep2 -0.0597873
+R<GLN>A<CG> R<TYR>A<CA> central_sep1 0.490268
+R<GLN>A<CG> R<TYR>A<CA> central_sep2 0.608491
+R<GLN>A<CG> R<TYR>A<CA> sep1 1.05641
+R<GLN>A<CG> R<TYR>A<CA> sep2 0.537018
+R<GLN>A<CG> R<TYR>A<CB> central_sep1 0.578086
+R<GLN>A<CG> R<TYR>A<CB> central_sep2 -0.213275
+R<GLN>A<CG> R<TYR>A<CB> sep1 1.31436
+R<GLN>A<CG> R<TYR>A<CB> sep2 -0.169574
+R<GLN>A<CG> R<TYR>A<CD1> central_sep1 -0.293981
+R<GLN>A<CG> R<TYR>A<CD1> central_sep2 -0.406268
+R<GLN>A<CG> R<TYR>A<CD1> sep1 0.525727
+R<GLN>A<CG> R<TYR>A<CD1> sep2 -0.670568
+R<GLN>A<CG> R<TYR>A<CE1> central_sep1 -0.5658
+R<GLN>A<CG> R<TYR>A<CE1> central_sep2 -0.694792
+R<GLN>A<CG> R<TYR>A<CE1> sep1 0.580407
+R<GLN>A<CG> R<TYR>A<CE1> sep2 -0.804911
+R<GLN>A<CG> R<TYR>A<CG> central_sep1 0.764817
+R<GLN>A<CG> R<TYR>A<CG> central_sep2 -0.593215
+R<GLN>A<CG> R<TYR>A<CG> sep1 0.304197
+R<GLN>A<CG> R<TYR>A<CG> sep2 -1.59301
+R<GLN>A<CG> R<TYR>A<CZ> central_sep1 -1.16905
+R<GLN>A<CG> R<TYR>A<CZ> central_sep2 -0.985608
+R<GLN>A<CG> R<TYR>A<CZ> sep1 -0.0796453
+R<GLN>A<CG> R<TYR>A<CZ> sep2 -1.68289
+R<GLN>A<CG> R<TYR>A<N> central_sep1 0.76581
+R<GLN>A<CG> R<TYR>A<N> central_sep2 1.37726
+R<GLN>A<CG> R<TYR>A<N> sep1 -0.0391907
+R<GLN>A<CG> R<TYR>A<N> sep2 0.980879
+R<GLN>A<CG> R<TYR>A<O> central_sep1 -1.21159
+R<GLN>A<CG> R<TYR>A<O> central_sep2 -0.13604
+R<GLN>A<CG> R<TYR>A<O> sep1 0.600215
+R<GLN>A<CG> R<TYR>A<O> sep2 0.198187
+R<GLN>A<CG> R<TYR>A<OH> central_sep1 0.539066
+R<GLN>A<CG> R<TYR>A<OH> central_sep2 -0.832439
+R<GLN>A<CG> R<TYR>A<OH> sep1 0.8143
+R<GLN>A<CG> R<TYR>A<OH> sep2 -0.742291
+R<GLN>A<CG> R<VAL>A<C> central_sep1 0.89079
+R<GLN>A<CG> R<VAL>A<C> central_sep2 1.29155
+R<GLN>A<CG> R<VAL>A<C> sep1 -0.829118
+R<GLN>A<CG> R<VAL>A<C> sep2 -0.187925
+R<GLN>A<CG> R<VAL>A<CA> central_sep1 0.836489
+R<GLN>A<CG> R<VAL>A<CA> central_sep2 0.841433
+R<GLN>A<CG> R<VAL>A<CA> sep1 1.3273
+R<GLN>A<CG> R<VAL>A<CA> sep2 0.793983
+R<GLN>A<CG> R<VAL>A<CB> central_sep1 0.92549
+R<GLN>A<CG> R<VAL>A<CB> central_sep2 -0.0668461
+R<GLN>A<CG> R<VAL>A<CB> sep1 0.935427
+R<GLN>A<CG> R<VAL>A<CB> sep2 -0.299461
+R<GLN>A<CG> R<VAL>A<CG1> central_sep1 -0.00915569
+R<GLN>A<CG> R<VAL>A<CG1> central_sep2 -0.395429
+R<GLN>A<CG> R<VAL>A<CG1> sep1 1.26873
+R<GLN>A<CG> R<VAL>A<CG1> sep2 -0.0702586
+R<GLN>A<CG> R<VAL>A<CG2> central_sep1 0.0968999
+R<GLN>A<CG> R<VAL>A<CG2> central_sep2 -0.402928
+R<GLN>A<CG> R<VAL>A<CG2> sep1 1.77677
+R<GLN>A<CG> R<VAL>A<CG2> sep2 -0.0726554
+R<GLN>A<CG> R<VAL>A<N> central_sep1 0.857294
+R<GLN>A<CG> R<VAL>A<N> central_sep2 1.47693
+R<GLN>A<CG> R<VAL>A<N> sep1 -0.21837
+R<GLN>A<CG> R<VAL>A<N> sep2 0.91919
+R<GLN>A<CG> R<VAL>A<O> central_sep1 -0.995125
+R<GLN>A<CG> R<VAL>A<O> central_sep2 -0.0260593
+R<GLN>A<CG> R<VAL>A<O> sep1 0.618067
+R<GLN>A<CG> R<VAL>A<O> sep2 0.228748
+R<GLN>A<CG> c<solvent> . -0.230914
+R<GLN>A<N> R<GLN>A<N> central_sep1 1.25565
+R<GLN>A<N> R<GLN>A<N> central_sep2 2.2274
+R<GLN>A<N> R<GLN>A<N> sep1 -2.61379
+R<GLN>A<N> R<GLN>A<N> sep2 1.5801
+R<GLN>A<N> R<GLN>A<NE2> central_sep1 1.53247
+R<GLN>A<N> R<GLN>A<NE2> central_sep2 0.9679
+R<GLN>A<N> R<GLN>A<NE2> sep1 1.95044
+R<GLN>A<N> R<GLN>A<NE2> sep2 0.642832
+R<GLN>A<N> R<GLN>A<O> central_sep1 -2.20015
+R<GLN>A<N> R<GLN>A<O> central_sep2 -0.669851
+R<GLN>A<N> R<GLN>A<O> sep1 -0.0217018
+R<GLN>A<N> R<GLN>A<O> sep2 1.1547
+R<GLN>A<N> R<GLN>A<OE1> central_sep1 0.528654
+R<GLN>A<N> R<GLN>A<OE1> central_sep2 0.173233
+R<GLN>A<N> R<GLN>A<OE1> sep1 1.55344
+R<GLN>A<N> R<GLN>A<OE1> sep2 0.528751
+R<GLN>A<N> R<GLU>A<C> central_sep1 -0.878878
+R<GLN>A<N> R<GLU>A<C> central_sep2 3.80966
+R<GLN>A<N> R<GLU>A<C> sep1 -1.77471
+R<GLN>A<N> R<GLU>A<C> sep2 2.11373
+R<GLN>A<N> R<GLU>A<CA> central_sep1 2.91354
+R<GLN>A<N> R<GLU>A<CA> central_sep2 2.58494
+R<GLN>A<N> R<GLU>A<CA> sep1 -1.89825
+R<GLN>A<N> R<GLU>A<CA> sep2 1.76066
+R<GLN>A<N> R<GLU>A<CB> central_sep1 1.41537
+R<GLN>A<N> R<GLU>A<CB> central_sep2 1.7688
+R<GLN>A<N> R<GLU>A<CB> sep1 -1.51024
+R<GLN>A<N> R<GLU>A<CB> sep2 1.74933
+R<GLN>A<N> R<GLU>A<CD> central_sep1 1.79347
+R<GLN>A<N> R<GLU>A<CD> central_sep2 2.18556
+R<GLN>A<N> R<GLU>A<CD> sep1 1.38107
+R<GLN>A<N> R<GLU>A<CD> sep2 0.364619
+R<GLN>A<N> R<GLU>A<CG> central_sep1 0.818123
+R<GLN>A<N> R<GLU>A<CG> central_sep2 1.80134
+R<GLN>A<N> R<GLU>A<CG> sep1 0.133491
+R<GLN>A<N> R<GLU>A<CG> sep2 1.2906
+R<GLN>A<N> R<GLU>A<N> central_sep1 1.39261
+R<GLN>A<N> R<GLU>A<N> central_sep2 2.72322
+R<GLN>A<N> R<GLU>A<N> sep1 -2.42146
+R<GLN>A<N> R<GLU>A<N> sep2 2.39041
+R<GLN>A<N> R<GLU>A<O> central_sep1 -2.13032
+R<GLN>A<N> R<GLU>A<O> central_sep2 -0.124048
+R<GLN>A<N> R<GLU>A<O> sep1 0.202296
+R<GLN>A<N> R<GLU>A<O> sep2 1.52856
+R<GLN>A<N> R<GLU>A<OE1> central_sep1 0.913456
+R<GLN>A<N> R<GLU>A<OE1> central_sep2 0.787137
+R<GLN>A<N> R<GLU>A<OE1> sep1 2.01243
+R<GLN>A<N> R<GLU>A<OE1> sep2 0.895627
+R<GLN>A<N> R<GLY>A<C> central_sep1 -0.0285176
+R<GLN>A<N> R<GLY>A<C> central_sep2 2.25425
+R<GLN>A<N> R<GLY>A<C> sep1 -1.2033
+R<GLN>A<N> R<GLY>A<C> sep2 0.885489
+R<GLN>A<N> R<GLY>A<CA> central_sep1 2.87737
+R<GLN>A<N> R<GLY>A<CA> central_sep2 1.25678
+R<GLN>A<N> R<GLY>A<CA> sep1 -1.39603
+R<GLN>A<N> R<GLY>A<CA> sep2 1.05837
+R<GLN>A<N> R<GLY>A<N> central_sep1 1.16839
+R<GLN>A<N> R<GLY>A<N> central_sep2 2.55559
+R<GLN>A<N> R<GLY>A<N> sep1 -2.13784
+R<GLN>A<N> R<GLY>A<N> sep2 1.4416
+R<GLN>A<N> R<GLY>A<O> central_sep1 -1.12612
+R<GLN>A<N> R<GLY>A<O> central_sep2 -0.191249
+R<GLN>A<N> R<GLY>A<O> sep1 -0.0287642
+R<GLN>A<N> R<GLY>A<O> sep2 0.874522
+R<GLN>A<N> R<HIS>A<C> central_sep1 -0.70285
+R<GLN>A<N> R<HIS>A<C> central_sep2 3.50909
+R<GLN>A<N> R<HIS>A<C> sep1 -1.71099
+R<GLN>A<N> R<HIS>A<C> sep2 2.13049
+R<GLN>A<N> R<HIS>A<CA> central_sep1 3.17923
+R<GLN>A<N> R<HIS>A<CA> central_sep2 2.07116
+R<GLN>A<N> R<HIS>A<CA> sep1 -2.12087
+R<GLN>A<N> R<HIS>A<CA> sep2 1.48089
+R<GLN>A<N> R<HIS>A<CB> central_sep1 1.00494
+R<GLN>A<N> R<HIS>A<CB> central_sep2 1.40682
+R<GLN>A<N> R<HIS>A<CB> sep1 -1.04816
+R<GLN>A<N> R<HIS>A<CB> sep2 1.01023
+R<GLN>A<N> R<HIS>A<CD2> central_sep1 0.563832
+R<GLN>A<N> R<HIS>A<CD2> central_sep2 1.17326
+R<GLN>A<N> R<HIS>A<CD2> sep1 0.530941
+R<GLN>A<N> R<HIS>A<CD2> sep2 0.831963
+R<GLN>A<N> R<HIS>A<CE1> central_sep1 2.45392
+R<GLN>A<N> R<HIS>A<CE1> central_sep2 1.31444
+R<GLN>A<N> R<HIS>A<CE1> sep1 1.72128
+R<GLN>A<N> R<HIS>A<CE1> sep2 0.660674
+R<GLN>A<N> R<HIS>A<CG> central_sep1 -0.217793
+R<GLN>A<N> R<HIS>A<CG> central_sep2 2.12212
+R<GLN>A<N> R<HIS>A<CG> sep1 -0.610236
+R<GLN>A<N> R<HIS>A<CG> sep2 0.809137
+R<GLN>A<N> R<HIS>A<N> central_sep1 1.40432
+R<GLN>A<N> R<HIS>A<N> central_sep2 2.59306
+R<GLN>A<N> R<HIS>A<N> sep1 -2.38457
+R<GLN>A<N> R<HIS>A<N> sep2 1.94137
+R<GLN>A<N> R<HIS>A<ND1> central_sep1 -0.386271
+R<GLN>A<N> R<HIS>A<ND1> central_sep2 1.03541
+R<GLN>A<N> R<HIS>A<ND1> sep1 0.161542
+R<GLN>A<N> R<HIS>A<ND1> sep2 0.776071
+R<GLN>A<N> R<HIS>A<NE2> central_sep1 3.11276
+R<GLN>A<N> R<HIS>A<NE2> central_sep2 1.18656
+R<GLN>A<N> R<HIS>A<NE2> sep1 2.93742
+R<GLN>A<N> R<HIS>A<NE2> sep2 0.69769
+R<GLN>A<N> R<HIS>A<O> central_sep1 -1.85273
+R<GLN>A<N> R<HIS>A<O> central_sep2 -0.625149
+R<GLN>A<N> R<HIS>A<O> sep1 0.0920812
+R<GLN>A<N> R<HIS>A<O> sep2 1.05142
+R<GLN>A<N> R<ILE>A<C> central_sep1 -0.478781
+R<GLN>A<N> R<ILE>A<C> central_sep2 4.57732
+R<GLN>A<N> R<ILE>A<C> sep1 -1.98985
+R<GLN>A<N> R<ILE>A<C> sep2 2.26326
+R<GLN>A<N> R<ILE>A<CA> central_sep1 3.54938
+R<GLN>A<N> R<ILE>A<CA> central_sep2 2.58659
+R<GLN>A<N> R<ILE>A<CA> sep1 -2.21948
+R<GLN>A<N> R<ILE>A<CA> sep2 1.53391
+R<GLN>A<N> R<ILE>A<CB> central_sep1 2.05695
+R<GLN>A<N> R<ILE>A<CB> central_sep2 1.21289
+R<GLN>A<N> R<ILE>A<CB> sep1 -1.76202
+R<GLN>A<N> R<ILE>A<CB> sep2 0.933877
+R<GLN>A<N> R<ILE>A<CD1> central_sep1 2.13755
+R<GLN>A<N> R<ILE>A<CD1> central_sep2 0.728772
+R<GLN>A<N> R<ILE>A<CD1> sep1 2.30444
+R<GLN>A<N> R<ILE>A<CD1> sep2 0.598516
+R<GLN>A<N> R<ILE>A<CG1> central_sep1 0.653432
+R<GLN>A<N> R<ILE>A<CG1> central_sep2 1.15956
+R<GLN>A<N> R<ILE>A<CG1> sep1 0.75236
+R<GLN>A<N> R<ILE>A<CG1> sep2 0.830788
+R<GLN>A<N> R<ILE>A<CG2> central_sep1 0.292149
+R<GLN>A<N> R<ILE>A<CG2> central_sep2 1.00471
+R<GLN>A<N> R<ILE>A<CG2> sep1 -0.584642
+R<GLN>A<N> R<ILE>A<CG2> sep2 0.914989
+R<GLN>A<N> R<ILE>A<N> central_sep1 1.67307
+R<GLN>A<N> R<ILE>A<N> central_sep2 2.48968
+R<GLN>A<N> R<ILE>A<N> sep1 -2.23115
+R<GLN>A<N> R<ILE>A<N> sep2 1.40252
+R<GLN>A<N> R<ILE>A<O> central_sep1 -1.72423
+R<GLN>A<N> R<ILE>A<O> central_sep2 -0.890052
+R<GLN>A<N> R<ILE>A<O> sep1 0.12076
+R<GLN>A<N> R<ILE>A<O> sep2 1.01203
+R<GLN>A<N> R<LEU>A<C> central_sep1 -0.831975
+R<GLN>A<N> R<LEU>A<C> central_sep2 3.32025
+R<GLN>A<N> R<LEU>A<C> sep1 -2.03167
+R<GLN>A<N> R<LEU>A<C> sep2 2.0769
+R<GLN>A<N> R<LEU>A<CA> central_sep1 3.35583
+R<GLN>A<N> R<LEU>A<CA> central_sep2 2.50425
+R<GLN>A<N> R<LEU>A<CA> sep1 -2.24957
+R<GLN>A<N> R<LEU>A<CA> sep2 1.72789
+R<GLN>A<N> R<LEU>A<CB> central_sep1 1.21023
+R<GLN>A<N> R<LEU>A<CB> central_sep2 1.58652
+R<GLN>A<N> R<LEU>A<CB> sep1 -1.50096
+R<GLN>A<N> R<LEU>A<CB> sep2 1.43192
+R<GLN>A<N> R<LEU>A<CD1> central_sep1 1.56611
+R<GLN>A<N> R<LEU>A<CD1> central_sep2 0.630465
+R<GLN>A<N> R<LEU>A<CD1> sep1 1.43433
+R<GLN>A<N> R<LEU>A<CD1> sep2 0.606992
+R<GLN>A<N> R<LEU>A<CD2> central_sep1 2.07242
+R<GLN>A<N> R<LEU>A<CD2> central_sep2 0.842545
+R<GLN>A<N> R<LEU>A<CD2> sep1 2.19838
+R<GLN>A<N> R<LEU>A<CD2> sep2 0.622522
+R<GLN>A<N> R<LEU>A<CG> central_sep1 0.856956
+R<GLN>A<N> R<LEU>A<CG> central_sep2 1.3541
+R<GLN>A<N> R<LEU>A<CG> sep1 -0.500714
+R<GLN>A<N> R<LEU>A<CG> sep2 1.17639
+R<GLN>A<N> R<LEU>A<N> central_sep1 1.57566
+R<GLN>A<N> R<LEU>A<N> central_sep2 2.51297
+R<GLN>A<N> R<LEU>A<N> sep1 -2.40083
+R<GLN>A<N> R<LEU>A<N> sep2 1.71241
+R<GLN>A<N> R<LEU>A<O> central_sep1 -1.92296
+R<GLN>A<N> R<LEU>A<O> central_sep2 -0.550986
+R<GLN>A<N> R<LEU>A<O> sep1 0.185136
+R<GLN>A<N> R<LEU>A<O> sep2 0.918857
+R<GLN>A<N> R<LYS>A<C> central_sep1 -0.744287
+R<GLN>A<N> R<LYS>A<C> central_sep2 3.16182
+R<GLN>A<N> R<LYS>A<C> sep1 -1.68125
+R<GLN>A<N> R<LYS>A<C> sep2 2.0408
+R<GLN>A<N> R<LYS>A<CA> central_sep1 2.99813
+R<GLN>A<N> R<LYS>A<CA> central_sep2 2.49443
+R<GLN>A<N> R<LYS>A<CA> sep1 -1.96915
+R<GLN>A<N> R<LYS>A<CA> sep2 1.71843
+R<GLN>A<N> R<LYS>A<CB> central_sep1 1.42587
+R<GLN>A<N> R<LYS>A<CB> central_sep2 1.69424
+R<GLN>A<N> R<LYS>A<CB> sep1 -1.42273
+R<GLN>A<N> R<LYS>A<CB> sep2 1.49524
+R<GLN>A<N> R<LYS>A<CD> central_sep1 2.36958
+R<GLN>A<N> R<LYS>A<CD> central_sep2 2.30392
+R<GLN>A<N> R<LYS>A<CD> sep1 2.02556
+R<GLN>A<N> R<LYS>A<CD> sep2 1.64191
+R<GLN>A<N> R<LYS>A<CE> central_sep1 3.15641
+R<GLN>A<N> R<LYS>A<CE> central_sep2 2.26986
+R<GLN>A<N> R<LYS>A<CE> sep1 2.66235
+R<GLN>A<N> R<LYS>A<CE> sep2 1.55442
+R<GLN>A<N> R<LYS>A<CG> central_sep1 0.89167
+R<GLN>A<N> R<LYS>A<CG> central_sep2 1.73191
+R<GLN>A<N> R<LYS>A<CG> sep1 -0.0581979
+R<GLN>A<N> R<LYS>A<CG> sep2 1.37687
+R<GLN>A<N> R<LYS>A<N> central_sep1 1.44509
+R<GLN>A<N> R<LYS>A<N> central_sep2 2.07619
+R<GLN>A<N> R<LYS>A<N> sep1 -2.33513
+R<GLN>A<N> R<LYS>A<N> sep2 1.81271
+R<GLN>A<N> R<LYS>A<NZ> central_sep1 3.17307
+R<GLN>A<N> R<LYS>A<NZ> central_sep2 2.39439
+R<GLN>A<N> R<LYS>A<NZ> sep1 3.43511
+R<GLN>A<N> R<LYS>A<NZ> sep2 1.59904
+R<GLN>A<N> R<LYS>A<O> central_sep1 -1.90497
+R<GLN>A<N> R<LYS>A<O> central_sep2 -0.649347
+R<GLN>A<N> R<LYS>A<O> sep1 0.14025
+R<GLN>A<N> R<LYS>A<O> sep2 1.34597
+R<GLN>A<N> R<MET>A<C> central_sep1 -0.742387
+R<GLN>A<N> R<MET>A<C> central_sep2 2.63748
+R<GLN>A<N> R<MET>A<C> sep1 -1.94434
+R<GLN>A<N> R<MET>A<C> sep2 1.95625
+R<GLN>A<N> R<MET>A<CA> central_sep1 2.89228
+R<GLN>A<N> R<MET>A<CA> central_sep2 2.1902
+R<GLN>A<N> R<MET>A<CA> sep1 -2.12734
+R<GLN>A<N> R<MET>A<CA> sep2 1.16708
+R<GLN>A<N> R<MET>A<CB> central_sep1 1.18728
+R<GLN>A<N> R<MET>A<CB> central_sep2 1.35236
+R<GLN>A<N> R<MET>A<CB> sep1 -1.36537
+R<GLN>A<N> R<MET>A<CB> sep2 1.16575
+R<GLN>A<N> R<MET>A<CE> central_sep1 1.87961
+R<GLN>A<N> R<MET>A<CE> central_sep2 0.568945
+R<GLN>A<N> R<MET>A<CE> sep1 2.01474
+R<GLN>A<N> R<MET>A<CE> sep2 0.38492
+R<GLN>A<N> R<MET>A<CG> central_sep1 0.717481
+R<GLN>A<N> R<MET>A<CG> central_sep2 1.14197
+R<GLN>A<N> R<MET>A<CG> sep1 0.190097
+R<GLN>A<N> R<MET>A<CG> sep2 0.930599
+R<GLN>A<N> R<MET>A<N> central_sep1 1.59687
+R<GLN>A<N> R<MET>A<N> central_sep2 2.3375
+R<GLN>A<N> R<MET>A<N> sep1 -2.30403
+R<GLN>A<N> R<MET>A<N> sep2 1.82691
+R<GLN>A<N> R<MET>A<O> central_sep1 -1.83971
+R<GLN>A<N> R<MET>A<O> central_sep2 -0.580952
+R<GLN>A<N> R<MET>A<O> sep1 0.183003
+R<GLN>A<N> R<MET>A<O> sep2 0.968965
+R<GLN>A<N> R<MET>A<SD> central_sep1 1.16084
+R<GLN>A<N> R<MET>A<SD> central_sep2 0.505065
+R<GLN>A<N> R<MET>A<SD> sep1 1.82031
+R<GLN>A<N> R<MET>A<SD> sep2 0.310165
+R<GLN>A<N> R<PHE>A<C> central_sep1 -0.63738
+R<GLN>A<N> R<PHE>A<C> central_sep2 2.84408
+R<GLN>A<N> R<PHE>A<C> sep1 -1.93176
+R<GLN>A<N> R<PHE>A<C> sep2 1.45177
+R<GLN>A<N> R<PHE>A<CA> central_sep1 2.91479
+R<GLN>A<N> R<PHE>A<CA> central_sep2 2.09269
+R<GLN>A<N> R<PHE>A<CA> sep1 -2.23781
+R<GLN>A<N> R<PHE>A<CA> sep2 1.26603
+R<GLN>A<N> R<PHE>A<CB> central_sep1 1.37854
+R<GLN>A<N> R<PHE>A<CB> central_sep2 1.19156
+R<GLN>A<N> R<PHE>A<CB> sep1 -1.17893
+R<GLN>A<N> R<PHE>A<CB> sep2 0.967924
+R<GLN>A<N> R<PHE>A<CD1> central_sep1 0.50239
+R<GLN>A<N> R<PHE>A<CD1> central_sep2 1.00718
+R<GLN>A<N> R<PHE>A<CD1> sep1 0.121665
+R<GLN>A<N> R<PHE>A<CD1> sep2 0.401366
+R<GLN>A<N> R<PHE>A<CE1> central_sep1 1.81766
+R<GLN>A<N> R<PHE>A<CE1> central_sep2 0.545169
+R<GLN>A<N> R<PHE>A<CE1> sep1 2.31033
+R<GLN>A<N> R<PHE>A<CE1> sep2 0.228405
+R<GLN>A<N> R<PHE>A<CG> central_sep1 0.689787
+R<GLN>A<N> R<PHE>A<CG> central_sep2 2.25988
+R<GLN>A<N> R<PHE>A<CG> sep1 -0.695108
+R<GLN>A<N> R<PHE>A<CG> sep2 0.538156
+R<GLN>A<N> R<PHE>A<CZ> central_sep1 2.83629
+R<GLN>A<N> R<PHE>A<CZ> central_sep2 0.56596
+R<GLN>A<N> R<PHE>A<CZ> sep1 2.92543
+R<GLN>A<N> R<PHE>A<CZ> sep2 0.318591
+R<GLN>A<N> R<PHE>A<N> central_sep1 1.44644
+R<GLN>A<N> R<PHE>A<N> central_sep2 2.61928
+R<GLN>A<N> R<PHE>A<N> sep1 -2.26058
+R<GLN>A<N> R<PHE>A<N> sep2 1.82485
+R<GLN>A<N> R<PHE>A<O> central_sep1 -1.7622
+R<GLN>A<N> R<PHE>A<O> central_sep2 -0.712996
+R<GLN>A<N> R<PHE>A<O> sep1 0.133636
+R<GLN>A<N> R<PHE>A<O> sep2 1.00025
+R<GLN>A<N> R<PRO>A<C> central_sep1 -0.840113
+R<GLN>A<N> R<PRO>A<C> central_sep2 2.60005
+R<GLN>A<N> R<PRO>A<C> sep1 -1.56561
+R<GLN>A<N> R<PRO>A<C> sep2 1.52717
+R<GLN>A<N> R<PRO>A<CA> central_sep1 2.72176
+R<GLN>A<N> R<PRO>A<CA> central_sep2 2.09264
+R<GLN>A<N> R<PRO>A<CA> sep1 -2.19878
+R<GLN>A<N> R<PRO>A<CA> sep2 1.38452
+R<GLN>A<N> R<PRO>A<CB> central_sep1 1.24551
+R<GLN>A<N> R<PRO>A<CB> central_sep2 1.14061
+R<GLN>A<N> R<PRO>A<CB> sep1 -1.24659
+R<GLN>A<N> R<PRO>A<CB> sep2 0.868636
+R<GLN>A<N> R<PRO>A<CD> central_sep1 0.187443
+R<GLN>A<N> R<PRO>A<CD> central_sep2 1.78292
+R<GLN>A<N> R<PRO>A<CD> sep1 -0.0710386
+R<GLN>A<N> R<PRO>A<CD> sep2 1.24843
+R<GLN>A<N> R<PRO>A<CG> central_sep1 1.95868
+R<GLN>A<N> R<PRO>A<CG> central_sep2 1.17833
+R<GLN>A<N> R<PRO>A<CG> sep1 0.265517
+R<GLN>A<N> R<PRO>A<CG> sep2 0.67675
+R<GLN>A<N> R<PRO>A<N> central_sep1 2.16861
+R<GLN>A<N> R<PRO>A<N> central_sep2 3.72358
+R<GLN>A<N> R<PRO>A<N> sep1 -2.88948
+R<GLN>A<N> R<PRO>A<N> sep2 1.62022
+R<GLN>A<N> R<PRO>A<O> central_sep1 -1.63322
+R<GLN>A<N> R<PRO>A<O> central_sep2 0.0100453
+R<GLN>A<N> R<PRO>A<O> sep1 -0.0819191
+R<GLN>A<N> R<PRO>A<O> sep2 1.0893
+R<GLN>A<N> R<SER>A<C> central_sep1 -0.825985
+R<GLN>A<N> R<SER>A<C> central_sep2 2.24269
+R<GLN>A<N> R<SER>A<C> sep1 -1.74256
+R<GLN>A<N> R<SER>A<C> sep2 1.75876
+R<GLN>A<N> R<SER>A<CA> central_sep1 3.29457
+R<GLN>A<N> R<SER>A<CA> central_sep2 1.68039
+R<GLN>A<N> R<SER>A<CA> sep1 -1.98285
+R<GLN>A<N> R<SER>A<CA> sep2 1.18607
+R<GLN>A<N> R<SER>A<CB> central_sep1 0.893471
+R<GLN>A<N> R<SER>A<CB> central_sep2 1.37264
+R<GLN>A<N> R<SER>A<CB> sep1 -0.793885
+R<GLN>A<N> R<SER>A<CB> sep2 0.811673
+R<GLN>A<N> R<SER>A<N> central_sep1 1.3026
+R<GLN>A<N> R<SER>A<N> central_sep2 2.24946
+R<GLN>A<N> R<SER>A<N> sep1 -2.22187
+R<GLN>A<N> R<SER>A<N> sep2 1.61417
+R<GLN>A<N> R<SER>A<O> central_sep1 -1.85531
+R<GLN>A<N> R<SER>A<O> central_sep2 -0.537047
+R<GLN>A<N> R<SER>A<O> sep1 0.126704
+R<GLN>A<N> R<SER>A<O> sep2 1.04868
+R<GLN>A<N> R<SER>A<OG> central_sep1 -1.16338
+R<GLN>A<N> R<SER>A<OG> central_sep2 0.418205
+R<GLN>A<N> R<SER>A<OG> sep1 -0.254655
+R<GLN>A<N> R<SER>A<OG> sep2 0.712155
+R<GLN>A<N> R<THR>A<C> central_sep1 -0.67876
+R<GLN>A<N> R<THR>A<C> central_sep2 2.62498
+R<GLN>A<N> R<THR>A<C> sep1 -1.81005
+R<GLN>A<N> R<THR>A<C> sep2 1.87413
+R<GLN>A<N> R<THR>A<CA> central_sep1 3.6161
+R<GLN>A<N> R<THR>A<CA> central_sep2 1.64819
+R<GLN>A<N> R<THR>A<CA> sep1 -1.98779
+R<GLN>A<N> R<THR>A<CA> sep2 1.2625
+R<GLN>A<N> R<THR>A<CB> central_sep1 0.0348997
+R<GLN>A<N> R<THR>A<CB> central_sep2 1.31932
+R<GLN>A<N> R<THR>A<CB> sep1 -1.49643
+R<GLN>A<N> R<THR>A<CB> sep2 0.728963
+R<GLN>A<N> R<THR>A<CG2> central_sep1 0.8799
+R<GLN>A<N> R<THR>A<CG2> central_sep2 0.920712
+R<GLN>A<N> R<THR>A<CG2> sep1 0.442059
+R<GLN>A<N> R<THR>A<CG2> sep2 0.825477
+R<GLN>A<N> R<THR>A<N> central_sep1 1.11112
+R<GLN>A<N> R<THR>A<N> central_sep2 2.21969
+R<GLN>A<N> R<THR>A<N> sep1 -2.27029
+R<GLN>A<N> R<THR>A<N> sep2 1.5462
+R<GLN>A<N> R<THR>A<O> central_sep1 -1.86945
+R<GLN>A<N> R<THR>A<O> central_sep2 -0.975884
+R<GLN>A<N> R<THR>A<O> sep1 0.0762972
+R<GLN>A<N> R<THR>A<O> sep2 1.03153
+R<GLN>A<N> R<THR>A<OG1> central_sep1 -1.14749
+R<GLN>A<N> R<THR>A<OG1> central_sep2 0.54456
+R<GLN>A<N> R<THR>A<OG1> sep1 -0.0692444
+R<GLN>A<N> R<THR>A<OG1> sep2 0.788302
+R<GLN>A<N> R<TRP>A<C> central_sep1 -0.769509
+R<GLN>A<N> R<TRP>A<C> central_sep2 3.71573
+R<GLN>A<N> R<TRP>A<C> sep1 -1.98628
+R<GLN>A<N> R<TRP>A<C> sep2 1.7855
+R<GLN>A<N> R<TRP>A<CA> central_sep1 3.16731
+R<GLN>A<N> R<TRP>A<CA> central_sep2 1.80225
+R<GLN>A<N> R<TRP>A<CA> sep1 -2.36668
+R<GLN>A<N> R<TRP>A<CA> sep2 0.970782
+R<GLN>A<N> R<TRP>A<CB> central_sep1 1.40713
+R<GLN>A<N> R<TRP>A<CB> central_sep2 0.992253
+R<GLN>A<N> R<TRP>A<CB> sep1 -1.25911
+R<GLN>A<N> R<TRP>A<CB> sep2 0.771595
+R<GLN>A<N> R<TRP>A<CD1> central_sep1 -0.118723
+R<GLN>A<N> R<TRP>A<CD1> central_sep2 0.683015
+R<GLN>A<N> R<TRP>A<CD1> sep1 -0.0225455
+R<GLN>A<N> R<TRP>A<CD1> sep2 0.168461
+R<GLN>A<N> R<TRP>A<CD2> central_sep1 -0.905305
+R<GLN>A<N> R<TRP>A<CD2> central_sep2 0.901123
+R<GLN>A<N> R<TRP>A<CD2> sep1 -0.0867769
+R<GLN>A<N> R<TRP>A<CD2> sep2 0.68157
+R<GLN>A<N> R<TRP>A<CE2> central_sep1 1.9306
+R<GLN>A<N> R<TRP>A<CE2> central_sep2 0.987487
+R<GLN>A<N> R<TRP>A<CE2> sep1 1.42393
+R<GLN>A<N> R<TRP>A<CE2> sep2 0.0668251
+R<GLN>A<N> R<TRP>A<CE3> central_sep1 -0.36304
+R<GLN>A<N> R<TRP>A<CE3> central_sep2 0.166913
+R<GLN>A<N> R<TRP>A<CE3> sep1 0.63101
+R<GLN>A<N> R<TRP>A<CE3> sep2 0.246098
+R<GLN>A<N> R<TRP>A<CG> central_sep1 -0.710566
+R<GLN>A<N> R<TRP>A<CG> central_sep2 0.94176
+R<GLN>A<N> R<TRP>A<CG> sep1 -1.18455
+R<GLN>A<N> R<TRP>A<CG> sep2 -0.0568428
+R<GLN>A<N> R<TRP>A<CH2> central_sep1 2.4381
+R<GLN>A<N> R<TRP>A<CH2> central_sep2 0.303715
+R<GLN>A<N> R<TRP>A<CH2> sep1 3.12888
+R<GLN>A<N> R<TRP>A<CH2> sep2 -0.103067
+R<GLN>A<N> R<TRP>A<CZ2> central_sep1 2.91244
+R<GLN>A<N> R<TRP>A<CZ2> central_sep2 0.454984
+R<GLN>A<N> R<TRP>A<CZ2> sep1 3.05033
+R<GLN>A<N> R<TRP>A<CZ2> sep2 0.187051
+R<GLN>A<N> R<TRP>A<CZ3> central_sep1 0.840772
+R<GLN>A<N> R<TRP>A<CZ3> central_sep2 -0.188527
+R<GLN>A<N> R<TRP>A<CZ3> sep1 1.83001
+R<GLN>A<N> R<TRP>A<CZ3> sep2 -0.35605
+R<GLN>A<N> R<TRP>A<N> central_sep1 1.78731
+R<GLN>A<N> R<TRP>A<N> central_sep2 3.3293
+R<GLN>A<N> R<TRP>A<N> sep1 -2.4287
+R<GLN>A<N> R<TRP>A<N> sep2 1.88892
+R<GLN>A<N> R<TRP>A<NE1> central_sep1 1.86423
+R<GLN>A<N> R<TRP>A<NE1> central_sep2 0.736235
+R<GLN>A<N> R<TRP>A<NE1> sep1 2.27613
+R<GLN>A<N> R<TRP>A<NE1> sep2 0.245553
+R<GLN>A<N> R<TRP>A<O> central_sep1 -1.99105
+R<GLN>A<N> R<TRP>A<O> central_sep2 -0.769064
+R<GLN>A<N> R<TRP>A<O> sep1 0.000463175
+R<GLN>A<N> R<TRP>A<O> sep2 0.998908
+R<GLN>A<N> R<TYR>A<C> central_sep1 -0.713622
+R<GLN>A<N> R<TYR>A<C> central_sep2 3.35797
+R<GLN>A<N> R<TYR>A<C> sep1 -1.91226
+R<GLN>A<N> R<TYR>A<C> sep2 1.68101
+R<GLN>A<N> R<TYR>A<CA> central_sep1 2.7285
+R<GLN>A<N> R<TYR>A<CA> central_sep2 1.75878
+R<GLN>A<N> R<TYR>A<CA> sep1 -2.26417
+R<GLN>A<N> R<TYR>A<CA> sep2 0.997076
+R<GLN>A<N> R<TYR>A<CB> central_sep1 1.4217
+R<GLN>A<N> R<TYR>A<CB> central_sep2 0.974283
+R<GLN>A<N> R<TYR>A<CB> sep1 -1.20317
+R<GLN>A<N> R<TYR>A<CB> sep2 0.702164
+R<GLN>A<N> R<TYR>A<CD1> central_sep1 0.193661
+R<GLN>A<N> R<TYR>A<CD1> central_sep2 0.724338
+R<GLN>A<N> R<TYR>A<CD1> sep1 -0.0399187
+R<GLN>A<N> R<TYR>A<CD1> sep2 0.242751
+R<GLN>A<N> R<TYR>A<CE1> central_sep1 1.58457
+R<GLN>A<N> R<TYR>A<CE1> central_sep2 0.560654
+R<GLN>A<N> R<TYR>A<CE1> sep1 2.01795
+R<GLN>A<N> R<TYR>A<CE1> sep2 0.152196
+R<GLN>A<N> R<TYR>A<CG> central_sep1 0.417328
+R<GLN>A<N> R<TYR>A<CG> central_sep2 1.6199
+R<GLN>A<N> R<TYR>A<CG> sep1 -1.0221
+R<GLN>A<N> R<TYR>A<CG> sep2 0.57793
+R<GLN>A<N> R<TYR>A<CZ> central_sep1 2.09187
+R<GLN>A<N> R<TYR>A<CZ> central_sep2 0.816523
+R<GLN>A<N> R<TYR>A<CZ> sep1 1.88248
+R<GLN>A<N> R<TYR>A<CZ> sep2 -0.0583191
+R<GLN>A<N> R<TYR>A<N> central_sep1 1.64699
+R<GLN>A<N> R<TYR>A<N> central_sep2 2.62757
+R<GLN>A<N> R<TYR>A<N> sep1 -2.33156
+R<GLN>A<N> R<TYR>A<N> sep2 1.65592
+R<GLN>A<N> R<TYR>A<O> central_sep1 -1.88238
+R<GLN>A<N> R<TYR>A<O> central_sep2 -0.832005
+R<GLN>A<N> R<TYR>A<O> sep1 0.049873
+R<GLN>A<N> R<TYR>A<O> sep2 1.12353
+R<GLN>A<N> R<TYR>A<OH> central_sep1 1.56999
+R<GLN>A<N> R<TYR>A<OH> central_sep2 0.338204
+R<GLN>A<N> R<TYR>A<OH> sep1 2.95578
+R<GLN>A<N> R<TYR>A<OH> sep2 0.293958
+R<GLN>A<N> R<VAL>A<C> central_sep1 -0.318349
+R<GLN>A<N> R<VAL>A<C> central_sep2 3.33026
+R<GLN>A<N> R<VAL>A<C> sep1 -1.79732
+R<GLN>A<N> R<VAL>A<C> sep2 2.41807
+R<GLN>A<N> R<VAL>A<CA> central_sep1 3.05751
+R<GLN>A<N> R<VAL>A<CA> central_sep2 2.34527
+R<GLN>A<N> R<VAL>A<CA> sep1 -2.15493
+R<GLN>A<N> R<VAL>A<CA> sep2 1.61973
+R<GLN>A<N> R<VAL>A<CB> central_sep1 1.78552
+R<GLN>A<N> R<VAL>A<CB> central_sep2 0.969404
+R<GLN>A<N> R<VAL>A<CB> sep1 -1.578
+R<GLN>A<N> R<VAL>A<CB> sep2 0.865717
+R<GLN>A<N> R<VAL>A<CG1> central_sep1 0.405924
+R<GLN>A<N> R<VAL>A<CG1> central_sep2 0.835469
+R<GLN>A<N> R<VAL>A<CG1> sep1 -0.361048
+R<GLN>A<N> R<VAL>A<CG1> sep2 0.700801
+R<GLN>A<N> R<VAL>A<CG2> central_sep1 0.81791
+R<GLN>A<N> R<VAL>A<CG2> central_sep2 0.882585
+R<GLN>A<N> R<VAL>A<CG2> sep1 1.26039
+R<GLN>A<N> R<VAL>A<CG2> sep2 0.711384
+R<GLN>A<N> R<VAL>A<N> central_sep1 1.67046
+R<GLN>A<N> R<VAL>A<N> central_sep2 2.17773
+R<GLN>A<N> R<VAL>A<N> sep1 -2.08997
+R<GLN>A<N> R<VAL>A<N> sep2 1.43233
+R<GLN>A<N> R<VAL>A<O> central_sep1 -1.58573
+R<GLN>A<N> R<VAL>A<O> central_sep2 -1.06189
+R<GLN>A<N> R<VAL>A<O> sep1 0.127197
+R<GLN>A<N> R<VAL>A<O> sep2 0.987385
+R<GLN>A<N> c<solvent> . 1.47872
+R<GLN>A<NE2> R<GLN>A<NE2> central_sep1 -0.101454
+R<GLN>A<NE2> R<GLN>A<NE2> central_sep2 -0.470963
+R<GLN>A<NE2> R<GLN>A<NE2> sep1 1.09772
+R<GLN>A<NE2> R<GLN>A<NE2> sep2 -0.414044
+R<GLN>A<NE2> R<GLN>A<O> central_sep1 -0.123382
+R<GLN>A<NE2> R<GLN>A<O> central_sep2 -0.344526
+R<GLN>A<NE2> R<GLN>A<O> sep1 1.15468
+R<GLN>A<NE2> R<GLN>A<O> sep2 0.689995
+R<GLN>A<NE2> R<GLN>A<OE1> central_sep1 -0.45851
+R<GLN>A<NE2> R<GLN>A<OE1> central_sep2 -1.0498
+R<GLN>A<NE2> R<GLN>A<OE1> sep1 1.16613
+R<GLN>A<NE2> R<GLN>A<OE1> sep2 -0.254061
+R<GLN>A<NE2> R<GLU>A<C> central_sep1 1.06704
+R<GLN>A<NE2> R<GLU>A<C> central_sep2 1.57429
+R<GLN>A<NE2> R<GLU>A<C> sep1 0.754607
+R<GLN>A<NE2> R<GLU>A<C> sep2 0.521429
+R<GLN>A<NE2> R<GLU>A<CA> central_sep1 0.218114
+R<GLN>A<NE2> R<GLU>A<CA> central_sep2 0.648987
+R<GLN>A<NE2> R<GLU>A<CA> sep1 1.51907
+R<GLN>A<NE2> R<GLU>A<CA> sep2 0.545488
+R<GLN>A<NE2> R<GLU>A<CB> central_sep1 -0.238744
+R<GLN>A<NE2> R<GLU>A<CB> central_sep2 0.0222176
+R<GLN>A<NE2> R<GLU>A<CB> sep1 1.26263
+R<GLN>A<NE2> R<GLU>A<CB> sep2 0.335444
+R<GLN>A<NE2> R<GLU>A<CD> central_sep1 0.525428
+R<GLN>A<NE2> R<GLU>A<CD> central_sep2 0.302202
+R<GLN>A<NE2> R<GLU>A<CD> sep1 0.286499
+R<GLN>A<NE2> R<GLU>A<CD> sep2 -0.994908
+R<GLN>A<NE2> R<GLU>A<CG> central_sep1 -0.577631
+R<GLN>A<NE2> R<GLU>A<CG> central_sep2 0.0850965
+R<GLN>A<NE2> R<GLU>A<CG> sep1 1.05516
+R<GLN>A<NE2> R<GLU>A<CG> sep2 0.155304
+R<GLN>A<NE2> R<GLU>A<N> central_sep1 1.52025
+R<GLN>A<NE2> R<GLU>A<N> central_sep2 1.23746
+R<GLN>A<NE2> R<GLU>A<N> sep1 2.01255
+R<GLN>A<NE2> R<GLU>A<N> sep2 0.897462
+R<GLN>A<NE2> R<GLU>A<O> central_sep1 0.0107115
+R<GLN>A<NE2> R<GLU>A<O> central_sep2 -0.0481816
+R<GLN>A<NE2> R<GLU>A<O> sep1 1.27097
+R<GLN>A<NE2> R<GLU>A<O> sep2 1.01718
+R<GLN>A<NE2> R<GLU>A<OE1> central_sep1 -0.461629
+R<GLN>A<NE2> R<GLU>A<OE1> central_sep2 -0.388196
+R<GLN>A<NE2> R<GLU>A<OE1> sep1 1.33171
+R<GLN>A<NE2> R<GLU>A<OE1> sep2 0.147002
+R<GLN>A<NE2> R<GLY>A<C> central_sep1 0.494502
+R<GLN>A<NE2> R<GLY>A<C> central_sep2 0.475428
+R<GLN>A<NE2> R<GLY>A<C> sep1 0.633189
+R<GLN>A<NE2> R<GLY>A<C> sep2 -0.336913
+R<GLN>A<NE2> R<GLY>A<CA> central_sep1 0.804216
+R<GLN>A<NE2> R<GLY>A<CA> central_sep2 -0.164164
+R<GLN>A<NE2> R<GLY>A<CA> sep1 1.48174
+R<GLN>A<NE2> R<GLY>A<CA> sep2 0.0863539
+R<GLN>A<NE2> R<GLY>A<N> central_sep1 1.31373
+R<GLN>A<NE2> R<GLY>A<N> central_sep2 0.675393
+R<GLN>A<NE2> R<GLY>A<N> sep1 1.8313
+R<GLN>A<NE2> R<GLY>A<N> sep2 0.208863
+R<GLN>A<NE2> R<GLY>A<O> central_sep1 -0.143105
+R<GLN>A<NE2> R<GLY>A<O> central_sep2 -0.452907
+R<GLN>A<NE2> R<GLY>A<O> sep1 1.22372
+R<GLN>A<NE2> R<GLY>A<O> sep2 0.368758
+R<GLN>A<NE2> R<HIS>A<C> central_sep1 1.15709
+R<GLN>A<NE2> R<HIS>A<C> central_sep2 1.21614
+R<GLN>A<NE2> R<HIS>A<C> sep1 1.12526
+R<GLN>A<NE2> R<HIS>A<C> sep2 -0.0303036
+R<GLN>A<NE2> R<HIS>A<CA> central_sep1 0.707932
+R<GLN>A<NE2> R<HIS>A<CA> central_sep2 0.469543
+R<GLN>A<NE2> R<HIS>A<CA> sep1 1.68117
+R<GLN>A<NE2> R<HIS>A<CA> sep2 0.35328
+R<GLN>A<NE2> R<HIS>A<CB> central_sep1 0.224826
+R<GLN>A<NE2> R<HIS>A<CB> central_sep2 -0.139452
+R<GLN>A<NE2> R<HIS>A<CB> sep1 1.74959
+R<GLN>A<NE2> R<HIS>A<CB> sep2 -0.000881603
+R<GLN>A<NE2> R<HIS>A<CD2> central_sep1 0.00654804
+R<GLN>A<NE2> R<HIS>A<CD2> central_sep2 -0.137618
+R<GLN>A<NE2> R<HIS>A<CD2> sep1 1.40052
+R<GLN>A<NE2> R<HIS>A<CD2> sep2 -0.219534
+R<GLN>A<NE2> R<HIS>A<CE1> central_sep1 0.0735763
+R<GLN>A<NE2> R<HIS>A<CE1> central_sep2 -0.313468
+R<GLN>A<NE2> R<HIS>A<CE1> sep1 0.975108
+R<GLN>A<NE2> R<HIS>A<CE1> sep2 -0.435344
+R<GLN>A<NE2> R<HIS>A<CG> central_sep1 1.38247
+R<GLN>A<NE2> R<HIS>A<CG> central_sep2 -0.0206194
+R<GLN>A<NE2> R<HIS>A<CG> sep1 0.919099
+R<GLN>A<NE2> R<HIS>A<CG> sep2 -0.769252
+R<GLN>A<NE2> R<HIS>A<N> central_sep1 1.56904
+R<GLN>A<NE2> R<HIS>A<N> central_sep2 0.991932
+R<GLN>A<NE2> R<HIS>A<N> sep1 2.27332
+R<GLN>A<NE2> R<HIS>A<N> sep2 0.655021
+R<GLN>A<NE2> R<HIS>A<ND1> central_sep1 0.404207
+R<GLN>A<NE2> R<HIS>A<ND1> central_sep2 -0.164607
+R<GLN>A<NE2> R<HIS>A<ND1> sep1 1.22674
+R<GLN>A<NE2> R<HIS>A<ND1> sep2 -0.574837
+R<GLN>A<NE2> R<HIS>A<NE2> central_sep1 0.0551525
+R<GLN>A<NE2> R<HIS>A<NE2> central_sep2 -0.239955
+R<GLN>A<NE2> R<HIS>A<NE2> sep1 0.819884
+R<GLN>A<NE2> R<HIS>A<NE2> sep2 -0.674643
+R<GLN>A<NE2> R<HIS>A<O> central_sep1 0.00310488
+R<GLN>A<NE2> R<HIS>A<O> central_sep2 -0.421118
+R<GLN>A<NE2> R<HIS>A<O> sep1 1.56188
+R<GLN>A<NE2> R<HIS>A<O> sep2 0.775093
+R<GLN>A<NE2> R<ILE>A<C> central_sep1 1.64767
+R<GLN>A<NE2> R<ILE>A<C> central_sep2 1.77485
+R<GLN>A<NE2> R<ILE>A<C> sep1 1.79181
+R<GLN>A<NE2> R<ILE>A<C> sep2 0.488998
+R<GLN>A<NE2> R<ILE>A<CA> central_sep1 0.832678
+R<GLN>A<NE2> R<ILE>A<CA> central_sep2 0.869594
+R<GLN>A<NE2> R<ILE>A<CA> sep1 2.11793
+R<GLN>A<NE2> R<ILE>A<CA> sep2 0.571576
+R<GLN>A<NE2> R<ILE>A<CB> central_sep1 0.317553
+R<GLN>A<NE2> R<ILE>A<CB> central_sep2 0.165584
+R<GLN>A<NE2> R<ILE>A<CB> sep1 1.80848
+R<GLN>A<NE2> R<ILE>A<CB> sep2 -0.0624678
+R<GLN>A<NE2> R<ILE>A<CD1> central_sep1 0.497079
+R<GLN>A<NE2> R<ILE>A<CD1> central_sep2 -0.151559
+R<GLN>A<NE2> R<ILE>A<CD1> sep1 2.09185
+R<GLN>A<NE2> R<ILE>A<CD1> sep2 0.150526
+R<GLN>A<NE2> R<ILE>A<CG1> central_sep1 0.68745
+R<GLN>A<NE2> R<ILE>A<CG1> central_sep2 0.106752
+R<GLN>A<NE2> R<ILE>A<CG1> sep1 1.93865
+R<GLN>A<NE2> R<ILE>A<CG1> sep2 -0.0234088
+R<GLN>A<NE2> R<ILE>A<CG2> central_sep1 -0.0442045
+R<GLN>A<NE2> R<ILE>A<CG2> central_sep2 -0.167305
+R<GLN>A<NE2> R<ILE>A<CG2> sep1 1.64397
+R<GLN>A<NE2> R<ILE>A<CG2> sep2 0.305228
+R<GLN>A<NE2> R<ILE>A<N> central_sep1 1.99651
+R<GLN>A<NE2> R<ILE>A<N> central_sep2 1.04446
+R<GLN>A<NE2> R<ILE>A<N> sep1 2.4607
+R<GLN>A<NE2> R<ILE>A<N> sep2 0.799913
+R<GLN>A<NE2> R<ILE>A<O> central_sep1 0.393657
+R<GLN>A<NE2> R<ILE>A<O> central_sep2 -0.256257
+R<GLN>A<NE2> R<ILE>A<O> sep1 1.97359
+R<GLN>A<NE2> R<ILE>A<O> sep2 0.884144
+R<GLN>A<NE2> R<LEU>A<C> central_sep1 1.41923
+R<GLN>A<NE2> R<LEU>A<C> central_sep2 1.25481
+R<GLN>A<NE2> R<LEU>A<C> sep1 1.24858
+R<GLN>A<NE2> R<LEU>A<C> sep2 0.0989253
+R<GLN>A<NE2> R<LEU>A<CA> central_sep1 0.538694
+R<GLN>A<NE2> R<LEU>A<CA> central_sep2 0.640761
+R<GLN>A<NE2> R<LEU>A<CA> sep1 2.03435
+R<GLN>A<NE2> R<LEU>A<CA> sep2 0.548623
+R<GLN>A<NE2> R<LEU>A<CB> central_sep1 0.152815
+R<GLN>A<NE2> R<LEU>A<CB> central_sep2 -0.0239511
+R<GLN>A<NE2> R<LEU>A<CB> sep1 1.82212
+R<GLN>A<NE2> R<LEU>A<CB> sep2 0.121481
+R<GLN>A<NE2> R<LEU>A<CD1> central_sep1 0.259796
+R<GLN>A<NE2> R<LEU>A<CD1> central_sep2 -0.0970727
+R<GLN>A<NE2> R<LEU>A<CD1> sep1 1.76149
+R<GLN>A<NE2> R<LEU>A<CD1> sep2 0.151124
+R<GLN>A<NE2> R<LEU>A<CD2> central_sep1 0.0921638
+R<GLN>A<NE2> R<LEU>A<CD2> central_sep2 -0.240698
+R<GLN>A<NE2> R<LEU>A<CD2> sep1 1.27516
+R<GLN>A<NE2> R<LEU>A<CD2> sep2 0.0424116
+R<GLN>A<NE2> R<LEU>A<CG> central_sep1 0.283729
+R<GLN>A<NE2> R<LEU>A<CG> central_sep2 0.3927
+R<GLN>A<NE2> R<LEU>A<CG> sep1 1.41845
+R<GLN>A<NE2> R<LEU>A<CG> sep2 -0.133298
+R<GLN>A<NE2> R<LEU>A<N> central_sep1 1.68765
+R<GLN>A<NE2> R<LEU>A<N> central_sep2 0.984958
+R<GLN>A<NE2> R<LEU>A<N> sep1 2.21859
+R<GLN>A<NE2> R<LEU>A<N> sep2 0.841245
+R<GLN>A<NE2> R<LEU>A<O> central_sep1 0.0953055
+R<GLN>A<NE2> R<LEU>A<O> central_sep2 -0.379979
+R<GLN>A<NE2> R<LEU>A<O> sep1 1.59885
+R<GLN>A<NE2> R<LEU>A<O> sep2 0.76982
+R<GLN>A<NE2> R<LYS>A<C> central_sep1 1.06705
+R<GLN>A<NE2> R<LYS>A<C> central_sep2 1.42363
+R<GLN>A<NE2> R<LYS>A<C> sep1 1.0495
+R<GLN>A<NE2> R<LYS>A<C> sep2 0.283405
+R<GLN>A<NE2> R<LYS>A<CA> central_sep1 0.433248
+R<GLN>A<NE2> R<LYS>A<CA> central_sep2 0.584926
+R<GLN>A<NE2> R<LYS>A<CA> sep1 1.58122
+R<GLN>A<NE2> R<LYS>A<CA> sep2 0.421495
+R<GLN>A<NE2> R<LYS>A<CB> central_sep1 -0.116097
+R<GLN>A<NE2> R<LYS>A<CB> central_sep2 0.19771
+R<GLN>A<NE2> R<LYS>A<CB> sep1 1.31626
+R<GLN>A<NE2> R<LYS>A<CB> sep2 0.292445
+R<GLN>A<NE2> R<LYS>A<CD> central_sep1 -0.192187
+R<GLN>A<NE2> R<LYS>A<CD> central_sep2 -0.0166296
+R<GLN>A<NE2> R<LYS>A<CD> sep1 1.08094
+R<GLN>A<NE2> R<LYS>A<CD> sep2 -0.0354385
+R<GLN>A<NE2> R<LYS>A<CE> central_sep1 -0.160856
+R<GLN>A<NE2> R<LYS>A<CE> central_sep2 0.0425624
+R<GLN>A<NE2> R<LYS>A<CE> sep1 1.23683
+R<GLN>A<NE2> R<LYS>A<CE> sep2 -0.103288
+R<GLN>A<NE2> R<LYS>A<CG> central_sep1 0.00188011
+R<GLN>A<NE2> R<LYS>A<CG> central_sep2 0.256059
+R<GLN>A<NE2> R<LYS>A<CG> sep1 1.21382
+R<GLN>A<NE2> R<LYS>A<CG> sep2 0.183113
+R<GLN>A<NE2> R<LYS>A<N> central_sep1 1.64331
+R<GLN>A<NE2> R<LYS>A<N> central_sep2 1.17333
+R<GLN>A<NE2> R<LYS>A<N> sep1 2.05269
+R<GLN>A<NE2> R<LYS>A<N> sep2 0.937142
+R<GLN>A<NE2> R<LYS>A<NZ> central_sep1 0.535906
+R<GLN>A<NE2> R<LYS>A<NZ> central_sep2 0.185978
+R<GLN>A<NE2> R<LYS>A<NZ> sep1 1.25383
+R<GLN>A<NE2> R<LYS>A<NZ> sep2 -0.146301
+R<GLN>A<NE2> R<LYS>A<O> central_sep1 0.121526
+R<GLN>A<NE2> R<LYS>A<O> central_sep2 -0.166978
+R<GLN>A<NE2> R<LYS>A<O> sep1 1.32565
+R<GLN>A<NE2> R<LYS>A<O> sep2 0.89693
+R<GLN>A<NE2> R<MET>A<C> central_sep1 1.40287
+R<GLN>A<NE2> R<MET>A<C> central_sep2 1.14456
+R<GLN>A<NE2> R<MET>A<C> sep1 1.21588
+R<GLN>A<NE2> R<MET>A<C> sep2 0.120065
+R<GLN>A<NE2> R<MET>A<CA> central_sep1 0.595924
+R<GLN>A<NE2> R<MET>A<CA> central_sep2 0.521081
+R<GLN>A<NE2> R<MET>A<CA> sep1 1.72884
+R<GLN>A<NE2> R<MET>A<CA> sep2 0.30215
+R<GLN>A<NE2> R<MET>A<CB> central_sep1 0.118158
+R<GLN>A<NE2> R<MET>A<CB> central_sep2 -0.134043
+R<GLN>A<NE2> R<MET>A<CB> sep1 1.86924
+R<GLN>A<NE2> R<MET>A<CB> sep2 0.0744087
+R<GLN>A<NE2> R<MET>A<CE> central_sep1 0.302505
+R<GLN>A<NE2> R<MET>A<CE> central_sep2 -0.421409
+R<GLN>A<NE2> R<MET>A<CE> sep1 1.80982
+R<GLN>A<NE2> R<MET>A<CE> sep2 -0.119479
+R<GLN>A<NE2> R<MET>A<CG> central_sep1 0.236928
+R<GLN>A<NE2> R<MET>A<CG> central_sep2 -0.110993
+R<GLN>A<NE2> R<MET>A<CG> sep1 1.55101
+R<GLN>A<NE2> R<MET>A<CG> sep2 -0.158508
+R<GLN>A<NE2> R<MET>A<N> central_sep1 1.80701
+R<GLN>A<NE2> R<MET>A<N> central_sep2 0.822055
+R<GLN>A<NE2> R<MET>A<N> sep1 2.29464
+R<GLN>A<NE2> R<MET>A<N> sep2 0.636019
+R<GLN>A<NE2> R<MET>A<O> central_sep1 0.133325
+R<GLN>A<NE2> R<MET>A<O> central_sep2 -0.387753
+R<GLN>A<NE2> R<MET>A<O> sep1 1.66556
+R<GLN>A<NE2> R<MET>A<O> sep2 0.860072
+R<GLN>A<NE2> R<MET>A<SD> central_sep1 0.298114
+R<GLN>A<NE2> R<MET>A<SD> central_sep2 -0.372177
+R<GLN>A<NE2> R<MET>A<SD> sep1 1.78156
+R<GLN>A<NE2> R<MET>A<SD> sep2 -0.0235418
+R<GLN>A<NE2> R<PHE>A<C> central_sep1 1.24515
+R<GLN>A<NE2> R<PHE>A<C> central_sep2 1.1237
+R<GLN>A<NE2> R<PHE>A<C> sep1 1.33707
+R<GLN>A<NE2> R<PHE>A<C> sep2 -0.0329944
+R<GLN>A<NE2> R<PHE>A<CA> central_sep1 0.584685
+R<GLN>A<NE2> R<PHE>A<CA> central_sep2 0.439603
+R<GLN>A<NE2> R<PHE>A<CA> sep1 1.7872
+R<GLN>A<NE2> R<PHE>A<CA> sep2 0.350702
+R<GLN>A<NE2> R<PHE>A<CB> central_sep1 0.589545
+R<GLN>A<NE2> R<PHE>A<CB> central_sep2 -0.30204
+R<GLN>A<NE2> R<PHE>A<CB> sep1 2.1851
+R<GLN>A<NE2> R<PHE>A<CB> sep2 -0.0149599
+R<GLN>A<NE2> R<PHE>A<CD1> central_sep1 0.30531
+R<GLN>A<NE2> R<PHE>A<CD1> central_sep2 -0.0846157
+R<GLN>A<NE2> R<PHE>A<CD1> sep1 1.67229
+R<GLN>A<NE2> R<PHE>A<CD1> sep2 -0.23073
+R<GLN>A<NE2> R<PHE>A<CE1> central_sep1 0.354916
+R<GLN>A<NE2> R<PHE>A<CE1> central_sep2 -0.216485
+R<GLN>A<NE2> R<PHE>A<CE1> sep1 1.10924
+R<GLN>A<NE2> R<PHE>A<CE1> sep2 -0.379332
+R<GLN>A<NE2> R<PHE>A<CG> central_sep1 2.35354
+R<GLN>A<NE2> R<PHE>A<CG> central_sep2 0.359663
+R<GLN>A<NE2> R<PHE>A<CG> sep1 1.44935
+R<GLN>A<NE2> R<PHE>A<CG> sep2 -0.912261
+R<GLN>A<NE2> R<PHE>A<CZ> central_sep1 0.251774
+R<GLN>A<NE2> R<PHE>A<CZ> central_sep2 -0.277569
+R<GLN>A<NE2> R<PHE>A<CZ> sep1 1.03457
+R<GLN>A<NE2> R<PHE>A<CZ> sep2 -0.408933
+R<GLN>A<NE2> R<PHE>A<N> central_sep1 1.73448
+R<GLN>A<NE2> R<PHE>A<N> central_sep2 0.969862
+R<GLN>A<NE2> R<PHE>A<N> sep1 2.30138
+R<GLN>A<NE2> R<PHE>A<N> sep2 0.794428
+R<GLN>A<NE2> R<PHE>A<O> central_sep1 0.128163
+R<GLN>A<NE2> R<PHE>A<O> central_sep2 -0.469464
+R<GLN>A<NE2> R<PHE>A<O> sep1 1.63066
+R<GLN>A<NE2> R<PHE>A<O> sep2 0.689072
+R<GLN>A<NE2> R<PRO>A<C> central_sep1 0.862544
+R<GLN>A<NE2> R<PRO>A<C> central_sep2 1.13914
+R<GLN>A<NE2> R<PRO>A<C> sep1 1.1081
+R<GLN>A<NE2> R<PRO>A<C> sep2 0.0614847
+R<GLN>A<NE2> R<PRO>A<CA> central_sep1 0.41883
+R<GLN>A<NE2> R<PRO>A<CA> central_sep2 0.171583
+R<GLN>A<NE2> R<PRO>A<CA> sep1 1.66352
+R<GLN>A<NE2> R<PRO>A<CA> sep2 0.122386
+R<GLN>A<NE2> R<PRO>A<CB> central_sep1 0.0570356
+R<GLN>A<NE2> R<PRO>A<CB> central_sep2 -0.333659
+R<GLN>A<NE2> R<PRO>A<CB> sep1 1.28965
+R<GLN>A<NE2> R<PRO>A<CB> sep2 -0.264289
+R<GLN>A<NE2> R<PRO>A<CD> central_sep1 0.249086
+R<GLN>A<NE2> R<PRO>A<CD> central_sep2 0.0265644
+R<GLN>A<NE2> R<PRO>A<CD> sep1 1.54155
+R<GLN>A<NE2> R<PRO>A<CD> sep2 0.0767248
+R<GLN>A<NE2> R<PRO>A<CG> central_sep1 0.439472
+R<GLN>A<NE2> R<PRO>A<CG> central_sep2 -0.370963
+R<GLN>A<NE2> R<PRO>A<CG> sep1 1.22893
+R<GLN>A<NE2> R<PRO>A<CG> sep2 -0.411227
+R<GLN>A<NE2> R<PRO>A<N> central_sep1 0.981421
+R<GLN>A<NE2> R<PRO>A<N> central_sep2 0.887768
+R<GLN>A<NE2> R<PRO>A<N> sep1 1.05512
+R<GLN>A<NE2> R<PRO>A<N> sep2 -0.207228
+R<GLN>A<NE2> R<PRO>A<O> central_sep1 -0.240665
+R<GLN>A<NE2> R<PRO>A<O> central_sep2 -0.476362
+R<GLN>A<NE2> R<PRO>A<O> sep1 1.11654
+R<GLN>A<NE2> R<PRO>A<O> sep2 0.521742
+R<GLN>A<NE2> R<SER>A<C> central_sep1 0.522123
+R<GLN>A<NE2> R<SER>A<C> central_sep2 0.852177
+R<GLN>A<NE2> R<SER>A<C> sep1 0.802463
+R<GLN>A<NE2> R<SER>A<C> sep2 0.0160412
+R<GLN>A<NE2> R<SER>A<CA> central_sep1 0.646427
+R<GLN>A<NE2> R<SER>A<CA> central_sep2 0.263996
+R<GLN>A<NE2> R<SER>A<CA> sep1 1.60819
+R<GLN>A<NE2> R<SER>A<CA> sep2 0.0273733
+R<GLN>A<NE2> R<SER>A<CB> central_sep1 0.212356
+R<GLN>A<NE2> R<SER>A<CB> central_sep2 -0.210979
+R<GLN>A<NE2> R<SER>A<CB> sep1 1.25577
+R<GLN>A<NE2> R<SER>A<CB> sep2 -0.304215
+R<GLN>A<NE2> R<SER>A<N> central_sep1 0.969494
+R<GLN>A<NE2> R<SER>A<N> central_sep2 0.767627
+R<GLN>A<NE2> R<SER>A<N> sep1 2.09983
+R<GLN>A<NE2> R<SER>A<N> sep2 0.432215
+R<GLN>A<NE2> R<SER>A<O> central_sep1 -0.133834
+R<GLN>A<NE2> R<SER>A<O> central_sep2 -0.391056
+R<GLN>A<NE2> R<SER>A<O> sep1 1.24996
+R<GLN>A<NE2> R<SER>A<O> sep2 0.468105
+R<GLN>A<NE2> R<SER>A<OG> central_sep1 -0.358962
+R<GLN>A<NE2> R<SER>A<OG> central_sep2 -0.606088
+R<GLN>A<NE2> R<SER>A<OG> sep1 1.27384
+R<GLN>A<NE2> R<SER>A<OG> sep2 -0.0865349
+R<GLN>A<NE2> R<THR>A<C> central_sep1 0.910976
+R<GLN>A<NE2> R<THR>A<C> central_sep2 0.963136
+R<GLN>A<NE2> R<THR>A<C> sep1 1.29103
+R<GLN>A<NE2> R<THR>A<C> sep2 0.0277842
+R<GLN>A<NE2> R<THR>A<CA> central_sep1 0.657959
+R<GLN>A<NE2> R<THR>A<CA> central_sep2 0.341025
+R<GLN>A<NE2> R<THR>A<CA> sep1 1.69539
+R<GLN>A<NE2> R<THR>A<CA> sep2 0.107373
+R<GLN>A<NE2> R<THR>A<CB> central_sep1 0.396688
+R<GLN>A<NE2> R<THR>A<CB> central_sep2 -0.176495
+R<GLN>A<NE2> R<THR>A<CB> sep1 1.08942
+R<GLN>A<NE2> R<THR>A<CB> sep2 -0.609644
+R<GLN>A<NE2> R<THR>A<CG2> central_sep1 -0.0401201
+R<GLN>A<NE2> R<THR>A<CG2> central_sep2 -0.343118
+R<GLN>A<NE2> R<THR>A<CG2> sep1 1.23964
+R<GLN>A<NE2> R<THR>A<CG2> sep2 -0.14284
+R<GLN>A<NE2> R<THR>A<N> central_sep1 1.00745
+R<GLN>A<NE2> R<THR>A<N> central_sep2 0.828183
+R<GLN>A<NE2> R<THR>A<N> sep1 2.11704
+R<GLN>A<NE2> R<THR>A<N> sep2 0.694653
+R<GLN>A<NE2> R<THR>A<O> central_sep1 -0.00561326
+R<GLN>A<NE2> R<THR>A<O> central_sep2 -0.395952
+R<GLN>A<NE2> R<THR>A<O> sep1 1.44029
+R<GLN>A<NE2> R<THR>A<O> sep2 0.600222
+R<GLN>A<NE2> R<THR>A<OG1> central_sep1 -0.191489
+R<GLN>A<NE2> R<THR>A<OG1> central_sep2 -0.750855
+R<GLN>A<NE2> R<THR>A<OG1> sep1 1.31871
+R<GLN>A<NE2> R<THR>A<OG1> sep2 -0.217313
+R<GLN>A<NE2> R<TRP>A<C> central_sep1 1.06534
+R<GLN>A<NE2> R<TRP>A<C> central_sep2 1.09953
+R<GLN>A<NE2> R<TRP>A<C> sep1 1.17385
+R<GLN>A<NE2> R<TRP>A<C> sep2 0.0508654
+R<GLN>A<NE2> R<TRP>A<CA> central_sep1 0.315285
+R<GLN>A<NE2> R<TRP>A<CA> central_sep2 0.35464
+R<GLN>A<NE2> R<TRP>A<CA> sep1 1.67827
+R<GLN>A<NE2> R<TRP>A<CA> sep2 0.436163
+R<GLN>A<NE2> R<TRP>A<CB> central_sep1 0.467877
+R<GLN>A<NE2> R<TRP>A<CB> central_sep2 -0.409839
+R<GLN>A<NE2> R<TRP>A<CB> sep1 2.04838
+R<GLN>A<NE2> R<TRP>A<CB> sep2 -0.170573
+R<GLN>A<NE2> R<TRP>A<CD1> central_sep1 -0.248852
+R<GLN>A<NE2> R<TRP>A<CD1> central_sep2 -0.415378
+R<GLN>A<NE2> R<TRP>A<CD1> sep1 1.21709
+R<GLN>A<NE2> R<TRP>A<CD1> sep2 -0.506364
+R<GLN>A<NE2> R<TRP>A<CD2> central_sep1 0.619515
+R<GLN>A<NE2> R<TRP>A<CD2> central_sep2 -0.26451
+R<GLN>A<NE2> R<TRP>A<CD2> sep1 1.09032
+R<GLN>A<NE2> R<TRP>A<CD2> sep2 -0.846409
+R<GLN>A<NE2> R<TRP>A<CE2> central_sep1 -0.155779
+R<GLN>A<NE2> R<TRP>A<CE2> central_sep2 -0.335203
+R<GLN>A<NE2> R<TRP>A<CE2> sep1 0.997149
+R<GLN>A<NE2> R<TRP>A<CE2> sep2 -0.974117
+R<GLN>A<NE2> R<TRP>A<CE3> central_sep1 0.345182
+R<GLN>A<NE2> R<TRP>A<CE3> central_sep2 -0.0290791
+R<GLN>A<NE2> R<TRP>A<CE3> sep1 1.8414
+R<GLN>A<NE2> R<TRP>A<CE3> sep2 -0.212419
+R<GLN>A<NE2> R<TRP>A<CG> central_sep1 2.0615
+R<GLN>A<NE2> R<TRP>A<CG> central_sep2 -0.196825
+R<GLN>A<NE2> R<TRP>A<CG> sep1 1.11337
+R<GLN>A<NE2> R<TRP>A<CG> sep2 -1.26594
+R<GLN>A<NE2> R<TRP>A<CH2> central_sep1 0.520777
+R<GLN>A<NE2> R<TRP>A<CH2> central_sep2 -0.548383
+R<GLN>A<NE2> R<TRP>A<CH2> sep1 1.26031
+R<GLN>A<NE2> R<TRP>A<CH2> sep2 -0.81735
+R<GLN>A<NE2> R<TRP>A<CZ2> central_sep1 -0.228533
+R<GLN>A<NE2> R<TRP>A<CZ2> central_sep2 -0.757847
+R<GLN>A<NE2> R<TRP>A<CZ2> sep1 0.762577
+R<GLN>A<NE2> R<TRP>A<CZ2> sep2 -0.975452
+R<GLN>A<NE2> R<TRP>A<CZ3> central_sep1 0.434891
+R<GLN>A<NE2> R<TRP>A<CZ3> central_sep2 -0.349043
+R<GLN>A<NE2> R<TRP>A<CZ3> sep1 1.45511
+R<GLN>A<NE2> R<TRP>A<CZ3> sep2 -0.317972
+R<GLN>A<NE2> R<TRP>A<N> central_sep1 1.70544
+R<GLN>A<NE2> R<TRP>A<N> central_sep2 0.869916
+R<GLN>A<NE2> R<TRP>A<N> sep1 1.90908
+R<GLN>A<NE2> R<TRP>A<N> sep2 0.542072
+R<GLN>A<NE2> R<TRP>A<NE1> central_sep1 -0.461183
+R<GLN>A<NE2> R<TRP>A<NE1> central_sep2 -0.666122
+R<GLN>A<NE2> R<TRP>A<NE1> sep1 0.675247
+R<GLN>A<NE2> R<TRP>A<NE1> sep2 -0.851475
+R<GLN>A<NE2> R<TRP>A<O> central_sep1 -0.227113
+R<GLN>A<NE2> R<TRP>A<O> central_sep2 -0.470326
+R<GLN>A<NE2> R<TRP>A<O> sep1 1.32775
+R<GLN>A<NE2> R<TRP>A<O> sep2 0.77179
+R<GLN>A<NE2> R<TYR>A<C> central_sep1 1.04884
+R<GLN>A<NE2> R<TYR>A<C> central_sep2 1.11346
+R<GLN>A<NE2> R<TYR>A<C> sep1 1.30445
+R<GLN>A<NE2> R<TYR>A<C> sep2 -0.0393028
+R<GLN>A<NE2> R<TYR>A<CA> central_sep1 0.618909
+R<GLN>A<NE2> R<TYR>A<CA> central_sep2 0.474148
+R<GLN>A<NE2> R<TYR>A<CA> sep1 1.86937
+R<GLN>A<NE2> R<TYR>A<CA> sep2 0.477881
+R<GLN>A<NE2> R<TYR>A<CB> central_sep1 0.640812
+R<GLN>A<NE2> R<TYR>A<CB> central_sep2 -0.189588
+R<GLN>A<NE2> R<TYR>A<CB> sep1 2.13588
+R<GLN>A<NE2> R<TYR>A<CB> sep2 -0.0150126
+R<GLN>A<NE2> R<TYR>A<CD1> central_sep1 0.0984278
+R<GLN>A<NE2> R<TYR>A<CD1> central_sep2 -0.12371
+R<GLN>A<NE2> R<TYR>A<CD1> sep1 1.54156
+R<GLN>A<NE2> R<TYR>A<CD1> sep2 -0.222394
+R<GLN>A<NE2> R<TYR>A<CE1> central_sep1 0.000862453
+R<GLN>A<NE2> R<TYR>A<CE1> central_sep2 -0.455073
+R<GLN>A<NE2> R<TYR>A<CE1> sep1 0.825904
+R<GLN>A<NE2> R<TYR>A<CE1> sep2 -0.574781
+R<GLN>A<NE2> R<TYR>A<CG> central_sep1 1.82796
+R<GLN>A<NE2> R<TYR>A<CG> central_sep2 0.22179
+R<GLN>A<NE2> R<TYR>A<CG> sep1 1.16662
+R<GLN>A<NE2> R<TYR>A<CG> sep2 -0.976175
+R<GLN>A<NE2> R<TYR>A<CZ> central_sep1 -0.0902301
+R<GLN>A<NE2> R<TYR>A<CZ> central_sep2 -0.207648
+R<GLN>A<NE2> R<TYR>A<CZ> sep1 0.974397
+R<GLN>A<NE2> R<TYR>A<CZ> sep2 -1.19604
+R<GLN>A<NE2> R<TYR>A<N> central_sep1 1.72869
+R<GLN>A<NE2> R<TYR>A<N> central_sep2 1.00072
+R<GLN>A<NE2> R<TYR>A<N> sep1 2.18179
+R<GLN>A<NE2> R<TYR>A<N> sep2 0.728867
+R<GLN>A<NE2> R<TYR>A<O> central_sep1 0.142529
+R<GLN>A<NE2> R<TYR>A<O> central_sep2 -0.496045
+R<GLN>A<NE2> R<TYR>A<O> sep1 1.58628
+R<GLN>A<NE2> R<TYR>A<O> sep2 0.646967
+R<GLN>A<NE2> R<TYR>A<OH> central_sep1 -0.0917998
+R<GLN>A<NE2> R<TYR>A<OH> central_sep2 -0.96448
+R<GLN>A<NE2> R<TYR>A<OH> sep1 0.933188
+R<GLN>A<NE2> R<TYR>A<OH> sep2 -0.587537
+R<GLN>A<NE2> R<VAL>A<C> central_sep1 1.45711
+R<GLN>A<NE2> R<VAL>A<C> central_sep2 1.54346
+R<GLN>A<NE2> R<VAL>A<C> sep1 1.66366
+R<GLN>A<NE2> R<VAL>A<C> sep2 0.387476
+R<GLN>A<NE2> R<VAL>A<CA> central_sep1 0.909715
+R<GLN>A<NE2> R<VAL>A<CA> central_sep2 0.766466
+R<GLN>A<NE2> R<VAL>A<CA> sep1 2.0376
+R<GLN>A<NE2> R<VAL>A<CA> sep2 0.62622
+R<GLN>A<NE2> R<VAL>A<CB> central_sep1 0.553649
+R<GLN>A<NE2> R<VAL>A<CB> central_sep2 0.151123
+R<GLN>A<NE2> R<VAL>A<CB> sep1 1.73264
+R<GLN>A<NE2> R<VAL>A<CB> sep2 -0.147732
+R<GLN>A<NE2> R<VAL>A<CG1> central_sep1 0.0970558
+R<GLN>A<NE2> R<VAL>A<CG1> central_sep2 -0.154588
+R<GLN>A<NE2> R<VAL>A<CG1> sep1 1.71238
+R<GLN>A<NE2> R<VAL>A<CG1> sep2 0.146299
+R<GLN>A<NE2> R<VAL>A<CG2> central_sep1 0.642912
+R<GLN>A<NE2> R<VAL>A<CG2> central_sep2 -0.113632
+R<GLN>A<NE2> R<VAL>A<CG2> sep1 2.02385
+R<GLN>A<NE2> R<VAL>A<CG2> sep2 0.190882
+R<GLN>A<NE2> R<VAL>A<N> central_sep1 1.78071
+R<GLN>A<NE2> R<VAL>A<N> central_sep2 1.07505
+R<GLN>A<NE2> R<VAL>A<N> sep1 2.38328
+R<GLN>A<NE2> R<VAL>A<N> sep2 0.731894
+R<GLN>A<NE2> R<VAL>A<O> central_sep1 0.309273
+R<GLN>A<NE2> R<VAL>A<O> central_sep2 -0.269108
+R<GLN>A<NE2> R<VAL>A<O> sep1 1.80281
+R<GLN>A<NE2> R<VAL>A<O> sep2 0.881995
+R<GLN>A<NE2> c<solvent> . -0.535555
+R<GLN>A<O> R<GLN>A<O> central_sep1 0.889722
+R<GLN>A<O> R<GLN>A<O> central_sep2 0.707809
+R<GLN>A<O> R<GLN>A<O> sep1 0.431522
+R<GLN>A<O> R<GLN>A<O> sep2 1.04719
+R<GLN>A<O> R<GLN>A<OE1> central_sep1 0.589233
+R<GLN>A<O> R<GLN>A<OE1> central_sep2 0.515716
+R<GLN>A<O> R<GLN>A<OE1> sep1 1.04963
+R<GLN>A<O> R<GLN>A<OE1> sep2 0.354585
+R<GLN>A<O> R<GLU>A<C> central_sep1 -0.692851
+R<GLN>A<O> R<GLU>A<C> central_sep2 2.8604
+R<GLN>A<O> R<GLU>A<C> sep1 -1.49345
+R<GLN>A<O> R<GLU>A<C> sep2 1.83287
+R<GLN>A<O> R<GLU>A<CA> central_sep1 1.24124
+R<GLN>A<O> R<GLU>A<CA> central_sep2 0.420097
+R<GLN>A<O> R<GLU>A<CA> sep1 -1.86871
+R<GLN>A<O> R<GLU>A<CA> sep2 1.27459
+R<GLN>A<O> R<GLU>A<CB> central_sep1 -1.47474
+R<GLN>A<O> R<GLU>A<CB> central_sep2 1.05756
+R<GLN>A<O> R<GLU>A<CB> sep1 0.525397
+R<GLN>A<O> R<GLU>A<CB> sep2 0.617183
+R<GLN>A<O> R<GLU>A<CD> central_sep1 0.959309
+R<GLN>A<O> R<GLU>A<CD> central_sep2 2.02359
+R<GLN>A<O> R<GLU>A<CD> sep1 0.112193
+R<GLN>A<O> R<GLU>A<CD> sep2 0.971351
+R<GLN>A<O> R<GLU>A<CG> central_sep1 -1.20445
+R<GLN>A<O> R<GLU>A<CG> central_sep2 0.757943
+R<GLN>A<O> R<GLU>A<CG> sep1 1.05291
+R<GLN>A<O> R<GLU>A<CG> sep2 1.16319
+R<GLN>A<O> R<GLU>A<N> central_sep1 -1.97009
+R<GLN>A<O> R<GLU>A<N> central_sep2 -0.164618
+R<GLN>A<O> R<GLU>A<N> sep1 0.175512
+R<GLN>A<O> R<GLU>A<N> sep2 1.4981
+R<GLN>A<O> R<GLU>A<O> central_sep1 1.14179
+R<GLN>A<O> R<GLU>A<O> central_sep2 1.44548
+R<GLN>A<O> R<GLU>A<O> sep1 0.623594
+R<GLN>A<O> R<GLU>A<O> sep2 1.61648
+R<GLN>A<O> R<GLU>A<OE1> central_sep1 1.5824
+R<GLN>A<O> R<GLU>A<OE1> central_sep2 1.6752
+R<GLN>A<O> R<GLU>A<OE1> sep1 1.55151
+R<GLN>A<O> R<GLU>A<OE1> sep2 1.35013
+R<GLN>A<O> R<GLY>A<C> central_sep1 0.210277
+R<GLN>A<O> R<GLY>A<C> central_sep2 1.79096
+R<GLN>A<O> R<GLY>A<C> sep1 -1.46224
+R<GLN>A<O> R<GLY>A<C> sep2 0.56174
+R<GLN>A<O> R<GLY>A<CA> central_sep1 0.605165
+R<GLN>A<O> R<GLY>A<CA> central_sep2 -0.065384
+R<GLN>A<O> R<GLY>A<CA> sep1 -1.46917
+R<GLN>A<O> R<GLY>A<CA> sep2 0.763143
+R<GLN>A<O> R<GLY>A<N> central_sep1 -1.44554
+R<GLN>A<O> R<GLY>A<N> central_sep2 -0.217459
+R<GLN>A<O> R<GLY>A<N> sep1 -0.420043
+R<GLN>A<O> R<GLY>A<N> sep2 0.703779
+R<GLN>A<O> R<GLY>A<O> central_sep1 1.00964
+R<GLN>A<O> R<GLY>A<O> central_sep2 1.08408
+R<GLN>A<O> R<GLY>A<O> sep1 0.671135
+R<GLN>A<O> R<GLY>A<O> sep2 0.800841
+R<GLN>A<O> R<HIS>A<C> central_sep1 -0.693668
+R<GLN>A<O> R<HIS>A<C> central_sep2 2.22301
+R<GLN>A<O> R<HIS>A<C> sep1 -1.30745
+R<GLN>A<O> R<HIS>A<C> sep2 1.41208
+R<GLN>A<O> R<HIS>A<CA> central_sep1 1.1695
+R<GLN>A<O> R<HIS>A<CA> central_sep2 -0.0531671
+R<GLN>A<O> R<HIS>A<CA> sep1 -2.05003
+R<GLN>A<O> R<HIS>A<CA> sep2 0.768568
+R<GLN>A<O> R<HIS>A<CB> central_sep1 -1.24944
+R<GLN>A<O> R<HIS>A<CB> central_sep2 0.0204933
+R<GLN>A<O> R<HIS>A<CB> sep1 0.467029
+R<GLN>A<O> R<HIS>A<CB> sep2 0.147541
+R<GLN>A<O> R<HIS>A<CD2> central_sep1 -0.676952
+R<GLN>A<O> R<HIS>A<CD2> central_sep2 0.0584956
+R<GLN>A<O> R<HIS>A<CD2> sep1 0.640028
+R<GLN>A<O> R<HIS>A<CD2> sep2 0.430756
+R<GLN>A<O> R<HIS>A<CE1> central_sep1 0.429387
+R<GLN>A<O> R<HIS>A<CE1> central_sep2 -0.157698
+R<GLN>A<O> R<HIS>A<CE1> sep1 0.902071
+R<GLN>A<O> R<HIS>A<CE1> sep2 0.423602
+R<GLN>A<O> R<HIS>A<CG> central_sep1 -0.226236
+R<GLN>A<O> R<HIS>A<CG> central_sep2 1.09555
+R<GLN>A<O> R<HIS>A<CG> sep1 0.0896123
+R<GLN>A<O> R<HIS>A<CG> sep2 -0.177633
+R<GLN>A<O> R<HIS>A<N> central_sep1 -1.65724
+R<GLN>A<O> R<HIS>A<N> central_sep2 -0.582936
+R<GLN>A<O> R<HIS>A<N> sep1 0.21663
+R<GLN>A<O> R<HIS>A<N> sep2 1.21678
+R<GLN>A<O> R<HIS>A<ND1> central_sep1 -0.60018
+R<GLN>A<O> R<HIS>A<ND1> central_sep2 0.0714801
+R<GLN>A<O> R<HIS>A<ND1> sep1 0.327203
+R<GLN>A<O> R<HIS>A<ND1> sep2 0.221695
+R<GLN>A<O> R<HIS>A<NE2> central_sep1 0.824267
+R<GLN>A<O> R<HIS>A<NE2> central_sep2 -0.0631455
+R<GLN>A<O> R<HIS>A<NE2> sep1 1.06803
+R<GLN>A<O> R<HIS>A<NE2> sep2 0.0943129
+R<GLN>A<O> R<HIS>A<O> central_sep1 0.920829
+R<GLN>A<O> R<HIS>A<O> central_sep2 1.05072
+R<GLN>A<O> R<HIS>A<O> sep1 0.656803
+R<GLN>A<O> R<HIS>A<O> sep2 1.20255
+R<GLN>A<O> R<ILE>A<C> central_sep1 -0.61198
+R<GLN>A<O> R<ILE>A<C> central_sep2 3.3413
+R<GLN>A<O> R<ILE>A<C> sep1 -1.31628
+R<GLN>A<O> R<ILE>A<C> sep2 1.93382
+R<GLN>A<O> R<ILE>A<CA> central_sep1 1.13859
+R<GLN>A<O> R<ILE>A<CA> central_sep2 -0.57471
+R<GLN>A<O> R<ILE>A<CA> sep1 -2.02861
+R<GLN>A<O> R<ILE>A<CA> sep2 0.846792
+R<GLN>A<O> R<ILE>A<CB> central_sep1 -1.62178
+R<GLN>A<O> R<ILE>A<CB> central_sep2 0.0323801
+R<GLN>A<O> R<ILE>A<CB> sep1 0.4536
+R<GLN>A<O> R<ILE>A<CB> sep2 -0.410796
+R<GLN>A<O> R<ILE>A<CD1> central_sep1 0.516994
+R<GLN>A<O> R<ILE>A<CD1> central_sep2 0.127192
+R<GLN>A<O> R<ILE>A<CD1> sep1 1.1794
+R<GLN>A<O> R<ILE>A<CD1> sep2 0.618743
+R<GLN>A<O> R<ILE>A<CG1> central_sep1 -1.14092
+R<GLN>A<O> R<ILE>A<CG1> central_sep2 0.392012
+R<GLN>A<O> R<ILE>A<CG1> sep1 0.585303
+R<GLN>A<O> R<ILE>A<CG1> sep2 0.18656
+R<GLN>A<O> R<ILE>A<CG2> central_sep1 -0.150575
+R<GLN>A<O> R<ILE>A<CG2> central_sep2 0.0751767
+R<GLN>A<O> R<ILE>A<CG2> sep1 1.39649
+R<GLN>A<O> R<ILE>A<CG2> sep2 0.671959
+R<GLN>A<O> R<ILE>A<N> central_sep1 -1.63674
+R<GLN>A<O> R<ILE>A<N> central_sep2 -1.02275
+R<GLN>A<O> R<ILE>A<N> sep1 0.276284
+R<GLN>A<O> R<ILE>A<N> sep2 1.0219
+R<GLN>A<O> R<ILE>A<O> central_sep1 0.772935
+R<GLN>A<O> R<ILE>A<O> central_sep2 0.726261
+R<GLN>A<O> R<ILE>A<O> sep1 0.828136
+R<GLN>A<O> R<ILE>A<O> sep2 1.12052
+R<GLN>A<O> R<LEU>A<C> central_sep1 -0.732908
+R<GLN>A<O> R<LEU>A<C> central_sep2 2.90462
+R<GLN>A<O> R<LEU>A<C> sep1 -1.59189
+R<GLN>A<O> R<LEU>A<C> sep2 1.52059
+R<GLN>A<O> R<LEU>A<CA> central_sep1 1.08726
+R<GLN>A<O> R<LEU>A<CA> central_sep2 -0.268876
+R<GLN>A<O> R<LEU>A<CA> sep1 -2.14122
+R<GLN>A<O> R<LEU>A<CA> sep2 0.814293
+R<GLN>A<O> R<LEU>A<CB> central_sep1 -1.56816
+R<GLN>A<O> R<LEU>A<CB> central_sep2 0.460221
+R<GLN>A<O> R<LEU>A<CB> sep1 0.712387
+R<GLN>A<O> R<LEU>A<CB> sep2 0.0229872
+R<GLN>A<O> R<LEU>A<CD1> central_sep1 0.63262
+R<GLN>A<O> R<LEU>A<CD1> central_sep2 0.106179
+R<GLN>A<O> R<LEU>A<CD1> sep1 1.24278
+R<GLN>A<O> R<LEU>A<CD1> sep2 0.609341
+R<GLN>A<O> R<LEU>A<CD2> central_sep1 0.532101
+R<GLN>A<O> R<LEU>A<CD2> central_sep2 0.138014
+R<GLN>A<O> R<LEU>A<CD2> sep1 1.10405
+R<GLN>A<O> R<LEU>A<CD2> sep2 0.688496
+R<GLN>A<O> R<LEU>A<CG> central_sep1 -1.65635
+R<GLN>A<O> R<LEU>A<CG> central_sep2 0.762872
+R<GLN>A<O> R<LEU>A<CG> sep1 0.916917
+R<GLN>A<O> R<LEU>A<CG> sep2 0.288165
+R<GLN>A<O> R<LEU>A<N> central_sep1 -1.88228
+R<GLN>A<O> R<LEU>A<N> central_sep2 -0.724386
+R<GLN>A<O> R<LEU>A<N> sep1 0.291528
+R<GLN>A<O> R<LEU>A<N> sep2 1.11789
+R<GLN>A<O> R<LEU>A<O> central_sep1 0.522755
+R<GLN>A<O> R<LEU>A<O> central_sep2 0.984424
+R<GLN>A<O> R<LEU>A<O> sep1 0.584478
+R<GLN>A<O> R<LEU>A<O> sep2 1.09064
+R<GLN>A<O> R<LYS>A<C> central_sep1 -0.781683
+R<GLN>A<O> R<LYS>A<C> central_sep2 2.68664
+R<GLN>A<O> R<LYS>A<C> sep1 -1.52166
+R<GLN>A<O> R<LYS>A<C> sep2 1.81988
+R<GLN>A<O> R<LYS>A<CA> central_sep1 0.932352
+R<GLN>A<O> R<LYS>A<CA> central_sep2 0.0812899
+R<GLN>A<O> R<LYS>A<CA> sep1 -1.92785
+R<GLN>A<O> R<LYS>A<CA> sep2 1.1125
+R<GLN>A<O> R<LYS>A<CB> central_sep1 -1.60997
+R<GLN>A<O> R<LYS>A<CB> central_sep2 0.428795
+R<GLN>A<O> R<LYS>A<CB> sep1 0.348805
+R<GLN>A<O> R<LYS>A<CB> sep2 0.100869
+R<GLN>A<O> R<LYS>A<CD> central_sep1 0.366554
+R<GLN>A<O> R<LYS>A<CD> central_sep2 0.210265
+R<GLN>A<O> R<LYS>A<CD> sep1 0.750276
+R<GLN>A<O> R<LYS>A<CD> sep2 0.43615
+R<GLN>A<O> R<LYS>A<CE> central_sep1 0.325618
+R<GLN>A<O> R<LYS>A<CE> central_sep2 0.189584
+R<GLN>A<O> R<LYS>A<CE> sep1 1.04254
+R<GLN>A<O> R<LYS>A<CE> sep2 0.322867
+R<GLN>A<O> R<LYS>A<CG> central_sep1 -1.2715
+R<GLN>A<O> R<LYS>A<CG> central_sep2 0.438176
+R<GLN>A<O> R<LYS>A<CG> sep1 0.60168
+R<GLN>A<O> R<LYS>A<CG> sep2 0.342647
+R<GLN>A<O> R<LYS>A<N> central_sep1 -1.87971
+R<GLN>A<O> R<LYS>A<N> central_sep2 -0.633447
+R<GLN>A<O> R<LYS>A<N> sep1 0.0172731
+R<GLN>A<O> R<LYS>A<N> sep2 1.14259
+R<GLN>A<O> R<LYS>A<NZ> central_sep1 0.62286
+R<GLN>A<O> R<LYS>A<NZ> central_sep2 -0.117469
+R<GLN>A<O> R<LYS>A<NZ> sep1 2.28748
+R<GLN>A<O> R<LYS>A<NZ> sep2 0.632652
+R<GLN>A<O> R<LYS>A<O> central_sep1 0.881087
+R<GLN>A<O> R<LYS>A<O> central_sep2 1.18741
+R<GLN>A<O> R<LYS>A<O> sep1 0.463867
+R<GLN>A<O> R<LYS>A<O> sep2 1.33903
+R<GLN>A<O> R<MET>A<C> central_sep1 -0.70285
+R<GLN>A<O> R<MET>A<C> central_sep2 2.95083
+R<GLN>A<O> R<MET>A<C> sep1 -1.55441
+R<GLN>A<O> R<MET>A<C> sep2 1.64754
+R<GLN>A<O> R<MET>A<CA> central_sep1 0.939473
+R<GLN>A<O> R<MET>A<CA> central_sep2 -0.304081
+R<GLN>A<O> R<MET>A<CA> sep1 -2.02652
+R<GLN>A<O> R<MET>A<CA> sep2 0.778924
+R<GLN>A<O> R<MET>A<CB> central_sep1 -1.42513
+R<GLN>A<O> R<MET>A<CB> central_sep2 0.302477
+R<GLN>A<O> R<MET>A<CB> sep1 0.518859
+R<GLN>A<O> R<MET>A<CB> sep2 -0.0357946
+R<GLN>A<O> R<MET>A<CE> central_sep1 0.407574
+R<GLN>A<O> R<MET>A<CE> central_sep2 -0.190122
+R<GLN>A<O> R<MET>A<CE> sep1 1.82806
+R<GLN>A<O> R<MET>A<CE> sep2 0.540292
+R<GLN>A<O> R<MET>A<CG> central_sep1 -1.23096
+R<GLN>A<O> R<MET>A<CG> central_sep2 0.177947
+R<GLN>A<O> R<MET>A<CG> sep1 0.889863
+R<GLN>A<O> R<MET>A<CG> sep2 0.492643
+R<GLN>A<O> R<MET>A<N> central_sep1 -1.7773
+R<GLN>A<O> R<MET>A<N> central_sep2 -0.619818
+R<GLN>A<O> R<MET>A<N> sep1 0.328917
+R<GLN>A<O> R<MET>A<N> sep2 1.16708
+R<GLN>A<O> R<MET>A<O> central_sep1 0.677362
+R<GLN>A<O> R<MET>A<O> central_sep2 0.912859
+R<GLN>A<O> R<MET>A<O> sep1 0.657986
+R<GLN>A<O> R<MET>A<O> sep2 1.14873
+R<GLN>A<O> R<MET>A<SD> central_sep1 0.927761
+R<GLN>A<O> R<MET>A<SD> central_sep2 0.412253
+R<GLN>A<O> R<MET>A<SD> sep1 1.32285
+R<GLN>A<O> R<MET>A<SD> sep2 0.318816
+R<GLN>A<O> R<PHE>A<C> central_sep1 -0.647125
+R<GLN>A<O> R<PHE>A<C> central_sep2 2.6134
+R<GLN>A<O> R<PHE>A<C> sep1 -1.25558
+R<GLN>A<O> R<PHE>A<C> sep2 1.54047
+R<GLN>A<O> R<PHE>A<CA> central_sep1 0.907028
+R<GLN>A<O> R<PHE>A<CA> central_sep2 -0.565572
+R<GLN>A<O> R<PHE>A<CA> sep1 -1.94996
+R<GLN>A<O> R<PHE>A<CA> sep2 0.84194
+R<GLN>A<O> R<PHE>A<CB> central_sep1 -1.27598
+R<GLN>A<O> R<PHE>A<CB> central_sep2 0.0485388
+R<GLN>A<O> R<PHE>A<CB> sep1 0.529082
+R<GLN>A<O> R<PHE>A<CB> sep2 -0.0602191
+R<GLN>A<O> R<PHE>A<CD1> central_sep1 -0.527262
+R<GLN>A<O> R<PHE>A<CD1> central_sep2 0.0169254
+R<GLN>A<O> R<PHE>A<CD1> sep1 0.736565
+R<GLN>A<O> R<PHE>A<CD1> sep2 0.397948
+R<GLN>A<O> R<PHE>A<CE1> central_sep1 0.638904
+R<GLN>A<O> R<PHE>A<CE1> central_sep2 0.0266134
+R<GLN>A<O> R<PHE>A<CE1> sep1 1.32852
+R<GLN>A<O> R<PHE>A<CE1> sep2 0.128138
+R<GLN>A<O> R<PHE>A<CG> central_sep1 0.182619
+R<GLN>A<O> R<PHE>A<CG> central_sep2 1.8619
+R<GLN>A<O> R<PHE>A<CG> sep1 0.225027
+R<GLN>A<O> R<PHE>A<CG> sep2 -0.0459078
+R<GLN>A<O> R<PHE>A<CZ> central_sep1 1.60342
+R<GLN>A<O> R<PHE>A<CZ> central_sep2 -0.192336
+R<GLN>A<O> R<PHE>A<CZ> sep1 2.1223
+R<GLN>A<O> R<PHE>A<CZ> sep2 0.125053
+R<GLN>A<O> R<PHE>A<N> central_sep1 -1.70505
+R<GLN>A<O> R<PHE>A<N> central_sep2 -0.699216
+R<GLN>A<O> R<PHE>A<N> sep1 0.313852
+R<GLN>A<O> R<PHE>A<N> sep2 0.933621
+R<GLN>A<O> R<PHE>A<O> central_sep1 0.511698
+R<GLN>A<O> R<PHE>A<O> central_sep2 0.897979
+R<GLN>A<O> R<PHE>A<O> sep1 0.707734
+R<GLN>A<O> R<PHE>A<O> sep2 1.09214
+R<GLN>A<O> R<PRO>A<C> central_sep1 -1.28951
+R<GLN>A<O> R<PRO>A<C> central_sep2 3.01164
+R<GLN>A<O> R<PRO>A<C> sep1 -1.6625
+R<GLN>A<O> R<PRO>A<C> sep2 1.54011
+R<GLN>A<O> R<PRO>A<CA> central_sep1 0.532962
+R<GLN>A<O> R<PRO>A<CA> central_sep2 -0.080105
+R<GLN>A<O> R<PRO>A<CA> sep1 -1.53944
+R<GLN>A<O> R<PRO>A<CA> sep2 0.712187
+R<GLN>A<O> R<PRO>A<CB> central_sep1 0.52638
+R<GLN>A<O> R<PRO>A<CB> central_sep2 0.149316
+R<GLN>A<O> R<PRO>A<CB> sep1 0.631469
+R<GLN>A<O> R<PRO>A<CB> sep2 0.092898
+R<GLN>A<O> R<PRO>A<CD> central_sep1 -0.984958
+R<GLN>A<O> R<PRO>A<CD> central_sep2 -0.00943551
+R<GLN>A<O> R<PRO>A<CD> sep1 -0.242372
+R<GLN>A<O> R<PRO>A<CD> sep2 0.960894
+R<GLN>A<O> R<PRO>A<CG> central_sep1 0.609102
+R<GLN>A<O> R<PRO>A<CG> central_sep2 -0.0605546
+R<GLN>A<O> R<PRO>A<CG> sep1 0.614262
+R<GLN>A<O> R<PRO>A<CG> sep2 0.00861707
+R<GLN>A<O> R<PRO>A<N> central_sep1 0.104713
+R<GLN>A<O> R<PRO>A<N> central_sep2 2.15415
+R<GLN>A<O> R<PRO>A<N> sep1 -1.44562
+R<GLN>A<O> R<PRO>A<N> sep2 0.278653
+R<GLN>A<O> R<PRO>A<O> central_sep1 0.922131
+R<GLN>A<O> R<PRO>A<O> central_sep2 1.51291
+R<GLN>A<O> R<PRO>A<O> sep1 0.255822
+R<GLN>A<O> R<PRO>A<O> sep2 1.35046
+R<GLN>A<O> R<SER>A<C> central_sep1 -0.450183
+R<GLN>A<O> R<SER>A<C> central_sep2 2.5686
+R<GLN>A<O> R<SER>A<C> sep1 -1.43769
+R<GLN>A<O> R<SER>A<C> sep2 1.24626
+R<GLN>A<O> R<SER>A<CA> central_sep1 1.33153
+R<GLN>A<O> R<SER>A<CA> central_sep2 -0.0183815
+R<GLN>A<O> R<SER>A<CA> sep1 -1.79923
+R<GLN>A<O> R<SER>A<CA> sep2 0.641577
+R<GLN>A<O> R<SER>A<CB> central_sep1 -0.830966
+R<GLN>A<O> R<SER>A<CB> central_sep2 0.196344
+R<GLN>A<O> R<SER>A<CB> sep1 0.37058
+R<GLN>A<O> R<SER>A<CB> sep2 0.0771012
+R<GLN>A<O> R<SER>A<N> central_sep1 -1.5818
+R<GLN>A<O> R<SER>A<N> central_sep2 -0.568959
+R<GLN>A<O> R<SER>A<N> sep1 -0.077133
+R<GLN>A<O> R<SER>A<N> sep2 0.888073
+R<GLN>A<O> R<SER>A<O> central_sep1 0.727619
+R<GLN>A<O> R<SER>A<O> central_sep2 1.0167
+R<GLN>A<O> R<SER>A<O> sep1 0.617493
+R<GLN>A<O> R<SER>A<O> sep2 1.19884
+R<GLN>A<O> R<SER>A<OG> central_sep1 -0.67477
+R<GLN>A<O> R<SER>A<OG> central_sep2 0.328655
+R<GLN>A<O> R<SER>A<OG> sep1 1.06725
+R<GLN>A<O> R<SER>A<OG> sep2 0.408212
+R<GLN>A<O> R<THR>A<C> central_sep1 -0.331212
+R<GLN>A<O> R<THR>A<C> central_sep2 2.49548
+R<GLN>A<O> R<THR>A<C> sep1 -1.32217
+R<GLN>A<O> R<THR>A<C> sep2 1.23835
+R<GLN>A<O> R<THR>A<CA> central_sep1 1.2241
+R<GLN>A<O> R<THR>A<CA> central_sep2 -0.400395
+R<GLN>A<O> R<THR>A<CA> sep1 -1.9912
+R<GLN>A<O> R<THR>A<CA> sep2 0.9218
+R<GLN>A<O> R<THR>A<CB> central_sep1 -0.902826
+R<GLN>A<O> R<THR>A<CB> central_sep2 0.0970731
+R<GLN>A<O> R<THR>A<CB> sep1 0.553521
+R<GLN>A<O> R<THR>A<CB> sep2 -0.603007
+R<GLN>A<O> R<THR>A<CG2> central_sep1 -0.375493
+R<GLN>A<O> R<THR>A<CG2> central_sep2 0.0867679
+R<GLN>A<O> R<THR>A<CG2> sep1 1.01091
+R<GLN>A<O> R<THR>A<CG2> sep2 0.665575
+R<GLN>A<O> R<THR>A<N> central_sep1 -1.48401
+R<GLN>A<O> R<THR>A<N> central_sep2 -0.997383
+R<GLN>A<O> R<THR>A<N> sep1 0.0885538
+R<GLN>A<O> R<THR>A<N> sep2 1.18319
+R<GLN>A<O> R<THR>A<O> central_sep1 0.926952
+R<GLN>A<O> R<THR>A<O> central_sep2 0.772887
+R<GLN>A<O> R<THR>A<O> sep1 0.819613
+R<GLN>A<O> R<THR>A<O> sep2 1.11397
+R<GLN>A<O> R<THR>A<OG1> central_sep1 -0.896809
+R<GLN>A<O> R<THR>A<OG1> central_sep2 0.281023
+R<GLN>A<O> R<THR>A<OG1> sep1 0.887725
+R<GLN>A<O> R<THR>A<OG1> sep2 0.340132
+R<GLN>A<O> R<TRP>A<C> central_sep1 -0.932379
+R<GLN>A<O> R<TRP>A<C> central_sep2 2.82831
+R<GLN>A<O> R<TRP>A<C> sep1 -1.48696
+R<GLN>A<O> R<TRP>A<C> sep2 1.76882
+R<GLN>A<O> R<TRP>A<CA> central_sep1 0.619767
+R<GLN>A<O> R<TRP>A<CA> central_sep2 -0.767886
+R<GLN>A<O> R<TRP>A<CA> sep1 -2.0553
+R<GLN>A<O> R<TRP>A<CA> sep2 0.624632
+R<GLN>A<O> R<TRP>A<CB> central_sep1 -1.3062
+R<GLN>A<O> R<TRP>A<CB> central_sep2 -0.00952977
+R<GLN>A<O> R<TRP>A<CB> sep1 0.50801
+R<GLN>A<O> R<TRP>A<CB> sep2 0.0107792
+R<GLN>A<O> R<TRP>A<CD1> central_sep1 -1.0655
+R<GLN>A<O> R<TRP>A<CD1> central_sep2 -0.155372
+R<GLN>A<O> R<TRP>A<CD1> sep1 0.710137
+R<GLN>A<O> R<TRP>A<CD1> sep2 -0.00727972
+R<GLN>A<O> R<TRP>A<CD2> central_sep1 -0.23749
+R<GLN>A<O> R<TRP>A<CD2> central_sep2 1.45074
+R<GLN>A<O> R<TRP>A<CD2> sep1 0.385998
+R<GLN>A<O> R<TRP>A<CD2> sep2 0.583089
+R<GLN>A<O> R<TRP>A<CE2> central_sep1 0.403154
+R<GLN>A<O> R<TRP>A<CE2> central_sep2 2.12427
+R<GLN>A<O> R<TRP>A<CE2> sep1 0.626546
+R<GLN>A<O> R<TRP>A<CE2> sep2 0.260131
+R<GLN>A<O> R<TRP>A<CE3> central_sep1 0.0890994
+R<GLN>A<O> R<TRP>A<CE3> central_sep2 0.0732339
+R<GLN>A<O> R<TRP>A<CE3> sep1 0.86986
+R<GLN>A<O> R<TRP>A<CE3> sep2 0.295236
+R<GLN>A<O> R<TRP>A<CG> central_sep1 -0.480873
+R<GLN>A<O> R<TRP>A<CG> central_sep2 1.49116
+R<GLN>A<O> R<TRP>A<CG> sep1 0.0530824
+R<GLN>A<O> R<TRP>A<CG> sep2 0.22494
+R<GLN>A<O> R<TRP>A<CH2> central_sep1 2.32069
+R<GLN>A<O> R<TRP>A<CH2> central_sep2 -0.273191
+R<GLN>A<O> R<TRP>A<CH2> sep1 2.43428
+R<GLN>A<O> R<TRP>A<CH2> sep2 -0.317686
+R<GLN>A<O> R<TRP>A<CZ2> central_sep1 1.60061
+R<GLN>A<O> R<TRP>A<CZ2> central_sep2 -0.341028
+R<GLN>A<O> R<TRP>A<CZ2> sep1 2.40615
+R<GLN>A<O> R<TRP>A<CZ2> sep2 -0.175276
+R<GLN>A<O> R<TRP>A<CZ3> central_sep1 0.955846
+R<GLN>A<O> R<TRP>A<CZ3> central_sep2 -0.264097
+R<GLN>A<O> R<TRP>A<CZ3> sep1 2.28094
+R<GLN>A<O> R<TRP>A<CZ3> sep2 0.158813
+R<GLN>A<O> R<TRP>A<N> central_sep1 -1.7783
+R<GLN>A<O> R<TRP>A<N> central_sep2 -0.614793
+R<GLN>A<O> R<TRP>A<N> sep1 0.222049
+R<GLN>A<O> R<TRP>A<N> sep2 1.05544
+R<GLN>A<O> R<TRP>A<NE1> central_sep1 0.293144
+R<GLN>A<O> R<TRP>A<NE1> central_sep2 -0.624776
+R<GLN>A<O> R<TRP>A<NE1> sep1 0.788847
+R<GLN>A<O> R<TRP>A<NE1> sep2 -0.105685
+R<GLN>A<O> R<TRP>A<O> central_sep1 0.484989
+R<GLN>A<O> R<TRP>A<O> central_sep2 0.927532
+R<GLN>A<O> R<TRP>A<O> sep1 0.626766
+R<GLN>A<O> R<TRP>A<O> sep2 0.867552
+R<GLN>A<O> R<TYR>A<C> central_sep1 -0.651359
+R<GLN>A<O> R<TYR>A<C> central_sep2 2.94418
+R<GLN>A<O> R<TYR>A<C> sep1 -1.18707
+R<GLN>A<O> R<TYR>A<C> sep2 1.52739
+R<GLN>A<O> R<TYR>A<CA> central_sep1 0.747649
+R<GLN>A<O> R<TYR>A<CA> central_sep2 -0.623792
+R<GLN>A<O> R<TYR>A<CA> sep1 -1.99575
+R<GLN>A<O> R<TYR>A<CA> sep2 0.612083
+R<GLN>A<O> R<TYR>A<CB> central_sep1 -1.19559
+R<GLN>A<O> R<TYR>A<CB> central_sep2 -0.00529919
+R<GLN>A<O> R<TYR>A<CB> sep1 0.60833
+R<GLN>A<O> R<TYR>A<CB> sep2 -0.238805
+R<GLN>A<O> R<TYR>A<CD1> central_sep1 -0.562845
+R<GLN>A<O> R<TYR>A<CD1> central_sep2 -0.0328975
+R<GLN>A<O> R<TYR>A<CD1> sep1 0.571558
+R<GLN>A<O> R<TYR>A<CD1> sep2 0.326094
+R<GLN>A<O> R<TYR>A<CE1> central_sep1 0.350157
+R<GLN>A<O> R<TYR>A<CE1> central_sep2 -0.174781
+R<GLN>A<O> R<TYR>A<CE1> sep1 1.15688
+R<GLN>A<O> R<TYR>A<CE1> sep2 0.30041
+R<GLN>A<O> R<TYR>A<CG> central_sep1 0.294352
+R<GLN>A<O> R<TYR>A<CG> central_sep2 1.6593
+R<GLN>A<O> R<TYR>A<CG> sep1 0.158165
+R<GLN>A<O> R<TYR>A<CG> sep2 0.184786
+R<GLN>A<O> R<TYR>A<CZ> central_sep1 0.916933
+R<GLN>A<O> R<TYR>A<CZ> central_sep2 1.12685
+R<GLN>A<O> R<TYR>A<CZ> sep1 1.0403
+R<GLN>A<O> R<TYR>A<CZ> sep2 0.170026
+R<GLN>A<O> R<TYR>A<N> central_sep1 -1.6299
+R<GLN>A<O> R<TYR>A<N> central_sep2 -0.798068
+R<GLN>A<O> R<TYR>A<N> sep1 0.476446
+R<GLN>A<O> R<TYR>A<N> sep2 1.11423
+R<GLN>A<O> R<TYR>A<O> central_sep1 0.726438
+R<GLN>A<O> R<TYR>A<O> central_sep2 0.739987
+R<GLN>A<O> R<TYR>A<O> sep1 0.738553
+R<GLN>A<O> R<TYR>A<O> sep2 0.998551
+R<GLN>A<O> R<TYR>A<OH> central_sep1 1.76116
+R<GLN>A<O> R<TYR>A<OH> central_sep2 -0.0976077
+R<GLN>A<O> R<TYR>A<OH> sep1 2.52124
+R<GLN>A<O> R<TYR>A<OH> sep2 -0.0858914
+R<GLN>A<O> R<VAL>A<C> central_sep1 -0.503753
+R<GLN>A<O> R<VAL>A<C> central_sep2 3.36912
+R<GLN>A<O> R<VAL>A<C> sep1 -1.21456
+R<GLN>A<O> R<VAL>A<C> sep2 2.08505
+R<GLN>A<O> R<VAL>A<CA> central_sep1 1.22061
+R<GLN>A<O> R<VAL>A<CA> central_sep2 -0.59814
+R<GLN>A<O> R<VAL>A<CA> sep1 -2.02459
+R<GLN>A<O> R<VAL>A<CA> sep2 0.850365
+R<GLN>A<O> R<VAL>A<CB> central_sep1 -1.25041
+R<GLN>A<O> R<VAL>A<CB> central_sep2 -0.136267
+R<GLN>A<O> R<VAL>A<CB> sep1 0.552575
+R<GLN>A<O> R<VAL>A<CB> sep2 -0.603357
+R<GLN>A<O> R<VAL>A<CG1> central_sep1 -0.187889
+R<GLN>A<O> R<VAL>A<CG1> central_sep2 0.0695902
+R<GLN>A<O> R<VAL>A<CG1> sep1 1.29296
+R<GLN>A<O> R<VAL>A<CG1> sep2 0.587957
+R<GLN>A<O> R<VAL>A<CG2> central_sep1 -0.651024
+R<GLN>A<O> R<VAL>A<CG2> central_sep2 0.170009
+R<GLN>A<O> R<VAL>A<CG2> sep1 0.980138
+R<GLN>A<O> R<VAL>A<CG2> sep2 0.388032
+R<GLN>A<O> R<VAL>A<N> central_sep1 -1.42025
+R<GLN>A<O> R<VAL>A<N> central_sep2 -1.17592
+R<GLN>A<O> R<VAL>A<N> sep1 0.19215
+R<GLN>A<O> R<VAL>A<N> sep2 1.13315
+R<GLN>A<O> R<VAL>A<O> central_sep1 0.777064
+R<GLN>A<O> R<VAL>A<O> central_sep2 0.613074
+R<GLN>A<O> R<VAL>A<O> sep1 0.89843
+R<GLN>A<O> R<VAL>A<O> sep2 0.993529
+R<GLN>A<O> c<solvent> . 0.314851
+R<GLN>A<OE1> R<GLN>A<OE1> central_sep1 0.0690802
+R<GLN>A<OE1> R<GLN>A<OE1> central_sep2 -0.481396
+R<GLN>A<OE1> R<GLN>A<OE1> sep1 1.06562
+R<GLN>A<OE1> R<GLN>A<OE1> sep2 -0.587495
+R<GLN>A<OE1> R<GLU>A<C> central_sep1 1.42961
+R<GLN>A<OE1> R<GLU>A<C> central_sep2 1.81217
+R<GLN>A<OE1> R<GLU>A<C> sep1 1.02484
+R<GLN>A<OE1> R<GLU>A<C> sep2 0.868182
+R<GLN>A<OE1> R<GLU>A<CA> central_sep1 -0.472634
+R<GLN>A<OE1> R<GLU>A<CA> central_sep2 0.577896
+R<GLN>A<OE1> R<GLU>A<CA> sep1 1.15607
+R<GLN>A<OE1> R<GLU>A<CA> sep2 0.594992
+R<GLN>A<OE1> R<GLU>A<CB> central_sep1 0.220536
+R<GLN>A<OE1> R<GLU>A<CB> central_sep2 0.282852
+R<GLN>A<OE1> R<GLU>A<CB> sep1 1.19953
+R<GLN>A<OE1> R<GLU>A<CB> sep2 0.263866
+R<GLN>A<OE1> R<GLU>A<CD> central_sep1 1.00243
+R<GLN>A<OE1> R<GLU>A<CD> central_sep2 0.777492
+R<GLN>A<OE1> R<GLU>A<CD> sep1 0.899535
+R<GLN>A<OE1> R<GLU>A<CD> sep2 -0.423645
+R<GLN>A<OE1> R<GLU>A<CG> central_sep1 -0.239305
+R<GLN>A<OE1> R<GLU>A<CG> central_sep2 0.248976
+R<GLN>A<OE1> R<GLU>A<CG> sep1 0.853672
+R<GLN>A<OE1> R<GLU>A<CG> sep2 0.229769
+R<GLN>A<OE1> R<GLU>A<N> central_sep1 0.661317
+R<GLN>A<OE1> R<GLU>A<N> central_sep2 0.546019
+R<GLN>A<OE1> R<GLU>A<N> sep1 1.63376
+R<GLN>A<OE1> R<GLU>A<N> sep2 0.862541
+R<GLN>A<OE1> R<GLU>A<O> central_sep1 0.73436
+R<GLN>A<OE1> R<GLU>A<O> central_sep2 0.800195
+R<GLN>A<OE1> R<GLU>A<O> sep1 1.21157
+R<GLN>A<OE1> R<GLU>A<O> sep2 0.640257
+R<GLN>A<OE1> R<GLU>A<OE1> central_sep1 0.366841
+R<GLN>A<OE1> R<GLU>A<OE1> central_sep2 0.273592
+R<GLN>A<OE1> R<GLU>A<OE1> sep1 1.60043
+R<GLN>A<OE1> R<GLU>A<OE1> sep2 0.155305
+R<GLN>A<OE1> R<GLY>A<C> central_sep1 0.774067
+R<GLN>A<OE1> R<GLY>A<C> central_sep2 0.61905
+R<GLN>A<OE1> R<GLY>A<C> sep1 0.894195
+R<GLN>A<OE1> R<GLY>A<C> sep2 -0.223979
+R<GLN>A<OE1> R<GLY>A<CA> central_sep1 0.3669
+R<GLN>A<OE1> R<GLY>A<CA> central_sep2 -0.324291
+R<GLN>A<OE1> R<GLY>A<CA> sep1 1.53093
+R<GLN>A<OE1> R<GLY>A<CA> sep2 -0.00480863
+R<GLN>A<OE1> R<GLY>A<N> central_sep1 0.432044
+R<GLN>A<OE1> R<GLY>A<N> central_sep2 -0.0175135
+R<GLN>A<OE1> R<GLY>A<N> sep1 1.61081
+R<GLN>A<OE1> R<GLY>A<N> sep2 0.120802
+R<GLN>A<OE1> R<GLY>A<O> central_sep1 0.597529
+R<GLN>A<OE1> R<GLY>A<O> central_sep2 0.427121
+R<GLN>A<OE1> R<GLY>A<O> sep1 1.18585
+R<GLN>A<OE1> R<GLY>A<O> sep2 0.0451955
+R<GLN>A<OE1> R<HIS>A<C> central_sep1 1.09711
+R<GLN>A<OE1> R<HIS>A<C> central_sep2 1.39122
+R<GLN>A<OE1> R<HIS>A<C> sep1 1.33399
+R<GLN>A<OE1> R<HIS>A<C> sep2 0.389269
+R<GLN>A<OE1> R<HIS>A<CA> central_sep1 -0.149633
+R<GLN>A<OE1> R<HIS>A<CA> central_sep2 0.124653
+R<GLN>A<OE1> R<HIS>A<CA> sep1 1.22766
+R<GLN>A<OE1> R<HIS>A<CA> sep2 0.219378
+R<GLN>A<OE1> R<HIS>A<CB> central_sep1 0.190236
+R<GLN>A<OE1> R<HIS>A<CB> central_sep2 -0.270502
+R<GLN>A<OE1> R<HIS>A<CB> sep1 1.61478
+R<GLN>A<OE1> R<HIS>A<CB> sep2 -0.193451
+R<GLN>A<OE1> R<HIS>A<CD2> central_sep1 -0.24532
+R<GLN>A<OE1> R<HIS>A<CD2> central_sep2 -0.257715
+R<GLN>A<OE1> R<HIS>A<CD2> sep1 1.16023
+R<GLN>A<OE1> R<HIS>A<CD2> sep2 -0.480361
+R<GLN>A<OE1> R<HIS>A<CE1> central_sep1 -0.0659396
+R<GLN>A<OE1> R<HIS>A<CE1> central_sep2 -0.522862
+R<GLN>A<OE1> R<HIS>A<CE1> sep1 0.804495
+R<GLN>A<OE1> R<HIS>A<CE1> sep2 -0.744691
+R<GLN>A<OE1> R<HIS>A<CG> central_sep1 1.18032
+R<GLN>A<OE1> R<HIS>A<CG> central_sep2 0.290749
+R<GLN>A<OE1> R<HIS>A<CG> sep1 0.873749
+R<GLN>A<OE1> R<HIS>A<CG> sep2 -0.909875
+R<GLN>A<OE1> R<HIS>A<N> central_sep1 0.258557
+R<GLN>A<OE1> R<HIS>A<N> central_sep2 0.0366665
+R<GLN>A<OE1> R<HIS>A<N> sep1 1.65619
+R<GLN>A<OE1> R<HIS>A<N> sep2 0.638076
+R<GLN>A<OE1> R<HIS>A<ND1> central_sep1 -0.267479
+R<GLN>A<OE1> R<HIS>A<ND1> central_sep2 -0.453498
+R<GLN>A<OE1> R<HIS>A<ND1> sep1 1.0715
+R<GLN>A<OE1> R<HIS>A<ND1> sep2 -0.581756
+R<GLN>A<OE1> R<HIS>A<NE2> central_sep1 -0.250504
+R<GLN>A<OE1> R<HIS>A<NE2> central_sep2 -0.975228
+R<GLN>A<OE1> R<HIS>A<NE2> sep1 0.850596
+R<GLN>A<OE1> R<HIS>A<NE2> sep2 -0.671655
+R<GLN>A<OE1> R<HIS>A<O> central_sep1 0.66073
+R<GLN>A<OE1> R<HIS>A<O> central_sep2 0.543461
+R<GLN>A<OE1> R<HIS>A<O> sep1 1.32457
+R<GLN>A<OE1> R<HIS>A<O> sep2 0.254026
+R<GLN>A<OE1> R<ILE>A<C> central_sep1 1.70852
+R<GLN>A<OE1> R<ILE>A<C> central_sep2 1.83813
+R<GLN>A<OE1> R<ILE>A<C> sep1 1.96681
+R<GLN>A<OE1> R<ILE>A<C> sep2 0.851336
+R<GLN>A<OE1> R<ILE>A<CA> central_sep1 0.021391
+R<GLN>A<OE1> R<ILE>A<CA> central_sep2 0.293811
+R<GLN>A<OE1> R<ILE>A<CA> sep1 1.6318
+R<GLN>A<OE1> R<ILE>A<CA> sep2 0.43847
+R<GLN>A<OE1> R<ILE>A<CB> central_sep1 0.439749
+R<GLN>A<OE1> R<ILE>A<CB> central_sep2 -0.101628
+R<GLN>A<OE1> R<ILE>A<CB> sep1 1.7394
+R<GLN>A<OE1> R<ILE>A<CB> sep2 -0.284036
+R<GLN>A<OE1> R<ILE>A<CD1> central_sep1 0.294001
+R<GLN>A<OE1> R<ILE>A<CD1> central_sep2 -0.27734
+R<GLN>A<OE1> R<ILE>A<CD1> sep1 1.9202
+R<GLN>A<OE1> R<ILE>A<CD1> sep2 -0.14528
+R<GLN>A<OE1> R<ILE>A<CG1> central_sep1 0.494588
+R<GLN>A<OE1> R<ILE>A<CG1> central_sep2 -0.0295696
+R<GLN>A<OE1> R<ILE>A<CG1> sep1 1.56205
+R<GLN>A<OE1> R<ILE>A<CG1> sep2 -0.238533
+R<GLN>A<OE1> R<ILE>A<CG2> central_sep1 0.279624
+R<GLN>A<OE1> R<ILE>A<CG2> central_sep2 -0.204444
+R<GLN>A<OE1> R<ILE>A<CG2> sep1 1.20746
+R<GLN>A<OE1> R<ILE>A<CG2> sep2 0.00872469
+R<GLN>A<OE1> R<ILE>A<N> central_sep1 1.35105
+R<GLN>A<OE1> R<ILE>A<N> central_sep2 -0.0876111
+R<GLN>A<OE1> R<ILE>A<N> sep1 2.03275
+R<GLN>A<OE1> R<ILE>A<N> sep2 0.666692
+R<GLN>A<OE1> R<ILE>A<O> central_sep1 1.14731
+R<GLN>A<OE1> R<ILE>A<O> central_sep2 0.61548
+R<GLN>A<OE1> R<ILE>A<O> sep1 1.85497
+R<GLN>A<OE1> R<ILE>A<O> sep2 0.463661
+R<GLN>A<OE1> R<LEU>A<C> central_sep1 1.59162
+R<GLN>A<OE1> R<LEU>A<C> central_sep2 1.61122
+R<GLN>A<OE1> R<LEU>A<C> sep1 1.44191
+R<GLN>A<OE1> R<LEU>A<C> sep2 0.56838
+R<GLN>A<OE1> R<LEU>A<CA> central_sep1 -0.443251
+R<GLN>A<OE1> R<LEU>A<CA> central_sep2 0.285929
+R<GLN>A<OE1> R<LEU>A<CA> sep1 1.68376
+R<GLN>A<OE1> R<LEU>A<CA> sep2 0.639513
+R<GLN>A<OE1> R<LEU>A<CB> central_sep1 0.447792
+R<GLN>A<OE1> R<LEU>A<CB> central_sep2 -0.0962722
+R<GLN>A<OE1> R<LEU>A<CB> sep1 1.50426
+R<GLN>A<OE1> R<LEU>A<CB> sep2 -0.0804698
+R<GLN>A<OE1> R<LEU>A<CD1> central_sep1 0.0389737
+R<GLN>A<OE1> R<LEU>A<CD1> central_sep2 -0.269008
+R<GLN>A<OE1> R<LEU>A<CD1> sep1 1.72626
+R<GLN>A<OE1> R<LEU>A<CD1> sep2 -0.0951036
+R<GLN>A<OE1> R<LEU>A<CD2> central_sep1 -0.21022
+R<GLN>A<OE1> R<LEU>A<CD2> central_sep2 -0.345521
+R<GLN>A<OE1> R<LEU>A<CD2> sep1 1.44977
+R<GLN>A<OE1> R<LEU>A<CD2> sep2 -0.127249
+R<GLN>A<OE1> R<LEU>A<CG> central_sep1 0.450674
+R<GLN>A<OE1> R<LEU>A<CG> central_sep2 0.292118
+R<GLN>A<OE1> R<LEU>A<CG> sep1 0.876217
+R<GLN>A<OE1> R<LEU>A<CG> sep2 -0.174287
+R<GLN>A<OE1> R<LEU>A<N> central_sep1 1.082
+R<GLN>A<OE1> R<LEU>A<N> central_sep2 0.115563
+R<GLN>A<OE1> R<LEU>A<N> sep1 1.93514
+R<GLN>A<OE1> R<LEU>A<N> sep2 0.725683
+R<GLN>A<OE1> R<LEU>A<O> central_sep1 0.961317
+R<GLN>A<OE1> R<LEU>A<O> central_sep2 0.573662
+R<GLN>A<OE1> R<LEU>A<O> sep1 1.54375
+R<GLN>A<OE1> R<LEU>A<O> sep2 0.397236
+R<GLN>A<OE1> R<LYS>A<C> central_sep1 1.51543
+R<GLN>A<OE1> R<LYS>A<C> central_sep2 1.6524
+R<GLN>A<OE1> R<LYS>A<C> sep1 1.20106
+R<GLN>A<OE1> R<LYS>A<C> sep2 0.692584
+R<GLN>A<OE1> R<LYS>A<CA> central_sep1 -0.470796
+R<GLN>A<OE1> R<LYS>A<CA> central_sep2 0.36655
+R<GLN>A<OE1> R<LYS>A<CA> sep1 1.28469
+R<GLN>A<OE1> R<LYS>A<CA> sep2 0.566371
+R<GLN>A<OE1> R<LYS>A<CB> central_sep1 0.188548
+R<GLN>A<OE1> R<LYS>A<CB> central_sep2 0.076149
+R<GLN>A<OE1> R<LYS>A<CB> sep1 1.15464
+R<GLN>A<OE1> R<LYS>A<CB> sep2 -0.0364251
+R<GLN>A<OE1> R<LYS>A<CD> central_sep1 -0.643261
+R<GLN>A<OE1> R<LYS>A<CD> central_sep2 -0.439351
+R<GLN>A<OE1> R<LYS>A<CD> sep1 0.894364
+R<GLN>A<OE1> R<LYS>A<CD> sep2 -0.428695
+R<GLN>A<OE1> R<LYS>A<CE> central_sep1 -0.207308
+R<GLN>A<OE1> R<LYS>A<CE> central_sep2 -0.35626
+R<GLN>A<OE1> R<LYS>A<CE> sep1 0.96566
+R<GLN>A<OE1> R<LYS>A<CE> sep2 -0.531671
+R<GLN>A<OE1> R<LYS>A<CG> central_sep1 -0.310732
+R<GLN>A<OE1> R<LYS>A<CG> central_sep2 -0.0183648
+R<GLN>A<OE1> R<LYS>A<CG> sep1 0.67525
+R<GLN>A<OE1> R<LYS>A<CG> sep2 -0.120871
+R<GLN>A<OE1> R<LYS>A<N> central_sep1 0.568219
+R<GLN>A<OE1> R<LYS>A<N> central_sep2 0.265956
+R<GLN>A<OE1> R<LYS>A<N> sep1 1.57886
+R<GLN>A<OE1> R<LYS>A<N> sep2 0.740198
+R<GLN>A<OE1> R<LYS>A<NZ> central_sep1 -0.109525
+R<GLN>A<OE1> R<LYS>A<NZ> central_sep2 -0.546402
+R<GLN>A<OE1> R<LYS>A<NZ> sep1 1.0775
+R<GLN>A<OE1> R<LYS>A<NZ> sep2 -0.134377
+R<GLN>A<OE1> R<LYS>A<O> central_sep1 0.859779
+R<GLN>A<OE1> R<LYS>A<O> central_sep2 0.701464
+R<GLN>A<OE1> R<LYS>A<O> sep1 1.2844
+R<GLN>A<OE1> R<LYS>A<O> sep2 0.447886
+R<GLN>A<OE1> R<MET>A<C> central_sep1 1.45887
+R<GLN>A<OE1> R<MET>A<C> central_sep2 1.31522
+R<GLN>A<OE1> R<MET>A<C> sep1 1.24723
+R<GLN>A<OE1> R<MET>A<C> sep2 0.314343
+R<GLN>A<OE1> R<MET>A<CA> central_sep1 -0.454313
+R<GLN>A<OE1> R<MET>A<CA> central_sep2 0.142576
+R<GLN>A<OE1> R<MET>A<CA> sep1 1.41702
+R<GLN>A<OE1> R<MET>A<CA> sep2 0.257616
+R<GLN>A<OE1> R<MET>A<CB> central_sep1 0.284065
+R<GLN>A<OE1> R<MET>A<CB> central_sep2 -0.284121
+R<GLN>A<OE1> R<MET>A<CB> sep1 1.47698
+R<GLN>A<OE1> R<MET>A<CB> sep2 -0.0876364
+R<GLN>A<OE1> R<MET>A<CE> central_sep1 0.165165
+R<GLN>A<OE1> R<MET>A<CE> central_sep2 -0.582201
+R<GLN>A<OE1> R<MET>A<CE> sep1 1.83177
+R<GLN>A<OE1> R<MET>A<CE> sep2 -0.224455
+R<GLN>A<OE1> R<MET>A<CG> central_sep1 0.0624205
+R<GLN>A<OE1> R<MET>A<CG> central_sep2 -0.310627
+R<GLN>A<OE1> R<MET>A<CG> sep1 1.10594
+R<GLN>A<OE1> R<MET>A<CG> sep2 -0.396484
+R<GLN>A<OE1> R<MET>A<N> central_sep1 0.972528
+R<GLN>A<OE1> R<MET>A<N> central_sep2 0.0548122
+R<GLN>A<OE1> R<MET>A<N> sep1 1.85209
+R<GLN>A<OE1> R<MET>A<N> sep2 0.546501
+R<GLN>A<OE1> R<MET>A<O> central_sep1 0.860525
+R<GLN>A<OE1> R<MET>A<O> central_sep2 0.435941
+R<GLN>A<OE1> R<MET>A<O> sep1 1.55367
+R<GLN>A<OE1> R<MET>A<O> sep2 0.324655
+R<GLN>A<OE1> R<MET>A<SD> central_sep1 0.597461
+R<GLN>A<OE1> R<MET>A<SD> central_sep2 0.00785882
+R<GLN>A<OE1> R<MET>A<SD> sep1 1.67724
+R<GLN>A<OE1> R<MET>A<SD> sep2 -0.235538
+R<GLN>A<OE1> R<PHE>A<C> central_sep1 1.35519
+R<GLN>A<OE1> R<PHE>A<C> central_sep2 1.37783
+R<GLN>A<OE1> R<PHE>A<C> sep1 1.62417
+R<GLN>A<OE1> R<PHE>A<C> sep2 0.396219
+R<GLN>A<OE1> R<PHE>A<CA> central_sep1 -0.256246
+R<GLN>A<OE1> R<PHE>A<CA> central_sep2 -0.0300481
+R<GLN>A<OE1> R<PHE>A<CA> sep1 1.61228
+R<GLN>A<OE1> R<PHE>A<CA> sep2 0.309689
+R<GLN>A<OE1> R<PHE>A<CB> central_sep1 0.621564
+R<GLN>A<OE1> R<PHE>A<CB> central_sep2 -0.391186
+R<GLN>A<OE1> R<PHE>A<CB> sep1 1.81415
+R<GLN>A<OE1> R<PHE>A<CB> sep2 -0.240601
+R<GLN>A<OE1> R<PHE>A<CD1> central_sep1 0.140069
+R<GLN>A<OE1> R<PHE>A<CD1> central_sep2 -0.182547
+R<GLN>A<OE1> R<PHE>A<CD1> sep1 1.58223
+R<GLN>A<OE1> R<PHE>A<CD1> sep2 -0.313185
+R<GLN>A<OE1> R<PHE>A<CE1> central_sep1 0.417455
+R<GLN>A<OE1> R<PHE>A<CE1> central_sep2 -0.145903
+R<GLN>A<OE1> R<PHE>A<CE1> sep1 1.01659
+R<GLN>A<OE1> R<PHE>A<CE1> sep2 -0.482538
+R<GLN>A<OE1> R<PHE>A<CG> central_sep1 2.55412
+R<GLN>A<OE1> R<PHE>A<CG> central_sep2 0.934634
+R<GLN>A<OE1> R<PHE>A<CG> sep1 1.66387
+R<GLN>A<OE1> R<PHE>A<CG> sep2 -0.691988
+R<GLN>A<OE1> R<PHE>A<CZ> central_sep1 0.403813
+R<GLN>A<OE1> R<PHE>A<CZ> central_sep2 -0.255043
+R<GLN>A<OE1> R<PHE>A<CZ> sep1 1.04674
+R<GLN>A<OE1> R<PHE>A<CZ> sep2 -0.593895
+R<GLN>A<OE1> R<PHE>A<N> central_sep1 0.89332
+R<GLN>A<OE1> R<PHE>A<N> central_sep2 0.0723275
+R<GLN>A<OE1> R<PHE>A<N> sep1 1.98249
+R<GLN>A<OE1> R<PHE>A<N> sep2 0.564055
+R<GLN>A<OE1> R<PHE>A<O> central_sep1 0.877476
+R<GLN>A<OE1> R<PHE>A<O> central_sep2 0.453218
+R<GLN>A<OE1> R<PHE>A<O> sep1 1.58055
+R<GLN>A<OE1> R<PHE>A<O> sep2 0.308747
+R<GLN>A<OE1> R<PRO>A<C> central_sep1 1.5078
+R<GLN>A<OE1> R<PRO>A<C> central_sep2 1.77773
+R<GLN>A<OE1> R<PRO>A<C> sep1 1.3288
+R<GLN>A<OE1> R<PRO>A<C> sep2 0.724053
+R<GLN>A<OE1> R<PRO>A<CA> central_sep1 -0.255354
+R<GLN>A<OE1> R<PRO>A<CA> central_sep2 -0.152168
+R<GLN>A<OE1> R<PRO>A<CA> sep1 1.25876
+R<GLN>A<OE1> R<PRO>A<CA> sep2 0.0103945
+R<GLN>A<OE1> R<PRO>A<CB> central_sep1 0.245282
+R<GLN>A<OE1> R<PRO>A<CB> central_sep2 -0.376957
+R<GLN>A<OE1> R<PRO>A<CB> sep1 1.15176
+R<GLN>A<OE1> R<PRO>A<CB> sep2 -0.556519
+R<GLN>A<OE1> R<PRO>A<CD> central_sep1 -0.626016
+R<GLN>A<OE1> R<PRO>A<CD> central_sep2 -0.106351
+R<GLN>A<OE1> R<PRO>A<CD> sep1 1.22077
+R<GLN>A<OE1> R<PRO>A<CD> sep2 -0.0451198
+R<GLN>A<OE1> R<PRO>A<CG> central_sep1 0.592752
+R<GLN>A<OE1> R<PRO>A<CG> central_sep2 -0.491428
+R<GLN>A<OE1> R<PRO>A<CG> sep1 1.10796
+R<GLN>A<OE1> R<PRO>A<CG> sep2 -0.645706
+R<GLN>A<OE1> R<PRO>A<N> central_sep1 0.668079
+R<GLN>A<OE1> R<PRO>A<N> central_sep2 0.883514
+R<GLN>A<OE1> R<PRO>A<N> sep1 0.870905
+R<GLN>A<OE1> R<PRO>A<N> sep2 -0.36481
+R<GLN>A<OE1> R<PRO>A<O> central_sep1 0.668673
+R<GLN>A<OE1> R<PRO>A<O> central_sep2 0.415766
+R<GLN>A<OE1> R<PRO>A<O> sep1 1.16948
+R<GLN>A<OE1> R<PRO>A<O> sep2 0.238494
+R<GLN>A<OE1> R<SER>A<C> central_sep1 1.22719
+R<GLN>A<OE1> R<SER>A<C> central_sep2 1.12893
+R<GLN>A<OE1> R<SER>A<C> sep1 1.15029
+R<GLN>A<OE1> R<SER>A<C> sep2 0.424004
+R<GLN>A<OE1> R<SER>A<CA> central_sep1 -0.0135814
+R<GLN>A<OE1> R<SER>A<CA> central_sep2 0.083653
+R<GLN>A<OE1> R<SER>A<CA> sep1 1.45145
+R<GLN>A<OE1> R<SER>A<CA> sep2 0.0959899
+R<GLN>A<OE1> R<SER>A<CB> central_sep1 0.140755
+R<GLN>A<OE1> R<SER>A<CB> central_sep2 -0.286318
+R<GLN>A<OE1> R<SER>A<CB> sep1 1.06965
+R<GLN>A<OE1> R<SER>A<CB> sep2 -0.44995
+R<GLN>A<OE1> R<SER>A<N> central_sep1 -0.315633
+R<GLN>A<OE1> R<SER>A<N> central_sep2 0.0116643
+R<GLN>A<OE1> R<SER>A<N> sep1 1.59745
+R<GLN>A<OE1> R<SER>A<N> sep2 0.33332
+R<GLN>A<OE1> R<SER>A<O> central_sep1 0.621855
+R<GLN>A<OE1> R<SER>A<O> central_sep2 0.485773
+R<GLN>A<OE1> R<SER>A<O> sep1 1.23875
+R<GLN>A<OE1> R<SER>A<O> sep2 0.292435
+R<GLN>A<OE1> R<SER>A<OG> central_sep1 -0.0613227
+R<GLN>A<OE1> R<SER>A<OG> central_sep2 -0.468687
+R<GLN>A<OE1> R<SER>A<OG> sep1 1.11673
+R<GLN>A<OE1> R<SER>A<OG> sep2 -0.186133
+R<GLN>A<OE1> R<THR>A<C> central_sep1 1.16509
+R<GLN>A<OE1> R<THR>A<C> central_sep2 1.18418
+R<GLN>A<OE1> R<THR>A<C> sep1 1.47027
+R<GLN>A<OE1> R<THR>A<C> sep2 0.418024
+R<GLN>A<OE1> R<THR>A<CA> central_sep1 -0.0820821
+R<GLN>A<OE1> R<THR>A<CA> central_sep2 0.148092
+R<GLN>A<OE1> R<THR>A<CA> sep1 1.54766
+R<GLN>A<OE1> R<THR>A<CA> sep2 0.147584
+R<GLN>A<OE1> R<THR>A<CB> central_sep1 0.0626257
+R<GLN>A<OE1> R<THR>A<CB> central_sep2 -0.320184
+R<GLN>A<OE1> R<THR>A<CB> sep1 1.00807
+R<GLN>A<OE1> R<THR>A<CB> sep2 -0.79287
+R<GLN>A<OE1> R<THR>A<CG2> central_sep1 -0.122753
+R<GLN>A<OE1> R<THR>A<CG2> central_sep2 -0.341349
+R<GLN>A<OE1> R<THR>A<CG2> sep1 1.12725
+R<GLN>A<OE1> R<THR>A<CG2> sep2 -0.28764
+R<GLN>A<OE1> R<THR>A<N> central_sep1 -0.672809
+R<GLN>A<OE1> R<THR>A<N> central_sep2 0.0432017
+R<GLN>A<OE1> R<THR>A<N> sep1 1.65105
+R<GLN>A<OE1> R<THR>A<N> sep2 0.617027
+R<GLN>A<OE1> R<THR>A<O> central_sep1 0.754721
+R<GLN>A<OE1> R<THR>A<O> central_sep2 0.442324
+R<GLN>A<OE1> R<THR>A<O> sep1 1.31369
+R<GLN>A<OE1> R<THR>A<O> sep2 0.270047
+R<GLN>A<OE1> R<THR>A<OG1> central_sep1 0.0228917
+R<GLN>A<OE1> R<THR>A<OG1> central_sep2 -0.59341
+R<GLN>A<OE1> R<THR>A<OG1> sep1 1.10617
+R<GLN>A<OE1> R<THR>A<OG1> sep2 -0.338155
+R<GLN>A<OE1> R<TRP>A<C> central_sep1 1.29563
+R<GLN>A<OE1> R<TRP>A<C> central_sep2 1.23459
+R<GLN>A<OE1> R<TRP>A<C> sep1 1.44059
+R<GLN>A<OE1> R<TRP>A<C> sep2 0.571216
+R<GLN>A<OE1> R<TRP>A<CA> central_sep1 -0.28743
+R<GLN>A<OE1> R<TRP>A<CA> central_sep2 0.398861
+R<GLN>A<OE1> R<TRP>A<CA> sep1 1.51569
+R<GLN>A<OE1> R<TRP>A<CA> sep2 0.459051
+R<GLN>A<OE1> R<TRP>A<CB> central_sep1 0.557735
+R<GLN>A<OE1> R<TRP>A<CB> central_sep2 -0.403665
+R<GLN>A<OE1> R<TRP>A<CB> sep1 1.69305
+R<GLN>A<OE1> R<TRP>A<CB> sep2 -0.238699
+R<GLN>A<OE1> R<TRP>A<CD1> central_sep1 -0.365875
+R<GLN>A<OE1> R<TRP>A<CD1> central_sep2 -0.455937
+R<GLN>A<OE1> R<TRP>A<CD1> sep1 1.02733
+R<GLN>A<OE1> R<TRP>A<CD1> sep2 -0.691137
+R<GLN>A<OE1> R<TRP>A<CD2> central_sep1 0.891468
+R<GLN>A<OE1> R<TRP>A<CD2> central_sep2 0.379398
+R<GLN>A<OE1> R<TRP>A<CD2> sep1 1.52576
+R<GLN>A<OE1> R<TRP>A<CD2> sep2 -0.319843
+R<GLN>A<OE1> R<TRP>A<CE2> central_sep1 0.691956
+R<GLN>A<OE1> R<TRP>A<CE2> central_sep2 0.464684
+R<GLN>A<OE1> R<TRP>A<CE2> sep1 1.28415
+R<GLN>A<OE1> R<TRP>A<CE2> sep2 -0.63726
+R<GLN>A<OE1> R<TRP>A<CE3> central_sep1 0.451021
+R<GLN>A<OE1> R<TRP>A<CE3> central_sep2 0.108389
+R<GLN>A<OE1> R<TRP>A<CE3> sep1 1.81028
+R<GLN>A<OE1> R<TRP>A<CE3> sep2 -0.207282
+R<GLN>A<OE1> R<TRP>A<CG> central_sep1 2.16054
+R<GLN>A<OE1> R<TRP>A<CG> central_sep2 0.367616
+R<GLN>A<OE1> R<TRP>A<CG> sep1 0.990058
+R<GLN>A<OE1> R<TRP>A<CG> sep2 -0.93902
+R<GLN>A<OE1> R<TRP>A<CH2> central_sep1 0.624921
+R<GLN>A<OE1> R<TRP>A<CH2> central_sep2 -0.613604
+R<GLN>A<OE1> R<TRP>A<CH2> sep1 0.860806
+R<GLN>A<OE1> R<TRP>A<CH2> sep2 -0.880481
+R<GLN>A<OE1> R<TRP>A<CZ2> central_sep1 0.0664576
+R<GLN>A<OE1> R<TRP>A<CZ2> central_sep2 -0.813111
+R<GLN>A<OE1> R<TRP>A<CZ2> sep1 0.324756
+R<GLN>A<OE1> R<TRP>A<CZ2> sep2 -1.2355
+R<GLN>A<OE1> R<TRP>A<CZ3> central_sep1 0.4676
+R<GLN>A<OE1> R<TRP>A<CZ3> central_sep2 -0.168133
+R<GLN>A<OE1> R<TRP>A<CZ3> sep1 1.3206
+R<GLN>A<OE1> R<TRP>A<CZ3> sep2 -0.460057
+R<GLN>A<OE1> R<TRP>A<N> central_sep1 0.685031
+R<GLN>A<OE1> R<TRP>A<N> central_sep2 -0.103708
+R<GLN>A<OE1> R<TRP>A<N> sep1 1.58003
+R<GLN>A<OE1> R<TRP>A<N> sep2 0.435004
+R<GLN>A<OE1> R<TRP>A<NE1> central_sep1 -0.760014
+R<GLN>A<OE1> R<TRP>A<NE1> central_sep2 -1.37925
+R<GLN>A<OE1> R<TRP>A<NE1> sep1 0.738858
+R<GLN>A<OE1> R<TRP>A<NE1> sep2 -0.893716
+R<GLN>A<OE1> R<TRP>A<O> central_sep1 0.64036
+R<GLN>A<OE1> R<TRP>A<O> central_sep2 0.514992
+R<GLN>A<OE1> R<TRP>A<O> sep1 1.29045
+R<GLN>A<OE1> R<TRP>A<O> sep2 0.23802
+R<GLN>A<OE1> R<TYR>A<C> central_sep1 1.3343
+R<GLN>A<OE1> R<TYR>A<C> central_sep2 1.24215
+R<GLN>A<OE1> R<TYR>A<C> sep1 1.55814
+R<GLN>A<OE1> R<TYR>A<C> sep2 0.414545
+R<GLN>A<OE1> R<TYR>A<CA> central_sep1 -0.174254
+R<GLN>A<OE1> R<TYR>A<CA> central_sep2 0.0541485
+R<GLN>A<OE1> R<TYR>A<CA> sep1 1.49071
+R<GLN>A<OE1> R<TYR>A<CA> sep2 0.355339
+R<GLN>A<OE1> R<TYR>A<CB> central_sep1 0.578474
+R<GLN>A<OE1> R<TYR>A<CB> central_sep2 -0.270358
+R<GLN>A<OE1> R<TYR>A<CB> sep1 1.76788
+R<GLN>A<OE1> R<TYR>A<CB> sep2 -0.220587
+R<GLN>A<OE1> R<TYR>A<CD1> central_sep1 -0.0549287
+R<GLN>A<OE1> R<TYR>A<CD1> central_sep2 -0.160373
+R<GLN>A<OE1> R<TYR>A<CD1> sep1 1.36995
+R<GLN>A<OE1> R<TYR>A<CD1> sep2 -0.310306
+R<GLN>A<OE1> R<TYR>A<CE1> central_sep1 0.0609542
+R<GLN>A<OE1> R<TYR>A<CE1> central_sep2 -0.51139
+R<GLN>A<OE1> R<TYR>A<CE1> sep1 0.707546
+R<GLN>A<OE1> R<TYR>A<CE1> sep2 -0.54875
+R<GLN>A<OE1> R<TYR>A<CG> central_sep1 2.34273
+R<GLN>A<OE1> R<TYR>A<CG> central_sep2 0.988189
+R<GLN>A<OE1> R<TYR>A<CG> sep1 1.48368
+R<GLN>A<OE1> R<TYR>A<CG> sep2 -0.667348
+R<GLN>A<OE1> R<TYR>A<CZ> central_sep1 0.687317
+R<GLN>A<OE1> R<TYR>A<CZ> central_sep2 0.571489
+R<GLN>A<OE1> R<TYR>A<CZ> sep1 1.17636
+R<GLN>A<OE1> R<TYR>A<CZ> sep2 -0.834207
+R<GLN>A<OE1> R<TYR>A<N> central_sep1 0.784704
+R<GLN>A<OE1> R<TYR>A<N> central_sep2 -0.0111356
+R<GLN>A<OE1> R<TYR>A<N> sep1 1.8346
+R<GLN>A<OE1> R<TYR>A<N> sep2 0.35393
+R<GLN>A<OE1> R<TYR>A<O> central_sep1 0.88023
+R<GLN>A<OE1> R<TYR>A<O> central_sep2 0.521541
+R<GLN>A<OE1> R<TYR>A<O> sep1 1.47604
+R<GLN>A<OE1> R<TYR>A<O> sep2 0.310067
+R<GLN>A<OE1> R<TYR>A<OH> central_sep1 0.17157
+R<GLN>A<OE1> R<TYR>A<OH> central_sep2 -0.985319
+R<GLN>A<OE1> R<TYR>A<OH> sep1 0.785165
+R<GLN>A<OE1> R<TYR>A<OH> sep2 -0.682932
+R<GLN>A<OE1> R<VAL>A<C> central_sep1 1.77586
+R<GLN>A<OE1> R<VAL>A<C> central_sep2 1.65212
+R<GLN>A<OE1> R<VAL>A<C> sep1 1.95295
+R<GLN>A<OE1> R<VAL>A<C> sep2 0.900938
+R<GLN>A<OE1> R<VAL>A<CA> central_sep1 0.0648367
+R<GLN>A<OE1> R<VAL>A<CA> central_sep2 0.258301
+R<GLN>A<OE1> R<VAL>A<CA> sep1 1.65053
+R<GLN>A<OE1> R<VAL>A<CA> sep2 0.573491
+R<GLN>A<OE1> R<VAL>A<CB> central_sep1 0.571283
+R<GLN>A<OE1> R<VAL>A<CB> central_sep2 -0.0865257
+R<GLN>A<OE1> R<VAL>A<CB> sep1 1.59208
+R<GLN>A<OE1> R<VAL>A<CB> sep2 -0.371466
+R<GLN>A<OE1> R<VAL>A<CG1> central_sep1 0.433969
+R<GLN>A<OE1> R<VAL>A<CG1> central_sep2 -0.185247
+R<GLN>A<OE1> R<VAL>A<CG1> sep1 1.29063
+R<GLN>A<OE1> R<VAL>A<CG1> sep2 -0.0614534
+R<GLN>A<OE1> R<VAL>A<CG2> central_sep1 0.551217
+R<GLN>A<OE1> R<VAL>A<CG2> central_sep2 -0.180018
+R<GLN>A<OE1> R<VAL>A<CG2> sep1 1.74007
+R<GLN>A<OE1> R<VAL>A<CG2> sep2 -0.0914518
+R<GLN>A<OE1> R<VAL>A<N> central_sep1 1.33268
+R<GLN>A<OE1> R<VAL>A<N> central_sep2 -0.0182542
+R<GLN>A<OE1> R<VAL>A<N> sep1 2.12551
+R<GLN>A<OE1> R<VAL>A<N> sep2 0.64374
+R<GLN>A<OE1> R<VAL>A<O> central_sep1 1.07653
+R<GLN>A<OE1> R<VAL>A<O> central_sep2 0.616992
+R<GLN>A<OE1> R<VAL>A<O> sep1 1.79753
+R<GLN>A<OE1> R<VAL>A<O> sep2 0.410262
+R<GLN>A<OE1> c<solvent> . -0.509974
+R<GLU>A<C> R<GLU>A<C> central_sep1 4.74725
+R<GLU>A<C> R<GLU>A<C> central_sep2 4.09082
+R<GLU>A<C> R<GLU>A<C> sep1 -2.71502
+R<GLU>A<C> R<GLU>A<C> sep2 2.26827
+R<GLU>A<C> R<GLU>A<CA> central_sep1 3.97321
+R<GLU>A<C> R<GLU>A<CA> central_sep2 2.95794
+R<GLU>A<C> R<GLU>A<CA> sep1 -2.86078
+R<GLU>A<C> R<GLU>A<CA> sep2 1.60495
+R<GLU>A<C> R<GLU>A<CB> central_sep1 2.55893
+R<GLU>A<C> R<GLU>A<CB> central_sep2 2.44448
+R<GLU>A<C> R<GLU>A<CB> sep1 0.188895
+R<GLU>A<C> R<GLU>A<CB> sep2 1.21864
+R<GLU>A<C> R<GLU>A<CD> central_sep1 1.91373
+R<GLU>A<C> R<GLU>A<CD> central_sep2 2.61733
+R<GLU>A<C> R<GLU>A<CD> sep1 -0.264542
+R<GLU>A<C> R<GLU>A<CD> sep2 1.79149
+R<GLU>A<C> R<GLU>A<CG> central_sep1 1.36077
+R<GLU>A<C> R<GLU>A<CG> central_sep2 2.01211
+R<GLU>A<C> R<GLU>A<CG> sep1 -0.248641
+R<GLU>A<C> R<GLU>A<CG> sep2 1.08127
+R<GLU>A<C> R<GLU>A<N> central_sep1 -0.860942
+R<GLU>A<C> R<GLU>A<N> central_sep2 3.54787
+R<GLU>A<C> R<GLU>A<N> sep1 -1.70335
+R<GLU>A<C> R<GLU>A<N> sep2 2.44515
+R<GLU>A<C> R<GLU>A<O> central_sep1 -0.810439
+R<GLU>A<C> R<GLU>A<O> central_sep2 3.13709
+R<GLU>A<C> R<GLU>A<O> sep1 -1.67988
+R<GLU>A<C> R<GLU>A<O> sep2 2.03615
+R<GLU>A<C> R<GLU>A<OE1> central_sep1 2.16236
+R<GLU>A<C> R<GLU>A<OE1> central_sep2 3.27144
+R<GLU>A<C> R<GLU>A<OE1> sep1 1.38592
+R<GLU>A<C> R<GLU>A<OE1> sep2 2.04342
+R<GLU>A<C> R<GLY>A<C> central_sep1 4.14069
+R<GLU>A<C> R<GLY>A<C> central_sep2 2.7735
+R<GLU>A<C> R<GLY>A<C> sep1 -1.90224
+R<GLU>A<C> R<GLY>A<C> sep2 1.4947
+R<GLU>A<C> R<GLY>A<CA> central_sep1 3.11742
+R<GLU>A<C> R<GLY>A<CA> central_sep2 1.39367
+R<GLU>A<C> R<GLY>A<CA> sep1 -1.74446
+R<GLU>A<C> R<GLY>A<CA> sep2 0.312739
+R<GLU>A<C> R<GLY>A<N> central_sep1 -0.303224
+R<GLU>A<C> R<GLY>A<N> central_sep2 2.22575
+R<GLU>A<C> R<GLY>A<N> sep1 -1.77497
+R<GLU>A<C> R<GLY>A<N> sep2 1.05662
+R<GLU>A<C> R<GLY>A<O> central_sep1 -0.26399
+R<GLU>A<C> R<GLY>A<O> central_sep2 2.1283
+R<GLU>A<C> R<GLY>A<O> sep1 -1.37941
+R<GLU>A<C> R<GLY>A<O> sep2 1.33392
+R<GLU>A<C> R<HIS>A<C> central_sep1 4.16979
+R<GLU>A<C> R<HIS>A<C> central_sep2 3.66908
+R<GLU>A<C> R<HIS>A<C> sep1 -2.26506
+R<GLU>A<C> R<HIS>A<C> sep2 2.25704
+R<GLU>A<C> R<HIS>A<CA> central_sep1 3.98948
+R<GLU>A<C> R<HIS>A<CA> central_sep2 3.31847
+R<GLU>A<C> R<HIS>A<CA> sep1 -2.59516
+R<GLU>A<C> R<HIS>A<CA> sep2 1.41617
+R<GLU>A<C> R<HIS>A<CB> central_sep1 2.21442
+R<GLU>A<C> R<HIS>A<CB> central_sep2 1.42392
+R<GLU>A<C> R<HIS>A<CB> sep1 0.0616911
+R<GLU>A<C> R<HIS>A<CB> sep2 0.383818
+R<GLU>A<C> R<HIS>A<CD2> central_sep1 0.065839
+R<GLU>A<C> R<HIS>A<CD2> central_sep2 0.945634
+R<GLU>A<C> R<HIS>A<CD2> sep1 -0.274641
+R<GLU>A<C> R<HIS>A<CD2> sep2 0.0477826
+R<GLU>A<C> R<HIS>A<CE1> central_sep1 1.7016
+R<GLU>A<C> R<HIS>A<CE1> central_sep2 0.852916
+R<GLU>A<C> R<HIS>A<CE1> sep1 1.67687
+R<GLU>A<C> R<HIS>A<CE1> sep2 0.0521364
+R<GLU>A<C> R<HIS>A<CG> central_sep1 0.329102
+R<GLU>A<C> R<HIS>A<CG> central_sep2 1.16998
+R<GLU>A<C> R<HIS>A<CG> sep1 -1.62215
+R<GLU>A<C> R<HIS>A<CG> sep2 0.480452
+R<GLU>A<C> R<HIS>A<N> central_sep1 -0.598358
+R<GLU>A<C> R<HIS>A<N> central_sep2 3.09244
+R<GLU>A<C> R<HIS>A<N> sep1 -1.63431
+R<GLU>A<C> R<HIS>A<N> sep2 1.76315
+R<GLU>A<C> R<HIS>A<ND1> central_sep1 0.218083
+R<GLU>A<C> R<HIS>A<ND1> central_sep2 1.40336
+R<GLU>A<C> R<HIS>A<ND1> sep1 -0.282701
+R<GLU>A<C> R<HIS>A<ND1> sep2 0.347888
+R<GLU>A<C> R<HIS>A<NE2> central_sep1 2.52856
+R<GLU>A<C> R<HIS>A<NE2> central_sep2 1.24791
+R<GLU>A<C> R<HIS>A<NE2> sep1 2.31797
+R<GLU>A<C> R<HIS>A<NE2> sep2 0.266156
+R<GLU>A<C> R<HIS>A<O> central_sep1 -0.721694
+R<GLU>A<C> R<HIS>A<O> central_sep2 2.40931
+R<GLU>A<C> R<HIS>A<O> sep1 -1.27683
+R<GLU>A<C> R<HIS>A<O> sep2 1.43739
+R<GLU>A<C> R<ILE>A<C> central_sep1 4.79145
+R<GLU>A<C> R<ILE>A<C> central_sep2 4.73344
+R<GLU>A<C> R<ILE>A<C> sep1 -2.91409
+R<GLU>A<C> R<ILE>A<C> sep2 3.72752
+R<GLU>A<C> R<ILE>A<CA> central_sep1 4.60248
+R<GLU>A<C> R<ILE>A<CA> central_sep2 3.61563
+R<GLU>A<C> R<ILE>A<CA> sep1 -2.8937
+R<GLU>A<C> R<ILE>A<CA> sep2 1.44818
+R<GLU>A<C> R<ILE>A<CB> central_sep1 2.25712
+R<GLU>A<C> R<ILE>A<CB> central_sep2 1.75121
+R<GLU>A<C> R<ILE>A<CB> sep1 0.0999797
+R<GLU>A<C> R<ILE>A<CB> sep2 0.146099
+R<GLU>A<C> R<ILE>A<CD1> central_sep1 0.89981
+R<GLU>A<C> R<ILE>A<CD1> central_sep2 0.282522
+R<GLU>A<C> R<ILE>A<CD1> sep1 0.0361709
+R<GLU>A<C> R<ILE>A<CD1> sep2 -0.0728813
+R<GLU>A<C> R<ILE>A<CG1> central_sep1 0.534051
+R<GLU>A<C> R<ILE>A<CG1> central_sep2 0.884397
+R<GLU>A<C> R<ILE>A<CG1> sep1 -1.10413
+R<GLU>A<C> R<ILE>A<CG1> sep2 0.0603709
+R<GLU>A<C> R<ILE>A<CG2> central_sep1 0.373236
+R<GLU>A<C> R<ILE>A<CG2> central_sep2 0.768674
+R<GLU>A<C> R<ILE>A<CG2> sep1 -0.164191
+R<GLU>A<C> R<ILE>A<CG2> sep2 -0.0790308
+R<GLU>A<C> R<ILE>A<N> central_sep1 -0.434653
+R<GLU>A<C> R<ILE>A<N> central_sep2 3.99012
+R<GLU>A<C> R<ILE>A<N> sep1 -2.0277
+R<GLU>A<C> R<ILE>A<N> sep2 2.41423
+R<GLU>A<C> R<ILE>A<O> central_sep1 -1.0243
+R<GLU>A<C> R<ILE>A<O> central_sep2 3.07899
+R<GLU>A<C> R<ILE>A<O> sep1 -1.40786
+R<GLU>A<C> R<ILE>A<O> sep2 1.68661
+R<GLU>A<C> R<LEU>A<C> central_sep1 4.03904
+R<GLU>A<C> R<LEU>A<C> central_sep2 4.71822
+R<GLU>A<C> R<LEU>A<C> sep1 -2.70433
+R<GLU>A<C> R<LEU>A<C> sep2 2.81277
+R<GLU>A<C> R<LEU>A<CA> central_sep1 3.93871
+R<GLU>A<C> R<LEU>A<CA> central_sep2 3.07514
+R<GLU>A<C> R<LEU>A<CA> sep1 -2.88999
+R<GLU>A<C> R<LEU>A<CA> sep2 1.71202
+R<GLU>A<C> R<LEU>A<CB> central_sep1 1.80714
+R<GLU>A<C> R<LEU>A<CB> central_sep2 1.77441
+R<GLU>A<C> R<LEU>A<CB> sep1 0.349908
+R<GLU>A<C> R<LEU>A<CB> sep2 0.600373
+R<GLU>A<C> R<LEU>A<CD1> central_sep1 0.825142
+R<GLU>A<C> R<LEU>A<CD1> central_sep2 0.167462
+R<GLU>A<C> R<LEU>A<CD1> sep1 0.457414
+R<GLU>A<C> R<LEU>A<CD1> sep2 -0.187154
+R<GLU>A<C> R<LEU>A<CD2> central_sep1 1.09234
+R<GLU>A<C> R<LEU>A<CD2> central_sep2 0.325191
+R<GLU>A<C> R<LEU>A<CD2> sep1 0.32216
+R<GLU>A<C> R<LEU>A<CD2> sep2 0.0217802
+R<GLU>A<C> R<LEU>A<CG> central_sep1 0.264304
+R<GLU>A<C> R<LEU>A<CG> central_sep2 1.4244
+R<GLU>A<C> R<LEU>A<CG> sep1 -0.941224
+R<GLU>A<C> R<LEU>A<CG> sep2 0.465514
+R<GLU>A<C> R<LEU>A<N> central_sep1 -0.734908
+R<GLU>A<C> R<LEU>A<N> central_sep2 3.32006
+R<GLU>A<C> R<LEU>A<N> sep1 -2.10238
+R<GLU>A<C> R<LEU>A<N> sep2 2.49356
+R<GLU>A<C> R<LEU>A<O> central_sep1 -1.06306
+R<GLU>A<C> R<LEU>A<O> central_sep2 2.90262
+R<GLU>A<C> R<LEU>A<O> sep1 -1.53592
+R<GLU>A<C> R<LEU>A<O> sep2 1.73026
+R<GLU>A<C> R<LYS>A<C> central_sep1 4.08867
+R<GLU>A<C> R<LYS>A<C> central_sep2 4.01402
+R<GLU>A<C> R<LYS>A<C> sep1 -2.70333
+R<GLU>A<C> R<LYS>A<C> sep2 2.6954
+R<GLU>A<C> R<LYS>A<CA> central_sep1 3.48704
+R<GLU>A<C> R<LYS>A<CA> central_sep2 2.07364
+R<GLU>A<C> R<LYS>A<CA> sep1 -2.8795
+R<GLU>A<C> R<LYS>A<CA> sep2 1.19762
+R<GLU>A<C> R<LYS>A<CB> central_sep1 1.7377
+R<GLU>A<C> R<LYS>A<CB> central_sep2 1.24974
+R<GLU>A<C> R<LYS>A<CB> sep1 -0.25057
+R<GLU>A<C> R<LYS>A<CB> sep2 0.177636
+R<GLU>A<C> R<LYS>A<CD> central_sep1 1.41498
+R<GLU>A<C> R<LYS>A<CD> central_sep2 0.905036
+R<GLU>A<C> R<LYS>A<CD> sep1 -0.132296
+R<GLU>A<C> R<LYS>A<CD> sep2 0.0927897
+R<GLU>A<C> R<LYS>A<CE> central_sep1 1.47873
+R<GLU>A<C> R<LYS>A<CE> central_sep2 1.33063
+R<GLU>A<C> R<LYS>A<CE> sep1 0.718708
+R<GLU>A<C> R<LYS>A<CE> sep2 0.121331
+R<GLU>A<C> R<LYS>A<CG> central_sep1 0.510952
+R<GLU>A<C> R<LYS>A<CG> central_sep2 0.830699
+R<GLU>A<C> R<LYS>A<CG> sep1 -0.824316
+R<GLU>A<C> R<LYS>A<CG> sep2 -0.0109342
+R<GLU>A<C> R<LYS>A<N> central_sep1 -1.12951
+R<GLU>A<C> R<LYS>A<N> central_sep2 2.62572
+R<GLU>A<C> R<LYS>A<N> sep1 -1.88558
+R<GLU>A<C> R<LYS>A<N> sep2 1.50632
+R<GLU>A<C> R<LYS>A<NZ> central_sep1 2.27809
+R<GLU>A<C> R<LYS>A<NZ> central_sep2 1.91713
+R<GLU>A<C> R<LYS>A<NZ> sep1 2.03834
+R<GLU>A<C> R<LYS>A<NZ> sep2 0.343526
+R<GLU>A<C> R<LYS>A<O> central_sep1 -0.890713
+R<GLU>A<C> R<LYS>A<O> central_sep2 2.96605
+R<GLU>A<C> R<LYS>A<O> sep1 -1.70833
+R<GLU>A<C> R<LYS>A<O> sep2 1.62717
+R<GLU>A<C> R<MET>A<C> central_sep1 4.81051
+R<GLU>A<C> R<MET>A<C> central_sep2 3.94653
+R<GLU>A<C> R<MET>A<C> sep1 -2.61002
+R<GLU>A<C> R<MET>A<C> sep2 2.45387
+R<GLU>A<C> R<MET>A<CA> central_sep1 4.2175
+R<GLU>A<C> R<MET>A<CA> central_sep2 3.10924
+R<GLU>A<C> R<MET>A<CA> sep1 -2.75589
+R<GLU>A<C> R<MET>A<CA> sep2 1.04282
+R<GLU>A<C> R<MET>A<CB> central_sep1 2.29928
+R<GLU>A<C> R<MET>A<CB> central_sep2 1.48833
+R<GLU>A<C> R<MET>A<CB> sep1 0.00811848
+R<GLU>A<C> R<MET>A<CB> sep2 0.409648
+R<GLU>A<C> R<MET>A<CE> central_sep1 0.358309
+R<GLU>A<C> R<MET>A<CE> central_sep2 0.246198
+R<GLU>A<C> R<MET>A<CE> sep1 1.1926
+R<GLU>A<C> R<MET>A<CE> sep2 -0.0822852
+R<GLU>A<C> R<MET>A<CG> central_sep1 0.751394
+R<GLU>A<C> R<MET>A<CG> central_sep2 0.927321
+R<GLU>A<C> R<MET>A<CG> sep1 -0.490399
+R<GLU>A<C> R<MET>A<CG> sep2 0.127928
+R<GLU>A<C> R<MET>A<N> central_sep1 -0.544442
+R<GLU>A<C> R<MET>A<N> central_sep2 3.12765
+R<GLU>A<C> R<MET>A<N> sep1 -1.92055
+R<GLU>A<C> R<MET>A<N> sep2 2.13702
+R<GLU>A<C> R<MET>A<O> central_sep1 -0.930134
+R<GLU>A<C> R<MET>A<O> central_sep2 2.58187
+R<GLU>A<C> R<MET>A<O> sep1 -1.53498
+R<GLU>A<C> R<MET>A<O> sep2 1.64014
+R<GLU>A<C> R<MET>A<SD> central_sep1 0.567839
+R<GLU>A<C> R<MET>A<SD> central_sep2 0.317498
+R<GLU>A<C> R<MET>A<SD> sep1 0.48414
+R<GLU>A<C> R<MET>A<SD> sep2 0.0258567
+R<GLU>A<C> R<PHE>A<C> central_sep1 3.00113
+R<GLU>A<C> R<PHE>A<C> central_sep2 4.56879
+R<GLU>A<C> R<PHE>A<C> sep1 -2.59145
+R<GLU>A<C> R<PHE>A<C> sep2 3.4273
+R<GLU>A<C> R<PHE>A<CA> central_sep1 3.82707
+R<GLU>A<C> R<PHE>A<CA> central_sep2 3.05533
+R<GLU>A<C> R<PHE>A<CA> sep1 -2.69009
+R<GLU>A<C> R<PHE>A<CA> sep2 1.29905
+R<GLU>A<C> R<PHE>A<CB> central_sep1 2.02054
+R<GLU>A<C> R<PHE>A<CB> central_sep2 1.31347
+R<GLU>A<C> R<PHE>A<CB> sep1 -0.0779581
+R<GLU>A<C> R<PHE>A<CB> sep2 0.177387
+R<GLU>A<C> R<PHE>A<CD1> central_sep1 -0.457898
+R<GLU>A<C> R<PHE>A<CD1> central_sep2 0.326479
+R<GLU>A<C> R<PHE>A<CD1> sep1 -0.428877
+R<GLU>A<C> R<PHE>A<CD1> sep2 -0.0204417
+R<GLU>A<C> R<PHE>A<CE1> central_sep1 0.836752
+R<GLU>A<C> R<PHE>A<CE1> central_sep2 0.212549
+R<GLU>A<C> R<PHE>A<CE1> sep1 1.66378
+R<GLU>A<C> R<PHE>A<CE1> sep2 -0.226393
+R<GLU>A<C> R<PHE>A<CG> central_sep1 1.30901
+R<GLU>A<C> R<PHE>A<CG> central_sep2 1.54526
+R<GLU>A<C> R<PHE>A<CG> sep1 -1.65401
+R<GLU>A<C> R<PHE>A<CG> sep2 0.813969
+R<GLU>A<C> R<PHE>A<CZ> central_sep1 1.90962
+R<GLU>A<C> R<PHE>A<CZ> central_sep2 0.0999365
+R<GLU>A<C> R<PHE>A<CZ> sep1 2.59811
+R<GLU>A<C> R<PHE>A<CZ> sep2 -0.275738
+R<GLU>A<C> R<PHE>A<N> central_sep1 -0.68645
+R<GLU>A<C> R<PHE>A<N> central_sep2 3.43247
+R<GLU>A<C> R<PHE>A<N> sep1 -1.98259
+R<GLU>A<C> R<PHE>A<N> sep2 2.13302
+R<GLU>A<C> R<PHE>A<O> central_sep1 -0.916492
+R<GLU>A<C> R<PHE>A<O> central_sep2 2.84936
+R<GLU>A<C> R<PHE>A<O> sep1 -1.36306
+R<GLU>A<C> R<PHE>A<O> sep2 1.60008
+R<GLU>A<C> R<PRO>A<C> central_sep1 3.11814
+R<GLU>A<C> R<PRO>A<C> central_sep2 3.99721
+R<GLU>A<C> R<PRO>A<C> sep1 -2.43474
+R<GLU>A<C> R<PRO>A<C> sep2 2.56893
+R<GLU>A<C> R<PRO>A<CA> central_sep1 3.40419
+R<GLU>A<C> R<PRO>A<CA> central_sep2 1.98376
+R<GLU>A<C> R<PRO>A<CA> sep1 -2.02804
+R<GLU>A<C> R<PRO>A<CA> sep2 0.643854
+R<GLU>A<C> R<PRO>A<CB> central_sep1 1.85855
+R<GLU>A<C> R<PRO>A<CB> central_sep2 0.871701
+R<GLU>A<C> R<PRO>A<CB> sep1 1.51973
+R<GLU>A<C> R<PRO>A<CB> sep2 0.146374
+R<GLU>A<C> R<PRO>A<CD> central_sep1 -0.360763
+R<GLU>A<C> R<PRO>A<CD> central_sep2 1.37976
+R<GLU>A<C> R<PRO>A<CD> sep1 -0.698045
+R<GLU>A<C> R<PRO>A<CD> sep2 0.428477
+R<GLU>A<C> R<PRO>A<CG> central_sep1 1.83524
+R<GLU>A<C> R<PRO>A<CG> central_sep2 0.660322
+R<GLU>A<C> R<PRO>A<CG> sep1 2.34612
+R<GLU>A<C> R<PRO>A<CG> sep2 0.0157452
+R<GLU>A<C> R<PRO>A<N> central_sep1 1.26871
+R<GLU>A<C> R<PRO>A<N> central_sep2 1.54365
+R<GLU>A<C> R<PRO>A<N> sep1 -0.955909
+R<GLU>A<C> R<PRO>A<N> sep2 1.44465
+R<GLU>A<C> R<PRO>A<O> central_sep1 -1.07686
+R<GLU>A<C> R<PRO>A<O> central_sep2 3.09942
+R<GLU>A<C> R<PRO>A<O> sep1 -2.01709
+R<GLU>A<C> R<PRO>A<O> sep2 1.82001
+R<GLU>A<C> R<SER>A<C> central_sep1 4.70359
+R<GLU>A<C> R<SER>A<C> central_sep2 3.30779
+R<GLU>A<C> R<SER>A<C> sep1 -2.18552
+R<GLU>A<C> R<SER>A<C> sep2 2.19062
+R<GLU>A<C> R<SER>A<CA> central_sep1 4.08836
+R<GLU>A<C> R<SER>A<CA> central_sep2 2.55329
+R<GLU>A<C> R<SER>A<CA> sep1 -2.36043
+R<GLU>A<C> R<SER>A<CA> sep2 0.836409
+R<GLU>A<C> R<SER>A<CB> central_sep1 2.49264
+R<GLU>A<C> R<SER>A<CB> central_sep2 1.32924
+R<GLU>A<C> R<SER>A<CB> sep1 0.0905633
+R<GLU>A<C> R<SER>A<CB> sep2 0.28481
+R<GLU>A<C> R<SER>A<N> central_sep1 -0.4624
+R<GLU>A<C> R<SER>A<N> central_sep2 3.03269
+R<GLU>A<C> R<SER>A<N> sep1 -1.46633
+R<GLU>A<C> R<SER>A<N> sep2 1.70664
+R<GLU>A<C> R<SER>A<O> central_sep1 -0.59943
+R<GLU>A<C> R<SER>A<O> central_sep2 2.69697
+R<GLU>A<C> R<SER>A<O> sep1 -1.38872
+R<GLU>A<C> R<SER>A<O> sep2 1.6883
+R<GLU>A<C> R<SER>A<OG> central_sep1 2.05424
+R<GLU>A<C> R<SER>A<OG> central_sep2 1.7462
+R<GLU>A<C> R<SER>A<OG> sep1 0.53665
+R<GLU>A<C> R<SER>A<OG> sep2 0.731409
+R<GLU>A<C> R<THR>A<C> central_sep1 5.01517
+R<GLU>A<C> R<THR>A<C> central_sep2 4.32713
+R<GLU>A<C> R<THR>A<C> sep1 -2.42066
+R<GLU>A<C> R<THR>A<C> sep2 2.44065
+R<GLU>A<C> R<THR>A<CA> central_sep1 4.22914
+R<GLU>A<C> R<THR>A<CA> central_sep2 3.24031
+R<GLU>A<C> R<THR>A<CA> sep1 -2.61477
+R<GLU>A<C> R<THR>A<CA> sep2 1.40876
+R<GLU>A<C> R<THR>A<CB> central_sep1 2.33256
+R<GLU>A<C> R<THR>A<CB> central_sep2 1.54511
+R<GLU>A<C> R<THR>A<CB> sep1 0.191756
+R<GLU>A<C> R<THR>A<CB> sep2 0.256283
+R<GLU>A<C> R<THR>A<CG2> central_sep1 0.927023
+R<GLU>A<C> R<THR>A<CG2> central_sep2 0.895
+R<GLU>A<C> R<THR>A<CG2> sep1 -0.23253
+R<GLU>A<C> R<THR>A<CG2> sep2 -0.00256001
+R<GLU>A<C> R<THR>A<N> central_sep1 -0.349395
+R<GLU>A<C> R<THR>A<N> central_sep2 3.62636
+R<GLU>A<C> R<THR>A<N> sep1 -1.49688
+R<GLU>A<C> R<THR>A<N> sep2 2.28498
+R<GLU>A<C> R<THR>A<O> central_sep1 -0.785586
+R<GLU>A<C> R<THR>A<O> central_sep2 2.49992
+R<GLU>A<C> R<THR>A<O> sep1 -1.29165
+R<GLU>A<C> R<THR>A<O> sep2 1.6628
+R<GLU>A<C> R<THR>A<OG1> central_sep1 1.97071
+R<GLU>A<C> R<THR>A<OG1> central_sep2 1.50535
+R<GLU>A<C> R<THR>A<OG1> sep1 -0.0133314
+R<GLU>A<C> R<THR>A<OG1> sep2 0.652093
+R<GLU>A<C> R<TRP>A<C> central_sep1 3.71636
+R<GLU>A<C> R<TRP>A<C> central_sep2 4.80187
+R<GLU>A<C> R<TRP>A<C> sep1 -2.63303
+R<GLU>A<C> R<TRP>A<C> sep2 2.92988
+R<GLU>A<C> R<TRP>A<CA> central_sep1 3.74198
+R<GLU>A<C> R<TRP>A<CA> central_sep2 2.93489
+R<GLU>A<C> R<TRP>A<CA> sep1 -2.73883
+R<GLU>A<C> R<TRP>A<CA> sep2 1.35629
+R<GLU>A<C> R<TRP>A<CB> central_sep1 1.77784
+R<GLU>A<C> R<TRP>A<CB> central_sep2 1.16727
+R<GLU>A<C> R<TRP>A<CB> sep1 0.0117419
+R<GLU>A<C> R<TRP>A<CB> sep2 0.0827873
+R<GLU>A<C> R<TRP>A<CD1> central_sep1 -0.560657
+R<GLU>A<C> R<TRP>A<CD1> central_sep2 0.417866
+R<GLU>A<C> R<TRP>A<CD1> sep1 -0.475731
+R<GLU>A<C> R<TRP>A<CD1> sep2 -0.24038
+R<GLU>A<C> R<TRP>A<CD2> central_sep1 -0.173726
+R<GLU>A<C> R<TRP>A<CD2> central_sep2 1.52322
+R<GLU>A<C> R<TRP>A<CD2> sep1 -0.132094
+R<GLU>A<C> R<TRP>A<CD2> sep2 0.899699
+R<GLU>A<C> R<TRP>A<CE2> central_sep1 0.440243
+R<GLU>A<C> R<TRP>A<CE2> central_sep2 1.58586
+R<GLU>A<C> R<TRP>A<CE2> sep1 1.24598
+R<GLU>A<C> R<TRP>A<CE2> sep2 0.173014
+R<GLU>A<C> R<TRP>A<CE3> central_sep1 -0.242855
+R<GLU>A<C> R<TRP>A<CE3> central_sep2 -0.28791
+R<GLU>A<C> R<TRP>A<CE3> sep1 0.783205
+R<GLU>A<C> R<TRP>A<CE3> sep2 0.168237
+R<GLU>A<C> R<TRP>A<CG> central_sep1 1.6532
+R<GLU>A<C> R<TRP>A<CG> central_sep2 1.50692
+R<GLU>A<C> R<TRP>A<CG> sep1 -0.891997
+R<GLU>A<C> R<TRP>A<CG> sep2 0.688421
+R<GLU>A<C> R<TRP>A<CH2> central_sep1 2.35041
+R<GLU>A<C> R<TRP>A<CH2> central_sep2 -0.0290282
+R<GLU>A<C> R<TRP>A<CH2> sep1 3.19247
+R<GLU>A<C> R<TRP>A<CH2> sep2 -0.575096
+R<GLU>A<C> R<TRP>A<CZ2> central_sep1 2.03241
+R<GLU>A<C> R<TRP>A<CZ2> central_sep2 -0.108883
+R<GLU>A<C> R<TRP>A<CZ2> sep1 2.91153
+R<GLU>A<C> R<TRP>A<CZ2> sep2 -0.569632
+R<GLU>A<C> R<TRP>A<CZ3> central_sep1 1.36193
+R<GLU>A<C> R<TRP>A<CZ3> central_sep2 -0.0724955
+R<GLU>A<C> R<TRP>A<CZ3> sep1 2.16332
+R<GLU>A<C> R<TRP>A<CZ3> sep2 -0.432592
+R<GLU>A<C> R<TRP>A<N> central_sep1 -0.677482
+R<GLU>A<C> R<TRP>A<N> central_sep2 2.38601
+R<GLU>A<C> R<TRP>A<N> sep1 -1.79102
+R<GLU>A<C> R<TRP>A<N> sep2 1.93209
+R<GLU>A<C> R<TRP>A<NE1> central_sep1 1.69607
+R<GLU>A<C> R<TRP>A<NE1> central_sep2 0.807679
+R<GLU>A<C> R<TRP>A<NE1> sep1 1.71456
+R<GLU>A<C> R<TRP>A<NE1> sep2 -0.0528923
+R<GLU>A<C> R<TRP>A<O> central_sep1 -0.956992
+R<GLU>A<C> R<TRP>A<O> central_sep2 3.18313
+R<GLU>A<C> R<TRP>A<O> sep1 -1.4045
+R<GLU>A<C> R<TRP>A<O> sep2 2.15938
+R<GLU>A<C> R<TYR>A<C> central_sep1 3.6068
+R<GLU>A<C> R<TYR>A<C> central_sep2 4.15269
+R<GLU>A<C> R<TYR>A<C> sep1 -2.47295
+R<GLU>A<C> R<TYR>A<C> sep2 2.87341
+R<GLU>A<C> R<TYR>A<CA> central_sep1 3.86408
+R<GLU>A<C> R<TYR>A<CA> central_sep2 2.64323
+R<GLU>A<C> R<TYR>A<CA> sep1 -2.63091
+R<GLU>A<C> R<TYR>A<CA> sep2 1.09478
+R<GLU>A<C> R<TYR>A<CB> central_sep1 2.09178
+R<GLU>A<C> R<TYR>A<CB> central_sep2 1.20913
+R<GLU>A<C> R<TYR>A<CB> sep1 0.0119331
+R<GLU>A<C> R<TYR>A<CB> sep2 0.178242
+R<GLU>A<C> R<TYR>A<CD1> central_sep1 -0.49839
+R<GLU>A<C> R<TYR>A<CD1> central_sep2 0.114435
+R<GLU>A<C> R<TYR>A<CD1> sep1 -0.368986
+R<GLU>A<C> R<TYR>A<CD1> sep2 -0.188355
+R<GLU>A<C> R<TYR>A<CE1> central_sep1 0.74998
+R<GLU>A<C> R<TYR>A<CE1> central_sep2 0.384744
+R<GLU>A<C> R<TYR>A<CE1> sep1 1.53149
+R<GLU>A<C> R<TYR>A<CE1> sep2 -0.16047
+R<GLU>A<C> R<TYR>A<CG> central_sep1 1.19036
+R<GLU>A<C> R<TYR>A<CG> central_sep2 1.37135
+R<GLU>A<C> R<TYR>A<CG> sep1 -1.62888
+R<GLU>A<C> R<TYR>A<CG> sep2 0.483024
+R<GLU>A<C> R<TYR>A<CZ> central_sep1 1.12375
+R<GLU>A<C> R<TYR>A<CZ> central_sep2 0.801171
+R<GLU>A<C> R<TYR>A<CZ> sep1 1.6561
+R<GLU>A<C> R<TYR>A<CZ> sep2 -0.156614
+R<GLU>A<C> R<TYR>A<N> central_sep1 -0.690503
+R<GLU>A<C> R<TYR>A<N> central_sep2 3.1599
+R<GLU>A<C> R<TYR>A<N> sep1 -1.84441
+R<GLU>A<C> R<TYR>A<N> sep2 2.23682
+R<GLU>A<C> R<TYR>A<O> central_sep1 -0.810464
+R<GLU>A<C> R<TYR>A<O> central_sep2 3.0858
+R<GLU>A<C> R<TYR>A<O> sep1 -1.29894
+R<GLU>A<C> R<TYR>A<O> sep2 1.65439
+R<GLU>A<C> R<TYR>A<OH> central_sep1 3.09041
+R<GLU>A<C> R<TYR>A<OH> central_sep2 0.900533
+R<GLU>A<C> R<TYR>A<OH> sep1 3.68471
+R<GLU>A<C> R<TYR>A<OH> sep2 0.0118911
+R<GLU>A<C> R<VAL>A<C> central_sep1 5.22083
+R<GLU>A<C> R<VAL>A<C> central_sep2 4.69965
+R<GLU>A<C> R<VAL>A<C> sep1 -2.81261
+R<GLU>A<C> R<VAL>A<C> sep2 3.56144
+R<GLU>A<C> R<VAL>A<CA> central_sep1 4.48
+R<GLU>A<C> R<VAL>A<CA> central_sep2 3.43728
+R<GLU>A<C> R<VAL>A<CA> sep1 -2.79684
+R<GLU>A<C> R<VAL>A<CA> sep2 1.53443
+R<GLU>A<C> R<VAL>A<CB> central_sep1 2.12011
+R<GLU>A<C> R<VAL>A<CB> central_sep2 1.31482
+R<GLU>A<C> R<VAL>A<CB> sep1 0.13544
+R<GLU>A<C> R<VAL>A<CB> sep2 -0.171026
+R<GLU>A<C> R<VAL>A<CG1> central_sep1 0.305384
+R<GLU>A<C> R<VAL>A<CG1> central_sep2 0.592949
+R<GLU>A<C> R<VAL>A<CG1> sep1 -0.244117
+R<GLU>A<C> R<VAL>A<CG1> sep2 -0.196534
+R<GLU>A<C> R<VAL>A<CG2> central_sep1 0.815281
+R<GLU>A<C> R<VAL>A<CG2> central_sep2 0.576495
+R<GLU>A<C> R<VAL>A<CG2> sep1 -0.687601
+R<GLU>A<C> R<VAL>A<CG2> sep2 -0.0428264
+R<GLU>A<C> R<VAL>A<N> central_sep1 -0.222146
+R<GLU>A<C> R<VAL>A<N> central_sep2 3.54426
+R<GLU>A<C> R<VAL>A<N> sep1 -1.8324
+R<GLU>A<C> R<VAL>A<N> sep2 2.447
+R<GLU>A<C> R<VAL>A<O> central_sep1 -0.885535
+R<GLU>A<C> R<VAL>A<O> central_sep2 2.8459
+R<GLU>A<C> R<VAL>A<O> sep1 -1.34086
+R<GLU>A<C> R<VAL>A<O> sep2 1.76766
+R<GLU>A<C> c<solvent> . 1.80406
+R<GLU>A<CA> R<GLU>A<CA> central_sep1 2.23196
+R<GLU>A<CA> R<GLU>A<CA> central_sep2 1.15199
+R<GLU>A<CA> R<GLU>A<CA> sep1 2.42687
+R<GLU>A<CA> R<GLU>A<CA> sep2 1.98813
+R<GLU>A<CA> R<GLU>A<CB> central_sep1 -1.16307
+R<GLU>A<CA> R<GLU>A<CB> central_sep2 1.50198
+R<GLU>A<CA> R<GLU>A<CB> sep1 1.04156
+R<GLU>A<CA> R<GLU>A<CB> sep2 1.49998
+R<GLU>A<CA> R<GLU>A<CD> central_sep1 -0.0125721
+R<GLU>A<CA> R<GLU>A<CD> central_sep2 1.16188
+R<GLU>A<CA> R<GLU>A<CD> sep1 0.498709
+R<GLU>A<CA> R<GLU>A<CD> sep2 0.775609
+R<GLU>A<CA> R<GLU>A<CG> central_sep1 0.584766
+R<GLU>A<CA> R<GLU>A<CG> central_sep2 1.30831
+R<GLU>A<CA> R<GLU>A<CG> sep1 0.50471
+R<GLU>A<CA> R<GLU>A<CG> sep2 1.45474
+R<GLU>A<CA> R<GLU>A<N> central_sep1 3.33995
+R<GLU>A<CA> R<GLU>A<N> central_sep2 3.02998
+R<GLU>A<CA> R<GLU>A<N> sep1 -2.0808
+R<GLU>A<CA> R<GLU>A<N> sep2 2.43355
+R<GLU>A<CA> R<GLU>A<O> central_sep1 1.54663
+R<GLU>A<CA> R<GLU>A<O> central_sep2 0.901915
+R<GLU>A<CA> R<GLU>A<O> sep1 -2.06787
+R<GLU>A<CA> R<GLU>A<O> sep2 1.73164
+R<GLU>A<CA> R<GLU>A<OE1> central_sep1 0.0266885
+R<GLU>A<CA> R<GLU>A<OE1> central_sep2 1.49722
+R<GLU>A<CA> R<GLU>A<OE1> sep1 1.45051
+R<GLU>A<CA> R<GLU>A<OE1> sep2 1.39952
+R<GLU>A<CA> R<GLY>A<C> central_sep1 2.21986
+R<GLU>A<CA> R<GLY>A<C> central_sep2 1.39052
+R<GLU>A<CA> R<GLY>A<C> sep1 -2.3494
+R<GLU>A<CA> R<GLY>A<C> sep2 0.506062
+R<GLU>A<CA> R<GLY>A<CA> central_sep1 1.87059
+R<GLU>A<CA> R<GLY>A<CA> central_sep2 0.702782
+R<GLU>A<CA> R<GLY>A<CA> sep1 1.39174
+R<GLU>A<CA> R<GLY>A<CA> sep2 0.745682
+R<GLU>A<CA> R<GLY>A<N> central_sep1 2.05397
+R<GLU>A<CA> R<GLY>A<N> central_sep2 1.5819
+R<GLU>A<CA> R<GLY>A<N> sep1 -1.95984
+R<GLU>A<CA> R<GLY>A<N> sep2 1.13261
+R<GLU>A<CA> R<GLY>A<O> central_sep1 1.1188
+R<GLU>A<CA> R<GLY>A<O> central_sep2 0.148013
+R<GLU>A<CA> R<GLY>A<O> sep1 -1.90447
+R<GLU>A<CA> R<GLY>A<O> sep2 0.795223
+R<GLU>A<CA> R<HIS>A<C> central_sep1 3.27691
+R<GLU>A<CA> R<HIS>A<C> central_sep2 2.41383
+R<GLU>A<CA> R<HIS>A<C> sep1 -2.404
+R<GLU>A<CA> R<HIS>A<C> sep2 0.87176
+R<GLU>A<CA> R<HIS>A<CA> central_sep1 2.05569
+R<GLU>A<CA> R<HIS>A<CA> central_sep2 0.848773
+R<GLU>A<CA> R<HIS>A<CA> sep1 2.55207
+R<GLU>A<CA> R<HIS>A<CA> sep2 1.2712
+R<GLU>A<CA> R<HIS>A<CB> central_sep1 -0.75744
+R<GLU>A<CA> R<HIS>A<CB> central_sep2 0.493176
+R<GLU>A<CA> R<HIS>A<CB> sep1 1.32402
+R<GLU>A<CA> R<HIS>A<CB> sep2 0.511371
+R<GLU>A<CA> R<HIS>A<CD2> central_sep1 0.333194
+R<GLU>A<CA> R<HIS>A<CD2> central_sep2 0.34778
+R<GLU>A<CA> R<HIS>A<CD2> sep1 0.239274
+R<GLU>A<CA> R<HIS>A<CD2> sep2 0.288989
+R<GLU>A<CA> R<HIS>A<CE1> central_sep1 1.31798
+R<GLU>A<CA> R<HIS>A<CE1> central_sep2 0.423665
+R<GLU>A<CA> R<HIS>A<CE1> sep1 1.77744
+R<GLU>A<CA> R<HIS>A<CE1> sep2 0.232814
+R<GLU>A<CA> R<HIS>A<CG> central_sep1 0.881815
+R<GLU>A<CA> R<HIS>A<CG> central_sep2 -0.0154921
+R<GLU>A<CA> R<HIS>A<CG> sep1 1.57324
+R<GLU>A<CA> R<HIS>A<CG> sep2 -0.312243
+R<GLU>A<CA> R<HIS>A<N> central_sep1 2.92848
+R<GLU>A<CA> R<HIS>A<N> central_sep2 2.27571
+R<GLU>A<CA> R<HIS>A<N> sep1 -1.95233
+R<GLU>A<CA> R<HIS>A<N> sep2 1.58008
+R<GLU>A<CA> R<HIS>A<ND1> central_sep1 0.545281
+R<GLU>A<CA> R<HIS>A<ND1> central_sep2 0.726573
+R<GLU>A<CA> R<HIS>A<ND1> sep1 0.284576
+R<GLU>A<CA> R<HIS>A<ND1> sep2 0.15966
+R<GLU>A<CA> R<HIS>A<NE2> central_sep1 1.34771
+R<GLU>A<CA> R<HIS>A<NE2> central_sep2 0.615633
+R<GLU>A<CA> R<HIS>A<NE2> sep1 1.97976
+R<GLU>A<CA> R<HIS>A<NE2> sep2 0.0367296
+R<GLU>A<CA> R<HIS>A<O> central_sep1 1.20661
+R<GLU>A<CA> R<HIS>A<O> central_sep2 0.0490016
+R<GLU>A<CA> R<HIS>A<O> sep1 -1.73383
+R<GLU>A<CA> R<HIS>A<O> sep2 1.04992
+R<GLU>A<CA> R<ILE>A<C> central_sep1 4.7421
+R<GLU>A<CA> R<ILE>A<C> central_sep2 3.06654
+R<GLU>A<CA> R<ILE>A<C> sep1 -2.87218
+R<GLU>A<CA> R<ILE>A<C> sep2 1.46308
+R<GLU>A<CA> R<ILE>A<CA> central_sep1 2.00348
+R<GLU>A<CA> R<ILE>A<CA> central_sep2 0.889141
+R<GLU>A<CA> R<ILE>A<CA> sep1 3.54228
+R<GLU>A<CA> R<ILE>A<CA> sep2 1.56542
+R<GLU>A<CA> R<ILE>A<CB> central_sep1 -1.45544
+R<GLU>A<CA> R<ILE>A<CB> central_sep2 0.688023
+R<GLU>A<CA> R<ILE>A<CB> sep1 1.2638
+R<GLU>A<CA> R<ILE>A<CB> sep2 0.880959
+R<GLU>A<CA> R<ILE>A<CD1> central_sep1 -0.216599
+R<GLU>A<CA> R<ILE>A<CD1> central_sep2 -0.201403
+R<GLU>A<CA> R<ILE>A<CD1> sep1 1.68742
+R<GLU>A<CA> R<ILE>A<CD1> sep2 0.340215
+R<GLU>A<CA> R<ILE>A<CG1> central_sep1 0.358341
+R<GLU>A<CA> R<ILE>A<CG1> central_sep2 0.398581
+R<GLU>A<CA> R<ILE>A<CG1> sep1 1.25035
+R<GLU>A<CA> R<ILE>A<CG1> sep2 0.338588
+R<GLU>A<CA> R<ILE>A<CG2> central_sep1 1.19132
+R<GLU>A<CA> R<ILE>A<CG2> central_sep2 0.234783
+R<GLU>A<CA> R<ILE>A<CG2> sep1 0.554067
+R<GLU>A<CA> R<ILE>A<CG2> sep2 0.687811
+R<GLU>A<CA> R<ILE>A<N> central_sep1 2.09631
+R<GLU>A<CA> R<ILE>A<N> central_sep2 2.56798
+R<GLU>A<CA> R<ILE>A<N> sep1 -2.36987
+R<GLU>A<CA> R<ILE>A<N> sep2 1.89544
+R<GLU>A<CA> R<ILE>A<O> central_sep1 0.638384
+R<GLU>A<CA> R<ILE>A<O> central_sep2 -0.385867
+R<GLU>A<CA> R<ILE>A<O> sep1 -2.07075
+R<GLU>A<CA> R<ILE>A<O> sep2 0.905057
+R<GLU>A<CA> R<LEU>A<C> central_sep1 3.80399
+R<GLU>A<CA> R<LEU>A<C> central_sep2 2.98774
+R<GLU>A<CA> R<LEU>A<C> sep1 -2.71717
+R<GLU>A<CA> R<LEU>A<C> sep2 1.42934
+R<GLU>A<CA> R<LEU>A<CA> central_sep1 2.09478
+R<GLU>A<CA> R<LEU>A<CA> central_sep2 1.08501
+R<GLU>A<CA> R<LEU>A<CA> sep1 3.46332
+R<GLU>A<CA> R<LEU>A<CA> sep2 1.74537
+R<GLU>A<CA> R<LEU>A<CB> central_sep1 -1.10275
+R<GLU>A<CA> R<LEU>A<CB> central_sep2 0.957515
+R<GLU>A<CA> R<LEU>A<CB> sep1 1.13887
+R<GLU>A<CA> R<LEU>A<CB> sep2 1.02448
+R<GLU>A<CA> R<LEU>A<CD1> central_sep1 -0.293373
+R<GLU>A<CA> R<LEU>A<CD1> central_sep2 -0.120533
+R<GLU>A<CA> R<LEU>A<CD1> sep1 1.38172
+R<GLU>A<CA> R<LEU>A<CD1> sep2 0.405195
+R<GLU>A<CA> R<LEU>A<CD2> central_sep1 1.32888
+R<GLU>A<CA> R<LEU>A<CD2> central_sep2 -0.0665435
+R<GLU>A<CA> R<LEU>A<CD2> sep1 1.32671
+R<GLU>A<CA> R<LEU>A<CD2> sep2 0.390285
+R<GLU>A<CA> R<LEU>A<CG> central_sep1 0.11937
+R<GLU>A<CA> R<LEU>A<CG> central_sep2 0.975771
+R<GLU>A<CA> R<LEU>A<CG> sep1 0.453541
+R<GLU>A<CA> R<LEU>A<CG> sep2 0.498861
+R<GLU>A<CA> R<LEU>A<N> central_sep1 2.62688
+R<GLU>A<CA> R<LEU>A<N> central_sep2 2.44547
+R<GLU>A<CA> R<LEU>A<N> sep1 -2.09583
+R<GLU>A<CA> R<LEU>A<N> sep2 1.76941
+R<GLU>A<CA> R<LEU>A<O> central_sep1 1.03447
+R<GLU>A<CA> R<LEU>A<O> central_sep2 -0.016295
+R<GLU>A<CA> R<LEU>A<O> sep1 -2.01972
+R<GLU>A<CA> R<LEU>A<O> sep2 1.16206
+R<GLU>A<CA> R<LYS>A<C> central_sep1 3.84199
+R<GLU>A<CA> R<LYS>A<C> central_sep2 2.30951
+R<GLU>A<CA> R<LYS>A<C> sep1 -2.87164
+R<GLU>A<CA> R<LYS>A<C> sep2 1.01691
+R<GLU>A<CA> R<LYS>A<CA> central_sep1 1.30147
+R<GLU>A<CA> R<LYS>A<CA> central_sep2 0.295947
+R<GLU>A<CA> R<LYS>A<CA> sep1 2.04417
+R<GLU>A<CA> R<LYS>A<CA> sep2 0.897816
+R<GLU>A<CA> R<LYS>A<CB> central_sep1 -1.52653
+R<GLU>A<CA> R<LYS>A<CB> central_sep2 0.572366
+R<GLU>A<CA> R<LYS>A<CB> sep1 0.862832
+R<GLU>A<CA> R<LYS>A<CB> sep2 0.632572
+R<GLU>A<CA> R<LYS>A<CD> central_sep1 -0.867367
+R<GLU>A<CA> R<LYS>A<CD> central_sep2 0.376155
+R<GLU>A<CA> R<LYS>A<CD> sep1 0.123953
+R<GLU>A<CA> R<LYS>A<CD> sep2 0.292723
+R<GLU>A<CA> R<LYS>A<CE> central_sep1 -0.103415
+R<GLU>A<CA> R<LYS>A<CE> central_sep2 0.638397
+R<GLU>A<CA> R<LYS>A<CE> sep1 1.16164
+R<GLU>A<CA> R<LYS>A<CE> sep2 0.211973
+R<GLU>A<CA> R<LYS>A<CG> central_sep1 -0.0157628
+R<GLU>A<CA> R<LYS>A<CG> central_sep2 0.437306
+R<GLU>A<CA> R<LYS>A<CG> sep1 0.184015
+R<GLU>A<CA> R<LYS>A<CG> sep2 0.434809
+R<GLU>A<CA> R<LYS>A<N> central_sep1 2.77007
+R<GLU>A<CA> R<LYS>A<N> central_sep2 2.05484
+R<GLU>A<CA> R<LYS>A<N> sep1 -2.1623
+R<GLU>A<CA> R<LYS>A<N> sep2 1.16806
+R<GLU>A<CA> R<LYS>A<NZ> central_sep1 1.23716
+R<GLU>A<CA> R<LYS>A<NZ> central_sep2 0.771154
+R<GLU>A<CA> R<LYS>A<NZ> sep1 1.79904
+R<GLU>A<CA> R<LYS>A<NZ> sep2 -0.0525422
+R<GLU>A<CA> R<LYS>A<O> central_sep1 1.03866
+R<GLU>A<CA> R<LYS>A<O> central_sep2 0.162795
+R<GLU>A<CA> R<LYS>A<O> sep1 -2.12534
+R<GLU>A<CA> R<LYS>A<O> sep2 1.25337
+R<GLU>A<CA> R<MET>A<C> central_sep1 3.38004
+R<GLU>A<CA> R<MET>A<C> central_sep2 2.93393
+R<GLU>A<CA> R<MET>A<C> sep1 -2.68236
+R<GLU>A<CA> R<MET>A<C> sep2 1.0552
+R<GLU>A<CA> R<MET>A<CA> central_sep1 2.10908
+R<GLU>A<CA> R<MET>A<CA> central_sep2 0.932559
+R<GLU>A<CA> R<MET>A<CA> sep1 3.23242
+R<GLU>A<CA> R<MET>A<CA> sep2 1.11368
+R<GLU>A<CA> R<MET>A<CB> central_sep1 -0.952132
+R<GLU>A<CA> R<MET>A<CB> central_sep2 0.800375
+R<GLU>A<CA> R<MET>A<CB> sep1 1.29375
+R<GLU>A<CA> R<MET>A<CB> sep2 0.717841
+R<GLU>A<CA> R<MET>A<CE> central_sep1 0.369966
+R<GLU>A<CA> R<MET>A<CE> central_sep2 0.0423814
+R<GLU>A<CA> R<MET>A<CE> sep1 2.30971
+R<GLU>A<CA> R<MET>A<CE> sep2 0.319246
+R<GLU>A<CA> R<MET>A<CG> central_sep1 0.37864
+R<GLU>A<CA> R<MET>A<CG> central_sep2 0.531729
+R<GLU>A<CA> R<MET>A<CG> sep1 0.859183
+R<GLU>A<CA> R<MET>A<CG> sep2 0.520065
+R<GLU>A<CA> R<MET>A<N> central_sep1 2.61108
+R<GLU>A<CA> R<MET>A<N> central_sep2 2.29783
+R<GLU>A<CA> R<MET>A<N> sep1 -1.94261
+R<GLU>A<CA> R<MET>A<N> sep2 1.45712
+R<GLU>A<CA> R<MET>A<O> central_sep1 1.03802
+R<GLU>A<CA> R<MET>A<O> central_sep2 -0.152795
+R<GLU>A<CA> R<MET>A<O> sep1 -1.98492
+R<GLU>A<CA> R<MET>A<O> sep2 0.999176
+R<GLU>A<CA> R<MET>A<SD> central_sep1 0.206608
+R<GLU>A<CA> R<MET>A<SD> central_sep2 -0.364099
+R<GLU>A<CA> R<MET>A<SD> sep1 1.5331
+R<GLU>A<CA> R<MET>A<SD> sep2 0.239126
+R<GLU>A<CA> R<PHE>A<C> central_sep1 2.77347
+R<GLU>A<CA> R<PHE>A<C> central_sep2 2.5463
+R<GLU>A<CA> R<PHE>A<C> sep1 -2.66768
+R<GLU>A<CA> R<PHE>A<C> sep2 0.991347
+R<GLU>A<CA> R<PHE>A<CA> central_sep1 1.9499
+R<GLU>A<CA> R<PHE>A<CA> central_sep2 0.758172
+R<GLU>A<CA> R<PHE>A<CA> sep1 3.41319
+R<GLU>A<CA> R<PHE>A<CA> sep2 1.27619
+R<GLU>A<CA> R<PHE>A<CB> central_sep1 -0.504029
+R<GLU>A<CA> R<PHE>A<CB> central_sep2 0.502543
+R<GLU>A<CA> R<PHE>A<CB> sep1 1.38856
+R<GLU>A<CA> R<PHE>A<CB> sep2 0.63723
+R<GLU>A<CA> R<PHE>A<CD1> central_sep1 0.404011
+R<GLU>A<CA> R<PHE>A<CD1> central_sep2 0.140747
+R<GLU>A<CA> R<PHE>A<CD1> sep1 -0.037346
+R<GLU>A<CA> R<PHE>A<CD1> sep2 0.0799274
+R<GLU>A<CA> R<PHE>A<CE1> central_sep1 1.12682
+R<GLU>A<CA> R<PHE>A<CE1> central_sep2 -0.0867317
+R<GLU>A<CA> R<PHE>A<CE1> sep1 1.77204
+R<GLU>A<CA> R<PHE>A<CE1> sep2 -0.101389
+R<GLU>A<CA> R<PHE>A<CG> central_sep1 1.5336
+R<GLU>A<CA> R<PHE>A<CG> central_sep2 0.307939
+R<GLU>A<CA> R<PHE>A<CG> sep1 1.56766
+R<GLU>A<CA> R<PHE>A<CG> sep2 -0.789491
+R<GLU>A<CA> R<PHE>A<CZ> central_sep1 1.50353
+R<GLU>A<CA> R<PHE>A<CZ> central_sep2 -0.235576
+R<GLU>A<CA> R<PHE>A<CZ> sep1 2.3596
+R<GLU>A<CA> R<PHE>A<CZ> sep2 -0.0750515
+R<GLU>A<CA> R<PHE>A<N> central_sep1 2.19679
+R<GLU>A<CA> R<PHE>A<N> central_sep2 2.6436
+R<GLU>A<CA> R<PHE>A<N> sep1 -2.14755
+R<GLU>A<CA> R<PHE>A<N> sep2 1.72631
+R<GLU>A<CA> R<PHE>A<O> central_sep1 0.524788
+R<GLU>A<CA> R<PHE>A<O> central_sep2 -0.347315
+R<GLU>A<CA> R<PHE>A<O> sep1 -2.00083
+R<GLU>A<CA> R<PHE>A<O> sep2 0.746059
+R<GLU>A<CA> R<PRO>A<C> central_sep1 2.20182
+R<GLU>A<CA> R<PRO>A<C> central_sep2 2.29641
+R<GLU>A<CA> R<PRO>A<C> sep1 -2.89469
+R<GLU>A<CA> R<PRO>A<C> sep2 1.2937
+R<GLU>A<CA> R<PRO>A<CA> central_sep1 0.225051
+R<GLU>A<CA> R<PRO>A<CA> central_sep2 0.840529
+R<GLU>A<CA> R<PRO>A<CA> sep1 2.07496
+R<GLU>A<CA> R<PRO>A<CA> sep2 0.945972
+R<GLU>A<CA> R<PRO>A<CB> central_sep1 2.12524
+R<GLU>A<CA> R<PRO>A<CB> central_sep2 0.468418
+R<GLU>A<CA> R<PRO>A<CB> sep1 2.38932
+R<GLU>A<CA> R<PRO>A<CB> sep2 0.421317
+R<GLU>A<CA> R<PRO>A<CD> central_sep1 -1.85443
+R<GLU>A<CA> R<PRO>A<CD> central_sep2 1.00221
+R<GLU>A<CA> R<PRO>A<CD> sep1 1.34618
+R<GLU>A<CA> R<PRO>A<CD> sep2 0.770295
+R<GLU>A<CA> R<PRO>A<CG> central_sep1 1.76841
+R<GLU>A<CA> R<PRO>A<CG> central_sep2 0.177323
+R<GLU>A<CA> R<PRO>A<CG> sep1 1.62076
+R<GLU>A<CA> R<PRO>A<CG> sep2 0.346313
+R<GLU>A<CA> R<PRO>A<N> central_sep1 3.20144
+R<GLU>A<CA> R<PRO>A<N> central_sep2 2.19567
+R<GLU>A<CA> R<PRO>A<N> sep1 -1.05797
+R<GLU>A<CA> R<PRO>A<N> sep2 1.0164
+R<GLU>A<CA> R<PRO>A<O> central_sep1 2.66734
+R<GLU>A<CA> R<PRO>A<O> central_sep2 0.898919
+R<GLU>A<CA> R<PRO>A<O> sep1 -2.13682
+R<GLU>A<CA> R<PRO>A<O> sep2 1.27798
+R<GLU>A<CA> R<SER>A<C> central_sep1 3.81328
+R<GLU>A<CA> R<SER>A<C> central_sep2 2.29898
+R<GLU>A<CA> R<SER>A<C> sep1 -2.51382
+R<GLU>A<CA> R<SER>A<C> sep2 1.20727
+R<GLU>A<CA> R<SER>A<CA> central_sep1 1.99177
+R<GLU>A<CA> R<SER>A<CA> central_sep2 0.683051
+R<GLU>A<CA> R<SER>A<CA> sep1 2.97799
+R<GLU>A<CA> R<SER>A<CA> sep2 0.923982
+R<GLU>A<CA> R<SER>A<CB> central_sep1 -0.238046
+R<GLU>A<CA> R<SER>A<CB> central_sep2 0.64216
+R<GLU>A<CA> R<SER>A<CB> sep1 1.50644
+R<GLU>A<CA> R<SER>A<CB> sep2 0.688989
+R<GLU>A<CA> R<SER>A<N> central_sep1 3.10339
+R<GLU>A<CA> R<SER>A<N> central_sep2 2.07191
+R<GLU>A<CA> R<SER>A<N> sep1 -1.78269
+R<GLU>A<CA> R<SER>A<N> sep2 1.68719
+R<GLU>A<CA> R<SER>A<O> central_sep1 1.62463
+R<GLU>A<CA> R<SER>A<O> central_sep2 0.264725
+R<GLU>A<CA> R<SER>A<O> sep1 -1.81972
+R<GLU>A<CA> R<SER>A<O> sep2 1.15474
+R<GLU>A<CA> R<SER>A<OG> central_sep1 0.11393
+R<GLU>A<CA> R<SER>A<OG> central_sep2 0.52927
+R<GLU>A<CA> R<SER>A<OG> sep1 0.963757
+R<GLU>A<CA> R<SER>A<OG> sep2 0.62655
+R<GLU>A<CA> R<THR>A<C> central_sep1 4.44059
+R<GLU>A<CA> R<THR>A<C> central_sep2 2.82039
+R<GLU>A<CA> R<THR>A<C> sep1 -2.55494
+R<GLU>A<CA> R<THR>A<C> sep2 1.09361
+R<GLU>A<CA> R<THR>A<CA> central_sep1 1.77121
+R<GLU>A<CA> R<THR>A<CA> central_sep2 0.368968
+R<GLU>A<CA> R<THR>A<CA> sep1 3.70216
+R<GLU>A<CA> R<THR>A<CA> sep2 1.07937
+R<GLU>A<CA> R<THR>A<CB> central_sep1 -0.839332
+R<GLU>A<CA> R<THR>A<CB> central_sep2 0.743532
+R<GLU>A<CA> R<THR>A<CB> sep1 1.51112
+R<GLU>A<CA> R<THR>A<CB> sep2 0.373517
+R<GLU>A<CA> R<THR>A<CG2> central_sep1 1.20496
+R<GLU>A<CA> R<THR>A<CG2> central_sep2 0.360124
+R<GLU>A<CA> R<THR>A<CG2> sep1 1.29655
+R<GLU>A<CA> R<THR>A<CG2> sep2 0.635987
+R<GLU>A<CA> R<THR>A<N> central_sep1 3.21724
+R<GLU>A<CA> R<THR>A<N> central_sep2 2.4892
+R<GLU>A<CA> R<THR>A<N> sep1 -2.12137
+R<GLU>A<CA> R<THR>A<N> sep2 1.75834
+R<GLU>A<CA> R<THR>A<O> central_sep1 1.40177
+R<GLU>A<CA> R<THR>A<O> central_sep2 0.102942
+R<GLU>A<CA> R<THR>A<O> sep1 -1.82067
+R<GLU>A<CA> R<THR>A<O> sep2 1.1329
+R<GLU>A<CA> R<THR>A<OG1> central_sep1 0.142647
+R<GLU>A<CA> R<THR>A<OG1> central_sep2 0.508307
+R<GLU>A<CA> R<THR>A<OG1> sep1 0.900906
+R<GLU>A<CA> R<THR>A<OG1> sep2 0.63096
+R<GLU>A<CA> R<TRP>A<C> central_sep1 3.6258
+R<GLU>A<CA> R<TRP>A<C> central_sep2 2.77951
+R<GLU>A<CA> R<TRP>A<C> sep1 -2.5952
+R<GLU>A<CA> R<TRP>A<C> sep2 1.75136
+R<GLU>A<CA> R<TRP>A<CA> central_sep1 1.38539
+R<GLU>A<CA> R<TRP>A<CA> central_sep2 0.771905
+R<GLU>A<CA> R<TRP>A<CA> sep1 3.68987
+R<GLU>A<CA> R<TRP>A<CA> sep2 1.38916
+R<GLU>A<CA> R<TRP>A<CB> central_sep1 -0.618195
+R<GLU>A<CA> R<TRP>A<CB> central_sep2 0.440357
+R<GLU>A<CA> R<TRP>A<CB> sep1 1.59191
+R<GLU>A<CA> R<TRP>A<CB> sep2 0.700012
+R<GLU>A<CA> R<TRP>A<CD1> central_sep1 0.209199
+R<GLU>A<CA> R<TRP>A<CD1> central_sep2 0.117668
+R<GLU>A<CA> R<TRP>A<CD1> sep1 -0.095546
+R<GLU>A<CA> R<TRP>A<CD1> sep2 0.234414
+R<GLU>A<CA> R<TRP>A<CD2> central_sep1 0.338403
+R<GLU>A<CA> R<TRP>A<CD2> central_sep2 -0.210158
+R<GLU>A<CA> R<TRP>A<CD2> sep1 0.9026
+R<GLU>A<CA> R<TRP>A<CD2> sep2 -0.392197
+R<GLU>A<CA> R<TRP>A<CE2> central_sep1 0.46759
+R<GLU>A<CA> R<TRP>A<CE2> central_sep2 0.1568
+R<GLU>A<CA> R<TRP>A<CE2> sep1 1.36869
+R<GLU>A<CA> R<TRP>A<CE2> sep2 -0.506231
+R<GLU>A<CA> R<TRP>A<CE3> central_sep1 -0.772977
+R<GLU>A<CA> R<TRP>A<CE3> central_sep2 0.127687
+R<GLU>A<CA> R<TRP>A<CE3> sep1 1.32458
+R<GLU>A<CA> R<TRP>A<CE3> sep2 0.0688769
+R<GLU>A<CA> R<TRP>A<CG> central_sep1 0.780137
+R<GLU>A<CA> R<TRP>A<CG> central_sep2 0.229056
+R<GLU>A<CA> R<TRP>A<CG> sep1 1.24556
+R<GLU>A<CA> R<TRP>A<CG> sep2 -0.897054
+R<GLU>A<CA> R<TRP>A<CH2> central_sep1 1.41717
+R<GLU>A<CA> R<TRP>A<CH2> central_sep2 -0.337466
+R<GLU>A<CA> R<TRP>A<CH2> sep1 2.72727
+R<GLU>A<CA> R<TRP>A<CH2> sep2 -0.348831
+R<GLU>A<CA> R<TRP>A<CZ2> central_sep1 1.151
+R<GLU>A<CA> R<TRP>A<CZ2> central_sep2 -0.385171
+R<GLU>A<CA> R<TRP>A<CZ2> sep1 2.22721
+R<GLU>A<CA> R<TRP>A<CZ2> sep2 -0.315035
+R<GLU>A<CA> R<TRP>A<CZ3> central_sep1 1.27347
+R<GLU>A<CA> R<TRP>A<CZ3> central_sep2 -0.0926864
+R<GLU>A<CA> R<TRP>A<CZ3> sep1 1.00388
+R<GLU>A<CA> R<TRP>A<CZ3> sep2 -0.14973
+R<GLU>A<CA> R<TRP>A<N> central_sep1 2.48853
+R<GLU>A<CA> R<TRP>A<N> central_sep2 1.7601
+R<GLU>A<CA> R<TRP>A<N> sep1 -2.22077
+R<GLU>A<CA> R<TRP>A<N> sep2 1.35847
+R<GLU>A<CA> R<TRP>A<NE1> central_sep1 0.738751
+R<GLU>A<CA> R<TRP>A<NE1> central_sep2 0.308896
+R<GLU>A<CA> R<TRP>A<NE1> sep1 1.66267
+R<GLU>A<CA> R<TRP>A<NE1> sep2 0.0203895
+R<GLU>A<CA> R<TRP>A<O> central_sep1 0.695445
+R<GLU>A<CA> R<TRP>A<O> central_sep2 -0.0652926
+R<GLU>A<CA> R<TRP>A<O> sep1 -1.93191
+R<GLU>A<CA> R<TRP>A<O> sep2 1.07878
+R<GLU>A<CA> R<TYR>A<C> central_sep1 3.07887
+R<GLU>A<CA> R<TYR>A<C> central_sep2 3.07743
+R<GLU>A<CA> R<TYR>A<C> sep1 -2.57906
+R<GLU>A<CA> R<TYR>A<C> sep2 1.2992
+R<GLU>A<CA> R<TYR>A<CA> central_sep1 1.70276
+R<GLU>A<CA> R<TYR>A<CA> central_sep2 0.606185
+R<GLU>A<CA> R<TYR>A<CA> sep1 3.38118
+R<GLU>A<CA> R<TYR>A<CA> sep2 1.00334
+R<GLU>A<CA> R<TYR>A<CB> central_sep1 -0.584668
+R<GLU>A<CA> R<TYR>A<CB> central_sep2 0.449874
+R<GLU>A<CA> R<TYR>A<CB> sep1 1.57386
+R<GLU>A<CA> R<TYR>A<CB> sep2 0.681353
+R<GLU>A<CA> R<TYR>A<CD1> central_sep1 0.296968
+R<GLU>A<CA> R<TYR>A<CD1> central_sep2 -0.0824316
+R<GLU>A<CA> R<TYR>A<CD1> sep1 -0.116979
+R<GLU>A<CA> R<TYR>A<CD1> sep2 -0.144452
+R<GLU>A<CA> R<TYR>A<CE1> central_sep1 0.699018
+R<GLU>A<CA> R<TYR>A<CE1> central_sep2 -0.0932098
+R<GLU>A<CA> R<TYR>A<CE1> sep1 1.38116
+R<GLU>A<CA> R<TYR>A<CE1> sep2 -0.101877
+R<GLU>A<CA> R<TYR>A<CG> central_sep1 1.01568
+R<GLU>A<CA> R<TYR>A<CG> central_sep2 -0.0845706
+R<GLU>A<CA> R<TYR>A<CG> sep1 1.36144
+R<GLU>A<CA> R<TYR>A<CG> sep2 -0.960089
+R<GLU>A<CA> R<TYR>A<CZ> central_sep1 0.258648
+R<GLU>A<CA> R<TYR>A<CZ> central_sep2 -0.0620872
+R<GLU>A<CA> R<TYR>A<CZ> sep1 1.33821
+R<GLU>A<CA> R<TYR>A<CZ> sep2 -0.744664
+R<GLU>A<CA> R<TYR>A<N> central_sep1 2.2392
+R<GLU>A<CA> R<TYR>A<N> central_sep2 2.47542
+R<GLU>A<CA> R<TYR>A<N> sep1 -2.03683
+R<GLU>A<CA> R<TYR>A<N> sep2 1.71544
+R<GLU>A<CA> R<TYR>A<O> central_sep1 0.64748
+R<GLU>A<CA> R<TYR>A<O> central_sep2 -0.219502
+R<GLU>A<CA> R<TYR>A<O> sep1 -1.92006
+R<GLU>A<CA> R<TYR>A<O> sep2 0.967054
+R<GLU>A<CA> R<TYR>A<OH> central_sep1 1.69976
+R<GLU>A<CA> R<TYR>A<OH> central_sep2 -0.245793
+R<GLU>A<CA> R<TYR>A<OH> sep1 2.54477
+R<GLU>A<CA> R<TYR>A<OH> sep2 -0.121495
+R<GLU>A<CA> R<VAL>A<C> central_sep1 4.10876
+R<GLU>A<CA> R<VAL>A<C> central_sep2 3.06674
+R<GLU>A<CA> R<VAL>A<C> sep1 -2.83975
+R<GLU>A<CA> R<VAL>A<C> sep2 1.07796
+R<GLU>A<CA> R<VAL>A<CA> central_sep1 1.87829
+R<GLU>A<CA> R<VAL>A<CA> central_sep2 0.698948
+R<GLU>A<CA> R<VAL>A<CA> sep1 3.65342
+R<GLU>A<CA> R<VAL>A<CA> sep2 1.38475
+R<GLU>A<CA> R<VAL>A<CB> central_sep1 -1.17868
+R<GLU>A<CA> R<VAL>A<CB> central_sep2 0.524733
+R<GLU>A<CA> R<VAL>A<CB> sep1 1.31006
+R<GLU>A<CA> R<VAL>A<CB> sep2 0.388649
+R<GLU>A<CA> R<VAL>A<CG1> central_sep1 1.44399
+R<GLU>A<CA> R<VAL>A<CG1> central_sep2 0.115821
+R<GLU>A<CA> R<VAL>A<CG1> sep1 0.777838
+R<GLU>A<CA> R<VAL>A<CG1> sep2 0.599718
+R<GLU>A<CA> R<VAL>A<CG2> central_sep1 0.433746
+R<GLU>A<CA> R<VAL>A<CG2> central_sep2 0.0509772
+R<GLU>A<CA> R<VAL>A<CG2> sep1 1.14968
+R<GLU>A<CA> R<VAL>A<CG2> sep2 0.605685
+R<GLU>A<CA> R<VAL>A<N> central_sep1 2.41988
+R<GLU>A<CA> R<VAL>A<N> central_sep2 2.47213
+R<GLU>A<CA> R<VAL>A<N> sep1 -2.39604
+R<GLU>A<CA> R<VAL>A<N> sep2 1.6951
+R<GLU>A<CA> R<VAL>A<O> central_sep1 0.715025
+R<GLU>A<CA> R<VAL>A<O> central_sep2 -0.48616
+R<GLU>A<CA> R<VAL>A<O> sep1 -2.04877
+R<GLU>A<CA> R<VAL>A<O> sep2 0.732653
+R<GLU>A<CA> c<solvent> . 0.614342
+R<GLU>A<CB> R<GLU>A<CB> central_sep1 0.588674
+R<GLU>A<CB> R<GLU>A<CB> central_sep2 0.511796
+R<GLU>A<CB> R<GLU>A<CB> sep1 1.29013
+R<GLU>A<CB> R<GLU>A<CB> sep2 1.08139
+R<GLU>A<CB> R<GLU>A<CD> central_sep1 0.409924
+R<GLU>A<CB> R<GLU>A<CD> central_sep2 0.726562
+R<GLU>A<CB> R<GLU>A<CD> sep1 0.629162
+R<GLU>A<CB> R<GLU>A<CD> sep2 0.119478
+R<GLU>A<CB> R<GLU>A<CG> central_sep1 0.446176
+R<GLU>A<CB> R<GLU>A<CG> central_sep2 0.804689
+R<GLU>A<CB> R<GLU>A<CG> sep1 0.0167212
+R<GLU>A<CB> R<GLU>A<CG> sep2 0.842835
+R<GLU>A<CB> R<GLU>A<N> central_sep1 1.17896
+R<GLU>A<CB> R<GLU>A<N> central_sep2 2.17296
+R<GLU>A<CB> R<GLU>A<N> sep1 -1.75848
+R<GLU>A<CB> R<GLU>A<N> sep2 1.84437
+R<GLU>A<CB> R<GLU>A<O> central_sep1 -1.64873
+R<GLU>A<CB> R<GLU>A<O> central_sep2 1.26768
+R<GLU>A<CB> R<GLU>A<O> sep1 0.476886
+R<GLU>A<CB> R<GLU>A<O> sep2 0.933795
+R<GLU>A<CB> R<GLU>A<OE1> central_sep1 0.248744
+R<GLU>A<CB> R<GLU>A<OE1> central_sep2 0.981491
+R<GLU>A<CB> R<GLU>A<OE1> sep1 1.32682
+R<GLU>A<CB> R<GLU>A<OE1> sep2 0.83218
+R<GLU>A<CB> R<GLY>A<C> central_sep1 1.71478
+R<GLU>A<CB> R<GLY>A<C> central_sep2 1.02997
+R<GLU>A<CB> R<GLY>A<C> sep1 0.18852
+R<GLU>A<CB> R<GLY>A<C> sep2 0.157509
+R<GLU>A<CB> R<GLY>A<CA> central_sep1 0.598503
+R<GLU>A<CB> R<GLY>A<CA> central_sep2 0.294123
+R<GLU>A<CB> R<GLY>A<CA> sep1 1.85118
+R<GLU>A<CB> R<GLY>A<CA> sep2 0.688568
+R<GLU>A<CB> R<GLY>A<N> central_sep1 0.82771
+R<GLU>A<CB> R<GLY>A<N> central_sep2 1.0309
+R<GLU>A<CB> R<GLY>A<N> sep1 -0.887976
+R<GLU>A<CB> R<GLY>A<N> sep2 0.72385
+R<GLU>A<CB> R<GLY>A<O> central_sep1 -0.581985
+R<GLU>A<CB> R<GLY>A<O> central_sep2 0.608034
+R<GLU>A<CB> R<GLY>A<O> sep1 0.690707
+R<GLU>A<CB> R<GLY>A<O> sep2 0.374444
+R<GLU>A<CB> R<HIS>A<C> central_sep1 2.52643
+R<GLU>A<CB> R<HIS>A<C> central_sep2 1.93133
+R<GLU>A<CB> R<HIS>A<C> sep1 0.228321
+R<GLU>A<CB> R<HIS>A<C> sep2 0.371172
+R<GLU>A<CB> R<HIS>A<CA> central_sep1 -0.364809
+R<GLU>A<CB> R<HIS>A<CA> central_sep2 0.761319
+R<GLU>A<CB> R<HIS>A<CA> sep1 1.36118
+R<GLU>A<CB> R<HIS>A<CA> sep2 0.912443
+R<GLU>A<CB> R<HIS>A<CB> central_sep1 0.281989
+R<GLU>A<CB> R<HIS>A<CB> central_sep2 -0.258697
+R<GLU>A<CB> R<HIS>A<CB> sep1 1.62795
+R<GLU>A<CB> R<HIS>A<CB> sep2 0.306768
+R<GLU>A<CB> R<HIS>A<CD2> central_sep1 -0.701095
+R<GLU>A<CB> R<HIS>A<CD2> central_sep2 -0.341346
+R<GLU>A<CB> R<HIS>A<CD2> sep1 0.841501
+R<GLU>A<CB> R<HIS>A<CD2> sep2 -0.171625
+R<GLU>A<CB> R<HIS>A<CE1> central_sep1 -0.292431
+R<GLU>A<CB> R<HIS>A<CE1> central_sep2 -0.361263
+R<GLU>A<CB> R<HIS>A<CE1> sep1 0.759475
+R<GLU>A<CB> R<HIS>A<CE1> sep2 -0.114023
+R<GLU>A<CB> R<HIS>A<CG> central_sep1 0.792788
+R<GLU>A<CB> R<HIS>A<CG> central_sep2 -0.327091
+R<GLU>A<CB> R<HIS>A<CG> sep1 0.786626
+R<GLU>A<CB> R<HIS>A<CG> sep2 -0.728278
+R<GLU>A<CB> R<HIS>A<N> central_sep1 1.20059
+R<GLU>A<CB> R<HIS>A<N> central_sep2 1.54704
+R<GLU>A<CB> R<HIS>A<N> sep1 -1.22463
+R<GLU>A<CB> R<HIS>A<N> sep2 1.40373
+R<GLU>A<CB> R<HIS>A<ND1> central_sep1 -0.266951
+R<GLU>A<CB> R<HIS>A<ND1> central_sep2 0.185606
+R<GLU>A<CB> R<HIS>A<ND1> sep1 0.729249
+R<GLU>A<CB> R<HIS>A<ND1> sep2 -0.39237
+R<GLU>A<CB> R<HIS>A<NE2> central_sep1 0.00843285
+R<GLU>A<CB> R<HIS>A<NE2> central_sep2 -0.258437
+R<GLU>A<CB> R<HIS>A<NE2> sep1 0.406289
+R<GLU>A<CB> R<HIS>A<NE2> sep2 -0.491237
+R<GLU>A<CB> R<HIS>A<O> central_sep1 -1.10207
+R<GLU>A<CB> R<HIS>A<O> central_sep2 0.628909
+R<GLU>A<CB> R<HIS>A<O> sep1 0.639225
+R<GLU>A<CB> R<HIS>A<O> sep2 0.156539
+R<GLU>A<CB> R<ILE>A<C> central_sep1 2.84186
+R<GLU>A<CB> R<ILE>A<C> central_sep2 2.26745
+R<GLU>A<CB> R<ILE>A<C> sep1 -0.0466625
+R<GLU>A<CB> R<ILE>A<C> sep2 0.392432
+R<GLU>A<CB> R<ILE>A<CA> central_sep1 -0.529573
+R<GLU>A<CB> R<ILE>A<CA> central_sep2 1.24049
+R<GLU>A<CB> R<ILE>A<CA> sep1 1.32332
+R<GLU>A<CB> R<ILE>A<CA> sep2 1.45579
+R<GLU>A<CB> R<ILE>A<CB> central_sep1 0.345393
+R<GLU>A<CB> R<ILE>A<CB> central_sep2 -0.307434
+R<GLU>A<CB> R<ILE>A<CB> sep1 1.83822
+R<GLU>A<CB> R<ILE>A<CB> sep2 0.180537
+R<GLU>A<CB> R<ILE>A<CD1> central_sep1 0.245064
+R<GLU>A<CB> R<ILE>A<CD1> central_sep2 -0.544803
+R<GLU>A<CB> R<ILE>A<CD1> sep1 1.42238
+R<GLU>A<CB> R<ILE>A<CD1> sep2 0.0653018
+R<GLU>A<CB> R<ILE>A<CG1> central_sep1 0.125937
+R<GLU>A<CB> R<ILE>A<CG1> central_sep2 -0.205275
+R<GLU>A<CB> R<ILE>A<CG1> sep1 0.409098
+R<GLU>A<CB> R<ILE>A<CG1> sep2 -0.157409
+R<GLU>A<CB> R<ILE>A<CG2> central_sep1 0.219865
+R<GLU>A<CB> R<ILE>A<CG2> central_sep2 -0.335516
+R<GLU>A<CB> R<ILE>A<CG2> sep1 1.31866
+R<GLU>A<CB> R<ILE>A<CG2> sep2 0.324838
+R<GLU>A<CB> R<ILE>A<N> central_sep1 2.22235
+R<GLU>A<CB> R<ILE>A<N> central_sep2 1.93097
+R<GLU>A<CB> R<ILE>A<N> sep1 -1.37213
+R<GLU>A<CB> R<ILE>A<N> sep2 1.71585
+R<GLU>A<CB> R<ILE>A<O> central_sep1 -0.931025
+R<GLU>A<CB> R<ILE>A<O> central_sep2 0.724629
+R<GLU>A<CB> R<ILE>A<O> sep1 0.465254
+R<GLU>A<CB> R<ILE>A<O> sep2 0.0838858
+R<GLU>A<CB> R<LEU>A<C> central_sep1 2.73463
+R<GLU>A<CB> R<LEU>A<C> central_sep2 2.06623
+R<GLU>A<CB> R<LEU>A<C> sep1 0.167659
+R<GLU>A<CB> R<LEU>A<C> sep2 0.647614
+R<GLU>A<CB> R<LEU>A<CA> central_sep1 -0.823259
+R<GLU>A<CB> R<LEU>A<CA> central_sep2 1.43765
+R<GLU>A<CB> R<LEU>A<CA> sep1 1.20699
+R<GLU>A<CB> R<LEU>A<CA> sep2 1.51142
+R<GLU>A<CB> R<LEU>A<CB> central_sep1 0.0264273
+R<GLU>A<CB> R<LEU>A<CB> central_sep2 0.142126
+R<GLU>A<CB> R<LEU>A<CB> sep1 1.80053
+R<GLU>A<CB> R<LEU>A<CB> sep2 0.540876
+R<GLU>A<CB> R<LEU>A<CD1> central_sep1 0.292873
+R<GLU>A<CB> R<LEU>A<CD1> central_sep2 -0.548044
+R<GLU>A<CB> R<LEU>A<CD1> sep1 1.60562
+R<GLU>A<CB> R<LEU>A<CD1> sep2 0.236632
+R<GLU>A<CB> R<LEU>A<CD2> central_sep1 0.30344
+R<GLU>A<CB> R<LEU>A<CD2> central_sep2 -0.496602
+R<GLU>A<CB> R<LEU>A<CD2> sep1 1.36363
+R<GLU>A<CB> R<LEU>A<CD2> sep2 0.172292
+R<GLU>A<CB> R<LEU>A<CG> central_sep1 -0.0795404
+R<GLU>A<CB> R<LEU>A<CG> central_sep2 0.380449
+R<GLU>A<CB> R<LEU>A<CG> sep1 0.0252092
+R<GLU>A<CB> R<LEU>A<CG> sep2 -0.0480344
+R<GLU>A<CB> R<LEU>A<N> central_sep1 2.05338
+R<GLU>A<CB> R<LEU>A<N> central_sep2 2.11591
+R<GLU>A<CB> R<LEU>A<N> sep1 -1.29332
+R<GLU>A<CB> R<LEU>A<N> sep2 1.64289
+R<GLU>A<CB> R<LEU>A<O> central_sep1 -1.13262
+R<GLU>A<CB> R<LEU>A<O> central_sep2 0.957897
+R<GLU>A<CB> R<LEU>A<O> sep1 0.583053
+R<GLU>A<CB> R<LEU>A<O> sep2 0.388797
+R<GLU>A<CB> R<LYS>A<C> central_sep1 2.19699
+R<GLU>A<CB> R<LYS>A<C> central_sep2 1.76092
+R<GLU>A<CB> R<LYS>A<C> sep1 0.0103926
+R<GLU>A<CB> R<LYS>A<C> sep2 0.515453
+R<GLU>A<CB> R<LYS>A<CA> central_sep1 -1.18539
+R<GLU>A<CB> R<LYS>A<CA> central_sep2 0.584463
+R<GLU>A<CB> R<LYS>A<CA> sep1 1.08488
+R<GLU>A<CB> R<LYS>A<CA> sep2 0.679939
+R<GLU>A<CB> R<LYS>A<CB> central_sep1 -0.184381
+R<GLU>A<CB> R<LYS>A<CB> central_sep2 -0.614708
+R<GLU>A<CB> R<LYS>A<CB> sep1 0.986735
+R<GLU>A<CB> R<LYS>A<CB> sep2 0.00937367
+R<GLU>A<CB> R<LYS>A<CD> central_sep1 -0.0230002
+R<GLU>A<CB> R<LYS>A<CD> central_sep2 -0.357663
+R<GLU>A<CB> R<LYS>A<CD> sep1 0.783079
+R<GLU>A<CB> R<LYS>A<CD> sep2 -0.303988
+R<GLU>A<CB> R<LYS>A<CE> central_sep1 -0.276436
+R<GLU>A<CB> R<LYS>A<CE> central_sep2 -0.122825
+R<GLU>A<CB> R<LYS>A<CE> sep1 1.02391
+R<GLU>A<CB> R<LYS>A<CE> sep2 -0.218065
+R<GLU>A<CB> R<LYS>A<CG> central_sep1 -0.290077
+R<GLU>A<CB> R<LYS>A<CG> central_sep2 -0.43998
+R<GLU>A<CB> R<LYS>A<CG> sep1 -0.310128
+R<GLU>A<CB> R<LYS>A<CG> sep2 -0.254867
+R<GLU>A<CB> R<LYS>A<N> central_sep1 1.01058
+R<GLU>A<CB> R<LYS>A<N> central_sep2 1.18853
+R<GLU>A<CB> R<LYS>A<N> sep1 -1.69098
+R<GLU>A<CB> R<LYS>A<N> sep2 1.04353
+R<GLU>A<CB> R<LYS>A<NZ> central_sep1 0.505881
+R<GLU>A<CB> R<LYS>A<NZ> central_sep2 0.171412
+R<GLU>A<CB> R<LYS>A<NZ> sep1 1.47189
+R<GLU>A<CB> R<LYS>A<NZ> sep2 -0.0445025
+R<GLU>A<CB> R<LYS>A<O> central_sep1 -1.71129
+R<GLU>A<CB> R<LYS>A<O> central_sep2 0.538544
+R<GLU>A<CB> R<LYS>A<O> sep1 0.232782
+R<GLU>A<CB> R<LYS>A<O> sep2 -0.00930125
+R<GLU>A<CB> R<MET>A<C> central_sep1 2.70557
+R<GLU>A<CB> R<MET>A<C> central_sep2 1.85862
+R<GLU>A<CB> R<MET>A<C> sep1 0.121672
+R<GLU>A<CB> R<MET>A<C> sep2 0.433874
+R<GLU>A<CB> R<MET>A<CA> central_sep1 -0.640999
+R<GLU>A<CB> R<MET>A<CA> central_sep2 0.997539
+R<GLU>A<CB> R<MET>A<CA> sep1 1.21971
+R<GLU>A<CB> R<MET>A<CA> sep2 1.01538
+R<GLU>A<CB> R<MET>A<CB> central_sep1 -0.0133393
+R<GLU>A<CB> R<MET>A<CB> central_sep2 0.0977616
+R<GLU>A<CB> R<MET>A<CB> sep1 1.68915
+R<GLU>A<CB> R<MET>A<CB> sep2 0.532136
+R<GLU>A<CB> R<MET>A<CE> central_sep1 0.0417906
+R<GLU>A<CB> R<MET>A<CE> central_sep2 -0.531674
+R<GLU>A<CB> R<MET>A<CE> sep1 1.72258
+R<GLU>A<CB> R<MET>A<CE> sep2 0.00922233
+R<GLU>A<CB> R<MET>A<CG> central_sep1 0.0801742
+R<GLU>A<CB> R<MET>A<CG> central_sep2 -0.0895184
+R<GLU>A<CB> R<MET>A<CG> sep1 0.507763
+R<GLU>A<CB> R<MET>A<CG> sep2 0.205009
+R<GLU>A<CB> R<MET>A<N> central_sep1 1.83342
+R<GLU>A<CB> R<MET>A<N> central_sep2 1.3253
+R<GLU>A<CB> R<MET>A<N> sep1 -1.26449
+R<GLU>A<CB> R<MET>A<N> sep2 1.09286
+R<GLU>A<CB> R<MET>A<O> central_sep1 -1.11917
+R<GLU>A<CB> R<MET>A<O> central_sep2 0.699725
+R<GLU>A<CB> R<MET>A<O> sep1 0.597791
+R<GLU>A<CB> R<MET>A<O> sep2 0.267579
+R<GLU>A<CB> R<MET>A<SD> central_sep1 0.270794
+R<GLU>A<CB> R<MET>A<SD> central_sep2 -0.457969
+R<GLU>A<CB> R<MET>A<SD> sep1 1.48913
+R<GLU>A<CB> R<MET>A<SD> sep2 -0.0953587
+R<GLU>A<CB> R<PHE>A<C> central_sep1 2.99631
+R<GLU>A<CB> R<PHE>A<C> central_sep2 1.63315
+R<GLU>A<CB> R<PHE>A<C> sep1 -0.103739
+R<GLU>A<CB> R<PHE>A<C> sep2 0.55244
+R<GLU>A<CB> R<PHE>A<CA> central_sep1 -0.292218
+R<GLU>A<CB> R<PHE>A<CA> central_sep2 1.10756
+R<GLU>A<CB> R<PHE>A<CA> sep1 1.20261
+R<GLU>A<CB> R<PHE>A<CA> sep2 1.17915
+R<GLU>A<CB> R<PHE>A<CB> central_sep1 0.251805
+R<GLU>A<CB> R<PHE>A<CB> central_sep2 -0.0397107
+R<GLU>A<CB> R<PHE>A<CB> sep1 2.03179
+R<GLU>A<CB> R<PHE>A<CB> sep2 0.391485
+R<GLU>A<CB> R<PHE>A<CD1> central_sep1 -0.110271
+R<GLU>A<CB> R<PHE>A<CD1> central_sep2 -0.214261
+R<GLU>A<CB> R<PHE>A<CD1> sep1 1.18898
+R<GLU>A<CB> R<PHE>A<CD1> sep2 -0.0568656
+R<GLU>A<CB> R<PHE>A<CE1> central_sep1 -0.0114418
+R<GLU>A<CB> R<PHE>A<CE1> central_sep2 -0.581951
+R<GLU>A<CB> R<PHE>A<CE1> sep1 1.24652
+R<GLU>A<CB> R<PHE>A<CE1> sep2 -0.382547
+R<GLU>A<CB> R<PHE>A<CG> central_sep1 1.62035
+R<GLU>A<CB> R<PHE>A<CG> central_sep2 0.000517875
+R<GLU>A<CB> R<PHE>A<CG> sep1 1.26388
+R<GLU>A<CB> R<PHE>A<CG> sep2 -0.956527
+R<GLU>A<CB> R<PHE>A<CZ> central_sep1 0.670711
+R<GLU>A<CB> R<PHE>A<CZ> central_sep2 -0.689174
+R<GLU>A<CB> R<PHE>A<CZ> sep1 1.37549
+R<GLU>A<CB> R<PHE>A<CZ> sep2 -0.434806
+R<GLU>A<CB> R<PHE>A<N> central_sep1 1.85944
+R<GLU>A<CB> R<PHE>A<N> central_sep2 1.67195
+R<GLU>A<CB> R<PHE>A<N> sep1 -1.26753
+R<GLU>A<CB> R<PHE>A<N> sep2 1.32934
+R<GLU>A<CB> R<PHE>A<O> central_sep1 -0.901032
+R<GLU>A<CB> R<PHE>A<O> central_sep2 0.671765
+R<GLU>A<CB> R<PHE>A<O> sep1 0.456305
+R<GLU>A<CB> R<PHE>A<O> sep2 0.179316
+R<GLU>A<CB> R<PRO>A<C> central_sep1 2.79471
+R<GLU>A<CB> R<PRO>A<C> central_sep2 1.88122
+R<GLU>A<CB> R<PRO>A<C> sep1 0.56681
+R<GLU>A<CB> R<PRO>A<C> sep2 0.816296
+R<GLU>A<CB> R<PRO>A<CA> central_sep1 -0.137476
+R<GLU>A<CB> R<PRO>A<CA> central_sep2 0.678979
+R<GLU>A<CB> R<PRO>A<CA> sep1 0.849485
+R<GLU>A<CB> R<PRO>A<CA> sep2 0.811991
+R<GLU>A<CB> R<PRO>A<CB> central_sep1 0.011879
+R<GLU>A<CB> R<PRO>A<CB> central_sep2 -0.105296
+R<GLU>A<CB> R<PRO>A<CB> sep1 1.36868
+R<GLU>A<CB> R<PRO>A<CB> sep2 0.162266
+R<GLU>A<CB> R<PRO>A<CD> central_sep1 -0.0249038
+R<GLU>A<CB> R<PRO>A<CD> central_sep2 0.567276
+R<GLU>A<CB> R<PRO>A<CD> sep1 -0.418157
+R<GLU>A<CB> R<PRO>A<CD> sep2 0.546981
+R<GLU>A<CB> R<PRO>A<CG> central_sep1 1.23311
+R<GLU>A<CB> R<PRO>A<CG> central_sep2 -0.173534
+R<GLU>A<CB> R<PRO>A<CG> sep1 1.46758
+R<GLU>A<CB> R<PRO>A<CG> sep2 -0.0535098
+R<GLU>A<CB> R<PRO>A<N> central_sep1 1.69067
+R<GLU>A<CB> R<PRO>A<N> central_sep2 1.77657
+R<GLU>A<CB> R<PRO>A<N> sep1 -1.14096
+R<GLU>A<CB> R<PRO>A<N> sep2 0.258288
+R<GLU>A<CB> R<PRO>A<O> central_sep1 -1.11427
+R<GLU>A<CB> R<PRO>A<O> central_sep2 0.843618
+R<GLU>A<CB> R<PRO>A<O> sep1 -0.127708
+R<GLU>A<CB> R<PRO>A<O> sep2 0.893615
+R<GLU>A<CB> R<SER>A<C> central_sep1 2.68005
+R<GLU>A<CB> R<SER>A<C> central_sep2 1.8634
+R<GLU>A<CB> R<SER>A<C> sep1 0.270548
+R<GLU>A<CB> R<SER>A<C> sep2 0.686847
+R<GLU>A<CB> R<SER>A<CA> central_sep1 -0.268894
+R<GLU>A<CB> R<SER>A<CA> central_sep2 0.853151
+R<GLU>A<CB> R<SER>A<CA> sep1 1.71364
+R<GLU>A<CB> R<SER>A<CA> sep2 0.823936
+R<GLU>A<CB> R<SER>A<CB> central_sep1 0.446813
+R<GLU>A<CB> R<SER>A<CB> central_sep2 -0.0425217
+R<GLU>A<CB> R<SER>A<CB> sep1 0.910353
+R<GLU>A<CB> R<SER>A<CB> sep2 0.316855
+R<GLU>A<CB> R<SER>A<N> central_sep1 -0.0677366
+R<GLU>A<CB> R<SER>A<N> central_sep2 1.4641
+R<GLU>A<CB> R<SER>A<N> sep1 -1.21414
+R<GLU>A<CB> R<SER>A<N> sep2 1.30409
+R<GLU>A<CB> R<SER>A<O> central_sep1 -1.24894
+R<GLU>A<CB> R<SER>A<O> central_sep2 0.89886
+R<GLU>A<CB> R<SER>A<O> sep1 0.621745
+R<GLU>A<CB> R<SER>A<O> sep2 0.505705
+R<GLU>A<CB> R<SER>A<OG> central_sep1 -1.10415
+R<GLU>A<CB> R<SER>A<OG> central_sep2 -0.0332982
+R<GLU>A<CB> R<SER>A<OG> sep1 0.75637
+R<GLU>A<CB> R<SER>A<OG> sep2 0.213638
+R<GLU>A<CB> R<THR>A<C> central_sep1 2.73084
+R<GLU>A<CB> R<THR>A<C> central_sep2 1.94465
+R<GLU>A<CB> R<THR>A<C> sep1 0.153601
+R<GLU>A<CB> R<THR>A<C> sep2 0.684438
+R<GLU>A<CB> R<THR>A<CA> central_sep1 -0.254332
+R<GLU>A<CB> R<THR>A<CA> central_sep2 0.925076
+R<GLU>A<CB> R<THR>A<CA> sep1 1.61345
+R<GLU>A<CB> R<THR>A<CA> sep2 1.05709
+R<GLU>A<CB> R<THR>A<CB> central_sep1 0.41729
+R<GLU>A<CB> R<THR>A<CB> central_sep2 -0.38911
+R<GLU>A<CB> R<THR>A<CB> sep1 0.208946
+R<GLU>A<CB> R<THR>A<CB> sep2 0.0262712
+R<GLU>A<CB> R<THR>A<CG2> central_sep1 0.172669
+R<GLU>A<CB> R<THR>A<CG2> central_sep2 -0.276499
+R<GLU>A<CB> R<THR>A<CG2> sep1 0.722993
+R<GLU>A<CB> R<THR>A<CG2> sep2 0.232886
+R<GLU>A<CB> R<THR>A<N> central_sep1 -0.16838
+R<GLU>A<CB> R<THR>A<N> central_sep2 1.65467
+R<GLU>A<CB> R<THR>A<N> sep1 -1.29117
+R<GLU>A<CB> R<THR>A<N> sep2 1.46748
+R<GLU>A<CB> R<THR>A<O> central_sep1 -1.15109
+R<GLU>A<CB> R<THR>A<O> central_sep2 0.772926
+R<GLU>A<CB> R<THR>A<O> sep1 0.417951
+R<GLU>A<CB> R<THR>A<O> sep2 0.248854
+R<GLU>A<CB> R<THR>A<OG1> central_sep1 -1.13525
+R<GLU>A<CB> R<THR>A<OG1> central_sep2 -0.151838
+R<GLU>A<CB> R<THR>A<OG1> sep1 0.503703
+R<GLU>A<CB> R<THR>A<OG1> sep2 0.157973
+R<GLU>A<CB> R<TRP>A<C> central_sep1 2.59132
+R<GLU>A<CB> R<TRP>A<C> central_sep2 1.84358
+R<GLU>A<CB> R<TRP>A<C> sep1 -0.0620657
+R<GLU>A<CB> R<TRP>A<C> sep2 0.713217
+R<GLU>A<CB> R<TRP>A<CA> central_sep1 -0.737464
+R<GLU>A<CB> R<TRP>A<CA> central_sep2 1.07714
+R<GLU>A<CB> R<TRP>A<CA> sep1 1.03122
+R<GLU>A<CB> R<TRP>A<CA> sep2 1.29789
+R<GLU>A<CB> R<TRP>A<CB> central_sep1 0.527422
+R<GLU>A<CB> R<TRP>A<CB> central_sep2 -0.197062
+R<GLU>A<CB> R<TRP>A<CB> sep1 2.35554
+R<GLU>A<CB> R<TRP>A<CB> sep2 0.446565
+R<GLU>A<CB> R<TRP>A<CD1> central_sep1 -0.726466
+R<GLU>A<CB> R<TRP>A<CD1> central_sep2 -0.358604
+R<GLU>A<CB> R<TRP>A<CD1> sep1 0.602306
+R<GLU>A<CB> R<TRP>A<CD1> sep2 -0.211696
+R<GLU>A<CB> R<TRP>A<CD2> central_sep1 0.31056
+R<GLU>A<CB> R<TRP>A<CD2> central_sep2 -0.295356
+R<GLU>A<CB> R<TRP>A<CD2> sep1 0.596935
+R<GLU>A<CB> R<TRP>A<CD2> sep2 -0.588492
+R<GLU>A<CB> R<TRP>A<CE2> central_sep1 -0.380742
+R<GLU>A<CB> R<TRP>A<CE2> central_sep2 -0.455672
+R<GLU>A<CB> R<TRP>A<CE2> sep1 0.17975
+R<GLU>A<CB> R<TRP>A<CE2> sep2 -0.88713
+R<GLU>A<CB> R<TRP>A<CE3> central_sep1 -0.149748
+R<GLU>A<CB> R<TRP>A<CE3> central_sep2 -0.177627
+R<GLU>A<CB> R<TRP>A<CE3> sep1 1.4254
+R<GLU>A<CB> R<TRP>A<CE3> sep2 0.0160134
+R<GLU>A<CB> R<TRP>A<CG> central_sep1 1.38133
+R<GLU>A<CB> R<TRP>A<CG> central_sep2 0.203698
+R<GLU>A<CB> R<TRP>A<CG> sep1 1.08745
+R<GLU>A<CB> R<TRP>A<CG> sep2 -1.02906
+R<GLU>A<CB> R<TRP>A<CH2> central_sep1 1.10305
+R<GLU>A<CB> R<TRP>A<CH2> central_sep2 -0.864598
+R<GLU>A<CB> R<TRP>A<CH2> sep1 1.76315
+R<GLU>A<CB> R<TRP>A<CH2> sep2 -0.668203
+R<GLU>A<CB> R<TRP>A<CZ2> central_sep1 0.610667
+R<GLU>A<CB> R<TRP>A<CZ2> central_sep2 -0.899715
+R<GLU>A<CB> R<TRP>A<CZ2> sep1 1.81641
+R<GLU>A<CB> R<TRP>A<CZ2> sep2 -0.559686
+R<GLU>A<CB> R<TRP>A<CZ3> central_sep1 0.589227
+R<GLU>A<CB> R<TRP>A<CZ3> central_sep2 -0.555519
+R<GLU>A<CB> R<TRP>A<CZ3> sep1 1.24447
+R<GLU>A<CB> R<TRP>A<CZ3> sep2 -0.333952
+R<GLU>A<CB> R<TRP>A<N> central_sep1 1.65229
+R<GLU>A<CB> R<TRP>A<N> central_sep2 1.76169
+R<GLU>A<CB> R<TRP>A<N> sep1 -1.36542
+R<GLU>A<CB> R<TRP>A<N> sep2 1.46128
+R<GLU>A<CB> R<TRP>A<NE1> central_sep1 -0.31023
+R<GLU>A<CB> R<TRP>A<NE1> central_sep2 -0.533724
+R<GLU>A<CB> R<TRP>A<NE1> sep1 0.818272
+R<GLU>A<CB> R<TRP>A<NE1> sep2 -0.478706
+R<GLU>A<CB> R<TRP>A<O> central_sep1 -1.16267
+R<GLU>A<CB> R<TRP>A<O> central_sep2 0.721675
+R<GLU>A<CB> R<TRP>A<O> sep1 0.2886
+R<GLU>A<CB> R<TRP>A<O> sep2 0.381844
+R<GLU>A<CB> R<TYR>A<C> central_sep1 2.81528
+R<GLU>A<CB> R<TYR>A<C> central_sep2 1.74033
+R<GLU>A<CB> R<TYR>A<C> sep1 -0.0823576
+R<GLU>A<CB> R<TYR>A<C> sep2 0.502111
+R<GLU>A<CB> R<TYR>A<CA> central_sep1 -0.382992
+R<GLU>A<CB> R<TYR>A<CA> central_sep2 1.00839
+R<GLU>A<CB> R<TYR>A<CA> sep1 1.21364
+R<GLU>A<CB> R<TYR>A<CA> sep2 1.21447
+R<GLU>A<CB> R<TYR>A<CB> central_sep1 0.321304
+R<GLU>A<CB> R<TYR>A<CB> central_sep2 -0.106642
+R<GLU>A<CB> R<TYR>A<CB> sep1 2.05146
+R<GLU>A<CB> R<TYR>A<CB> sep2 0.342588
+R<GLU>A<CB> R<TYR>A<CD1> central_sep1 -0.285529
+R<GLU>A<CB> R<TYR>A<CD1> central_sep2 -0.250749
+R<GLU>A<CB> R<TYR>A<CD1> sep1 1.07029
+R<GLU>A<CB> R<TYR>A<CD1> sep2 -0.184292
+R<GLU>A<CB> R<TYR>A<CE1> central_sep1 -0.366941
+R<GLU>A<CB> R<TYR>A<CE1> central_sep2 -0.661438
+R<GLU>A<CB> R<TYR>A<CE1> sep1 0.95354
+R<GLU>A<CB> R<TYR>A<CE1> sep2 -0.418264
+R<GLU>A<CB> R<TYR>A<CG> central_sep1 1.67034
+R<GLU>A<CB> R<TYR>A<CG> central_sep2 0.0788725
+R<GLU>A<CB> R<TYR>A<CG> sep1 1.31333
+R<GLU>A<CB> R<TYR>A<CG> sep2 -0.902088
+R<GLU>A<CB> R<TYR>A<CZ> central_sep1 -0.218089
+R<GLU>A<CB> R<TYR>A<CZ> central_sep2 -0.542555
+R<GLU>A<CB> R<TYR>A<CZ> sep1 0.114796
+R<GLU>A<CB> R<TYR>A<CZ> sep2 -1.23387
+R<GLU>A<CB> R<TYR>A<N> central_sep1 1.89125
+R<GLU>A<CB> R<TYR>A<N> central_sep2 1.74348
+R<GLU>A<CB> R<TYR>A<N> sep1 -1.2152
+R<GLU>A<CB> R<TYR>A<N> sep2 1.34607
+R<GLU>A<CB> R<TYR>A<O> central_sep1 -0.953595
+R<GLU>A<CB> R<TYR>A<O> central_sep2 0.785109
+R<GLU>A<CB> R<TYR>A<O> sep1 0.433573
+R<GLU>A<CB> R<TYR>A<O> sep2 0.21645
+R<GLU>A<CB> R<TYR>A<OH> central_sep1 0.919278
+R<GLU>A<CB> R<TYR>A<OH> central_sep2 -0.800564
+R<GLU>A<CB> R<TYR>A<OH> sep1 1.93248
+R<GLU>A<CB> R<TYR>A<OH> sep2 -0.585542
+R<GLU>A<CB> R<VAL>A<C> central_sep1 2.99818
+R<GLU>A<CB> R<VAL>A<C> central_sep2 2.13176
+R<GLU>A<CB> R<VAL>A<C> sep1 -0.0985215
+R<GLU>A<CB> R<VAL>A<C> sep2 0.339417
+R<GLU>A<CB> R<VAL>A<CA> central_sep1 -0.340823
+R<GLU>A<CB> R<VAL>A<CA> central_sep2 1.13221
+R<GLU>A<CB> R<VAL>A<CA> sep1 1.49679
+R<GLU>A<CB> R<VAL>A<CA> sep2 1.24244
+R<GLU>A<CB> R<VAL>A<CB> central_sep1 0.315686
+R<GLU>A<CB> R<VAL>A<CB> central_sep2 -0.376075
+R<GLU>A<CB> R<VAL>A<CB> sep1 1.69
+R<GLU>A<CB> R<VAL>A<CB> sep2 -0.0773147
+R<GLU>A<CB> R<VAL>A<CG1> central_sep1 0.262868
+R<GLU>A<CB> R<VAL>A<CG1> central_sep2 -0.388173
+R<GLU>A<CB> R<VAL>A<CG1> sep1 1.31794
+R<GLU>A<CB> R<VAL>A<CG1> sep2 0.329195
+R<GLU>A<CB> R<VAL>A<CG2> central_sep1 0.235363
+R<GLU>A<CB> R<VAL>A<CG2> central_sep2 -0.388147
+R<GLU>A<CB> R<VAL>A<CG2> sep1 0.8701
+R<GLU>A<CB> R<VAL>A<CG2> sep2 0.260985
+R<GLU>A<CB> R<VAL>A<N> central_sep1 2.10021
+R<GLU>A<CB> R<VAL>A<N> central_sep2 1.86216
+R<GLU>A<CB> R<VAL>A<N> sep1 -1.28635
+R<GLU>A<CB> R<VAL>A<N> sep2 1.44244
+R<GLU>A<CB> R<VAL>A<O> central_sep1 -0.832907
+R<GLU>A<CB> R<VAL>A<O> central_sep2 0.72925
+R<GLU>A<CB> R<VAL>A<O> sep1 0.416602
+R<GLU>A<CB> R<VAL>A<O> sep2 -0.0374447
+R<GLU>A<CB> c<solvent> . -0.222804
+R<GLU>A<CD> R<GLU>A<CD> central_sep1 1.62557
+R<GLU>A<CD> R<GLU>A<CD> central_sep2 0.694204
+R<GLU>A<CD> R<GLU>A<CD> sep1 1.14349
+R<GLU>A<CD> R<GLU>A<CD> sep2 -0.298292
+R<GLU>A<CD> R<GLU>A<CG> central_sep1 0.410511
+R<GLU>A<CD> R<GLU>A<CG> central_sep2 0.663904
+R<GLU>A<CD> R<GLU>A<CG> sep1 0.549236
+R<GLU>A<CD> R<GLU>A<CG> sep2 0.0857541
+R<GLU>A<CD> R<GLU>A<N> central_sep1 1.68175
+R<GLU>A<CD> R<GLU>A<N> central_sep2 2.27339
+R<GLU>A<CD> R<GLU>A<N> sep1 1.30625
+R<GLU>A<CD> R<GLU>A<N> sep2 0.649021
+R<GLU>A<CD> R<GLU>A<O> central_sep1 0.963306
+R<GLU>A<CD> R<GLU>A<O> central_sep2 2.10968
+R<GLU>A<CD> R<GLU>A<O> sep1 0.457969
+R<GLU>A<CD> R<GLU>A<O> sep2 1.10991
+R<GLU>A<CD> R<GLU>A<OE1> central_sep1 1.36647
+R<GLU>A<CD> R<GLU>A<OE1> central_sep2 1.2558
+R<GLU>A<CD> R<GLU>A<OE1> sep1 1.10729
+R<GLU>A<CD> R<GLU>A<OE1> sep2 -0.0227051
+R<GLU>A<CD> R<GLY>A<C> central_sep1 1.09132
+R<GLU>A<CD> R<GLY>A<C> central_sep2 1.08466
+R<GLU>A<CD> R<GLY>A<C> sep1 0.091656
+R<GLU>A<CD> R<GLY>A<C> sep2 0.0892923
+R<GLU>A<CD> R<GLY>A<CA> central_sep1 0.889803
+R<GLU>A<CD> R<GLY>A<CA> central_sep2 0.0902728
+R<GLU>A<CD> R<GLY>A<CA> sep1 0.94438
+R<GLU>A<CD> R<GLY>A<CA> sep2 -0.545345
+R<GLU>A<CD> R<GLY>A<N> central_sep1 0.883976
+R<GLU>A<CD> R<GLY>A<N> central_sep2 0.882048
+R<GLU>A<CD> R<GLY>A<N> sep1 0.738325
+R<GLU>A<CD> R<GLY>A<N> sep2 -0.479123
+R<GLU>A<CD> R<GLY>A<O> central_sep1 0.871617
+R<GLU>A<CD> R<GLY>A<O> central_sep2 1.32357
+R<GLU>A<CD> R<GLY>A<O> sep1 0.713572
+R<GLU>A<CD> R<GLY>A<O> sep2 0.281926
+R<GLU>A<CD> R<HIS>A<C> central_sep1 1.46179
+R<GLU>A<CD> R<HIS>A<C> central_sep2 1.56303
+R<GLU>A<CD> R<HIS>A<C> sep1 0.433381
+R<GLU>A<CD> R<HIS>A<C> sep2 0.814096
+R<GLU>A<CD> R<HIS>A<CA> central_sep1 0.128053
+R<GLU>A<CD> R<HIS>A<CA> central_sep2 0.254284
+R<GLU>A<CD> R<HIS>A<CA> sep1 0.809916
+R<GLU>A<CD> R<HIS>A<CA> sep2 -0.462951
+R<GLU>A<CD> R<HIS>A<CB> central_sep1 -0.0768261
+R<GLU>A<CD> R<HIS>A<CB> central_sep2 -0.371688
+R<GLU>A<CD> R<HIS>A<CB> sep1 0.733903
+R<GLU>A<CD> R<HIS>A<CB> sep2 -0.879961
+R<GLU>A<CD> R<HIS>A<CD2> central_sep1 0.0123525
+R<GLU>A<CD> R<HIS>A<CD2> central_sep2 -0.156741
+R<GLU>A<CD> R<HIS>A<CD2> sep1 0.372244
+R<GLU>A<CD> R<HIS>A<CD2> sep2 -1.17341
+R<GLU>A<CD> R<HIS>A<CE1> central_sep1 -0.115688
+R<GLU>A<CD> R<HIS>A<CE1> central_sep2 -0.426053
+R<GLU>A<CD> R<HIS>A<CE1> sep1 0.225879
+R<GLU>A<CD> R<HIS>A<CE1> sep2 -1.54905
+R<GLU>A<CD> R<HIS>A<CG> central_sep1 1.5674
+R<GLU>A<CD> R<HIS>A<CG> central_sep2 0.076488
+R<GLU>A<CD> R<HIS>A<CG> sep1 1.21406
+R<GLU>A<CD> R<HIS>A<CG> sep2 -0.756502
+R<GLU>A<CD> R<HIS>A<N> central_sep1 1.4442
+R<GLU>A<CD> R<HIS>A<N> central_sep2 1.64564
+R<GLU>A<CD> R<HIS>A<N> sep1 1.23746
+R<GLU>A<CD> R<HIS>A<N> sep2 -0.207428
+R<GLU>A<CD> R<HIS>A<ND1> central_sep1 0.584424
+R<GLU>A<CD> R<HIS>A<ND1> central_sep2 0.00108321
+R<GLU>A<CD> R<HIS>A<ND1> sep1 0.338351
+R<GLU>A<CD> R<HIS>A<ND1> sep2 -1.69769
+R<GLU>A<CD> R<HIS>A<NE2> central_sep1 -0.166511
+R<GLU>A<CD> R<HIS>A<NE2> central_sep2 -0.336926
+R<GLU>A<CD> R<HIS>A<NE2> sep1 -0.0297038
+R<GLU>A<CD> R<HIS>A<NE2> sep2 -1.9452
+R<GLU>A<CD> R<HIS>A<O> central_sep1 1.04101
+R<GLU>A<CD> R<HIS>A<O> central_sep2 0.914034
+R<GLU>A<CD> R<HIS>A<O> sep1 1.05693
+R<GLU>A<CD> R<HIS>A<O> sep2 0.429111
+R<GLU>A<CD> R<ILE>A<C> central_sep1 2.75851
+R<GLU>A<CD> R<ILE>A<C> central_sep2 2.71622
+R<GLU>A<CD> R<ILE>A<C> sep1 0.853552
+R<GLU>A<CD> R<ILE>A<C> sep2 1.28774
+R<GLU>A<CD> R<ILE>A<CA> central_sep1 0.49271
+R<GLU>A<CD> R<ILE>A<CA> central_sep2 1.42591
+R<GLU>A<CD> R<ILE>A<CA> sep1 1.16012
+R<GLU>A<CD> R<ILE>A<CA> sep2 0.697278
+R<GLU>A<CD> R<ILE>A<CB> central_sep1 0.579015
+R<GLU>A<CD> R<ILE>A<CB> central_sep2 0.185446
+R<GLU>A<CD> R<ILE>A<CB> sep1 1.35277
+R<GLU>A<CD> R<ILE>A<CB> sep2 -0.377704
+R<GLU>A<CD> R<ILE>A<CD1> central_sep1 0.533951
+R<GLU>A<CD> R<ILE>A<CD1> central_sep2 -0.327393
+R<GLU>A<CD> R<ILE>A<CD1> sep1 1.1316
+R<GLU>A<CD> R<ILE>A<CD1> sep2 -0.60013
+R<GLU>A<CD> R<ILE>A<CG1> central_sep1 0.587176
+R<GLU>A<CD> R<ILE>A<CG1> central_sep2 0.0608622
+R<GLU>A<CD> R<ILE>A<CG1> sep1 1.07156
+R<GLU>A<CD> R<ILE>A<CG1> sep2 -0.489961
+R<GLU>A<CD> R<ILE>A<CG2> central_sep1 -0.227508
+R<GLU>A<CD> R<ILE>A<CG2> central_sep2 -0.143253
+R<GLU>A<CD> R<ILE>A<CG2> sep1 1.03141
+R<GLU>A<CD> R<ILE>A<CG2> sep2 -0.429891
+R<GLU>A<CD> R<ILE>A<N> central_sep1 2.16087
+R<GLU>A<CD> R<ILE>A<N> central_sep2 2.2928
+R<GLU>A<CD> R<ILE>A<N> sep1 1.7219
+R<GLU>A<CD> R<ILE>A<N> sep2 0.625271
+R<GLU>A<CD> R<ILE>A<O> central_sep1 1.41438
+R<GLU>A<CD> R<ILE>A<O> central_sep2 1.76182
+R<GLU>A<CD> R<ILE>A<O> sep1 1.11364
+R<GLU>A<CD> R<ILE>A<O> sep2 0.817837
+R<GLU>A<CD> R<LEU>A<C> central_sep1 2.55397
+R<GLU>A<CD> R<LEU>A<C> central_sep2 2.45427
+R<GLU>A<CD> R<LEU>A<C> sep1 0.414658
+R<GLU>A<CD> R<LEU>A<C> sep2 1.18114
+R<GLU>A<CD> R<LEU>A<CA> central_sep1 0.343034
+R<GLU>A<CD> R<LEU>A<CA> central_sep2 1.36889
+R<GLU>A<CD> R<LEU>A<CA> sep1 1.13866
+R<GLU>A<CD> R<LEU>A<CA> sep2 0.650081
+R<GLU>A<CD> R<LEU>A<CB> central_sep1 0.546408
+R<GLU>A<CD> R<LEU>A<CB> central_sep2 0.264583
+R<GLU>A<CD> R<LEU>A<CB> sep1 1.1355
+R<GLU>A<CD> R<LEU>A<CB> sep2 -0.189047
+R<GLU>A<CD> R<LEU>A<CD1> central_sep1 0.563077
+R<GLU>A<CD> R<LEU>A<CD1> central_sep2 -0.272224
+R<GLU>A<CD> R<LEU>A<CD1> sep1 1.02071
+R<GLU>A<CD> R<LEU>A<CD1> sep2 -0.530189
+R<GLU>A<CD> R<LEU>A<CD2> central_sep1 0.0853848
+R<GLU>A<CD> R<LEU>A<CD2> central_sep2 -0.356675
+R<GLU>A<CD> R<LEU>A<CD2> sep1 0.877616
+R<GLU>A<CD> R<LEU>A<CD2> sep2 -0.600493
+R<GLU>A<CD> R<LEU>A<CG> central_sep1 -0.330318
+R<GLU>A<CD> R<LEU>A<CG> central_sep2 0.446766
+R<GLU>A<CD> R<LEU>A<CG> sep1 0.686781
+R<GLU>A<CD> R<LEU>A<CG> sep2 -0.301645
+R<GLU>A<CD> R<LEU>A<N> central_sep1 2.10508
+R<GLU>A<CD> R<LEU>A<N> central_sep2 1.91541
+R<GLU>A<CD> R<LEU>A<N> sep1 1.70072
+R<GLU>A<CD> R<LEU>A<N> sep2 0.348116
+R<GLU>A<CD> R<LEU>A<O> central_sep1 1.35658
+R<GLU>A<CD> R<LEU>A<O> central_sep2 1.80284
+R<GLU>A<CD> R<LEU>A<O> sep1 1.02547
+R<GLU>A<CD> R<LEU>A<O> sep2 1.02284
+R<GLU>A<CD> R<LYS>A<C> central_sep1 1.85728
+R<GLU>A<CD> R<LYS>A<C> central_sep2 2.0869
+R<GLU>A<CD> R<LYS>A<C> sep1 -0.64716
+R<GLU>A<CD> R<LYS>A<C> sep2 1.01364
+R<GLU>A<CD> R<LYS>A<CA> central_sep1 -0.551355
+R<GLU>A<CD> R<LYS>A<CA> central_sep2 0.624297
+R<GLU>A<CD> R<LYS>A<CA> sep1 0.36271
+R<GLU>A<CD> R<LYS>A<CA> sep2 0.060014
+R<GLU>A<CD> R<LYS>A<CB> central_sep1 -0.61026
+R<GLU>A<CD> R<LYS>A<CB> central_sep2 -0.363868
+R<GLU>A<CD> R<LYS>A<CB> sep1 0.19416
+R<GLU>A<CD> R<LYS>A<CB> sep2 -0.834696
+R<GLU>A<CD> R<LYS>A<CD> central_sep1 -0.932575
+R<GLU>A<CD> R<LYS>A<CD> central_sep2 -1.24446
+R<GLU>A<CD> R<LYS>A<CD> sep1 -0.429936
+R<GLU>A<CD> R<LYS>A<CD> sep2 -1.81986
+R<GLU>A<CD> R<LYS>A<CE> central_sep1 -0.462339
+R<GLU>A<CD> R<LYS>A<CE> central_sep2 -0.72724
+R<GLU>A<CD> R<LYS>A<CE> sep1 -0.302501
+R<GLU>A<CD> R<LYS>A<CE> sep2 -1.77188
+R<GLU>A<CD> R<LYS>A<CG> central_sep1 -1.29604
+R<GLU>A<CD> R<LYS>A<CG> central_sep2 -0.590733
+R<GLU>A<CD> R<LYS>A<CG> sep1 -0.335335
+R<GLU>A<CD> R<LYS>A<CG> sep2 -1.08602
+R<GLU>A<CD> R<LYS>A<N> central_sep1 1.23767
+R<GLU>A<CD> R<LYS>A<N> central_sep2 1.68816
+R<GLU>A<CD> R<LYS>A<N> sep1 0.946842
+R<GLU>A<CD> R<LYS>A<N> sep2 0.0785887
+R<GLU>A<CD> R<LYS>A<NZ> central_sep1 0.398331
+R<GLU>A<CD> R<LYS>A<NZ> central_sep2 -0.119191
+R<GLU>A<CD> R<LYS>A<NZ> sep1 -0.077125
+R<GLU>A<CD> R<LYS>A<NZ> sep2 -2.03731
+R<GLU>A<CD> R<LYS>A<O> central_sep1 0.717114
+R<GLU>A<CD> R<LYS>A<O> central_sep2 1.62318
+R<GLU>A<CD> R<LYS>A<O> sep1 -0.0542492
+R<GLU>A<CD> R<LYS>A<O> sep2 0.717634
+R<GLU>A<CD> R<MET>A<C> central_sep1 1.69246
+R<GLU>A<CD> R<MET>A<C> central_sep2 1.62374
+R<GLU>A<CD> R<MET>A<C> sep1 0.220634
+R<GLU>A<CD> R<MET>A<C> sep2 0.580774
+R<GLU>A<CD> R<MET>A<CA> central_sep1 0.326632
+R<GLU>A<CD> R<MET>A<CA> central_sep2 0.730806
+R<GLU>A<CD> R<MET>A<CA> sep1 0.826305
+R<GLU>A<CD> R<MET>A<CA> sep2 0.0501342
+R<GLU>A<CD> R<MET>A<CB> central_sep1 0.331017
+R<GLU>A<CD> R<MET>A<CB> central_sep2 0.0813393
+R<GLU>A<CD> R<MET>A<CB> sep1 1.03468
+R<GLU>A<CD> R<MET>A<CB> sep2 -0.36146
+R<GLU>A<CD> R<MET>A<CE> central_sep1 0.448715
+R<GLU>A<CD> R<MET>A<CE> central_sep2 -0.418706
+R<GLU>A<CD> R<MET>A<CE> sep1 1.14195
+R<GLU>A<CD> R<MET>A<CE> sep2 -0.773092
+R<GLU>A<CD> R<MET>A<CG> central_sep1 0.0921265
+R<GLU>A<CD> R<MET>A<CG> central_sep2 -0.155575
+R<GLU>A<CD> R<MET>A<CG> sep1 0.804505
+R<GLU>A<CD> R<MET>A<CG> sep2 -0.649284
+R<GLU>A<CD> R<MET>A<N> central_sep1 1.66406
+R<GLU>A<CD> R<MET>A<N> central_sep2 1.36716
+R<GLU>A<CD> R<MET>A<N> sep1 1.56865
+R<GLU>A<CD> R<MET>A<N> sep2 -0.244766
+R<GLU>A<CD> R<MET>A<O> central_sep1 1.38281
+R<GLU>A<CD> R<MET>A<O> central_sep2 1.3671
+R<GLU>A<CD> R<MET>A<O> sep1 0.892499
+R<GLU>A<CD> R<MET>A<O> sep2 0.679895
+R<GLU>A<CD> R<MET>A<SD> central_sep1 0.616605
+R<GLU>A<CD> R<MET>A<SD> central_sep2 -0.0784937
+R<GLU>A<CD> R<MET>A<SD> sep1 1.24265
+R<GLU>A<CD> R<MET>A<SD> sep2 -0.644852
+R<GLU>A<CD> R<PHE>A<C> central_sep1 2.01403
+R<GLU>A<CD> R<PHE>A<C> central_sep2 1.80668
+R<GLU>A<CD> R<PHE>A<C> sep1 0.693723
+R<GLU>A<CD> R<PHE>A<C> sep2 1.01729
+R<GLU>A<CD> R<PHE>A<CA> central_sep1 0.657123
+R<GLU>A<CD> R<PHE>A<CA> central_sep2 0.85842
+R<GLU>A<CD> R<PHE>A<CA> sep1 1.06998
+R<GLU>A<CD> R<PHE>A<CA> sep2 0.265683
+R<GLU>A<CD> R<PHE>A<CB> central_sep1 0.459736
+R<GLU>A<CD> R<PHE>A<CB> central_sep2 -0.183247
+R<GLU>A<CD> R<PHE>A<CB> sep1 1.31209
+R<GLU>A<CD> R<PHE>A<CB> sep2 -0.406574
+R<GLU>A<CD> R<PHE>A<CD1> central_sep1 0.255391
+R<GLU>A<CD> R<PHE>A<CD1> central_sep2 -0.212445
+R<GLU>A<CD> R<PHE>A<CD1> sep1 1.12233
+R<GLU>A<CD> R<PHE>A<CD1> sep2 -0.558151
+R<GLU>A<CD> R<PHE>A<CE1> central_sep1 0.165003
+R<GLU>A<CD> R<PHE>A<CE1> central_sep2 -0.361274
+R<GLU>A<CD> R<PHE>A<CE1> sep1 0.966263
+R<GLU>A<CD> R<PHE>A<CE1> sep2 -0.796669
+R<GLU>A<CD> R<PHE>A<CG> central_sep1 2.76681
+R<GLU>A<CD> R<PHE>A<CG> central_sep2 -0.111321
+R<GLU>A<CD> R<PHE>A<CG> sep1 2.366
+R<GLU>A<CD> R<PHE>A<CG> sep2 -0.768673
+R<GLU>A<CD> R<PHE>A<CZ> central_sep1 -0.121733
+R<GLU>A<CD> R<PHE>A<CZ> central_sep2 -0.485526
+R<GLU>A<CD> R<PHE>A<CZ> sep1 0.878966
+R<GLU>A<CD> R<PHE>A<CZ> sep2 -0.857503
+R<GLU>A<CD> R<PHE>A<N> central_sep1 1.78421
+R<GLU>A<CD> R<PHE>A<N> central_sep2 1.76081
+R<GLU>A<CD> R<PHE>A<N> sep1 1.77203
+R<GLU>A<CD> R<PHE>A<N> sep2 0.103877
+R<GLU>A<CD> R<PHE>A<O> central_sep1 1.22716
+R<GLU>A<CD> R<PHE>A<O> central_sep2 1.49574
+R<GLU>A<CD> R<PHE>A<O> sep1 1.1162
+R<GLU>A<CD> R<PHE>A<O> sep2 0.681883
+R<GLU>A<CD> R<PRO>A<C> central_sep1 1.92704
+R<GLU>A<CD> R<PRO>A<C> central_sep2 2.35305
+R<GLU>A<CD> R<PRO>A<C> sep1 0.177181
+R<GLU>A<CD> R<PRO>A<C> sep2 0.962669
+R<GLU>A<CD> R<PRO>A<CA> central_sep1 0.264801
+R<GLU>A<CD> R<PRO>A<CA> central_sep2 0.276071
+R<GLU>A<CD> R<PRO>A<CA> sep1 0.751187
+R<GLU>A<CD> R<PRO>A<CA> sep2 -0.259852
+R<GLU>A<CD> R<PRO>A<CB> central_sep1 -0.290485
+R<GLU>A<CD> R<PRO>A<CB> central_sep2 -0.345609
+R<GLU>A<CD> R<PRO>A<CB> sep1 0.425383
+R<GLU>A<CD> R<PRO>A<CB> sep2 -0.747004
+R<GLU>A<CD> R<PRO>A<CD> central_sep1 0.138288
+R<GLU>A<CD> R<PRO>A<CD> central_sep2 0.397569
+R<GLU>A<CD> R<PRO>A<CD> sep1 0.919525
+R<GLU>A<CD> R<PRO>A<CD> sep2 -0.235019
+R<GLU>A<CD> R<PRO>A<CG> central_sep1 0.361244
+R<GLU>A<CD> R<PRO>A<CG> central_sep2 -0.457553
+R<GLU>A<CD> R<PRO>A<CG> sep1 0.78915
+R<GLU>A<CD> R<PRO>A<CG> sep2 -0.835002
+R<GLU>A<CD> R<PRO>A<N> central_sep1 1.01292
+R<GLU>A<CD> R<PRO>A<N> central_sep2 1.33947
+R<GLU>A<CD> R<PRO>A<N> sep1 0.976725
+R<GLU>A<CD> R<PRO>A<N> sep2 0.121591
+R<GLU>A<CD> R<PRO>A<O> central_sep1 1.22552
+R<GLU>A<CD> R<PRO>A<O> central_sep2 1.52443
+R<GLU>A<CD> R<PRO>A<O> sep1 0.78278
+R<GLU>A<CD> R<PRO>A<O> sep2 0.68448
+R<GLU>A<CD> R<SER>A<C> central_sep1 1.88487
+R<GLU>A<CD> R<SER>A<C> central_sep2 1.81751
+R<GLU>A<CD> R<SER>A<C> sep1 0.231746
+R<GLU>A<CD> R<SER>A<C> sep2 0.964945
+R<GLU>A<CD> R<SER>A<CA> central_sep1 0.504008
+R<GLU>A<CD> R<SER>A<CA> central_sep2 0.335651
+R<GLU>A<CD> R<SER>A<CA> sep1 0.988023
+R<GLU>A<CD> R<SER>A<CA> sep2 -0.477073
+R<GLU>A<CD> R<SER>A<CB> central_sep1 0.425278
+R<GLU>A<CD> R<SER>A<CB> central_sep2 -0.164191
+R<GLU>A<CD> R<SER>A<CB> sep1 0.364445
+R<GLU>A<CD> R<SER>A<CB> sep2 -1.09593
+R<GLU>A<CD> R<SER>A<N> central_sep1 1.03763
+R<GLU>A<CD> R<SER>A<N> central_sep2 1.39545
+R<GLU>A<CD> R<SER>A<N> sep1 1.14388
+R<GLU>A<CD> R<SER>A<N> sep2 -0.436392
+R<GLU>A<CD> R<SER>A<O> central_sep1 1.08091
+R<GLU>A<CD> R<SER>A<O> central_sep2 1.42011
+R<GLU>A<CD> R<SER>A<O> sep1 0.78038
+R<GLU>A<CD> R<SER>A<O> sep2 0.589123
+R<GLU>A<CD> R<SER>A<OG> central_sep1 0.22887
+R<GLU>A<CD> R<SER>A<OG> central_sep2 0.513938
+R<GLU>A<CD> R<SER>A<OG> sep1 0.0928811
+R<GLU>A<CD> R<SER>A<OG> sep2 -1.1787
+R<GLU>A<CD> R<THR>A<C> central_sep1 2.04779
+R<GLU>A<CD> R<THR>A<C> central_sep2 1.81154
+R<GLU>A<CD> R<THR>A<C> sep1 0.445108
+R<GLU>A<CD> R<THR>A<C> sep2 1.09281
+R<GLU>A<CD> R<THR>A<CA> central_sep1 0.436892
+R<GLU>A<CD> R<THR>A<CA> central_sep2 0.629748
+R<GLU>A<CD> R<THR>A<CA> sep1 1.08996
+R<GLU>A<CD> R<THR>A<CA> sep2 -0.0764801
+R<GLU>A<CD> R<THR>A<CB> central_sep1 0.193773
+R<GLU>A<CD> R<THR>A<CB> central_sep2 -0.235877
+R<GLU>A<CD> R<THR>A<CB> sep1 0.467203
+R<GLU>A<CD> R<THR>A<CB> sep2 -1.10871
+R<GLU>A<CD> R<THR>A<CG2> central_sep1 -0.31216
+R<GLU>A<CD> R<THR>A<CG2> central_sep2 -0.363428
+R<GLU>A<CD> R<THR>A<CG2> sep1 0.33005
+R<GLU>A<CD> R<THR>A<CG2> sep2 -0.90908
+R<GLU>A<CD> R<THR>A<N> central_sep1 1.10516
+R<GLU>A<CD> R<THR>A<N> central_sep2 1.70771
+R<GLU>A<CD> R<THR>A<N> sep1 1.08836
+R<GLU>A<CD> R<THR>A<N> sep2 -0.246186
+R<GLU>A<CD> R<THR>A<O> central_sep1 1.02455
+R<GLU>A<CD> R<THR>A<O> central_sep2 1.48886
+R<GLU>A<CD> R<THR>A<O> sep1 0.727454
+R<GLU>A<CD> R<THR>A<O> sep2 0.715587
+R<GLU>A<CD> R<THR>A<OG1> central_sep1 0.19049
+R<GLU>A<CD> R<THR>A<OG1> central_sep2 0.582482
+R<GLU>A<CD> R<THR>A<OG1> sep1 0.0826672
+R<GLU>A<CD> R<THR>A<OG1> sep2 -1.12385
+R<GLU>A<CD> R<TRP>A<C> central_sep1 2.42781
+R<GLU>A<CD> R<TRP>A<C> central_sep2 1.92519
+R<GLU>A<CD> R<TRP>A<C> sep1 0.857948
+R<GLU>A<CD> R<TRP>A<C> sep2 0.785095
+R<GLU>A<CD> R<TRP>A<CA> central_sep1 0.309854
+R<GLU>A<CD> R<TRP>A<CA> central_sep2 1.05285
+R<GLU>A<CD> R<TRP>A<CA> sep1 0.75271
+R<GLU>A<CD> R<TRP>A<CA> sep2 0.725968
+R<GLU>A<CD> R<TRP>A<CB> central_sep1 0.609017
+R<GLU>A<CD> R<TRP>A<CB> central_sep2 -0.178076
+R<GLU>A<CD> R<TRP>A<CB> sep1 1.29448
+R<GLU>A<CD> R<TRP>A<CB> sep2 -0.468934
+R<GLU>A<CD> R<TRP>A<CD1> central_sep1 -0.0643458
+R<GLU>A<CD> R<TRP>A<CD1> central_sep2 -0.211358
+R<GLU>A<CD> R<TRP>A<CD1> sep1 0.514649
+R<GLU>A<CD> R<TRP>A<CD1> sep2 -1.02763
+R<GLU>A<CD> R<TRP>A<CD2> central_sep1 2.23424
+R<GLU>A<CD> R<TRP>A<CD2> central_sep2 0.774939
+R<GLU>A<CD> R<TRP>A<CD2> sep1 2.53546
+R<GLU>A<CD> R<TRP>A<CD2> sep2 -0.295915
+R<GLU>A<CD> R<TRP>A<CE2> central_sep1 0.482913
+R<GLU>A<CD> R<TRP>A<CE2> central_sep2 0.72678
+R<GLU>A<CD> R<TRP>A<CE2> sep1 1.14201
+R<GLU>A<CD> R<TRP>A<CE2> sep2 -0.713298
+R<GLU>A<CD> R<TRP>A<CE3> central_sep1 0.330571
+R<GLU>A<CD> R<TRP>A<CE3> central_sep2 -0.107668
+R<GLU>A<CD> R<TRP>A<CE3> sep1 1.26097
+R<GLU>A<CD> R<TRP>A<CE3> sep2 -0.211205
+R<GLU>A<CD> R<TRP>A<CG> central_sep1 2.54461
+R<GLU>A<CD> R<TRP>A<CG> central_sep2 0.248662
+R<GLU>A<CD> R<TRP>A<CG> sep1 1.99641
+R<GLU>A<CD> R<TRP>A<CG> sep2 -0.688469
+R<GLU>A<CD> R<TRP>A<CH2> central_sep1 0.816171
+R<GLU>A<CD> R<TRP>A<CH2> central_sep2 -0.819694
+R<GLU>A<CD> R<TRP>A<CH2> sep1 1.22772
+R<GLU>A<CD> R<TRP>A<CH2> sep2 -1.12262
+R<GLU>A<CD> R<TRP>A<CZ2> central_sep1 -0.105209
+R<GLU>A<CD> R<TRP>A<CZ2> central_sep2 -1.16344
+R<GLU>A<CD> R<TRP>A<CZ2> sep1 0.394413
+R<GLU>A<CD> R<TRP>A<CZ2> sep2 -1.42723
+R<GLU>A<CD> R<TRP>A<CZ3> central_sep1 0.604649
+R<GLU>A<CD> R<TRP>A<CZ3> central_sep2 -0.259821
+R<GLU>A<CD> R<TRP>A<CZ3> sep1 1.16126
+R<GLU>A<CD> R<TRP>A<CZ3> sep2 -0.728362
+R<GLU>A<CD> R<TRP>A<N> central_sep1 1.8311
+R<GLU>A<CD> R<TRP>A<N> central_sep2 1.65882
+R<GLU>A<CD> R<TRP>A<N> sep1 1.61517
+R<GLU>A<CD> R<TRP>A<N> sep2 0.340205
+R<GLU>A<CD> R<TRP>A<NE1> central_sep1 -0.0255214
+R<GLU>A<CD> R<TRP>A<NE1> central_sep2 -0.378848
+R<GLU>A<CD> R<TRP>A<NE1> sep1 0.0734907
+R<GLU>A<CD> R<TRP>A<NE1> sep2 -1.8025
+R<GLU>A<CD> R<TRP>A<O> central_sep1 1.22838
+R<GLU>A<CD> R<TRP>A<O> central_sep2 1.39514
+R<GLU>A<CD> R<TRP>A<O> sep1 1.09989
+R<GLU>A<CD> R<TRP>A<O> sep2 0.611544
+R<GLU>A<CD> R<TYR>A<C> central_sep1 2.10757
+R<GLU>A<CD> R<TYR>A<C> central_sep2 2.06276
+R<GLU>A<CD> R<TYR>A<C> sep1 0.892719
+R<GLU>A<CD> R<TYR>A<C> sep2 1.14952
+R<GLU>A<CD> R<TYR>A<CA> central_sep1 0.563402
+R<GLU>A<CD> R<TYR>A<CA> central_sep2 1.03011
+R<GLU>A<CD> R<TYR>A<CA> sep1 1.12695
+R<GLU>A<CD> R<TYR>A<CA> sep2 0.561808
+R<GLU>A<CD> R<TYR>A<CB> central_sep1 0.402208
+R<GLU>A<CD> R<TYR>A<CB> central_sep2 -0.0910685
+R<GLU>A<CD> R<TYR>A<CB> sep1 1.203
+R<GLU>A<CD> R<TYR>A<CB> sep2 -0.34601
+R<GLU>A<CD> R<TYR>A<CD1> central_sep1 0.0597228
+R<GLU>A<CD> R<TYR>A<CD1> central_sep2 -0.178345
+R<GLU>A<CD> R<TYR>A<CD1> sep1 0.861855
+R<GLU>A<CD> R<TYR>A<CD1> sep2 -0.506974
+R<GLU>A<CD> R<TYR>A<CE1> central_sep1 -0.166829
+R<GLU>A<CD> R<TYR>A<CE1> central_sep2 -0.777091
+R<GLU>A<CD> R<TYR>A<CE1> sep1 0.499544
+R<GLU>A<CD> R<TYR>A<CE1> sep2 -1.49675
+R<GLU>A<CD> R<TYR>A<CG> central_sep1 3.12748
+R<GLU>A<CD> R<TYR>A<CG> central_sep2 0.403349
+R<GLU>A<CD> R<TYR>A<CG> sep1 2.08219
+R<GLU>A<CD> R<TYR>A<CG> sep2 -0.686017
+R<GLU>A<CD> R<TYR>A<CZ> central_sep1 -0.0457682
+R<GLU>A<CD> R<TYR>A<CZ> central_sep2 0.562964
+R<GLU>A<CD> R<TYR>A<CZ> sep1 0.487889
+R<GLU>A<CD> R<TYR>A<CZ> sep2 -0.81756
+R<GLU>A<CD> R<TYR>A<N> central_sep1 1.78652
+R<GLU>A<CD> R<TYR>A<N> central_sep2 2.08643
+R<GLU>A<CD> R<TYR>A<N> sep1 1.73231
+R<GLU>A<CD> R<TYR>A<N> sep2 0.321272
+R<GLU>A<CD> R<TYR>A<O> central_sep1 1.36621
+R<GLU>A<CD> R<TYR>A<O> central_sep2 1.48207
+R<GLU>A<CD> R<TYR>A<O> sep1 1.21714
+R<GLU>A<CD> R<TYR>A<O> sep2 0.753889
+R<GLU>A<CD> R<TYR>A<OH> central_sep1 0.533544
+R<GLU>A<CD> R<TYR>A<OH> central_sep2 -0.227929
+R<GLU>A<CD> R<TYR>A<OH> sep1 0.406488
+R<GLU>A<CD> R<TYR>A<OH> sep2 -1.9316
+R<GLU>A<CD> R<VAL>A<C> central_sep1 2.47876
+R<GLU>A<CD> R<VAL>A<C> central_sep2 2.43763
+R<GLU>A<CD> R<VAL>A<C> sep1 0.891146
+R<GLU>A<CD> R<VAL>A<C> sep2 1.15362
+R<GLU>A<CD> R<VAL>A<CA> central_sep1 0.629966
+R<GLU>A<CD> R<VAL>A<CA> central_sep2 1.38939
+R<GLU>A<CD> R<VAL>A<CA> sep1 1.17196
+R<GLU>A<CD> R<VAL>A<CA> sep2 0.546406
+R<GLU>A<CD> R<VAL>A<CB> central_sep1 0.437941
+R<GLU>A<CD> R<VAL>A<CB> central_sep2 0.0982659
+R<GLU>A<CD> R<VAL>A<CB> sep1 1.11945
+R<GLU>A<CD> R<VAL>A<CB> sep2 -0.532218
+R<GLU>A<CD> R<VAL>A<CG1> central_sep1 -0.126301
+R<GLU>A<CD> R<VAL>A<CG1> central_sep2 -0.237405
+R<GLU>A<CD> R<VAL>A<CG1> sep1 1.04211
+R<GLU>A<CD> R<VAL>A<CG1> sep2 -0.527684
+R<GLU>A<CD> R<VAL>A<CG2> central_sep1 0.538763
+R<GLU>A<CD> R<VAL>A<CG2> central_sep2 -0.263931
+R<GLU>A<CD> R<VAL>A<CG2> sep1 1.26339
+R<GLU>A<CD> R<VAL>A<CG2> sep2 -0.525829
+R<GLU>A<CD> R<VAL>A<N> central_sep1 2.33517
+R<GLU>A<CD> R<VAL>A<N> central_sep2 2.34878
+R<GLU>A<CD> R<VAL>A<N> sep1 1.70129
+R<GLU>A<CD> R<VAL>A<N> sep2 0.638799
+R<GLU>A<CD> R<VAL>A<O> central_sep1 1.24537
+R<GLU>A<CD> R<VAL>A<O> central_sep2 1.4744
+R<GLU>A<CD> R<VAL>A<O> sep1 1.06109
+R<GLU>A<CD> R<VAL>A<O> sep2 0.746299
+R<GLU>A<CD> c<solvent> . -0.433863
+R<GLU>A<CG> R<GLU>A<CG> central_sep1 -0.349717
+R<GLU>A<CG> R<GLU>A<CG> central_sep2 0.549143
+R<GLU>A<CG> R<GLU>A<CG> sep1 0.704317
+R<GLU>A<CG> R<GLU>A<CG> sep2 0.760742
+R<GLU>A<CG> R<GLU>A<N> central_sep1 0.729531
+R<GLU>A<CG> R<GLU>A<N> central_sep2 2.0635
+R<GLU>A<CG> R<GLU>A<N> sep1 -0.0254555
+R<GLU>A<CG> R<GLU>A<N> sep2 1.60103
+R<GLU>A<CG> R<GLU>A<O> central_sep1 -1.07455
+R<GLU>A<CG> R<GLU>A<O> central_sep2 1.09086
+R<GLU>A<CG> R<GLU>A<O> sep1 0.952419
+R<GLU>A<CG> R<GLU>A<O> sep2 1.45314
+R<GLU>A<CG> R<GLU>A<OE1> central_sep1 -0.00784326
+R<GLU>A<CG> R<GLU>A<OE1> central_sep2 0.810792
+R<GLU>A<CG> R<GLU>A<OE1> sep1 1.13221
+R<GLU>A<CG> R<GLU>A<OE1> sep2 0.795764
+R<GLU>A<CG> R<GLY>A<C> central_sep1 0.523126
+R<GLU>A<CG> R<GLY>A<C> central_sep2 0.728661
+R<GLU>A<CG> R<GLY>A<C> sep1 -0.6192
+R<GLU>A<CG> R<GLY>A<C> sep2 0.0373309
+R<GLU>A<CG> R<GLY>A<CA> central_sep1 1.13288
+R<GLU>A<CG> R<GLY>A<CA> central_sep2 0.275405
+R<GLU>A<CG> R<GLY>A<CA> sep1 0.91782
+R<GLU>A<CG> R<GLY>A<CA> sep2 0.463465
+R<GLU>A<CG> R<GLY>A<N> central_sep1 0.596127
+R<GLU>A<CG> R<GLY>A<N> central_sep2 1.01903
+R<GLU>A<CG> R<GLY>A<N> sep1 -0.151597
+R<GLU>A<CG> R<GLY>A<N> sep2 0.481907
+R<GLU>A<CG> R<GLY>A<O> central_sep1 -0.508342
+R<GLU>A<CG> R<GLY>A<O> central_sep2 0.380166
+R<GLU>A<CG> R<GLY>A<O> sep1 0.764787
+R<GLU>A<CG> R<GLY>A<O> sep2 0.666702
+R<GLU>A<CG> R<HIS>A<C> central_sep1 1.01765
+R<GLU>A<CG> R<HIS>A<C> central_sep2 1.45976
+R<GLU>A<CG> R<HIS>A<C> sep1 -0.192608
+R<GLU>A<CG> R<HIS>A<C> sep2 0.167068
+R<GLU>A<CG> R<HIS>A<CA> central_sep1 0.917013
+R<GLU>A<CG> R<HIS>A<CA> central_sep2 0.796614
+R<GLU>A<CG> R<HIS>A<CA> sep1 1.02922
+R<GLU>A<CG> R<HIS>A<CA> sep2 0.688325
+R<GLU>A<CG> R<HIS>A<CB> central_sep1 0.419855
+R<GLU>A<CG> R<HIS>A<CB> central_sep2 -0.0274994
+R<GLU>A<CG> R<HIS>A<CB> sep1 0.766029
+R<GLU>A<CG> R<HIS>A<CB> sep2 0.010919
+R<GLU>A<CG> R<HIS>A<CD2> central_sep1 -0.637539
+R<GLU>A<CG> R<HIS>A<CD2> central_sep2 -0.284016
+R<GLU>A<CG> R<HIS>A<CD2> sep1 0.820523
+R<GLU>A<CG> R<HIS>A<CD2> sep2 -0.456938
+R<GLU>A<CG> R<HIS>A<CE1> central_sep1 -0.470463
+R<GLU>A<CG> R<HIS>A<CE1> central_sep2 -0.380685
+R<GLU>A<CG> R<HIS>A<CE1> sep1 0.88226
+R<GLU>A<CG> R<HIS>A<CE1> sep2 -0.479489
+R<GLU>A<CG> R<HIS>A<CG> central_sep1 0.483069
+R<GLU>A<CG> R<HIS>A<CG> central_sep2 -0.110537
+R<GLU>A<CG> R<HIS>A<CG> sep1 0.514315
+R<GLU>A<CG> R<HIS>A<CG> sep2 -0.722388
+R<GLU>A<CG> R<HIS>A<N> central_sep1 0.598184
+R<GLU>A<CG> R<HIS>A<N> central_sep2 1.41986
+R<GLU>A<CG> R<HIS>A<N> sep1 0.117704
+R<GLU>A<CG> R<HIS>A<N> sep2 0.986538
+R<GLU>A<CG> R<HIS>A<ND1> central_sep1 0.122323
+R<GLU>A<CG> R<HIS>A<ND1> central_sep2 0.0364954
+R<GLU>A<CG> R<HIS>A<ND1> sep1 0.601313
+R<GLU>A<CG> R<HIS>A<ND1> sep2 -0.523715
+R<GLU>A<CG> R<HIS>A<NE2> central_sep1 -0.334495
+R<GLU>A<CG> R<HIS>A<NE2> central_sep2 -0.397218
+R<GLU>A<CG> R<HIS>A<NE2> sep1 0.559168
+R<GLU>A<CG> R<HIS>A<NE2> sep2 -0.691206
+R<GLU>A<CG> R<HIS>A<O> central_sep1 -0.742567
+R<GLU>A<CG> R<HIS>A<O> central_sep2 0.361003
+R<GLU>A<CG> R<HIS>A<O> sep1 1.02508
+R<GLU>A<CG> R<HIS>A<O> sep2 0.700524
+R<GLU>A<CG> R<ILE>A<C> central_sep1 0.65744
+R<GLU>A<CG> R<ILE>A<C> central_sep2 1.79469
+R<GLU>A<CG> R<ILE>A<C> sep1 -0.777795
+R<GLU>A<CG> R<ILE>A<C> sep2 0.0218157
+R<GLU>A<CG> R<ILE>A<CA> central_sep1 1.02422
+R<GLU>A<CG> R<ILE>A<CA> central_sep2 1.27508
+R<GLU>A<CG> R<ILE>A<CA> sep1 1.17945
+R<GLU>A<CG> R<ILE>A<CA> sep2 1.10466
+R<GLU>A<CG> R<ILE>A<CB> central_sep1 1.08983
+R<GLU>A<CG> R<ILE>A<CB> central_sep2 0.0956069
+R<GLU>A<CG> R<ILE>A<CB> sep1 0.817252
+R<GLU>A<CG> R<ILE>A<CB> sep2 -0.00670318
+R<GLU>A<CG> R<ILE>A<CD1> central_sep1 0.115275
+R<GLU>A<CG> R<ILE>A<CD1> central_sep2 -0.606298
+R<GLU>A<CG> R<ILE>A<CD1> sep1 1.60759
+R<GLU>A<CG> R<ILE>A<CD1> sep2 0.110935
+R<GLU>A<CG> R<ILE>A<CG1> central_sep1 -0.012881
+R<GLU>A<CG> R<ILE>A<CG1> central_sep2 -0.207326
+R<GLU>A<CG> R<ILE>A<CG1> sep1 0.988867
+R<GLU>A<CG> R<ILE>A<CG1> sep2 -0.196356
+R<GLU>A<CG> R<ILE>A<CG2> central_sep1 -0.21257
+R<GLU>A<CG> R<ILE>A<CG2> central_sep2 -0.337355
+R<GLU>A<CG> R<ILE>A<CG2> sep1 1.1791
+R<GLU>A<CG> R<ILE>A<CG2> sep2 0.24488
+R<GLU>A<CG> R<ILE>A<N> central_sep1 0.700994
+R<GLU>A<CG> R<ILE>A<N> central_sep2 1.52242
+R<GLU>A<CG> R<ILE>A<N> sep1 -0.297674
+R<GLU>A<CG> R<ILE>A<N> sep2 1.13429
+R<GLU>A<CG> R<ILE>A<O> central_sep1 -0.790596
+R<GLU>A<CG> R<ILE>A<O> central_sep2 0.468782
+R<GLU>A<CG> R<ILE>A<O> sep1 0.674506
+R<GLU>A<CG> R<ILE>A<O> sep2 0.72834
+R<GLU>A<CG> R<LEU>A<C> central_sep1 1.13939
+R<GLU>A<CG> R<LEU>A<C> central_sep2 1.58939
+R<GLU>A<CG> R<LEU>A<C> sep1 -0.440896
+R<GLU>A<CG> R<LEU>A<C> sep2 0.442834
+R<GLU>A<CG> R<LEU>A<CA> central_sep1 0.762815
+R<GLU>A<CG> R<LEU>A<CA> central_sep2 1.34944
+R<GLU>A<CG> R<LEU>A<CA> sep1 1.10404
+R<GLU>A<CG> R<LEU>A<CA> sep2 1.14766
+R<GLU>A<CG> R<LEU>A<CB> central_sep1 0.535011
+R<GLU>A<CG> R<LEU>A<CB> central_sep2 0.296605
+R<GLU>A<CG> R<LEU>A<CB> sep1 0.607203
+R<GLU>A<CG> R<LEU>A<CB> sep2 0.358767
+R<GLU>A<CG> R<LEU>A<CD1> central_sep1 0.000656628
+R<GLU>A<CG> R<LEU>A<CD1> central_sep2 -0.568485
+R<GLU>A<CG> R<LEU>A<CD1> sep1 1.55666
+R<GLU>A<CG> R<LEU>A<CD1> sep2 0.159326
+R<GLU>A<CG> R<LEU>A<CD2> central_sep1 0.2357
+R<GLU>A<CG> R<LEU>A<CD2> central_sep2 -0.615441
+R<GLU>A<CG> R<LEU>A<CD2> sep1 1.55266
+R<GLU>A<CG> R<LEU>A<CD2> sep2 0.135008
+R<GLU>A<CG> R<LEU>A<CG> central_sep1 -0.378131
+R<GLU>A<CG> R<LEU>A<CG> central_sep2 0.236677
+R<GLU>A<CG> R<LEU>A<CG> sep1 0.427495
+R<GLU>A<CG> R<LEU>A<CG> sep2 -0.217995
+R<GLU>A<CG> R<LEU>A<N> central_sep1 1.02596
+R<GLU>A<CG> R<LEU>A<N> central_sep2 1.53937
+R<GLU>A<CG> R<LEU>A<N> sep1 0.0535393
+R<GLU>A<CG> R<LEU>A<N> sep2 1.20668
+R<GLU>A<CG> R<LEU>A<O> central_sep1 -0.702189
+R<GLU>A<CG> R<LEU>A<O> central_sep2 0.637699
+R<GLU>A<CG> R<LEU>A<O> sep1 0.885764
+R<GLU>A<CG> R<LEU>A<O> sep2 1.00299
+R<GLU>A<CG> R<LYS>A<C> central_sep1 0.840721
+R<GLU>A<CG> R<LYS>A<C> central_sep2 1.48956
+R<GLU>A<CG> R<LYS>A<C> sep1 -0.442617
+R<GLU>A<CG> R<LYS>A<C> sep2 0.314156
+R<GLU>A<CG> R<LYS>A<CA> central_sep1 0.244971
+R<GLU>A<CG> R<LYS>A<CA> central_sep2 0.442762
+R<GLU>A<CG> R<LYS>A<CA> sep1 0.529392
+R<GLU>A<CG> R<LYS>A<CA> sep2 0.477984
+R<GLU>A<CG> R<LYS>A<CB> central_sep1 -0.222247
+R<GLU>A<CG> R<LYS>A<CB> central_sep2 -0.366868
+R<GLU>A<CG> R<LYS>A<CB> sep1 -0.138255
+R<GLU>A<CG> R<LYS>A<CB> sep2 -0.26556
+R<GLU>A<CG> R<LYS>A<CD> central_sep1 -0.312104
+R<GLU>A<CG> R<LYS>A<CD> central_sep2 -0.288867
+R<GLU>A<CG> R<LYS>A<CD> sep1 0.364319
+R<GLU>A<CG> R<LYS>A<CD> sep2 -0.591538
+R<GLU>A<CG> R<LYS>A<CE> central_sep1 -0.577357
+R<GLU>A<CG> R<LYS>A<CE> central_sep2 -0.130094
+R<GLU>A<CG> R<LYS>A<CE> sep1 0.91491
+R<GLU>A<CG> R<LYS>A<CE> sep2 -0.416195
+R<GLU>A<CG> R<LYS>A<CG> central_sep1 -0.958423
+R<GLU>A<CG> R<LYS>A<CG> central_sep2 -0.444188
+R<GLU>A<CG> R<LYS>A<CG> sep1 -0.0508932
+R<GLU>A<CG> R<LYS>A<CG> sep2 -0.417813
+R<GLU>A<CG> R<LYS>A<N> central_sep1 0.54074
+R<GLU>A<CG> R<LYS>A<N> central_sep2 1.21273
+R<GLU>A<CG> R<LYS>A<N> sep1 -0.070265
+R<GLU>A<CG> R<LYS>A<N> sep2 0.757237
+R<GLU>A<CG> R<LYS>A<NZ> central_sep1 0.2898
+R<GLU>A<CG> R<LYS>A<NZ> central_sep2 -0.00139805
+R<GLU>A<CG> R<LYS>A<NZ> sep1 1.22253
+R<GLU>A<CG> R<LYS>A<NZ> sep2 -0.278927
+R<GLU>A<CG> R<LYS>A<O> central_sep1 -1.43641
+R<GLU>A<CG> R<LYS>A<O> central_sep2 0.48249
+R<GLU>A<CG> R<LYS>A<O> sep1 0.765375
+R<GLU>A<CG> R<LYS>A<O> sep2 0.617266
+R<GLU>A<CG> R<MET>A<C> central_sep1 1.27103
+R<GLU>A<CG> R<MET>A<C> central_sep2 1.36489
+R<GLU>A<CG> R<MET>A<C> sep1 -0.381911
+R<GLU>A<CG> R<MET>A<C> sep2 0.175294
+R<GLU>A<CG> R<MET>A<CA> central_sep1 0.741086
+R<GLU>A<CG> R<MET>A<CA> central_sep2 0.991514
+R<GLU>A<CG> R<MET>A<CA> sep1 0.977635
+R<GLU>A<CG> R<MET>A<CA> sep2 0.809761
+R<GLU>A<CG> R<MET>A<CB> central_sep1 0.655784
+R<GLU>A<CG> R<MET>A<CB> central_sep2 0.105259
+R<GLU>A<CG> R<MET>A<CB> sep1 0.73101
+R<GLU>A<CG> R<MET>A<CB> sep2 0.283961
+R<GLU>A<CG> R<MET>A<CE> central_sep1 -0.0235236
+R<GLU>A<CG> R<MET>A<CE> central_sep2 -0.493878
+R<GLU>A<CG> R<MET>A<CE> sep1 1.85995
+R<GLU>A<CG> R<MET>A<CE> sep2 -0.0421848
+R<GLU>A<CG> R<MET>A<CG> central_sep1 -0.148319
+R<GLU>A<CG> R<MET>A<CG> central_sep2 -0.118831
+R<GLU>A<CG> R<MET>A<CG> sep1 1.21382
+R<GLU>A<CG> R<MET>A<CG> sep2 -0.0293331
+R<GLU>A<CG> R<MET>A<N> central_sep1 0.914426
+R<GLU>A<CG> R<MET>A<N> central_sep2 1.02462
+R<GLU>A<CG> R<MET>A<N> sep1 0.156289
+R<GLU>A<CG> R<MET>A<N> sep2 0.72763
+R<GLU>A<CG> R<MET>A<O> central_sep1 -0.673019
+R<GLU>A<CG> R<MET>A<O> central_sep2 0.496762
+R<GLU>A<CG> R<MET>A<O> sep1 0.955814
+R<GLU>A<CG> R<MET>A<O> sep2 0.787863
+R<GLU>A<CG> R<MET>A<SD> central_sep1 -0.027396
+R<GLU>A<CG> R<MET>A<SD> central_sep2 -0.623806
+R<GLU>A<CG> R<MET>A<SD> sep1 1.60724
+R<GLU>A<CG> R<MET>A<SD> sep2 -0.0643826
+R<GLU>A<CG> R<PHE>A<C> central_sep1 1.08675
+R<GLU>A<CG> R<PHE>A<C> central_sep2 1.10927
+R<GLU>A<CG> R<PHE>A<C> sep1 -0.638774
+R<GLU>A<CG> R<PHE>A<C> sep2 0.0185603
+R<GLU>A<CG> R<PHE>A<CA> central_sep1 1.01194
+R<GLU>A<CG> R<PHE>A<CA> central_sep2 1.14979
+R<GLU>A<CG> R<PHE>A<CA> sep1 1.02021
+R<GLU>A<CG> R<PHE>A<CA> sep2 0.83073
+R<GLU>A<CG> R<PHE>A<CB> central_sep1 0.59426
+R<GLU>A<CG> R<PHE>A<CB> central_sep2 -0.00211541
+R<GLU>A<CG> R<PHE>A<CB> sep1 1.17664
+R<GLU>A<CG> R<PHE>A<CB> sep2 0.236639
+R<GLU>A<CG> R<PHE>A<CD1> central_sep1 -0.0211859
+R<GLU>A<CG> R<PHE>A<CD1> central_sep2 -0.223847
+R<GLU>A<CG> R<PHE>A<CD1> sep1 1.16275
+R<GLU>A<CG> R<PHE>A<CD1> sep2 -0.263775
+R<GLU>A<CG> R<PHE>A<CE1> central_sep1 0.114831
+R<GLU>A<CG> R<PHE>A<CE1> central_sep2 -0.48395
+R<GLU>A<CG> R<PHE>A<CE1> sep1 1.22437
+R<GLU>A<CG> R<PHE>A<CE1> sep2 -0.439698
+R<GLU>A<CG> R<PHE>A<CG> central_sep1 1.72627
+R<GLU>A<CG> R<PHE>A<CG> central_sep2 -0.132926
+R<GLU>A<CG> R<PHE>A<CG> sep1 1.13065
+R<GLU>A<CG> R<PHE>A<CG> sep2 -1.16683
+R<GLU>A<CG> R<PHE>A<CZ> central_sep1 0.481101
+R<GLU>A<CG> R<PHE>A<CZ> central_sep2 -0.563325
+R<GLU>A<CG> R<PHE>A<CZ> sep1 1.3084
+R<GLU>A<CG> R<PHE>A<CZ> sep2 -0.492401
+R<GLU>A<CG> R<PHE>A<N> central_sep1 0.775351
+R<GLU>A<CG> R<PHE>A<N> central_sep2 1.32537
+R<GLU>A<CG> R<PHE>A<N> sep1 -0.0339073
+R<GLU>A<CG> R<PHE>A<N> sep2 1.04063
+R<GLU>A<CG> R<PHE>A<O> central_sep1 -0.603868
+R<GLU>A<CG> R<PHE>A<O> central_sep2 0.428592
+R<GLU>A<CG> R<PHE>A<O> sep1 0.792606
+R<GLU>A<CG> R<PHE>A<O> sep2 0.692304
+R<GLU>A<CG> R<PRO>A<C> central_sep1 1.79259
+R<GLU>A<CG> R<PRO>A<C> central_sep2 1.68586
+R<GLU>A<CG> R<PRO>A<C> sep1 0.0102837
+R<GLU>A<CG> R<PRO>A<C> sep2 0.62288
+R<GLU>A<CG> R<PRO>A<CA> central_sep1 0.617133
+R<GLU>A<CG> R<PRO>A<CA> central_sep2 0.572543
+R<GLU>A<CG> R<PRO>A<CA> sep1 1.21444
+R<GLU>A<CG> R<PRO>A<CA> sep2 0.652099
+R<GLU>A<CG> R<PRO>A<CB> central_sep1 0.165665
+R<GLU>A<CG> R<PRO>A<CB> central_sep2 -0.167468
+R<GLU>A<CG> R<PRO>A<CB> sep1 0.48632
+R<GLU>A<CG> R<PRO>A<CB> sep2 -0.0997739
+R<GLU>A<CG> R<PRO>A<CD> central_sep1 0.518054
+R<GLU>A<CG> R<PRO>A<CD> central_sep2 0.505311
+R<GLU>A<CG> R<PRO>A<CD> sep1 0.748515
+R<GLU>A<CG> R<PRO>A<CD> sep2 0.322765
+R<GLU>A<CG> R<PRO>A<CG> central_sep1 0.47755
+R<GLU>A<CG> R<PRO>A<CG> central_sep2 -0.226769
+R<GLU>A<CG> R<PRO>A<CG> sep1 1.0465
+R<GLU>A<CG> R<PRO>A<CG> sep2 -0.208561
+R<GLU>A<CG> R<PRO>A<N> central_sep1 1.2596
+R<GLU>A<CG> R<PRO>A<N> central_sep2 1.26634
+R<GLU>A<CG> R<PRO>A<N> sep1 -0.404575
+R<GLU>A<CG> R<PRO>A<N> sep2 -0.0590714
+R<GLU>A<CG> R<PRO>A<O> central_sep1 -0.852817
+R<GLU>A<CG> R<PRO>A<O> central_sep2 0.616831
+R<GLU>A<CG> R<PRO>A<O> sep1 0.978611
+R<GLU>A<CG> R<PRO>A<O> sep2 1.06152
+R<GLU>A<CG> R<SER>A<C> central_sep1 1.34722
+R<GLU>A<CG> R<SER>A<C> central_sep2 1.51222
+R<GLU>A<CG> R<SER>A<C> sep1 -0.194598
+R<GLU>A<CG> R<SER>A<C> sep2 0.513577
+R<GLU>A<CG> R<SER>A<CA> central_sep1 0.997383
+R<GLU>A<CG> R<SER>A<CA> central_sep2 0.647537
+R<GLU>A<CG> R<SER>A<CA> sep1 1.03199
+R<GLU>A<CG> R<SER>A<CA> sep2 0.542593
+R<GLU>A<CG> R<SER>A<CB> central_sep1 0.477491
+R<GLU>A<CG> R<SER>A<CB> central_sep2 -0.158941
+R<GLU>A<CG> R<SER>A<CB> sep1 0.668005
+R<GLU>A<CG> R<SER>A<CB> sep2 0.116226
+R<GLU>A<CG> R<SER>A<N> central_sep1 0.658479
+R<GLU>A<CG> R<SER>A<N> central_sep2 1.30577
+R<GLU>A<CG> R<SER>A<N> sep1 0.29032
+R<GLU>A<CG> R<SER>A<N> sep2 0.91323
+R<GLU>A<CG> R<SER>A<O> central_sep1 -0.691031
+R<GLU>A<CG> R<SER>A<O> central_sep2 0.598694
+R<GLU>A<CG> R<SER>A<O> sep1 1.0531
+R<GLU>A<CG> R<SER>A<O> sep2 0.944782
+R<GLU>A<CG> R<SER>A<OG> central_sep1 -0.940108
+R<GLU>A<CG> R<SER>A<OG> central_sep2 -0.155199
+R<GLU>A<CG> R<SER>A<OG> sep1 0.632016
+R<GLU>A<CG> R<SER>A<OG> sep2 -0.0708039
+R<GLU>A<CG> R<THR>A<C> central_sep1 1.17699
+R<GLU>A<CG> R<THR>A<C> central_sep2 1.35256
+R<GLU>A<CG> R<THR>A<C> sep1 -0.334862
+R<GLU>A<CG> R<THR>A<C> sep2 0.447734
+R<GLU>A<CG> R<THR>A<CA> central_sep1 1.14288
+R<GLU>A<CG> R<THR>A<CA> central_sep2 0.808392
+R<GLU>A<CG> R<THR>A<CA> sep1 1.07272
+R<GLU>A<CG> R<THR>A<CA> sep2 0.696889
+R<GLU>A<CG> R<THR>A<CB> central_sep1 0.277757
+R<GLU>A<CG> R<THR>A<CB> central_sep2 -0.150266
+R<GLU>A<CG> R<THR>A<CB> sep1 0.414676
+R<GLU>A<CG> R<THR>A<CB> sep2 -0.20802
+R<GLU>A<CG> R<THR>A<CG2> central_sep1 -0.209389
+R<GLU>A<CG> R<THR>A<CG2> central_sep2 -0.401422
+R<GLU>A<CG> R<THR>A<CG2> sep1 1.3382
+R<GLU>A<CG> R<THR>A<CG2> sep2 0.0640553
+R<GLU>A<CG> R<THR>A<N> central_sep1 0.573062
+R<GLU>A<CG> R<THR>A<N> central_sep2 1.61149
+R<GLU>A<CG> R<THR>A<N> sep1 0.117341
+R<GLU>A<CG> R<THR>A<N> sep2 1.19857
+R<GLU>A<CG> R<THR>A<O> central_sep1 -0.852022
+R<GLU>A<CG> R<THR>A<O> central_sep2 0.571821
+R<GLU>A<CG> R<THR>A<O> sep1 0.96882
+R<GLU>A<CG> R<THR>A<O> sep2 0.795188
+R<GLU>A<CG> R<THR>A<OG1> central_sep1 -1.07474
+R<GLU>A<CG> R<THR>A<OG1> central_sep2 -0.273074
+R<GLU>A<CG> R<THR>A<OG1> sep1 0.753359
+R<GLU>A<CG> R<THR>A<OG1> sep2 -0.0203367
+R<GLU>A<CG> R<TRP>A<C> central_sep1 0.948702
+R<GLU>A<CG> R<TRP>A<C> central_sep2 1.543
+R<GLU>A<CG> R<TRP>A<C> sep1 -0.437726
+R<GLU>A<CG> R<TRP>A<C> sep2 0.43788
+R<GLU>A<CG> R<TRP>A<CA> central_sep1 0.765964
+R<GLU>A<CG> R<TRP>A<CA> central_sep2 1.17267
+R<GLU>A<CG> R<TRP>A<CA> sep1 0.959342
+R<GLU>A<CG> R<TRP>A<CA> sep2 0.965057
+R<GLU>A<CG> R<TRP>A<CB> central_sep1 0.775626
+R<GLU>A<CG> R<TRP>A<CB> central_sep2 0.0867638
+R<GLU>A<CG> R<TRP>A<CB> sep1 1.21364
+R<GLU>A<CG> R<TRP>A<CB> sep2 0.283602
+R<GLU>A<CG> R<TRP>A<CD1> central_sep1 -0.77257
+R<GLU>A<CG> R<TRP>A<CD1> central_sep2 -0.293625
+R<GLU>A<CG> R<TRP>A<CD1> sep1 0.950728
+R<GLU>A<CG> R<TRP>A<CD1> sep2 -0.339692
+R<GLU>A<CG> R<TRP>A<CD2> central_sep1 0.300534
+R<GLU>A<CG> R<TRP>A<CD2> central_sep2 -0.037071
+R<GLU>A<CG> R<TRP>A<CD2> sep1 0.583287
+R<GLU>A<CG> R<TRP>A<CD2> sep2 -0.543358
+R<GLU>A<CG> R<TRP>A<CE2> central_sep1 -0.573589
+R<GLU>A<CG> R<TRP>A<CE2> central_sep2 -0.25237
+R<GLU>A<CG> R<TRP>A<CE2> sep1 0.25044
+R<GLU>A<CG> R<TRP>A<CE2> sep2 -1.1708
+R<GLU>A<CG> R<TRP>A<CE3> central_sep1 -0.175835
+R<GLU>A<CG> R<TRP>A<CE3> central_sep2 -0.0287403
+R<GLU>A<CG> R<TRP>A<CE3> sep1 1.65877
+R<GLU>A<CG> R<TRP>A<CE3> sep2 -0.0577355
+R<GLU>A<CG> R<TRP>A<CG> central_sep1 1.86154
+R<GLU>A<CG> R<TRP>A<CG> central_sep2 0.192065
+R<GLU>A<CG> R<TRP>A<CG> sep1 1.19115
+R<GLU>A<CG> R<TRP>A<CG> sep2 -1.04542
+R<GLU>A<CG> R<TRP>A<CH2> central_sep1 0.711676
+R<GLU>A<CG> R<TRP>A<CH2> central_sep2 -0.738627
+R<GLU>A<CG> R<TRP>A<CH2> sep1 1.37291
+R<GLU>A<CG> R<TRP>A<CH2> sep2 -0.670955
+R<GLU>A<CG> R<TRP>A<CZ2> central_sep1 0.0706476
+R<GLU>A<CG> R<TRP>A<CZ2> central_sep2 -0.958759
+R<GLU>A<CG> R<TRP>A<CZ2> sep1 1.51402
+R<GLU>A<CG> R<TRP>A<CZ2> sep2 -0.587467
+R<GLU>A<CG> R<TRP>A<CZ3> central_sep1 0.224836
+R<GLU>A<CG> R<TRP>A<CZ3> central_sep2 -0.466147
+R<GLU>A<CG> R<TRP>A<CZ3> sep1 1.03809
+R<GLU>A<CG> R<TRP>A<CZ3> sep2 -0.332155
+R<GLU>A<CG> R<TRP>A<N> central_sep1 0.801956
+R<GLU>A<CG> R<TRP>A<N> central_sep2 1.34011
+R<GLU>A<CG> R<TRP>A<N> sep1 -0.0206617
+R<GLU>A<CG> R<TRP>A<N> sep2 1.10774
+R<GLU>A<CG> R<TRP>A<NE1> central_sep1 -0.268882
+R<GLU>A<CG> R<TRP>A<NE1> central_sep2 -0.574797
+R<GLU>A<CG> R<TRP>A<NE1> sep1 0.562629
+R<GLU>A<CG> R<TRP>A<NE1> sep2 -0.73408
+R<GLU>A<CG> R<TRP>A<O> central_sep1 -0.79014
+R<GLU>A<CG> R<TRP>A<O> central_sep2 0.53049
+R<GLU>A<CG> R<TRP>A<O> sep1 0.772795
+R<GLU>A<CG> R<TRP>A<O> sep2 0.840125
+R<GLU>A<CG> R<TYR>A<C> central_sep1 1.02691
+R<GLU>A<CG> R<TYR>A<C> central_sep2 1.44967
+R<GLU>A<CG> R<TYR>A<C> sep1 -0.504947
+R<GLU>A<CG> R<TYR>A<C> sep2 0.257145
+R<GLU>A<CG> R<TYR>A<CA> central_sep1 0.990373
+R<GLU>A<CG> R<TYR>A<CA> central_sep2 1.11645
+R<GLU>A<CG> R<TYR>A<CA> sep1 1.11405
+R<GLU>A<CG> R<TYR>A<CA> sep2 0.881924
+R<GLU>A<CG> R<TYR>A<CB> central_sep1 0.624384
+R<GLU>A<CG> R<TYR>A<CB> central_sep2 0.0573753
+R<GLU>A<CG> R<TYR>A<CB> sep1 1.14643
+R<GLU>A<CG> R<TYR>A<CB> sep2 0.267387
+R<GLU>A<CG> R<TYR>A<CD1> central_sep1 -0.261781
+R<GLU>A<CG> R<TYR>A<CD1> central_sep2 -0.147142
+R<GLU>A<CG> R<TYR>A<CD1> sep1 0.991609
+R<GLU>A<CG> R<TYR>A<CD1> sep2 -0.321435
+R<GLU>A<CG> R<TYR>A<CE1> central_sep1 -0.289502
+R<GLU>A<CG> R<TYR>A<CE1> central_sep2 -0.794172
+R<GLU>A<CG> R<TYR>A<CE1> sep1 0.934556
+R<GLU>A<CG> R<TYR>A<CE1> sep2 -0.550495
+R<GLU>A<CG> R<TYR>A<CG> central_sep1 1.48849
+R<GLU>A<CG> R<TYR>A<CG> central_sep2 0.138078
+R<GLU>A<CG> R<TYR>A<CG> sep1 0.985778
+R<GLU>A<CG> R<TYR>A<CG> sep2 -1.04056
+R<GLU>A<CG> R<TYR>A<CZ> central_sep1 -0.530828
+R<GLU>A<CG> R<TYR>A<CZ> central_sep2 -0.525806
+R<GLU>A<CG> R<TYR>A<CZ> sep1 0.153456
+R<GLU>A<CG> R<TYR>A<CZ> sep2 -1.65884
+R<GLU>A<CG> R<TYR>A<N> central_sep1 0.715935
+R<GLU>A<CG> R<TYR>A<N> central_sep2 1.53346
+R<GLU>A<CG> R<TYR>A<N> sep1 0.0467942
+R<GLU>A<CG> R<TYR>A<N> sep2 1.05923
+R<GLU>A<CG> R<TYR>A<O> central_sep1 -0.55719
+R<GLU>A<CG> R<TYR>A<O> central_sep2 0.431885
+R<GLU>A<CG> R<TYR>A<O> sep1 0.881197
+R<GLU>A<CG> R<TYR>A<O> sep2 0.771859
+R<GLU>A<CG> R<TYR>A<OH> central_sep1 0.547652
+R<GLU>A<CG> R<TYR>A<OH> central_sep2 -1.1421
+R<GLU>A<CG> R<TYR>A<OH> sep1 1.19052
+R<GLU>A<CG> R<TYR>A<OH> sep2 -0.782915
+R<GLU>A<CG> R<VAL>A<C> central_sep1 0.77164
+R<GLU>A<CG> R<VAL>A<C> central_sep2 1.43627
+R<GLU>A<CG> R<VAL>A<C> sep1 -0.854039
+R<GLU>A<CG> R<VAL>A<C> sep2 -0.0956493
+R<GLU>A<CG> R<VAL>A<CA> central_sep1 1.13867
+R<GLU>A<CG> R<VAL>A<CA> central_sep2 1.16496
+R<GLU>A<CG> R<VAL>A<CA> sep1 1.21429
+R<GLU>A<CG> R<VAL>A<CA> sep2 1.00126
+R<GLU>A<CG> R<VAL>A<CB> central_sep1 0.955133
+R<GLU>A<CG> R<VAL>A<CB> central_sep2 -0.0448343
+R<GLU>A<CG> R<VAL>A<CB> sep1 0.709752
+R<GLU>A<CG> R<VAL>A<CB> sep2 -0.238581
+R<GLU>A<CG> R<VAL>A<CG1> central_sep1 -0.156739
+R<GLU>A<CG> R<VAL>A<CG1> central_sep2 -0.402269
+R<GLU>A<CG> R<VAL>A<CG1> sep1 1.34217
+R<GLU>A<CG> R<VAL>A<CG1> sep2 0.176549
+R<GLU>A<CG> R<VAL>A<CG2> central_sep1 0.00361951
+R<GLU>A<CG> R<VAL>A<CG2> central_sep2 -0.438939
+R<GLU>A<CG> R<VAL>A<CG2> sep1 1.75235
+R<GLU>A<CG> R<VAL>A<CG2> sep2 0.221926
+R<GLU>A<CG> R<VAL>A<N> central_sep1 0.57057
+R<GLU>A<CG> R<VAL>A<N> central_sep2 1.30345
+R<GLU>A<CG> R<VAL>A<N> sep1 -0.326474
+R<GLU>A<CG> R<VAL>A<N> sep2 1.01373
+R<GLU>A<CG> R<VAL>A<O> central_sep1 -0.749629
+R<GLU>A<CG> R<VAL>A<O> central_sep2 0.387958
+R<GLU>A<CG> R<VAL>A<O> sep1 0.602507
+R<GLU>A<CG> R<VAL>A<O> sep2 0.58848
+R<GLU>A<CG> c<solvent> . -0.386659
+R<GLU>A<N> R<GLU>A<N> central_sep1 1.29076
+R<GLU>A<N> R<GLU>A<N> central_sep2 3.0229
+R<GLU>A<N> R<GLU>A<N> sep1 -2.60931
+R<GLU>A<N> R<GLU>A<N> sep2 2.35393
+R<GLU>A<N> R<GLU>A<O> central_sep1 -1.94825
+R<GLU>A<N> R<GLU>A<O> central_sep2 0.308921
+R<GLU>A<N> R<GLU>A<O> sep1 0.153275
+R<GLU>A<N> R<GLU>A<O> sep2 1.52701
+R<GLU>A<N> R<GLU>A<OE1> central_sep1 0.840786
+R<GLU>A<N> R<GLU>A<OE1> central_sep2 1.16615
+R<GLU>A<N> R<GLU>A<OE1> sep1 1.84914
+R<GLU>A<N> R<GLU>A<OE1> sep2 1.16152
+R<GLU>A<N> R<GLY>A<C> central_sep1 -0.0824813
+R<GLU>A<N> R<GLY>A<C> central_sep2 2.14
+R<GLU>A<N> R<GLY>A<C> sep1 -1.28168
+R<GLU>A<N> R<GLY>A<C> sep2 1.0725
+R<GLU>A<N> R<GLY>A<CA> central_sep1 3.08051
+R<GLU>A<N> R<GLY>A<CA> central_sep2 1.50685
+R<GLU>A<N> R<GLY>A<CA> sep1 -1.55356
+R<GLU>A<N> R<GLY>A<CA> sep2 1.09067
+R<GLU>A<N> R<GLY>A<N> central_sep1 1.43502
+R<GLU>A<N> R<GLY>A<N> central_sep2 2.53354
+R<GLU>A<N> R<GLY>A<N> sep1 -1.96318
+R<GLU>A<N> R<GLY>A<N> sep2 1.66652
+R<GLU>A<N> R<GLY>A<O> central_sep1 -0.95035
+R<GLU>A<N> R<GLY>A<O> central_sep2 -0.0262354
+R<GLU>A<N> R<GLY>A<O> sep1 -0.0983493
+R<GLU>A<N> R<GLY>A<O> sep2 0.92906
+R<GLU>A<N> R<HIS>A<C> central_sep1 -0.825727
+R<GLU>A<N> R<HIS>A<C> central_sep2 3.63472
+R<GLU>A<N> R<HIS>A<C> sep1 -1.60708
+R<GLU>A<N> R<HIS>A<C> sep2 1.99008
+R<GLU>A<N> R<HIS>A<CA> central_sep1 3.62771
+R<GLU>A<N> R<HIS>A<CA> central_sep2 2.12058
+R<GLU>A<N> R<HIS>A<CA> sep1 -1.96542
+R<GLU>A<N> R<HIS>A<CA> sep2 1.73917
+R<GLU>A<N> R<HIS>A<CB> central_sep1 1.34704
+R<GLU>A<N> R<HIS>A<CB> central_sep2 1.33224
+R<GLU>A<N> R<HIS>A<CB> sep1 -0.955414
+R<GLU>A<N> R<HIS>A<CB> sep2 1.09856
+R<GLU>A<N> R<HIS>A<CD2> central_sep1 0.64128
+R<GLU>A<N> R<HIS>A<CD2> central_sep2 0.935586
+R<GLU>A<N> R<HIS>A<CD2> sep1 0.541431
+R<GLU>A<N> R<HIS>A<CD2> sep2 0.585108
+R<GLU>A<N> R<HIS>A<CE1> central_sep1 2.39607
+R<GLU>A<N> R<HIS>A<CE1> central_sep2 1.12093
+R<GLU>A<N> R<HIS>A<CE1> sep1 1.8579
+R<GLU>A<N> R<HIS>A<CE1> sep2 0.644281
+R<GLU>A<N> R<HIS>A<CG> central_sep1 -0.162951
+R<GLU>A<N> R<HIS>A<CG> central_sep2 1.66757
+R<GLU>A<N> R<HIS>A<CG> sep1 -0.462822
+R<GLU>A<N> R<HIS>A<CG> sep2 0.91561
+R<GLU>A<N> R<HIS>A<N> central_sep1 1.5352
+R<GLU>A<N> R<HIS>A<N> central_sep2 3.0062
+R<GLU>A<N> R<HIS>A<N> sep1 -2.27474
+R<GLU>A<N> R<HIS>A<N> sep2 1.5728
+R<GLU>A<N> R<HIS>A<ND1> central_sep1 -0.42214
+R<GLU>A<N> R<HIS>A<ND1> central_sep2 1.34067
+R<GLU>A<N> R<HIS>A<ND1> sep1 0.395491
+R<GLU>A<N> R<HIS>A<ND1> sep2 0.710106
+R<GLU>A<N> R<HIS>A<NE2> central_sep1 2.94922
+R<GLU>A<N> R<HIS>A<NE2> central_sep2 1.14936
+R<GLU>A<N> R<HIS>A<NE2> sep1 2.76099
+R<GLU>A<N> R<HIS>A<NE2> sep2 0.647752
+R<GLU>A<N> R<HIS>A<O> central_sep1 -1.59519
+R<GLU>A<N> R<HIS>A<O> central_sep2 -0.58706
+R<GLU>A<N> R<HIS>A<O> sep1 0.13219
+R<GLU>A<N> R<HIS>A<O> sep2 1.20657
+R<GLU>A<N> R<ILE>A<C> central_sep1 -0.334429
+R<GLU>A<N> R<ILE>A<C> central_sep2 4.25927
+R<GLU>A<N> R<ILE>A<C> sep1 -1.97615
+R<GLU>A<N> R<ILE>A<C> sep2 2.55504
+R<GLU>A<N> R<ILE>A<CA> central_sep1 3.48956
+R<GLU>A<N> R<ILE>A<CA> central_sep2 2.68063
+R<GLU>A<N> R<ILE>A<CA> sep1 -2.27868
+R<GLU>A<N> R<ILE>A<CA> sep2 1.80082
+R<GLU>A<N> R<ILE>A<CB> central_sep1 2.05956
+R<GLU>A<N> R<ILE>A<CB> central_sep2 1.47701
+R<GLU>A<N> R<ILE>A<CB> sep1 -1.8539
+R<GLU>A<N> R<ILE>A<CB> sep2 1.32068
+R<GLU>A<N> R<ILE>A<CD1> central_sep1 2.21865
+R<GLU>A<N> R<ILE>A<CD1> central_sep2 0.890316
+R<GLU>A<N> R<ILE>A<CD1> sep1 2.2419
+R<GLU>A<N> R<ILE>A<CD1> sep2 0.655614
+R<GLU>A<N> R<ILE>A<CG1> central_sep1 0.640041
+R<GLU>A<N> R<ILE>A<CG1> central_sep2 1.29918
+R<GLU>A<N> R<ILE>A<CG1> sep1 0.903818
+R<GLU>A<N> R<ILE>A<CG1> sep2 0.918344
+R<GLU>A<N> R<ILE>A<CG2> central_sep1 0.089372
+R<GLU>A<N> R<ILE>A<CG2> central_sep2 1.12732
+R<GLU>A<N> R<ILE>A<CG2> sep1 -0.641656
+R<GLU>A<N> R<ILE>A<CG2> sep2 0.8658
+R<GLU>A<N> R<ILE>A<N> central_sep1 1.81714
+R<GLU>A<N> R<ILE>A<N> central_sep2 2.56698
+R<GLU>A<N> R<ILE>A<N> sep1 -2.28038
+R<GLU>A<N> R<ILE>A<N> sep2 1.67165
+R<GLU>A<N> R<ILE>A<O> central_sep1 -1.52523
+R<GLU>A<N> R<ILE>A<O> central_sep2 -0.767651
+R<GLU>A<N> R<ILE>A<O> sep1 0.0626574
+R<GLU>A<N> R<ILE>A<O> sep2 1.27759
+R<GLU>A<N> R<LEU>A<C> central_sep1 -0.704411
+R<GLU>A<N> R<LEU>A<C> central_sep2 3.21177
+R<GLU>A<N> R<LEU>A<C> sep1 -1.97336
+R<GLU>A<N> R<LEU>A<C> sep2 2.49738
+R<GLU>A<N> R<LEU>A<CA> central_sep1 3.59217
+R<GLU>A<N> R<LEU>A<CA> central_sep2 3.01472
+R<GLU>A<N> R<LEU>A<CA> sep1 -2.25063
+R<GLU>A<N> R<LEU>A<CA> sep2 2.05639
+R<GLU>A<N> R<LEU>A<CB> central_sep1 1.27287
+R<GLU>A<N> R<LEU>A<CB> central_sep2 1.89059
+R<GLU>A<N> R<LEU>A<CB> sep1 -1.62332
+R<GLU>A<N> R<LEU>A<CB> sep2 1.65628
+R<GLU>A<N> R<LEU>A<CD1> central_sep1 1.75411
+R<GLU>A<N> R<LEU>A<CD1> central_sep2 0.829023
+R<GLU>A<N> R<LEU>A<CD1> sep1 1.52264
+R<GLU>A<N> R<LEU>A<CD1> sep2 0.729324
+R<GLU>A<N> R<LEU>A<CD2> central_sep1 2.19977
+R<GLU>A<N> R<LEU>A<CD2> central_sep2 1.07841
+R<GLU>A<N> R<LEU>A<CD2> sep1 2.09387
+R<GLU>A<N> R<LEU>A<CD2> sep2 0.760435
+R<GLU>A<N> R<LEU>A<CG> central_sep1 0.915911
+R<GLU>A<N> R<LEU>A<CG> central_sep2 1.43334
+R<GLU>A<N> R<LEU>A<CG> sep1 -0.402354
+R<GLU>A<N> R<LEU>A<CG> sep2 1.24166
+R<GLU>A<N> R<LEU>A<N> central_sep1 1.66687
+R<GLU>A<N> R<LEU>A<N> central_sep2 2.99981
+R<GLU>A<N> R<LEU>A<N> sep1 -2.3971
+R<GLU>A<N> R<LEU>A<N> sep2 1.95196
+R<GLU>A<N> R<LEU>A<O> central_sep1 -1.61954
+R<GLU>A<N> R<LEU>A<O> central_sep2 -0.244825
+R<GLU>A<N> R<LEU>A<O> sep1 0.114764
+R<GLU>A<N> R<LEU>A<O> sep2 1.4909
+R<GLU>A<N> R<LYS>A<C> central_sep1 -1.01242
+R<GLU>A<N> R<LYS>A<C> central_sep2 2.93338
+R<GLU>A<N> R<LYS>A<C> sep1 -1.6724
+R<GLU>A<N> R<LYS>A<C> sep2 2.0236
+R<GLU>A<N> R<LYS>A<CA> central_sep1 2.90287
+R<GLU>A<N> R<LYS>A<CA> central_sep2 2.12634
+R<GLU>A<N> R<LYS>A<CA> sep1 -2.13633
+R<GLU>A<N> R<LYS>A<CA> sep2 1.12974
+R<GLU>A<N> R<LYS>A<CB> central_sep1 0.973249
+R<GLU>A<N> R<LYS>A<CB> central_sep2 1.17659
+R<GLU>A<N> R<LYS>A<CB> sep1 -1.75797
+R<GLU>A<N> R<LYS>A<CB> sep2 1.06781
+R<GLU>A<N> R<LYS>A<CD> central_sep1 2.05073
+R<GLU>A<N> R<LYS>A<CD> central_sep2 1.82129
+R<GLU>A<N> R<LYS>A<CD> sep1 1.6902
+R<GLU>A<N> R<LYS>A<CD> sep2 0.985523
+R<GLU>A<N> R<LYS>A<CE> central_sep1 2.65147
+R<GLU>A<N> R<LYS>A<CE> central_sep2 1.70103
+R<GLU>A<N> R<LYS>A<CE> sep1 2.06871
+R<GLU>A<N> R<LYS>A<CE> sep2 1.0303
+R<GLU>A<N> R<LYS>A<CG> central_sep1 0.439472
+R<GLU>A<N> R<LYS>A<CG> central_sep2 1.33685
+R<GLU>A<N> R<LYS>A<CG> sep1 -0.320664
+R<GLU>A<N> R<LYS>A<CG> sep2 0.878649
+R<GLU>A<N> R<LYS>A<N> central_sep1 1.24287
+R<GLU>A<N> R<LYS>A<N> central_sep2 1.84602
+R<GLU>A<N> R<LYS>A<N> sep1 -2.60646
+R<GLU>A<N> R<LYS>A<N> sep2 1.43051
+R<GLU>A<N> R<LYS>A<NZ> central_sep1 2.68457
+R<GLU>A<N> R<LYS>A<NZ> central_sep2 1.99942
+R<GLU>A<N> R<LYS>A<NZ> sep1 2.82957
+R<GLU>A<N> R<LYS>A<NZ> sep2 1.17703
+R<GLU>A<N> R<LYS>A<O> central_sep1 -2.17579
+R<GLU>A<N> R<LYS>A<O> central_sep2 -0.937592
+R<GLU>A<N> R<LYS>A<O> sep1 0.0526771
+R<GLU>A<N> R<LYS>A<O> sep2 0.946857
+R<GLU>A<N> R<MET>A<C> central_sep1 -0.612207
+R<GLU>A<N> R<MET>A<C> central_sep2 2.70731
+R<GLU>A<N> R<MET>A<C> sep1 -1.87554
+R<GLU>A<N> R<MET>A<C> sep2 2.06805
+R<GLU>A<N> R<MET>A<CA> central_sep1 3.24312
+R<GLU>A<N> R<MET>A<CA> central_sep2 2.11175
+R<GLU>A<N> R<MET>A<CA> sep1 -2.15365
+R<GLU>A<N> R<MET>A<CA> sep2 1.56639
+R<GLU>A<N> R<MET>A<CB> central_sep1 1.32986
+R<GLU>A<N> R<MET>A<CB> central_sep2 1.57722
+R<GLU>A<N> R<MET>A<CB> sep1 -1.51717
+R<GLU>A<N> R<MET>A<CB> sep2 1.25646
+R<GLU>A<N> R<MET>A<CE> central_sep1 1.88731
+R<GLU>A<N> R<MET>A<CE> central_sep2 0.800772
+R<GLU>A<N> R<MET>A<CE> sep1 2.01646
+R<GLU>A<N> R<MET>A<CE> sep2 0.645166
+R<GLU>A<N> R<MET>A<CG> central_sep1 0.823912
+R<GLU>A<N> R<MET>A<CG> central_sep2 1.29508
+R<GLU>A<N> R<MET>A<CG> sep1 0.310566
+R<GLU>A<N> R<MET>A<CG> sep2 1.02597
+R<GLU>A<N> R<MET>A<N> central_sep1 1.7278
+R<GLU>A<N> R<MET>A<N> central_sep2 2.33483
+R<GLU>A<N> R<MET>A<N> sep1 -2.30585
+R<GLU>A<N> R<MET>A<N> sep2 1.53622
+R<GLU>A<N> R<MET>A<O> central_sep1 -1.59142
+R<GLU>A<N> R<MET>A<O> central_sep2 -0.388562
+R<GLU>A<N> R<MET>A<O> sep1 0.164447
+R<GLU>A<N> R<MET>A<O> sep2 1.3625
+R<GLU>A<N> R<MET>A<SD> central_sep1 1.42127
+R<GLU>A<N> R<MET>A<SD> central_sep2 0.669937
+R<GLU>A<N> R<MET>A<SD> sep1 1.88512
+R<GLU>A<N> R<MET>A<SD> sep2 0.568264
+R<GLU>A<N> R<PHE>A<C> central_sep1 -0.504779
+R<GLU>A<N> R<PHE>A<C> central_sep2 2.7828
+R<GLU>A<N> R<PHE>A<C> sep1 -1.88864
+R<GLU>A<N> R<PHE>A<C> sep2 2.27867
+R<GLU>A<N> R<PHE>A<CA> central_sep1 3.33718
+R<GLU>A<N> R<PHE>A<CA> central_sep2 2.1191
+R<GLU>A<N> R<PHE>A<CA> sep1 -2.22247
+R<GLU>A<N> R<PHE>A<CA> sep2 1.45201
+R<GLU>A<N> R<PHE>A<CB> central_sep1 1.50212
+R<GLU>A<N> R<PHE>A<CB> central_sep2 1.37999
+R<GLU>A<N> R<PHE>A<CB> sep1 -1.27745
+R<GLU>A<N> R<PHE>A<CB> sep2 1.14827
+R<GLU>A<N> R<PHE>A<CD1> central_sep1 0.573009
+R<GLU>A<N> R<PHE>A<CD1> central_sep2 1.167
+R<GLU>A<N> R<PHE>A<CD1> sep1 0.191319
+R<GLU>A<N> R<PHE>A<CD1> sep2 0.577338
+R<GLU>A<N> R<PHE>A<CE1> central_sep1 1.76884
+R<GLU>A<N> R<PHE>A<CE1> central_sep2 0.727684
+R<GLU>A<N> R<PHE>A<CE1> sep1 2.27781
+R<GLU>A<N> R<PHE>A<CE1> sep2 0.332792
+R<GLU>A<N> R<PHE>A<CG> central_sep1 0.938613
+R<GLU>A<N> R<PHE>A<CG> central_sep2 2.1055
+R<GLU>A<N> R<PHE>A<CG> sep1 -0.373216
+R<GLU>A<N> R<PHE>A<CG> sep2 0.766033
+R<GLU>A<N> R<PHE>A<CZ> central_sep1 2.76574
+R<GLU>A<N> R<PHE>A<CZ> central_sep2 0.627328
+R<GLU>A<N> R<PHE>A<CZ> sep1 2.74995
+R<GLU>A<N> R<PHE>A<CZ> sep2 0.406621
+R<GLU>A<N> R<PHE>A<N> central_sep1 1.80784
+R<GLU>A<N> R<PHE>A<N> central_sep2 2.99499
+R<GLU>A<N> R<PHE>A<N> sep1 -2.25087
+R<GLU>A<N> R<PHE>A<N> sep2 1.85579
+R<GLU>A<N> R<PHE>A<O> central_sep1 -1.39296
+R<GLU>A<N> R<PHE>A<O> central_sep2 -0.403216
+R<GLU>A<N> R<PHE>A<O> sep1 0.138276
+R<GLU>A<N> R<PHE>A<O> sep2 1.23021
+R<GLU>A<N> R<PRO>A<C> central_sep1 -1.03167
+R<GLU>A<N> R<PRO>A<C> central_sep2 2.82875
+R<GLU>A<N> R<PRO>A<C> sep1 -1.5821
+R<GLU>A<N> R<PRO>A<C> sep2 1.99364
+R<GLU>A<N> R<PRO>A<CA> central_sep1 3.17292
+R<GLU>A<N> R<PRO>A<CA> central_sep2 2.31758
+R<GLU>A<N> R<PRO>A<CA> sep1 -2.28501
+R<GLU>A<N> R<PRO>A<CA> sep2 1.46205
+R<GLU>A<N> R<PRO>A<CB> central_sep1 1.17652
+R<GLU>A<N> R<PRO>A<CB> central_sep2 1.27289
+R<GLU>A<N> R<PRO>A<CB> sep1 -1.60716
+R<GLU>A<N> R<PRO>A<CB> sep2 0.96172
+R<GLU>A<N> R<PRO>A<CD> central_sep1 0.230327
+R<GLU>A<N> R<PRO>A<CD> central_sep2 1.92964
+R<GLU>A<N> R<PRO>A<CD> sep1 -0.221035
+R<GLU>A<N> R<PRO>A<CD> sep2 1.35453
+R<GLU>A<N> R<PRO>A<CG> central_sep1 1.61193
+R<GLU>A<N> R<PRO>A<CG> central_sep2 1.15126
+R<GLU>A<N> R<PRO>A<CG> sep1 -0.137659
+R<GLU>A<N> R<PRO>A<CG> sep2 0.717422
+R<GLU>A<N> R<PRO>A<N> central_sep1 2.08468
+R<GLU>A<N> R<PRO>A<N> central_sep2 3.84507
+R<GLU>A<N> R<PRO>A<N> sep1 -3.23315
+R<GLU>A<N> R<PRO>A<N> sep2 1.75397
+R<GLU>A<N> R<PRO>A<O> central_sep1 -1.42106
+R<GLU>A<N> R<PRO>A<O> central_sep2 0.516582
+R<GLU>A<N> R<PRO>A<O> sep1 -0.107333
+R<GLU>A<N> R<PRO>A<O> sep2 1.15763
+R<GLU>A<N> R<SER>A<C> central_sep1 -0.879964
+R<GLU>A<N> R<SER>A<C> central_sep2 2.90163
+R<GLU>A<N> R<SER>A<C> sep1 -1.78782
+R<GLU>A<N> R<SER>A<C> sep2 1.74044
+R<GLU>A<N> R<SER>A<CA> central_sep1 3.39862
+R<GLU>A<N> R<SER>A<CA> central_sep2 2.04956
+R<GLU>A<N> R<SER>A<CA> sep1 -1.99681
+R<GLU>A<N> R<SER>A<CA> sep2 1.41911
+R<GLU>A<N> R<SER>A<CB> central_sep1 0.604303
+R<GLU>A<N> R<SER>A<CB> central_sep2 1.57807
+R<GLU>A<N> R<SER>A<CB> sep1 -0.931667
+R<GLU>A<N> R<SER>A<CB> sep2 1.02591
+R<GLU>A<N> R<SER>A<N> central_sep1 1.3589
+R<GLU>A<N> R<SER>A<N> central_sep2 2.41887
+R<GLU>A<N> R<SER>A<N> sep1 -2.08297
+R<GLU>A<N> R<SER>A<N> sep2 1.79374
+R<GLU>A<N> R<SER>A<O> central_sep1 -1.62622
+R<GLU>A<N> R<SER>A<O> central_sep2 -0.163975
+R<GLU>A<N> R<SER>A<O> sep1 0.222189
+R<GLU>A<N> R<SER>A<O> sep2 1.39943
+R<GLU>A<N> R<SER>A<OG> central_sep1 -1.34042
+R<GLU>A<N> R<SER>A<OG> central_sep2 0.719866
+R<GLU>A<N> R<SER>A<OG> sep1 -0.0559725
+R<GLU>A<N> R<SER>A<OG> sep2 0.904054
+R<GLU>A<N> R<THR>A<C> central_sep1 -0.803152
+R<GLU>A<N> R<THR>A<C> central_sep2 2.46567
+R<GLU>A<N> R<THR>A<C> sep1 -1.87848
+R<GLU>A<N> R<THR>A<C> sep2 1.80947
+R<GLU>A<N> R<THR>A<CA> central_sep1 3.80384
+R<GLU>A<N> R<THR>A<CA> central_sep2 2.15728
+R<GLU>A<N> R<THR>A<CA> sep1 -2.00716
+R<GLU>A<N> R<THR>A<CA> sep2 1.49271
+R<GLU>A<N> R<THR>A<CB> central_sep1 -0.527586
+R<GLU>A<N> R<THR>A<CB> central_sep2 1.48429
+R<GLU>A<N> R<THR>A<CB> sep1 -1.67064
+R<GLU>A<N> R<THR>A<CB> sep2 0.954593
+R<GLU>A<N> R<THR>A<CG2> central_sep1 0.753521
+R<GLU>A<N> R<THR>A<CG2> central_sep2 1.17784
+R<GLU>A<N> R<THR>A<CG2> sep1 0.575776
+R<GLU>A<N> R<THR>A<CG2> sep2 0.93714
+R<GLU>A<N> R<THR>A<N> central_sep1 1.21022
+R<GLU>A<N> R<THR>A<N> central_sep2 2.47454
+R<GLU>A<N> R<THR>A<N> sep1 -2.24888
+R<GLU>A<N> R<THR>A<N> sep2 1.6657
+R<GLU>A<N> R<THR>A<O> central_sep1 -1.61573
+R<GLU>A<N> R<THR>A<O> central_sep2 -0.657053
+R<GLU>A<N> R<THR>A<O> sep1 0.0552442
+R<GLU>A<N> R<THR>A<O> sep2 1.25696
+R<GLU>A<N> R<THR>A<OG1> central_sep1 -1.28453
+R<GLU>A<N> R<THR>A<OG1> central_sep2 0.810164
+R<GLU>A<N> R<THR>A<OG1> sep1 -0.0100311
+R<GLU>A<N> R<THR>A<OG1> sep2 0.744107
+R<GLU>A<N> R<TRP>A<C> central_sep1 -0.685833
+R<GLU>A<N> R<TRP>A<C> central_sep2 4.06126
+R<GLU>A<N> R<TRP>A<C> sep1 -1.86777
+R<GLU>A<N> R<TRP>A<C> sep2 2.4569
+R<GLU>A<N> R<TRP>A<CA> central_sep1 2.91607
+R<GLU>A<N> R<TRP>A<CA> central_sep2 2.08511
+R<GLU>A<N> R<TRP>A<CA> sep1 -2.0878
+R<GLU>A<N> R<TRP>A<CA> sep2 1.43535
+R<GLU>A<N> R<TRP>A<CB> central_sep1 1.56744
+R<GLU>A<N> R<TRP>A<CB> central_sep2 1.44241
+R<GLU>A<N> R<TRP>A<CB> sep1 -1.21765
+R<GLU>A<N> R<TRP>A<CB> sep2 1.00783
+R<GLU>A<N> R<TRP>A<CD1> central_sep1 0.182499
+R<GLU>A<N> R<TRP>A<CD1> central_sep2 0.97311
+R<GLU>A<N> R<TRP>A<CD1> sep1 0.0805705
+R<GLU>A<N> R<TRP>A<CD1> sep2 0.446988
+R<GLU>A<N> R<TRP>A<CD2> central_sep1 -0.333133
+R<GLU>A<N> R<TRP>A<CD2> central_sep2 1.17627
+R<GLU>A<N> R<TRP>A<CD2> sep1 0.466775
+R<GLU>A<N> R<TRP>A<CD2> sep2 0.666715
+R<GLU>A<N> R<TRP>A<CE2> central_sep1 1.34231
+R<GLU>A<N> R<TRP>A<CE2> central_sep2 0.907168
+R<GLU>A<N> R<TRP>A<CE2> sep1 1.73076
+R<GLU>A<N> R<TRP>A<CE2> sep2 0.236591
+R<GLU>A<N> R<TRP>A<CE3> central_sep1 0.0693581
+R<GLU>A<N> R<TRP>A<CE3> central_sep2 0.816559
+R<GLU>A<N> R<TRP>A<CE3> sep1 1.02111
+R<GLU>A<N> R<TRP>A<CE3> sep2 0.577424
+R<GLU>A<N> R<TRP>A<CG> central_sep1 -0.228258
+R<GLU>A<N> R<TRP>A<CG> central_sep2 1.55247
+R<GLU>A<N> R<TRP>A<CG> sep1 -0.582244
+R<GLU>A<N> R<TRP>A<CG> sep2 0.349583
+R<GLU>A<N> R<TRP>A<CH2> central_sep1 2.94706
+R<GLU>A<N> R<TRP>A<CH2> central_sep2 0.45122
+R<GLU>A<N> R<TRP>A<CH2> sep1 3.04276
+R<GLU>A<N> R<TRP>A<CH2> sep2 0.14148
+R<GLU>A<N> R<TRP>A<CZ2> central_sep1 2.52383
+R<GLU>A<N> R<TRP>A<CZ2> central_sep2 0.49811
+R<GLU>A<N> R<TRP>A<CZ2> sep1 2.68481
+R<GLU>A<N> R<TRP>A<CZ2> sep2 0.143783
+R<GLU>A<N> R<TRP>A<CZ3> central_sep1 1.29011
+R<GLU>A<N> R<TRP>A<CZ3> central_sep2 0.330496
+R<GLU>A<N> R<TRP>A<CZ3> sep1 1.99791
+R<GLU>A<N> R<TRP>A<CZ3> sep2 0.251959
+R<GLU>A<N> R<TRP>A<N> central_sep1 1.8698
+R<GLU>A<N> R<TRP>A<N> central_sep2 2.81858
+R<GLU>A<N> R<TRP>A<N> sep1 -2.27855
+R<GLU>A<N> R<TRP>A<N> sep2 2.37107
+R<GLU>A<N> R<TRP>A<NE1> central_sep1 1.93071
+R<GLU>A<N> R<TRP>A<NE1> central_sep2 0.977777
+R<GLU>A<N> R<TRP>A<NE1> sep1 2.21606
+R<GLU>A<N> R<TRP>A<NE1> sep2 0.349646
+R<GLU>A<N> R<TRP>A<O> central_sep1 -1.66889
+R<GLU>A<N> R<TRP>A<O> central_sep2 -0.338886
+R<GLU>A<N> R<TRP>A<O> sep1 0.0701028
+R<GLU>A<N> R<TRP>A<O> sep2 1.38459
+R<GLU>A<N> R<TYR>A<C> central_sep1 -0.570751
+R<GLU>A<N> R<TYR>A<C> central_sep2 3.48515
+R<GLU>A<N> R<TYR>A<C> sep1 -1.76986
+R<GLU>A<N> R<TYR>A<C> sep2 2.23039
+R<GLU>A<N> R<TYR>A<CA> central_sep1 2.73028
+R<GLU>A<N> R<TYR>A<CA> central_sep2 1.97735
+R<GLU>A<N> R<TYR>A<CA> sep1 -2.13043
+R<GLU>A<N> R<TYR>A<CA> sep2 1.56163
+R<GLU>A<N> R<TYR>A<CB> central_sep1 1.51849
+R<GLU>A<N> R<TYR>A<CB> central_sep2 1.34264
+R<GLU>A<N> R<TYR>A<CB> sep1 -1.17583
+R<GLU>A<N> R<TYR>A<CB> sep2 1.05178
+R<GLU>A<N> R<TYR>A<CD1> central_sep1 0.262286
+R<GLU>A<N> R<TYR>A<CD1> central_sep2 0.903591
+R<GLU>A<N> R<TYR>A<CD1> sep1 0.0628405
+R<GLU>A<N> R<TYR>A<CD1> sep2 0.353749
+R<GLU>A<N> R<TYR>A<CE1> central_sep1 1.5024
+R<GLU>A<N> R<TYR>A<CE1> central_sep2 0.592969
+R<GLU>A<N> R<TYR>A<CE1> sep1 1.93507
+R<GLU>A<N> R<TYR>A<CE1> sep2 0.12247
+R<GLU>A<N> R<TYR>A<CG> central_sep1 0.558068
+R<GLU>A<N> R<TYR>A<CG> central_sep2 1.58883
+R<GLU>A<N> R<TYR>A<CG> sep1 -0.604861
+R<GLU>A<N> R<TYR>A<CG> sep2 0.694848
+R<GLU>A<N> R<TYR>A<CZ> central_sep1 2.0538
+R<GLU>A<N> R<TYR>A<CZ> central_sep2 0.618507
+R<GLU>A<N> R<TYR>A<CZ> sep1 2.254
+R<GLU>A<N> R<TYR>A<CZ> sep2 -0.19271
+R<GLU>A<N> R<TYR>A<N> central_sep1 1.87393
+R<GLU>A<N> R<TYR>A<N> central_sep2 2.71331
+R<GLU>A<N> R<TYR>A<N> sep1 -2.22798
+R<GLU>A<N> R<TYR>A<N> sep2 2.1445
+R<GLU>A<N> R<TYR>A<O> central_sep1 -1.44804
+R<GLU>A<N> R<TYR>A<O> central_sep2 -0.510814
+R<GLU>A<N> R<TYR>A<O> sep1 0.186142
+R<GLU>A<N> R<TYR>A<O> sep2 1.36203
+R<GLU>A<N> R<TYR>A<OH> central_sep1 1.63224
+R<GLU>A<N> R<TYR>A<OH> central_sep2 0.332671
+R<GLU>A<N> R<TYR>A<OH> sep1 3.05231
+R<GLU>A<N> R<TYR>A<OH> sep2 0.100422
+R<GLU>A<N> R<VAL>A<C> central_sep1 -0.209333
+R<GLU>A<N> R<VAL>A<C> central_sep2 3.37046
+R<GLU>A<N> R<VAL>A<C> sep1 -1.79733
+R<GLU>A<N> R<VAL>A<C> sep2 2.4785
+R<GLU>A<N> R<VAL>A<CA> central_sep1 3.65674
+R<GLU>A<N> R<VAL>A<CA> central_sep2 2.50337
+R<GLU>A<N> R<VAL>A<CA> sep1 -2.28308
+R<GLU>A<N> R<VAL>A<CA> sep2 1.73293
+R<GLU>A<N> R<VAL>A<CB> central_sep1 1.51496
+R<GLU>A<N> R<VAL>A<CB> central_sep2 1.11573
+R<GLU>A<N> R<VAL>A<CB> sep1 -1.73067
+R<GLU>A<N> R<VAL>A<CB> sep2 0.921063
+R<GLU>A<N> R<VAL>A<CG1> central_sep1 0.296413
+R<GLU>A<N> R<VAL>A<CG1> central_sep2 0.988162
+R<GLU>A<N> R<VAL>A<CG1> sep1 -0.462484
+R<GLU>A<N> R<VAL>A<CG1> sep2 0.782482
+R<GLU>A<N> R<VAL>A<CG2> central_sep1 0.673633
+R<GLU>A<N> R<VAL>A<CG2> central_sep2 0.96749
+R<GLU>A<N> R<VAL>A<CG2> sep1 1.23197
+R<GLU>A<N> R<VAL>A<CG2> sep2 0.848011
+R<GLU>A<N> R<VAL>A<N> central_sep1 1.88246
+R<GLU>A<N> R<VAL>A<N> central_sep2 2.39653
+R<GLU>A<N> R<VAL>A<N> sep1 -2.16091
+R<GLU>A<N> R<VAL>A<N> sep2 1.43626
+R<GLU>A<N> R<VAL>A<O> central_sep1 -1.3821
+R<GLU>A<N> R<VAL>A<O> central_sep2 -0.844782
+R<GLU>A<N> R<VAL>A<O> sep1 0.0598148
+R<GLU>A<N> R<VAL>A<O> sep2 1.16148
+R<GLU>A<N> c<solvent> . 1.28115
+R<GLU>A<O> R<GLU>A<O> central_sep1 1.17606
+R<GLU>A<O> R<GLU>A<O> central_sep2 1.48096
+R<GLU>A<O> R<GLU>A<O> sep1 0.584246
+R<GLU>A<O> R<GLU>A<O> sep2 1.8531
+R<GLU>A<O> R<GLU>A<OE1> central_sep1 1.44178
+R<GLU>A<O> R<GLU>A<OE1> central_sep2 1.78735
+R<GLU>A<O> R<GLU>A<OE1> sep1 1.42113
+R<GLU>A<O> R<GLU>A<OE1> sep2 1.51044
+R<GLU>A<O> R<GLY>A<C> central_sep1 0.325856
+R<GLU>A<O> R<GLY>A<C> central_sep2 1.90498
+R<GLU>A<O> R<GLY>A<C> sep1 -1.41113
+R<GLU>A<O> R<GLY>A<C> sep2 0.766598
+R<GLU>A<O> R<GLY>A<CA> central_sep1 0.604523
+R<GLU>A<O> R<GLY>A<CA> central_sep2 0.10446
+R<GLU>A<O> R<GLY>A<CA> sep1 -1.45046
+R<GLU>A<O> R<GLY>A<CA> sep2 0.972378
+R<GLU>A<O> R<GLY>A<N> central_sep1 -1.41459
+R<GLU>A<O> R<GLY>A<N> central_sep2 -0.00287713
+R<GLU>A<O> R<GLY>A<N> sep1 -0.537471
+R<GLU>A<O> R<GLY>A<N> sep2 0.814469
+R<GLU>A<O> R<GLY>A<O> central_sep1 1.19279
+R<GLU>A<O> R<GLY>A<O> central_sep2 1.32728
+R<GLU>A<O> R<GLY>A<O> sep1 0.779983
+R<GLU>A<O> R<GLY>A<O> sep2 1.13449
+R<GLU>A<O> R<HIS>A<C> central_sep1 -0.505435
+R<GLU>A<O> R<HIS>A<C> central_sep2 2.62515
+R<GLU>A<O> R<HIS>A<C> sep1 -1.24905
+R<GLU>A<O> R<HIS>A<C> sep2 1.24537
+R<GLU>A<O> R<HIS>A<CA> central_sep1 1.23262
+R<GLU>A<O> R<HIS>A<CA> central_sep2 0.0639846
+R<GLU>A<O> R<HIS>A<CA> sep1 -2.00244
+R<GLU>A<O> R<HIS>A<CA> sep2 0.885388
+R<GLU>A<O> R<HIS>A<CB> central_sep1 -1.31404
+R<GLU>A<O> R<HIS>A<CB> central_sep2 0.22489
+R<GLU>A<O> R<HIS>A<CB> sep1 0.606418
+R<GLU>A<O> R<HIS>A<CB> sep2 0.325583
+R<GLU>A<O> R<HIS>A<CD2> central_sep1 -0.724943
+R<GLU>A<O> R<HIS>A<CD2> central_sep2 0.0589856
+R<GLU>A<O> R<HIS>A<CD2> sep1 0.711267
+R<GLU>A<O> R<HIS>A<CD2> sep2 0.488105
+R<GLU>A<O> R<HIS>A<CE1> central_sep1 0.444356
+R<GLU>A<O> R<HIS>A<CE1> central_sep2 -0.135212
+R<GLU>A<O> R<HIS>A<CE1> sep1 0.905085
+R<GLU>A<O> R<HIS>A<CE1> sep2 0.336412
+R<GLU>A<O> R<HIS>A<CG> central_sep1 -0.152182
+R<GLU>A<O> R<HIS>A<CG> central_sep2 1.06001
+R<GLU>A<O> R<HIS>A<CG> sep1 0.0901561
+R<GLU>A<O> R<HIS>A<CG> sep2 0.0132427
+R<GLU>A<O> R<HIS>A<N> central_sep1 -1.73853
+R<GLU>A<O> R<HIS>A<N> central_sep2 -0.471926
+R<GLU>A<O> R<HIS>A<N> sep1 0.26503
+R<GLU>A<O> R<HIS>A<N> sep2 1.02154
+R<GLU>A<O> R<HIS>A<ND1> central_sep1 -0.645705
+R<GLU>A<O> R<HIS>A<ND1> central_sep2 0.25574
+R<GLU>A<O> R<HIS>A<ND1> sep1 0.341394
+R<GLU>A<O> R<HIS>A<ND1> sep2 0.178581
+R<GLU>A<O> R<HIS>A<NE2> central_sep1 0.778504
+R<GLU>A<O> R<HIS>A<NE2> central_sep2 -0.0975724
+R<GLU>A<O> R<HIS>A<NE2> sep1 1.0758
+R<GLU>A<O> R<HIS>A<NE2> sep2 0.0768504
+R<GLU>A<O> R<HIS>A<O> central_sep1 0.887185
+R<GLU>A<O> R<HIS>A<O> central_sep2 1.06073
+R<GLU>A<O> R<HIS>A<O> sep1 0.829014
+R<GLU>A<O> R<HIS>A<O> sep2 1.2016
+R<GLU>A<O> R<ILE>A<C> central_sep1 -0.655434
+R<GLU>A<O> R<ILE>A<C> central_sep2 3.5657
+R<GLU>A<O> R<ILE>A<C> sep1 -1.40468
+R<GLU>A<O> R<ILE>A<C> sep2 2.27045
+R<GLU>A<O> R<ILE>A<CA> central_sep1 1.27628
+R<GLU>A<O> R<ILE>A<CA> central_sep2 -0.35815
+R<GLU>A<O> R<ILE>A<CA> sep1 -2.09998
+R<GLU>A<O> R<ILE>A<CA> sep2 0.892483
+R<GLU>A<O> R<ILE>A<CB> central_sep1 -1.60225
+R<GLU>A<O> R<ILE>A<CB> central_sep2 0.237217
+R<GLU>A<O> R<ILE>A<CB> sep1 0.453198
+R<GLU>A<O> R<ILE>A<CB> sep2 -0.343206
+R<GLU>A<O> R<ILE>A<CD1> central_sep1 0.504014
+R<GLU>A<O> R<ILE>A<CD1> central_sep2 0.308907
+R<GLU>A<O> R<ILE>A<CD1> sep1 1.18116
+R<GLU>A<O> R<ILE>A<CD1> sep2 0.814632
+R<GLU>A<O> R<ILE>A<CG1> central_sep1 -1.16362
+R<GLU>A<O> R<ILE>A<CG1> central_sep2 0.639441
+R<GLU>A<O> R<ILE>A<CG1> sep1 0.56471
+R<GLU>A<O> R<ILE>A<CG1> sep2 0.373035
+R<GLU>A<O> R<ILE>A<CG2> central_sep1 -0.202856
+R<GLU>A<O> R<ILE>A<CG2> central_sep2 0.312687
+R<GLU>A<O> R<ILE>A<CG2> sep1 1.38594
+R<GLU>A<O> R<ILE>A<CG2> sep2 0.866037
+R<GLU>A<O> R<ILE>A<N> central_sep1 -1.60119
+R<GLU>A<O> R<ILE>A<N> central_sep2 -0.810803
+R<GLU>A<O> R<ILE>A<N> sep1 0.215632
+R<GLU>A<O> R<ILE>A<N> sep2 1.38392
+R<GLU>A<O> R<ILE>A<O> central_sep1 0.707835
+R<GLU>A<O> R<ILE>A<O> central_sep2 0.940923
+R<GLU>A<O> R<ILE>A<O> sep1 0.696397
+R<GLU>A<O> R<ILE>A<O> sep2 1.24563
+R<GLU>A<O> R<LEU>A<C> central_sep1 -0.641286
+R<GLU>A<O> R<LEU>A<C> central_sep2 2.76627
+R<GLU>A<O> R<LEU>A<C> sep1 -1.54229
+R<GLU>A<O> R<LEU>A<C> sep2 1.91521
+R<GLU>A<O> R<LEU>A<CA> central_sep1 1.23065
+R<GLU>A<O> R<LEU>A<CA> central_sep2 -0.0355069
+R<GLU>A<O> R<LEU>A<CA> sep1 -2.10177
+R<GLU>A<O> R<LEU>A<CA> sep2 1.02681
+R<GLU>A<O> R<LEU>A<CB> central_sep1 -1.55835
+R<GLU>A<O> R<LEU>A<CB> central_sep2 0.734887
+R<GLU>A<O> R<LEU>A<CB> sep1 0.691379
+R<GLU>A<O> R<LEU>A<CB> sep2 0.235653
+R<GLU>A<O> R<LEU>A<CD1> central_sep1 0.651516
+R<GLU>A<O> R<LEU>A<CD1> central_sep2 0.28144
+R<GLU>A<O> R<LEU>A<CD1> sep1 1.23784
+R<GLU>A<O> R<LEU>A<CD1> sep2 0.801099
+R<GLU>A<O> R<LEU>A<CD2> central_sep1 0.594205
+R<GLU>A<O> R<LEU>A<CD2> central_sep2 0.318843
+R<GLU>A<O> R<LEU>A<CD2> sep1 1.09692
+R<GLU>A<O> R<LEU>A<CD2> sep2 0.963252
+R<GLU>A<O> R<LEU>A<CG> central_sep1 -1.63921
+R<GLU>A<O> R<LEU>A<CG> central_sep2 1.05776
+R<GLU>A<O> R<LEU>A<CG> sep1 1.02859
+R<GLU>A<O> R<LEU>A<CG> sep2 0.502401
+R<GLU>A<O> R<LEU>A<N> central_sep1 -1.82536
+R<GLU>A<O> R<LEU>A<N> central_sep2 -0.405055
+R<GLU>A<O> R<LEU>A<N> sep1 0.348659
+R<GLU>A<O> R<LEU>A<N> sep2 1.34141
+R<GLU>A<O> R<LEU>A<O> central_sep1 0.702872
+R<GLU>A<O> R<LEU>A<O> central_sep2 1.28491
+R<GLU>A<O> R<LEU>A<O> sep1 0.644307
+R<GLU>A<O> R<LEU>A<O> sep2 1.52294
+R<GLU>A<O> R<LYS>A<C> central_sep1 -0.86107
+R<GLU>A<O> R<LYS>A<C> central_sep2 2.79129
+R<GLU>A<O> R<LYS>A<C> sep1 -1.73307
+R<GLU>A<O> R<LYS>A<C> sep2 1.68151
+R<GLU>A<O> R<LYS>A<CA> central_sep1 1.15031
+R<GLU>A<O> R<LYS>A<CA> central_sep2 -0.0233478
+R<GLU>A<O> R<LYS>A<CA> sep1 -2.1947
+R<GLU>A<O> R<LYS>A<CA> sep2 0.952072
+R<GLU>A<O> R<LYS>A<CB> central_sep1 -2.12547
+R<GLU>A<O> R<LYS>A<CB> central_sep2 0.211119
+R<GLU>A<O> R<LYS>A<CB> sep1 0.075354
+R<GLU>A<O> R<LYS>A<CB> sep2 -0.0897632
+R<GLU>A<O> R<LYS>A<CD> central_sep1 -0.00231881
+R<GLU>A<O> R<LYS>A<CD> central_sep2 -0.0237875
+R<GLU>A<O> R<LYS>A<CD> sep1 0.193623
+R<GLU>A<O> R<LYS>A<CD> sep2 0.18191
+R<GLU>A<O> R<LYS>A<CE> central_sep1 0.0247768
+R<GLU>A<O> R<LYS>A<CE> central_sep2 -0.0968833
+R<GLU>A<O> R<LYS>A<CE> sep1 0.684974
+R<GLU>A<O> R<LYS>A<CE> sep2 0.0313253
+R<GLU>A<O> R<LYS>A<CG> central_sep1 -1.76234
+R<GLU>A<O> R<LYS>A<CG> central_sep2 0.186863
+R<GLU>A<O> R<LYS>A<CG> sep1 0.347674
+R<GLU>A<O> R<LYS>A<CG> sep2 0.207984
+R<GLU>A<O> R<LYS>A<N> central_sep1 -2.39742
+R<GLU>A<O> R<LYS>A<N> central_sep2 -0.923875
+R<GLU>A<O> R<LYS>A<N> sep1 -0.0281711
+R<GLU>A<O> R<LYS>A<N> sep2 0.977252
+R<GLU>A<O> R<LYS>A<NZ> central_sep1 0.482572
+R<GLU>A<O> R<LYS>A<NZ> central_sep2 -0.358217
+R<GLU>A<O> R<LYS>A<NZ> sep1 1.95288
+R<GLU>A<O> R<LYS>A<NZ> sep2 0.335486
+R<GLU>A<O> R<LYS>A<O> central_sep1 0.909649
+R<GLU>A<O> R<LYS>A<O> central_sep2 1.03668
+R<GLU>A<O> R<LYS>A<O> sep1 0.254304
+R<GLU>A<O> R<LYS>A<O> sep2 1.29196
+R<GLU>A<O> R<MET>A<C> central_sep1 -0.608869
+R<GLU>A<O> R<MET>A<C> central_sep2 2.54867
+R<GLU>A<O> R<MET>A<C> sep1 -1.48536
+R<GLU>A<O> R<MET>A<C> sep2 1.52079
+R<GLU>A<O> R<MET>A<CA> central_sep1 1.17375
+R<GLU>A<O> R<MET>A<CA> central_sep2 -0.0885099
+R<GLU>A<O> R<MET>A<CA> sep1 -1.96945
+R<GLU>A<O> R<MET>A<CA> sep2 0.882543
+R<GLU>A<O> R<MET>A<CB> central_sep1 -1.39963
+R<GLU>A<O> R<MET>A<CB> central_sep2 0.446591
+R<GLU>A<O> R<MET>A<CB> sep1 0.501392
+R<GLU>A<O> R<MET>A<CB> sep2 0.403512
+R<GLU>A<O> R<MET>A<CE> central_sep1 0.370518
+R<GLU>A<O> R<MET>A<CE> central_sep2 0.0364791
+R<GLU>A<O> R<MET>A<CE> sep1 1.86087
+R<GLU>A<O> R<MET>A<CE> sep2 0.841738
+R<GLU>A<O> R<MET>A<CG> central_sep1 -1.12254
+R<GLU>A<O> R<MET>A<CG> central_sep2 0.369736
+R<GLU>A<O> R<MET>A<CG> sep1 1.06427
+R<GLU>A<O> R<MET>A<CG> sep2 0.821361
+R<GLU>A<O> R<MET>A<N> central_sep1 -1.70917
+R<GLU>A<O> R<MET>A<N> central_sep2 -0.225465
+R<GLU>A<O> R<MET>A<N> sep1 0.337099
+R<GLU>A<O> R<MET>A<N> sep2 1.19079
+R<GLU>A<O> R<MET>A<O> central_sep1 0.782487
+R<GLU>A<O> R<MET>A<O> central_sep2 1.20765
+R<GLU>A<O> R<MET>A<O> sep1 0.697483
+R<GLU>A<O> R<MET>A<O> sep2 1.50223
+R<GLU>A<O> R<MET>A<SD> central_sep1 1.07633
+R<GLU>A<O> R<MET>A<SD> central_sep2 0.709247
+R<GLU>A<O> R<MET>A<SD> sep1 1.31216
+R<GLU>A<O> R<MET>A<SD> sep2 0.660639
+R<GLU>A<O> R<PHE>A<C> central_sep1 -0.791476
+R<GLU>A<O> R<PHE>A<C> central_sep2 2.79932
+R<GLU>A<O> R<PHE>A<C> sep1 -1.21955
+R<GLU>A<O> R<PHE>A<C> sep2 1.69662
+R<GLU>A<O> R<PHE>A<CA> central_sep1 0.990885
+R<GLU>A<O> R<PHE>A<CA> central_sep2 -0.414645
+R<GLU>A<O> R<PHE>A<CA> sep1 -1.94279
+R<GLU>A<O> R<PHE>A<CA> sep2 1.01688
+R<GLU>A<O> R<PHE>A<CB> central_sep1 -1.27062
+R<GLU>A<O> R<PHE>A<CB> central_sep2 0.23908
+R<GLU>A<O> R<PHE>A<CB> sep1 0.422071
+R<GLU>A<O> R<PHE>A<CB> sep2 0.129332
+R<GLU>A<O> R<PHE>A<CD1> central_sep1 -0.328535
+R<GLU>A<O> R<PHE>A<CD1> central_sep2 0.327627
+R<GLU>A<O> R<PHE>A<CD1> sep1 0.817096
+R<GLU>A<O> R<PHE>A<CD1> sep2 0.648845
+R<GLU>A<O> R<PHE>A<CE1> central_sep1 0.804175
+R<GLU>A<O> R<PHE>A<CE1> central_sep2 0.249946
+R<GLU>A<O> R<PHE>A<CE1> sep1 1.43555
+R<GLU>A<O> R<PHE>A<CE1> sep2 0.362019
+R<GLU>A<O> R<PHE>A<CG> central_sep1 0.636961
+R<GLU>A<O> R<PHE>A<CG> central_sep2 2.4472
+R<GLU>A<O> R<PHE>A<CG> sep1 0.308551
+R<GLU>A<O> R<PHE>A<CG> sep2 0.567292
+R<GLU>A<O> R<PHE>A<CZ> central_sep1 1.65629
+R<GLU>A<O> R<PHE>A<CZ> central_sep2 0.0308004
+R<GLU>A<O> R<PHE>A<CZ> sep1 2.26068
+R<GLU>A<O> R<PHE>A<CZ> sep2 0.338843
+R<GLU>A<O> R<PHE>A<N> central_sep1 -1.62148
+R<GLU>A<O> R<PHE>A<N> central_sep2 -0.394596
+R<GLU>A<O> R<PHE>A<N> sep1 0.278972
+R<GLU>A<O> R<PHE>A<N> sep2 1.10454
+R<GLU>A<O> R<PHE>A<O> central_sep1 0.630967
+R<GLU>A<O> R<PHE>A<O> central_sep2 1.23266
+R<GLU>A<O> R<PHE>A<O> sep1 0.703563
+R<GLU>A<O> R<PHE>A<O> sep2 1.25939
+R<GLU>A<O> R<PRO>A<C> central_sep1 -1.05409
+R<GLU>A<O> R<PRO>A<C> central_sep2 3.17759
+R<GLU>A<O> R<PRO>A<C> sep1 -1.41088
+R<GLU>A<O> R<PRO>A<C> sep2 1.93202
+R<GLU>A<O> R<PRO>A<CA> central_sep1 0.883324
+R<GLU>A<O> R<PRO>A<CA> central_sep2 0.220023
+R<GLU>A<O> R<PRO>A<CA> sep1 -1.24871
+R<GLU>A<O> R<PRO>A<CA> sep2 0.832221
+R<GLU>A<O> R<PRO>A<CB> central_sep1 0.496867
+R<GLU>A<O> R<PRO>A<CB> central_sep2 0.301061
+R<GLU>A<O> R<PRO>A<CB> sep1 0.583569
+R<GLU>A<O> R<PRO>A<CB> sep2 0.260246
+R<GLU>A<O> R<PRO>A<CD> central_sep1 -1.02723
+R<GLU>A<O> R<PRO>A<CD> central_sep2 0.230377
+R<GLU>A<O> R<PRO>A<CD> sep1 -0.0947651
+R<GLU>A<O> R<PRO>A<CD> sep2 1.0073
+R<GLU>A<O> R<PRO>A<CG> central_sep1 0.317978
+R<GLU>A<O> R<PRO>A<CG> central_sep2 0.0668578
+R<GLU>A<O> R<PRO>A<CG> sep1 0.533069
+R<GLU>A<O> R<PRO>A<CG> sep2 0.249431
+R<GLU>A<O> R<PRO>A<N> central_sep1 0.413778
+R<GLU>A<O> R<PRO>A<N> central_sep2 2.06529
+R<GLU>A<O> R<PRO>A<N> sep1 -1.18139
+R<GLU>A<O> R<PRO>A<N> sep2 0.435479
+R<GLU>A<O> R<PRO>A<O> central_sep1 1.25135
+R<GLU>A<O> R<PRO>A<O> central_sep2 1.81467
+R<GLU>A<O> R<PRO>A<O> sep1 0.38871
+R<GLU>A<O> R<PRO>A<O> sep2 1.54924
+R<GLU>A<O> R<SER>A<C> central_sep1 -0.280955
+R<GLU>A<O> R<SER>A<C> central_sep2 2.52589
+R<GLU>A<O> R<SER>A<C> sep1 -1.32728
+R<GLU>A<O> R<SER>A<C> sep2 1.35863
+R<GLU>A<O> R<SER>A<CA> central_sep1 1.72224
+R<GLU>A<O> R<SER>A<CA> central_sep2 0.243212
+R<GLU>A<O> R<SER>A<CA> sep1 -1.6803
+R<GLU>A<O> R<SER>A<CA> sep2 0.8331
+R<GLU>A<O> R<SER>A<CB> central_sep1 -0.884602
+R<GLU>A<O> R<SER>A<CB> central_sep2 0.406493
+R<GLU>A<O> R<SER>A<CB> sep1 0.534889
+R<GLU>A<O> R<SER>A<CB> sep2 0.37408
+R<GLU>A<O> R<SER>A<N> central_sep1 -1.58309
+R<GLU>A<O> R<SER>A<N> central_sep2 -0.194531
+R<GLU>A<O> R<SER>A<N> sep1 0.088431
+R<GLU>A<O> R<SER>A<N> sep2 1.17445
+R<GLU>A<O> R<SER>A<O> central_sep1 0.844006
+R<GLU>A<O> R<SER>A<O> central_sep2 1.32984
+R<GLU>A<O> R<SER>A<O> sep1 0.824746
+R<GLU>A<O> R<SER>A<O> sep2 1.42438
+R<GLU>A<O> R<SER>A<OG> central_sep1 -0.684946
+R<GLU>A<O> R<SER>A<OG> central_sep2 0.637016
+R<GLU>A<O> R<SER>A<OG> sep1 1.17676
+R<GLU>A<O> R<SER>A<OG> sep2 0.638993
+R<GLU>A<O> R<THR>A<C> central_sep1 -0.202827
+R<GLU>A<O> R<THR>A<C> central_sep2 2.82471
+R<GLU>A<O> R<THR>A<C> sep1 -1.29216
+R<GLU>A<O> R<THR>A<C> sep2 1.58473
+R<GLU>A<O> R<THR>A<CA> central_sep1 1.53319
+R<GLU>A<O> R<THR>A<CA> central_sep2 -0.021596
+R<GLU>A<O> R<THR>A<CA> sep1 -1.94939
+R<GLU>A<O> R<THR>A<CA> sep2 1.07102
+R<GLU>A<O> R<THR>A<CB> central_sep1 -0.912336
+R<GLU>A<O> R<THR>A<CB> central_sep2 0.286838
+R<GLU>A<O> R<THR>A<CB> sep1 0.677788
+R<GLU>A<O> R<THR>A<CB> sep2 -0.366889
+R<GLU>A<O> R<THR>A<CG2> central_sep1 -0.31384
+R<GLU>A<O> R<THR>A<CG2> central_sep2 0.310892
+R<GLU>A<O> R<THR>A<CG2> sep1 1.08848
+R<GLU>A<O> R<THR>A<CG2> sep2 0.886488
+R<GLU>A<O> R<THR>A<N> central_sep1 -1.43032
+R<GLU>A<O> R<THR>A<N> central_sep2 -0.712825
+R<GLU>A<O> R<THR>A<N> sep1 0.193948
+R<GLU>A<O> R<THR>A<N> sep2 1.42157
+R<GLU>A<O> R<THR>A<O> central_sep1 0.963414
+R<GLU>A<O> R<THR>A<O> central_sep2 1.08432
+R<GLU>A<O> R<THR>A<O> sep1 0.862035
+R<GLU>A<O> R<THR>A<O> sep2 1.28326
+R<GLU>A<O> R<THR>A<OG1> central_sep1 -0.895838
+R<GLU>A<O> R<THR>A<OG1> central_sep2 0.498997
+R<GLU>A<O> R<THR>A<OG1> sep1 1.0163
+R<GLU>A<O> R<THR>A<OG1> sep2 0.656488
+R<GLU>A<O> R<TRP>A<C> central_sep1 -0.824365
+R<GLU>A<O> R<TRP>A<C> central_sep2 3.32342
+R<GLU>A<O> R<TRP>A<C> sep1 -1.33897
+R<GLU>A<O> R<TRP>A<C> sep2 1.82403
+R<GLU>A<O> R<TRP>A<CA> central_sep1 0.884142
+R<GLU>A<O> R<TRP>A<CA> central_sep2 -0.290773
+R<GLU>A<O> R<TRP>A<CA> sep1 -1.92482
+R<GLU>A<O> R<TRP>A<CA> sep2 0.979422
+R<GLU>A<O> R<TRP>A<CB> central_sep1 -1.30258
+R<GLU>A<O> R<TRP>A<CB> central_sep2 0.211846
+R<GLU>A<O> R<TRP>A<CB> sep1 0.652648
+R<GLU>A<O> R<TRP>A<CB> sep2 0.255515
+R<GLU>A<O> R<TRP>A<CD1> central_sep1 -0.841767
+R<GLU>A<O> R<TRP>A<CD1> central_sep2 0.0717702
+R<GLU>A<O> R<TRP>A<CD1> sep1 0.858283
+R<GLU>A<O> R<TRP>A<CD1> sep2 0.308134
+R<GLU>A<O> R<TRP>A<CD2> central_sep1 0.517778
+R<GLU>A<O> R<TRP>A<CD2> central_sep2 1.90057
+R<GLU>A<O> R<TRP>A<CD2> sep1 0.937648
+R<GLU>A<O> R<TRP>A<CD2> sep2 1.23955
+R<GLU>A<O> R<TRP>A<CE2> central_sep1 1.1368
+R<GLU>A<O> R<TRP>A<CE2> central_sep2 2.31509
+R<GLU>A<O> R<TRP>A<CE2> sep1 1.27541
+R<GLU>A<O> R<TRP>A<CE2> sep2 0.904596
+R<GLU>A<O> R<TRP>A<CE3> central_sep1 0.454864
+R<GLU>A<O> R<TRP>A<CE3> central_sep2 0.655444
+R<GLU>A<O> R<TRP>A<CE3> sep1 1.39565
+R<GLU>A<O> R<TRP>A<CE3> sep2 0.592044
+R<GLU>A<O> R<TRP>A<CG> central_sep1 0.265594
+R<GLU>A<O> R<TRP>A<CG> central_sep2 2.08986
+R<GLU>A<O> R<TRP>A<CG> sep1 0.609203
+R<GLU>A<O> R<TRP>A<CG> sep2 0.483382
+R<GLU>A<O> R<TRP>A<CH2> central_sep1 2.44511
+R<GLU>A<O> R<TRP>A<CH2> central_sep2 -0.115354
+R<GLU>A<O> R<TRP>A<CH2> sep1 2.97656
+R<GLU>A<O> R<TRP>A<CH2> sep2 -0.0874159
+R<GLU>A<O> R<TRP>A<CZ2> central_sep1 1.83727
+R<GLU>A<O> R<TRP>A<CZ2> central_sep2 -0.323791
+R<GLU>A<O> R<TRP>A<CZ2> sep1 2.70113
+R<GLU>A<O> R<TRP>A<CZ2> sep2 -0.0622647
+R<GLU>A<O> R<TRP>A<CZ3> central_sep1 1.11376
+R<GLU>A<O> R<TRP>A<CZ3> central_sep2 0.0448026
+R<GLU>A<O> R<TRP>A<CZ3> sep1 2.60174
+R<GLU>A<O> R<TRP>A<CZ3> sep2 0.506484
+R<GLU>A<O> R<TRP>A<N> central_sep1 -1.69858
+R<GLU>A<O> R<TRP>A<N> central_sep2 -0.345591
+R<GLU>A<O> R<TRP>A<N> sep1 0.358688
+R<GLU>A<O> R<TRP>A<N> sep2 1.20778
+R<GLU>A<O> R<TRP>A<NE1> central_sep1 0.476676
+R<GLU>A<O> R<TRP>A<NE1> central_sep2 -0.50509
+R<GLU>A<O> R<TRP>A<NE1> sep1 1.3081
+R<GLU>A<O> R<TRP>A<NE1> sep2 0.219919
+R<GLU>A<O> R<TRP>A<O> central_sep1 0.801356
+R<GLU>A<O> R<TRP>A<O> central_sep2 1.30084
+R<GLU>A<O> R<TRP>A<O> sep1 0.766176
+R<GLU>A<O> R<TRP>A<O> sep2 1.49147
+R<GLU>A<O> R<TYR>A<C> central_sep1 -0.681194
+R<GLU>A<O> R<TYR>A<C> central_sep2 2.88415
+R<GLU>A<O> R<TYR>A<C> sep1 -1.11167
+R<GLU>A<O> R<TYR>A<C> sep2 1.67938
+R<GLU>A<O> R<TYR>A<CA> central_sep1 0.96018
+R<GLU>A<O> R<TYR>A<CA> central_sep2 -0.412389
+R<GLU>A<O> R<TYR>A<CA> sep1 -1.89989
+R<GLU>A<O> R<TYR>A<CA> sep2 1.05886
+R<GLU>A<O> R<TYR>A<CB> central_sep1 -1.21288
+R<GLU>A<O> R<TYR>A<CB> central_sep2 0.247321
+R<GLU>A<O> R<TYR>A<CB> sep1 0.646548
+R<GLU>A<O> R<TYR>A<CB> sep2 0.0424323
+R<GLU>A<O> R<TYR>A<CD1> central_sep1 -0.465845
+R<GLU>A<O> R<TYR>A<CD1> central_sep2 0.18605
+R<GLU>A<O> R<TYR>A<CD1> sep1 0.741166
+R<GLU>A<O> R<TYR>A<CD1> sep2 0.517694
+R<GLU>A<O> R<TYR>A<CE1> central_sep1 0.475763
+R<GLU>A<O> R<TYR>A<CE1> central_sep2 0.00160175
+R<GLU>A<O> R<TYR>A<CE1> sep1 1.2299
+R<GLU>A<O> R<TYR>A<CE1> sep2 0.435925
+R<GLU>A<O> R<TYR>A<CG> central_sep1 0.401967
+R<GLU>A<O> R<TYR>A<CG> central_sep2 2.22802
+R<GLU>A<O> R<TYR>A<CG> sep1 0.185947
+R<GLU>A<O> R<TYR>A<CG> sep2 0.360286
+R<GLU>A<O> R<TYR>A<CZ> central_sep1 1.19818
+R<GLU>A<O> R<TYR>A<CZ> central_sep2 1.13784
+R<GLU>A<O> R<TYR>A<CZ> sep1 1.16122
+R<GLU>A<O> R<TYR>A<CZ> sep2 0.284027
+R<GLU>A<O> R<TYR>A<N> central_sep1 -1.63133
+R<GLU>A<O> R<TYR>A<N> central_sep2 -0.433439
+R<GLU>A<O> R<TYR>A<N> sep1 0.390023
+R<GLU>A<O> R<TYR>A<N> sep2 1.21218
+R<GLU>A<O> R<TYR>A<O> central_sep1 0.749663
+R<GLU>A<O> R<TYR>A<O> central_sep2 1.11026
+R<GLU>A<O> R<TYR>A<O> sep1 0.839317
+R<GLU>A<O> R<TYR>A<O> sep2 1.25883
+R<GLU>A<O> R<TYR>A<OH> central_sep1 1.84712
+R<GLU>A<O> R<TYR>A<OH> central_sep2 -0.00806162
+R<GLU>A<O> R<TYR>A<OH> sep1 2.72545
+R<GLU>A<O> R<TYR>A<OH> sep2 -0.0125783
+R<GLU>A<O> R<VAL>A<C> central_sep1 -0.452744
+R<GLU>A<O> R<VAL>A<C> central_sep2 3.18737
+R<GLU>A<O> R<VAL>A<C> sep1 -1.2549
+R<GLU>A<O> R<VAL>A<C> sep2 2.17469
+R<GLU>A<O> R<VAL>A<CA> central_sep1 1.29139
+R<GLU>A<O> R<VAL>A<CA> central_sep2 -0.478315
+R<GLU>A<O> R<VAL>A<CA> sep1 -2.03514
+R<GLU>A<O> R<VAL>A<CA> sep2 0.924372
+R<GLU>A<O> R<VAL>A<CB> central_sep1 -1.26009
+R<GLU>A<O> R<VAL>A<CB> central_sep2 0.105519
+R<GLU>A<O> R<VAL>A<CB> sep1 0.548377
+R<GLU>A<O> R<VAL>A<CB> sep2 -0.396051
+R<GLU>A<O> R<VAL>A<CG1> central_sep1 -0.239772
+R<GLU>A<O> R<VAL>A<CG1> central_sep2 0.226733
+R<GLU>A<O> R<VAL>A<CG1> sep1 1.29932
+R<GLU>A<O> R<VAL>A<CG1> sep2 0.796864
+R<GLU>A<O> R<VAL>A<CG2> central_sep1 -0.667632
+R<GLU>A<O> R<VAL>A<CG2> central_sep2 0.373273
+R<GLU>A<O> R<VAL>A<CG2> sep1 1.00008
+R<GLU>A<O> R<VAL>A<CG2> sep2 0.592221
+R<GLU>A<O> R<VAL>A<N> central_sep1 -1.35617
+R<GLU>A<O> R<VAL>A<N> central_sep2 -0.954116
+R<GLU>A<O> R<VAL>A<N> sep1 0.172407
+R<GLU>A<O> R<VAL>A<N> sep2 1.27344
+R<GLU>A<O> R<VAL>A<O> central_sep1 0.854461
+R<GLU>A<O> R<VAL>A<O> central_sep2 0.869037
+R<GLU>A<O> R<VAL>A<O> sep1 0.792715
+R<GLU>A<O> R<VAL>A<O> sep2 1.21173
+R<GLU>A<O> c<solvent> . 0.242992
+R<GLU>A<OE1> R<GLU>A<OE1> central_sep1 0.626803
+R<GLU>A<OE1> R<GLU>A<OE1> central_sep2 0.499217
+R<GLU>A<OE1> R<GLU>A<OE1> sep1 1.81156
+R<GLU>A<OE1> R<GLU>A<OE1> sep2 0.627186
+R<GLU>A<OE1> R<GLY>A<C> central_sep1 1.10563
+R<GLU>A<OE1> R<GLY>A<C> central_sep2 1.59309
+R<GLU>A<OE1> R<GLY>A<C> sep1 1.06733
+R<GLU>A<OE1> R<GLY>A<C> sep2 0.478794
+R<GLU>A<OE1> R<GLY>A<CA> central_sep1 0.568214
+R<GLU>A<OE1> R<GLY>A<CA> central_sep2 0.216255
+R<GLU>A<OE1> R<GLY>A<CA> sep1 1.42314
+R<GLU>A<OE1> R<GLY>A<CA> sep2 0.140066
+R<GLU>A<OE1> R<GLY>A<N> central_sep1 0.39068
+R<GLU>A<OE1> R<GLY>A<N> central_sep2 0.121082
+R<GLU>A<OE1> R<GLY>A<N> sep1 1.44858
+R<GLU>A<OE1> R<GLY>A<N> sep2 0.243806
+R<GLU>A<OE1> R<GLY>A<O> central_sep1 1.4329
+R<GLU>A<OE1> R<GLY>A<O> central_sep2 1.25374
+R<GLU>A<OE1> R<GLY>A<O> sep1 1.433
+R<GLU>A<OE1> R<GLY>A<O> sep2 0.800793
+R<GLU>A<OE1> R<HIS>A<C> central_sep1 1.60458
+R<GLU>A<OE1> R<HIS>A<C> central_sep2 2.09364
+R<GLU>A<OE1> R<HIS>A<C> sep1 1.8745
+R<GLU>A<OE1> R<HIS>A<C> sep2 1.02107
+R<GLU>A<OE1> R<HIS>A<CA> central_sep1 0.164352
+R<GLU>A<OE1> R<HIS>A<CA> central_sep2 0.370979
+R<GLU>A<OE1> R<HIS>A<CA> sep1 1.53383
+R<GLU>A<OE1> R<HIS>A<CA> sep2 0.38376
+R<GLU>A<OE1> R<HIS>A<CB> central_sep1 0.20571
+R<GLU>A<OE1> R<HIS>A<CB> central_sep2 -0.105471
+R<GLU>A<OE1> R<HIS>A<CB> sep1 1.51484
+R<GLU>A<OE1> R<HIS>A<CB> sep2 -0.17702
+R<GLU>A<OE1> R<HIS>A<CD2> central_sep1 -0.070284
+R<GLU>A<OE1> R<HIS>A<CD2> central_sep2 -0.157743
+R<GLU>A<OE1> R<HIS>A<CD2> sep1 1.22049
+R<GLU>A<OE1> R<HIS>A<CD2> sep2 -0.631898
+R<GLU>A<OE1> R<HIS>A<CE1> central_sep1 0.0925763
+R<GLU>A<OE1> R<HIS>A<CE1> central_sep2 -0.609488
+R<GLU>A<OE1> R<HIS>A<CE1> sep1 0.657863
+R<GLU>A<OE1> R<HIS>A<CE1> sep2 -1.16179
+R<GLU>A<OE1> R<HIS>A<CG> central_sep1 1.83524
+R<GLU>A<OE1> R<HIS>A<CG> central_sep2 1.20223
+R<GLU>A<OE1> R<HIS>A<CG> sep1 1.11397
+R<GLU>A<OE1> R<HIS>A<CG> sep2 -0.387784
+R<GLU>A<OE1> R<HIS>A<N> central_sep1 0.777872
+R<GLU>A<OE1> R<HIS>A<N> central_sep2 0.290175
+R<GLU>A<OE1> R<HIS>A<N> sep1 2.00749
+R<GLU>A<OE1> R<HIS>A<N> sep2 0.612946
+R<GLU>A<OE1> R<HIS>A<ND1> central_sep1 -0.423799
+R<GLU>A<OE1> R<HIS>A<ND1> central_sep2 -0.952308
+R<GLU>A<OE1> R<HIS>A<ND1> sep1 1.13908
+R<GLU>A<OE1> R<HIS>A<ND1> sep2 -0.501437
+R<GLU>A<OE1> R<HIS>A<NE2> central_sep1 -0.416978
+R<GLU>A<OE1> R<HIS>A<NE2> central_sep2 -1.329
+R<GLU>A<OE1> R<HIS>A<NE2> sep1 0.683487
+R<GLU>A<OE1> R<HIS>A<NE2> sep2 -0.972875
+R<GLU>A<OE1> R<HIS>A<O> central_sep1 1.67412
+R<GLU>A<OE1> R<HIS>A<O> central_sep2 1.25084
+R<GLU>A<OE1> R<HIS>A<O> sep1 1.76252
+R<GLU>A<OE1> R<HIS>A<O> sep2 0.775223
+R<GLU>A<OE1> R<ILE>A<C> central_sep1 2.67452
+R<GLU>A<OE1> R<ILE>A<C> central_sep2 2.92782
+R<GLU>A<OE1> R<ILE>A<C> sep1 2.4406
+R<GLU>A<OE1> R<ILE>A<C> sep2 2.02303
+R<GLU>A<OE1> R<ILE>A<CA> central_sep1 0.651887
+R<GLU>A<OE1> R<ILE>A<CA> central_sep2 1.55465
+R<GLU>A<OE1> R<ILE>A<CA> sep1 1.91943
+R<GLU>A<OE1> R<ILE>A<CA> sep2 1.18679
+R<GLU>A<OE1> R<ILE>A<CB> central_sep1 0.982661
+R<GLU>A<OE1> R<ILE>A<CB> central_sep2 0.636613
+R<GLU>A<OE1> R<ILE>A<CB> sep1 1.91205
+R<GLU>A<OE1> R<ILE>A<CB> sep2 0.348427
+R<GLU>A<OE1> R<ILE>A<CD1> central_sep1 0.764136
+R<GLU>A<OE1> R<ILE>A<CD1> central_sep2 0.404569
+R<GLU>A<OE1> R<ILE>A<CD1> sep1 2.04832
+R<GLU>A<OE1> R<ILE>A<CD1> sep2 0.207349
+R<GLU>A<OE1> R<ILE>A<CG1> central_sep1 0.893488
+R<GLU>A<OE1> R<ILE>A<CG1> central_sep2 0.751544
+R<GLU>A<OE1> R<ILE>A<CG1> sep1 1.81977
+R<GLU>A<OE1> R<ILE>A<CG1> sep2 0.319479
+R<GLU>A<OE1> R<ILE>A<CG2> central_sep1 0.489109
+R<GLU>A<OE1> R<ILE>A<CG2> central_sep2 0.495903
+R<GLU>A<OE1> R<ILE>A<CG2> sep1 1.51796
+R<GLU>A<OE1> R<ILE>A<CG2> sep2 0.399453
+R<GLU>A<OE1> R<ILE>A<N> central_sep1 1.59955
+R<GLU>A<OE1> R<ILE>A<N> central_sep2 0.771425
+R<GLU>A<OE1> R<ILE>A<N> sep1 2.40464
+R<GLU>A<OE1> R<ILE>A<N> sep2 1.1794
+R<GLU>A<OE1> R<ILE>A<O> central_sep1 1.79033
+R<GLU>A<OE1> R<ILE>A<O> central_sep2 1.47154
+R<GLU>A<OE1> R<ILE>A<O> sep1 1.96203
+R<GLU>A<OE1> R<ILE>A<O> sep2 1.25668
+R<GLU>A<OE1> R<LEU>A<C> central_sep1 2.53283
+R<GLU>A<OE1> R<LEU>A<C> central_sep2 2.69613
+R<GLU>A<OE1> R<LEU>A<C> sep1 1.95559
+R<GLU>A<OE1> R<LEU>A<C> sep2 1.68192
+R<GLU>A<OE1> R<LEU>A<CA> central_sep1 0.398226
+R<GLU>A<OE1> R<LEU>A<CA> central_sep2 1.47143
+R<GLU>A<OE1> R<LEU>A<CA> sep1 2.06194
+R<GLU>A<OE1> R<LEU>A<CA> sep2 1.29099
+R<GLU>A<OE1> R<LEU>A<CB> central_sep1 0.793823
+R<GLU>A<OE1> R<LEU>A<CB> central_sep2 0.648823
+R<GLU>A<OE1> R<LEU>A<CB> sep1 1.86651
+R<GLU>A<OE1> R<LEU>A<CB> sep2 0.555139
+R<GLU>A<OE1> R<LEU>A<CD1> central_sep1 0.6238
+R<GLU>A<OE1> R<LEU>A<CD1> central_sep2 0.513019
+R<GLU>A<OE1> R<LEU>A<CD1> sep1 1.95084
+R<GLU>A<OE1> R<LEU>A<CD1> sep2 0.283324
+R<GLU>A<OE1> R<LEU>A<CD2> central_sep1 0.339297
+R<GLU>A<OE1> R<LEU>A<CD2> central_sep2 0.410322
+R<GLU>A<OE1> R<LEU>A<CD2> sep1 1.56145
+R<GLU>A<OE1> R<LEU>A<CD2> sep2 0.178665
+R<GLU>A<OE1> R<LEU>A<CG> central_sep1 0.715434
+R<GLU>A<OE1> R<LEU>A<CG> central_sep2 1.09888
+R<GLU>A<OE1> R<LEU>A<CG> sep1 1.57878
+R<GLU>A<OE1> R<LEU>A<CG> sep2 0.402586
+R<GLU>A<OE1> R<LEU>A<N> central_sep1 1.30888
+R<GLU>A<OE1> R<LEU>A<N> central_sep2 0.65324
+R<GLU>A<OE1> R<LEU>A<N> sep1 2.28007
+R<GLU>A<OE1> R<LEU>A<N> sep2 1.00336
+R<GLU>A<OE1> R<LEU>A<O> central_sep1 1.74078
+R<GLU>A<OE1> R<LEU>A<O> central_sep2 1.57292
+R<GLU>A<OE1> R<LEU>A<O> sep1 1.88086
+R<GLU>A<OE1> R<LEU>A<O> sep2 1.35534
+R<GLU>A<OE1> R<LYS>A<C> central_sep1 1.73474
+R<GLU>A<OE1> R<LYS>A<C> central_sep2 2.73198
+R<GLU>A<OE1> R<LYS>A<C> sep1 1.25505
+R<GLU>A<OE1> R<LYS>A<C> sep2 1.44561
+R<GLU>A<OE1> R<LYS>A<CA> central_sep1 -0.179629
+R<GLU>A<OE1> R<LYS>A<CA> central_sep2 0.980444
+R<GLU>A<OE1> R<LYS>A<CA> sep1 1.16847
+R<GLU>A<OE1> R<LYS>A<CA> sep2 0.606101
+R<GLU>A<OE1> R<LYS>A<CB> central_sep1 -0.156672
+R<GLU>A<OE1> R<LYS>A<CB> central_sep2 0.163113
+R<GLU>A<OE1> R<LYS>A<CB> sep1 0.761487
+R<GLU>A<OE1> R<LYS>A<CB> sep2 -0.150546
+R<GLU>A<OE1> R<LYS>A<CD> central_sep1 -0.962629
+R<GLU>A<OE1> R<LYS>A<CD> central_sep2 -0.904316
+R<GLU>A<OE1> R<LYS>A<CD> sep1 0.286401
+R<GLU>A<OE1> R<LYS>A<CD> sep2 -1.05654
+R<GLU>A<OE1> R<LYS>A<CE> central_sep1 -0.908741
+R<GLU>A<OE1> R<LYS>A<CE> central_sep2 -0.92037
+R<GLU>A<OE1> R<LYS>A<CE> sep1 0.265887
+R<GLU>A<OE1> R<LYS>A<CE> sep2 -1.31657
+R<GLU>A<OE1> R<LYS>A<CG> central_sep1 -0.641111
+R<GLU>A<OE1> R<LYS>A<CG> central_sep2 -0.0363182
+R<GLU>A<OE1> R<LYS>A<CG> sep1 0.406677
+R<GLU>A<OE1> R<LYS>A<CG> sep2 -0.43996
+R<GLU>A<OE1> R<LYS>A<N> central_sep1 0.483743
+R<GLU>A<OE1> R<LYS>A<N> central_sep2 0.515203
+R<GLU>A<OE1> R<LYS>A<N> sep1 1.60151
+R<GLU>A<OE1> R<LYS>A<N> sep2 0.64022
+R<GLU>A<OE1> R<LYS>A<NZ> central_sep1 -0.953617
+R<GLU>A<OE1> R<LYS>A<NZ> central_sep2 -1.40757
+R<GLU>A<OE1> R<LYS>A<NZ> sep1 0.353865
+R<GLU>A<OE1> R<LYS>A<NZ> sep2 -1.14321
+R<GLU>A<OE1> R<LYS>A<O> central_sep1 1.3022
+R<GLU>A<OE1> R<LYS>A<O> central_sep2 1.38823
+R<GLU>A<OE1> R<LYS>A<O> sep1 1.29178
+R<GLU>A<OE1> R<LYS>A<O> sep2 1.0255
+R<GLU>A<OE1> R<MET>A<C> central_sep1 2.18681
+R<GLU>A<OE1> R<MET>A<C> central_sep2 2.10666
+R<GLU>A<OE1> R<MET>A<C> sep1 1.77112
+R<GLU>A<OE1> R<MET>A<C> sep2 1.13087
+R<GLU>A<OE1> R<MET>A<CA> central_sep1 0.105348
+R<GLU>A<OE1> R<MET>A<CA> central_sep2 0.792022
+R<GLU>A<OE1> R<MET>A<CA> sep1 1.6061
+R<GLU>A<OE1> R<MET>A<CA> sep2 0.599417
+R<GLU>A<OE1> R<MET>A<CB> central_sep1 0.50484
+R<GLU>A<OE1> R<MET>A<CB> central_sep2 0.401998
+R<GLU>A<OE1> R<MET>A<CB> sep1 1.7148
+R<GLU>A<OE1> R<MET>A<CB> sep2 0.310997
+R<GLU>A<OE1> R<MET>A<CE> central_sep1 0.632239
+R<GLU>A<OE1> R<MET>A<CE> central_sep2 0.0413197
+R<GLU>A<OE1> R<MET>A<CE> sep1 1.95967
+R<GLU>A<OE1> R<MET>A<CE> sep2 0.0966857
+R<GLU>A<OE1> R<MET>A<CG> central_sep1 0.341555
+R<GLU>A<OE1> R<MET>A<CG> central_sep2 0.292459
+R<GLU>A<OE1> R<MET>A<CG> sep1 1.41969
+R<GLU>A<OE1> R<MET>A<CG> sep2 0.221753
+R<GLU>A<OE1> R<MET>A<N> central_sep1 1.13904
+R<GLU>A<OE1> R<MET>A<N> central_sep2 0.19255
+R<GLU>A<OE1> R<MET>A<N> sep1 2.15781
+R<GLU>A<OE1> R<MET>A<N> sep2 0.569462
+R<GLU>A<OE1> R<MET>A<O> central_sep1 1.67773
+R<GLU>A<OE1> R<MET>A<O> central_sep2 1.39053
+R<GLU>A<OE1> R<MET>A<O> sep1 1.84525
+R<GLU>A<OE1> R<MET>A<O> sep2 1.11643
+R<GLU>A<OE1> R<MET>A<SD> central_sep1 1.18109
+R<GLU>A<OE1> R<MET>A<SD> central_sep2 0.8062
+R<GLU>A<OE1> R<MET>A<SD> sep1 1.94257
+R<GLU>A<OE1> R<MET>A<SD> sep2 0.236079
+R<GLU>A<OE1> R<PHE>A<C> central_sep1 2.05313
+R<GLU>A<OE1> R<PHE>A<C> central_sep2 2.21433
+R<GLU>A<OE1> R<PHE>A<C> sep1 1.98786
+R<GLU>A<OE1> R<PHE>A<C> sep2 1.35247
+R<GLU>A<OE1> R<PHE>A<CA> central_sep1 0.414555
+R<GLU>A<OE1> R<PHE>A<CA> central_sep2 0.976062
+R<GLU>A<OE1> R<PHE>A<CA> sep1 1.88728
+R<GLU>A<OE1> R<PHE>A<CA> sep2 0.815713
+R<GLU>A<OE1> R<PHE>A<CB> central_sep1 0.796636
+R<GLU>A<OE1> R<PHE>A<CB> central_sep2 0.267655
+R<GLU>A<OE1> R<PHE>A<CB> sep1 2.03118
+R<GLU>A<OE1> R<PHE>A<CB> sep2 0.309079
+R<GLU>A<OE1> R<PHE>A<CD1> central_sep1 0.629083
+R<GLU>A<OE1> R<PHE>A<CD1> central_sep2 0.628235
+R<GLU>A<OE1> R<PHE>A<CD1> sep1 1.99681
+R<GLU>A<OE1> R<PHE>A<CD1> sep2 0.194165
+R<GLU>A<OE1> R<PHE>A<CE1> central_sep1 0.961021
+R<GLU>A<OE1> R<PHE>A<CE1> central_sep2 0.440571
+R<GLU>A<OE1> R<PHE>A<CE1> sep1 1.44001
+R<GLU>A<OE1> R<PHE>A<CE1> sep2 -0.105767
+R<GLU>A<OE1> R<PHE>A<CG> central_sep1 3.92745
+R<GLU>A<OE1> R<PHE>A<CG> central_sep2 2.0491
+R<GLU>A<OE1> R<PHE>A<CG> sep1 2.27338
+R<GLU>A<OE1> R<PHE>A<CG> sep2 0.191823
+R<GLU>A<OE1> R<PHE>A<CZ> central_sep1 0.971104
+R<GLU>A<OE1> R<PHE>A<CZ> central_sep2 0.302059
+R<GLU>A<OE1> R<PHE>A<CZ> sep1 1.39301
+R<GLU>A<OE1> R<PHE>A<CZ> sep2 -0.168357
+R<GLU>A<OE1> R<PHE>A<N> central_sep1 1.21092
+R<GLU>A<OE1> R<PHE>A<N> central_sep2 0.468683
+R<GLU>A<OE1> R<PHE>A<N> sep1 2.09212
+R<GLU>A<OE1> R<PHE>A<N> sep2 0.866055
+R<GLU>A<OE1> R<PHE>A<O> central_sep1 1.72136
+R<GLU>A<OE1> R<PHE>A<O> central_sep2 1.44182
+R<GLU>A<OE1> R<PHE>A<O> sep1 1.86599
+R<GLU>A<OE1> R<PHE>A<O> sep2 1.14799
+R<GLU>A<OE1> R<PRO>A<C> central_sep1 2.12213
+R<GLU>A<OE1> R<PRO>A<C> central_sep2 2.8036
+R<GLU>A<OE1> R<PRO>A<C> sep1 1.51574
+R<GLU>A<OE1> R<PRO>A<C> sep2 1.60376
+R<GLU>A<OE1> R<PRO>A<CA> central_sep1 0.211043
+R<GLU>A<OE1> R<PRO>A<CA> central_sep2 0.467874
+R<GLU>A<OE1> R<PRO>A<CA> sep1 1.48833
+R<GLU>A<OE1> R<PRO>A<CA> sep2 0.499382
+R<GLU>A<OE1> R<PRO>A<CB> central_sep1 -0.0373342
+R<GLU>A<OE1> R<PRO>A<CB> central_sep2 0.128932
+R<GLU>A<OE1> R<PRO>A<CB> sep1 0.961616
+R<GLU>A<OE1> R<PRO>A<CB> sep2 -0.230971
+R<GLU>A<OE1> R<PRO>A<CD> central_sep1 -0.288421
+R<GLU>A<OE1> R<PRO>A<CD> central_sep2 0.534808
+R<GLU>A<OE1> R<PRO>A<CD> sep1 1.48829
+R<GLU>A<OE1> R<PRO>A<CD> sep2 0.41905
+R<GLU>A<OE1> R<PRO>A<CG> central_sep1 0.618538
+R<GLU>A<OE1> R<PRO>A<CG> central_sep2 0.0443364
+R<GLU>A<OE1> R<PRO>A<CG> sep1 0.900794
+R<GLU>A<OE1> R<PRO>A<CG> sep2 -0.327522
+R<GLU>A<OE1> R<PRO>A<N> central_sep1 0.655847
+R<GLU>A<OE1> R<PRO>A<N> central_sep2 1.52101
+R<GLU>A<OE1> R<PRO>A<N> sep1 1.17306
+R<GLU>A<OE1> R<PRO>A<N> sep2 0.338636
+R<GLU>A<OE1> R<PRO>A<O> central_sep1 1.52531
+R<GLU>A<OE1> R<PRO>A<O> central_sep2 1.39838
+R<GLU>A<OE1> R<PRO>A<O> sep1 1.4066
+R<GLU>A<OE1> R<PRO>A<O> sep2 1.10502
+R<GLU>A<OE1> R<SER>A<C> central_sep1 1.92226
+R<GLU>A<OE1> R<SER>A<C> central_sep2 2.01489
+R<GLU>A<OE1> R<SER>A<C> sep1 1.58314
+R<GLU>A<OE1> R<SER>A<C> sep2 1.15904
+R<GLU>A<OE1> R<SER>A<CA> central_sep1 0.496336
+R<GLU>A<OE1> R<SER>A<CA> central_sep2 0.547669
+R<GLU>A<OE1> R<SER>A<CA> sep1 1.59352
+R<GLU>A<OE1> R<SER>A<CA> sep2 0.225151
+R<GLU>A<OE1> R<SER>A<CB> central_sep1 0.0316739
+R<GLU>A<OE1> R<SER>A<CB> central_sep2 -0.106518
+R<GLU>A<OE1> R<SER>A<CB> sep1 1.00574
+R<GLU>A<OE1> R<SER>A<CB> sep2 -0.551877
+R<GLU>A<OE1> R<SER>A<N> central_sep1 0.0223879
+R<GLU>A<OE1> R<SER>A<N> central_sep2 0.136326
+R<GLU>A<OE1> R<SER>A<N> sep1 1.83141
+R<GLU>A<OE1> R<SER>A<N> sep2 0.488406
+R<GLU>A<OE1> R<SER>A<O> central_sep1 1.5349
+R<GLU>A<OE1> R<SER>A<O> central_sep2 1.41614
+R<GLU>A<OE1> R<SER>A<O> sep1 1.62892
+R<GLU>A<OE1> R<SER>A<O> sep2 0.997732
+R<GLU>A<OE1> R<SER>A<OG> central_sep1 0.0679126
+R<GLU>A<OE1> R<SER>A<OG> central_sep2 -0.567843
+R<GLU>A<OE1> R<SER>A<OG> sep1 1.0177
+R<GLU>A<OE1> R<SER>A<OG> sep2 -0.0896458
+R<GLU>A<OE1> R<THR>A<C> central_sep1 2.09574
+R<GLU>A<OE1> R<THR>A<C> central_sep2 2.09129
+R<GLU>A<OE1> R<THR>A<C> sep1 1.93244
+R<GLU>A<OE1> R<THR>A<C> sep2 1.48449
+R<GLU>A<OE1> R<THR>A<CA> central_sep1 0.571977
+R<GLU>A<OE1> R<THR>A<CA> central_sep2 0.885841
+R<GLU>A<OE1> R<THR>A<CA> sep1 1.8266
+R<GLU>A<OE1> R<THR>A<CA> sep2 0.578659
+R<GLU>A<OE1> R<THR>A<CB> central_sep1 -0.251711
+R<GLU>A<OE1> R<THR>A<CB> central_sep2 -0.0981233
+R<GLU>A<OE1> R<THR>A<CB> sep1 0.971605
+R<GLU>A<OE1> R<THR>A<CB> sep2 -0.640331
+R<GLU>A<OE1> R<THR>A<CG2> central_sep1 0.152493
+R<GLU>A<OE1> R<THR>A<CG2> central_sep2 0.112733
+R<GLU>A<OE1> R<THR>A<CG2> sep1 1.03129
+R<GLU>A<OE1> R<THR>A<CG2> sep2 -0.117898
+R<GLU>A<OE1> R<THR>A<N> central_sep1 -0.099462
+R<GLU>A<OE1> R<THR>A<N> central_sep2 0.334176
+R<GLU>A<OE1> R<THR>A<N> sep1 1.97398
+R<GLU>A<OE1> R<THR>A<N> sep2 0.836468
+R<GLU>A<OE1> R<THR>A<O> central_sep1 1.4886
+R<GLU>A<OE1> R<THR>A<O> central_sep2 1.41921
+R<GLU>A<OE1> R<THR>A<O> sep1 1.68706
+R<GLU>A<OE1> R<THR>A<O> sep2 1.02616
+R<GLU>A<OE1> R<THR>A<OG1> central_sep1 0.133505
+R<GLU>A<OE1> R<THR>A<OG1> central_sep2 -0.428625
+R<GLU>A<OE1> R<THR>A<OG1> sep1 1.03928
+R<GLU>A<OE1> R<THR>A<OG1> sep2 -0.151146
+R<GLU>A<OE1> R<TRP>A<C> central_sep1 2.50362
+R<GLU>A<OE1> R<TRP>A<C> central_sep2 2.70782
+R<GLU>A<OE1> R<TRP>A<C> sep1 2.23953
+R<GLU>A<OE1> R<TRP>A<C> sep2 1.494
+R<GLU>A<OE1> R<TRP>A<CA> central_sep1 0.247543
+R<GLU>A<OE1> R<TRP>A<CA> central_sep2 1.37014
+R<GLU>A<OE1> R<TRP>A<CA> sep1 1.78465
+R<GLU>A<OE1> R<TRP>A<CA> sep2 1.14156
+R<GLU>A<OE1> R<TRP>A<CB> central_sep1 0.691868
+R<GLU>A<OE1> R<TRP>A<CB> central_sep2 0.255733
+R<GLU>A<OE1> R<TRP>A<CB> sep1 2.05601
+R<GLU>A<OE1> R<TRP>A<CB> sep2 0.359681
+R<GLU>A<OE1> R<TRP>A<CD1> central_sep1 0.0439582
+R<GLU>A<OE1> R<TRP>A<CD1> central_sep2 0.26245
+R<GLU>A<OE1> R<TRP>A<CD1> sep1 1.18956
+R<GLU>A<OE1> R<TRP>A<CD1> sep2 -0.665096
+R<GLU>A<OE1> R<TRP>A<CD2> central_sep1 3.12591
+R<GLU>A<OE1> R<TRP>A<CD2> central_sep2 1.97888
+R<GLU>A<OE1> R<TRP>A<CD2> sep1 2.74503
+R<GLU>A<OE1> R<TRP>A<CD2> sep2 0.454984
+R<GLU>A<OE1> R<TRP>A<CE2> central_sep1 2.60738
+R<GLU>A<OE1> R<TRP>A<CE2> central_sep2 2.04805
+R<GLU>A<OE1> R<TRP>A<CE2> sep1 2.10149
+R<GLU>A<OE1> R<TRP>A<CE2> sep2 0.226403
+R<GLU>A<OE1> R<TRP>A<CE3> central_sep1 1.08219
+R<GLU>A<OE1> R<TRP>A<CE3> central_sep2 0.934494
+R<GLU>A<OE1> R<TRP>A<CE3> sep1 2.33146
+R<GLU>A<OE1> R<TRP>A<CE3> sep2 0.576933
+R<GLU>A<OE1> R<TRP>A<CG> central_sep1 3.43699
+R<GLU>A<OE1> R<TRP>A<CG> central_sep2 2.2059
+R<GLU>A<OE1> R<TRP>A<CG> sep1 2.10337
+R<GLU>A<OE1> R<TRP>A<CG> sep2 0.107956
+R<GLU>A<OE1> R<TRP>A<CH2> central_sep1 1.86998
+R<GLU>A<OE1> R<TRP>A<CH2> central_sep2 0.11912
+R<GLU>A<OE1> R<TRP>A<CH2> sep1 1.80707
+R<GLU>A<OE1> R<TRP>A<CH2> sep2 -0.564299
+R<GLU>A<OE1> R<TRP>A<CZ2> central_sep1 0.683121
+R<GLU>A<OE1> R<TRP>A<CZ2> central_sep2 -0.403522
+R<GLU>A<OE1> R<TRP>A<CZ2> sep1 0.974293
+R<GLU>A<OE1> R<TRP>A<CZ2> sep2 -0.905025
+R<GLU>A<OE1> R<TRP>A<CZ3> central_sep1 1.06849
+R<GLU>A<OE1> R<TRP>A<CZ3> central_sep2 0.567013
+R<GLU>A<OE1> R<TRP>A<CZ3> sep1 1.85065
+R<GLU>A<OE1> R<TRP>A<CZ3> sep2 0.031871
+R<GLU>A<OE1> R<TRP>A<N> central_sep1 1.09749
+R<GLU>A<OE1> R<TRP>A<N> central_sep2 0.661104
+R<GLU>A<OE1> R<TRP>A<N> sep1 2.03801
+R<GLU>A<OE1> R<TRP>A<N> sep2 0.731441
+R<GLU>A<OE1> R<TRP>A<NE1> central_sep1 -0.519996
+R<GLU>A<OE1> R<TRP>A<NE1> central_sep2 -1.20538
+R<GLU>A<OE1> R<TRP>A<NE1> sep1 0.991922
+R<GLU>A<OE1> R<TRP>A<NE1> sep2 -0.626895
+R<GLU>A<OE1> R<TRP>A<O> central_sep1 1.69368
+R<GLU>A<OE1> R<TRP>A<O> central_sep2 1.4991
+R<GLU>A<OE1> R<TRP>A<O> sep1 1.81985
+R<GLU>A<OE1> R<TRP>A<O> sep2 0.944236
+R<GLU>A<OE1> R<TYR>A<C> central_sep1 2.21401
+R<GLU>A<OE1> R<TYR>A<C> central_sep2 2.4481
+R<GLU>A<OE1> R<TYR>A<C> sep1 2.12807
+R<GLU>A<OE1> R<TYR>A<C> sep2 1.52865
+R<GLU>A<OE1> R<TYR>A<CA> central_sep1 0.426348
+R<GLU>A<OE1> R<TYR>A<CA> central_sep2 1.09094
+R<GLU>A<OE1> R<TYR>A<CA> sep1 1.8855
+R<GLU>A<OE1> R<TYR>A<CA> sep2 1.09192
+R<GLU>A<OE1> R<TYR>A<CB> central_sep1 0.745337
+R<GLU>A<OE1> R<TYR>A<CB> central_sep2 0.405062
+R<GLU>A<OE1> R<TYR>A<CB> sep1 1.98596
+R<GLU>A<OE1> R<TYR>A<CB> sep2 0.397007
+R<GLU>A<OE1> R<TYR>A<CD1> central_sep1 0.414398
+R<GLU>A<OE1> R<TYR>A<CD1> central_sep2 0.651717
+R<GLU>A<OE1> R<TYR>A<CD1> sep1 1.76005
+R<GLU>A<OE1> R<TYR>A<CD1> sep2 0.242827
+R<GLU>A<OE1> R<TYR>A<CE1> central_sep1 0.359789
+R<GLU>A<OE1> R<TYR>A<CE1> central_sep2 -0.5816
+R<GLU>A<OE1> R<TYR>A<CE1> sep1 1.18624
+R<GLU>A<OE1> R<TYR>A<CE1> sep2 -0.371724
+R<GLU>A<OE1> R<TYR>A<CG> central_sep1 3.80082
+R<GLU>A<OE1> R<TYR>A<CG> central_sep2 2.10119
+R<GLU>A<OE1> R<TYR>A<CG> sep1 2.11655
+R<GLU>A<OE1> R<TYR>A<CG> sep2 0.118723
+R<GLU>A<OE1> R<TYR>A<CZ> central_sep1 1.55899
+R<GLU>A<OE1> R<TYR>A<CZ> central_sep2 1.67272
+R<GLU>A<OE1> R<TYR>A<CZ> sep1 1.54708
+R<GLU>A<OE1> R<TYR>A<CZ> sep2 -0.61158
+R<GLU>A<OE1> R<TYR>A<N> central_sep1 1.15851
+R<GLU>A<OE1> R<TYR>A<N> central_sep2 0.643432
+R<GLU>A<OE1> R<TYR>A<N> sep1 2.13227
+R<GLU>A<OE1> R<TYR>A<N> sep2 0.970057
+R<GLU>A<OE1> R<TYR>A<O> central_sep1 1.75917
+R<GLU>A<OE1> R<TYR>A<O> central_sep2 1.51598
+R<GLU>A<OE1> R<TYR>A<O> sep1 1.85777
+R<GLU>A<OE1> R<TYR>A<O> sep2 1.17833
+R<GLU>A<OE1> R<TYR>A<OH> central_sep1 0.14846
+R<GLU>A<OE1> R<TYR>A<OH> central_sep2 -1.30659
+R<GLU>A<OE1> R<TYR>A<OH> sep1 1.24263
+R<GLU>A<OE1> R<TYR>A<OH> sep2 -0.755768
+R<GLU>A<OE1> R<VAL>A<C> central_sep1 2.65677
+R<GLU>A<OE1> R<VAL>A<C> central_sep2 2.7003
+R<GLU>A<OE1> R<VAL>A<C> sep1 2.3085
+R<GLU>A<OE1> R<VAL>A<C> sep2 1.71855
+R<GLU>A<OE1> R<VAL>A<CA> central_sep1 0.717129
+R<GLU>A<OE1> R<VAL>A<CA> central_sep2 1.3701
+R<GLU>A<OE1> R<VAL>A<CA> sep1 1.9017
+R<GLU>A<OE1> R<VAL>A<CA> sep2 1.11786
+R<GLU>A<OE1> R<VAL>A<CB> central_sep1 0.864615
+R<GLU>A<OE1> R<VAL>A<CB> central_sep2 0.628723
+R<GLU>A<OE1> R<VAL>A<CB> sep1 1.77326
+R<GLU>A<OE1> R<VAL>A<CB> sep2 0.111082
+R<GLU>A<OE1> R<VAL>A<CG1> central_sep1 0.517811
+R<GLU>A<OE1> R<VAL>A<CG1> central_sep2 0.454397
+R<GLU>A<OE1> R<VAL>A<CG1> sep1 1.5383
+R<GLU>A<OE1> R<VAL>A<CG1> sep2 0.265297
+R<GLU>A<OE1> R<VAL>A<CG2> central_sep1 0.86608
+R<GLU>A<OE1> R<VAL>A<CG2> central_sep2 0.472661
+R<GLU>A<OE1> R<VAL>A<CG2> sep1 1.93625
+R<GLU>A<OE1> R<VAL>A<CG2> sep2 0.239178
+R<GLU>A<OE1> R<VAL>A<N> central_sep1 1.37256
+R<GLU>A<OE1> R<VAL>A<N> central_sep2 0.849197
+R<GLU>A<OE1> R<VAL>A<N> sep1 2.17391
+R<GLU>A<OE1> R<VAL>A<N> sep2 1.05028
+R<GLU>A<OE1> R<VAL>A<O> central_sep1 1.63826
+R<GLU>A<OE1> R<VAL>A<O> central_sep2 1.43216
+R<GLU>A<OE1> R<VAL>A<O> sep1 1.82169
+R<GLU>A<OE1> R<VAL>A<O> sep2 1.14119
+R<GLU>A<OE1> c<solvent> . -0.661627
+R<GLY>A<C> R<GLY>A<C> central_sep1 2.02935
+R<GLY>A<C> R<GLY>A<C> central_sep2 0.154217
+R<GLY>A<C> R<GLY>A<C> sep1 -1.28874
+R<GLY>A<C> R<GLY>A<C> sep2 0.19708
+R<GLY>A<C> R<GLY>A<CA> central_sep1 1.38031
+R<GLY>A<C> R<GLY>A<CA> central_sep2 0.105069
+R<GLY>A<C> R<GLY>A<CA> sep1 -1.5299
+R<GLY>A<C> R<GLY>A<CA> sep2 -0.676216
+R<GLY>A<C> R<GLY>A<N> central_sep1 -0.15524
+R<GLY>A<C> R<GLY>A<N> central_sep2 1.03817
+R<GLY>A<C> R<GLY>A<N> sep1 -1.59864
+R<GLY>A<C> R<GLY>A<N> sep2 -0.0881956
+R<GLY>A<C> R<GLY>A<O> central_sep1 0.0814271
+R<GLY>A<C> R<GLY>A<O> central_sep2 0.900449
+R<GLY>A<C> R<GLY>A<O> sep1 -1.56122
+R<GLY>A<C> R<GLY>A<O> sep2 -0.10492
+R<GLY>A<C> R<HIS>A<C> central_sep1 3.36424
+R<GLY>A<C> R<HIS>A<C> central_sep2 2.05843
+R<GLY>A<C> R<HIS>A<C> sep1 -1.93672
+R<GLY>A<C> R<HIS>A<C> sep2 1.3085
+R<GLY>A<C> R<HIS>A<CA> central_sep1 2.46584
+R<GLY>A<C> R<HIS>A<CA> central_sep2 1.15477
+R<GLY>A<C> R<HIS>A<CA> sep1 -2.33386
+R<GLY>A<C> R<HIS>A<CA> sep2 0.0555889
+R<GLY>A<C> R<HIS>A<CB> central_sep1 1.33936
+R<GLY>A<C> R<HIS>A<CB> central_sep2 0.260343
+R<GLY>A<C> R<HIS>A<CB> sep1 -0.123491
+R<GLY>A<C> R<HIS>A<CB> sep2 -0.484434
+R<GLY>A<C> R<HIS>A<CD2> central_sep1 -0.183602
+R<GLY>A<C> R<HIS>A<CD2> central_sep2 -0.0344604
+R<GLY>A<C> R<HIS>A<CD2> sep1 -0.4129
+R<GLY>A<C> R<HIS>A<CD2> sep2 -0.490516
+R<GLY>A<C> R<HIS>A<CE1> central_sep1 0.886105
+R<GLY>A<C> R<HIS>A<CE1> central_sep2 0.118492
+R<GLY>A<C> R<HIS>A<CE1> sep1 0.698278
+R<GLY>A<C> R<HIS>A<CE1> sep2 -0.553303
+R<GLY>A<C> R<HIS>A<CG> central_sep1 0.221893
+R<GLY>A<C> R<HIS>A<CG> central_sep2 0.0611541
+R<GLY>A<C> R<HIS>A<CG> sep1 -1.19655
+R<GLY>A<C> R<HIS>A<CG> sep2 -0.459031
+R<GLY>A<C> R<HIS>A<N> central_sep1 -0.1997
+R<GLY>A<C> R<HIS>A<N> central_sep2 2.09542
+R<GLY>A<C> R<HIS>A<N> sep1 -1.32916
+R<GLY>A<C> R<HIS>A<N> sep2 0.593539
+R<GLY>A<C> R<HIS>A<ND1> central_sep1 -0.219296
+R<GLY>A<C> R<HIS>A<ND1> central_sep2 0.296996
+R<GLY>A<C> R<HIS>A<ND1> sep1 -0.36188
+R<GLY>A<C> R<HIS>A<ND1> sep2 -0.49327
+R<GLY>A<C> R<HIS>A<NE2> central_sep1 1.27855
+R<GLY>A<C> R<HIS>A<NE2> central_sep2 0.4154
+R<GLY>A<C> R<HIS>A<NE2> sep1 1.15993
+R<GLY>A<C> R<HIS>A<NE2> sep2 -0.557693
+R<GLY>A<C> R<HIS>A<O> central_sep1 -0.0298378
+R<GLY>A<C> R<HIS>A<O> central_sep2 1.11987
+R<GLY>A<C> R<HIS>A<O> sep1 -1.54411
+R<GLY>A<C> R<HIS>A<O> sep2 0.113286
+R<GLY>A<C> R<ILE>A<C> central_sep1 3.41636
+R<GLY>A<C> R<ILE>A<C> central_sep2 3.2323
+R<GLY>A<C> R<ILE>A<C> sep1 -2.47093
+R<GLY>A<C> R<ILE>A<C> sep2 1.81731
+R<GLY>A<C> R<ILE>A<CA> central_sep1 2.02621
+R<GLY>A<C> R<ILE>A<CA> central_sep2 1.62618
+R<GLY>A<C> R<ILE>A<CA> sep1 -2.52032
+R<GLY>A<C> R<ILE>A<CA> sep2 0.290497
+R<GLY>A<C> R<ILE>A<CB> central_sep1 1.17964
+R<GLY>A<C> R<ILE>A<CB> central_sep2 0.108808
+R<GLY>A<C> R<ILE>A<CB> sep1 0.183486
+R<GLY>A<C> R<ILE>A<CB> sep2 -0.521089
+R<GLY>A<C> R<ILE>A<CD1> central_sep1 0.848717
+R<GLY>A<C> R<ILE>A<CD1> central_sep2 -0.296309
+R<GLY>A<C> R<ILE>A<CD1> sep1 0.400408
+R<GLY>A<C> R<ILE>A<CD1> sep2 -0.544818
+R<GLY>A<C> R<ILE>A<CG1> central_sep1 0.335144
+R<GLY>A<C> R<ILE>A<CG1> central_sep2 -0.0177946
+R<GLY>A<C> R<ILE>A<CG1> sep1 -1.12469
+R<GLY>A<C> R<ILE>A<CG1> sep2 -0.47912
+R<GLY>A<C> R<ILE>A<CG2> central_sep1 0.0609879
+R<GLY>A<C> R<ILE>A<CG2> central_sep2 -0.2218
+R<GLY>A<C> R<ILE>A<CG2> sep1 0.0506054
+R<GLY>A<C> R<ILE>A<CG2> sep2 -0.638198
+R<GLY>A<C> R<ILE>A<N> central_sep1 0.272997
+R<GLY>A<C> R<ILE>A<N> central_sep2 1.63862
+R<GLY>A<C> R<ILE>A<N> sep1 -1.29567
+R<GLY>A<C> R<ILE>A<N> sep2 0.776174
+R<GLY>A<C> R<ILE>A<O> central_sep1 -0.211901
+R<GLY>A<C> R<ILE>A<O> central_sep2 1.57095
+R<GLY>A<C> R<ILE>A<O> sep1 -1.24124
+R<GLY>A<C> R<ILE>A<O> sep2 0.342448
+R<GLY>A<C> R<LEU>A<C> central_sep1 3.59233
+R<GLY>A<C> R<LEU>A<C> central_sep2 2.21219
+R<GLY>A<C> R<LEU>A<C> sep1 -2.11835
+R<GLY>A<C> R<LEU>A<C> sep2 1.29929
+R<GLY>A<C> R<LEU>A<CA> central_sep1 2.56119
+R<GLY>A<C> R<LEU>A<CA> central_sep2 1.90237
+R<GLY>A<C> R<LEU>A<CA> sep1 -2.43169
+R<GLY>A<C> R<LEU>A<CA> sep2 0.738456
+R<GLY>A<C> R<LEU>A<CB> central_sep1 1.00068
+R<GLY>A<C> R<LEU>A<CB> central_sep2 0.384823
+R<GLY>A<C> R<LEU>A<CB> sep1 0.451366
+R<GLY>A<C> R<LEU>A<CB> sep2 -0.165722
+R<GLY>A<C> R<LEU>A<CD1> central_sep1 0.74865
+R<GLY>A<C> R<LEU>A<CD1> central_sep2 -0.362174
+R<GLY>A<C> R<LEU>A<CD1> sep1 0.875971
+R<GLY>A<C> R<LEU>A<CD1> sep2 -0.544831
+R<GLY>A<C> R<LEU>A<CD2> central_sep1 0.945874
+R<GLY>A<C> R<LEU>A<CD2> central_sep2 -0.283573
+R<GLY>A<C> R<LEU>A<CD2> sep1 0.207442
+R<GLY>A<C> R<LEU>A<CD2> sep2 -0.452861
+R<GLY>A<C> R<LEU>A<CG> central_sep1 0.239796
+R<GLY>A<C> R<LEU>A<CG> central_sep2 0.365789
+R<GLY>A<C> R<LEU>A<CG> sep1 -1.05001
+R<GLY>A<C> R<LEU>A<CG> sep2 -0.233758
+R<GLY>A<C> R<LEU>A<N> central_sep1 0.00736282
+R<GLY>A<C> R<LEU>A<N> central_sep2 1.90945
+R<GLY>A<C> R<LEU>A<N> sep1 -1.35997
+R<GLY>A<C> R<LEU>A<N> sep2 0.888657
+R<GLY>A<C> R<LEU>A<O> central_sep1 -0.0757927
+R<GLY>A<C> R<LEU>A<O> central_sep2 1.58519
+R<GLY>A<C> R<LEU>A<O> sep1 -1.49273
+R<GLY>A<C> R<LEU>A<O> sep2 0.482738
+R<GLY>A<C> R<LYS>A<C> central_sep1 4.02815
+R<GLY>A<C> R<LYS>A<C> central_sep2 3.00643
+R<GLY>A<C> R<LYS>A<C> sep1 -1.96164
+R<GLY>A<C> R<LYS>A<C> sep2 1.58309
+R<GLY>A<C> R<LYS>A<CA> central_sep1 2.23111
+R<GLY>A<C> R<LYS>A<CA> central_sep2 1.50308
+R<GLY>A<C> R<LYS>A<CA> sep1 -2.4804
+R<GLY>A<C> R<LYS>A<CA> sep2 0.432757
+R<GLY>A<C> R<LYS>A<CB> central_sep1 1.08132
+R<GLY>A<C> R<LYS>A<CB> central_sep2 0.64433
+R<GLY>A<C> R<LYS>A<CB> sep1 0.0131012
+R<GLY>A<C> R<LYS>A<CB> sep2 -0.00109775
+R<GLY>A<C> R<LYS>A<CD> central_sep1 1.02978
+R<GLY>A<C> R<LYS>A<CD> central_sep2 0.448185
+R<GLY>A<C> R<LYS>A<CD> sep1 0.0170918
+R<GLY>A<C> R<LYS>A<CD> sep2 -0.282057
+R<GLY>A<C> R<LYS>A<CE> central_sep1 1.54161
+R<GLY>A<C> R<LYS>A<CE> central_sep2 0.881499
+R<GLY>A<C> R<LYS>A<CE> sep1 0.970258
+R<GLY>A<C> R<LYS>A<CE> sep2 -0.0744719
+R<GLY>A<C> R<LYS>A<CG> central_sep1 0.203059
+R<GLY>A<C> R<LYS>A<CG> central_sep2 0.416969
+R<GLY>A<C> R<LYS>A<CG> sep1 -1.21153
+R<GLY>A<C> R<LYS>A<CG> sep2 -0.217017
+R<GLY>A<C> R<LYS>A<N> central_sep1 0.0851033
+R<GLY>A<C> R<LYS>A<N> central_sep2 1.83512
+R<GLY>A<C> R<LYS>A<N> sep1 -1.1223
+R<GLY>A<C> R<LYS>A<N> sep2 0.884031
+R<GLY>A<C> R<LYS>A<NZ> central_sep1 2.1905
+R<GLY>A<C> R<LYS>A<NZ> central_sep2 1.60245
+R<GLY>A<C> R<LYS>A<NZ> sep1 1.71367
+R<GLY>A<C> R<LYS>A<NZ> sep2 -0.0472997
+R<GLY>A<C> R<LYS>A<O> central_sep1 0.363941
+R<GLY>A<C> R<LYS>A<O> central_sep2 1.941
+R<GLY>A<C> R<LYS>A<O> sep1 -1.40245
+R<GLY>A<C> R<LYS>A<O> sep2 0.732737
+R<GLY>A<C> R<MET>A<C> central_sep1 3.2213
+R<GLY>A<C> R<MET>A<C> central_sep2 2.25438
+R<GLY>A<C> R<MET>A<C> sep1 -2.03524
+R<GLY>A<C> R<MET>A<C> sep2 1.14329
+R<GLY>A<C> R<MET>A<CA> central_sep1 2.64082
+R<GLY>A<C> R<MET>A<CA> central_sep2 1.30421
+R<GLY>A<C> R<MET>A<CA> sep1 -2.40759
+R<GLY>A<C> R<MET>A<CA> sep2 0.255302
+R<GLY>A<C> R<MET>A<CB> central_sep1 1.13615
+R<GLY>A<C> R<MET>A<CB> central_sep2 0.417987
+R<GLY>A<C> R<MET>A<CB> sep1 0.0100757
+R<GLY>A<C> R<MET>A<CB> sep2 -0.284144
+R<GLY>A<C> R<MET>A<CE> central_sep1 0.381421
+R<GLY>A<C> R<MET>A<CE> central_sep2 -0.47397
+R<GLY>A<C> R<MET>A<CE> sep1 1.25164
+R<GLY>A<C> R<MET>A<CE> sep2 -0.694039
+R<GLY>A<C> R<MET>A<CG> central_sep1 0.124418
+R<GLY>A<C> R<MET>A<CG> central_sep2 -0.00148076
+R<GLY>A<C> R<MET>A<CG> sep1 -0.64002
+R<GLY>A<C> R<MET>A<CG> sep2 -0.582606
+R<GLY>A<C> R<MET>A<N> central_sep1 -0.0079141
+R<GLY>A<C> R<MET>A<N> central_sep2 1.73603
+R<GLY>A<C> R<MET>A<N> sep1 -1.30475
+R<GLY>A<C> R<MET>A<N> sep2 0.875883
+R<GLY>A<C> R<MET>A<O> central_sep1 0.0212218
+R<GLY>A<C> R<MET>A<O> central_sep2 1.40163
+R<GLY>A<C> R<MET>A<O> sep1 -1.4869
+R<GLY>A<C> R<MET>A<O> sep2 0.217132
+R<GLY>A<C> R<MET>A<SD> central_sep1 0.550328
+R<GLY>A<C> R<MET>A<SD> central_sep2 -0.461756
+R<GLY>A<C> R<MET>A<SD> sep1 0.679749
+R<GLY>A<C> R<MET>A<SD> sep2 -0.691926
+R<GLY>A<C> R<PHE>A<C> central_sep1 3.00219
+R<GLY>A<C> R<PHE>A<C> central_sep2 1.85772
+R<GLY>A<C> R<PHE>A<C> sep1 -2.15246
+R<GLY>A<C> R<PHE>A<C> sep2 0.8677
+R<GLY>A<C> R<PHE>A<CA> central_sep1 2.08241
+R<GLY>A<C> R<PHE>A<CA> central_sep2 1.14913
+R<GLY>A<C> R<PHE>A<CA> sep1 -2.42487
+R<GLY>A<C> R<PHE>A<CA> sep2 0.259011
+R<GLY>A<C> R<PHE>A<CB> central_sep1 0.734065
+R<GLY>A<C> R<PHE>A<CB> central_sep2 0.0897905
+R<GLY>A<C> R<PHE>A<CB> sep1 -0.091423
+R<GLY>A<C> R<PHE>A<CB> sep2 -0.444126
+R<GLY>A<C> R<PHE>A<CD1> central_sep1 -0.560389
+R<GLY>A<C> R<PHE>A<CD1> central_sep2 -0.43566
+R<GLY>A<C> R<PHE>A<CD1> sep1 -0.524652
+R<GLY>A<C> R<PHE>A<CD1> sep2 -0.678577
+R<GLY>A<C> R<PHE>A<CE1> central_sep1 0.269725
+R<GLY>A<C> R<PHE>A<CE1> central_sep2 -0.49807
+R<GLY>A<C> R<PHE>A<CE1> sep1 1.13177
+R<GLY>A<C> R<PHE>A<CE1> sep2 -0.819171
+R<GLY>A<C> R<PHE>A<CG> central_sep1 0.422913
+R<GLY>A<C> R<PHE>A<CG> central_sep2 0.11547
+R<GLY>A<C> R<PHE>A<CG> sep1 -1.40888
+R<GLY>A<C> R<PHE>A<CG> sep2 -0.67689
+R<GLY>A<C> R<PHE>A<CZ> central_sep1 0.864266
+R<GLY>A<C> R<PHE>A<CZ> central_sep2 -0.550156
+R<GLY>A<C> R<PHE>A<CZ> sep1 1.87767
+R<GLY>A<C> R<PHE>A<CZ> sep2 -0.813471
+R<GLY>A<C> R<PHE>A<N> central_sep1 -0.154929
+R<GLY>A<C> R<PHE>A<N> central_sep2 1.78513
+R<GLY>A<C> R<PHE>A<N> sep1 -1.35082
+R<GLY>A<C> R<PHE>A<N> sep2 0.696111
+R<GLY>A<C> R<PHE>A<O> central_sep1 -0.136112
+R<GLY>A<C> R<PHE>A<O> central_sep2 1.263
+R<GLY>A<C> R<PHE>A<O> sep1 -1.53471
+R<GLY>A<C> R<PHE>A<O> sep2 0.212542
+R<GLY>A<C> R<PRO>A<C> central_sep1 1.91088
+R<GLY>A<C> R<PRO>A<C> central_sep2 2.65257
+R<GLY>A<C> R<PRO>A<C> sep1 -1.53164
+R<GLY>A<C> R<PRO>A<C> sep2 1.35114
+R<GLY>A<C> R<PRO>A<CA> central_sep1 1.70487
+R<GLY>A<C> R<PRO>A<CA> central_sep2 0.693946
+R<GLY>A<C> R<PRO>A<CA> sep1 -1.85352
+R<GLY>A<C> R<PRO>A<CA> sep2 -0.1866
+R<GLY>A<C> R<PRO>A<CB> central_sep1 1.28126
+R<GLY>A<C> R<PRO>A<CB> central_sep2 -0.00544103
+R<GLY>A<C> R<PRO>A<CB> sep1 2.01827
+R<GLY>A<C> R<PRO>A<CB> sep2 -0.386162
+R<GLY>A<C> R<PRO>A<CD> central_sep1 0.310622
+R<GLY>A<C> R<PRO>A<CD> central_sep2 0.412967
+R<GLY>A<C> R<PRO>A<CD> sep1 -0.529242
+R<GLY>A<C> R<PRO>A<CD> sep2 -0.260688
+R<GLY>A<C> R<PRO>A<CG> central_sep1 1.84185
+R<GLY>A<C> R<PRO>A<CG> central_sep2 -0.093891
+R<GLY>A<C> R<PRO>A<CG> sep1 2.2908
+R<GLY>A<C> R<PRO>A<CG> sep2 -0.536519
+R<GLY>A<C> R<PRO>A<N> central_sep1 1.41161
+R<GLY>A<C> R<PRO>A<N> central_sep2 1.7378
+R<GLY>A<C> R<PRO>A<N> sep1 -0.728254
+R<GLY>A<C> R<PRO>A<N> sep2 0.892313
+R<GLY>A<C> R<PRO>A<O> central_sep1 0.29337
+R<GLY>A<C> R<PRO>A<O> central_sep2 1.48871
+R<GLY>A<C> R<PRO>A<O> sep1 -1.59978
+R<GLY>A<C> R<PRO>A<O> sep2 0.441849
+R<GLY>A<C> R<SER>A<C> central_sep1 3.20694
+R<GLY>A<C> R<SER>A<C> central_sep2 1.87934
+R<GLY>A<C> R<SER>A<C> sep1 -1.78154
+R<GLY>A<C> R<SER>A<C> sep2 0.754659
+R<GLY>A<C> R<SER>A<CA> central_sep1 2.27218
+R<GLY>A<C> R<SER>A<CA> central_sep2 0.799226
+R<GLY>A<C> R<SER>A<CA> sep1 -2.34501
+R<GLY>A<C> R<SER>A<CA> sep2 -0.150368
+R<GLY>A<C> R<SER>A<CB> central_sep1 1.33204
+R<GLY>A<C> R<SER>A<CB> central_sep2 0.325642
+R<GLY>A<C> R<SER>A<CB> sep1 -0.35268
+R<GLY>A<C> R<SER>A<CB> sep2 -0.522864
+R<GLY>A<C> R<SER>A<N> central_sep1 -0.138919
+R<GLY>A<C> R<SER>A<N> central_sep2 1.47202
+R<GLY>A<C> R<SER>A<N> sep1 -1.30002
+R<GLY>A<C> R<SER>A<N> sep2 0.412632
+R<GLY>A<C> R<SER>A<O> central_sep1 0.114036
+R<GLY>A<C> R<SER>A<O> central_sep2 1.27779
+R<GLY>A<C> R<SER>A<O> sep1 -1.60031
+R<GLY>A<C> R<SER>A<O> sep2 0.236693
+R<GLY>A<C> R<SER>A<OG> central_sep1 1.10041
+R<GLY>A<C> R<SER>A<OG> central_sep2 0.434569
+R<GLY>A<C> R<SER>A<OG> sep1 -0.0470308
+R<GLY>A<C> R<SER>A<OG> sep2 -0.43972
+R<GLY>A<C> R<THR>A<C> central_sep1 3.34875
+R<GLY>A<C> R<THR>A<C> central_sep2 2.3151
+R<GLY>A<C> R<THR>A<C> sep1 -1.97069
+R<GLY>A<C> R<THR>A<C> sep2 0.925801
+R<GLY>A<C> R<THR>A<CA> central_sep1 2.48501
+R<GLY>A<C> R<THR>A<CA> central_sep2 1.31182
+R<GLY>A<C> R<THR>A<CA> sep1 -2.47154
+R<GLY>A<C> R<THR>A<CA> sep2 0.185216
+R<GLY>A<C> R<THR>A<CB> central_sep1 0.462407
+R<GLY>A<C> R<THR>A<CB> central_sep2 0.332662
+R<GLY>A<C> R<THR>A<CB> sep1 0.0199245
+R<GLY>A<C> R<THR>A<CB> sep2 -0.609499
+R<GLY>A<C> R<THR>A<CG2> central_sep1 0.275041
+R<GLY>A<C> R<THR>A<CG2> central_sep2 -0.105127
+R<GLY>A<C> R<THR>A<CG2> sep1 -0.569018
+R<GLY>A<C> R<THR>A<CG2> sep2 -0.592965
+R<GLY>A<C> R<THR>A<N> central_sep1 -0.118505
+R<GLY>A<C> R<THR>A<N> central_sep2 1.94081
+R<GLY>A<C> R<THR>A<N> sep1 -1.40556
+R<GLY>A<C> R<THR>A<N> sep2 0.457171
+R<GLY>A<C> R<THR>A<O> central_sep1 0.0354371
+R<GLY>A<C> R<THR>A<O> central_sep2 1.30689
+R<GLY>A<C> R<THR>A<O> sep1 -1.57711
+R<GLY>A<C> R<THR>A<O> sep2 0.326052
+R<GLY>A<C> R<THR>A<OG1> central_sep1 0.907058
+R<GLY>A<C> R<THR>A<OG1> central_sep2 0.27498
+R<GLY>A<C> R<THR>A<OG1> sep1 -0.481297
+R<GLY>A<C> R<THR>A<OG1> sep2 -0.500026
+R<GLY>A<C> R<TRP>A<C> central_sep1 3.04008
+R<GLY>A<C> R<TRP>A<C> central_sep2 2.33952
+R<GLY>A<C> R<TRP>A<C> sep1 -2.19601
+R<GLY>A<C> R<TRP>A<C> sep2 1.32561
+R<GLY>A<C> R<TRP>A<CA> central_sep1 2.38138
+R<GLY>A<C> R<TRP>A<CA> central_sep2 1.49015
+R<GLY>A<C> R<TRP>A<CA> sep1 -2.49735
+R<GLY>A<C> R<TRP>A<CA> sep2 0.222176
+R<GLY>A<C> R<TRP>A<CB> central_sep1 1.1263
+R<GLY>A<C> R<TRP>A<CB> central_sep2 0.0285226
+R<GLY>A<C> R<TRP>A<CB> sep1 -0.0147495
+R<GLY>A<C> R<TRP>A<CB> sep2 -0.480019
+R<GLY>A<C> R<TRP>A<CD1> central_sep1 -0.797531
+R<GLY>A<C> R<TRP>A<CD1> central_sep2 -0.449956
+R<GLY>A<C> R<TRP>A<CD1> sep1 -0.827565
+R<GLY>A<C> R<TRP>A<CD1> sep2 -0.791555
+R<GLY>A<C> R<TRP>A<CD2> central_sep1 -0.363151
+R<GLY>A<C> R<TRP>A<CD2> central_sep2 -0.312216
+R<GLY>A<C> R<TRP>A<CD2> sep1 -0.176011
+R<GLY>A<C> R<TRP>A<CD2> sep2 -0.490373
+R<GLY>A<C> R<TRP>A<CE2> central_sep1 0.338493
+R<GLY>A<C> R<TRP>A<CE2> central_sep2 -0.65918
+R<GLY>A<C> R<TRP>A<CE2> sep1 0.579181
+R<GLY>A<C> R<TRP>A<CE2> sep2 -0.802201
+R<GLY>A<C> R<TRP>A<CE3> central_sep1 -0.471198
+R<GLY>A<C> R<TRP>A<CE3> central_sep2 -0.739903
+R<GLY>A<C> R<TRP>A<CE3> sep1 0.4314
+R<GLY>A<C> R<TRP>A<CE3> sep2 -0.514094
+R<GLY>A<C> R<TRP>A<CG> central_sep1 0.834726
+R<GLY>A<C> R<TRP>A<CG> central_sep2 -0.22226
+R<GLY>A<C> R<TRP>A<CG> sep1 -0.935251
+R<GLY>A<C> R<TRP>A<CG> sep2 -0.81456
+R<GLY>A<C> R<TRP>A<CH2> central_sep1 1.33257
+R<GLY>A<C> R<TRP>A<CH2> central_sep2 -0.604703
+R<GLY>A<C> R<TRP>A<CH2> sep1 2.06103
+R<GLY>A<C> R<TRP>A<CH2> sep2 -0.974339
+R<GLY>A<C> R<TRP>A<CZ2> central_sep1 0.620669
+R<GLY>A<C> R<TRP>A<CZ2> central_sep2 -0.674954
+R<GLY>A<C> R<TRP>A<CZ2> sep1 2.05167
+R<GLY>A<C> R<TRP>A<CZ2> sep2 -1.00934
+R<GLY>A<C> R<TRP>A<CZ3> central_sep1 0.514051
+R<GLY>A<C> R<TRP>A<CZ3> central_sep2 -0.623517
+R<GLY>A<C> R<TRP>A<CZ3> sep1 1.41352
+R<GLY>A<C> R<TRP>A<CZ3> sep2 -0.9343
+R<GLY>A<C> R<TRP>A<N> central_sep1 -0.223489
+R<GLY>A<C> R<TRP>A<N> central_sep2 1.99986
+R<GLY>A<C> R<TRP>A<N> sep1 -1.31096
+R<GLY>A<C> R<TRP>A<N> sep2 0.874747
+R<GLY>A<C> R<TRP>A<NE1> central_sep1 0.360529
+R<GLY>A<C> R<TRP>A<NE1> central_sep2 -0.337651
+R<GLY>A<C> R<TRP>A<NE1> sep1 0.599299
+R<GLY>A<C> R<TRP>A<NE1> sep2 -0.966842
+R<GLY>A<C> R<TRP>A<O> central_sep1 -0.0593716
+R<GLY>A<C> R<TRP>A<O> central_sep2 1.46734
+R<GLY>A<C> R<TRP>A<O> sep1 -1.5361
+R<GLY>A<C> R<TRP>A<O> sep2 0.485279
+R<GLY>A<C> R<TYR>A<C> central_sep1 3.10012
+R<GLY>A<C> R<TYR>A<C> central_sep2 2.00999
+R<GLY>A<C> R<TYR>A<C> sep1 -2.15641
+R<GLY>A<C> R<TYR>A<C> sep2 1.24609
+R<GLY>A<C> R<TYR>A<CA> central_sep1 2.02811
+R<GLY>A<C> R<TYR>A<CA> central_sep2 1.12686
+R<GLY>A<C> R<TYR>A<CA> sep1 -2.46635
+R<GLY>A<C> R<TYR>A<CA> sep2 0.208977
+R<GLY>A<C> R<TYR>A<CB> central_sep1 0.783419
+R<GLY>A<C> R<TYR>A<CB> central_sep2 0.0429553
+R<GLY>A<C> R<TYR>A<CB> sep1 -0.0785399
+R<GLY>A<C> R<TYR>A<CB> sep2 -0.420654
+R<GLY>A<C> R<TYR>A<CD1> central_sep1 -0.636729
+R<GLY>A<C> R<TYR>A<CD1> central_sep2 -0.521999
+R<GLY>A<C> R<TYR>A<CD1> sep1 -0.617142
+R<GLY>A<C> R<TYR>A<CD1> sep2 -0.704392
+R<GLY>A<C> R<TYR>A<CE1> central_sep1 -0.0901979
+R<GLY>A<C> R<TYR>A<CE1> central_sep2 -0.439181
+R<GLY>A<C> R<TYR>A<CE1> sep1 0.860195
+R<GLY>A<C> R<TYR>A<CE1> sep2 -0.764156
+R<GLY>A<C> R<TYR>A<CG> central_sep1 0.581554
+R<GLY>A<C> R<TYR>A<CG> central_sep2 -0.151313
+R<GLY>A<C> R<TYR>A<CG> sep1 -1.50593
+R<GLY>A<C> R<TYR>A<CG> sep2 -0.70678
+R<GLY>A<C> R<TYR>A<CZ> central_sep1 0.293422
+R<GLY>A<C> R<TYR>A<CZ> central_sep2 -0.403488
+R<GLY>A<C> R<TYR>A<CZ> sep1 0.920145
+R<GLY>A<C> R<TYR>A<CZ> sep2 -0.760335
+R<GLY>A<C> R<TYR>A<N> central_sep1 -0.0941287
+R<GLY>A<C> R<TYR>A<N> central_sep2 1.71621
+R<GLY>A<C> R<TYR>A<N> sep1 -1.36794
+R<GLY>A<C> R<TYR>A<N> sep2 0.762705
+R<GLY>A<C> R<TYR>A<O> central_sep1 -0.183348
+R<GLY>A<C> R<TYR>A<O> central_sep2 1.30593
+R<GLY>A<C> R<TYR>A<O> sep1 -1.51204
+R<GLY>A<C> R<TYR>A<O> sep2 0.354739
+R<GLY>A<C> R<TYR>A<OH> central_sep1 1.47629
+R<GLY>A<C> R<TYR>A<OH> central_sep2 0.00491748
+R<GLY>A<C> R<TYR>A<OH> sep1 2.39706
+R<GLY>A<C> R<TYR>A<OH> sep2 -0.696612
+R<GLY>A<C> R<VAL>A<C> central_sep1 3.66199
+R<GLY>A<C> R<VAL>A<C> central_sep2 3.12382
+R<GLY>A<C> R<VAL>A<C> sep1 -2.37017
+R<GLY>A<C> R<VAL>A<C> sep2 1.56367
+R<GLY>A<C> R<VAL>A<CA> central_sep1 2.23771
+R<GLY>A<C> R<VAL>A<CA> central_sep2 1.62522
+R<GLY>A<C> R<VAL>A<CA> sep1 -2.47119
+R<GLY>A<C> R<VAL>A<CA> sep2 0.30595
+R<GLY>A<C> R<VAL>A<CB> central_sep1 0.786841
+R<GLY>A<C> R<VAL>A<CB> central_sep2 0.0231039
+R<GLY>A<C> R<VAL>A<CB> sep1 0.238411
+R<GLY>A<C> R<VAL>A<CB> sep2 -0.854293
+R<GLY>A<C> R<VAL>A<CG1> central_sep1 0.0828621
+R<GLY>A<C> R<VAL>A<CG1> central_sep2 -0.302496
+R<GLY>A<C> R<VAL>A<CG1> sep1 -0.0310485
+R<GLY>A<C> R<VAL>A<CG1> sep2 -0.697968
+R<GLY>A<C> R<VAL>A<CG2> central_sep1 0.537295
+R<GLY>A<C> R<VAL>A<CG2> central_sep2 -0.251421
+R<GLY>A<C> R<VAL>A<CG2> sep1 -0.627245
+R<GLY>A<C> R<VAL>A<CG2> sep2 -0.600061
+R<GLY>A<C> R<VAL>A<N> central_sep1 0.27916
+R<GLY>A<C> R<VAL>A<N> central_sep2 1.73668
+R<GLY>A<C> R<VAL>A<N> sep1 -1.22217
+R<GLY>A<C> R<VAL>A<N> sep2 0.546238
+R<GLY>A<C> R<VAL>A<O> central_sep1 -0.0116441
+R<GLY>A<C> R<VAL>A<O> central_sep2 1.44446
+R<GLY>A<C> R<VAL>A<O> sep1 -1.22909
+R<GLY>A<C> R<VAL>A<O> sep2 0.259086
+R<GLY>A<C> c<solvent> . 1.11007
+R<GLY>A<CA> R<GLY>A<CA> central_sep1 1.45793
+R<GLY>A<CA> R<GLY>A<CA> central_sep2 -0.433677
+R<GLY>A<CA> R<GLY>A<CA> sep1 2.29172
+R<GLY>A<CA> R<GLY>A<CA> sep2 -0.13393
+R<GLY>A<CA> R<GLY>A<N> central_sep1 1.86563
+R<GLY>A<CA> R<GLY>A<N> central_sep2 0.23134
+R<GLY>A<CA> R<GLY>A<N> sep1 -1.38083
+R<GLY>A<CA> R<GLY>A<N> sep2 -0.0515572
+R<GLY>A<CA> R<GLY>A<O> central_sep1 0.513014
+R<GLY>A<CA> R<GLY>A<O> central_sep2 -0.614631
+R<GLY>A<CA> R<GLY>A<O> sep1 -1.2662
+R<GLY>A<CA> R<GLY>A<O> sep2 -0.00597487
+R<GLY>A<CA> R<HIS>A<C> central_sep1 2.86384
+R<GLY>A<CA> R<HIS>A<C> central_sep2 0.872082
+R<GLY>A<CA> R<HIS>A<C> sep1 -1.839
+R<GLY>A<CA> R<HIS>A<C> sep2 -0.154608
+R<GLY>A<CA> R<HIS>A<CA> central_sep1 1.87013
+R<GLY>A<CA> R<HIS>A<CA> central_sep2 0.38368
+R<GLY>A<CA> R<HIS>A<CA> sep1 1.8269
+R<GLY>A<CA> R<HIS>A<CA> sep2 0.380971
+R<GLY>A<CA> R<HIS>A<CB> central_sep1 0.660054
+R<GLY>A<CA> R<HIS>A<CB> central_sep2 -0.256162
+R<GLY>A<CA> R<HIS>A<CB> sep1 2.0625
+R<GLY>A<CA> R<HIS>A<CB> sep2 0.0166153
+R<GLY>A<CA> R<HIS>A<CD2> central_sep1 0.761995
+R<GLY>A<CA> R<HIS>A<CD2> central_sep2 -0.339724
+R<GLY>A<CA> R<HIS>A<CD2> sep1 0.577133
+R<GLY>A<CA> R<HIS>A<CD2> sep2 -0.123761
+R<GLY>A<CA> R<HIS>A<CE1> central_sep1 0.444482
+R<GLY>A<CA> R<HIS>A<CE1> central_sep2 -0.449816
+R<GLY>A<CA> R<HIS>A<CE1> sep1 1.16457
+R<GLY>A<CA> R<HIS>A<CE1> sep2 -0.312731
+R<GLY>A<CA> R<HIS>A<CG> central_sep1 1.66434
+R<GLY>A<CA> R<HIS>A<CG> central_sep2 -0.596104
+R<GLY>A<CA> R<HIS>A<CG> sep1 1.5462
+R<GLY>A<CA> R<HIS>A<CG> sep2 -1.15412
+R<GLY>A<CA> R<HIS>A<N> central_sep1 2.32967
+R<GLY>A<CA> R<HIS>A<N> central_sep2 0.8997
+R<GLY>A<CA> R<HIS>A<N> sep1 -1.49799
+R<GLY>A<CA> R<HIS>A<N> sep2 0.753255
+R<GLY>A<CA> R<HIS>A<ND1> central_sep1 0.887436
+R<GLY>A<CA> R<HIS>A<ND1> central_sep2 -0.179115
+R<GLY>A<CA> R<HIS>A<ND1> sep1 0.478425
+R<GLY>A<CA> R<HIS>A<ND1> sep2 -0.619398
+R<GLY>A<CA> R<HIS>A<NE2> central_sep1 0.71907
+R<GLY>A<CA> R<HIS>A<NE2> central_sep2 -0.224653
+R<GLY>A<CA> R<HIS>A<NE2> sep1 1.13132
+R<GLY>A<CA> R<HIS>A<NE2> sep2 -0.634051
+R<GLY>A<CA> R<HIS>A<O> central_sep1 0.551226
+R<GLY>A<CA> R<HIS>A<O> central_sep2 -0.485727
+R<GLY>A<CA> R<HIS>A<O> sep1 -1.46838
+R<GLY>A<CA> R<HIS>A<O> sep2 0.457887
+R<GLY>A<CA> R<ILE>A<C> central_sep1 3.41614
+R<GLY>A<CA> R<ILE>A<C> central_sep2 1.74738
+R<GLY>A<CA> R<ILE>A<C> sep1 -1.86134
+R<GLY>A<CA> R<ILE>A<C> sep2 0.2276
+R<GLY>A<CA> R<ILE>A<CA> central_sep1 2.02895
+R<GLY>A<CA> R<ILE>A<CA> central_sep2 0.394769
+R<GLY>A<CA> R<ILE>A<CA> sep1 2.03499
+R<GLY>A<CA> R<ILE>A<CA> sep2 0.700079
+R<GLY>A<CA> R<ILE>A<CB> central_sep1 0.21209
+R<GLY>A<CA> R<ILE>A<CB> central_sep2 -0.215141
+R<GLY>A<CA> R<ILE>A<CB> sep1 2.10893
+R<GLY>A<CA> R<ILE>A<CB> sep2 -0.0551388
+R<GLY>A<CA> R<ILE>A<CD1> central_sep1 0.81795
+R<GLY>A<CA> R<ILE>A<CD1> central_sep2 -0.607172
+R<GLY>A<CA> R<ILE>A<CD1> sep1 2.20415
+R<GLY>A<CA> R<ILE>A<CD1> sep2 0.33258
+R<GLY>A<CA> R<ILE>A<CG1> central_sep1 0.947457
+R<GLY>A<CA> R<ILE>A<CG1> central_sep2 -0.376524
+R<GLY>A<CA> R<ILE>A<CG1> sep1 1.44007
+R<GLY>A<CA> R<ILE>A<CG1> sep2 0.0224576
+R<GLY>A<CA> R<ILE>A<CG2> central_sep1 0.582788
+R<GLY>A<CA> R<ILE>A<CG2> central_sep2 -0.579058
+R<GLY>A<CA> R<ILE>A<CG2> sep1 1.24391
+R<GLY>A<CA> R<ILE>A<CG2> sep2 0.612631
+R<GLY>A<CA> R<ILE>A<N> central_sep1 3.09602
+R<GLY>A<CA> R<ILE>A<N> central_sep2 1.29631
+R<GLY>A<CA> R<ILE>A<N> sep1 -1.59541
+R<GLY>A<CA> R<ILE>A<N> sep2 0.905355
+R<GLY>A<CA> R<ILE>A<O> central_sep1 0.39874
+R<GLY>A<CA> R<ILE>A<O> central_sep2 -0.340025
+R<GLY>A<CA> R<ILE>A<O> sep1 -1.35248
+R<GLY>A<CA> R<ILE>A<O> sep2 0.196894
+R<GLY>A<CA> R<LEU>A<C> central_sep1 3.18452
+R<GLY>A<CA> R<LEU>A<C> central_sep2 1.31714
+R<GLY>A<CA> R<LEU>A<C> sep1 -1.69062
+R<GLY>A<CA> R<LEU>A<C> sep2 0.0146137
+R<GLY>A<CA> R<LEU>A<CA> central_sep1 1.76817
+R<GLY>A<CA> R<LEU>A<CA> central_sep2 0.516488
+R<GLY>A<CA> R<LEU>A<CA> sep1 1.79142
+R<GLY>A<CA> R<LEU>A<CA> sep2 0.705933
+R<GLY>A<CA> R<LEU>A<CB> central_sep1 0.206605
+R<GLY>A<CA> R<LEU>A<CB> central_sep2 -0.232418
+R<GLY>A<CA> R<LEU>A<CB> sep1 1.98308
+R<GLY>A<CA> R<LEU>A<CB> sep2 0.349079
+R<GLY>A<CA> R<LEU>A<CD1> central_sep1 0.688745
+R<GLY>A<CA> R<LEU>A<CD1> central_sep2 -0.595061
+R<GLY>A<CA> R<LEU>A<CD1> sep1 2.17258
+R<GLY>A<CA> R<LEU>A<CD1> sep2 0.311016
+R<GLY>A<CA> R<LEU>A<CD2> central_sep1 1.31584
+R<GLY>A<CA> R<LEU>A<CD2> central_sep2 -0.576294
+R<GLY>A<CA> R<LEU>A<CD2> sep1 2.15339
+R<GLY>A<CA> R<LEU>A<CD2> sep2 0.363258
+R<GLY>A<CA> R<LEU>A<CG> central_sep1 0.704176
+R<GLY>A<CA> R<LEU>A<CG> central_sep2 0.0540669
+R<GLY>A<CA> R<LEU>A<CG> sep1 0.954962
+R<GLY>A<CA> R<LEU>A<CG> sep2 -0.134855
+R<GLY>A<CA> R<LEU>A<N> central_sep1 2.98758
+R<GLY>A<CA> R<LEU>A<N> central_sep2 1.19172
+R<GLY>A<CA> R<LEU>A<N> sep1 -1.33763
+R<GLY>A<CA> R<LEU>A<N> sep2 0.985171
+R<GLY>A<CA> R<LEU>A<O> central_sep1 0.622345
+R<GLY>A<CA> R<LEU>A<O> central_sep2 -0.236731
+R<GLY>A<CA> R<LEU>A<O> sep1 -1.35446
+R<GLY>A<CA> R<LEU>A<O> sep2 0.445791
+R<GLY>A<CA> R<LYS>A<C> central_sep1 3.18543
+R<GLY>A<CA> R<LYS>A<C> central_sep2 1.19307
+R<GLY>A<CA> R<LYS>A<C> sep1 -1.73431
+R<GLY>A<CA> R<LYS>A<C> sep2 0.168386
+R<GLY>A<CA> R<LYS>A<CA> central_sep1 1.94831
+R<GLY>A<CA> R<LYS>A<CA> central_sep2 0.656232
+R<GLY>A<CA> R<LYS>A<CA> sep1 1.41049
+R<GLY>A<CA> R<LYS>A<CA> sep2 0.737024
+R<GLY>A<CA> R<LYS>A<CB> central_sep1 0.558775
+R<GLY>A<CA> R<LYS>A<CB> central_sep2 0.0594534
+R<GLY>A<CA> R<LYS>A<CB> sep1 1.96293
+R<GLY>A<CA> R<LYS>A<CB> sep2 0.505792
+R<GLY>A<CA> R<LYS>A<CD> central_sep1 0.848865
+R<GLY>A<CA> R<LYS>A<CD> central_sep2 0.0969684
+R<GLY>A<CA> R<LYS>A<CD> sep1 1.43312
+R<GLY>A<CA> R<LYS>A<CD> sep2 0.190135
+R<GLY>A<CA> R<LYS>A<CE> central_sep1 0.969176
+R<GLY>A<CA> R<LYS>A<CE> central_sep2 0.16722
+R<GLY>A<CA> R<LYS>A<CE> sep1 1.75206
+R<GLY>A<CA> R<LYS>A<CE> sep2 0.0811485
+R<GLY>A<CA> R<LYS>A<CG> central_sep1 1.09554
+R<GLY>A<CA> R<LYS>A<CG> central_sep2 0.0712221
+R<GLY>A<CA> R<LYS>A<CG> sep1 0.695689
+R<GLY>A<CA> R<LYS>A<CG> sep2 0.427777
+R<GLY>A<CA> R<LYS>A<N> central_sep1 2.8359
+R<GLY>A<CA> R<LYS>A<N> central_sep2 1.21529
+R<GLY>A<CA> R<LYS>A<N> sep1 -1.5611
+R<GLY>A<CA> R<LYS>A<N> sep2 0.990153
+R<GLY>A<CA> R<LYS>A<NZ> central_sep1 1.55725
+R<GLY>A<CA> R<LYS>A<NZ> central_sep2 0.457993
+R<GLY>A<CA> R<LYS>A<NZ> sep1 1.9856
+R<GLY>A<CA> R<LYS>A<NZ> sep2 0.0501079
+R<GLY>A<CA> R<LYS>A<O> central_sep1 0.577301
+R<GLY>A<CA> R<LYS>A<O> central_sep2 0.014632
+R<GLY>A<CA> R<LYS>A<O> sep1 -1.45825
+R<GLY>A<CA> R<LYS>A<O> sep2 0.798566
+R<GLY>A<CA> R<MET>A<C> central_sep1 2.76579
+R<GLY>A<CA> R<MET>A<C> central_sep2 1.07898
+R<GLY>A<CA> R<MET>A<C> sep1 -1.68454
+R<GLY>A<CA> R<MET>A<C> sep2 -0.190499
+R<GLY>A<CA> R<MET>A<CA> central_sep1 1.63432
+R<GLY>A<CA> R<MET>A<CA> central_sep2 0.167199
+R<GLY>A<CA> R<MET>A<CA> sep1 1.85123
+R<GLY>A<CA> R<MET>A<CA> sep2 0.470008
+R<GLY>A<CA> R<MET>A<CB> central_sep1 0.361292
+R<GLY>A<CA> R<MET>A<CB> central_sep2 -0.353013
+R<GLY>A<CA> R<MET>A<CB> sep1 2.01136
+R<GLY>A<CA> R<MET>A<CB> sep2 0.0931535
+R<GLY>A<CA> R<MET>A<CE> central_sep1 0.720574
+R<GLY>A<CA> R<MET>A<CE> central_sep2 -0.676223
+R<GLY>A<CA> R<MET>A<CE> sep1 1.92833
+R<GLY>A<CA> R<MET>A<CE> sep2 -0.0866675
+R<GLY>A<CA> R<MET>A<CG> central_sep1 0.73984
+R<GLY>A<CA> R<MET>A<CG> central_sep2 -0.393903
+R<GLY>A<CA> R<MET>A<CG> sep1 1.39296
+R<GLY>A<CA> R<MET>A<CG> sep2 -0.0857382
+R<GLY>A<CA> R<MET>A<N> central_sep1 3.15421
+R<GLY>A<CA> R<MET>A<N> central_sep2 0.916839
+R<GLY>A<CA> R<MET>A<N> sep1 -1.35853
+R<GLY>A<CA> R<MET>A<N> sep2 0.689108
+R<GLY>A<CA> R<MET>A<O> central_sep1 0.544211
+R<GLY>A<CA> R<MET>A<O> central_sep2 -0.408587
+R<GLY>A<CA> R<MET>A<O> sep1 -1.33375
+R<GLY>A<CA> R<MET>A<O> sep2 0.454002
+R<GLY>A<CA> R<MET>A<SD> central_sep1 0.396805
+R<GLY>A<CA> R<MET>A<SD> central_sep2 -1.01932
+R<GLY>A<CA> R<MET>A<SD> sep1 2.07938
+R<GLY>A<CA> R<MET>A<SD> sep2 0.0830206
+R<GLY>A<CA> R<PHE>A<C> central_sep1 2.65613
+R<GLY>A<CA> R<PHE>A<C> central_sep2 0.966619
+R<GLY>A<CA> R<PHE>A<C> sep1 -1.80124
+R<GLY>A<CA> R<PHE>A<C> sep2 -0.115809
+R<GLY>A<CA> R<PHE>A<CA> central_sep1 1.67527
+R<GLY>A<CA> R<PHE>A<CA> central_sep2 0.262955
+R<GLY>A<CA> R<PHE>A<CA> sep1 2.25621
+R<GLY>A<CA> R<PHE>A<CA> sep2 0.565526
+R<GLY>A<CA> R<PHE>A<CB> central_sep1 0.428347
+R<GLY>A<CA> R<PHE>A<CB> central_sep2 -0.306708
+R<GLY>A<CA> R<PHE>A<CB> sep1 2.1646
+R<GLY>A<CA> R<PHE>A<CB> sep2 0.0932529
+R<GLY>A<CA> R<PHE>A<CD1> central_sep1 0.763461
+R<GLY>A<CA> R<PHE>A<CD1> central_sep2 -0.51581
+R<GLY>A<CA> R<PHE>A<CD1> sep1 0.541562
+R<GLY>A<CA> R<PHE>A<CD1> sep2 -0.494489
+R<GLY>A<CA> R<PHE>A<CE1> central_sep1 0.42843
+R<GLY>A<CA> R<PHE>A<CE1> central_sep2 -0.770432
+R<GLY>A<CA> R<PHE>A<CE1> sep1 1.2373
+R<GLY>A<CA> R<PHE>A<CE1> sep2 -0.589758
+R<GLY>A<CA> R<PHE>A<CG> central_sep1 1.84374
+R<GLY>A<CA> R<PHE>A<CG> central_sep2 -0.415493
+R<GLY>A<CA> R<PHE>A<CG> sep1 1.69198
+R<GLY>A<CA> R<PHE>A<CG> sep2 -1.63585
+R<GLY>A<CA> R<PHE>A<CZ> central_sep1 0.575521
+R<GLY>A<CA> R<PHE>A<CZ> central_sep2 -0.858451
+R<GLY>A<CA> R<PHE>A<CZ> sep1 1.47406
+R<GLY>A<CA> R<PHE>A<CZ> sep2 -0.602404
+R<GLY>A<CA> R<PHE>A<N> central_sep1 2.83902
+R<GLY>A<CA> R<PHE>A<N> central_sep2 0.876075
+R<GLY>A<CA> R<PHE>A<N> sep1 -1.54043
+R<GLY>A<CA> R<PHE>A<N> sep2 0.727321
+R<GLY>A<CA> R<PHE>A<O> central_sep1 0.563319
+R<GLY>A<CA> R<PHE>A<O> central_sep2 -0.537872
+R<GLY>A<CA> R<PHE>A<O> sep1 -1.3693
+R<GLY>A<CA> R<PHE>A<O> sep2 0.325438
+R<GLY>A<CA> R<PRO>A<C> central_sep1 1.73025
+R<GLY>A<CA> R<PRO>A<C> central_sep2 1.07268
+R<GLY>A<CA> R<PRO>A<C> sep1 -1.89636
+R<GLY>A<CA> R<PRO>A<C> sep2 -0.000410133
+R<GLY>A<CA> R<PRO>A<CA> central_sep1 0.398319
+R<GLY>A<CA> R<PRO>A<CA> central_sep2 -0.011694
+R<GLY>A<CA> R<PRO>A<CA> sep1 1.93301
+R<GLY>A<CA> R<PRO>A<CA> sep2 0.172103
+R<GLY>A<CA> R<PRO>A<CB> central_sep1 1.36285
+R<GLY>A<CA> R<PRO>A<CB> central_sep2 -0.383395
+R<GLY>A<CA> R<PRO>A<CB> sep1 2.27037
+R<GLY>A<CA> R<PRO>A<CB> sep2 -0.0141879
+R<GLY>A<CA> R<PRO>A<CD> central_sep1 -1.4352
+R<GLY>A<CA> R<PRO>A<CD> central_sep2 0.00369963
+R<GLY>A<CA> R<PRO>A<CD> sep1 1.80417
+R<GLY>A<CA> R<PRO>A<CD> sep2 0.277109
+R<GLY>A<CA> R<PRO>A<CG> central_sep1 1.68258
+R<GLY>A<CA> R<PRO>A<CG> central_sep2 -0.451713
+R<GLY>A<CA> R<PRO>A<CG> sep1 2.54837
+R<GLY>A<CA> R<PRO>A<CG> sep2 -0.208456
+R<GLY>A<CA> R<PRO>A<N> central_sep1 2.76098
+R<GLY>A<CA> R<PRO>A<N> central_sep2 0.685997
+R<GLY>A<CA> R<PRO>A<N> sep1 -0.291393
+R<GLY>A<CA> R<PRO>A<N> sep2 -0.375917
+R<GLY>A<CA> R<PRO>A<O> central_sep1 1.20067
+R<GLY>A<CA> R<PRO>A<O> central_sep2 -0.290593
+R<GLY>A<CA> R<PRO>A<O> sep1 -1.41576
+R<GLY>A<CA> R<PRO>A<O> sep2 0.583928
+R<GLY>A<CA> R<SER>A<C> central_sep1 2.63638
+R<GLY>A<CA> R<SER>A<C> central_sep2 0.748452
+R<GLY>A<CA> R<SER>A<C> sep1 -1.93843
+R<GLY>A<CA> R<SER>A<C> sep2 -0.18239
+R<GLY>A<CA> R<SER>A<CA> central_sep1 1.7189
+R<GLY>A<CA> R<SER>A<CA> central_sep2 0.0995554
+R<GLY>A<CA> R<SER>A<CA> sep1 2.04844
+R<GLY>A<CA> R<SER>A<CA> sep2 0.178461
+R<GLY>A<CA> R<SER>A<CB> central_sep1 0.858392
+R<GLY>A<CA> R<SER>A<CB> central_sep2 -0.253988
+R<GLY>A<CA> R<SER>A<CB> sep1 1.82874
+R<GLY>A<CA> R<SER>A<CB> sep2 0.0158191
+R<GLY>A<CA> R<SER>A<N> central_sep1 2.24737
+R<GLY>A<CA> R<SER>A<N> central_sep2 0.713045
+R<GLY>A<CA> R<SER>A<N> sep1 -1.65452
+R<GLY>A<CA> R<SER>A<N> sep2 0.571116
+R<GLY>A<CA> R<SER>A<O> central_sep1 0.633957
+R<GLY>A<CA> R<SER>A<O> central_sep2 -0.333119
+R<GLY>A<CA> R<SER>A<O> sep1 -1.5379
+R<GLY>A<CA> R<SER>A<O> sep2 0.483149
+R<GLY>A<CA> R<SER>A<OG> central_sep1 0.554993
+R<GLY>A<CA> R<SER>A<OG> central_sep2 -0.471643
+R<GLY>A<CA> R<SER>A<OG> sep1 0.641212
+R<GLY>A<CA> R<SER>A<OG> sep2 -0.031199
+R<GLY>A<CA> R<THR>A<C> central_sep1 2.82229
+R<GLY>A<CA> R<THR>A<C> central_sep2 0.844675
+R<GLY>A<CA> R<THR>A<C> sep1 -1.96011
+R<GLY>A<CA> R<THR>A<C> sep2 -0.158567
+R<GLY>A<CA> R<THR>A<CA> central_sep1 1.76568
+R<GLY>A<CA> R<THR>A<CA> central_sep2 0.210919
+R<GLY>A<CA> R<THR>A<CA> sep1 2.04712
+R<GLY>A<CA> R<THR>A<CA> sep2 0.223846
+R<GLY>A<CA> R<THR>A<CB> central_sep1 0.231968
+R<GLY>A<CA> R<THR>A<CB> central_sep2 -0.280297
+R<GLY>A<CA> R<THR>A<CB> sep1 1.59863
+R<GLY>A<CA> R<THR>A<CB> sep2 -0.364603
+R<GLY>A<CA> R<THR>A<CG2> central_sep1 0.803064
+R<GLY>A<CA> R<THR>A<CG2> central_sep2 -0.501493
+R<GLY>A<CA> R<THR>A<CG2> sep1 1.08537
+R<GLY>A<CA> R<THR>A<CG2> sep2 0.242093
+R<GLY>A<CA> R<THR>A<N> central_sep1 2.21048
+R<GLY>A<CA> R<THR>A<N> central_sep2 0.916363
+R<GLY>A<CA> R<THR>A<N> sep1 -1.75734
+R<GLY>A<CA> R<THR>A<N> sep2 0.673202
+R<GLY>A<CA> R<THR>A<O> central_sep1 0.663439
+R<GLY>A<CA> R<THR>A<O> central_sep2 -0.450588
+R<GLY>A<CA> R<THR>A<O> sep1 -1.54723
+R<GLY>A<CA> R<THR>A<O> sep2 0.446106
+R<GLY>A<CA> R<THR>A<OG1> central_sep1 0.500717
+R<GLY>A<CA> R<THR>A<OG1> central_sep2 -0.597626
+R<GLY>A<CA> R<THR>A<OG1> sep1 0.617699
+R<GLY>A<CA> R<THR>A<OG1> sep2 -0.06402
+R<GLY>A<CA> R<TRP>A<C> central_sep1 2.78032
+R<GLY>A<CA> R<TRP>A<C> central_sep2 1.18933
+R<GLY>A<CA> R<TRP>A<C> sep1 -1.7242
+R<GLY>A<CA> R<TRP>A<C> sep2 0.0941669
+R<GLY>A<CA> R<TRP>A<CA> central_sep1 1.88148
+R<GLY>A<CA> R<TRP>A<CA> central_sep2 0.230162
+R<GLY>A<CA> R<TRP>A<CA> sep1 1.87585
+R<GLY>A<CA> R<TRP>A<CA> sep2 0.632961
+R<GLY>A<CA> R<TRP>A<CB> central_sep1 0.634084
+R<GLY>A<CA> R<TRP>A<CB> central_sep2 -0.281849
+R<GLY>A<CA> R<TRP>A<CB> sep1 2.26715
+R<GLY>A<CA> R<TRP>A<CB> sep2 0.0984455
+R<GLY>A<CA> R<TRP>A<CD1> central_sep1 0.583085
+R<GLY>A<CA> R<TRP>A<CD1> central_sep2 -0.527867
+R<GLY>A<CA> R<TRP>A<CD1> sep1 0.353065
+R<GLY>A<CA> R<TRP>A<CD1> sep2 -0.344928
+R<GLY>A<CA> R<TRP>A<CD2> central_sep1 0.554813
+R<GLY>A<CA> R<TRP>A<CD2> central_sep2 -0.846938
+R<GLY>A<CA> R<TRP>A<CD2> sep1 0.874044
+R<GLY>A<CA> R<TRP>A<CD2> sep2 -1.34849
+R<GLY>A<CA> R<TRP>A<CE2> central_sep1 -0.189384
+R<GLY>A<CA> R<TRP>A<CE2> central_sep2 -1.0079
+R<GLY>A<CA> R<TRP>A<CE2> sep1 0.344879
+R<GLY>A<CA> R<TRP>A<CE2> sep2 -1.65295
+R<GLY>A<CA> R<TRP>A<CE3> central_sep1 -0.435524
+R<GLY>A<CA> R<TRP>A<CE3> central_sep2 -0.524049
+R<GLY>A<CA> R<TRP>A<CE3> sep1 1.33174
+R<GLY>A<CA> R<TRP>A<CE3> sep2 -0.616814
+R<GLY>A<CA> R<TRP>A<CG> central_sep1 2.11548
+R<GLY>A<CA> R<TRP>A<CG> central_sep2 -0.225006
+R<GLY>A<CA> R<TRP>A<CG> sep1 1.66654
+R<GLY>A<CA> R<TRP>A<CG> sep2 -1.75253
+R<GLY>A<CA> R<TRP>A<CH2> central_sep1 0.74095
+R<GLY>A<CA> R<TRP>A<CH2> central_sep2 -0.909999
+R<GLY>A<CA> R<TRP>A<CH2> sep1 1.73937
+R<GLY>A<CA> R<TRP>A<CH2> sep2 -0.814701
+R<GLY>A<CA> R<TRP>A<CZ2> central_sep1 0.206718
+R<GLY>A<CA> R<TRP>A<CZ2> central_sep2 -0.948417
+R<GLY>A<CA> R<TRP>A<CZ2> sep1 1.70642
+R<GLY>A<CA> R<TRP>A<CZ2> sep2 -0.663453
+R<GLY>A<CA> R<TRP>A<CZ3> central_sep1 0.505265
+R<GLY>A<CA> R<TRP>A<CZ3> central_sep2 -0.830092
+R<GLY>A<CA> R<TRP>A<CZ3> sep1 0.89785
+R<GLY>A<CA> R<TRP>A<CZ3> sep2 -0.665534
+R<GLY>A<CA> R<TRP>A<N> central_sep1 3.09336
+R<GLY>A<CA> R<TRP>A<N> central_sep2 0.878298
+R<GLY>A<CA> R<TRP>A<N> sep1 -1.65024
+R<GLY>A<CA> R<TRP>A<N> sep2 0.751934
+R<GLY>A<CA> R<TRP>A<NE1> central_sep1 0.176445
+R<GLY>A<CA> R<TRP>A<NE1> central_sep2 -0.632021
+R<GLY>A<CA> R<TRP>A<NE1> sep1 1.12689
+R<GLY>A<CA> R<TRP>A<NE1> sep2 -0.671831
+R<GLY>A<CA> R<TRP>A<O> central_sep1 0.455078
+R<GLY>A<CA> R<TRP>A<O> central_sep2 -0.38972
+R<GLY>A<CA> R<TRP>A<O> sep1 -1.35639
+R<GLY>A<CA> R<TRP>A<O> sep2 0.358049
+R<GLY>A<CA> R<TYR>A<C> central_sep1 2.86393
+R<GLY>A<CA> R<TYR>A<C> central_sep2 0.982747
+R<GLY>A<CA> R<TYR>A<C> sep1 -1.79502
+R<GLY>A<CA> R<TYR>A<C> sep2 -0.130782
+R<GLY>A<CA> R<TYR>A<CA> central_sep1 1.74862
+R<GLY>A<CA> R<TYR>A<CA> central_sep2 0.230805
+R<GLY>A<CA> R<TYR>A<CA> sep1 2.16621
+R<GLY>A<CA> R<TYR>A<CA> sep2 0.442716
+R<GLY>A<CA> R<TYR>A<CB> central_sep1 0.423723
+R<GLY>A<CA> R<TYR>A<CB> central_sep2 -0.390557
+R<GLY>A<CA> R<TYR>A<CB> sep1 2.21897
+R<GLY>A<CA> R<TYR>A<CB> sep2 0.106899
+R<GLY>A<CA> R<TYR>A<CD1> central_sep1 0.782395
+R<GLY>A<CA> R<TYR>A<CD1> central_sep2 -0.495591
+R<GLY>A<CA> R<TYR>A<CD1> sep1 0.444214
+R<GLY>A<CA> R<TYR>A<CD1> sep2 -0.466135
+R<GLY>A<CA> R<TYR>A<CE1> central_sep1 0.172394
+R<GLY>A<CA> R<TYR>A<CE1> central_sep2 -0.737399
+R<GLY>A<CA> R<TYR>A<CE1> sep1 0.896425
+R<GLY>A<CA> R<TYR>A<CE1> sep2 -0.555463
+R<GLY>A<CA> R<TYR>A<CG> central_sep1 2.1152
+R<GLY>A<CA> R<TYR>A<CG> central_sep2 -0.515664
+R<GLY>A<CA> R<TYR>A<CG> sep1 1.76101
+R<GLY>A<CA> R<TYR>A<CG> sep2 -1.61554
+R<GLY>A<CA> R<TYR>A<CZ> central_sep1 -0.331929
+R<GLY>A<CA> R<TYR>A<CZ> central_sep2 -0.99678
+R<GLY>A<CA> R<TYR>A<CZ> sep1 0.354271
+R<GLY>A<CA> R<TYR>A<CZ> sep2 -1.4301
+R<GLY>A<CA> R<TYR>A<N> central_sep1 2.875
+R<GLY>A<CA> R<TYR>A<N> central_sep2 0.91846
+R<GLY>A<CA> R<TYR>A<N> sep1 -1.56867
+R<GLY>A<CA> R<TYR>A<N> sep2 0.812984
+R<GLY>A<CA> R<TYR>A<O> central_sep1 0.520006
+R<GLY>A<CA> R<TYR>A<O> central_sep2 -0.540585
+R<GLY>A<CA> R<TYR>A<O> sep1 -1.3773
+R<GLY>A<CA> R<TYR>A<O> sep2 0.353218
+R<GLY>A<CA> R<TYR>A<OH> central_sep1 0.818009
+R<GLY>A<CA> R<TYR>A<OH> central_sep2 -0.779324
+R<GLY>A<CA> R<TYR>A<OH> sep1 1.3588
+R<GLY>A<CA> R<TYR>A<OH> sep2 -0.568122
+R<GLY>A<CA> R<VAL>A<C> central_sep1 3.4289
+R<GLY>A<CA> R<VAL>A<C> central_sep2 1.47905
+R<GLY>A<CA> R<VAL>A<C> sep1 -1.78179
+R<GLY>A<CA> R<VAL>A<C> sep2 0.0457973
+R<GLY>A<CA> R<VAL>A<CA> central_sep1 1.9664
+R<GLY>A<CA> R<VAL>A<CA> central_sep2 0.303079
+R<GLY>A<CA> R<VAL>A<CA> sep1 2.10184
+R<GLY>A<CA> R<VAL>A<CA> sep2 0.595102
+R<GLY>A<CA> R<VAL>A<CB> central_sep1 0.347298
+R<GLY>A<CA> R<VAL>A<CB> central_sep2 -0.373449
+R<GLY>A<CA> R<VAL>A<CB> sep1 2.01734
+R<GLY>A<CA> R<VAL>A<CB> sep2 -0.292422
+R<GLY>A<CA> R<VAL>A<CG1> central_sep1 0.653793
+R<GLY>A<CA> R<VAL>A<CG1> central_sep2 -0.63573
+R<GLY>A<CA> R<VAL>A<CG1> sep1 1.25464
+R<GLY>A<CA> R<VAL>A<CG1> sep2 0.44442
+R<GLY>A<CA> R<VAL>A<CG2> central_sep1 0.857325
+R<GLY>A<CA> R<VAL>A<CG2> central_sep2 -0.586388
+R<GLY>A<CA> R<VAL>A<CG2> sep1 1.58271
+R<GLY>A<CA> R<VAL>A<CG2> sep2 0.4276
+R<GLY>A<CA> R<VAL>A<N> central_sep1 2.93607
+R<GLY>A<CA> R<VAL>A<N> central_sep2 1.05885
+R<GLY>A<CA> R<VAL>A<N> sep1 -1.59732
+R<GLY>A<CA> R<VAL>A<N> sep2 0.751259
+R<GLY>A<CA> R<VAL>A<O> central_sep1 0.557609
+R<GLY>A<CA> R<VAL>A<O> central_sep2 -0.526808
+R<GLY>A<CA> R<VAL>A<O> sep1 -1.30507
+R<GLY>A<CA> R<VAL>A<O> sep2 0.0212087
+R<GLY>A<CA> c<solvent> . -0.0292958
+R<GLY>A<N> R<GLY>A<N> central_sep1 1.04599
+R<GLY>A<N> R<GLY>A<N> central_sep2 1.16125
+R<GLY>A<N> R<GLY>A<N> sep1 -2.06315
+R<GLY>A<N> R<GLY>A<N> sep2 0.399249
+R<GLY>A<N> R<GLY>A<O> central_sep1 -1.23162
+R<GLY>A<N> R<GLY>A<O> central_sep2 -0.747864
+R<GLY>A<N> R<GLY>A<O> sep1 -0.244987
+R<GLY>A<N> R<GLY>A<O> sep2 -0.131876
+R<GLY>A<N> R<HIS>A<C> central_sep1 -0.485739
+R<GLY>A<N> R<HIS>A<C> central_sep2 1.85888
+R<GLY>A<N> R<HIS>A<C> sep1 -1.57534
+R<GLY>A<N> R<HIS>A<C> sep2 0.513928
+R<GLY>A<N> R<HIS>A<CA> central_sep1 2.52943
+R<GLY>A<N> R<HIS>A<CA> central_sep2 1.07659
+R<GLY>A<N> R<HIS>A<CA> sep1 -2.01676
+R<GLY>A<N> R<HIS>A<CA> sep2 0.464643
+R<GLY>A<N> R<HIS>A<CB> central_sep1 0.735151
+R<GLY>A<N> R<HIS>A<CB> central_sep2 0.504562
+R<GLY>A<N> R<HIS>A<CB> sep1 -0.696283
+R<GLY>A<N> R<HIS>A<CB> sep2 0.161292
+R<GLY>A<N> R<HIS>A<CD2> central_sep1 0.179921
+R<GLY>A<N> R<HIS>A<CD2> central_sep2 0.475916
+R<GLY>A<N> R<HIS>A<CD2> sep1 0.646767
+R<GLY>A<N> R<HIS>A<CD2> sep2 0.0856747
+R<GLY>A<N> R<HIS>A<CE1> central_sep1 1.34797
+R<GLY>A<N> R<HIS>A<CE1> central_sep2 0.401274
+R<GLY>A<N> R<HIS>A<CE1> sep1 1.07875
+R<GLY>A<N> R<HIS>A<CE1> sep2 -0.117984
+R<GLY>A<N> R<HIS>A<CG> central_sep1 0.324532
+R<GLY>A<N> R<HIS>A<CG> central_sep2 0.93967
+R<GLY>A<N> R<HIS>A<CG> sep1 -0.349572
+R<GLY>A<N> R<HIS>A<CG> sep2 -0.136179
+R<GLY>A<N> R<HIS>A<N> central_sep1 1.44082
+R<GLY>A<N> R<HIS>A<N> central_sep2 1.99162
+R<GLY>A<N> R<HIS>A<N> sep1 -2.25324
+R<GLY>A<N> R<HIS>A<N> sep2 1.38177
+R<GLY>A<N> R<HIS>A<ND1> central_sep1 -0.604314
+R<GLY>A<N> R<HIS>A<ND1> central_sep2 0.197451
+R<GLY>A<N> R<HIS>A<ND1> sep1 0.40254
+R<GLY>A<N> R<HIS>A<ND1> sep2 -0.113924
+R<GLY>A<N> R<HIS>A<NE2> central_sep1 1.56432
+R<GLY>A<N> R<HIS>A<NE2> central_sep2 0.433551
+R<GLY>A<N> R<HIS>A<NE2> sep1 1.91129
+R<GLY>A<N> R<HIS>A<NE2> sep2 -0.108744
+R<GLY>A<N> R<HIS>A<O> central_sep1 -1.50123
+R<GLY>A<N> R<HIS>A<O> central_sep2 -0.670862
+R<GLY>A<N> R<HIS>A<O> sep1 -0.264656
+R<GLY>A<N> R<HIS>A<O> sep2 0.21115
+R<GLY>A<N> R<ILE>A<C> central_sep1 -0.265191
+R<GLY>A<N> R<ILE>A<C> central_sep2 2.72161
+R<GLY>A<N> R<ILE>A<C> sep1 -1.44651
+R<GLY>A<N> R<ILE>A<C> sep2 1.07934
+R<GLY>A<N> R<ILE>A<CA> central_sep1 2.42408
+R<GLY>A<N> R<ILE>A<CA> central_sep2 1.37393
+R<GLY>A<N> R<ILE>A<CA> sep1 -1.99504
+R<GLY>A<N> R<ILE>A<CA> sep2 0.965722
+R<GLY>A<N> R<ILE>A<CB> central_sep1 1.35005
+R<GLY>A<N> R<ILE>A<CB> central_sep2 0.116164
+R<GLY>A<N> R<ILE>A<CB> sep1 -1.13509
+R<GLY>A<N> R<ILE>A<CB> sep2 0.218892
+R<GLY>A<N> R<ILE>A<CD1> central_sep1 1.7892
+R<GLY>A<N> R<ILE>A<CD1> central_sep2 0.496052
+R<GLY>A<N> R<ILE>A<CD1> sep1 2.35254
+R<GLY>A<N> R<ILE>A<CD1> sep2 0.0826854
+R<GLY>A<N> R<ILE>A<CG1> central_sep1 0.43069
+R<GLY>A<N> R<ILE>A<CG1> central_sep2 0.636245
+R<GLY>A<N> R<ILE>A<CG1> sep1 0.524497
+R<GLY>A<N> R<ILE>A<CG1> sep2 0.228298
+R<GLY>A<N> R<ILE>A<CG2> central_sep1 0.147663
+R<GLY>A<N> R<ILE>A<CG2> central_sep2 0.629422
+R<GLY>A<N> R<ILE>A<CG2> sep1 -0.334886
+R<GLY>A<N> R<ILE>A<CG2> sep2 0.178891
+R<GLY>A<N> R<ILE>A<N> central_sep1 1.75683
+R<GLY>A<N> R<ILE>A<N> central_sep2 2.23349
+R<GLY>A<N> R<ILE>A<N> sep1 -2.10001
+R<GLY>A<N> R<ILE>A<N> sep2 1.02348
+R<GLY>A<N> R<ILE>A<O> central_sep1 -1.44449
+R<GLY>A<N> R<ILE>A<O> central_sep2 -1.20956
+R<GLY>A<N> R<ILE>A<O> sep1 -0.15439
+R<GLY>A<N> R<ILE>A<O> sep2 0.411294
+R<GLY>A<N> R<LEU>A<C> central_sep1 -0.234403
+R<GLY>A<N> R<LEU>A<C> central_sep2 2.29461
+R<GLY>A<N> R<LEU>A<C> sep1 -1.45467
+R<GLY>A<N> R<LEU>A<C> sep2 0.943803
+R<GLY>A<N> R<LEU>A<CA> central_sep1 2.11235
+R<GLY>A<N> R<LEU>A<CA> central_sep2 1.64596
+R<GLY>A<N> R<LEU>A<CA> sep1 -1.85717
+R<GLY>A<N> R<LEU>A<CA> sep2 0.972659
+R<GLY>A<N> R<LEU>A<CB> central_sep1 1.00432
+R<GLY>A<N> R<LEU>A<CB> central_sep2 0.699392
+R<GLY>A<N> R<LEU>A<CB> sep1 -0.873546
+R<GLY>A<N> R<LEU>A<CB> sep2 0.455767
+R<GLY>A<N> R<LEU>A<CD1> central_sep1 1.62004
+R<GLY>A<N> R<LEU>A<CD1> central_sep2 0.425552
+R<GLY>A<N> R<LEU>A<CD1> sep1 1.66685
+R<GLY>A<N> R<LEU>A<CD1> sep2 0.0830833
+R<GLY>A<N> R<LEU>A<CD2> central_sep1 2.03808
+R<GLY>A<N> R<LEU>A<CD2> central_sep2 0.563803
+R<GLY>A<N> R<LEU>A<CD2> sep1 2.27068
+R<GLY>A<N> R<LEU>A<CD2> sep2 0.107663
+R<GLY>A<N> R<LEU>A<CG> central_sep1 0.613885
+R<GLY>A<N> R<LEU>A<CG> central_sep2 1.1732
+R<GLY>A<N> R<LEU>A<CG> sep1 0.0880973
+R<GLY>A<N> R<LEU>A<CG> sep2 0.426624
+R<GLY>A<N> R<LEU>A<N> central_sep1 1.43266
+R<GLY>A<N> R<LEU>A<N> central_sep2 2.17247
+R<GLY>A<N> R<LEU>A<N> sep1 -2.1786
+R<GLY>A<N> R<LEU>A<N> sep2 1.37659
+R<GLY>A<N> R<LEU>A<O> central_sep1 -1.60513
+R<GLY>A<N> R<LEU>A<O> central_sep2 -0.763327
+R<GLY>A<N> R<LEU>A<O> sep1 -0.150496
+R<GLY>A<N> R<LEU>A<O> sep2 0.524284
+R<GLY>A<N> R<LYS>A<C> central_sep1 -0.169462
+R<GLY>A<N> R<LYS>A<C> central_sep2 2.37939
+R<GLY>A<N> R<LYS>A<C> sep1 -1.66564
+R<GLY>A<N> R<LYS>A<C> sep2 1.17182
+R<GLY>A<N> R<LYS>A<CA> central_sep1 2.25294
+R<GLY>A<N> R<LYS>A<CA> central_sep2 1.59646
+R<GLY>A<N> R<LYS>A<CA> sep1 -1.91183
+R<GLY>A<N> R<LYS>A<CA> sep2 0.994296
+R<GLY>A<N> R<LYS>A<CB> central_sep1 1.21542
+R<GLY>A<N> R<LYS>A<CB> central_sep2 1.1793
+R<GLY>A<N> R<LYS>A<CB> sep1 -0.80815
+R<GLY>A<N> R<LYS>A<CB> sep2 0.663676
+R<GLY>A<N> R<LYS>A<CD> central_sep1 1.40417
+R<GLY>A<N> R<LYS>A<CD> central_sep2 1.39677
+R<GLY>A<N> R<LYS>A<CD> sep1 1.81666
+R<GLY>A<N> R<LYS>A<CD> sep2 0.724163
+R<GLY>A<N> R<LYS>A<CE> central_sep1 2.28461
+R<GLY>A<N> R<LYS>A<CE> central_sep2 1.27703
+R<GLY>A<N> R<LYS>A<CE> sep1 2.32524
+R<GLY>A<N> R<LYS>A<CE> sep2 0.763998
+R<GLY>A<N> R<LYS>A<CG> central_sep1 0.617705
+R<GLY>A<N> R<LYS>A<CG> central_sep2 1.4043
+R<GLY>A<N> R<LYS>A<CG> sep1 -0.327286
+R<GLY>A<N> R<LYS>A<CG> sep2 0.764195
+R<GLY>A<N> R<LYS>A<N> central_sep1 1.26119
+R<GLY>A<N> R<LYS>A<N> central_sep2 2.43339
+R<GLY>A<N> R<LYS>A<N> sep1 -2.15259
+R<GLY>A<N> R<LYS>A<N> sep2 1.45218
+R<GLY>A<N> R<LYS>A<NZ> central_sep1 2.02743
+R<GLY>A<N> R<LYS>A<NZ> central_sep2 1.46166
+R<GLY>A<N> R<LYS>A<NZ> sep1 2.58594
+R<GLY>A<N> R<LYS>A<NZ> sep2 0.850566
+R<GLY>A<N> R<LYS>A<O> central_sep1 -1.38679
+R<GLY>A<N> R<LYS>A<O> central_sep2 -0.00594066
+R<GLY>A<N> R<LYS>A<O> sep1 -0.5135
+R<GLY>A<N> R<LYS>A<O> sep2 0.774995
+R<GLY>A<N> R<MET>A<C> central_sep1 -0.202304
+R<GLY>A<N> R<MET>A<C> central_sep2 2.12984
+R<GLY>A<N> R<MET>A<C> sep1 -1.4495
+R<GLY>A<N> R<MET>A<C> sep2 0.708348
+R<GLY>A<N> R<MET>A<CA> central_sep1 2.21513
+R<GLY>A<N> R<MET>A<CA> central_sep2 1.19411
+R<GLY>A<N> R<MET>A<CA> sep1 -1.81987
+R<GLY>A<N> R<MET>A<CA> sep2 0.643612
+R<GLY>A<N> R<MET>A<CB> central_sep1 0.739729
+R<GLY>A<N> R<MET>A<CB> central_sep2 0.592971
+R<GLY>A<N> R<MET>A<CB> sep1 -0.793114
+R<GLY>A<N> R<MET>A<CB> sep2 0.283627
+R<GLY>A<N> R<MET>A<CE> central_sep1 1.63015
+R<GLY>A<N> R<MET>A<CE> central_sep2 0.21168
+R<GLY>A<N> R<MET>A<CE> sep1 2.01314
+R<GLY>A<N> R<MET>A<CE> sep2 -0.164164
+R<GLY>A<N> R<MET>A<CG> central_sep1 0.670792
+R<GLY>A<N> R<MET>A<CG> central_sep2 0.61185
+R<GLY>A<N> R<MET>A<CG> sep1 0.459554
+R<GLY>A<N> R<MET>A<CG> sep2 0.0399925
+R<GLY>A<N> R<MET>A<N> central_sep1 1.33075
+R<GLY>A<N> R<MET>A<N> central_sep2 2.0341
+R<GLY>A<N> R<MET>A<N> sep1 -2.11295
+R<GLY>A<N> R<MET>A<N> sep2 1.08201
+R<GLY>A<N> R<MET>A<O> central_sep1 -1.62696
+R<GLY>A<N> R<MET>A<O> central_sep2 -0.741406
+R<GLY>A<N> R<MET>A<O> sep1 -0.141316
+R<GLY>A<N> R<MET>A<O> sep2 0.28945
+R<GLY>A<N> R<MET>A<SD> central_sep1 1.19009
+R<GLY>A<N> R<MET>A<SD> central_sep2 0.140153
+R<GLY>A<N> R<MET>A<SD> sep1 1.98758
+R<GLY>A<N> R<MET>A<SD> sep2 -0.236306
+R<GLY>A<N> R<PHE>A<C> central_sep1 -0.319524
+R<GLY>A<N> R<PHE>A<C> central_sep2 2.05179
+R<GLY>A<N> R<PHE>A<C> sep1 -1.43865
+R<GLY>A<N> R<PHE>A<C> sep2 0.795546
+R<GLY>A<N> R<PHE>A<CA> central_sep1 2.13696
+R<GLY>A<N> R<PHE>A<CA> central_sep2 1.19488
+R<GLY>A<N> R<PHE>A<CA> sep1 -1.98173
+R<GLY>A<N> R<PHE>A<CA> sep2 0.702491
+R<GLY>A<N> R<PHE>A<CB> central_sep1 0.91805
+R<GLY>A<N> R<PHE>A<CB> central_sep2 0.498518
+R<GLY>A<N> R<PHE>A<CB> sep1 -0.717123
+R<GLY>A<N> R<PHE>A<CB> sep2 0.261145
+R<GLY>A<N> R<PHE>A<CD1> central_sep1 0.227625
+R<GLY>A<N> R<PHE>A<CD1> central_sep2 0.393996
+R<GLY>A<N> R<PHE>A<CD1> sep1 0.471092
+R<GLY>A<N> R<PHE>A<CD1> sep2 -0.199543
+R<GLY>A<N> R<PHE>A<CE1> central_sep1 1.07475
+R<GLY>A<N> R<PHE>A<CE1> central_sep2 0.085931
+R<GLY>A<N> R<PHE>A<CE1> sep1 1.60338
+R<GLY>A<N> R<PHE>A<CE1> sep2 -0.364844
+R<GLY>A<N> R<PHE>A<CG> central_sep1 0.418208
+R<GLY>A<N> R<PHE>A<CG> central_sep2 1.08042
+R<GLY>A<N> R<PHE>A<CG> sep1 -0.473447
+R<GLY>A<N> R<PHE>A<CG> sep2 -0.49056
+R<GLY>A<N> R<PHE>A<CZ> central_sep1 1.85477
+R<GLY>A<N> R<PHE>A<CZ> central_sep2 0.107063
+R<GLY>A<N> R<PHE>A<CZ> sep1 2.02965
+R<GLY>A<N> R<PHE>A<CZ> sep2 -0.42112
+R<GLY>A<N> R<PHE>A<N> central_sep1 1.44101
+R<GLY>A<N> R<PHE>A<N> central_sep2 2.11431
+R<GLY>A<N> R<PHE>A<N> sep1 -2.2779
+R<GLY>A<N> R<PHE>A<N> sep2 1.2158
+R<GLY>A<N> R<PHE>A<O> central_sep1 -1.40975
+R<GLY>A<N> R<PHE>A<O> central_sep2 -1.07642
+R<GLY>A<N> R<PHE>A<O> sep1 -0.17317
+R<GLY>A<N> R<PHE>A<O> sep2 0.411836
+R<GLY>A<N> R<PRO>A<C> central_sep1 -0.125759
+R<GLY>A<N> R<PRO>A<C> central_sep2 1.80047
+R<GLY>A<N> R<PRO>A<C> sep1 -1.43171
+R<GLY>A<N> R<PRO>A<C> sep2 0.707043
+R<GLY>A<N> R<PRO>A<CA> central_sep1 1.98752
+R<GLY>A<N> R<PRO>A<CA> central_sep2 0.82736
+R<GLY>A<N> R<PRO>A<CA> sep1 -2.31297
+R<GLY>A<N> R<PRO>A<CA> sep2 0.445827
+R<GLY>A<N> R<PRO>A<CB> central_sep1 1.316
+R<GLY>A<N> R<PRO>A<CB> central_sep2 0.654159
+R<GLY>A<N> R<PRO>A<CB> sep1 -1.14124
+R<GLY>A<N> R<PRO>A<CB> sep2 0.177965
+R<GLY>A<N> R<PRO>A<CD> central_sep1 0.769574
+R<GLY>A<N> R<PRO>A<CD> central_sep2 0.964863
+R<GLY>A<N> R<PRO>A<CD> sep1 0.433119
+R<GLY>A<N> R<PRO>A<CD> sep2 0.457887
+R<GLY>A<N> R<PRO>A<CG> central_sep1 1.80538
+R<GLY>A<N> R<PRO>A<CG> central_sep2 0.59238
+R<GLY>A<N> R<PRO>A<CG> sep1 0.670088
+R<GLY>A<N> R<PRO>A<CG> sep2 0.0993885
+R<GLY>A<N> R<PRO>A<N> central_sep1 2.34603
+R<GLY>A<N> R<PRO>A<N> central_sep2 2.23545
+R<GLY>A<N> R<PRO>A<N> sep1 -2.0671
+R<GLY>A<N> R<PRO>A<N> sep2 0.787283
+R<GLY>A<N> R<PRO>A<O> central_sep1 -0.832969
+R<GLY>A<N> R<PRO>A<O> central_sep2 -0.314605
+R<GLY>A<N> R<PRO>A<O> sep1 -0.446431
+R<GLY>A<N> R<PRO>A<O> sep2 0.352683
+R<GLY>A<N> R<SER>A<C> central_sep1 -0.325404
+R<GLY>A<N> R<SER>A<C> central_sep2 1.53607
+R<GLY>A<N> R<SER>A<C> sep1 -1.67346
+R<GLY>A<N> R<SER>A<C> sep2 0.532181
+R<GLY>A<N> R<SER>A<CA> central_sep1 2.28056
+R<GLY>A<N> R<SER>A<CA> central_sep2 0.847505
+R<GLY>A<N> R<SER>A<CA> sep1 -1.97859
+R<GLY>A<N> R<SER>A<CA> sep2 0.264202
+R<GLY>A<N> R<SER>A<CB> central_sep1 0.709991
+R<GLY>A<N> R<SER>A<CB> central_sep2 0.576943
+R<GLY>A<N> R<SER>A<CB> sep1 -0.744199
+R<GLY>A<N> R<SER>A<CB> sep2 0.0467672
+R<GLY>A<N> R<SER>A<N> central_sep1 1.16579
+R<GLY>A<N> R<SER>A<N> central_sep2 1.78622
+R<GLY>A<N> R<SER>A<N> sep1 -2.13668
+R<GLY>A<N> R<SER>A<N> sep2 1.04663
+R<GLY>A<N> R<SER>A<O> central_sep1 -1.42715
+R<GLY>A<N> R<SER>A<O> central_sep2 -0.505192
+R<GLY>A<N> R<SER>A<O> sep1 -0.346781
+R<GLY>A<N> R<SER>A<O> sep2 0.28496
+R<GLY>A<N> R<SER>A<OG> central_sep1 -0.866621
+R<GLY>A<N> R<SER>A<OG> central_sep2 -0.0769977
+R<GLY>A<N> R<SER>A<OG> sep1 -0.400454
+R<GLY>A<N> R<SER>A<OG> sep2 -0.0874918
+R<GLY>A<N> R<THR>A<C> central_sep1 -0.179047
+R<GLY>A<N> R<THR>A<C> central_sep2 1.68377
+R<GLY>A<N> R<THR>A<C> sep1 -1.47813
+R<GLY>A<N> R<THR>A<C> sep2 0.499318
+R<GLY>A<N> R<THR>A<CA> central_sep1 2.42554
+R<GLY>A<N> R<THR>A<CA> central_sep2 1.05362
+R<GLY>A<N> R<THR>A<CA> sep1 -1.87068
+R<GLY>A<N> R<THR>A<CA> sep2 0.530702
+R<GLY>A<N> R<THR>A<CB> central_sep1 0.275172
+R<GLY>A<N> R<THR>A<CB> central_sep2 0.707411
+R<GLY>A<N> R<THR>A<CB> sep1 -1.2631
+R<GLY>A<N> R<THR>A<CB> sep2 -0.102002
+R<GLY>A<N> R<THR>A<CG2> central_sep1 0.698565
+R<GLY>A<N> R<THR>A<CG2> central_sep2 0.475296
+R<GLY>A<N> R<THR>A<CG2> sep1 0.472175
+R<GLY>A<N> R<THR>A<CG2> sep2 0.0687388
+R<GLY>A<N> R<THR>A<N> central_sep1 0.985153
+R<GLY>A<N> R<THR>A<N> central_sep2 1.66118
+R<GLY>A<N> R<THR>A<N> sep1 -2.34146
+R<GLY>A<N> R<THR>A<N> sep2 0.988113
+R<GLY>A<N> R<THR>A<O> central_sep1 -1.42037
+R<GLY>A<N> R<THR>A<O> central_sep2 -0.661299
+R<GLY>A<N> R<THR>A<O> sep1 -0.199541
+R<GLY>A<N> R<THR>A<O> sep2 0.237978
+R<GLY>A<N> R<THR>A<OG1> central_sep1 -0.825411
+R<GLY>A<N> R<THR>A<OG1> central_sep2 -0.193101
+R<GLY>A<N> R<THR>A<OG1> sep1 -0.388211
+R<GLY>A<N> R<THR>A<OG1> sep2 -0.203045
+R<GLY>A<N> R<TRP>A<C> central_sep1 -0.403626
+R<GLY>A<N> R<TRP>A<C> central_sep2 2.39948
+R<GLY>A<N> R<TRP>A<C> sep1 -1.5346
+R<GLY>A<N> R<TRP>A<C> sep2 0.969374
+R<GLY>A<N> R<TRP>A<CA> central_sep1 1.91429
+R<GLY>A<N> R<TRP>A<CA> central_sep2 0.987754
+R<GLY>A<N> R<TRP>A<CA> sep1 -1.95164
+R<GLY>A<N> R<TRP>A<CA> sep2 0.775933
+R<GLY>A<N> R<TRP>A<CB> central_sep1 0.976179
+R<GLY>A<N> R<TRP>A<CB> central_sep2 0.599821
+R<GLY>A<N> R<TRP>A<CB> sep1 -0.788444
+R<GLY>A<N> R<TRP>A<CB> sep2 0.248387
+R<GLY>A<N> R<TRP>A<CD1> central_sep1 -0.13495
+R<GLY>A<N> R<TRP>A<CD1> central_sep2 0.169501
+R<GLY>A<N> R<TRP>A<CD1> sep1 0.329777
+R<GLY>A<N> R<TRP>A<CD1> sep2 -0.0587913
+R<GLY>A<N> R<TRP>A<CD2> central_sep1 -0.962768
+R<GLY>A<N> R<TRP>A<CD2> central_sep2 -0.444721
+R<GLY>A<N> R<TRP>A<CD2> sep1 0.0227761
+R<GLY>A<N> R<TRP>A<CD2> sep2 -0.506016
+R<GLY>A<N> R<TRP>A<CE2> central_sep1 0.143199
+R<GLY>A<N> R<TRP>A<CE2> central_sep2 -0.365842
+R<GLY>A<N> R<TRP>A<CE2> sep1 0.195676
+R<GLY>A<N> R<TRP>A<CE2> sep2 -0.782318
+R<GLY>A<N> R<TRP>A<CE3> central_sep1 -0.0929681
+R<GLY>A<N> R<TRP>A<CE3> central_sep2 0.19147
+R<GLY>A<N> R<TRP>A<CE3> sep1 0.891414
+R<GLY>A<N> R<TRP>A<CE3> sep2 -0.235188
+R<GLY>A<N> R<TRP>A<CG> central_sep1 -0.27989
+R<GLY>A<N> R<TRP>A<CG> central_sep2 0.404396
+R<GLY>A<N> R<TRP>A<CG> sep1 -0.625679
+R<GLY>A<N> R<TRP>A<CG> sep2 -0.909723
+R<GLY>A<N> R<TRP>A<CH2> central_sep1 1.97308
+R<GLY>A<N> R<TRP>A<CH2> central_sep2 -0.0454928
+R<GLY>A<N> R<TRP>A<CH2> sep1 2.57512
+R<GLY>A<N> R<TRP>A<CH2> sep2 -0.693611
+R<GLY>A<N> R<TRP>A<CZ2> central_sep1 1.47072
+R<GLY>A<N> R<TRP>A<CZ2> central_sep2 -0.0995349
+R<GLY>A<N> R<TRP>A<CZ2> sep1 1.96188
+R<GLY>A<N> R<TRP>A<CZ2> sep2 -0.572727
+R<GLY>A<N> R<TRP>A<CZ3> central_sep1 1.0232
+R<GLY>A<N> R<TRP>A<CZ3> central_sep2 -0.163225
+R<GLY>A<N> R<TRP>A<CZ3> sep1 1.9659
+R<GLY>A<N> R<TRP>A<CZ3> sep2 -0.530966
+R<GLY>A<N> R<TRP>A<N> central_sep1 1.62061
+R<GLY>A<N> R<TRP>A<N> central_sep2 1.92253
+R<GLY>A<N> R<TRP>A<N> sep1 -2.17971
+R<GLY>A<N> R<TRP>A<N> sep2 1.06377
+R<GLY>A<N> R<TRP>A<NE1> central_sep1 0.890237
+R<GLY>A<N> R<TRP>A<NE1> central_sep2 0.172921
+R<GLY>A<N> R<TRP>A<NE1> sep1 1.34977
+R<GLY>A<N> R<TRP>A<NE1> sep2 -0.309321
+R<GLY>A<N> R<TRP>A<O> central_sep1 -1.63115
+R<GLY>A<N> R<TRP>A<O> central_sep2 -0.963827
+R<GLY>A<N> R<TRP>A<O> sep1 -0.228115
+R<GLY>A<N> R<TRP>A<O> sep2 0.484188
+R<GLY>A<N> R<TYR>A<C> central_sep1 -0.418202
+R<GLY>A<N> R<TYR>A<C> central_sep2 2.40272
+R<GLY>A<N> R<TYR>A<C> sep1 -1.43662
+R<GLY>A<N> R<TYR>A<C> sep2 0.848237
+R<GLY>A<N> R<TYR>A<CA> central_sep1 2.18193
+R<GLY>A<N> R<TYR>A<CA> central_sep2 1.18174
+R<GLY>A<N> R<TYR>A<CA> sep1 -1.97234
+R<GLY>A<N> R<TYR>A<CA> sep2 0.527743
+R<GLY>A<N> R<TYR>A<CB> central_sep1 0.918128
+R<GLY>A<N> R<TYR>A<CB> central_sep2 0.47555
+R<GLY>A<N> R<TYR>A<CB> sep1 -0.723051
+R<GLY>A<N> R<TYR>A<CB> sep2 0.175724
+R<GLY>A<N> R<TYR>A<CD1> central_sep1 -0.0282278
+R<GLY>A<N> R<TYR>A<CD1> central_sep2 0.326887
+R<GLY>A<N> R<TYR>A<CD1> sep1 0.363089
+R<GLY>A<N> R<TYR>A<CD1> sep2 -0.317493
+R<GLY>A<N> R<TYR>A<CE1> central_sep1 0.567215
+R<GLY>A<N> R<TYR>A<CE1> central_sep2 0.0291718
+R<GLY>A<N> R<TYR>A<CE1> sep1 1.28264
+R<GLY>A<N> R<TYR>A<CE1> sep2 -0.435087
+R<GLY>A<N> R<TYR>A<CG> central_sep1 0.137796
+R<GLY>A<N> R<TYR>A<CG> central_sep2 0.783642
+R<GLY>A<N> R<TYR>A<CG> sep1 -0.701041
+R<GLY>A<N> R<TYR>A<CG> sep2 -0.631176
+R<GLY>A<N> R<TYR>A<CZ> central_sep1 0.819557
+R<GLY>A<N> R<TYR>A<CZ> central_sep2 -0.0916061
+R<GLY>A<N> R<TYR>A<CZ> sep1 0.825408
+R<GLY>A<N> R<TYR>A<CZ> sep2 -0.788839
+R<GLY>A<N> R<TYR>A<N> central_sep1 1.60634
+R<GLY>A<N> R<TYR>A<N> central_sep2 1.98753
+R<GLY>A<N> R<TYR>A<N> sep1 -2.2857
+R<GLY>A<N> R<TYR>A<N> sep2 1.29534
+R<GLY>A<N> R<TYR>A<O> central_sep1 -1.43305
+R<GLY>A<N> R<TYR>A<O> central_sep2 -1.01499
+R<GLY>A<N> R<TYR>A<O> sep1 -0.139299
+R<GLY>A<N> R<TYR>A<O> sep2 0.351692
+R<GLY>A<N> R<TYR>A<OH> central_sep1 1.32491
+R<GLY>A<N> R<TYR>A<OH> central_sep2 -0.13853
+R<GLY>A<N> R<TYR>A<OH> sep1 2.29789
+R<GLY>A<N> R<TYR>A<OH> sep2 -0.415492
+R<GLY>A<N> R<VAL>A<C> central_sep1 -0.316012
+R<GLY>A<N> R<VAL>A<C> central_sep2 2.36447
+R<GLY>A<N> R<VAL>A<C> sep1 -1.42607
+R<GLY>A<N> R<VAL>A<C> sep2 0.925038
+R<GLY>A<N> R<VAL>A<CA> central_sep1 2.36093
+R<GLY>A<N> R<VAL>A<CA> central_sep2 1.2201
+R<GLY>A<N> R<VAL>A<CA> sep1 -1.93095
+R<GLY>A<N> R<VAL>A<CA> sep2 0.839279
+R<GLY>A<N> R<VAL>A<CB> central_sep1 1.21735
+R<GLY>A<N> R<VAL>A<CB> central_sep2 -0.0567419
+R<GLY>A<N> R<VAL>A<CB> sep1 -0.971373
+R<GLY>A<N> R<VAL>A<CB> sep2 0.123996
+R<GLY>A<N> R<VAL>A<CG1> central_sep1 0.23888
+R<GLY>A<N> R<VAL>A<CG1> central_sep2 0.522673
+R<GLY>A<N> R<VAL>A<CG1> sep1 -0.196769
+R<GLY>A<N> R<VAL>A<CG1> sep2 0.0413445
+R<GLY>A<N> R<VAL>A<CG2> central_sep1 0.609353
+R<GLY>A<N> R<VAL>A<CG2> central_sep2 0.501807
+R<GLY>A<N> R<VAL>A<CG2> sep1 0.987106
+R<GLY>A<N> R<VAL>A<CG2> sep2 0.158017
+R<GLY>A<N> R<VAL>A<N> central_sep1 1.72347
+R<GLY>A<N> R<VAL>A<N> central_sep2 1.93735
+R<GLY>A<N> R<VAL>A<N> sep1 -2.0584
+R<GLY>A<N> R<VAL>A<N> sep2 0.953947
+R<GLY>A<N> R<VAL>A<O> central_sep1 -1.34737
+R<GLY>A<N> R<VAL>A<O> central_sep2 -1.37543
+R<GLY>A<N> R<VAL>A<O> sep1 -0.157272
+R<GLY>A<N> R<VAL>A<O> sep2 0.333458
+R<GLY>A<N> c<solvent> . 0.889853
+R<GLY>A<O> R<GLY>A<O> central_sep1 0.597087
+R<GLY>A<O> R<GLY>A<O> central_sep2 0.604314
+R<GLY>A<O> R<GLY>A<O> sep1 0.294232
+R<GLY>A<O> R<GLY>A<O> sep2 0.256032
+R<GLY>A<O> R<HIS>A<C> central_sep1 -0.469576
+R<GLY>A<O> R<HIS>A<C> central_sep2 1.73148
+R<GLY>A<O> R<HIS>A<C> sep1 -1.38643
+R<GLY>A<O> R<HIS>A<C> sep2 0.74959
+R<GLY>A<O> R<HIS>A<CA> central_sep1 1.18843
+R<GLY>A<O> R<HIS>A<CA> central_sep2 -0.383696
+R<GLY>A<O> R<HIS>A<CA> sep1 -1.90201
+R<GLY>A<O> R<HIS>A<CA> sep2 0.269391
+R<GLY>A<O> R<HIS>A<CB> central_sep1 -0.647252
+R<GLY>A<O> R<HIS>A<CB> central_sep2 -0.32558
+R<GLY>A<O> R<HIS>A<CB> sep1 0.387335
+R<GLY>A<O> R<HIS>A<CB> sep2 -0.092283
+R<GLY>A<O> R<HIS>A<CD2> central_sep1 -0.596201
+R<GLY>A<O> R<HIS>A<CD2> central_sep2 -0.258254
+R<GLY>A<O> R<HIS>A<CD2> sep1 0.874433
+R<GLY>A<O> R<HIS>A<CD2> sep2 0.0263664
+R<GLY>A<O> R<HIS>A<CE1> central_sep1 0.212568
+R<GLY>A<O> R<HIS>A<CE1> central_sep2 -0.41878
+R<GLY>A<O> R<HIS>A<CE1> sep1 0.789436
+R<GLY>A<O> R<HIS>A<CE1> sep2 -0.13533
+R<GLY>A<O> R<HIS>A<CG> central_sep1 0.35772
+R<GLY>A<O> R<HIS>A<CG> central_sep2 0.540232
+R<GLY>A<O> R<HIS>A<CG> sep1 0.160353
+R<GLY>A<O> R<HIS>A<CG> sep2 -0.539544
+R<GLY>A<O> R<HIS>A<N> central_sep1 -1.0409
+R<GLY>A<O> R<HIS>A<N> central_sep2 -0.607874
+R<GLY>A<O> R<HIS>A<N> sep1 0.0570918
+R<GLY>A<O> R<HIS>A<N> sep2 0.483303
+R<GLY>A<O> R<HIS>A<ND1> central_sep1 -0.579254
+R<GLY>A<O> R<HIS>A<ND1> central_sep2 -0.271936
+R<GLY>A<O> R<HIS>A<ND1> sep1 0.550218
+R<GLY>A<O> R<HIS>A<ND1> sep2 -0.144992
+R<GLY>A<O> R<HIS>A<NE2> central_sep1 0.593596
+R<GLY>A<O> R<HIS>A<NE2> central_sep2 -0.429942
+R<GLY>A<O> R<HIS>A<NE2> sep1 0.95567
+R<GLY>A<O> R<HIS>A<NE2> sep2 -0.301585
+R<GLY>A<O> R<HIS>A<O> central_sep1 0.801279
+R<GLY>A<O> R<HIS>A<O> central_sep2 0.7274
+R<GLY>A<O> R<HIS>A<O> sep1 0.578403
+R<GLY>A<O> R<HIS>A<O> sep2 0.596955
+R<GLY>A<O> R<ILE>A<C> central_sep1 -0.239593
+R<GLY>A<O> R<ILE>A<C> central_sep2 2.48773
+R<GLY>A<O> R<ILE>A<C> sep1 -1.32165
+R<GLY>A<O> R<ILE>A<C> sep2 1.43377
+R<GLY>A<O> R<ILE>A<CA> central_sep1 1.31382
+R<GLY>A<O> R<ILE>A<CA> central_sep2 -0.534486
+R<GLY>A<O> R<ILE>A<CA> sep1 -2.03937
+R<GLY>A<O> R<ILE>A<CA> sep2 0.591575
+R<GLY>A<O> R<ILE>A<CB> central_sep1 -0.907278
+R<GLY>A<O> R<ILE>A<CB> central_sep2 -0.196478
+R<GLY>A<O> R<ILE>A<CB> sep1 0.644586
+R<GLY>A<O> R<ILE>A<CB> sep2 -0.527313
+R<GLY>A<O> R<ILE>A<CD1> central_sep1 0.520945
+R<GLY>A<O> R<ILE>A<CD1> central_sep2 -0.0638171
+R<GLY>A<O> R<ILE>A<CD1> sep1 1.34557
+R<GLY>A<O> R<ILE>A<CD1> sep2 0.286209
+R<GLY>A<O> R<ILE>A<CG1> central_sep1 -0.906331
+R<GLY>A<O> R<ILE>A<CG1> central_sep2 0.0534536
+R<GLY>A<O> R<ILE>A<CG1> sep1 0.389994
+R<GLY>A<O> R<ILE>A<CG1> sep2 -0.0337832
+R<GLY>A<O> R<ILE>A<CG2> central_sep1 -0.318445
+R<GLY>A<O> R<ILE>A<CG2> central_sep2 -0.160991
+R<GLY>A<O> R<ILE>A<CG2> sep1 1.2073
+R<GLY>A<O> R<ILE>A<CG2> sep2 0.319741
+R<GLY>A<O> R<ILE>A<N> central_sep1 -1.04789
+R<GLY>A<O> R<ILE>A<N> central_sep2 -1.12388
+R<GLY>A<O> R<ILE>A<N> sep1 0.180948
+R<GLY>A<O> R<ILE>A<N> sep2 0.807567
+R<GLY>A<O> R<ILE>A<O> central_sep1 0.889013
+R<GLY>A<O> R<ILE>A<O> central_sep2 0.619898
+R<GLY>A<O> R<ILE>A<O> sep1 0.782061
+R<GLY>A<O> R<ILE>A<O> sep2 0.716032
+R<GLY>A<O> R<LEU>A<C> central_sep1 -0.196677
+R<GLY>A<O> R<LEU>A<C> central_sep2 2.07523
+R<GLY>A<O> R<LEU>A<C> sep1 -1.41577
+R<GLY>A<O> R<LEU>A<C> sep2 1.05775
+R<GLY>A<O> R<LEU>A<CA> central_sep1 1.31352
+R<GLY>A<O> R<LEU>A<CA> central_sep2 -0.290465
+R<GLY>A<O> R<LEU>A<CA> sep1 -1.94197
+R<GLY>A<O> R<LEU>A<CA> sep2 0.661979
+R<GLY>A<O> R<LEU>A<CB> central_sep1 -0.990052
+R<GLY>A<O> R<LEU>A<CB> central_sep2 0.119232
+R<GLY>A<O> R<LEU>A<CB> sep1 0.737679
+R<GLY>A<O> R<LEU>A<CB> sep2 -0.0981264
+R<GLY>A<O> R<LEU>A<CD1> central_sep1 0.66536
+R<GLY>A<O> R<LEU>A<CD1> central_sep2 -0.0187669
+R<GLY>A<O> R<LEU>A<CD1> sep1 1.56715
+R<GLY>A<O> R<LEU>A<CD1> sep2 0.287671
+R<GLY>A<O> R<LEU>A<CD2> central_sep1 0.313357
+R<GLY>A<O> R<LEU>A<CD2> central_sep2 -0.043011
+R<GLY>A<O> R<LEU>A<CD2> sep1 1.04632
+R<GLY>A<O> R<LEU>A<CD2> sep2 0.365383
+R<GLY>A<O> R<LEU>A<CG> central_sep1 -1.10622
+R<GLY>A<O> R<LEU>A<CG> central_sep2 0.364208
+R<GLY>A<O> R<LEU>A<CG> sep1 0.918931
+R<GLY>A<O> R<LEU>A<CG> sep2 0.0980297
+R<GLY>A<O> R<LEU>A<N> central_sep1 -1.30231
+R<GLY>A<O> R<LEU>A<N> central_sep2 -0.784833
+R<GLY>A<O> R<LEU>A<N> sep1 0.239392
+R<GLY>A<O> R<LEU>A<N> sep2 0.911658
+R<GLY>A<O> R<LEU>A<O> central_sep1 0.872398
+R<GLY>A<O> R<LEU>A<O> central_sep2 0.871177
+R<GLY>A<O> R<LEU>A<O> sep1 0.655101
+R<GLY>A<O> R<LEU>A<O> sep2 0.745542
+R<GLY>A<O> R<LYS>A<C> central_sep1 -0.290236
+R<GLY>A<O> R<LYS>A<C> central_sep2 2.17273
+R<GLY>A<O> R<LYS>A<C> sep1 -1.43058
+R<GLY>A<O> R<LYS>A<C> sep2 1.20428
+R<GLY>A<O> R<LYS>A<CA> central_sep1 0.977337
+R<GLY>A<O> R<LYS>A<CA> central_sep2 -0.0624035
+R<GLY>A<O> R<LYS>A<CA> sep1 -2.11828
+R<GLY>A<O> R<LYS>A<CA> sep2 0.570291
+R<GLY>A<O> R<LYS>A<CB> central_sep1 -0.672065
+R<GLY>A<O> R<LYS>A<CB> central_sep2 0.158195
+R<GLY>A<O> R<LYS>A<CB> sep1 0.403454
+R<GLY>A<O> R<LYS>A<CB> sep2 0.116371
+R<GLY>A<O> R<LYS>A<CD> central_sep1 0.00807483
+R<GLY>A<O> R<LYS>A<CD> central_sep2 -0.20885
+R<GLY>A<O> R<LYS>A<CD> sep1 0.664046
+R<GLY>A<O> R<LYS>A<CD> sep2 0.0869014
+R<GLY>A<O> R<LYS>A<CE> central_sep1 0.122063
+R<GLY>A<O> R<LYS>A<CE> central_sep2 -0.14783
+R<GLY>A<O> R<LYS>A<CE> sep1 0.925638
+R<GLY>A<O> R<LYS>A<CE> sep2 -0.109054
+R<GLY>A<O> R<LYS>A<CG> central_sep1 -1.00019
+R<GLY>A<O> R<LYS>A<CG> central_sep2 0.00063009
+R<GLY>A<O> R<LYS>A<CG> sep1 0.0677927
+R<GLY>A<O> R<LYS>A<CG> sep2 0.14571
+R<GLY>A<O> R<LYS>A<N> central_sep1 -0.982302
+R<GLY>A<O> R<LYS>A<N> central_sep2 -0.193294
+R<GLY>A<O> R<LYS>A<N> sep1 -0.212287
+R<GLY>A<O> R<LYS>A<N> sep2 0.784083
+R<GLY>A<O> R<LYS>A<NZ> central_sep1 0.312314
+R<GLY>A<O> R<LYS>A<NZ> central_sep2 -0.37592
+R<GLY>A<O> R<LYS>A<NZ> sep1 1.89292
+R<GLY>A<O> R<LYS>A<NZ> sep2 0.336371
+R<GLY>A<O> R<LYS>A<O> central_sep1 1.1616
+R<GLY>A<O> R<LYS>A<O> central_sep2 1.22059
+R<GLY>A<O> R<LYS>A<O> sep1 0.723485
+R<GLY>A<O> R<LYS>A<O> sep2 0.798299
+R<GLY>A<O> R<MET>A<C> central_sep1 -0.265731
+R<GLY>A<O> R<MET>A<C> central_sep2 1.91298
+R<GLY>A<O> R<MET>A<C> sep1 -1.45516
+R<GLY>A<O> R<MET>A<C> sep2 0.853101
+R<GLY>A<O> R<MET>A<CA> central_sep1 1.40819
+R<GLY>A<O> R<MET>A<CA> central_sep2 -0.344739
+R<GLY>A<O> R<MET>A<CA> sep1 -1.92519
+R<GLY>A<O> R<MET>A<CA> sep2 0.412579
+R<GLY>A<O> R<MET>A<CB> central_sep1 -0.93123
+R<GLY>A<O> R<MET>A<CB> central_sep2 -0.125476
+R<GLY>A<O> R<MET>A<CB> sep1 0.487183
+R<GLY>A<O> R<MET>A<CB> sep2 -0.128219
+R<GLY>A<O> R<MET>A<CE> central_sep1 0.290623
+R<GLY>A<O> R<MET>A<CE> central_sep2 -0.414365
+R<GLY>A<O> R<MET>A<CE> sep1 1.76114
+R<GLY>A<O> R<MET>A<CE> sep2 0.136296
+R<GLY>A<O> R<MET>A<CG> central_sep1 -0.879112
+R<GLY>A<O> R<MET>A<CG> central_sep2 -0.270267
+R<GLY>A<O> R<MET>A<CG> sep1 0.834698
+R<GLY>A<O> R<MET>A<CG> sep2 0.073661
+R<GLY>A<O> R<MET>A<N> central_sep1 -1.2596
+R<GLY>A<O> R<MET>A<N> central_sep2 -0.681694
+R<GLY>A<O> R<MET>A<N> sep1 0.274256
+R<GLY>A<O> R<MET>A<N> sep2 0.682145
+R<GLY>A<O> R<MET>A<O> central_sep1 0.901547
+R<GLY>A<O> R<MET>A<O> central_sep2 0.830319
+R<GLY>A<O> R<MET>A<O> sep1 0.718829
+R<GLY>A<O> R<MET>A<O> sep2 0.669256
+R<GLY>A<O> R<MET>A<SD> central_sep1 0.80716
+R<GLY>A<O> R<MET>A<SD> central_sep2 0.320631
+R<GLY>A<O> R<MET>A<SD> sep1 1.42994
+R<GLY>A<O> R<MET>A<SD> sep2 -0.0198275
+R<GLY>A<O> R<PHE>A<C> central_sep1 -0.49274
+R<GLY>A<O> R<PHE>A<C> central_sep2 1.88517
+R<GLY>A<O> R<PHE>A<C> sep1 -1.47478
+R<GLY>A<O> R<PHE>A<C> sep2 0.937046
+R<GLY>A<O> R<PHE>A<CA> central_sep1 1.20152
+R<GLY>A<O> R<PHE>A<CA> central_sep2 -0.568602
+R<GLY>A<O> R<PHE>A<CA> sep1 -1.91522
+R<GLY>A<O> R<PHE>A<CA> sep2 0.513569
+R<GLY>A<O> R<PHE>A<CB> central_sep1 -0.891564
+R<GLY>A<O> R<PHE>A<CB> central_sep2 -0.289942
+R<GLY>A<O> R<PHE>A<CB> sep1 0.32675
+R<GLY>A<O> R<PHE>A<CB> sep2 -0.26274
+R<GLY>A<O> R<PHE>A<CD1> central_sep1 -0.393091
+R<GLY>A<O> R<PHE>A<CD1> central_sep2 -0.27776
+R<GLY>A<O> R<PHE>A<CD1> sep1 0.806229
+R<GLY>A<O> R<PHE>A<CD1> sep2 0.0292617
+R<GLY>A<O> R<PHE>A<CE1> central_sep1 0.530191
+R<GLY>A<O> R<PHE>A<CE1> central_sep2 -0.0746392
+R<GLY>A<O> R<PHE>A<CE1> sep1 1.09642
+R<GLY>A<O> R<PHE>A<CE1> sep2 -0.200624
+R<GLY>A<O> R<PHE>A<CG> central_sep1 1.03233
+R<GLY>A<O> R<PHE>A<CG> central_sep2 1.20762
+R<GLY>A<O> R<PHE>A<CG> sep1 0.141657
+R<GLY>A<O> R<PHE>A<CG> sep2 -0.526214
+R<GLY>A<O> R<PHE>A<CZ> central_sep1 1.57201
+R<GLY>A<O> R<PHE>A<CZ> central_sep2 -0.108906
+R<GLY>A<O> R<PHE>A<CZ> sep1 1.77472
+R<GLY>A<O> R<PHE>A<CZ> sep2 -0.223328
+R<GLY>A<O> R<PHE>A<N> central_sep1 -1.20016
+R<GLY>A<O> R<PHE>A<N> central_sep2 -1.08984
+R<GLY>A<O> R<PHE>A<N> sep1 0.213244
+R<GLY>A<O> R<PHE>A<N> sep2 0.484229
+R<GLY>A<O> R<PHE>A<O> central_sep1 0.678202
+R<GLY>A<O> R<PHE>A<O> central_sep2 0.487818
+R<GLY>A<O> R<PHE>A<O> sep1 0.547055
+R<GLY>A<O> R<PHE>A<O> sep2 0.677522
+R<GLY>A<O> R<PRO>A<C> central_sep1 -0.811681
+R<GLY>A<O> R<PRO>A<C> central_sep2 2.02076
+R<GLY>A<O> R<PRO>A<C> sep1 -1.40362
+R<GLY>A<O> R<PRO>A<C> sep2 1.19361
+R<GLY>A<O> R<PRO>A<CA> central_sep1 0.817438
+R<GLY>A<O> R<PRO>A<CA> central_sep2 -0.530166
+R<GLY>A<O> R<PRO>A<CA> sep1 -1.27239
+R<GLY>A<O> R<PRO>A<CA> sep2 0.0450398
+R<GLY>A<O> R<PRO>A<CB> central_sep1 0.547579
+R<GLY>A<O> R<PRO>A<CB> central_sep2 -0.222267
+R<GLY>A<O> R<PRO>A<CB> sep1 0.984027
+R<GLY>A<O> R<PRO>A<CB> sep2 -0.412867
+R<GLY>A<O> R<PRO>A<CD> central_sep1 -0.86073
+R<GLY>A<O> R<PRO>A<CD> central_sep2 -0.30551
+R<GLY>A<O> R<PRO>A<CD> sep1 -0.344107
+R<GLY>A<O> R<PRO>A<CD> sep2 0.325841
+R<GLY>A<O> R<PRO>A<CG> central_sep1 0.895096
+R<GLY>A<O> R<PRO>A<CG> central_sep2 -0.326239
+R<GLY>A<O> R<PRO>A<CG> sep1 0.966122
+R<GLY>A<O> R<PRO>A<CG> sep2 -0.370155
+R<GLY>A<O> R<PRO>A<N> central_sep1 0.640063
+R<GLY>A<O> R<PRO>A<N> central_sep2 1.38353
+R<GLY>A<O> R<PRO>A<N> sep1 -1.36276
+R<GLY>A<O> R<PRO>A<N> sep2 -0.349148
+R<GLY>A<O> R<PRO>A<O> central_sep1 1.16507
+R<GLY>A<O> R<PRO>A<O> central_sep2 1.11508
+R<GLY>A<O> R<PRO>A<O> sep1 0.556132
+R<GLY>A<O> R<PRO>A<O> sep2 0.617469
+R<GLY>A<O> R<SER>A<C> central_sep1 -0.219078
+R<GLY>A<O> R<SER>A<C> central_sep2 1.69181
+R<GLY>A<O> R<SER>A<C> sep1 -1.52307
+R<GLY>A<O> R<SER>A<C> sep2 0.722459
+R<GLY>A<O> R<SER>A<CA> central_sep1 1.21958
+R<GLY>A<O> R<SER>A<CA> central_sep2 -0.405207
+R<GLY>A<O> R<SER>A<CA> sep1 -1.90229
+R<GLY>A<O> R<SER>A<CA> sep2 0.113193
+R<GLY>A<O> R<SER>A<CB> central_sep1 -0.335463
+R<GLY>A<O> R<SER>A<CB> central_sep2 -0.206361
+R<GLY>A<O> R<SER>A<CB> sep1 0.292754
+R<GLY>A<O> R<SER>A<CB> sep2 -0.304953
+R<GLY>A<O> R<SER>A<N> central_sep1 -1.06946
+R<GLY>A<O> R<SER>A<N> central_sep2 -0.50078
+R<GLY>A<O> R<SER>A<N> sep1 -0.275718
+R<GLY>A<O> R<SER>A<N> sep2 0.384028
+R<GLY>A<O> R<SER>A<O> central_sep1 0.768556
+R<GLY>A<O> R<SER>A<O> central_sep2 0.877414
+R<GLY>A<O> R<SER>A<O> sep1 0.609695
+R<GLY>A<O> R<SER>A<O> sep2 0.625037
+R<GLY>A<O> R<SER>A<OG> central_sep1 -0.393184
+R<GLY>A<O> R<SER>A<OG> central_sep2 -0.0350954
+R<GLY>A<O> R<SER>A<OG> sep1 0.932521
+R<GLY>A<O> R<SER>A<OG> sep2 0.0203423
+R<GLY>A<O> R<THR>A<C> central_sep1 -0.202997
+R<GLY>A<O> R<THR>A<C> central_sep2 1.68414
+R<GLY>A<O> R<THR>A<C> sep1 -1.42446
+R<GLY>A<O> R<THR>A<C> sep2 0.833388
+R<GLY>A<O> R<THR>A<CA> central_sep1 1.34054
+R<GLY>A<O> R<THR>A<CA> central_sep2 -0.396869
+R<GLY>A<O> R<THR>A<CA> sep1 -2.07436
+R<GLY>A<O> R<THR>A<CA> sep2 0.450568
+R<GLY>A<O> R<THR>A<CB> central_sep1 -0.561034
+R<GLY>A<O> R<THR>A<CB> central_sep2 -0.212908
+R<GLY>A<O> R<THR>A<CB> sep1 0.478392
+R<GLY>A<O> R<THR>A<CB> sep2 -0.744628
+R<GLY>A<O> R<THR>A<CG2> central_sep1 -0.51082
+R<GLY>A<O> R<THR>A<CG2> central_sep2 -0.211786
+R<GLY>A<O> R<THR>A<CG2> sep1 0.625069
+R<GLY>A<O> R<THR>A<CG2> sep2 0.0927951
+R<GLY>A<O> R<THR>A<N> central_sep1 -1.13187
+R<GLY>A<O> R<THR>A<N> central_sep2 -0.804204
+R<GLY>A<O> R<THR>A<N> sep1 -0.274317
+R<GLY>A<O> R<THR>A<N> sep2 0.775764
+R<GLY>A<O> R<THR>A<O> central_sep1 0.774844
+R<GLY>A<O> R<THR>A<O> central_sep2 0.76368
+R<GLY>A<O> R<THR>A<O> sep1 0.716565
+R<GLY>A<O> R<THR>A<O> sep2 0.616379
+R<GLY>A<O> R<THR>A<OG1> central_sep1 -0.696436
+R<GLY>A<O> R<THR>A<OG1> central_sep2 -0.106683
+R<GLY>A<O> R<THR>A<OG1> sep1 0.457598
+R<GLY>A<O> R<THR>A<OG1> sep2 0.114475
+R<GLY>A<O> R<TRP>A<C> central_sep1 -0.545304
+R<GLY>A<O> R<TRP>A<C> central_sep2 2.12014
+R<GLY>A<O> R<TRP>A<C> sep1 -1.55664
+R<GLY>A<O> R<TRP>A<C> sep2 0.825892
+R<GLY>A<O> R<TRP>A<CA> central_sep1 0.928871
+R<GLY>A<O> R<TRP>A<CA> central_sep2 -0.591238
+R<GLY>A<O> R<TRP>A<CA> sep1 -1.97363
+R<GLY>A<O> R<TRP>A<CA> sep2 0.41499
+R<GLY>A<O> R<TRP>A<CB> central_sep1 -0.785269
+R<GLY>A<O> R<TRP>A<CB> central_sep2 -0.314459
+R<GLY>A<O> R<TRP>A<CB> sep1 0.449866
+R<GLY>A<O> R<TRP>A<CB> sep2 -0.216965
+R<GLY>A<O> R<TRP>A<CD1> central_sep1 -0.999607
+R<GLY>A<O> R<TRP>A<CD1> central_sep2 -0.422606
+R<GLY>A<O> R<TRP>A<CD1> sep1 0.564989
+R<GLY>A<O> R<TRP>A<CD1> sep2 -0.305048
+R<GLY>A<O> R<TRP>A<CD2> central_sep1 0.711097
+R<GLY>A<O> R<TRP>A<CD2> central_sep2 1.06504
+R<GLY>A<O> R<TRP>A<CD2> sep1 0.681418
+R<GLY>A<O> R<TRP>A<CD2> sep2 0.187332
+R<GLY>A<O> R<TRP>A<CE2> central_sep1 1.35778
+R<GLY>A<O> R<TRP>A<CE2> central_sep2 1.43006
+R<GLY>A<O> R<TRP>A<CE2> sep1 0.933995
+R<GLY>A<O> R<TRP>A<CE2> sep2 0.177078
+R<GLY>A<O> R<TRP>A<CE3> central_sep1 0.019705
+R<GLY>A<O> R<TRP>A<CE3> central_sep2 0.0334805
+R<GLY>A<O> R<TRP>A<CE3> sep1 1.17741
+R<GLY>A<O> R<TRP>A<CE3> sep2 -0.0526538
+R<GLY>A<O> R<TRP>A<CG> central_sep1 0.974926
+R<GLY>A<O> R<TRP>A<CG> central_sep2 1.06032
+R<GLY>A<O> R<TRP>A<CG> sep1 0.475626
+R<GLY>A<O> R<TRP>A<CG> sep2 -0.639106
+R<GLY>A<O> R<TRP>A<CH2> central_sep1 1.63881
+R<GLY>A<O> R<TRP>A<CH2> central_sep2 -0.248904
+R<GLY>A<O> R<TRP>A<CH2> sep1 1.96578
+R<GLY>A<O> R<TRP>A<CH2> sep2 -0.59881
+R<GLY>A<O> R<TRP>A<CZ2> central_sep1 1.25651
+R<GLY>A<O> R<TRP>A<CZ2> central_sep2 -0.555124
+R<GLY>A<O> R<TRP>A<CZ2> sep1 1.80908
+R<GLY>A<O> R<TRP>A<CZ2> sep2 -0.579675
+R<GLY>A<O> R<TRP>A<CZ3> central_sep1 0.567368
+R<GLY>A<O> R<TRP>A<CZ3> central_sep2 -0.118764
+R<GLY>A<O> R<TRP>A<CZ3> sep1 1.44859
+R<GLY>A<O> R<TRP>A<CZ3> sep2 -0.219942
+R<GLY>A<O> R<TRP>A<N> central_sep1 -1.16191
+R<GLY>A<O> R<TRP>A<N> central_sep2 -1.02642
+R<GLY>A<O> R<TRP>A<N> sep1 0.154465
+R<GLY>A<O> R<TRP>A<N> sep2 0.600821
+R<GLY>A<O> R<TRP>A<NE1> central_sep1 -0.284829
+R<GLY>A<O> R<TRP>A<NE1> central_sep2 -0.974205
+R<GLY>A<O> R<TRP>A<NE1> sep1 0.807149
+R<GLY>A<O> R<TRP>A<NE1> sep2 -0.350052
+R<GLY>A<O> R<TRP>A<O> central_sep1 0.767047
+R<GLY>A<O> R<TRP>A<O> central_sep2 0.534118
+R<GLY>A<O> R<TRP>A<O> sep1 0.581676
+R<GLY>A<O> R<TRP>A<O> sep2 0.819147
+R<GLY>A<O> R<TYR>A<C> central_sep1 -0.416407
+R<GLY>A<O> R<TYR>A<C> central_sep2 1.97461
+R<GLY>A<O> R<TYR>A<C> sep1 -1.48544
+R<GLY>A<O> R<TYR>A<C> sep2 0.883824
+R<GLY>A<O> R<TYR>A<CA> central_sep1 1.14837
+R<GLY>A<O> R<TYR>A<CA> central_sep2 -0.566261
+R<GLY>A<O> R<TYR>A<CA> sep1 -1.98685
+R<GLY>A<O> R<TYR>A<CA> sep2 0.558468
+R<GLY>A<O> R<TYR>A<CB> central_sep1 -0.803183
+R<GLY>A<O> R<TYR>A<CB> central_sep2 -0.260458
+R<GLY>A<O> R<TYR>A<CB> sep1 0.36642
+R<GLY>A<O> R<TYR>A<CB> sep2 -0.260207
+R<GLY>A<O> R<TYR>A<CD1> central_sep1 -0.513517
+R<GLY>A<O> R<TYR>A<CD1> central_sep2 -0.373149
+R<GLY>A<O> R<TYR>A<CD1> sep1 0.665077
+R<GLY>A<O> R<TYR>A<CD1> sep2 -0.0332045
+R<GLY>A<O> R<TYR>A<CE1> central_sep1 0.239073
+R<GLY>A<O> R<TYR>A<CE1> central_sep2 -0.313308
+R<GLY>A<O> R<TYR>A<CE1> sep1 0.795176
+R<GLY>A<O> R<TYR>A<CE1> sep2 -0.208229
+R<GLY>A<O> R<TYR>A<CG> central_sep1 1.04182
+R<GLY>A<O> R<TYR>A<CG> central_sep2 1.30671
+R<GLY>A<O> R<TYR>A<CG> sep1 0.0699922
+R<GLY>A<O> R<TYR>A<CG> sep2 -0.532149
+R<GLY>A<O> R<TYR>A<CZ> central_sep1 1.44353
+R<GLY>A<O> R<TYR>A<CZ> central_sep2 0.972501
+R<GLY>A<O> R<TYR>A<CZ> sep1 1.05368
+R<GLY>A<O> R<TYR>A<CZ> sep2 -0.145871
+R<GLY>A<O> R<TYR>A<N> central_sep1 -1.16425
+R<GLY>A<O> R<TYR>A<N> central_sep2 -0.978208
+R<GLY>A<O> R<TYR>A<N> sep1 0.181409
+R<GLY>A<O> R<TYR>A<N> sep2 0.633547
+R<GLY>A<O> R<TYR>A<O> central_sep1 0.793951
+R<GLY>A<O> R<TYR>A<O> central_sep2 0.597169
+R<GLY>A<O> R<TYR>A<O> sep1 0.588047
+R<GLY>A<O> R<TYR>A<O> sep2 0.724404
+R<GLY>A<O> R<TYR>A<OH> central_sep1 1.49425
+R<GLY>A<O> R<TYR>A<OH> central_sep2 -0.320805
+R<GLY>A<O> R<TYR>A<OH> sep1 2.22555
+R<GLY>A<O> R<TYR>A<OH> sep2 -0.309156
+R<GLY>A<O> R<VAL>A<C> central_sep1 -0.151125
+R<GLY>A<O> R<VAL>A<C> central_sep2 2.35449
+R<GLY>A<O> R<VAL>A<C> sep1 -1.3082
+R<GLY>A<O> R<VAL>A<C> sep2 1.32197
+R<GLY>A<O> R<VAL>A<CA> central_sep1 1.27019
+R<GLY>A<O> R<VAL>A<CA> central_sep2 -0.511148
+R<GLY>A<O> R<VAL>A<CA> sep1 -2.00857
+R<GLY>A<O> R<VAL>A<CA> sep2 0.648541
+R<GLY>A<O> R<VAL>A<CB> central_sep1 -0.702549
+R<GLY>A<O> R<VAL>A<CB> central_sep2 -0.297053
+R<GLY>A<O> R<VAL>A<CB> sep1 0.685735
+R<GLY>A<O> R<VAL>A<CB> sep2 -0.68684
+R<GLY>A<O> R<VAL>A<CG1> central_sep1 -0.359363
+R<GLY>A<O> R<VAL>A<CG1> central_sep2 -0.228549
+R<GLY>A<O> R<VAL>A<CG1> sep1 1.106
+R<GLY>A<O> R<VAL>A<CG1> sep2 0.170914
+R<GLY>A<O> R<VAL>A<CG2> central_sep1 -0.634462
+R<GLY>A<O> R<VAL>A<CG2> central_sep2 -0.130317
+R<GLY>A<O> R<VAL>A<CG2> sep1 0.841403
+R<GLY>A<O> R<VAL>A<CG2> sep2 0.121105
+R<GLY>A<O> R<VAL>A<N> central_sep1 -1.03095
+R<GLY>A<O> R<VAL>A<N> central_sep2 -1.2961
+R<GLY>A<O> R<VAL>A<N> sep1 0.0228192
+R<GLY>A<O> R<VAL>A<N> sep2 0.810571
+R<GLY>A<O> R<VAL>A<O> central_sep1 0.832428
+R<GLY>A<O> R<VAL>A<O> central_sep2 0.41952
+R<GLY>A<O> R<VAL>A<O> sep1 0.776885
+R<GLY>A<O> R<VAL>A<O> sep2 0.544474
+R<GLY>A<O> c<solvent> . 0.146686
+R<HIS>A<C> R<HIS>A<C> central_sep1 2.39683
+R<HIS>A<C> R<HIS>A<C> central_sep2 2.20413
+R<HIS>A<C> R<HIS>A<C> sep1 -2.92869
+R<HIS>A<C> R<HIS>A<C> sep2 1.39949
+R<HIS>A<C> R<HIS>A<CA> central_sep1 2.82298
+R<HIS>A<C> R<HIS>A<CA> central_sep2 1.85528
+R<HIS>A<C> R<HIS>A<CA> sep1 -3.11817
+R<HIS>A<C> R<HIS>A<CA> sep2 0.549741
+R<HIS>A<C> R<HIS>A<CB> central_sep1 1.3932
+R<HIS>A<C> R<HIS>A<CB> central_sep2 0.482964
+R<HIS>A<C> R<HIS>A<CB> sep1 -0.871113
+R<HIS>A<C> R<HIS>A<CB> sep2 -0.407819
+R<HIS>A<C> R<HIS>A<CD2> central_sep1 -0.805743
+R<HIS>A<C> R<HIS>A<CD2> central_sep2 0.527761
+R<HIS>A<C> R<HIS>A<CD2> sep1 -0.791747
+R<HIS>A<C> R<HIS>A<CD2> sep2 -0.441313
+R<HIS>A<C> R<HIS>A<CE1> central_sep1 0.680073
+R<HIS>A<C> R<HIS>A<CE1> central_sep2 0.502461
+R<HIS>A<C> R<HIS>A<CE1> sep1 0.944837
+R<HIS>A<C> R<HIS>A<CE1> sep2 -0.48759
+R<HIS>A<C> R<HIS>A<CG> central_sep1 -0.283441
+R<HIS>A<C> R<HIS>A<CG> central_sep2 0.837607
+R<HIS>A<C> R<HIS>A<CG> sep1 -1.97454
+R<HIS>A<C> R<HIS>A<CG> sep2 -0.0316255
+R<HIS>A<C> R<HIS>A<N> central_sep1 -1.09428
+R<HIS>A<C> R<HIS>A<N> central_sep2 2.28464
+R<HIS>A<C> R<HIS>A<N> sep1 -2.0476
+R<HIS>A<C> R<HIS>A<N> sep2 1.243
+R<HIS>A<C> R<HIS>A<ND1> central_sep1 -0.461238
+R<HIS>A<C> R<HIS>A<ND1> central_sep2 1.07907
+R<HIS>A<C> R<HIS>A<ND1> sep1 -0.771932
+R<HIS>A<C> R<HIS>A<ND1> sep2 -0.174541
+R<HIS>A<C> R<HIS>A<NE2> central_sep1 1.09093
+R<HIS>A<C> R<HIS>A<NE2> central_sep2 0.783846
+R<HIS>A<C> R<HIS>A<NE2> sep1 1.36225
+R<HIS>A<C> R<HIS>A<NE2> sep2 -0.223615
+R<HIS>A<C> R<HIS>A<O> central_sep1 -1.37057
+R<HIS>A<C> R<HIS>A<O> central_sep2 1.07658
+R<HIS>A<C> R<HIS>A<O> sep1 -1.97979
+R<HIS>A<C> R<HIS>A<O> sep2 0.195196
+R<HIS>A<C> R<ILE>A<C> central_sep1 4.47147
+R<HIS>A<C> R<ILE>A<C> sep1 -2.71371
+R<HIS>A<C> R<ILE>A<C> sep2 2.75851
+R<HIS>A<C> R<ILE>A<CA> central_sep1 2.824
+R<HIS>A<C> R<ILE>A<CA> central_sep2 2.83279
+R<HIS>A<C> R<ILE>A<CA> sep1 -2.77183
+R<HIS>A<C> R<ILE>A<CA> sep2 0.874499
+R<HIS>A<C> R<ILE>A<CB> central_sep1 2.38149
+R<HIS>A<C> R<ILE>A<CB> central_sep2 1.17888
+R<HIS>A<C> R<ILE>A<CB> sep1 0.0975375
+R<HIS>A<C> R<ILE>A<CB> sep2 -0.122904
+R<HIS>A<C> R<ILE>A<CD1> central_sep1 0.732384
+R<HIS>A<C> R<ILE>A<CD1> central_sep2 -0.00728445
+R<HIS>A<C> R<ILE>A<CD1> sep1 0.276795
+R<HIS>A<C> R<ILE>A<CD1> sep2 -0.314717
+R<HIS>A<C> R<ILE>A<CG1> central_sep1 0.228636
+R<HIS>A<C> R<ILE>A<CG1> central_sep2 0.488649
+R<HIS>A<C> R<ILE>A<CG1> sep1 -1.29769
+R<HIS>A<C> R<ILE>A<CG1> sep2 -0.287543
+R<HIS>A<C> R<ILE>A<CG2> central_sep1 0.177718
+R<HIS>A<C> R<ILE>A<CG2> central_sep2 0.525485
+R<HIS>A<C> R<ILE>A<CG2> sep1 -0.283144
+R<HIS>A<C> R<ILE>A<CG2> sep2 -0.364019
+R<HIS>A<C> R<ILE>A<N> central_sep1 -0.178149
+R<HIS>A<C> R<ILE>A<N> central_sep2 2.82405
+R<HIS>A<C> R<ILE>A<N> sep1 -1.71133
+R<HIS>A<C> R<ILE>A<N> sep2 1.76621
+R<HIS>A<C> R<ILE>A<O> central_sep1 -0.85572
+R<HIS>A<C> R<ILE>A<O> central_sep2 2.17649
+R<HIS>A<C> R<ILE>A<O> sep1 -1.19775
+R<HIS>A<C> R<ILE>A<O> sep2 1.02079
+R<HIS>A<C> R<LEU>A<C> central_sep1 3.2508
+R<HIS>A<C> R<LEU>A<C> central_sep2 3.7526
+R<HIS>A<C> R<LEU>A<C> sep1 -2.59714
+R<HIS>A<C> R<LEU>A<C> sep2 2.29544
+R<HIS>A<C> R<LEU>A<CA> central_sep1 2.79957
+R<HIS>A<C> R<LEU>A<CA> central_sep2 3.44843
+R<HIS>A<C> R<LEU>A<CA> sep1 -2.87021
+R<HIS>A<C> R<LEU>A<CA> sep2 1.24411
+R<HIS>A<C> R<LEU>A<CB> central_sep1 1.75459
+R<HIS>A<C> R<LEU>A<CB> central_sep2 1.1924
+R<HIS>A<C> R<LEU>A<CB> sep1 0.17814
+R<HIS>A<C> R<LEU>A<CB> sep2 0.230262
+R<HIS>A<C> R<LEU>A<CD1> central_sep1 0.843685
+R<HIS>A<C> R<LEU>A<CD1> central_sep2 -0.0946422
+R<HIS>A<C> R<LEU>A<CD1> sep1 0.517062
+R<HIS>A<C> R<LEU>A<CD1> sep2 -0.512578
+R<HIS>A<C> R<LEU>A<CD2> central_sep1 0.92069
+R<HIS>A<C> R<LEU>A<CD2> central_sep2 0.0723789
+R<HIS>A<C> R<LEU>A<CD2> sep1 0.343103
+R<HIS>A<C> R<LEU>A<CD2> sep2 -0.218219
+R<HIS>A<C> R<LEU>A<CG> central_sep1 -0.193161
+R<HIS>A<C> R<LEU>A<CG> central_sep2 0.73764
+R<HIS>A<C> R<LEU>A<CG> sep1 -1.26395
+R<HIS>A<C> R<LEU>A<CG> sep2 -0.0588215
+R<HIS>A<C> R<LEU>A<N> central_sep1 -0.63908
+R<HIS>A<C> R<LEU>A<N> central_sep2 3.06694
+R<HIS>A<C> R<LEU>A<N> sep1 -1.82174
+R<HIS>A<C> R<LEU>A<N> sep2 2.02239
+R<HIS>A<C> R<LEU>A<O> central_sep1 -1.03004
+R<HIS>A<C> R<LEU>A<O> central_sep2 1.96567
+R<HIS>A<C> R<LEU>A<O> sep1 -1.41539
+R<HIS>A<C> R<LEU>A<O> sep2 1.27986
+R<HIS>A<C> R<LYS>A<C> central_sep1 4.15028
+R<HIS>A<C> R<LYS>A<C> central_sep2 3.05005
+R<HIS>A<C> R<LYS>A<C> sep1 -2.19209
+R<HIS>A<C> R<LYS>A<C> sep2 2.29501
+R<HIS>A<C> R<LYS>A<CA> central_sep1 2.98457
+R<HIS>A<C> R<LYS>A<CA> central_sep2 2.04304
+R<HIS>A<C> R<LYS>A<CA> sep1 -2.29795
+R<HIS>A<C> R<LYS>A<CA> sep2 1.18613
+R<HIS>A<C> R<LYS>A<CB> central_sep1 2.0037
+R<HIS>A<C> R<LYS>A<CB> central_sep2 1.32893
+R<HIS>A<C> R<LYS>A<CB> sep1 0.0261222
+R<HIS>A<C> R<LYS>A<CB> sep2 0.373546
+R<HIS>A<C> R<LYS>A<CD> central_sep1 1.83526
+R<HIS>A<C> R<LYS>A<CD> central_sep2 0.979192
+R<HIS>A<C> R<LYS>A<CD> sep1 0.944411
+R<HIS>A<C> R<LYS>A<CD> sep2 0.369848
+R<HIS>A<C> R<LYS>A<CE> central_sep1 2.03477
+R<HIS>A<C> R<LYS>A<CE> central_sep2 1.4917
+R<HIS>A<C> R<LYS>A<CE> sep1 1.87033
+R<HIS>A<C> R<LYS>A<CE> sep2 0.551923
+R<HIS>A<C> R<LYS>A<CG> central_sep1 0.798442
+R<HIS>A<C> R<LYS>A<CG> central_sep2 0.976084
+R<HIS>A<C> R<LYS>A<CG> sep1 -0.578528
+R<HIS>A<C> R<LYS>A<CG> sep2 0.224046
+R<HIS>A<C> R<LYS>A<N> central_sep1 -0.541798
+R<HIS>A<C> R<LYS>A<N> central_sep2 2.62691
+R<HIS>A<C> R<LYS>A<N> sep1 -1.5902
+R<HIS>A<C> R<LYS>A<N> sep2 1.93092
+R<HIS>A<C> R<LYS>A<NZ> central_sep1 2.88552
+R<HIS>A<C> R<LYS>A<NZ> central_sep2 1.97892
+R<HIS>A<C> R<LYS>A<NZ> sep1 2.52719
+R<HIS>A<C> R<LYS>A<NZ> sep2 0.297611
+R<HIS>A<C> R<LYS>A<O> central_sep1 -0.317064
+R<HIS>A<C> R<LYS>A<O> central_sep2 2.92852
+R<HIS>A<C> R<LYS>A<O> sep1 -1.16434
+R<HIS>A<C> R<LYS>A<O> sep2 1.22824
+R<HIS>A<C> R<MET>A<C> central_sep1 3.06966
+R<HIS>A<C> R<MET>A<C> central_sep2 3.35993
+R<HIS>A<C> R<MET>A<C> sep1 -2.58504
+R<HIS>A<C> R<MET>A<C> sep2 1.32322
+R<HIS>A<C> R<MET>A<CA> central_sep1 3.15309
+R<HIS>A<C> R<MET>A<CA> central_sep2 2.37421
+R<HIS>A<C> R<MET>A<CA> sep1 -2.88796
+R<HIS>A<C> R<MET>A<CA> sep2 0.779754
+R<HIS>A<C> R<MET>A<CB> central_sep1 1.62045
+R<HIS>A<C> R<MET>A<CB> central_sep2 1.13457
+R<HIS>A<C> R<MET>A<CB> sep1 -0.441997
+R<HIS>A<C> R<MET>A<CB> sep2 -0.204234
+R<HIS>A<C> R<MET>A<CE> central_sep1 0.586649
+R<HIS>A<C> R<MET>A<CE> central_sep2 -0.215453
+R<HIS>A<C> R<MET>A<CE> sep1 1.161
+R<HIS>A<C> R<MET>A<CE> sep2 -0.422104
+R<HIS>A<C> R<MET>A<CG> central_sep1 0.253665
+R<HIS>A<C> R<MET>A<CG> central_sep2 0.473974
+R<HIS>A<C> R<MET>A<CG> sep1 -0.953753
+R<HIS>A<C> R<MET>A<CG> sep2 -0.284093
+R<HIS>A<C> R<MET>A<N> central_sep1 -0.855238
+R<HIS>A<C> R<MET>A<N> central_sep2 2.11596
+R<HIS>A<C> R<MET>A<N> sep1 -1.71105
+R<HIS>A<C> R<MET>A<N> sep2 1.52308
+R<HIS>A<C> R<MET>A<O> central_sep1 -0.862857
+R<HIS>A<C> R<MET>A<O> central_sep2 2.09585
+R<HIS>A<C> R<MET>A<O> sep1 -1.41787
+R<HIS>A<C> R<MET>A<O> sep2 1.05701
+R<HIS>A<C> R<MET>A<SD> central_sep1 0.695881
+R<HIS>A<C> R<MET>A<SD> central_sep2 0.00268765
+R<HIS>A<C> R<MET>A<SD> sep1 0.612266
+R<HIS>A<C> R<MET>A<SD> sep2 -0.418103
+R<HIS>A<C> R<PHE>A<C> central_sep1 3.40361
+R<HIS>A<C> R<PHE>A<C> central_sep2 3.15895
+R<HIS>A<C> R<PHE>A<C> sep1 -2.57627
+R<HIS>A<C> R<PHE>A<C> sep2 1.54298
+R<HIS>A<C> R<PHE>A<CA> central_sep1 2.49943
+R<HIS>A<C> R<PHE>A<CA> central_sep2 2.3875
+R<HIS>A<C> R<PHE>A<CA> sep1 -2.85614
+R<HIS>A<C> R<PHE>A<CA> sep2 0.505619
+R<HIS>A<C> R<PHE>A<CB> central_sep1 1.65429
+R<HIS>A<C> R<PHE>A<CB> central_sep2 0.69361
+R<HIS>A<C> R<PHE>A<CB> sep1 -0.314775
+R<HIS>A<C> R<PHE>A<CB> sep2 -0.196807
+R<HIS>A<C> R<PHE>A<CD1> central_sep1 -0.691312
+R<HIS>A<C> R<PHE>A<CD1> central_sep2 -0.0971105
+R<HIS>A<C> R<PHE>A<CD1> sep1 -0.759192
+R<HIS>A<C> R<PHE>A<CD1> sep2 -0.483147
+R<HIS>A<C> R<PHE>A<CE1> central_sep1 0.515757
+R<HIS>A<C> R<PHE>A<CE1> central_sep2 -0.156166
+R<HIS>A<C> R<PHE>A<CE1> sep1 1.3282
+R<HIS>A<C> R<PHE>A<CE1> sep2 -0.570893
+R<HIS>A<C> R<PHE>A<CG> central_sep1 0.726696
+R<HIS>A<C> R<PHE>A<CG> central_sep2 1.35913
+R<HIS>A<C> R<PHE>A<CG> sep1 -2.01722
+R<HIS>A<C> R<PHE>A<CG> sep2 0.166929
+R<HIS>A<C> R<PHE>A<CZ> central_sep1 1.56096
+R<HIS>A<C> R<PHE>A<CZ> central_sep2 -0.137613
+R<HIS>A<C> R<PHE>A<CZ> sep1 2.35394
+R<HIS>A<C> R<PHE>A<CZ> sep2 -0.653877
+R<HIS>A<C> R<PHE>A<N> central_sep1 -0.708018
+R<HIS>A<C> R<PHE>A<N> central_sep2 2.21838
+R<HIS>A<C> R<PHE>A<N> sep1 -1.7599
+R<HIS>A<C> R<PHE>A<N> sep2 1.33249
+R<HIS>A<C> R<PHE>A<O> central_sep1 -0.850874
+R<HIS>A<C> R<PHE>A<O> central_sep2 1.97496
+R<HIS>A<C> R<PHE>A<O> sep1 -1.31812
+R<HIS>A<C> R<PHE>A<O> sep2 0.785736
+R<HIS>A<C> R<PRO>A<C> central_sep1 2.23878
+R<HIS>A<C> R<PRO>A<C> central_sep2 3.60634
+R<HIS>A<C> R<PRO>A<C> sep1 -2.36724
+R<HIS>A<C> R<PRO>A<C> sep2 2.18178
+R<HIS>A<C> R<PRO>A<CA> central_sep1 2.65767
+R<HIS>A<C> R<PRO>A<CA> central_sep2 1.51277
+R<HIS>A<C> R<PRO>A<CA> sep1 -2.65471
+R<HIS>A<C> R<PRO>A<CA> sep2 0.0508411
+R<HIS>A<C> R<PRO>A<CB> central_sep1 2.20233
+R<HIS>A<C> R<PRO>A<CB> central_sep2 0.530556
+R<HIS>A<C> R<PRO>A<CB> sep1 1.57473
+R<HIS>A<C> R<PRO>A<CB> sep2 -0.277532
+R<HIS>A<C> R<PRO>A<CD> central_sep1 -0.388268
+R<HIS>A<C> R<PRO>A<CD> central_sep2 1.13538
+R<HIS>A<C> R<PRO>A<CD> sep1 -0.924256
+R<HIS>A<C> R<PRO>A<CD> sep2 0.126561
+R<HIS>A<C> R<PRO>A<CG> central_sep1 2.16188
+R<HIS>A<C> R<PRO>A<CG> central_sep2 0.344742
+R<HIS>A<C> R<PRO>A<CG> sep1 2.2629
+R<HIS>A<C> R<PRO>A<CG> sep2 -0.204728
+R<HIS>A<C> R<PRO>A<N> central_sep1 1.07883
+R<HIS>A<C> R<PRO>A<N> central_sep2 1.82753
+R<HIS>A<C> R<PRO>A<N> sep1 -1.18041
+R<HIS>A<C> R<PRO>A<N> sep2 1.11262
+R<HIS>A<C> R<PRO>A<O> central_sep1 -0.548595
+R<HIS>A<C> R<PRO>A<O> central_sep2 2.47929
+R<HIS>A<C> R<PRO>A<O> sep1 -1.75475
+R<HIS>A<C> R<PRO>A<O> sep2 1.23432
+R<HIS>A<C> R<SER>A<C> central_sep1 3.39024
+R<HIS>A<C> R<SER>A<C> central_sep2 3.1537
+R<HIS>A<C> R<SER>A<C> sep1 -2.22129
+R<HIS>A<C> R<SER>A<C> sep2 1.74496
+R<HIS>A<C> R<SER>A<CA> central_sep1 3.20481
+R<HIS>A<C> R<SER>A<CA> central_sep2 2.06562
+R<HIS>A<C> R<SER>A<CA> sep1 -2.48677
+R<HIS>A<C> R<SER>A<CA> sep2 0.323216
+R<HIS>A<C> R<SER>A<CB> central_sep1 2.11511
+R<HIS>A<C> R<SER>A<CB> central_sep2 0.685883
+R<HIS>A<C> R<SER>A<CB> sep1 -0.2843
+R<HIS>A<C> R<SER>A<CB> sep2 -0.161382
+R<HIS>A<C> R<SER>A<N> central_sep1 -0.728363
+R<HIS>A<C> R<SER>A<N> central_sep2 2.43038
+R<HIS>A<C> R<SER>A<N> sep1 -1.46961
+R<HIS>A<C> R<SER>A<N> sep2 1.53894
+R<HIS>A<C> R<SER>A<O> central_sep1 -0.600935
+R<HIS>A<C> R<SER>A<O> central_sep2 1.92849
+R<HIS>A<C> R<SER>A<O> sep1 -1.38397
+R<HIS>A<C> R<SER>A<O> sep2 0.917223
+R<HIS>A<C> R<SER>A<OG> central_sep1 1.37702
+R<HIS>A<C> R<SER>A<OG> central_sep2 0.983003
+R<HIS>A<C> R<SER>A<OG> sep1 0.137617
+R<HIS>A<C> R<SER>A<OG> sep2 0.113483
+R<HIS>A<C> R<THR>A<C> central_sep1 4.66887
+R<HIS>A<C> R<THR>A<C> central_sep2 2.8363
+R<HIS>A<C> R<THR>A<C> sep1 -2.32265
+R<HIS>A<C> R<THR>A<C> sep2 2.28588
+R<HIS>A<C> R<THR>A<CA> central_sep1 3.87353
+R<HIS>A<C> R<THR>A<CA> central_sep2 2.5571
+R<HIS>A<C> R<THR>A<CA> sep1 -2.61453
+R<HIS>A<C> R<THR>A<CA> sep2 0.830896
+R<HIS>A<C> R<THR>A<CB> central_sep1 2.05447
+R<HIS>A<C> R<THR>A<CB> central_sep2 0.944342
+R<HIS>A<C> R<THR>A<CB> sep1 -0.0167398
+R<HIS>A<C> R<THR>A<CB> sep2 -0.0647302
+R<HIS>A<C> R<THR>A<CG2> central_sep1 0.794272
+R<HIS>A<C> R<THR>A<CG2> central_sep2 0.422787
+R<HIS>A<C> R<THR>A<CG2> sep1 -0.44565
+R<HIS>A<C> R<THR>A<CG2> sep2 -0.368317
+R<HIS>A<C> R<THR>A<N> central_sep1 -0.529497
+R<HIS>A<C> R<THR>A<N> central_sep2 2.75794
+R<HIS>A<C> R<THR>A<N> sep1 -1.50053
+R<HIS>A<C> R<THR>A<N> sep2 1.50862
+R<HIS>A<C> R<THR>A<O> central_sep1 -0.727715
+R<HIS>A<C> R<THR>A<O> central_sep2 1.94097
+R<HIS>A<C> R<THR>A<O> sep1 -1.17921
+R<HIS>A<C> R<THR>A<O> sep2 1.17587
+R<HIS>A<C> R<THR>A<OG1> central_sep1 1.22124
+R<HIS>A<C> R<THR>A<OG1> central_sep2 0.67949
+R<HIS>A<C> R<THR>A<OG1> sep1 -0.299113
+R<HIS>A<C> R<THR>A<OG1> sep2 -0.0043112
+R<HIS>A<C> R<TRP>A<C> central_sep1 3.37348
+R<HIS>A<C> R<TRP>A<C> central_sep2 4.22339
+R<HIS>A<C> R<TRP>A<C> sep1 -2.59927
+R<HIS>A<C> R<TRP>A<C> sep2 1.71099
+R<HIS>A<C> R<TRP>A<CA> central_sep1 2.41644
+R<HIS>A<C> R<TRP>A<CA> central_sep2 2.12211
+R<HIS>A<C> R<TRP>A<CA> sep1 -2.82909
+R<HIS>A<C> R<TRP>A<CA> sep2 0.325749
+R<HIS>A<C> R<TRP>A<CB> central_sep1 1.77476
+R<HIS>A<C> R<TRP>A<CB> central_sep2 0.794088
+R<HIS>A<C> R<TRP>A<CB> sep1 -0.362754
+R<HIS>A<C> R<TRP>A<CB> sep2 -0.425544
+R<HIS>A<C> R<TRP>A<CD1> central_sep1 -0.951673
+R<HIS>A<C> R<TRP>A<CD1> central_sep2 0.193303
+R<HIS>A<C> R<TRP>A<CD1> sep1 -0.607188
+R<HIS>A<C> R<TRP>A<CD1> sep2 -0.514024
+R<HIS>A<C> R<TRP>A<CD2> central_sep1 -0.478404
+R<HIS>A<C> R<TRP>A<CD2> central_sep2 0.705756
+R<HIS>A<C> R<TRP>A<CD2> sep1 -0.429932
+R<HIS>A<C> R<TRP>A<CD2> sep2 0.00554386
+R<HIS>A<C> R<TRP>A<CE2> central_sep1 0.0398496
+R<HIS>A<C> R<TRP>A<CE2> central_sep2 0.465555
+R<HIS>A<C> R<TRP>A<CE2> sep1 0.908239
+R<HIS>A<C> R<TRP>A<CE2> sep2 0.0726853
+R<HIS>A<C> R<TRP>A<CE3> central_sep1 -0.533335
+R<HIS>A<C> R<TRP>A<CE3> central_sep2 -0.934488
+R<HIS>A<C> R<TRP>A<CE3> sep1 0.479333
+R<HIS>A<C> R<TRP>A<CE3> sep2 -0.519984
+R<HIS>A<C> R<TRP>A<CG> central_sep1 0.763822
+R<HIS>A<C> R<TRP>A<CG> central_sep2 0.714972
+R<HIS>A<C> R<TRP>A<CG> sep1 -1.33726
+R<HIS>A<C> R<TRP>A<CG> sep2 0.269265
+R<HIS>A<C> R<TRP>A<CH2> central_sep1 1.59018
+R<HIS>A<C> R<TRP>A<CH2> central_sep2 -0.580651
+R<HIS>A<C> R<TRP>A<CH2> sep1 2.42406
+R<HIS>A<C> R<TRP>A<CH2> sep2 -0.899409
+R<HIS>A<C> R<TRP>A<CZ2> central_sep1 1.64695
+R<HIS>A<C> R<TRP>A<CZ2> central_sep2 -0.306724
+R<HIS>A<C> R<TRP>A<CZ2> sep1 2.68224
+R<HIS>A<C> R<TRP>A<CZ2> sep2 -0.68822
+R<HIS>A<C> R<TRP>A<CZ3> central_sep1 0.606371
+R<HIS>A<C> R<TRP>A<CZ3> central_sep2 -0.589698
+R<HIS>A<C> R<TRP>A<CZ3> sep1 1.92479
+R<HIS>A<C> R<TRP>A<CZ3> sep2 -0.917367
+R<HIS>A<C> R<TRP>A<N> central_sep1 -1.05197
+R<HIS>A<C> R<TRP>A<N> central_sep2 2.00644
+R<HIS>A<C> R<TRP>A<N> sep1 -1.72127
+R<HIS>A<C> R<TRP>A<N> sep2 1.31795
+R<HIS>A<C> R<TRP>A<NE1> central_sep1 1.02033
+R<HIS>A<C> R<TRP>A<NE1> central_sep2 0.419215
+R<HIS>A<C> R<TRP>A<NE1> sep1 1.1175
+R<HIS>A<C> R<TRP>A<NE1> sep2 -0.582267
+R<HIS>A<C> R<TRP>A<O> central_sep1 -0.946308
+R<HIS>A<C> R<TRP>A<O> central_sep2 2.07973
+R<HIS>A<C> R<TRP>A<O> sep1 -1.45462
+R<HIS>A<C> R<TRP>A<O> sep2 1.0096
+R<HIS>A<C> R<TYR>A<C> central_sep1 3.97131
+R<HIS>A<C> R<TYR>A<C> central_sep2 2.89573
+R<HIS>A<C> R<TYR>A<C> sep1 -2.46497
+R<HIS>A<C> R<TYR>A<C> sep2 2.09215
+R<HIS>A<C> R<TYR>A<CA> central_sep1 3.07599
+R<HIS>A<C> R<TYR>A<CA> central_sep2 2.3019
+R<HIS>A<C> R<TYR>A<CA> sep1 -2.74784
+R<HIS>A<C> R<TYR>A<CA> sep2 0.683499
+R<HIS>A<C> R<TYR>A<CB> central_sep1 1.75737
+R<HIS>A<C> R<TYR>A<CB> central_sep2 0.644973
+R<HIS>A<C> R<TYR>A<CB> sep1 -0.336648
+R<HIS>A<C> R<TYR>A<CB> sep2 -0.327024
+R<HIS>A<C> R<TYR>A<CD1> central_sep1 -0.680731
+R<HIS>A<C> R<TYR>A<CD1> central_sep2 -0.231333
+R<HIS>A<C> R<TYR>A<CD1> sep1 -0.508055
+R<HIS>A<C> R<TYR>A<CD1> sep2 -0.538956
+R<HIS>A<C> R<TYR>A<CE1> central_sep1 0.241844
+R<HIS>A<C> R<TYR>A<CE1> central_sep2 0.0317023
+R<HIS>A<C> R<TYR>A<CE1> sep1 1.29189
+R<HIS>A<C> R<TYR>A<CE1> sep2 -0.429455
+R<HIS>A<C> R<TYR>A<CG> central_sep1 0.929262
+R<HIS>A<C> R<TYR>A<CG> central_sep2 0.602341
+R<HIS>A<C> R<TYR>A<CG> sep1 -1.80744
+R<HIS>A<C> R<TYR>A<CG> sep2 0.158593
+R<HIS>A<C> R<TYR>A<CZ> central_sep1 0.758674
+R<HIS>A<C> R<TYR>A<CZ> central_sep2 0.67479
+R<HIS>A<C> R<TYR>A<CZ> sep1 1.58761
+R<HIS>A<C> R<TYR>A<CZ> sep2 -0.289489
+R<HIS>A<C> R<TYR>A<N> central_sep1 -0.660988
+R<HIS>A<C> R<TYR>A<N> central_sep2 2.25812
+R<HIS>A<C> R<TYR>A<N> sep1 -1.65767
+R<HIS>A<C> R<TYR>A<N> sep2 1.69986
+R<HIS>A<C> R<TYR>A<O> central_sep1 -0.771177
+R<HIS>A<C> R<TYR>A<O> central_sep2 1.81876
+R<HIS>A<C> R<TYR>A<O> sep1 -1.3067
+R<HIS>A<C> R<TYR>A<O> sep2 1.03483
+R<HIS>A<C> R<TYR>A<OH> central_sep1 2.28746
+R<HIS>A<C> R<TYR>A<OH> central_sep2 0.44786
+R<HIS>A<C> R<TYR>A<OH> sep1 3.41438
+R<HIS>A<C> R<TYR>A<OH> sep2 -0.208833
+R<HIS>A<C> R<VAL>A<C> central_sep1 4.0813
+R<HIS>A<C> R<VAL>A<C> central_sep2 3.77562
+R<HIS>A<C> R<VAL>A<C> sep1 -2.58096
+R<HIS>A<C> R<VAL>A<C> sep2 2.27399
+R<HIS>A<C> R<VAL>A<CA> central_sep1 3.48139
+R<HIS>A<C> R<VAL>A<CA> central_sep2 2.72934
+R<HIS>A<C> R<VAL>A<CA> sep1 -2.64011
+R<HIS>A<C> R<VAL>A<CA> sep2 0.833064
+R<HIS>A<C> R<VAL>A<CB> central_sep1 2.08918
+R<HIS>A<C> R<VAL>A<CB> central_sep2 0.77659
+R<HIS>A<C> R<VAL>A<CB> sep1 0.266299
+R<HIS>A<C> R<VAL>A<CB> sep2 -0.363328
+R<HIS>A<C> R<VAL>A<CG1> central_sep1 0.291662
+R<HIS>A<C> R<VAL>A<CG1> central_sep2 0.309667
+R<HIS>A<C> R<VAL>A<CG1> sep1 -0.305056
+R<HIS>A<C> R<VAL>A<CG1> sep2 -0.478253
+R<HIS>A<C> R<VAL>A<CG2> central_sep1 0.520998
+R<HIS>A<C> R<VAL>A<CG2> central_sep2 0.217896
+R<HIS>A<C> R<VAL>A<CG2> sep1 -0.789195
+R<HIS>A<C> R<VAL>A<CG2> sep2 -0.379864
+R<HIS>A<C> R<VAL>A<N> central_sep1 -0.122337
+R<HIS>A<C> R<VAL>A<N> central_sep2 3.66532
+R<HIS>A<C> R<VAL>A<N> sep1 -1.56213
+R<HIS>A<C> R<VAL>A<N> sep2 1.4292
+R<HIS>A<C> R<VAL>A<O> central_sep1 -0.671541
+R<HIS>A<C> R<VAL>A<O> central_sep2 2.3062
+R<HIS>A<C> R<VAL>A<O> sep1 -1.08807
+R<HIS>A<C> R<VAL>A<O> sep2 0.991316
+R<HIS>A<C> c<solvent> . 1.68392
+R<HIS>A<CA> R<HIS>A<CA> central_sep1 2.34216
+R<HIS>A<CA> R<HIS>A<CA> central_sep2 -0.0349234
+R<HIS>A<CA> R<HIS>A<CA> sep1 2.53893
+R<HIS>A<CA> R<HIS>A<CA> sep2 0.188928
+R<HIS>A<CA> R<HIS>A<CB> central_sep1 -0.652933
+R<HIS>A<CA> R<HIS>A<CB> central_sep2 -0.256478
+R<HIS>A<CA> R<HIS>A<CB> sep1 0.850508
+R<HIS>A<CA> R<HIS>A<CB> sep2 0.0156367
+R<HIS>A<CA> R<HIS>A<CD2> central_sep1 -0.105585
+R<HIS>A<CA> R<HIS>A<CD2> central_sep2 -0.168053
+R<HIS>A<CA> R<HIS>A<CD2> sep1 -0.365549
+R<HIS>A<CA> R<HIS>A<CD2> sep2 -0.270848
+R<HIS>A<CA> R<HIS>A<CE1> central_sep1 0.693686
+R<HIS>A<CA> R<HIS>A<CE1> central_sep2 -0.274217
+R<HIS>A<CA> R<HIS>A<CE1> sep1 1.12443
+R<HIS>A<CA> R<HIS>A<CE1> sep2 -0.28623
+R<HIS>A<CA> R<HIS>A<CG> central_sep1 0.916277
+R<HIS>A<CA> R<HIS>A<CG> central_sep2 -0.137541
+R<HIS>A<CA> R<HIS>A<CG> sep1 1.15042
+R<HIS>A<CA> R<HIS>A<CG> sep2 -1.06311
+R<HIS>A<CA> R<HIS>A<N> central_sep1 2.16231
+R<HIS>A<CA> R<HIS>A<N> central_sep2 1.31924
+R<HIS>A<CA> R<HIS>A<N> sep1 -2.85373
+R<HIS>A<CA> R<HIS>A<N> sep2 0.9255
+R<HIS>A<CA> R<HIS>A<ND1> central_sep1 0.215744
+R<HIS>A<CA> R<HIS>A<ND1> central_sep2 -0.311656
+R<HIS>A<CA> R<HIS>A<ND1> sep1 -0.342196
+R<HIS>A<CA> R<HIS>A<ND1> sep2 -0.606267
+R<HIS>A<CA> R<HIS>A<NE2> central_sep1 0.421391
+R<HIS>A<CA> R<HIS>A<NE2> central_sep2 -0.0125581
+R<HIS>A<CA> R<HIS>A<NE2> sep1 1.20569
+R<HIS>A<CA> R<HIS>A<NE2> sep2 -0.480806
+R<HIS>A<CA> R<HIS>A<O> central_sep1 0.888543
+R<HIS>A<CA> R<HIS>A<O> central_sep2 -0.579274
+R<HIS>A<CA> R<HIS>A<O> sep1 -2.58373
+R<HIS>A<CA> R<HIS>A<O> sep2 0.0858529
+R<HIS>A<CA> R<ILE>A<C> central_sep1 4.87103
+R<HIS>A<CA> R<ILE>A<C> central_sep2 3.48526
+R<HIS>A<CA> R<ILE>A<C> sep1 -2.8326
+R<HIS>A<CA> R<ILE>A<C> sep2 1.29226
+R<HIS>A<CA> R<ILE>A<CA> central_sep1 2.31933
+R<HIS>A<CA> R<ILE>A<CA> central_sep2 0.57964
+R<HIS>A<CA> R<ILE>A<CA> sep1 3.37627
+R<HIS>A<CA> R<ILE>A<CA> sep2 0.593325
+R<HIS>A<CA> R<ILE>A<CB> central_sep1 -0.834202
+R<HIS>A<CA> R<ILE>A<CB> central_sep2 0.126917
+R<HIS>A<CA> R<ILE>A<CB> sep1 1.3788
+R<HIS>A<CA> R<ILE>A<CB> sep2 0.561175
+R<HIS>A<CA> R<ILE>A<CD1> central_sep1 0.292679
+R<HIS>A<CA> R<ILE>A<CD1> central_sep2 -0.226532
+R<HIS>A<CA> R<ILE>A<CD1> sep1 1.9558
+R<HIS>A<CA> R<ILE>A<CD1> sep2 0.28606
+R<HIS>A<CA> R<ILE>A<CG1> central_sep1 0.511197
+R<HIS>A<CA> R<ILE>A<CG1> central_sep2 0.102686
+R<HIS>A<CA> R<ILE>A<CG1> sep1 1.38811
+R<HIS>A<CA> R<ILE>A<CG1> sep2 0.404883
+R<HIS>A<CA> R<ILE>A<CG2> central_sep1 1.21325
+R<HIS>A<CA> R<ILE>A<CG2> central_sep2 0.126581
+R<HIS>A<CA> R<ILE>A<CG2> sep1 1.06043
+R<HIS>A<CA> R<ILE>A<CG2> sep2 0.428239
+R<HIS>A<CA> R<ILE>A<N> central_sep1 2.19828
+R<HIS>A<CA> R<ILE>A<N> central_sep2 1.64588
+R<HIS>A<CA> R<ILE>A<N> sep1 -2.32937
+R<HIS>A<CA> R<ILE>A<N> sep2 1.19358
+R<HIS>A<CA> R<ILE>A<O> central_sep1 0.540412
+R<HIS>A<CA> R<ILE>A<O> central_sep2 -0.652308
+R<HIS>A<CA> R<ILE>A<O> sep1 -2.08178
+R<HIS>A<CA> R<ILE>A<O> sep2 0.480054
+R<HIS>A<CA> R<LEU>A<C> central_sep1 4.11691
+R<HIS>A<CA> R<LEU>A<C> central_sep2 2.57289
+R<HIS>A<CA> R<LEU>A<C> sep1 -2.59951
+R<HIS>A<CA> R<LEU>A<C> sep2 0.986981
+R<HIS>A<CA> R<LEU>A<CA> central_sep1 2.08473
+R<HIS>A<CA> R<LEU>A<CA> central_sep2 0.88415
+R<HIS>A<CA> R<LEU>A<CA> sep1 3.10466
+R<HIS>A<CA> R<LEU>A<CA> sep2 0.981625
+R<HIS>A<CA> R<LEU>A<CB> central_sep1 -0.691045
+R<HIS>A<CA> R<LEU>A<CB> central_sep2 0.416559
+R<HIS>A<CA> R<LEU>A<CB> sep1 1.39462
+R<HIS>A<CA> R<LEU>A<CB> sep2 0.739755
+R<HIS>A<CA> R<LEU>A<CD1> central_sep1 0.159152
+R<HIS>A<CA> R<LEU>A<CD1> central_sep2 -0.176597
+R<HIS>A<CA> R<LEU>A<CD1> sep1 1.83664
+R<HIS>A<CA> R<LEU>A<CD1> sep2 0.238879
+R<HIS>A<CA> R<LEU>A<CD2> central_sep1 1.5555
+R<HIS>A<CA> R<LEU>A<CD2> central_sep2 -0.0998851
+R<HIS>A<CA> R<LEU>A<CD2> sep1 1.72428
+R<HIS>A<CA> R<LEU>A<CD2> sep2 0.243821
+R<HIS>A<CA> R<LEU>A<CG> central_sep1 0.262342
+R<HIS>A<CA> R<LEU>A<CG> central_sep2 0.538131
+R<HIS>A<CA> R<LEU>A<CG> sep1 0.66248
+R<HIS>A<CA> R<LEU>A<CG> sep2 0.407
+R<HIS>A<CA> R<LEU>A<N> central_sep1 2.46899
+R<HIS>A<CA> R<LEU>A<N> central_sep2 1.58894
+R<HIS>A<CA> R<LEU>A<N> sep1 -2.19795
+R<HIS>A<CA> R<LEU>A<N> sep2 1.22313
+R<HIS>A<CA> R<LEU>A<O> central_sep1 0.930657
+R<HIS>A<CA> R<LEU>A<O> central_sep2 -0.355149
+R<HIS>A<CA> R<LEU>A<O> sep1 -1.96941
+R<HIS>A<CA> R<LEU>A<O> sep2 0.613124
+R<HIS>A<CA> R<LYS>A<C> central_sep1 5.38848
+R<HIS>A<CA> R<LYS>A<C> central_sep2 3.24522
+R<HIS>A<CA> R<LYS>A<C> sep1 -2.53385
+R<HIS>A<CA> R<LYS>A<C> sep2 1.19582
+R<HIS>A<CA> R<LYS>A<CA> central_sep1 1.84059
+R<HIS>A<CA> R<LYS>A<CA> central_sep2 0.909646
+R<HIS>A<CA> R<LYS>A<CA> sep1 2.31343
+R<HIS>A<CA> R<LYS>A<CA> sep2 1.13172
+R<HIS>A<CA> R<LYS>A<CB> central_sep1 -0.415975
+R<HIS>A<CA> R<LYS>A<CB> central_sep2 0.739566
+R<HIS>A<CA> R<LYS>A<CB> sep1 1.41474
+R<HIS>A<CA> R<LYS>A<CB> sep2 0.698804
+R<HIS>A<CA> R<LYS>A<CD> central_sep1 0.385433
+R<HIS>A<CA> R<LYS>A<CD> central_sep2 0.679791
+R<HIS>A<CA> R<LYS>A<CD> sep1 1.03803
+R<HIS>A<CA> R<LYS>A<CD> sep2 0.535909
+R<HIS>A<CA> R<LYS>A<CE> central_sep1 0.772713
+R<HIS>A<CA> R<LYS>A<CE> central_sep2 0.760533
+R<HIS>A<CA> R<LYS>A<CE> sep1 1.95764
+R<HIS>A<CA> R<LYS>A<CE> sep2 0.57726
+R<HIS>A<CA> R<LYS>A<CG> central_sep1 0.940976
+R<HIS>A<CA> R<LYS>A<CG> central_sep2 0.766465
+R<HIS>A<CA> R<LYS>A<CG> sep1 0.929952
+R<HIS>A<CA> R<LYS>A<CG> sep2 0.76283
+R<HIS>A<CA> R<LYS>A<N> central_sep1 3.27588
+R<HIS>A<CA> R<LYS>A<N> central_sep2 1.76344
+R<HIS>A<CA> R<LYS>A<N> sep1 -1.95012
+R<HIS>A<CA> R<LYS>A<N> sep2 1.29888
+R<HIS>A<CA> R<LYS>A<NZ> central_sep1 1.83855
+R<HIS>A<CA> R<LYS>A<NZ> central_sep2 1.04187
+R<HIS>A<CA> R<LYS>A<NZ> sep1 2.12684
+R<HIS>A<CA> R<LYS>A<NZ> sep2 0.117295
+R<HIS>A<CA> R<LYS>A<O> central_sep1 1.24597
+R<HIS>A<CA> R<LYS>A<O> central_sep2 -0.00904586
+R<HIS>A<CA> R<LYS>A<O> sep1 -1.99637
+R<HIS>A<CA> R<LYS>A<O> sep2 0.908381
+R<HIS>A<CA> R<MET>A<C> central_sep1 3.37035
+R<HIS>A<CA> R<MET>A<C> central_sep2 2.71028
+R<HIS>A<CA> R<MET>A<C> sep1 -2.53773
+R<HIS>A<CA> R<MET>A<C> sep2 0.850554
+R<HIS>A<CA> R<MET>A<CA> central_sep1 2.17159
+R<HIS>A<CA> R<MET>A<CA> central_sep2 0.535914
+R<HIS>A<CA> R<MET>A<CA> sep1 2.75155
+R<HIS>A<CA> R<MET>A<CA> sep2 0.482078
+R<HIS>A<CA> R<MET>A<CB> central_sep1 -0.643285
+R<HIS>A<CA> R<MET>A<CB> central_sep2 0.106093
+R<HIS>A<CA> R<MET>A<CB> sep1 1.01239
+R<HIS>A<CA> R<MET>A<CB> sep2 0.549792
+R<HIS>A<CA> R<MET>A<CE> central_sep1 0.418091
+R<HIS>A<CA> R<MET>A<CE> central_sep2 -0.284565
+R<HIS>A<CA> R<MET>A<CE> sep1 2.13167
+R<HIS>A<CA> R<MET>A<CE> sep2 -0.1004
+R<HIS>A<CA> R<MET>A<CG> central_sep1 0.389921
+R<HIS>A<CA> R<MET>A<CG> central_sep2 0.218956
+R<HIS>A<CA> R<MET>A<CG> sep1 0.990375
+R<HIS>A<CA> R<MET>A<CG> sep2 0.153342
+R<HIS>A<CA> R<MET>A<N> central_sep1 2.60234
+R<HIS>A<CA> R<MET>A<N> central_sep2 1.28669
+R<HIS>A<CA> R<MET>A<N> sep1 -2.37721
+R<HIS>A<CA> R<MET>A<N> sep2 0.7089
+R<HIS>A<CA> R<MET>A<O> central_sep1 0.623169
+R<HIS>A<CA> R<MET>A<O> central_sep2 -0.539207
+R<HIS>A<CA> R<MET>A<O> sep1 -1.91389
+R<HIS>A<CA> R<MET>A<O> sep2 0.242478
+R<HIS>A<CA> R<MET>A<SD> central_sep1 0.144574
+R<HIS>A<CA> R<MET>A<SD> central_sep2 -0.629728
+R<HIS>A<CA> R<MET>A<SD> sep1 1.59961
+R<HIS>A<CA> R<MET>A<SD> sep2 0.137138
+R<HIS>A<CA> R<PHE>A<C> central_sep1 3.45123
+R<HIS>A<CA> R<PHE>A<C> central_sep2 2.27951
+R<HIS>A<CA> R<PHE>A<C> sep1 -2.64813
+R<HIS>A<CA> R<PHE>A<C> sep2 0.622415
+R<HIS>A<CA> R<PHE>A<CA> central_sep1 2.10515
+R<HIS>A<CA> R<PHE>A<CA> central_sep2 0.437874
+R<HIS>A<CA> R<PHE>A<CA> sep1 3.14016
+R<HIS>A<CA> R<PHE>A<CA> sep2 0.642316
+R<HIS>A<CA> R<PHE>A<CB> central_sep1 -0.278275
+R<HIS>A<CA> R<PHE>A<CB> central_sep2 0.0819581
+R<HIS>A<CA> R<PHE>A<CB> sep1 1.59318
+R<HIS>A<CA> R<PHE>A<CB> sep2 0.426659
+R<HIS>A<CA> R<PHE>A<CD1> central_sep1 0.257839
+R<HIS>A<CA> R<PHE>A<CD1> central_sep2 -0.161691
+R<HIS>A<CA> R<PHE>A<CD1> sep1 0.0187985
+R<HIS>A<CA> R<PHE>A<CD1> sep2 -0.0878003
+R<HIS>A<CA> R<PHE>A<CE1> central_sep1 1.04039
+R<HIS>A<CA> R<PHE>A<CE1> central_sep2 -0.37146
+R<HIS>A<CA> R<PHE>A<CE1> sep1 1.54704
+R<HIS>A<CA> R<PHE>A<CE1> sep2 -0.348475
+R<HIS>A<CA> R<PHE>A<CG> central_sep1 1.06862
+R<HIS>A<CA> R<PHE>A<CG> central_sep2 0.547747
+R<HIS>A<CA> R<PHE>A<CG> sep1 1.18382
+R<HIS>A<CA> R<PHE>A<CG> sep2 -0.743627
+R<HIS>A<CA> R<PHE>A<CZ> central_sep1 1.276
+R<HIS>A<CA> R<PHE>A<CZ> central_sep2 -0.467162
+R<HIS>A<CA> R<PHE>A<CZ> sep1 2.08008
+R<HIS>A<CA> R<PHE>A<CZ> sep2 -0.338431
+R<HIS>A<CA> R<PHE>A<N> central_sep1 2.42816
+R<HIS>A<CA> R<PHE>A<N> central_sep2 1.67416
+R<HIS>A<CA> R<PHE>A<N> sep1 -2.42849
+R<HIS>A<CA> R<PHE>A<N> sep2 1.08732
+R<HIS>A<CA> R<PHE>A<O> central_sep1 0.55671
+R<HIS>A<CA> R<PHE>A<O> central_sep2 -0.733725
+R<HIS>A<CA> R<PHE>A<O> sep1 -2.01968
+R<HIS>A<CA> R<PHE>A<O> sep2 0.258914
+R<HIS>A<CA> R<PRO>A<C> central_sep1 2.76502
+R<HIS>A<CA> R<PRO>A<C> central_sep2 2.53596
+R<HIS>A<CA> R<PRO>A<C> sep1 -2.60341
+R<HIS>A<CA> R<PRO>A<C> sep2 0.860535
+R<HIS>A<CA> R<PRO>A<CA> central_sep1 0.11041
+R<HIS>A<CA> R<PRO>A<CA> central_sep2 0.143126
+R<HIS>A<CA> R<PRO>A<CA> sep1 2.01976
+R<HIS>A<CA> R<PRO>A<CA> sep2 0.170774
+R<HIS>A<CA> R<PRO>A<CB> central_sep1 2.16866
+R<HIS>A<CA> R<PRO>A<CB> central_sep2 0.0527581
+R<HIS>A<CA> R<PRO>A<CB> sep1 2.60986
+R<HIS>A<CA> R<PRO>A<CB> sep2 0.264638
+R<HIS>A<CA> R<PRO>A<CD> central_sep1 -2.51439
+R<HIS>A<CA> R<PRO>A<CD> central_sep2 0.478262
+R<HIS>A<CA> R<PRO>A<CD> sep1 1.00859
+R<HIS>A<CA> R<PRO>A<CD> sep2 0.611369
+R<HIS>A<CA> R<PRO>A<CG> central_sep1 1.97682
+R<HIS>A<CA> R<PRO>A<CG> central_sep2 0.0180036
+R<HIS>A<CA> R<PRO>A<CG> sep1 1.9032
+R<HIS>A<CA> R<PRO>A<CG> sep2 0.0408401
+R<HIS>A<CA> R<PRO>A<N> central_sep1 4.25521
+R<HIS>A<CA> R<PRO>A<N> central_sep2 1.93613
+R<HIS>A<CA> R<PRO>A<N> sep1 -1.54466
+R<HIS>A<CA> R<PRO>A<N> sep2 0.803872
+R<HIS>A<CA> R<PRO>A<O> central_sep1 2.10833
+R<HIS>A<CA> R<PRO>A<O> central_sep2 0.170424
+R<HIS>A<CA> R<PRO>A<O> sep1 -1.99902
+R<HIS>A<CA> R<PRO>A<O> sep2 0.431543
+R<HIS>A<CA> R<SER>A<C> central_sep1 3.82218
+R<HIS>A<CA> R<SER>A<C> central_sep2 2.42558
+R<HIS>A<CA> R<SER>A<C> sep1 -2.58897
+R<HIS>A<CA> R<SER>A<C> sep2 0.782841
+R<HIS>A<CA> R<SER>A<CA> central_sep1 1.89047
+R<HIS>A<CA> R<SER>A<CA> central_sep2 0.292661
+R<HIS>A<CA> R<SER>A<CA> sep1 3.04611
+R<HIS>A<CA> R<SER>A<CA> sep2 0.564414
+R<HIS>A<CA> R<SER>A<CB> central_sep1 0.261569
+R<HIS>A<CA> R<SER>A<CB> central_sep2 0.0732526
+R<HIS>A<CA> R<SER>A<CB> sep1 1.52169
+R<HIS>A<CA> R<SER>A<CB> sep2 0.224161
+R<HIS>A<CA> R<SER>A<N> central_sep1 2.52838
+R<HIS>A<CA> R<SER>A<N> central_sep2 1.19434
+R<HIS>A<CA> R<SER>A<N> sep1 -2.16473
+R<HIS>A<CA> R<SER>A<N> sep2 1.16155
+R<HIS>A<CA> R<SER>A<O> central_sep1 1.29507
+R<HIS>A<CA> R<SER>A<O> central_sep2 -0.288595
+R<HIS>A<CA> R<SER>A<O> sep1 -1.98948
+R<HIS>A<CA> R<SER>A<O> sep2 0.582009
+R<HIS>A<CA> R<SER>A<OG> central_sep1 0.158126
+R<HIS>A<CA> R<SER>A<OG> central_sep2 -0.200948
+R<HIS>A<CA> R<SER>A<OG> sep1 0.898153
+R<HIS>A<CA> R<SER>A<OG> sep2 -0.127493
+R<HIS>A<CA> R<THR>A<C> central_sep1 4.99167
+R<HIS>A<CA> R<THR>A<C> central_sep2 2.50371
+R<HIS>A<CA> R<THR>A<C> sep1 -2.64941
+R<HIS>A<CA> R<THR>A<C> sep2 0.493278
+R<HIS>A<CA> R<THR>A<CA> central_sep1 1.3205
+R<HIS>A<CA> R<THR>A<CA> central_sep2 0.119045
+R<HIS>A<CA> R<THR>A<CA> sep1 3.17767
+R<HIS>A<CA> R<THR>A<CA> sep2 0.562888
+R<HIS>A<CA> R<THR>A<CB> central_sep1 -0.258554
+R<HIS>A<CA> R<THR>A<CB> central_sep2 0.16655
+R<HIS>A<CA> R<THR>A<CB> sep1 1.46862
+R<HIS>A<CA> R<THR>A<CB> sep2 0.0353456
+R<HIS>A<CA> R<THR>A<CG2> central_sep1 1.21967
+R<HIS>A<CA> R<THR>A<CG2> central_sep2 0.0561396
+R<HIS>A<CA> R<THR>A<CG2> sep1 1.37881
+R<HIS>A<CA> R<THR>A<CG2> sep2 0.21482
+R<HIS>A<CA> R<THR>A<N> central_sep1 2.63103
+R<HIS>A<CA> R<THR>A<N> central_sep2 1.48741
+R<HIS>A<CA> R<THR>A<N> sep1 -2.29986
+R<HIS>A<CA> R<THR>A<N> sep2 0.900777
+R<HIS>A<CA> R<THR>A<O> central_sep1 1.40335
+R<HIS>A<CA> R<THR>A<O> central_sep2 -0.574343
+R<HIS>A<CA> R<THR>A<O> sep1 -1.9988
+R<HIS>A<CA> R<THR>A<O> sep2 0.402351
+R<HIS>A<CA> R<THR>A<OG1> central_sep1 0.197702
+R<HIS>A<CA> R<THR>A<OG1> central_sep2 -0.411424
+R<HIS>A<CA> R<THR>A<OG1> sep1 0.901672
+R<HIS>A<CA> R<THR>A<OG1> sep2 0.0278509
+R<HIS>A<CA> R<TRP>A<C> central_sep1 2.86755
+R<HIS>A<CA> R<TRP>A<C> central_sep2 2.74998
+R<HIS>A<CA> R<TRP>A<C> sep1 -2.74824
+R<HIS>A<CA> R<TRP>A<C> sep2 0.847186
+R<HIS>A<CA> R<TRP>A<CA> central_sep1 1.26179
+R<HIS>A<CA> R<TRP>A<CA> central_sep2 0.180611
+R<HIS>A<CA> R<TRP>A<CA> sep1 2.89322
+R<HIS>A<CA> R<TRP>A<CA> sep2 0.633345
+R<HIS>A<CA> R<TRP>A<CB> central_sep1 -0.496146
+R<HIS>A<CA> R<TRP>A<CB> central_sep2 -0.0658722
+R<HIS>A<CA> R<TRP>A<CB> sep1 1.69761
+R<HIS>A<CA> R<TRP>A<CB> sep2 0.29606
+R<HIS>A<CA> R<TRP>A<CD1> central_sep1 0.249856
+R<HIS>A<CA> R<TRP>A<CD1> central_sep2 -0.224825
+R<HIS>A<CA> R<TRP>A<CD1> sep1 -0.0152262
+R<HIS>A<CA> R<TRP>A<CD1> sep2 -0.101749
+R<HIS>A<CA> R<TRP>A<CD2> central_sep1 0.449883
+R<HIS>A<CA> R<TRP>A<CD2> central_sep2 -0.0138006
+R<HIS>A<CA> R<TRP>A<CD2> sep1 0.554109
+R<HIS>A<CA> R<TRP>A<CD2> sep2 -0.745467
+R<HIS>A<CA> R<TRP>A<CE2> central_sep1 0.776767
+R<HIS>A<CA> R<TRP>A<CE2> central_sep2 -0.238893
+R<HIS>A<CA> R<TRP>A<CE2> sep1 0.760193
+R<HIS>A<CA> R<TRP>A<CE2> sep2 -1.01191
+R<HIS>A<CA> R<TRP>A<CE3> central_sep1 -0.897853
+R<HIS>A<CA> R<TRP>A<CE3> central_sep2 -0.421423
+R<HIS>A<CA> R<TRP>A<CE3> sep1 1.00612
+R<HIS>A<CA> R<TRP>A<CE3> sep2 -0.21555
+R<HIS>A<CA> R<TRP>A<CG> central_sep1 1.01581
+R<HIS>A<CA> R<TRP>A<CG> central_sep2 0.288352
+R<HIS>A<CA> R<TRP>A<CG> sep1 1.23218
+R<HIS>A<CA> R<TRP>A<CG> sep2 -0.969907
+R<HIS>A<CA> R<TRP>A<CH2> central_sep1 1.02985
+R<HIS>A<CA> R<TRP>A<CH2> central_sep2 -0.807805
+R<HIS>A<CA> R<TRP>A<CH2> sep1 2.60256
+R<HIS>A<CA> R<TRP>A<CH2> sep2 -0.564894
+R<HIS>A<CA> R<TRP>A<CZ2> central_sep1 0.994248
+R<HIS>A<CA> R<TRP>A<CZ2> central_sep2 -0.914437
+R<HIS>A<CA> R<TRP>A<CZ2> sep1 2.16286
+R<HIS>A<CA> R<TRP>A<CZ2> sep2 -0.460267
+R<HIS>A<CA> R<TRP>A<CZ3> central_sep1 0.824758
+R<HIS>A<CA> R<TRP>A<CZ3> central_sep2 -0.787296
+R<HIS>A<CA> R<TRP>A<CZ3> sep1 0.939806
+R<HIS>A<CA> R<TRP>A<CZ3> sep2 -0.723999
+R<HIS>A<CA> R<TRP>A<N> central_sep1 2.66537
+R<HIS>A<CA> R<TRP>A<N> central_sep2 1.45952
+R<HIS>A<CA> R<TRP>A<N> sep1 -2.37308
+R<HIS>A<CA> R<TRP>A<N> sep2 0.809059
+R<HIS>A<CA> R<TRP>A<NE1> central_sep1 0.631218
+R<HIS>A<CA> R<TRP>A<NE1> central_sep2 -0.334013
+R<HIS>A<CA> R<TRP>A<NE1> sep1 1.27036
+R<HIS>A<CA> R<TRP>A<NE1> sep2 -0.556487
+R<HIS>A<CA> R<TRP>A<O> central_sep1 0.992248
+R<HIS>A<CA> R<TRP>A<O> central_sep2 -0.520796
+R<HIS>A<CA> R<TRP>A<O> sep1 -2.1253
+R<HIS>A<CA> R<TRP>A<O> sep2 0.306623
+R<HIS>A<CA> R<TYR>A<C> central_sep1 3.46529
+R<HIS>A<CA> R<TYR>A<C> central_sep2 2.22494
+R<HIS>A<CA> R<TYR>A<C> sep1 -2.64707
+R<HIS>A<CA> R<TYR>A<C> sep2 0.783913
+R<HIS>A<CA> R<TYR>A<CA> central_sep1 1.8972
+R<HIS>A<CA> R<TYR>A<CA> central_sep2 0.143053
+R<HIS>A<CA> R<TYR>A<CA> sep1 3.21201
+R<HIS>A<CA> R<TYR>A<CA> sep2 0.58082
+R<HIS>A<CA> R<TYR>A<CB> central_sep1 -0.281818
+R<HIS>A<CA> R<TYR>A<CB> central_sep2 0.00302904
+R<HIS>A<CA> R<TYR>A<CB> sep1 1.55923
+R<HIS>A<CA> R<TYR>A<CB> sep2 0.285583
+R<HIS>A<CA> R<TYR>A<CD1> central_sep1 0.233295
+R<HIS>A<CA> R<TYR>A<CD1> central_sep2 -0.19084
+R<HIS>A<CA> R<TYR>A<CD1> sep1 -0.0509553
+R<HIS>A<CA> R<TYR>A<CD1> sep2 -0.195732
+R<HIS>A<CA> R<TYR>A<CE1> central_sep1 0.575998
+R<HIS>A<CA> R<TYR>A<CE1> central_sep2 -0.411897
+R<HIS>A<CA> R<TYR>A<CE1> sep1 1.2832
+R<HIS>A<CA> R<TYR>A<CE1> sep2 -0.368554
+R<HIS>A<CA> R<TYR>A<CG> central_sep1 1.49825
+R<HIS>A<CA> R<TYR>A<CG> central_sep2 0.289416
+R<HIS>A<CA> R<TYR>A<CG> sep1 1.32832
+R<HIS>A<CA> R<TYR>A<CG> sep2 -1.00452
+R<HIS>A<CA> R<TYR>A<CZ> central_sep1 0.306098
+R<HIS>A<CA> R<TYR>A<CZ> central_sep2 -0.227917
+R<HIS>A<CA> R<TYR>A<CZ> sep1 0.937958
+R<HIS>A<CA> R<TYR>A<CZ> sep2 -1.21792
+R<HIS>A<CA> R<TYR>A<N> central_sep1 2.66978
+R<HIS>A<CA> R<TYR>A<N> central_sep2 1.61243
+R<HIS>A<CA> R<TYR>A<N> sep1 -2.29913
+R<HIS>A<CA> R<TYR>A<N> sep2 1.21832
+R<HIS>A<CA> R<TYR>A<O> central_sep1 0.583833
+R<HIS>A<CA> R<TYR>A<O> central_sep2 -0.634486
+R<HIS>A<CA> R<TYR>A<O> sep1 -2.02046
+R<HIS>A<CA> R<TYR>A<O> sep2 0.37164
+R<HIS>A<CA> R<TYR>A<OH> central_sep1 1.45778
+R<HIS>A<CA> R<TYR>A<OH> central_sep2 -0.822625
+R<HIS>A<CA> R<TYR>A<OH> sep1 2.17182
+R<HIS>A<CA> R<TYR>A<OH> sep2 -0.558951
+R<HIS>A<CA> R<VAL>A<C> central_sep1 5.0868
+R<HIS>A<CA> R<VAL>A<C> central_sep2 2.3616
+R<HIS>A<CA> R<VAL>A<C> sep1 -2.72947
+R<HIS>A<CA> R<VAL>A<C> sep2 0.674442
+R<HIS>A<CA> R<VAL>A<CA> central_sep1 1.96277
+R<HIS>A<CA> R<VAL>A<CA> central_sep2 0.433674
+R<HIS>A<CA> R<VAL>A<CA> sep1 3.44752
+R<HIS>A<CA> R<VAL>A<CA> sep2 0.651688
+R<HIS>A<CA> R<VAL>A<CB> central_sep1 -0.619977
+R<HIS>A<CA> R<VAL>A<CB> central_sep2 0.0551128
+R<HIS>A<CA> R<VAL>A<CB> sep1 1.37382
+R<HIS>A<CA> R<VAL>A<CB> sep2 0.0924125
+R<HIS>A<CA> R<VAL>A<CG1> central_sep1 1.41968
+R<HIS>A<CA> R<VAL>A<CG1> central_sep2 0.0690367
+R<HIS>A<CA> R<VAL>A<CG1> sep1 1.25814
+R<HIS>A<CA> R<VAL>A<CG1> sep2 0.351725
+R<HIS>A<CA> R<VAL>A<CG2> central_sep1 0.53267
+R<HIS>A<CA> R<VAL>A<CG2> central_sep2 -0.108591
+R<HIS>A<CA> R<VAL>A<CG2> sep1 1.45802
+R<HIS>A<CA> R<VAL>A<CG2> sep2 0.461751
+R<HIS>A<CA> R<VAL>A<N> central_sep1 2.3865
+R<HIS>A<CA> R<VAL>A<N> central_sep2 1.56544
+R<HIS>A<CA> R<VAL>A<N> sep1 -2.31992
+R<HIS>A<CA> R<VAL>A<N> sep2 1.00996
+R<HIS>A<CA> R<VAL>A<O> central_sep1 0.839814
+R<HIS>A<CA> R<VAL>A<O> central_sep2 -0.707202
+R<HIS>A<CA> R<VAL>A<O> sep1 -2.00543
+R<HIS>A<CA> R<VAL>A<O> sep2 0.40238
+R<HIS>A<CA> c<solvent> . 0.943561
+R<HIS>A<CB> R<HIS>A<CB> central_sep1 -0.298046
+R<HIS>A<CB> R<HIS>A<CB> central_sep2 -1.14098
+R<HIS>A<CB> R<HIS>A<CB> sep1 0.925131
+R<HIS>A<CB> R<HIS>A<CB> sep2 -0.706441
+R<HIS>A<CB> R<HIS>A<CD2> central_sep1 -0.930839
+R<HIS>A<CB> R<HIS>A<CD2> central_sep2 -1.02119
+R<HIS>A<CB> R<HIS>A<CD2> sep1 0.62694
+R<HIS>A<CB> R<HIS>A<CD2> sep2 -0.93707
+R<HIS>A<CB> R<HIS>A<CE1> central_sep1 -0.536025
+R<HIS>A<CB> R<HIS>A<CE1> central_sep2 -0.930634
+R<HIS>A<CB> R<HIS>A<CE1> sep1 0.538184
+R<HIS>A<CB> R<HIS>A<CE1> sep2 -0.831395
+R<HIS>A<CB> R<HIS>A<CG> central_sep1 0.0365647
+R<HIS>A<CB> R<HIS>A<CG> central_sep2 -1.23706
+R<HIS>A<CB> R<HIS>A<CG> sep1 0.298621
+R<HIS>A<CB> R<HIS>A<CG> sep2 -1.74943
+R<HIS>A<CB> R<HIS>A<N> central_sep1 0.227865
+R<HIS>A<CB> R<HIS>A<N> central_sep2 0.67403
+R<HIS>A<CB> R<HIS>A<N> sep1 -1.60953
+R<HIS>A<CB> R<HIS>A<N> sep2 0.379502
+R<HIS>A<CB> R<HIS>A<ND1> central_sep1 -0.457384
+R<HIS>A<CB> R<HIS>A<ND1> central_sep2 -0.780737
+R<HIS>A<CB> R<HIS>A<ND1> sep1 0.351429
+R<HIS>A<CB> R<HIS>A<ND1> sep2 -1.27805
+R<HIS>A<CB> R<HIS>A<NE2> central_sep1 -0.446034
+R<HIS>A<CB> R<HIS>A<NE2> central_sep2 -0.746079
+R<HIS>A<CB> R<HIS>A<NE2> sep1 0.226865
+R<HIS>A<CB> R<HIS>A<NE2> sep2 -1.2231
+R<HIS>A<CB> R<HIS>A<O> central_sep1 -1.61058
+R<HIS>A<CB> R<HIS>A<O> central_sep2 -0.679537
+R<HIS>A<CB> R<HIS>A<O> sep1 -0.408324
+R<HIS>A<CB> R<HIS>A<O> sep2 -0.360399
+R<HIS>A<CB> R<ILE>A<C> central_sep1 2.74752
+R<HIS>A<CB> R<ILE>A<C> central_sep2 1.58364
+R<HIS>A<CB> R<ILE>A<C> sep1 -0.192353
+R<HIS>A<CB> R<ILE>A<C> sep2 -0.180313
+R<HIS>A<CB> R<ILE>A<CA> central_sep1 -0.411337
+R<HIS>A<CB> R<ILE>A<CA> central_sep2 0.389224
+R<HIS>A<CB> R<ILE>A<CA> sep1 1.20948
+R<HIS>A<CB> R<ILE>A<CA> sep2 0.593405
+R<HIS>A<CB> R<ILE>A<CB> central_sep1 -0.0477071
+R<HIS>A<CB> R<ILE>A<CB> central_sep2 -0.803079
+R<HIS>A<CB> R<ILE>A<CB> sep1 1.53932
+R<HIS>A<CB> R<ILE>A<CB> sep2 -0.334761
+R<HIS>A<CB> R<ILE>A<CD1> central_sep1 -0.2342
+R<HIS>A<CB> R<ILE>A<CD1> central_sep2 -1.11555
+R<HIS>A<CB> R<ILE>A<CD1> sep1 1.81156
+R<HIS>A<CB> R<ILE>A<CD1> sep2 -0.360139
+R<HIS>A<CB> R<ILE>A<CG1> central_sep1 -0.476084
+R<HIS>A<CB> R<ILE>A<CG1> central_sep2 -0.859335
+R<HIS>A<CB> R<ILE>A<CG1> sep1 0.731948
+R<HIS>A<CB> R<ILE>A<CG1> sep2 -0.58656
+R<HIS>A<CB> R<ILE>A<CG2> central_sep1 0.0420279
+R<HIS>A<CB> R<ILE>A<CG2> central_sep2 -0.892931
+R<HIS>A<CB> R<ILE>A<CG2> sep1 1.50434
+R<HIS>A<CB> R<ILE>A<CG2> sep2 -0.152067
+R<HIS>A<CB> R<ILE>A<N> central_sep1 1.45755
+R<HIS>A<CB> R<ILE>A<N> central_sep2 1.33315
+R<HIS>A<CB> R<ILE>A<N> sep1 -1.01769
+R<HIS>A<CB> R<ILE>A<N> sep2 0.909494
+R<HIS>A<CB> R<ILE>A<O> central_sep1 -1.0756
+R<HIS>A<CB> R<ILE>A<O> central_sep2 -0.204003
+R<HIS>A<CB> R<ILE>A<O> sep1 0.489458
+R<HIS>A<CB> R<ILE>A<O> sep2 -0.153696
+R<HIS>A<CB> R<LEU>A<C> central_sep1 2.08075
+R<HIS>A<CB> R<LEU>A<C> central_sep2 1.02497
+R<HIS>A<CB> R<LEU>A<C> sep1 -0.162492
+R<HIS>A<CB> R<LEU>A<C> sep2 -0.162536
+R<HIS>A<CB> R<LEU>A<CA> central_sep1 -0.734783
+R<HIS>A<CB> R<LEU>A<CA> central_sep2 0.462531
+R<HIS>A<CB> R<LEU>A<CA> sep1 0.80596
+R<HIS>A<CB> R<LEU>A<CA> sep2 0.583502
+R<HIS>A<CB> R<LEU>A<CB> central_sep1 -0.245424
+R<HIS>A<CB> R<LEU>A<CB> central_sep2 -0.619786
+R<HIS>A<CB> R<LEU>A<CB> sep1 1.56283
+R<HIS>A<CB> R<LEU>A<CB> sep2 -0.0420937
+R<HIS>A<CB> R<LEU>A<CD1> central_sep1 -0.101575
+R<HIS>A<CB> R<LEU>A<CD1> central_sep2 -1.20602
+R<HIS>A<CB> R<LEU>A<CD1> sep1 1.68317
+R<HIS>A<CB> R<LEU>A<CD1> sep2 -0.280364
+R<HIS>A<CB> R<LEU>A<CD2> central_sep1 0.0282146
+R<HIS>A<CB> R<LEU>A<CD2> central_sep2 -1.04751
+R<HIS>A<CB> R<LEU>A<CD2> sep1 1.55655
+R<HIS>A<CB> R<LEU>A<CD2> sep2 -0.325658
+R<HIS>A<CB> R<LEU>A<CG> central_sep1 -0.720554
+R<HIS>A<CB> R<LEU>A<CG> central_sep2 -0.287918
+R<HIS>A<CB> R<LEU>A<CG> sep1 0.332326
+R<HIS>A<CB> R<LEU>A<CG> sep2 -0.654026
+R<HIS>A<CB> R<LEU>A<N> central_sep1 1.49217
+R<HIS>A<CB> R<LEU>A<N> central_sep2 1.31841
+R<HIS>A<CB> R<LEU>A<N> sep1 -1.01448
+R<HIS>A<CB> R<LEU>A<N> sep2 0.877593
+R<HIS>A<CB> R<LEU>A<O> central_sep1 -1.30981
+R<HIS>A<CB> R<LEU>A<O> central_sep2 -0.130787
+R<HIS>A<CB> R<LEU>A<O> sep1 0.414981
+R<HIS>A<CB> R<LEU>A<O> sep2 0.0561693
+R<HIS>A<CB> R<LYS>A<C> central_sep1 2.31296
+R<HIS>A<CB> R<LYS>A<C> central_sep2 1.1067
+R<HIS>A<CB> R<LYS>A<C> sep1 0.216991
+R<HIS>A<CB> R<LYS>A<C> sep2 0.174921
+R<HIS>A<CB> R<LYS>A<CA> central_sep1 -0.318596
+R<HIS>A<CB> R<LYS>A<CA> central_sep2 0.566854
+R<HIS>A<CB> R<LYS>A<CA> sep1 1.49853
+R<HIS>A<CB> R<LYS>A<CA> sep2 0.559248
+R<HIS>A<CB> R<LYS>A<CB> central_sep1 0.617799
+R<HIS>A<CB> R<LYS>A<CB> central_sep2 -0.132221
+R<HIS>A<CB> R<LYS>A<CB> sep1 1.71756
+R<HIS>A<CB> R<LYS>A<CB> sep2 0.226245
+R<HIS>A<CB> R<LYS>A<CD> central_sep1 0.955952
+R<HIS>A<CB> R<LYS>A<CD> central_sep2 0.0286989
+R<HIS>A<CB> R<LYS>A<CD> sep1 1.88488
+R<HIS>A<CB> R<LYS>A<CD> sep2 0.0723316
+R<HIS>A<CB> R<LYS>A<CE> central_sep1 0.850967
+R<HIS>A<CB> R<LYS>A<CE> central_sep2 0.284708
+R<HIS>A<CB> R<LYS>A<CE> sep1 2.02185
+R<HIS>A<CB> R<LYS>A<CE> sep2 0.244054
+R<HIS>A<CB> R<LYS>A<CG> central_sep1 0.388808
+R<HIS>A<CB> R<LYS>A<CG> central_sep2 -0.0109709
+R<HIS>A<CB> R<LYS>A<CG> sep1 0.8566
+R<HIS>A<CB> R<LYS>A<CG> sep2 0.170976
+R<HIS>A<CB> R<LYS>A<N> central_sep1 1.22518
+R<HIS>A<CB> R<LYS>A<N> central_sep2 1.17634
+R<HIS>A<CB> R<LYS>A<N> sep1 -0.739686
+R<HIS>A<CB> R<LYS>A<N> sep2 1.01486
+R<HIS>A<CB> R<LYS>A<NZ> central_sep1 1.53917
+R<HIS>A<CB> R<LYS>A<NZ> central_sep2 0.804283
+R<HIS>A<CB> R<LYS>A<NZ> sep1 2.41289
+R<HIS>A<CB> R<LYS>A<NZ> sep2 0.345662
+R<HIS>A<CB> R<LYS>A<O> central_sep1 -0.972625
+R<HIS>A<CB> R<LYS>A<O> central_sep2 0.155467
+R<HIS>A<CB> R<LYS>A<O> sep1 0.668427
+R<HIS>A<CB> R<LYS>A<O> sep2 0.172683
+R<HIS>A<CB> R<MET>A<C> central_sep1 1.9239
+R<HIS>A<CB> R<MET>A<C> central_sep2 0.523711
+R<HIS>A<CB> R<MET>A<C> sep1 -0.0400014
+R<HIS>A<CB> R<MET>A<C> sep2 -0.167288
+R<HIS>A<CB> R<MET>A<CA> central_sep1 -0.666037
+R<HIS>A<CB> R<MET>A<CA> central_sep2 0.0562262
+R<HIS>A<CB> R<MET>A<CA> sep1 0.985481
+R<HIS>A<CB> R<MET>A<CA> sep2 0.301727
+R<HIS>A<CB> R<MET>A<CB> central_sep1 0.0324093
+R<HIS>A<CB> R<MET>A<CB> central_sep2 -0.646121
+R<HIS>A<CB> R<MET>A<CB> sep1 1.64397
+R<HIS>A<CB> R<MET>A<CB> sep2 -0.235269
+R<HIS>A<CB> R<MET>A<CE> central_sep1 -0.0337401
+R<HIS>A<CB> R<MET>A<CE> central_sep2 -1.14002
+R<HIS>A<CB> R<MET>A<CE> sep1 1.97459
+R<HIS>A<CB> R<MET>A<CE> sep2 -0.544876
+R<HIS>A<CB> R<MET>A<CG> central_sep1 -0.121203
+R<HIS>A<CB> R<MET>A<CG> central_sep2 -0.744774
+R<HIS>A<CB> R<MET>A<CG> sep1 0.736398
+R<HIS>A<CB> R<MET>A<CG> sep2 -0.466714
+R<HIS>A<CB> R<MET>A<N> central_sep1 0.955303
+R<HIS>A<CB> R<MET>A<N> central_sep2 0.806481
+R<HIS>A<CB> R<MET>A<N> sep1 -1.14498
+R<HIS>A<CB> R<MET>A<N> sep2 0.560732
+R<HIS>A<CB> R<MET>A<O> central_sep1 -1.24624
+R<HIS>A<CB> R<MET>A<O> central_sep2 -0.386284
+R<HIS>A<CB> R<MET>A<O> sep1 0.337242
+R<HIS>A<CB> R<MET>A<O> sep2 -0.0834468
+R<HIS>A<CB> R<MET>A<SD> central_sep1 -0.176658
+R<HIS>A<CB> R<MET>A<SD> central_sep2 -1.32444
+R<HIS>A<CB> R<MET>A<SD> sep1 1.70909
+R<HIS>A<CB> R<MET>A<SD> sep2 -0.578117
+R<HIS>A<CB> R<PHE>A<C> central_sep1 1.96997
+R<HIS>A<CB> R<PHE>A<C> central_sep2 0.635811
+R<HIS>A<CB> R<PHE>A<C> sep1 -0.405399
+R<HIS>A<CB> R<PHE>A<C> sep2 -0.297181
+R<HIS>A<CB> R<PHE>A<CA> central_sep1 -0.314374
+R<HIS>A<CB> R<PHE>A<CA> central_sep2 0.134701
+R<HIS>A<CB> R<PHE>A<CA> sep1 1.14106
+R<HIS>A<CB> R<PHE>A<CA> sep2 0.426182
+R<HIS>A<CB> R<PHE>A<CB> central_sep1 -0.0461337
+R<HIS>A<CB> R<PHE>A<CB> central_sep2 -0.746781
+R<HIS>A<CB> R<PHE>A<CB> sep1 1.79396
+R<HIS>A<CB> R<PHE>A<CB> sep2 -0.275433
+R<HIS>A<CB> R<PHE>A<CD1> central_sep1 -0.491973
+R<HIS>A<CB> R<PHE>A<CD1> central_sep2 -1.00799
+R<HIS>A<CB> R<PHE>A<CD1> sep1 0.866339
+R<HIS>A<CB> R<PHE>A<CD1> sep2 -0.824072
+R<HIS>A<CB> R<PHE>A<CE1> central_sep1 -0.663338
+R<HIS>A<CB> R<PHE>A<CE1> central_sep2 -1.21117
+R<HIS>A<CB> R<PHE>A<CE1> sep1 0.776847
+R<HIS>A<CB> R<PHE>A<CE1> sep2 -1.08129
+R<HIS>A<CB> R<PHE>A<CG> central_sep1 1.14681
+R<HIS>A<CB> R<PHE>A<CG> central_sep2 -0.734344
+R<HIS>A<CB> R<PHE>A<CG> sep1 0.596822
+R<HIS>A<CB> R<PHE>A<CG> sep2 -1.78671
+R<HIS>A<CB> R<PHE>A<CZ> central_sep1 -0.072176
+R<HIS>A<CB> R<PHE>A<CZ> central_sep2 -1.33108
+R<HIS>A<CB> R<PHE>A<CZ> sep1 0.694064
+R<HIS>A<CB> R<PHE>A<CZ> sep2 -1.00894
+R<HIS>A<CB> R<PHE>A<N> central_sep1 1.14327
+R<HIS>A<CB> R<PHE>A<N> central_sep2 1.14172
+R<HIS>A<CB> R<PHE>A<N> sep1 -1.18643
+R<HIS>A<CB> R<PHE>A<N> sep2 0.650371
+R<HIS>A<CB> R<PHE>A<O> central_sep1 -1.2328
+R<HIS>A<CB> R<PHE>A<O> central_sep2 -0.339299
+R<HIS>A<CB> R<PHE>A<O> sep1 0.177821
+R<HIS>A<CB> R<PHE>A<O> sep2 -0.364034
+R<HIS>A<CB> R<PRO>A<C> central_sep1 2.75725
+R<HIS>A<CB> R<PRO>A<C> central_sep2 1.05464
+R<HIS>A<CB> R<PRO>A<C> sep1 -0.0658173
+R<HIS>A<CB> R<PRO>A<C> sep2 -0.105473
+R<HIS>A<CB> R<PRO>A<CA> central_sep1 0.00351097
+R<HIS>A<CB> R<PRO>A<CA> central_sep2 -0.0142976
+R<HIS>A<CB> R<PRO>A<CA> sep1 1.24062
+R<HIS>A<CB> R<PRO>A<CA> sep2 -0.0603926
+R<HIS>A<CB> R<PRO>A<CB> central_sep1 0.675988
+R<HIS>A<CB> R<PRO>A<CB> central_sep2 -0.504821
+R<HIS>A<CB> R<PRO>A<CB> sep1 1.91028
+R<HIS>A<CB> R<PRO>A<CB> sep2 -0.38355
+R<HIS>A<CB> R<PRO>A<CD> central_sep1 0.209227
+R<HIS>A<CB> R<PRO>A<CD> central_sep2 -0.226123
+R<HIS>A<CB> R<PRO>A<CD> sep1 -0.0438393
+R<HIS>A<CB> R<PRO>A<CD> sep2 -0.0543693
+R<HIS>A<CB> R<PRO>A<CG> central_sep1 1.13797
+R<HIS>A<CB> R<PRO>A<CG> central_sep2 -0.657906
+R<HIS>A<CB> R<PRO>A<CG> sep1 1.79802
+R<HIS>A<CB> R<PRO>A<CG> sep2 -0.68457
+R<HIS>A<CB> R<PRO>A<N> central_sep1 1.61886
+R<HIS>A<CB> R<PRO>A<N> central_sep2 0.861477
+R<HIS>A<CB> R<PRO>A<N> sep1 -0.783693
+R<HIS>A<CB> R<PRO>A<N> sep2 -0.368322
+R<HIS>A<CB> R<PRO>A<O> central_sep1 -0.890961
+R<HIS>A<CB> R<PRO>A<O> central_sep2 -0.231884
+R<HIS>A<CB> R<PRO>A<O> sep1 0.000915938
+R<HIS>A<CB> R<PRO>A<O> sep2 0.323986
+R<HIS>A<CB> R<SER>A<C> central_sep1 2.20844
+R<HIS>A<CB> R<SER>A<C> central_sep2 0.737888
+R<HIS>A<CB> R<SER>A<C> sep1 -0.304322
+R<HIS>A<CB> R<SER>A<C> sep2 -0.132894
+R<HIS>A<CB> R<SER>A<CA> central_sep1 -0.0758653
+R<HIS>A<CB> R<SER>A<CA> central_sep2 0.185433
+R<HIS>A<CB> R<SER>A<CA> sep1 1.82261
+R<HIS>A<CB> R<SER>A<CA> sep2 0.23212
+R<HIS>A<CB> R<SER>A<CB> central_sep1 0.418564
+R<HIS>A<CB> R<SER>A<CB> central_sep2 -0.494462
+R<HIS>A<CB> R<SER>A<CB> sep1 1.53904
+R<HIS>A<CB> R<SER>A<CB> sep2 -0.0980861
+R<HIS>A<CB> R<SER>A<N> central_sep1 0.438886
+R<HIS>A<CB> R<SER>A<N> central_sep2 0.843888
+R<HIS>A<CB> R<SER>A<N> sep1 -1.04717
+R<HIS>A<CB> R<SER>A<N> sep2 0.658178
+R<HIS>A<CB> R<SER>A<O> central_sep1 -1.15056
+R<HIS>A<CB> R<SER>A<O> central_sep2 -0.145881
+R<HIS>A<CB> R<SER>A<O> sep1 0.33135
+R<HIS>A<CB> R<SER>A<O> sep2 0.0978366
+R<HIS>A<CB> R<SER>A<OG> central_sep1 -0.572759
+R<HIS>A<CB> R<SER>A<OG> central_sep2 -0.664259
+R<HIS>A<CB> R<SER>A<OG> sep1 0.862706
+R<HIS>A<CB> R<SER>A<OG> sep2 -0.303703
+R<HIS>A<CB> R<THR>A<C> central_sep1 2.1787
+R<HIS>A<CB> R<THR>A<C> central_sep2 0.660753
+R<HIS>A<CB> R<THR>A<C> sep1 -0.396523
+R<HIS>A<CB> R<THR>A<C> sep2 0.0128072
+R<HIS>A<CB> R<THR>A<CA> central_sep1 -0.125052
+R<HIS>A<CB> R<THR>A<CA> central_sep2 0.188569
+R<HIS>A<CB> R<THR>A<CA> sep1 1.63565
+R<HIS>A<CB> R<THR>A<CA> sep2 0.290453
+R<HIS>A<CB> R<THR>A<CB> central_sep1 0.30149
+R<HIS>A<CB> R<THR>A<CB> central_sep2 -0.667528
+R<HIS>A<CB> R<THR>A<CB> sep1 1.25725
+R<HIS>A<CB> R<THR>A<CB> sep2 -0.419169
+R<HIS>A<CB> R<THR>A<CG2> central_sep1 0.338959
+R<HIS>A<CB> R<THR>A<CG2> central_sep2 -0.688235
+R<HIS>A<CB> R<THR>A<CG2> sep1 1.27746
+R<HIS>A<CB> R<THR>A<CG2> sep2 -0.079649
+R<HIS>A<CB> R<THR>A<N> central_sep1 0.421563
+R<HIS>A<CB> R<THR>A<N> central_sep2 1.10836
+R<HIS>A<CB> R<THR>A<N> sep1 -1.01583
+R<HIS>A<CB> R<THR>A<N> sep2 0.891791
+R<HIS>A<CB> R<THR>A<O> central_sep1 -1.08738
+R<HIS>A<CB> R<THR>A<O> central_sep2 -0.238104
+R<HIS>A<CB> R<THR>A<O> sep1 0.266327
+R<HIS>A<CB> R<THR>A<O> sep2 -0.116335
+R<HIS>A<CB> R<THR>A<OG1> central_sep1 -0.541254
+R<HIS>A<CB> R<THR>A<OG1> central_sep2 -0.738792
+R<HIS>A<CB> R<THR>A<OG1> sep1 0.894227
+R<HIS>A<CB> R<THR>A<OG1> sep2 -0.234346
+R<HIS>A<CB> R<TRP>A<C> central_sep1 2.57861
+R<HIS>A<CB> R<TRP>A<C> central_sep2 0.534929
+R<HIS>A<CB> R<TRP>A<C> sep1 -0.452527
+R<HIS>A<CB> R<TRP>A<C> sep2 -0.410831
+R<HIS>A<CB> R<TRP>A<CA> central_sep1 -0.563359
+R<HIS>A<CB> R<TRP>A<CA> central_sep2 -0.220505
+R<HIS>A<CB> R<TRP>A<CA> sep1 1.1522
+R<HIS>A<CB> R<TRP>A<CA> sep2 -0.00198029
+R<HIS>A<CB> R<TRP>A<CB> central_sep1 -0.0335562
+R<HIS>A<CB> R<TRP>A<CB> central_sep2 -1.02964
+R<HIS>A<CB> R<TRP>A<CB> sep1 1.64835
+R<HIS>A<CB> R<TRP>A<CB> sep2 -0.553728
+R<HIS>A<CB> R<TRP>A<CD1> central_sep1 -0.629382
+R<HIS>A<CB> R<TRP>A<CD1> central_sep2 -0.967327
+R<HIS>A<CB> R<TRP>A<CD1> sep1 0.852908
+R<HIS>A<CB> R<TRP>A<CD1> sep2 -0.857642
+R<HIS>A<CB> R<TRP>A<CD2> central_sep1 -0.785269
+R<HIS>A<CB> R<TRP>A<CD2> central_sep2 -1.30867
+R<HIS>A<CB> R<TRP>A<CD2> sep1 0.0419096
+R<HIS>A<CB> R<TRP>A<CD2> sep2 -1.65094
+R<HIS>A<CB> R<TRP>A<CE2> central_sep1 -1.05561
+R<HIS>A<CB> R<TRP>A<CE2> central_sep2 -1.32603
+R<HIS>A<CB> R<TRP>A<CE2> sep1 -0.208314
+R<HIS>A<CB> R<TRP>A<CE2> sep2 -1.66183
+R<HIS>A<CB> R<TRP>A<CE3> central_sep1 -0.843503
+R<HIS>A<CB> R<TRP>A<CE3> central_sep2 -1.24793
+R<HIS>A<CB> R<TRP>A<CE3> sep1 0.702669
+R<HIS>A<CB> R<TRP>A<CE3> sep2 -1.12707
+R<HIS>A<CB> R<TRP>A<CG> central_sep1 -0.0999084
+R<HIS>A<CB> R<TRP>A<CG> central_sep2 -0.893928
+R<HIS>A<CB> R<TRP>A<CG> sep1 0.318314
+R<HIS>A<CB> R<TRP>A<CG> sep2 -2.1056
+R<HIS>A<CB> R<TRP>A<CH2> central_sep1 -0.0293487
+R<HIS>A<CB> R<TRP>A<CH2> central_sep2 -1.45053
+R<HIS>A<CB> R<TRP>A<CH2> sep1 1.25778
+R<HIS>A<CB> R<TRP>A<CH2> sep2 -1.40659
+R<HIS>A<CB> R<TRP>A<CZ2> central_sep1 -0.144357
+R<HIS>A<CB> R<TRP>A<CZ2> central_sep2 -1.39247
+R<HIS>A<CB> R<TRP>A<CZ2> sep1 1.3984
+R<HIS>A<CB> R<TRP>A<CZ2> sep2 -1.04949
+R<HIS>A<CB> R<TRP>A<CZ3> central_sep1 -0.487632
+R<HIS>A<CB> R<TRP>A<CZ3> central_sep2 -1.36948
+R<HIS>A<CB> R<TRP>A<CZ3> sep1 0.960182
+R<HIS>A<CB> R<TRP>A<CZ3> sep2 -1.1821
+R<HIS>A<CB> R<TRP>A<N> central_sep1 1.04054
+R<HIS>A<CB> R<TRP>A<N> central_sep2 0.615722
+R<HIS>A<CB> R<TRP>A<N> sep1 -1.19077
+R<HIS>A<CB> R<TRP>A<N> sep2 0.587042
+R<HIS>A<CB> R<TRP>A<NE1> central_sep1 -0.464908
+R<HIS>A<CB> R<TRP>A<NE1> central_sep2 -0.940421
+R<HIS>A<CB> R<TRP>A<NE1> sep1 0.659183
+R<HIS>A<CB> R<TRP>A<NE1> sep2 -1.04402
+R<HIS>A<CB> R<TRP>A<O> central_sep1 -1.38266
+R<HIS>A<CB> R<TRP>A<O> central_sep2 -0.610817
+R<HIS>A<CB> R<TRP>A<O> sep1 0.0635084
+R<HIS>A<CB> R<TRP>A<O> sep2 -0.121982
+R<HIS>A<CB> R<TYR>A<C> central_sep1 2.10678
+R<HIS>A<CB> R<TYR>A<C> central_sep2 0.885091
+R<HIS>A<CB> R<TYR>A<C> sep1 -0.434106
+R<HIS>A<CB> R<TYR>A<C> sep2 -0.152861
+R<HIS>A<CB> R<TYR>A<CA> central_sep1 -0.157802
+R<HIS>A<CB> R<TYR>A<CA> central_sep2 -0.105794
+R<HIS>A<CB> R<TYR>A<CA> sep1 1.4218
+R<HIS>A<CB> R<TYR>A<CA> sep2 0.354584
+R<HIS>A<CB> R<TYR>A<CB> central_sep1 -0.0896569
+R<HIS>A<CB> R<TYR>A<CB> central_sep2 -0.914373
+R<HIS>A<CB> R<TYR>A<CB> sep1 1.84287
+R<HIS>A<CB> R<TYR>A<CB> sep2 -0.498227
+R<HIS>A<CB> R<TYR>A<CD1> central_sep1 -0.406281
+R<HIS>A<CB> R<TYR>A<CD1> central_sep2 -1.02765
+R<HIS>A<CB> R<TYR>A<CD1> sep1 0.772877
+R<HIS>A<CB> R<TYR>A<CD1> sep2 -0.969173
+R<HIS>A<CB> R<TYR>A<CE1> central_sep1 -0.822864
+R<HIS>A<CB> R<TYR>A<CE1> central_sep2 -1.27507
+R<HIS>A<CB> R<TYR>A<CE1> sep1 0.754523
+R<HIS>A<CB> R<TYR>A<CE1> sep2 -0.9521
+R<HIS>A<CB> R<TYR>A<CG> central_sep1 0.913299
+R<HIS>A<CB> R<TYR>A<CG> central_sep2 -1.0152
+R<HIS>A<CB> R<TYR>A<CG> sep1 0.539371
+R<HIS>A<CB> R<TYR>A<CG> sep2 -2.12663
+R<HIS>A<CB> R<TYR>A<CZ> central_sep1 -0.897397
+R<HIS>A<CB> R<TYR>A<CZ> central_sep2 -1.24232
+R<HIS>A<CB> R<TYR>A<CZ> sep1 -0.297224
+R<HIS>A<CB> R<TYR>A<CZ> sep2 -1.79761
+R<HIS>A<CB> R<TYR>A<N> central_sep1 0.938504
+R<HIS>A<CB> R<TYR>A<N> central_sep2 0.756618
+R<HIS>A<CB> R<TYR>A<N> sep1 -1.13778
+R<HIS>A<CB> R<TYR>A<N> sep2 0.626448
+R<HIS>A<CB> R<TYR>A<O> central_sep1 -1.25462
+R<HIS>A<CB> R<TYR>A<O> central_sep2 -0.440042
+R<HIS>A<CB> R<TYR>A<O> sep1 0.138418
+R<HIS>A<CB> R<TYR>A<O> sep2 -0.218136
+R<HIS>A<CB> R<TYR>A<OH> central_sep1 0.365959
+R<HIS>A<CB> R<TYR>A<OH> central_sep2 -1.17583
+R<HIS>A<CB> R<TYR>A<OH> sep1 1.27318
+R<HIS>A<CB> R<TYR>A<OH> sep2 -1.10333
+R<HIS>A<CB> R<VAL>A<C> central_sep1 2.76018
+R<HIS>A<CB> R<VAL>A<C> central_sep2 1.25404
+R<HIS>A<CB> R<VAL>A<C> sep1 -0.163877
+R<HIS>A<CB> R<VAL>A<C> sep2 -0.233097
+R<HIS>A<CB> R<VAL>A<CA> central_sep1 -0.229724
+R<HIS>A<CB> R<VAL>A<CA> central_sep2 0.250158
+R<HIS>A<CB> R<VAL>A<CA> sep1 1.35783
+R<HIS>A<CB> R<VAL>A<CA> sep2 0.629636
+R<HIS>A<CB> R<VAL>A<CB> central_sep1 -0.00518765
+R<HIS>A<CB> R<VAL>A<CB> central_sep2 -0.841165
+R<HIS>A<CB> R<VAL>A<CB> sep1 1.43373
+R<HIS>A<CB> R<VAL>A<CB> sep2 -0.621092
+R<HIS>A<CB> R<VAL>A<CG1> central_sep1 0.00259411
+R<HIS>A<CB> R<VAL>A<CG1> central_sep2 -0.983412
+R<HIS>A<CB> R<VAL>A<CG1> sep1 1.55782
+R<HIS>A<CB> R<VAL>A<CG1> sep2 -0.121024
+R<HIS>A<CB> R<VAL>A<CG2> central_sep1 -0.405254
+R<HIS>A<CB> R<VAL>A<CG2> central_sep2 -0.949382
+R<HIS>A<CB> R<VAL>A<CG2> sep1 1.4235
+R<HIS>A<CB> R<VAL>A<CG2> sep2 -0.159701
+R<HIS>A<CB> R<VAL>A<N> central_sep1 1.62419
+R<HIS>A<CB> R<VAL>A<N> central_sep2 1.1275
+R<HIS>A<CB> R<VAL>A<N> sep1 -0.886358
+R<HIS>A<CB> R<VAL>A<N> sep2 0.745929
+R<HIS>A<CB> R<VAL>A<O> central_sep1 -0.981059
+R<HIS>A<CB> R<VAL>A<O> central_sep2 -0.293787
+R<HIS>A<CB> R<VAL>A<O> sep1 0.485064
+R<HIS>A<CB> R<VAL>A<O> sep2 -0.282633
+R<HIS>A<CB> c<solvent> . 0.236065
+R<HIS>A<CD2> R<HIS>A<CD2> central_sep1 -1.34054
+R<HIS>A<CD2> R<HIS>A<CD2> central_sep2 -1.33545
+R<HIS>A<CD2> R<HIS>A<CD2> sep1 0.223488
+R<HIS>A<CD2> R<HIS>A<CD2> sep2 -1.38393
+R<HIS>A<CD2> R<HIS>A<CE1> central_sep1 -0.71355
+R<HIS>A<CD2> R<HIS>A<CE1> central_sep2 -1.30886
+R<HIS>A<CD2> R<HIS>A<CE1> sep1 0.51751
+R<HIS>A<CD2> R<HIS>A<CE1> sep2 -1.35554
+R<HIS>A<CD2> R<HIS>A<CG> central_sep1 -0.786132
+R<HIS>A<CD2> R<HIS>A<CG> central_sep2 -1.2568
+R<HIS>A<CD2> R<HIS>A<CG> sep1 -0.0796168
+R<HIS>A<CD2> R<HIS>A<CG> sep2 -1.93917
+R<HIS>A<CD2> R<HIS>A<N> central_sep1 -0.376192
+R<HIS>A<CD2> R<HIS>A<N> central_sep2 0.472429
+R<HIS>A<CD2> R<HIS>A<N> sep1 -0.14142
+R<HIS>A<CD2> R<HIS>A<N> sep2 0.234307
+R<HIS>A<CD2> R<HIS>A<ND1> central_sep1 -0.55288
+R<HIS>A<CD2> R<HIS>A<ND1> central_sep2 -0.607836
+R<HIS>A<CD2> R<HIS>A<ND1> sep1 0.371891
+R<HIS>A<CD2> R<HIS>A<ND1> sep2 -1.19677
+R<HIS>A<CD2> R<HIS>A<NE2> central_sep1 -0.526665
+R<HIS>A<CD2> R<HIS>A<NE2> central_sep2 -1.00993
+R<HIS>A<CD2> R<HIS>A<NE2> sep1 0.155662
+R<HIS>A<CD2> R<HIS>A<NE2> sep2 -1.56481
+R<HIS>A<CD2> R<HIS>A<O> central_sep1 -1.27415
+R<HIS>A<CD2> R<HIS>A<O> central_sep2 -0.443512
+R<HIS>A<CD2> R<HIS>A<O> sep1 0.317807
+R<HIS>A<CD2> R<HIS>A<O> sep2 -0.208551
+R<HIS>A<CD2> R<ILE>A<C> central_sep1 -0.545885
+R<HIS>A<CD2> R<ILE>A<C> central_sep2 0.719672
+R<HIS>A<CD2> R<ILE>A<C> sep1 -0.336332
+R<HIS>A<CD2> R<ILE>A<C> sep2 -0.235168
+R<HIS>A<CD2> R<ILE>A<CA> central_sep1 0.430454
+R<HIS>A<CD2> R<ILE>A<CA> central_sep2 0.56517
+R<HIS>A<CD2> R<ILE>A<CA> sep1 0.34232
+R<HIS>A<CD2> R<ILE>A<CA> sep2 0.349666
+R<HIS>A<CD2> R<ILE>A<CB> central_sep1 0.266183
+R<HIS>A<CD2> R<ILE>A<CB> central_sep2 -0.386396
+R<HIS>A<CD2> R<ILE>A<CB> sep1 1.2213
+R<HIS>A<CD2> R<ILE>A<CB> sep2 -0.46009
+R<HIS>A<CD2> R<ILE>A<CD1> central_sep1 0.0821857
+R<HIS>A<CD2> R<ILE>A<CD1> central_sep2 -0.894561
+R<HIS>A<CD2> R<ILE>A<CD1> sep1 1.8826
+R<HIS>A<CD2> R<ILE>A<CD1> sep2 -0.362939
+R<HIS>A<CD2> R<ILE>A<CG1> central_sep1 -0.376975
+R<HIS>A<CD2> R<ILE>A<CG1> central_sep2 -0.608365
+R<HIS>A<CD2> R<ILE>A<CG1> sep1 1.35749
+R<HIS>A<CD2> R<ILE>A<CG1> sep2 -0.533359
+R<HIS>A<CD2> R<ILE>A<CG2> central_sep1 -0.241914
+R<HIS>A<CD2> R<ILE>A<CG2> central_sep2 -0.855793
+R<HIS>A<CD2> R<ILE>A<CG2> sep1 1.67931
+R<HIS>A<CD2> R<ILE>A<CG2> sep2 -0.201587
+R<HIS>A<CD2> R<ILE>A<N> central_sep1 0.536254
+R<HIS>A<CD2> R<ILE>A<N> central_sep2 0.880287
+R<HIS>A<CD2> R<ILE>A<N> sep1 0.470143
+R<HIS>A<CD2> R<ILE>A<N> sep2 0.868666
+R<HIS>A<CD2> R<ILE>A<O> central_sep1 -0.735315
+R<HIS>A<CD2> R<ILE>A<O> central_sep2 -0.252276
+R<HIS>A<CD2> R<ILE>A<O> sep1 0.99383
+R<HIS>A<CD2> R<ILE>A<O> sep2 0.312882
+R<HIS>A<CD2> R<LEU>A<C> central_sep1 -0.194544
+R<HIS>A<CD2> R<LEU>A<C> central_sep2 0.62471
+R<HIS>A<CD2> R<LEU>A<C> sep1 -0.214399
+R<HIS>A<CD2> R<LEU>A<C> sep2 -0.263226
+R<HIS>A<CD2> R<LEU>A<CA> central_sep1 0.0891858
+R<HIS>A<CD2> R<LEU>A<CA> central_sep2 0.324382
+R<HIS>A<CD2> R<LEU>A<CA> sep1 0.377802
+R<HIS>A<CD2> R<LEU>A<CA> sep2 0.262935
+R<HIS>A<CD2> R<LEU>A<CB> central_sep1 -0.313712
+R<HIS>A<CD2> R<LEU>A<CB> central_sep2 -0.529158
+R<HIS>A<CD2> R<LEU>A<CB> sep1 1.23444
+R<HIS>A<CD2> R<LEU>A<CB> sep2 -0.13098
+R<HIS>A<CD2> R<LEU>A<CD1> central_sep1 -0.0816195
+R<HIS>A<CD2> R<LEU>A<CD1> central_sep2 -0.87536
+R<HIS>A<CD2> R<LEU>A<CD1> sep1 1.67965
+R<HIS>A<CD2> R<LEU>A<CD1> sep2 -0.370501
+R<HIS>A<CD2> R<LEU>A<CD2> central_sep1 -0.348888
+R<HIS>A<CD2> R<LEU>A<CD2> central_sep2 -0.902302
+R<HIS>A<CD2> R<LEU>A<CD2> sep1 1.67479
+R<HIS>A<CD2> R<LEU>A<CD2> sep2 -0.353553
+R<HIS>A<CD2> R<LEU>A<CG> central_sep1 -0.573881
+R<HIS>A<CD2> R<LEU>A<CG> central_sep2 -0.322986
+R<HIS>A<CD2> R<LEU>A<CG> sep1 0.645155
+R<HIS>A<CD2> R<LEU>A<CG> sep2 -0.626295
+R<HIS>A<CD2> R<LEU>A<N> central_sep1 0.740521
+R<HIS>A<CD2> R<LEU>A<N> central_sep2 0.997541
+R<HIS>A<CD2> R<LEU>A<N> sep1 0.522496
+R<HIS>A<CD2> R<LEU>A<N> sep2 0.628599
+R<HIS>A<CD2> R<LEU>A<O> central_sep1 -0.608845
+R<HIS>A<CD2> R<LEU>A<O> central_sep2 -0.253688
+R<HIS>A<CD2> R<LEU>A<O> sep1 1.00567
+R<HIS>A<CD2> R<LEU>A<O> sep2 0.283757
+R<HIS>A<CD2> R<LYS>A<C> central_sep1 0.10808
+R<HIS>A<CD2> R<LYS>A<C> central_sep2 0.71984
+R<HIS>A<CD2> R<LYS>A<C> sep1 -0.0787623
+R<HIS>A<CD2> R<LYS>A<C> sep2 -0.00380852
+R<HIS>A<CD2> R<LYS>A<CA> central_sep1 1.00798
+R<HIS>A<CD2> R<LYS>A<CA> central_sep2 0.39551
+R<HIS>A<CD2> R<LYS>A<CA> sep1 0.524678
+R<HIS>A<CD2> R<LYS>A<CA> sep2 0.329389
+R<HIS>A<CD2> R<LYS>A<CB> central_sep1 -0.508472
+R<HIS>A<CD2> R<LYS>A<CB> central_sep2 -0.124625
+R<HIS>A<CD2> R<LYS>A<CB> sep1 1.07636
+R<HIS>A<CD2> R<LYS>A<CB> sep2 0.170087
+R<HIS>A<CD2> R<LYS>A<CD> central_sep1 0.216754
+R<HIS>A<CD2> R<LYS>A<CD> central_sep2 -0.0178407
+R<HIS>A<CD2> R<LYS>A<CD> sep1 1.30037
+R<HIS>A<CD2> R<LYS>A<CD> sep2 0.0150351
+R<HIS>A<CD2> R<LYS>A<CE> central_sep1 0.635961
+R<HIS>A<CD2> R<LYS>A<CE> central_sep2 0.232514
+R<HIS>A<CD2> R<LYS>A<CE> sep1 1.5048
+R<HIS>A<CD2> R<LYS>A<CE> sep2 0.058777
+R<HIS>A<CD2> R<LYS>A<CG> central_sep1 -0.424714
+R<HIS>A<CD2> R<LYS>A<CG> central_sep2 -0.0326775
+R<HIS>A<CD2> R<LYS>A<CG> sep1 1.28899
+R<HIS>A<CD2> R<LYS>A<CG> sep2 0.0866066
+R<HIS>A<CD2> R<LYS>A<N> central_sep1 0.784638
+R<HIS>A<CD2> R<LYS>A<N> central_sep2 1.13023
+R<HIS>A<CD2> R<LYS>A<N> sep1 0.792033
+R<HIS>A<CD2> R<LYS>A<N> sep2 0.859393
+R<HIS>A<CD2> R<LYS>A<NZ> central_sep1 1.3021
+R<HIS>A<CD2> R<LYS>A<NZ> central_sep2 0.617693
+R<HIS>A<CD2> R<LYS>A<NZ> sep1 2.14188
+R<HIS>A<CD2> R<LYS>A<NZ> sep2 0.335005
+R<HIS>A<CD2> R<LYS>A<O> central_sep1 -0.593075
+R<HIS>A<CD2> R<LYS>A<O> central_sep2 0.212337
+R<HIS>A<CD2> R<LYS>A<O> sep1 0.882183
+R<HIS>A<CD2> R<LYS>A<O> sep2 0.4848
+R<HIS>A<CD2> R<MET>A<C> central_sep1 -0.214471
+R<HIS>A<CD2> R<MET>A<C> central_sep2 0.323683
+R<HIS>A<CD2> R<MET>A<C> sep1 -0.1756
+R<HIS>A<CD2> R<MET>A<C> sep2 -0.449317
+R<HIS>A<CD2> R<MET>A<CA> central_sep1 0.199113
+R<HIS>A<CD2> R<MET>A<CA> central_sep2 0.0102361
+R<HIS>A<CD2> R<MET>A<CA> sep1 0.372485
+R<HIS>A<CD2> R<MET>A<CA> sep2 -0.0262421
+R<HIS>A<CD2> R<MET>A<CB> central_sep1 -0.237167
+R<HIS>A<CD2> R<MET>A<CB> central_sep2 -0.570962
+R<HIS>A<CD2> R<MET>A<CB> sep1 1.1527
+R<HIS>A<CD2> R<MET>A<CB> sep2 -0.352219
+R<HIS>A<CD2> R<MET>A<CE> central_sep1 -0.0877433
+R<HIS>A<CD2> R<MET>A<CE> central_sep2 -0.92609
+R<HIS>A<CD2> R<MET>A<CE> sep1 1.5179
+R<HIS>A<CD2> R<MET>A<CE> sep2 -0.674417
+R<HIS>A<CD2> R<MET>A<CG> central_sep1 -0.417195
+R<HIS>A<CD2> R<MET>A<CG> central_sep2 -0.747583
+R<HIS>A<CD2> R<MET>A<CG> sep1 0.982402
+R<HIS>A<CD2> R<MET>A<CG> sep2 -0.520965
+R<HIS>A<CD2> R<MET>A<N> central_sep1 0.550412
+R<HIS>A<CD2> R<MET>A<N> central_sep2 0.897344
+R<HIS>A<CD2> R<MET>A<N> sep1 0.408045
+R<HIS>A<CD2> R<MET>A<N> sep2 0.680793
+R<HIS>A<CD2> R<MET>A<O> central_sep1 -0.726856
+R<HIS>A<CD2> R<MET>A<O> central_sep2 -0.332959
+R<HIS>A<CD2> R<MET>A<O> sep1 1.05571
+R<HIS>A<CD2> R<MET>A<O> sep2 0.0505321
+R<HIS>A<CD2> R<MET>A<SD> central_sep1 -0.43509
+R<HIS>A<CD2> R<MET>A<SD> central_sep2 -1.09425
+R<HIS>A<CD2> R<MET>A<SD> sep1 1.4748
+R<HIS>A<CD2> R<MET>A<SD> sep2 -0.557672
+R<HIS>A<CD2> R<PHE>A<C> central_sep1 -0.543372
+R<HIS>A<CD2> R<PHE>A<C> central_sep2 0.393391
+R<HIS>A<CD2> R<PHE>A<C> sep1 -0.388006
+R<HIS>A<CD2> R<PHE>A<C> sep2 -0.45477
+R<HIS>A<CD2> R<PHE>A<CA> central_sep1 0.11207
+R<HIS>A<CD2> R<PHE>A<CA> central_sep2 0.0369896
+R<HIS>A<CD2> R<PHE>A<CA> sep1 0.127016
+R<HIS>A<CD2> R<PHE>A<CA> sep2 -0.138011
+R<HIS>A<CD2> R<PHE>A<CB> central_sep1 0.029743
+R<HIS>A<CD2> R<PHE>A<CB> central_sep2 -0.768997
+R<HIS>A<CD2> R<PHE>A<CB> sep1 1.41702
+R<HIS>A<CD2> R<PHE>A<CB> sep2 -0.387095
+R<HIS>A<CD2> R<PHE>A<CD1> central_sep1 -0.523986
+R<HIS>A<CD2> R<PHE>A<CD1> central_sep2 -0.846745
+R<HIS>A<CD2> R<PHE>A<CD1> sep1 1.13636
+R<HIS>A<CD2> R<PHE>A<CD1> sep2 -0.885992
+R<HIS>A<CD2> R<PHE>A<CE1> central_sep1 -0.223008
+R<HIS>A<CD2> R<PHE>A<CE1> central_sep2 -0.995244
+R<HIS>A<CD2> R<PHE>A<CE1> sep1 1.00588
+R<HIS>A<CD2> R<PHE>A<CE1> sep2 -1.02751
+R<HIS>A<CD2> R<PHE>A<CG> central_sep1 0.185714
+R<HIS>A<CD2> R<PHE>A<CG> central_sep2 -0.904374
+R<HIS>A<CD2> R<PHE>A<CG> sep1 -0.026226
+R<HIS>A<CD2> R<PHE>A<CG> sep2 -1.82072
+R<HIS>A<CD2> R<PHE>A<CZ> central_sep1 -0.109169
+R<HIS>A<CD2> R<PHE>A<CZ> central_sep2 -1.04747
+R<HIS>A<CD2> R<PHE>A<CZ> sep1 0.998515
+R<HIS>A<CD2> R<PHE>A<CZ> sep2 -1.12249
+R<HIS>A<CD2> R<PHE>A<N> central_sep1 0.39685
+R<HIS>A<CD2> R<PHE>A<N> central_sep2 0.709425
+R<HIS>A<CD2> R<PHE>A<N> sep1 0.260033
+R<HIS>A<CD2> R<PHE>A<N> sep2 0.572573
+R<HIS>A<CD2> R<PHE>A<O> central_sep1 -0.7711
+R<HIS>A<CD2> R<PHE>A<O> central_sep2 -0.373796
+R<HIS>A<CD2> R<PHE>A<O> sep1 0.915676
+R<HIS>A<CD2> R<PHE>A<O> sep2 0.187751
+R<HIS>A<CD2> R<PRO>A<C> central_sep1 0.392311
+R<HIS>A<CD2> R<PRO>A<C> central_sep2 0.717719
+R<HIS>A<CD2> R<PRO>A<C> sep1 -0.0265193
+R<HIS>A<CD2> R<PRO>A<C> sep2 -0.107621
+R<HIS>A<CD2> R<PRO>A<CA> central_sep1 0.345971
+R<HIS>A<CD2> R<PRO>A<CA> central_sep2 -0.172547
+R<HIS>A<CD2> R<PRO>A<CA> sep1 1.13781
+R<HIS>A<CD2> R<PRO>A<CA> sep2 -0.124665
+R<HIS>A<CD2> R<PRO>A<CB> central_sep1 -0.300392
+R<HIS>A<CD2> R<PRO>A<CB> central_sep2 -0.4953
+R<HIS>A<CD2> R<PRO>A<CB> sep1 1.23987
+R<HIS>A<CD2> R<PRO>A<CB> sep2 -0.445682
+R<HIS>A<CD2> R<PRO>A<CD> central_sep1 -0.089266
+R<HIS>A<CD2> R<PRO>A<CD> central_sep2 -0.266953
+R<HIS>A<CD2> R<PRO>A<CD> sep1 -0.179711
+R<HIS>A<CD2> R<PRO>A<CD> sep2 -0.262839
+R<HIS>A<CD2> R<PRO>A<CG> central_sep1 0.113781
+R<HIS>A<CD2> R<PRO>A<CG> central_sep2 -0.594612
+R<HIS>A<CD2> R<PRO>A<CG> sep1 1.25912
+R<HIS>A<CD2> R<PRO>A<CG> sep2 -0.699025
+R<HIS>A<CD2> R<PRO>A<N> central_sep1 -0.443577
+R<HIS>A<CD2> R<PRO>A<N> central_sep2 -0.00809075
+R<HIS>A<CD2> R<PRO>A<N> sep1 0.0590481
+R<HIS>A<CD2> R<PRO>A<N> sep2 -0.692028
+R<HIS>A<CD2> R<PRO>A<O> central_sep1 -0.612256
+R<HIS>A<CD2> R<PRO>A<O> central_sep2 -0.233782
+R<HIS>A<CD2> R<PRO>A<O> sep1 0.893087
+R<HIS>A<CD2> R<PRO>A<O> sep2 -0.00435474
+R<HIS>A<CD2> R<SER>A<C> central_sep1 -0.210977
+R<HIS>A<CD2> R<SER>A<C> central_sep2 0.302514
+R<HIS>A<CD2> R<SER>A<C> sep1 -0.227204
+R<HIS>A<CD2> R<SER>A<C> sep2 -0.397518
+R<HIS>A<CD2> R<SER>A<CA> central_sep1 0.607055
+R<HIS>A<CD2> R<SER>A<CA> central_sep2 0.0510463
+R<HIS>A<CD2> R<SER>A<CA> sep1 0.357472
+R<HIS>A<CD2> R<SER>A<CA> sep2 -0.181859
+R<HIS>A<CD2> R<SER>A<CB> central_sep1 -0.042029
+R<HIS>A<CD2> R<SER>A<CB> central_sep2 -0.410032
+R<HIS>A<CD2> R<SER>A<CB> sep1 1.0568
+R<HIS>A<CD2> R<SER>A<CB> sep2 -0.56664
+R<HIS>A<CD2> R<SER>A<N> central_sep1 0.289131
+R<HIS>A<CD2> R<SER>A<N> central_sep2 0.557059
+R<HIS>A<CD2> R<SER>A<N> sep1 0.534044
+R<HIS>A<CD2> R<SER>A<N> sep2 0.363179
+R<HIS>A<CD2> R<SER>A<O> central_sep1 -0.56872
+R<HIS>A<CD2> R<SER>A<O> central_sep2 -0.179559
+R<HIS>A<CD2> R<SER>A<O> sep1 0.75628
+R<HIS>A<CD2> R<SER>A<O> sep2 0.20588
+R<HIS>A<CD2> R<SER>A<OG> central_sep1 -0.683825
+R<HIS>A<CD2> R<SER>A<OG> central_sep2 -0.490651
+R<HIS>A<CD2> R<SER>A<OG> sep1 1.18513
+R<HIS>A<CD2> R<SER>A<OG> sep2 -0.515478
+R<HIS>A<CD2> R<THR>A<C> central_sep1 -0.349904
+R<HIS>A<CD2> R<THR>A<C> central_sep2 0.11615
+R<HIS>A<CD2> R<THR>A<C> sep1 -0.290124
+R<HIS>A<CD2> R<THR>A<C> sep2 -0.2902
+R<HIS>A<CD2> R<THR>A<CA> central_sep1 0.908451
+R<HIS>A<CD2> R<THR>A<CA> central_sep2 0.122303
+R<HIS>A<CD2> R<THR>A<CA> sep1 0.376033
+R<HIS>A<CD2> R<THR>A<CA> sep2 -0.0301585
+R<HIS>A<CD2> R<THR>A<CB> central_sep1 -0.151954
+R<HIS>A<CD2> R<THR>A<CB> central_sep2 -0.281028
+R<HIS>A<CD2> R<THR>A<CB> sep1 0.866054
+R<HIS>A<CD2> R<THR>A<CB> sep2 -0.762939
+R<HIS>A<CD2> R<THR>A<CG2> central_sep1 -0.159327
+R<HIS>A<CD2> R<THR>A<CG2> central_sep2 -0.634623
+R<HIS>A<CD2> R<THR>A<CG2> sep1 1.48682
+R<HIS>A<CD2> R<THR>A<CG2> sep2 -0.248231
+R<HIS>A<CD2> R<THR>A<N> central_sep1 0.375469
+R<HIS>A<CD2> R<THR>A<N> central_sep2 0.585686
+R<HIS>A<CD2> R<THR>A<N> sep1 0.594139
+R<HIS>A<CD2> R<THR>A<N> sep2 0.604333
+R<HIS>A<CD2> R<THR>A<O> central_sep1 -0.714256
+R<HIS>A<CD2> R<THR>A<O> central_sep2 -0.185669
+R<HIS>A<CD2> R<THR>A<O> sep1 0.762866
+R<HIS>A<CD2> R<THR>A<O> sep2 0.193786
+R<HIS>A<CD2> R<THR>A<OG1> central_sep1 -0.486485
+R<HIS>A<CD2> R<THR>A<OG1> central_sep2 -0.52949
+R<HIS>A<CD2> R<THR>A<OG1> sep1 1.07329
+R<HIS>A<CD2> R<THR>A<OG1> sep2 -0.458536
+R<HIS>A<CD2> R<TRP>A<C> central_sep1 -0.50235
+R<HIS>A<CD2> R<TRP>A<C> central_sep2 0.387542
+R<HIS>A<CD2> R<TRP>A<C> sep1 -0.327999
+R<HIS>A<CD2> R<TRP>A<C> sep2 -0.583774
+R<HIS>A<CD2> R<TRP>A<CA> central_sep1 -0.0663294
+R<HIS>A<CD2> R<TRP>A<CA> central_sep2 -0.0386848
+R<HIS>A<CD2> R<TRP>A<CA> sep1 0.0815642
+R<HIS>A<CD2> R<TRP>A<CA> sep2 0.0101208
+R<HIS>A<CD2> R<TRP>A<CB> central_sep1 -0.152655
+R<HIS>A<CD2> R<TRP>A<CB> central_sep2 -0.884005
+R<HIS>A<CD2> R<TRP>A<CB> sep1 1.43598
+R<HIS>A<CD2> R<TRP>A<CB> sep2 -0.77624
+R<HIS>A<CD2> R<TRP>A<CD1> central_sep1 -0.711342
+R<HIS>A<CD2> R<TRP>A<CD1> central_sep2 -0.823261
+R<HIS>A<CD2> R<TRP>A<CD1> sep1 1.13099
+R<HIS>A<CD2> R<TRP>A<CD1> sep2 -0.870352
+R<HIS>A<CD2> R<TRP>A<CD2> central_sep1 -0.863456
+R<HIS>A<CD2> R<TRP>A<CD2> central_sep2 -1.46003
+R<HIS>A<CD2> R<TRP>A<CD2> sep1 0.291387
+R<HIS>A<CD2> R<TRP>A<CD2> sep2 -1.58274
+R<HIS>A<CD2> R<TRP>A<CE2> central_sep1 -1.04893
+R<HIS>A<CD2> R<TRP>A<CE2> central_sep2 -1.47761
+R<HIS>A<CD2> R<TRP>A<CE2> sep1 0.203261
+R<HIS>A<CD2> R<TRP>A<CE2> sep2 -1.75996
+R<HIS>A<CD2> R<TRP>A<CE3> central_sep1 -0.588601
+R<HIS>A<CD2> R<TRP>A<CE3> central_sep2 -0.881826
+R<HIS>A<CD2> R<TRP>A<CE3> sep1 0.834066
+R<HIS>A<CD2> R<TRP>A<CE3> sep2 -1.03317
+R<HIS>A<CD2> R<TRP>A<CG> central_sep1 0.602367
+R<HIS>A<CD2> R<TRP>A<CG> central_sep2 -1.14543
+R<HIS>A<CD2> R<TRP>A<CG> sep1 0.0624421
+R<HIS>A<CD2> R<TRP>A<CG> sep2 -2.12349
+R<HIS>A<CD2> R<TRP>A<CH2> central_sep1 0.0931266
+R<HIS>A<CD2> R<TRP>A<CH2> central_sep2 -1.21052
+R<HIS>A<CD2> R<TRP>A<CH2> sep1 0.920131
+R<HIS>A<CD2> R<TRP>A<CH2> sep2 -1.35248
+R<HIS>A<CD2> R<TRP>A<CZ2> central_sep1 -0.34586
+R<HIS>A<CD2> R<TRP>A<CZ2> central_sep2 -1.41899
+R<HIS>A<CD2> R<TRP>A<CZ2> sep1 0.672837
+R<HIS>A<CD2> R<TRP>A<CZ2> sep2 -1.20192
+R<HIS>A<CD2> R<TRP>A<CZ3> central_sep1 -0.31115
+R<HIS>A<CD2> R<TRP>A<CZ3> central_sep2 -1.09241
+R<HIS>A<CD2> R<TRP>A<CZ3> sep1 0.969338
+R<HIS>A<CD2> R<TRP>A<CZ3> sep2 -1.09818
+R<HIS>A<CD2> R<TRP>A<N> central_sep1 0.463226
+R<HIS>A<CD2> R<TRP>A<N> central_sep2 0.814395
+R<HIS>A<CD2> R<TRP>A<N> sep1 0.392042
+R<HIS>A<CD2> R<TRP>A<N> sep2 0.39097
+R<HIS>A<CD2> R<TRP>A<NE1> central_sep1 -0.20602
+R<HIS>A<CD2> R<TRP>A<NE1> central_sep2 -0.91406
+R<HIS>A<CD2> R<TRP>A<NE1> sep1 0.604706
+R<HIS>A<CD2> R<TRP>A<NE1> sep2 -1.1045
+R<HIS>A<CD2> R<TRP>A<O> central_sep1 -0.944903
+R<HIS>A<CD2> R<TRP>A<O> central_sep2 -0.450122
+R<HIS>A<CD2> R<TRP>A<O> sep1 1.10354
+R<HIS>A<CD2> R<TRP>A<O> sep2 -0.0207058
+R<HIS>A<CD2> R<TYR>A<C> central_sep1 -0.445787
+R<HIS>A<CD2> R<TYR>A<C> central_sep2 0.55762
+R<HIS>A<CD2> R<TYR>A<C> sep1 -0.337469
+R<HIS>A<CD2> R<TYR>A<C> sep2 -0.367952
+R<HIS>A<CD2> R<TYR>A<CA> central_sep1 0.246957
+R<HIS>A<CD2> R<TYR>A<CA> central_sep2 0.147165
+R<HIS>A<CD2> R<TYR>A<CA> sep1 0.0812779
+R<HIS>A<CD2> R<TYR>A<CA> sep2 0.145989
+R<HIS>A<CD2> R<TYR>A<CB> central_sep1 -0.176321
+R<HIS>A<CD2> R<TYR>A<CB> central_sep2 -0.772131
+R<HIS>A<CD2> R<TYR>A<CB> sep1 1.25131
+R<HIS>A<CD2> R<TYR>A<CB> sep2 -0.50466
+R<HIS>A<CD2> R<TYR>A<CD1> central_sep1 -0.524516
+R<HIS>A<CD2> R<TYR>A<CD1> central_sep2 -0.84081
+R<HIS>A<CD2> R<TYR>A<CD1> sep1 0.984294
+R<HIS>A<CD2> R<TYR>A<CD1> sep2 -0.972588
+R<HIS>A<CD2> R<TYR>A<CE1> central_sep1 -0.369048
+R<HIS>A<CD2> R<TYR>A<CE1> central_sep2 -1.08005
+R<HIS>A<CD2> R<TYR>A<CE1> sep1 0.90128
+R<HIS>A<CD2> R<TYR>A<CE1> sep2 -1.10472
+R<HIS>A<CD2> R<TYR>A<CG> central_sep1 0.157709
+R<HIS>A<CD2> R<TYR>A<CG> central_sep2 -0.958985
+R<HIS>A<CD2> R<TYR>A<CG> sep1 -0.0232437
+R<HIS>A<CD2> R<TYR>A<CG> sep2 -1.94818
+R<HIS>A<CD2> R<TYR>A<CZ> central_sep1 -0.849328
+R<HIS>A<CD2> R<TYR>A<CZ> central_sep2 -1.18368
+R<HIS>A<CD2> R<TYR>A<CZ> sep1 0.302777
+R<HIS>A<CD2> R<TYR>A<CZ> sep2 -1.64339
+R<HIS>A<CD2> R<TYR>A<N> central_sep1 0.377076
+R<HIS>A<CD2> R<TYR>A<N> central_sep2 0.839951
+R<HIS>A<CD2> R<TYR>A<N> sep1 0.411769
+R<HIS>A<CD2> R<TYR>A<N> sep2 0.573473
+R<HIS>A<CD2> R<TYR>A<O> central_sep1 -0.741134
+R<HIS>A<CD2> R<TYR>A<O> central_sep2 -0.299282
+R<HIS>A<CD2> R<TYR>A<O> sep1 0.979094
+R<HIS>A<CD2> R<TYR>A<O> sep2 0.127513
+R<HIS>A<CD2> R<TYR>A<OH> central_sep1 0.0935194
+R<HIS>A<CD2> R<TYR>A<OH> central_sep2 -0.97925
+R<HIS>A<CD2> R<TYR>A<OH> sep1 1.00499
+R<HIS>A<CD2> R<TYR>A<OH> sep2 -1.10862
+R<HIS>A<CD2> R<VAL>A<C> central_sep1 -0.494615
+R<HIS>A<CD2> R<VAL>A<C> central_sep2 0.571435
+R<HIS>A<CD2> R<VAL>A<C> sep1 -0.30006
+R<HIS>A<CD2> R<VAL>A<C> sep2 -0.291919
+R<HIS>A<CD2> R<VAL>A<CA> central_sep1 0.59302
+R<HIS>A<CD2> R<VAL>A<CA> central_sep2 0.413908
+R<HIS>A<CD2> R<VAL>A<CA> sep1 0.46119
+R<HIS>A<CD2> R<VAL>A<CA> sep2 0.359057
+R<HIS>A<CD2> R<VAL>A<CB> central_sep1 0.188154
+R<HIS>A<CD2> R<VAL>A<CB> central_sep2 -0.364396
+R<HIS>A<CD2> R<VAL>A<CB> sep1 1.12769
+R<HIS>A<CD2> R<VAL>A<CB> sep2 -0.60162
+R<HIS>A<CD2> R<VAL>A<CG1> central_sep1 -0.227012
+R<HIS>A<CD2> R<VAL>A<CG1> central_sep2 -0.791143
+R<HIS>A<CD2> R<VAL>A<CG1> sep1 1.57923
+R<HIS>A<CD2> R<VAL>A<CG1> sep2 -0.245046
+R<HIS>A<CD2> R<VAL>A<CG2> central_sep1 -0.250413
+R<HIS>A<CD2> R<VAL>A<CG2> central_sep2 -0.770213
+R<HIS>A<CD2> R<VAL>A<CG2> sep1 1.49274
+R<HIS>A<CD2> R<VAL>A<CG2> sep2 -0.258813
+R<HIS>A<CD2> R<VAL>A<N> central_sep1 0.605719
+R<HIS>A<CD2> R<VAL>A<N> central_sep2 0.746949
+R<HIS>A<CD2> R<VAL>A<N> sep1 0.520866
+R<HIS>A<CD2> R<VAL>A<N> sep2 0.673282
+R<HIS>A<CD2> R<VAL>A<O> central_sep1 -0.591393
+R<HIS>A<CD2> R<VAL>A<O> central_sep2 -0.263385
+R<HIS>A<CD2> R<VAL>A<O> sep1 0.976101
+R<HIS>A<CD2> R<VAL>A<O> sep2 0.327335
+R<HIS>A<CD2> c<solvent> . 0.0370178
+R<HIS>A<CE1> R<HIS>A<CE1> central_sep1 -0.387528
+R<HIS>A<CE1> R<HIS>A<CE1> central_sep2 -1.34272
+R<HIS>A<CE1> R<HIS>A<CE1> sep1 0.444908
+R<HIS>A<CE1> R<HIS>A<CE1> sep2 -1.67479
+R<HIS>A<CE1> R<HIS>A<CG> central_sep1 -0.287437
+R<HIS>A<CE1> R<HIS>A<CG> central_sep2 -1.37743
+R<HIS>A<CE1> R<HIS>A<CG> sep1 -0.114796
+R<HIS>A<CE1> R<HIS>A<CG> sep2 -2.04635
+R<HIS>A<CE1> R<HIS>A<N> central_sep1 0.991413
+R<HIS>A<CE1> R<HIS>A<N> central_sep2 0.369196
+R<HIS>A<CE1> R<HIS>A<N> sep1 1.10396
+R<HIS>A<CE1> R<HIS>A<N> sep2 0.027201
+R<HIS>A<CE1> R<HIS>A<ND1> central_sep1 -0.0722545
+R<HIS>A<CE1> R<HIS>A<ND1> central_sep2 -0.79658
+R<HIS>A<CE1> R<HIS>A<ND1> sep1 0.285377
+R<HIS>A<CE1> R<HIS>A<ND1> sep2 -1.51856
+R<HIS>A<CE1> R<HIS>A<NE2> central_sep1 -0.340899
+R<HIS>A<CE1> R<HIS>A<NE2> central_sep2 -1.03621
+R<HIS>A<CE1> R<HIS>A<NE2> sep1 0.0594908
+R<HIS>A<CE1> R<HIS>A<NE2> sep2 -1.77888
+R<HIS>A<CE1> R<HIS>A<O> central_sep1 -0.15952
+R<HIS>A<CE1> R<HIS>A<O> central_sep2 -0.719864
+R<HIS>A<CE1> R<HIS>A<O> sep1 0.39301
+R<HIS>A<CE1> R<HIS>A<O> sep2 -0.200408
+R<HIS>A<CE1> R<ILE>A<C> central_sep1 1.377
+R<HIS>A<CE1> R<ILE>A<C> central_sep2 1.23929
+R<HIS>A<CE1> R<ILE>A<C> sep1 1.73256
+R<HIS>A<CE1> R<ILE>A<C> sep2 0.212811
+R<HIS>A<CE1> R<ILE>A<CA> central_sep1 1.76434
+R<HIS>A<CE1> R<ILE>A<CA> central_sep2 0.561118
+R<HIS>A<CE1> R<ILE>A<CA> sep1 2.2639
+R<HIS>A<CE1> R<ILE>A<CA> sep2 0.485999
+R<HIS>A<CE1> R<ILE>A<CB> central_sep1 0.771255
+R<HIS>A<CE1> R<ILE>A<CB> central_sep2 -0.0371071
+R<HIS>A<CE1> R<ILE>A<CB> sep1 1.69798
+R<HIS>A<CE1> R<ILE>A<CB> sep2 -0.328137
+R<HIS>A<CE1> R<ILE>A<CD1> central_sep1 0.546686
+R<HIS>A<CE1> R<ILE>A<CD1> central_sep2 -0.59142
+R<HIS>A<CE1> R<ILE>A<CD1> sep1 1.75495
+R<HIS>A<CE1> R<ILE>A<CD1> sep2 -0.0275846
+R<HIS>A<CE1> R<ILE>A<CG1> central_sep1 0.366143
+R<HIS>A<CE1> R<ILE>A<CG1> central_sep2 -0.359698
+R<HIS>A<CE1> R<ILE>A<CG1> sep1 1.75894
+R<HIS>A<CE1> R<ILE>A<CG1> sep2 -0.271629
+R<HIS>A<CE1> R<ILE>A<CG2> central_sep1 -0.0648161
+R<HIS>A<CE1> R<ILE>A<CG2> central_sep2 -0.583493
+R<HIS>A<CE1> R<ILE>A<CG2> sep1 1.83798
+R<HIS>A<CE1> R<ILE>A<CG2> sep2 0.042614
+R<HIS>A<CE1> R<ILE>A<N> central_sep1 2.74533
+R<HIS>A<CE1> R<ILE>A<N> central_sep2 1.21347
+R<HIS>A<CE1> R<ILE>A<N> sep1 2.24085
+R<HIS>A<CE1> R<ILE>A<N> sep2 0.678344
+R<HIS>A<CE1> R<ILE>A<O> central_sep1 0.593128
+R<HIS>A<CE1> R<ILE>A<O> central_sep2 -0.0268748
+R<HIS>A<CE1> R<ILE>A<O> sep1 1.44495
+R<HIS>A<CE1> R<ILE>A<O> sep2 0.404113
+R<HIS>A<CE1> R<LEU>A<C> central_sep1 1.88709
+R<HIS>A<CE1> R<LEU>A<C> central_sep2 0.856003
+R<HIS>A<CE1> R<LEU>A<C> sep1 1.79327
+R<HIS>A<CE1> R<LEU>A<C> sep2 -0.00910923
+R<HIS>A<CE1> R<LEU>A<CA> central_sep1 1.40752
+R<HIS>A<CE1> R<LEU>A<CA> central_sep2 0.531074
+R<HIS>A<CE1> R<LEU>A<CA> sep1 1.99405
+R<HIS>A<CE1> R<LEU>A<CA> sep2 0.263874
+R<HIS>A<CE1> R<LEU>A<CB> central_sep1 0.12641
+R<HIS>A<CE1> R<LEU>A<CB> central_sep2 -0.395774
+R<HIS>A<CE1> R<LEU>A<CB> sep1 1.59265
+R<HIS>A<CE1> R<LEU>A<CB> sep2 -0.0765113
+R<HIS>A<CE1> R<LEU>A<CD1> central_sep1 0.312731
+R<HIS>A<CE1> R<LEU>A<CD1> central_sep2 -0.5673
+R<HIS>A<CE1> R<LEU>A<CD1> sep1 1.52444
+R<HIS>A<CE1> R<LEU>A<CD1> sep2 -0.0291247
+R<HIS>A<CE1> R<LEU>A<CD2> central_sep1 0.190194
+R<HIS>A<CE1> R<LEU>A<CD2> central_sep2 -0.65559
+R<HIS>A<CE1> R<LEU>A<CD2> sep1 1.50354
+R<HIS>A<CE1> R<LEU>A<CD2> sep2 -0.100123
+R<HIS>A<CE1> R<LEU>A<CG> central_sep1 -0.380396
+R<HIS>A<CE1> R<LEU>A<CG> central_sep2 -0.108653
+R<HIS>A<CE1> R<LEU>A<CG> sep1 1.05557
+R<HIS>A<CE1> R<LEU>A<CG> sep2 -0.315822
+R<HIS>A<CE1> R<LEU>A<N> central_sep1 2.57264
+R<HIS>A<CE1> R<LEU>A<N> central_sep2 1.03059
+R<HIS>A<CE1> R<LEU>A<N> sep1 2.26409
+R<HIS>A<CE1> R<LEU>A<N> sep2 0.628493
+R<HIS>A<CE1> R<LEU>A<O> central_sep1 0.703653
+R<HIS>A<CE1> R<LEU>A<O> central_sep2 -0.157254
+R<HIS>A<CE1> R<LEU>A<O> sep1 1.38347
+R<HIS>A<CE1> R<LEU>A<O> sep2 0.261516
+R<HIS>A<CE1> R<LYS>A<C> central_sep1 1.64923
+R<HIS>A<CE1> R<LYS>A<C> central_sep2 1.01581
+R<HIS>A<CE1> R<LYS>A<C> sep1 1.66032
+R<HIS>A<CE1> R<LYS>A<C> sep2 0.202809
+R<HIS>A<CE1> R<LYS>A<CA> central_sep1 1.45696
+R<HIS>A<CE1> R<LYS>A<CA> central_sep2 0.502566
+R<HIS>A<CE1> R<LYS>A<CA> sep1 2.03514
+R<HIS>A<CE1> R<LYS>A<CA> sep2 0.346004
+R<HIS>A<CE1> R<LYS>A<CB> central_sep1 -0.20993
+R<HIS>A<CE1> R<LYS>A<CB> central_sep2 0.00134982
+R<HIS>A<CE1> R<LYS>A<CB> sep1 0.926694
+R<HIS>A<CE1> R<LYS>A<CB> sep2 0.191497
+R<HIS>A<CE1> R<LYS>A<CD> central_sep1 -0.130473
+R<HIS>A<CE1> R<LYS>A<CD> central_sep2 -0.268262
+R<HIS>A<CE1> R<LYS>A<CD> sep1 0.865272
+R<HIS>A<CE1> R<LYS>A<CD> sep2 -0.0973485
+R<HIS>A<CE1> R<LYS>A<CE> central_sep1 -0.0954507
+R<HIS>A<CE1> R<LYS>A<CE> central_sep2 0.0245104
+R<HIS>A<CE1> R<LYS>A<CE> sep1 1.04212
+R<HIS>A<CE1> R<LYS>A<CE> sep2 -0.253319
+R<HIS>A<CE1> R<LYS>A<CG> central_sep1 -0.294028
+R<HIS>A<CE1> R<LYS>A<CG> central_sep2 -0.0675637
+R<HIS>A<CE1> R<LYS>A<CG> sep1 1.02489
+R<HIS>A<CE1> R<LYS>A<CG> sep2 0.124028
+R<HIS>A<CE1> R<LYS>A<N> central_sep1 2.457
+R<HIS>A<CE1> R<LYS>A<N> central_sep2 1.24741
+R<HIS>A<CE1> R<LYS>A<N> sep1 1.90743
+R<HIS>A<CE1> R<LYS>A<N> sep2 0.840154
+R<HIS>A<CE1> R<LYS>A<NZ> central_sep1 1.09956
+R<HIS>A<CE1> R<LYS>A<NZ> central_sep2 0.425182
+R<HIS>A<CE1> R<LYS>A<NZ> sep1 1.42236
+R<HIS>A<CE1> R<LYS>A<NZ> sep2 -0.273093
+R<HIS>A<CE1> R<LYS>A<O> central_sep1 0.327966
+R<HIS>A<CE1> R<LYS>A<O> central_sep2 0.0732925
+R<HIS>A<CE1> R<LYS>A<O> sep1 0.994129
+R<HIS>A<CE1> R<LYS>A<O> sep2 0.412277
+R<HIS>A<CE1> R<MET>A<C> central_sep1 1.35668
+R<HIS>A<CE1> R<MET>A<C> central_sep2 0.745588
+R<HIS>A<CE1> R<MET>A<C> sep1 1.584
+R<HIS>A<CE1> R<MET>A<C> sep2 -0.230202
+R<HIS>A<CE1> R<MET>A<CA> central_sep1 1.42983
+R<HIS>A<CE1> R<MET>A<CA> central_sep2 0.195527
+R<HIS>A<CE1> R<MET>A<CA> sep1 1.92788
+R<HIS>A<CE1> R<MET>A<CA> sep2 -0.0279679
+R<HIS>A<CE1> R<MET>A<CB> central_sep1 0.11113
+R<HIS>A<CE1> R<MET>A<CB> central_sep2 -0.545254
+R<HIS>A<CE1> R<MET>A<CB> sep1 1.44823
+R<HIS>A<CE1> R<MET>A<CB> sep2 -0.205139
+R<HIS>A<CE1> R<MET>A<CE> central_sep1 0.13379
+R<HIS>A<CE1> R<MET>A<CE> central_sep2 -0.763858
+R<HIS>A<CE1> R<MET>A<CE> sep1 1.69015
+R<HIS>A<CE1> R<MET>A<CE> sep2 -0.509209
+R<HIS>A<CE1> R<MET>A<CG> central_sep1 -0.372866
+R<HIS>A<CE1> R<MET>A<CG> central_sep2 -0.559384
+R<HIS>A<CE1> R<MET>A<CG> sep1 1.32087
+R<HIS>A<CE1> R<MET>A<CG> sep2 -0.377262
+R<HIS>A<CE1> R<MET>A<N> central_sep1 2.31969
+R<HIS>A<CE1> R<MET>A<N> central_sep2 0.823416
+R<HIS>A<CE1> R<MET>A<N> sep1 1.97371
+R<HIS>A<CE1> R<MET>A<N> sep2 0.324584
+R<HIS>A<CE1> R<MET>A<O> central_sep1 0.415247
+R<HIS>A<CE1> R<MET>A<O> central_sep2 -0.311849
+R<HIS>A<CE1> R<MET>A<O> sep1 1.16894
+R<HIS>A<CE1> R<MET>A<O> sep2 0.224208
+R<HIS>A<CE1> R<MET>A<SD> central_sep1 -0.0312526
+R<HIS>A<CE1> R<MET>A<SD> central_sep2 -0.924964
+R<HIS>A<CE1> R<MET>A<SD> sep1 1.34913
+R<HIS>A<CE1> R<MET>A<SD> sep2 -0.398574
+R<HIS>A<CE1> R<PHE>A<C> central_sep1 1.33629
+R<HIS>A<CE1> R<PHE>A<C> central_sep2 0.621972
+R<HIS>A<CE1> R<PHE>A<C> sep1 1.5267
+R<HIS>A<CE1> R<PHE>A<C> sep2 -0.227179
+R<HIS>A<CE1> R<PHE>A<CA> central_sep1 1.22297
+R<HIS>A<CE1> R<PHE>A<CA> central_sep2 0.114223
+R<HIS>A<CE1> R<PHE>A<CA> sep1 1.69261
+R<HIS>A<CE1> R<PHE>A<CA> sep2 -0.00210432
+R<HIS>A<CE1> R<PHE>A<CB> central_sep1 0.145879
+R<HIS>A<CE1> R<PHE>A<CB> central_sep2 -0.642745
+R<HIS>A<CE1> R<PHE>A<CB> sep1 1.69734
+R<HIS>A<CE1> R<PHE>A<CB> sep2 -0.399319
+R<HIS>A<CE1> R<PHE>A<CD1> central_sep1 0.082594
+R<HIS>A<CE1> R<PHE>A<CD1> central_sep2 -0.55832
+R<HIS>A<CE1> R<PHE>A<CD1> sep1 1.36428
+R<HIS>A<CE1> R<PHE>A<CD1> sep2 -0.564852
+R<HIS>A<CE1> R<PHE>A<CE1> central_sep1 0.278171
+R<HIS>A<CE1> R<PHE>A<CE1> central_sep2 -0.631941
+R<HIS>A<CE1> R<PHE>A<CE1> sep1 1.39685
+R<HIS>A<CE1> R<PHE>A<CE1> sep2 -0.779561
+R<HIS>A<CE1> R<PHE>A<CG> central_sep1 0.985782
+R<HIS>A<CE1> R<PHE>A<CG> central_sep2 -0.51146
+R<HIS>A<CE1> R<PHE>A<CG> sep1 0.701071
+R<HIS>A<CE1> R<PHE>A<CG> sep2 -1.70967
+R<HIS>A<CE1> R<PHE>A<CZ> central_sep1 0.83302
+R<HIS>A<CE1> R<PHE>A<CZ> central_sep2 -0.726318
+R<HIS>A<CE1> R<PHE>A<CZ> sep1 1.40349
+R<HIS>A<CE1> R<PHE>A<CZ> sep2 -0.839237
+R<HIS>A<CE1> R<PHE>A<N> central_sep1 1.88316
+R<HIS>A<CE1> R<PHE>A<N> central_sep2 0.843041
+R<HIS>A<CE1> R<PHE>A<N> sep1 1.80779
+R<HIS>A<CE1> R<PHE>A<N> sep2 0.268774
+R<HIS>A<CE1> R<PHE>A<O> central_sep1 0.501276
+R<HIS>A<CE1> R<PHE>A<O> central_sep2 -0.280256
+R<HIS>A<CE1> R<PHE>A<O> sep1 1.24669
+R<HIS>A<CE1> R<PHE>A<O> sep2 0.142834
+R<HIS>A<CE1> R<PRO>A<C> central_sep1 2.09831
+R<HIS>A<CE1> R<PRO>A<C> central_sep2 0.89295
+R<HIS>A<CE1> R<PRO>A<C> sep1 1.81023
+R<HIS>A<CE1> R<PRO>A<C> sep2 -0.0527605
+R<HIS>A<CE1> R<PRO>A<CA> central_sep1 0.481634
+R<HIS>A<CE1> R<PRO>A<CA> central_sep2 -0.170854
+R<HIS>A<CE1> R<PRO>A<CA> sep1 1.38973
+R<HIS>A<CE1> R<PRO>A<CA> sep2 -0.309326
+R<HIS>A<CE1> R<PRO>A<CB> central_sep1 -0.344817
+R<HIS>A<CE1> R<PRO>A<CB> central_sep2 -0.593496
+R<HIS>A<CE1> R<PRO>A<CB> sep1 0.547894
+R<HIS>A<CE1> R<PRO>A<CB> sep2 -0.442096
+R<HIS>A<CE1> R<PRO>A<CD> central_sep1 0.769878
+R<HIS>A<CE1> R<PRO>A<CD> central_sep2 -0.418796
+R<HIS>A<CE1> R<PRO>A<CD> sep1 0.212951
+R<HIS>A<CE1> R<PRO>A<CD> sep2 -0.213333
+R<HIS>A<CE1> R<PRO>A<CG> central_sep1 -0.197667
+R<HIS>A<CE1> R<PRO>A<CG> central_sep2 -0.700504
+R<HIS>A<CE1> R<PRO>A<CG> sep1 0.365598
+R<HIS>A<CE1> R<PRO>A<CG> sep2 -0.687995
+R<HIS>A<CE1> R<PRO>A<N> central_sep1 1.35341
+R<HIS>A<CE1> R<PRO>A<N> central_sep2 0.242815
+R<HIS>A<CE1> R<PRO>A<N> sep1 1.39447
+R<HIS>A<CE1> R<PRO>A<N> sep2 -0.642909
+R<HIS>A<CE1> R<PRO>A<O> central_sep1 0.325418
+R<HIS>A<CE1> R<PRO>A<O> central_sep2 -0.41165
+R<HIS>A<CE1> R<PRO>A<O> sep1 0.852907
+R<HIS>A<CE1> R<PRO>A<O> sep2 0.00390735
+R<HIS>A<CE1> R<SER>A<C> central_sep1 1.2808
+R<HIS>A<CE1> R<SER>A<C> central_sep2 0.39371
+R<HIS>A<CE1> R<SER>A<C> sep1 1.5991
+R<HIS>A<CE1> R<SER>A<C> sep2 -0.332639
+R<HIS>A<CE1> R<SER>A<CA> central_sep1 1.05553
+R<HIS>A<CE1> R<SER>A<CA> central_sep2 0.0543821
+R<HIS>A<CE1> R<SER>A<CA> sep1 1.75025
+R<HIS>A<CE1> R<SER>A<CA> sep2 -0.341839
+R<HIS>A<CE1> R<SER>A<CB> central_sep1 0.0502486
+R<HIS>A<CE1> R<SER>A<CB> central_sep2 -0.526423
+R<HIS>A<CE1> R<SER>A<CB> sep1 0.656504
+R<HIS>A<CE1> R<SER>A<CB> sep2 -0.786464
+R<HIS>A<CE1> R<SER>A<N> central_sep1 1.90104
+R<HIS>A<CE1> R<SER>A<N> central_sep2 0.574104
+R<HIS>A<CE1> R<SER>A<N> sep1 1.33062
+R<HIS>A<CE1> R<SER>A<N> sep2 0.219772
+R<HIS>A<CE1> R<SER>A<O> central_sep1 0.37129
+R<HIS>A<CE1> R<SER>A<O> central_sep2 -0.444326
+R<HIS>A<CE1> R<SER>A<O> sep1 0.933765
+R<HIS>A<CE1> R<SER>A<O> sep2 0.0661067
+R<HIS>A<CE1> R<SER>A<OG> central_sep1 -0.140023
+R<HIS>A<CE1> R<SER>A<OG> central_sep2 -0.563729
+R<HIS>A<CE1> R<SER>A<OG> sep1 0.590663
+R<HIS>A<CE1> R<SER>A<OG> sep2 -0.826883
+R<HIS>A<CE1> R<THR>A<C> central_sep1 1.28993
+R<HIS>A<CE1> R<THR>A<C> central_sep2 0.555592
+R<HIS>A<CE1> R<THR>A<C> sep1 1.68042
+R<HIS>A<CE1> R<THR>A<C> sep2 -0.385131
+R<HIS>A<CE1> R<THR>A<CA> central_sep1 1.47166
+R<HIS>A<CE1> R<THR>A<CA> central_sep2 0.303245
+R<HIS>A<CE1> R<THR>A<CA> sep1 2.01812
+R<HIS>A<CE1> R<THR>A<CA> sep2 -0.0867451
+R<HIS>A<CE1> R<THR>A<CB> central_sep1 0.223938
+R<HIS>A<CE1> R<THR>A<CB> central_sep2 -0.291474
+R<HIS>A<CE1> R<THR>A<CB> sep1 0.181934
+R<HIS>A<CE1> R<THR>A<CB> sep2 -0.897622
+R<HIS>A<CE1> R<THR>A<CG2> central_sep1 -0.39115
+R<HIS>A<CE1> R<THR>A<CG2> central_sep2 -0.655126
+R<HIS>A<CE1> R<THR>A<CG2> sep1 1.35342
+R<HIS>A<CE1> R<THR>A<CG2> sep2 -0.251662
+R<HIS>A<CE1> R<THR>A<N> central_sep1 2.17016
+R<HIS>A<CE1> R<THR>A<N> central_sep2 0.880489
+R<HIS>A<CE1> R<THR>A<N> sep1 1.91387
+R<HIS>A<CE1> R<THR>A<N> sep2 0.319867
+R<HIS>A<CE1> R<THR>A<O> central_sep1 0.430584
+R<HIS>A<CE1> R<THR>A<O> central_sep2 -0.358642
+R<HIS>A<CE1> R<THR>A<O> sep1 0.899745
+R<HIS>A<CE1> R<THR>A<O> sep2 0.159677
+R<HIS>A<CE1> R<THR>A<OG1> central_sep1 -0.183109
+R<HIS>A<CE1> R<THR>A<OG1> central_sep2 -0.500924
+R<HIS>A<CE1> R<THR>A<OG1> sep1 0.675777
+R<HIS>A<CE1> R<THR>A<OG1> sep2 -0.882736
+R<HIS>A<CE1> R<TRP>A<C> central_sep1 1.53739
+R<HIS>A<CE1> R<TRP>A<C> central_sep2 0.864833
+R<HIS>A<CE1> R<TRP>A<C> sep1 1.60085
+R<HIS>A<CE1> R<TRP>A<C> sep2 -0.105428
+R<HIS>A<CE1> R<TRP>A<CA> central_sep1 1.21251
+R<HIS>A<CE1> R<TRP>A<CA> central_sep2 0.145612
+R<HIS>A<CE1> R<TRP>A<CA> sep1 1.45172
+R<HIS>A<CE1> R<TRP>A<CA> sep2 -0.0961596
+R<HIS>A<CE1> R<TRP>A<CB> central_sep1 -0.0466604
+R<HIS>A<CE1> R<TRP>A<CB> central_sep2 -0.752937
+R<HIS>A<CE1> R<TRP>A<CB> sep1 1.72346
+R<HIS>A<CE1> R<TRP>A<CB> sep2 -0.504296
+R<HIS>A<CE1> R<TRP>A<CD1> central_sep1 -0.379582
+R<HIS>A<CE1> R<TRP>A<CD1> central_sep2 -0.903153
+R<HIS>A<CE1> R<TRP>A<CD1> sep1 1.11496
+R<HIS>A<CE1> R<TRP>A<CD1> sep2 -0.85383
+R<HIS>A<CE1> R<TRP>A<CD2> central_sep1 -0.0418401
+R<HIS>A<CE1> R<TRP>A<CD2> central_sep2 -0.99769
+R<HIS>A<CE1> R<TRP>A<CD2> sep1 0.72892
+R<HIS>A<CE1> R<TRP>A<CD2> sep2 -1.51123
+R<HIS>A<CE1> R<TRP>A<CE2> central_sep1 -0.251135
+R<HIS>A<CE1> R<TRP>A<CE2> central_sep2 -1.01912
+R<HIS>A<CE1> R<TRP>A<CE2> sep1 0.68288
+R<HIS>A<CE1> R<TRP>A<CE2> sep2 -1.76076
+R<HIS>A<CE1> R<TRP>A<CE3> central_sep1 -0.274416
+R<HIS>A<CE1> R<TRP>A<CE3> central_sep2 -0.714001
+R<HIS>A<CE1> R<TRP>A<CE3> sep1 1.69287
+R<HIS>A<CE1> R<TRP>A<CE3> sep2 -0.822631
+R<HIS>A<CE1> R<TRP>A<CG> central_sep1 0.777415
+R<HIS>A<CE1> R<TRP>A<CG> central_sep2 -1.09033
+R<HIS>A<CE1> R<TRP>A<CG> sep1 0.294318
+R<HIS>A<CE1> R<TRP>A<CG> sep2 -1.92338
+R<HIS>A<CE1> R<TRP>A<CH2> central_sep1 0.705145
+R<HIS>A<CE1> R<TRP>A<CH2> central_sep2 -1.05967
+R<HIS>A<CE1> R<TRP>A<CH2> sep1 1.12275
+R<HIS>A<CE1> R<TRP>A<CH2> sep2 -1.22802
+R<HIS>A<CE1> R<TRP>A<CZ2> central_sep1 0.224653
+R<HIS>A<CE1> R<TRP>A<CZ2> central_sep2 -1.18708
+R<HIS>A<CE1> R<TRP>A<CZ2> sep1 1.09133
+R<HIS>A<CE1> R<TRP>A<CZ2> sep2 -1.23625
+R<HIS>A<CE1> R<TRP>A<CZ3> central_sep1 0.0698983
+R<HIS>A<CE1> R<TRP>A<CZ3> central_sep2 -0.920564
+R<HIS>A<CE1> R<TRP>A<CZ3> sep1 1.16705
+R<HIS>A<CE1> R<TRP>A<CZ3> sep2 -0.87568
+R<HIS>A<CE1> R<TRP>A<N> central_sep1 2.28241
+R<HIS>A<CE1> R<TRP>A<N> central_sep2 0.857565
+R<HIS>A<CE1> R<TRP>A<N> sep1 1.67306
+R<HIS>A<CE1> R<TRP>A<N> sep2 0.0686533
+R<HIS>A<CE1> R<TRP>A<NE1> central_sep1 -0.271168
+R<HIS>A<CE1> R<TRP>A<NE1> central_sep2 -0.844043
+R<HIS>A<CE1> R<TRP>A<NE1> sep1 0.620265
+R<HIS>A<CE1> R<TRP>A<NE1> sep2 -1.26829
+R<HIS>A<CE1> R<TRP>A<O> central_sep1 0.488783
+R<HIS>A<CE1> R<TRP>A<O> central_sep2 -0.225111
+R<HIS>A<CE1> R<TRP>A<O> sep1 1.05143
+R<HIS>A<CE1> R<TRP>A<O> sep2 0.276135
+R<HIS>A<CE1> R<TYR>A<C> central_sep1 1.29863
+R<HIS>A<CE1> R<TYR>A<C> central_sep2 0.615051
+R<HIS>A<CE1> R<TYR>A<C> sep1 1.65033
+R<HIS>A<CE1> R<TYR>A<C> sep2 -0.0927491
+R<HIS>A<CE1> R<TYR>A<CA> central_sep1 1.11717
+R<HIS>A<CE1> R<TYR>A<CA> central_sep2 0.243957
+R<HIS>A<CE1> R<TYR>A<CA> sep1 1.50117
+R<HIS>A<CE1> R<TYR>A<CA> sep2 0.140354
+R<HIS>A<CE1> R<TYR>A<CB> central_sep1 0.118734
+R<HIS>A<CE1> R<TYR>A<CB> central_sep2 -0.515055
+R<HIS>A<CE1> R<TYR>A<CB> sep1 1.58581
+R<HIS>A<CE1> R<TYR>A<CB> sep2 -0.414355
+R<HIS>A<CE1> R<TYR>A<CD1> central_sep1 -0.0744104
+R<HIS>A<CE1> R<TYR>A<CD1> central_sep2 -0.642387
+R<HIS>A<CE1> R<TYR>A<CD1> sep1 1.19357
+R<HIS>A<CE1> R<TYR>A<CD1> sep2 -0.730853
+R<HIS>A<CE1> R<TYR>A<CE1> central_sep1 -0.0266118
+R<HIS>A<CE1> R<TYR>A<CE1> central_sep2 -0.974026
+R<HIS>A<CE1> R<TYR>A<CE1> sep1 1.0676
+R<HIS>A<CE1> R<TYR>A<CE1> sep2 -1.16561
+R<HIS>A<CE1> R<TYR>A<CG> central_sep1 1.0185
+R<HIS>A<CE1> R<TYR>A<CG> central_sep2 -0.693985
+R<HIS>A<CE1> R<TYR>A<CG> sep1 0.458404
+R<HIS>A<CE1> R<TYR>A<CG> sep2 -1.80419
+R<HIS>A<CE1> R<TYR>A<CZ> central_sep1 -0.0676864
+R<HIS>A<CE1> R<TYR>A<CZ> central_sep2 -0.86474
+R<HIS>A<CE1> R<TYR>A<CZ> sep1 0.781945
+R<HIS>A<CE1> R<TYR>A<CZ> sep2 -1.71308
+R<HIS>A<CE1> R<TYR>A<N> central_sep1 1.99627
+R<HIS>A<CE1> R<TYR>A<N> central_sep2 0.900677
+R<HIS>A<CE1> R<TYR>A<N> sep1 1.94476
+R<HIS>A<CE1> R<TYR>A<N> sep2 0.321611
+R<HIS>A<CE1> R<TYR>A<O> central_sep1 0.482269
+R<HIS>A<CE1> R<TYR>A<O> central_sep2 -0.295689
+R<HIS>A<CE1> R<TYR>A<O> sep1 1.143
+R<HIS>A<CE1> R<TYR>A<O> sep2 0.0973871
+R<HIS>A<CE1> R<TYR>A<OH> central_sep1 0.738875
+R<HIS>A<CE1> R<TYR>A<OH> central_sep2 -0.992778
+R<HIS>A<CE1> R<TYR>A<OH> sep1 0.939137
+R<HIS>A<CE1> R<TYR>A<OH> sep2 -1.50235
+R<HIS>A<CE1> R<VAL>A<C> central_sep1 1.47208
+R<HIS>A<CE1> R<VAL>A<C> central_sep2 1.02559
+R<HIS>A<CE1> R<VAL>A<C> sep1 1.63978
+R<HIS>A<CE1> R<VAL>A<C> sep2 0.0426372
+R<HIS>A<CE1> R<VAL>A<CA> central_sep1 1.8795
+R<HIS>A<CE1> R<VAL>A<CA> central_sep2 0.572188
+R<HIS>A<CE1> R<VAL>A<CA> sep1 2.21922
+R<HIS>A<CE1> R<VAL>A<CA> sep2 0.484338
+R<HIS>A<CE1> R<VAL>A<CB> central_sep1 0.612365
+R<HIS>A<CE1> R<VAL>A<CB> central_sep2 -0.273793
+R<HIS>A<CE1> R<VAL>A<CB> sep1 1.32383
+R<HIS>A<CE1> R<VAL>A<CB> sep2 -0.485127
+R<HIS>A<CE1> R<VAL>A<CG1> central_sep1 -0.0515876
+R<HIS>A<CE1> R<VAL>A<CG1> central_sep2 -0.525318
+R<HIS>A<CE1> R<VAL>A<CG1> sep1 1.82471
+R<HIS>A<CE1> R<VAL>A<CG1> sep2 0.0973219
+R<HIS>A<CE1> R<VAL>A<CG2> central_sep1 -0.0118657
+R<HIS>A<CE1> R<VAL>A<CG2> central_sep2 -0.565583
+R<HIS>A<CE1> R<VAL>A<CG2> sep1 1.94997
+R<HIS>A<CE1> R<VAL>A<CG2> sep2 0.0818321
+R<HIS>A<CE1> R<VAL>A<N> central_sep1 2.68887
+R<HIS>A<CE1> R<VAL>A<N> central_sep2 1.25855
+R<HIS>A<CE1> R<VAL>A<N> sep1 2.21784
+R<HIS>A<CE1> R<VAL>A<N> sep2 0.625698
+R<HIS>A<CE1> R<VAL>A<O> central_sep1 0.542956
+R<HIS>A<CE1> R<VAL>A<O> central_sep2 0.00461261
+R<HIS>A<CE1> R<VAL>A<O> sep1 1.35347
+R<HIS>A<CE1> R<VAL>A<O> sep2 0.289226
+R<HIS>A<CE1> c<solvent> . -0.302067
+R<HIS>A<CG> R<HIS>A<CG> central_sep1 -0.02444
+R<HIS>A<CG> R<HIS>A<CG> central_sep2 -2.15434
+R<HIS>A<CG> R<HIS>A<CG> sep1 0.414005
+R<HIS>A<CG> R<HIS>A<CG> sep2 -2.25374
+R<HIS>A<CG> R<HIS>A<N> central_sep1 -0.734587
+R<HIS>A<CG> R<HIS>A<N> central_sep2 1.74572
+R<HIS>A<CG> R<HIS>A<N> sep1 -1.34318
+R<HIS>A<CG> R<HIS>A<N> sep2 0.191114
+R<HIS>A<CG> R<HIS>A<ND1> central_sep1 -0.244658
+R<HIS>A<CG> R<HIS>A<ND1> central_sep2 -0.731528
+R<HIS>A<CG> R<HIS>A<ND1> sep1 0.0459184
+R<HIS>A<CG> R<HIS>A<ND1> sep2 -1.5903
+R<HIS>A<CG> R<HIS>A<NE2> central_sep1 0.363394
+R<HIS>A<CG> R<HIS>A<NE2> central_sep2 -0.671765
+R<HIS>A<CG> R<HIS>A<NE2> sep1 0.210444
+R<HIS>A<CG> R<HIS>A<NE2> sep2 -1.8319
+R<HIS>A<CG> R<HIS>A<O> central_sep1 -0.486952
+R<HIS>A<CG> R<HIS>A<O> central_sep2 0.30712
+R<HIS>A<CG> R<HIS>A<O> sep1 -0.360186
+R<HIS>A<CG> R<HIS>A<O> sep2 -0.824348
+R<HIS>A<CG> R<ILE>A<C> central_sep1 0.954796
+R<HIS>A<CG> R<ILE>A<C> central_sep2 2.11215
+R<HIS>A<CG> R<ILE>A<C> sep1 -1.5047
+R<HIS>A<CG> R<ILE>A<C> sep2 0.587597
+R<HIS>A<CG> R<ILE>A<CA> central_sep1 1.88633
+R<HIS>A<CG> R<ILE>A<CA> central_sep2 0.753563
+R<HIS>A<CG> R<ILE>A<CA> sep1 2.14422
+R<HIS>A<CG> R<ILE>A<CA> sep2 0.226219
+R<HIS>A<CG> R<ILE>A<CB> central_sep1 0.581809
+R<HIS>A<CG> R<ILE>A<CB> central_sep2 -0.445083
+R<HIS>A<CG> R<ILE>A<CB> sep1 1.07769
+R<HIS>A<CG> R<ILE>A<CB> sep2 -1.20304
+R<HIS>A<CG> R<ILE>A<CD1> central_sep1 0.487712
+R<HIS>A<CG> R<ILE>A<CD1> central_sep2 -1.22678
+R<HIS>A<CG> R<ILE>A<CD1> sep1 0.728982
+R<HIS>A<CG> R<ILE>A<CD1> sep2 -1.71758
+R<HIS>A<CG> R<ILE>A<CG1> central_sep1 0.38353
+R<HIS>A<CG> R<ILE>A<CG1> central_sep2 -1.02132
+R<HIS>A<CG> R<ILE>A<CG1> sep1 0.499239
+R<HIS>A<CG> R<ILE>A<CG1> sep2 -1.53612
+R<HIS>A<CG> R<ILE>A<CG2> central_sep1 0.509329
+R<HIS>A<CG> R<ILE>A<CG2> central_sep2 -1.04416
+R<HIS>A<CG> R<ILE>A<CG2> sep1 0.57306
+R<HIS>A<CG> R<ILE>A<CG2> sep2 -1.49763
+R<HIS>A<CG> R<ILE>A<N> central_sep1 0.120967
+R<HIS>A<CG> R<ILE>A<N> central_sep2 1.97115
+R<HIS>A<CG> R<ILE>A<N> sep1 -0.919049
+R<HIS>A<CG> R<ILE>A<N> sep2 1.20324
+R<HIS>A<CG> R<ILE>A<O> central_sep1 -0.156801
+R<HIS>A<CG> R<ILE>A<O> central_sep2 1.25949
+R<HIS>A<CG> R<ILE>A<O> sep1 0.463136
+R<HIS>A<CG> R<ILE>A<O> sep2 -0.124822
+R<HIS>A<CG> R<LEU>A<C> central_sep1 0.756995
+R<HIS>A<CG> R<LEU>A<C> central_sep2 1.05116
+R<HIS>A<CG> R<LEU>A<C> sep1 -1.28019
+R<HIS>A<CG> R<LEU>A<C> sep2 0.162768
+R<HIS>A<CG> R<LEU>A<CA> central_sep1 1.48737
+R<HIS>A<CG> R<LEU>A<CA> central_sep2 0.757944
+R<HIS>A<CG> R<LEU>A<CA> sep1 1.53863
+R<HIS>A<CG> R<LEU>A<CA> sep2 -0.0723062
+R<HIS>A<CG> R<LEU>A<CB> central_sep1 0.266975
+R<HIS>A<CG> R<LEU>A<CB> central_sep2 -0.816055
+R<HIS>A<CG> R<LEU>A<CB> sep1 0.90049
+R<HIS>A<CG> R<LEU>A<CB> sep2 -1.03888
+R<HIS>A<CG> R<LEU>A<CD1> central_sep1 0.45551
+R<HIS>A<CG> R<LEU>A<CD1> central_sep2 -1.31019
+R<HIS>A<CG> R<LEU>A<CD1> sep1 0.759318
+R<HIS>A<CG> R<LEU>A<CD1> sep2 -1.72364
+R<HIS>A<CG> R<LEU>A<CD2> central_sep1 0.393312
+R<HIS>A<CG> R<LEU>A<CD2> central_sep2 -1.2625
+R<HIS>A<CG> R<LEU>A<CD2> sep1 0.873601
+R<HIS>A<CG> R<LEU>A<CD2> sep2 -1.72477
+R<HIS>A<CG> R<LEU>A<CG> central_sep1 0.00627482
+R<HIS>A<CG> R<LEU>A<CG> central_sep2 -0.45927
+R<HIS>A<CG> R<LEU>A<CG> sep1 -0.013023
+R<HIS>A<CG> R<LEU>A<CG> sep2 -1.2486
+R<HIS>A<CG> R<LEU>A<N> central_sep1 0.606395
+R<HIS>A<CG> R<LEU>A<N> central_sep2 1.95767
+R<HIS>A<CG> R<LEU>A<N> sep1 -0.723808
+R<HIS>A<CG> R<LEU>A<N> sep2 1.03998
+R<HIS>A<CG> R<LEU>A<O> central_sep1 -0.0248813
+R<HIS>A<CG> R<LEU>A<O> central_sep2 1.13554
+R<HIS>A<CG> R<LEU>A<O> sep1 0.400385
+R<HIS>A<CG> R<LEU>A<O> sep2 0.0541034
+R<HIS>A<CG> R<LYS>A<C> central_sep1 0.234832
+R<HIS>A<CG> R<LYS>A<C> central_sep2 1.01518
+R<HIS>A<CG> R<LYS>A<C> sep1 -1.69933
+R<HIS>A<CG> R<LYS>A<C> sep2 0.375346
+R<HIS>A<CG> R<LYS>A<CA> central_sep1 1.35116
+R<HIS>A<CG> R<LYS>A<CA> central_sep2 0.0544998
+R<HIS>A<CG> R<LYS>A<CA> sep1 1.68105
+R<HIS>A<CG> R<LYS>A<CA> sep2 -0.44017
+R<HIS>A<CG> R<LYS>A<CB> central_sep1 0.289715
+R<HIS>A<CG> R<LYS>A<CB> central_sep2 -0.493166
+R<HIS>A<CG> R<LYS>A<CB> sep1 0.788327
+R<HIS>A<CG> R<LYS>A<CB> sep2 -0.960588
+R<HIS>A<CG> R<LYS>A<CD> central_sep1 1.05178
+R<HIS>A<CG> R<LYS>A<CD> central_sep2 -0.367705
+R<HIS>A<CG> R<LYS>A<CD> sep1 1.26111
+R<HIS>A<CG> R<LYS>A<CD> sep2 -1.15521
+R<HIS>A<CG> R<LYS>A<CE> central_sep1 1.20879
+R<HIS>A<CG> R<LYS>A<CE> central_sep2 0.00676616
+R<HIS>A<CG> R<LYS>A<CE> sep1 1.33452
+R<HIS>A<CG> R<LYS>A<CE> sep2 -0.709518
+R<HIS>A<CG> R<LYS>A<CG> central_sep1 -0.0108577
+R<HIS>A<CG> R<LYS>A<CG> central_sep2 -0.51862
+R<HIS>A<CG> R<LYS>A<CG> sep1 0.268167
+R<HIS>A<CG> R<LYS>A<CG> sep2 -0.988347
+R<HIS>A<CG> R<LYS>A<N> central_sep1 0.0318674
+R<HIS>A<CG> R<LYS>A<N> central_sep2 1.77097
+R<HIS>A<CG> R<LYS>A<N> sep1 -0.493488
+R<HIS>A<CG> R<LYS>A<N> sep2 0.916392
+R<HIS>A<CG> R<LYS>A<NZ> central_sep1 2.68108
+R<HIS>A<CG> R<LYS>A<NZ> central_sep2 1.66865
+R<HIS>A<CG> R<LYS>A<NZ> sep1 2.00762
+R<HIS>A<CG> R<LYS>A<NZ> sep2 -0.0310688
+R<HIS>A<CG> R<LYS>A<O> central_sep1 0.138353
+R<HIS>A<CG> R<LYS>A<O> central_sep2 1.37007
+R<HIS>A<CG> R<LYS>A<O> sep1 0.22666
+R<HIS>A<CG> R<LYS>A<O> sep2 0.138732
+R<HIS>A<CG> R<MET>A<C> central_sep1 1.19942
+R<HIS>A<CG> R<MET>A<C> central_sep2 1.03614
+R<HIS>A<CG> R<MET>A<C> sep1 -1.22011
+R<HIS>A<CG> R<MET>A<C> sep2 0.104799
+R<HIS>A<CG> R<MET>A<CA> central_sep1 1.41061
+R<HIS>A<CG> R<MET>A<CA> central_sep2 0.315712
+R<HIS>A<CG> R<MET>A<CA> sep1 1.50056
+R<HIS>A<CG> R<MET>A<CA> sep2 -0.358611
+R<HIS>A<CG> R<MET>A<CB> central_sep1 0.577835
+R<HIS>A<CG> R<MET>A<CB> central_sep2 -0.80522
+R<HIS>A<CG> R<MET>A<CB> sep1 0.94971
+R<HIS>A<CG> R<MET>A<CB> sep2 -1.34185
+R<HIS>A<CG> R<MET>A<CE> central_sep1 0.150094
+R<HIS>A<CG> R<MET>A<CE> central_sep2 -1.4549
+R<HIS>A<CG> R<MET>A<CE> sep1 0.790523
+R<HIS>A<CG> R<MET>A<CE> sep2 -1.81719
+R<HIS>A<CG> R<MET>A<CG> central_sep1 0.183983
+R<HIS>A<CG> R<MET>A<CG> central_sep2 -1.04838
+R<HIS>A<CG> R<MET>A<CG> sep1 0.285176
+R<HIS>A<CG> R<MET>A<CG> sep2 -1.5628
+R<HIS>A<CG> R<MET>A<N> central_sep1 -0.176641
+R<HIS>A<CG> R<MET>A<N> central_sep2 1.59282
+R<HIS>A<CG> R<MET>A<N> sep1 -0.911432
+R<HIS>A<CG> R<MET>A<N> sep2 0.45565
+R<HIS>A<CG> R<MET>A<O> central_sep1 -0.15273
+R<HIS>A<CG> R<MET>A<O> central_sep2 0.695619
+R<HIS>A<CG> R<MET>A<O> sep1 0.305142
+R<HIS>A<CG> R<MET>A<O> sep2 -0.200263
+R<HIS>A<CG> R<MET>A<SD> central_sep1 0.547817
+R<HIS>A<CG> R<MET>A<SD> central_sep2 -1.27381
+R<HIS>A<CG> R<MET>A<SD> sep1 0.778513
+R<HIS>A<CG> R<MET>A<SD> sep2 -1.79564
+R<HIS>A<CG> R<PHE>A<C> central_sep1 0.629815
+R<HIS>A<CG> R<PHE>A<C> central_sep2 0.818205
+R<HIS>A<CG> R<PHE>A<C> sep1 -1.45163
+R<HIS>A<CG> R<PHE>A<C> sep2 -0.0397432
+R<HIS>A<CG> R<PHE>A<CA> central_sep1 1.34101
+R<HIS>A<CG> R<PHE>A<CA> central_sep2 0.208738
+R<HIS>A<CG> R<PHE>A<CA> sep1 1.64387
+R<HIS>A<CG> R<PHE>A<CA> sep2 -0.459057
+R<HIS>A<CG> R<PHE>A<CB> central_sep1 0.631913
+R<HIS>A<CG> R<PHE>A<CB> central_sep2 -1.01997
+R<HIS>A<CG> R<PHE>A<CB> sep1 1.05243
+R<HIS>A<CG> R<PHE>A<CB> sep2 -1.43697
+R<HIS>A<CG> R<PHE>A<CD1> central_sep1 -0.131863
+R<HIS>A<CG> R<PHE>A<CD1> central_sep2 -1.28937
+R<HIS>A<CG> R<PHE>A<CD1> sep1 0.565539
+R<HIS>A<CG> R<PHE>A<CD1> sep2 -1.52201
+R<HIS>A<CG> R<PHE>A<CE1> central_sep1 0.0293041
+R<HIS>A<CG> R<PHE>A<CE1> central_sep2 -1.46582
+R<HIS>A<CG> R<PHE>A<CE1> sep1 0.275529
+R<HIS>A<CG> R<PHE>A<CE1> sep2 -1.84938
+R<HIS>A<CG> R<PHE>A<CG> central_sep1 1.32258
+R<HIS>A<CG> R<PHE>A<CG> central_sep2 -1.68353
+R<HIS>A<CG> R<PHE>A<CG> sep1 1.42591
+R<HIS>A<CG> R<PHE>A<CG> sep2 -1.93187
+R<HIS>A<CG> R<PHE>A<CZ> central_sep1 -0.20564
+R<HIS>A<CG> R<PHE>A<CZ> central_sep2 -1.49479
+R<HIS>A<CG> R<PHE>A<CZ> sep1 -0.00133693
+R<HIS>A<CG> R<PHE>A<CZ> sep2 -1.95151
+R<HIS>A<CG> R<PHE>A<N> central_sep1 0.210667
+R<HIS>A<CG> R<PHE>A<N> central_sep2 1.40009
+R<HIS>A<CG> R<PHE>A<N> sep1 -0.82567
+R<HIS>A<CG> R<PHE>A<N> sep2 0.70421
+R<HIS>A<CG> R<PHE>A<O> central_sep1 0.431921
+R<HIS>A<CG> R<PHE>A<O> central_sep2 0.972535
+R<HIS>A<CG> R<PHE>A<O> sep1 0.249854
+R<HIS>A<CG> R<PHE>A<O> sep2 -0.335748
+R<HIS>A<CG> R<PRO>A<C> central_sep1 0.555748
+R<HIS>A<CG> R<PRO>A<C> central_sep2 0.98268
+R<HIS>A<CG> R<PRO>A<C> sep1 -1.35118
+R<HIS>A<CG> R<PRO>A<C> sep2 0.399703
+R<HIS>A<CG> R<PRO>A<CA> central_sep1 0.00712723
+R<HIS>A<CG> R<PRO>A<CA> central_sep2 -0.625691
+R<HIS>A<CG> R<PRO>A<CA> sep1 0.963998
+R<HIS>A<CG> R<PRO>A<CA> sep2 -1.08132
+R<HIS>A<CG> R<PRO>A<CB> central_sep1 0.593543
+R<HIS>A<CG> R<PRO>A<CB> central_sep2 -1.0349
+R<HIS>A<CG> R<PRO>A<CB> sep1 0.678111
+R<HIS>A<CG> R<PRO>A<CB> sep2 -1.40073
+R<HIS>A<CG> R<PRO>A<CD> central_sep1 -1.74714
+R<HIS>A<CG> R<PRO>A<CD> central_sep2 -0.849856
+R<HIS>A<CG> R<PRO>A<CD> sep1 0.352749
+R<HIS>A<CG> R<PRO>A<CD> sep2 -1.10668
+R<HIS>A<CG> R<PRO>A<CG> central_sep1 0.663523
+R<HIS>A<CG> R<PRO>A<CG> central_sep2 -1.11637
+R<HIS>A<CG> R<PRO>A<CG> sep1 1.28227
+R<HIS>A<CG> R<PRO>A<CG> sep2 -1.62389
+R<HIS>A<CG> R<PRO>A<N> central_sep1 -0.137844
+R<HIS>A<CG> R<PRO>A<N> central_sep2 -0.0316179
+R<HIS>A<CG> R<PRO>A<N> sep1 -1.18047
+R<HIS>A<CG> R<PRO>A<N> sep2 -0.663849
+R<HIS>A<CG> R<PRO>A<O> central_sep1 0.349592
+R<HIS>A<CG> R<PRO>A<O> central_sep2 1.06831
+R<HIS>A<CG> R<PRO>A<O> sep1 0.511152
+R<HIS>A<CG> R<PRO>A<O> sep2 -0.204574
+R<HIS>A<CG> R<SER>A<C> central_sep1 0.22191
+R<HIS>A<CG> R<SER>A<C> central_sep2 0.820463
+R<HIS>A<CG> R<SER>A<C> sep1 -1.31854
+R<HIS>A<CG> R<SER>A<C> sep2 0.183074
+R<HIS>A<CG> R<SER>A<CA> central_sep1 1.26728
+R<HIS>A<CG> R<SER>A<CA> central_sep2 0.119034
+R<HIS>A<CG> R<SER>A<CA> sep1 1.88476
+R<HIS>A<CG> R<SER>A<CA> sep2 -0.567492
+R<HIS>A<CG> R<SER>A<CB> central_sep1 1.10942
+R<HIS>A<CG> R<SER>A<CB> central_sep2 -0.445405
+R<HIS>A<CG> R<SER>A<CB> sep1 1.18294
+R<HIS>A<CG> R<SER>A<CB> sep2 -1.12009
+R<HIS>A<CG> R<SER>A<N> central_sep1 -0.286403
+R<HIS>A<CG> R<SER>A<N> central_sep2 1.55821
+R<HIS>A<CG> R<SER>A<N> sep1 -0.457858
+R<HIS>A<CG> R<SER>A<N> sep2 0.435425
+R<HIS>A<CG> R<SER>A<O> central_sep1 0.0343391
+R<HIS>A<CG> R<SER>A<O> central_sep2 0.909149
+R<HIS>A<CG> R<SER>A<O> sep1 0.0385292
+R<HIS>A<CG> R<SER>A<O> sep2 -0.222004
+R<HIS>A<CG> R<SER>A<OG> central_sep1 0.781488
+R<HIS>A<CG> R<SER>A<OG> central_sep2 0.871737
+R<HIS>A<CG> R<SER>A<OG> sep1 0.593746
+R<HIS>A<CG> R<SER>A<OG> sep2 -0.696289
+R<HIS>A<CG> R<THR>A<C> central_sep1 0.259761
+R<HIS>A<CG> R<THR>A<C> central_sep2 0.879445
+R<HIS>A<CG> R<THR>A<C> sep1 -1.45055
+R<HIS>A<CG> R<THR>A<C> sep2 0.0972691
+R<HIS>A<CG> R<THR>A<CA> central_sep1 1.48661
+R<HIS>A<CG> R<THR>A<CA> central_sep2 0.26028
+R<HIS>A<CG> R<THR>A<CA> sep1 1.78892
+R<HIS>A<CG> R<THR>A<CA> sep2 -0.522392
+R<HIS>A<CG> R<THR>A<CB> central_sep1 0.866685
+R<HIS>A<CG> R<THR>A<CB> central_sep2 -0.233483
+R<HIS>A<CG> R<THR>A<CB> sep1 0.964752
+R<HIS>A<CG> R<THR>A<CB> sep2 -1.12656
+R<HIS>A<CG> R<THR>A<CG2> central_sep1 0.702178
+R<HIS>A<CG> R<THR>A<CG2> central_sep2 -0.644269
+R<HIS>A<CG> R<THR>A<CG2> sep1 0.636111
+R<HIS>A<CG> R<THR>A<CG2> sep2 -1.43182
+R<HIS>A<CG> R<THR>A<N> central_sep1 0.0679619
+R<HIS>A<CG> R<THR>A<N> central_sep2 2.43655
+R<HIS>A<CG> R<THR>A<N> sep1 -0.639267
+R<HIS>A<CG> R<THR>A<N> sep2 1.11933
+R<HIS>A<CG> R<THR>A<O> central_sep1 -0.264185
+R<HIS>A<CG> R<THR>A<O> central_sep2 0.847068
+R<HIS>A<CG> R<THR>A<O> sep1 -0.0845149
+R<HIS>A<CG> R<THR>A<O> sep2 -0.223616
+R<HIS>A<CG> R<THR>A<OG1> central_sep1 0.608343
+R<HIS>A<CG> R<THR>A<OG1> central_sep2 0.477376
+R<HIS>A<CG> R<THR>A<OG1> sep1 0.618885
+R<HIS>A<CG> R<THR>A<OG1> sep2 -0.735383
+R<HIS>A<CG> R<TRP>A<C> central_sep1 0.789929
+R<HIS>A<CG> R<TRP>A<C> central_sep2 1.1337
+R<HIS>A<CG> R<TRP>A<C> sep1 -1.52825
+R<HIS>A<CG> R<TRP>A<C> sep2 0.181826
+R<HIS>A<CG> R<TRP>A<CA> central_sep1 0.745899
+R<HIS>A<CG> R<TRP>A<CA> central_sep2 -0.205552
+R<HIS>A<CG> R<TRP>A<CA> sep1 1.40841
+R<HIS>A<CG> R<TRP>A<CA> sep2 -0.588566
+R<HIS>A<CG> R<TRP>A<CB> central_sep1 0.347478
+R<HIS>A<CG> R<TRP>A<CB> central_sep2 -1.17331
+R<HIS>A<CG> R<TRP>A<CB> sep1 0.861919
+R<HIS>A<CG> R<TRP>A<CB> sep2 -1.68675
+R<HIS>A<CG> R<TRP>A<CD1> central_sep1 -0.137237
+R<HIS>A<CG> R<TRP>A<CD1> central_sep2 -0.908958
+R<HIS>A<CG> R<TRP>A<CD1> sep1 0.424892
+R<HIS>A<CG> R<TRP>A<CD1> sep2 -1.3948
+R<HIS>A<CG> R<TRP>A<CD2> central_sep1 -0.561869
+R<HIS>A<CG> R<TRP>A<CD2> central_sep2 -2.05025
+R<HIS>A<CG> R<TRP>A<CD2> sep1 0.243702
+R<HIS>A<CG> R<TRP>A<CD2> sep2 -1.91878
+R<HIS>A<CG> R<TRP>A<CE2> central_sep1 -1.64562
+R<HIS>A<CG> R<TRP>A<CE2> central_sep2 -2.09695
+R<HIS>A<CG> R<TRP>A<CE2> sep1 -0.177972
+R<HIS>A<CG> R<TRP>A<CE2> sep2 -2.22796
+R<HIS>A<CG> R<TRP>A<CE3> central_sep1 -0.839588
+R<HIS>A<CG> R<TRP>A<CE3> central_sep2 -1.45458
+R<HIS>A<CG> R<TRP>A<CE3> sep1 0.0563201
+R<HIS>A<CG> R<TRP>A<CE3> sep2 -1.58217
+R<HIS>A<CG> R<TRP>A<CG> central_sep1 0.0471758
+R<HIS>A<CG> R<TRP>A<CG> central_sep2 -2.00303
+R<HIS>A<CG> R<TRP>A<CG> sep1 0.974737
+R<HIS>A<CG> R<TRP>A<CG> sep2 -1.98018
+R<HIS>A<CG> R<TRP>A<CH2> central_sep1 -0.176905
+R<HIS>A<CG> R<TRP>A<CH2> central_sep2 -1.65945
+R<HIS>A<CG> R<TRP>A<CH2> sep1 0.309956
+R<HIS>A<CG> R<TRP>A<CH2> sep2 -2.13703
+R<HIS>A<CG> R<TRP>A<CZ2> central_sep1 -1.01466
+R<HIS>A<CG> R<TRP>A<CZ2> central_sep2 -1.80187
+R<HIS>A<CG> R<TRP>A<CZ2> sep1 -0.0363399
+R<HIS>A<CG> R<TRP>A<CZ2> sep2 -2.1319
+R<HIS>A<CG> R<TRP>A<CZ3> central_sep1 -0.198587
+R<HIS>A<CG> R<TRP>A<CZ3> central_sep2 -1.30127
+R<HIS>A<CG> R<TRP>A<CZ3> sep1 0.156196
+R<HIS>A<CG> R<TRP>A<CZ3> sep2 -1.83369
+R<HIS>A<CG> R<TRP>A<N> central_sep1 -0.269576
+R<HIS>A<CG> R<TRP>A<N> central_sep2 1.50257
+R<HIS>A<CG> R<TRP>A<N> sep1 -0.663955
+R<HIS>A<CG> R<TRP>A<N> sep2 0.862498
+R<HIS>A<CG> R<TRP>A<NE1> central_sep1 0.277363
+R<HIS>A<CG> R<TRP>A<NE1> central_sep2 -1.09423
+R<HIS>A<CG> R<TRP>A<NE1> sep1 0.273971
+R<HIS>A<CG> R<TRP>A<NE1> sep2 -1.68077
+R<HIS>A<CG> R<TRP>A<O> central_sep1 0.506191
+R<HIS>A<CG> R<TRP>A<O> central_sep2 1.28525
+R<HIS>A<CG> R<TRP>A<O> sep1 0.0152934
+R<HIS>A<CG> R<TRP>A<O> sep2 -0.245181
+R<HIS>A<CG> R<TYR>A<C> central_sep1 0.336415
+R<HIS>A<CG> R<TYR>A<C> central_sep2 1.17771
+R<HIS>A<CG> R<TYR>A<C> sep1 -1.36808
+R<HIS>A<CG> R<TYR>A<C> sep2 0.34737
+R<HIS>A<CG> R<TYR>A<CA> central_sep1 1.2277
+R<HIS>A<CG> R<TYR>A<CA> central_sep2 0.24375
+R<HIS>A<CG> R<TYR>A<CA> sep1 1.83699
+R<HIS>A<CG> R<TYR>A<CA> sep2 -0.688278
+R<HIS>A<CG> R<TYR>A<CB> central_sep1 0.417931
+R<HIS>A<CG> R<TYR>A<CB> central_sep2 -0.990028
+R<HIS>A<CG> R<TYR>A<CB> sep1 0.965809
+R<HIS>A<CG> R<TYR>A<CB> sep2 -1.5365
+R<HIS>A<CG> R<TYR>A<CD1> central_sep1 -0.436097
+R<HIS>A<CG> R<TYR>A<CD1> central_sep2 -1.29649
+R<HIS>A<CG> R<TYR>A<CD1> sep1 0.351287
+R<HIS>A<CG> R<TYR>A<CD1> sep2 -1.62536
+R<HIS>A<CG> R<TYR>A<CE1> central_sep1 -0.0527744
+R<HIS>A<CG> R<TYR>A<CE1> central_sep2 -1.32647
+R<HIS>A<CG> R<TYR>A<CE1> sep1 0.124158
+R<HIS>A<CG> R<TYR>A<CE1> sep2 -1.87869
+R<HIS>A<CG> R<TYR>A<CG> central_sep1 0.563201
+R<HIS>A<CG> R<TYR>A<CG> central_sep2 -1.65353
+R<HIS>A<CG> R<TYR>A<CG> sep1 0.939599
+R<HIS>A<CG> R<TYR>A<CG> sep2 -1.93113
+R<HIS>A<CG> R<TYR>A<CZ> central_sep1 -1.31076
+R<HIS>A<CG> R<TYR>A<CZ> central_sep2 -1.66427
+R<HIS>A<CG> R<TYR>A<CZ> sep1 -0.598697
+R<HIS>A<CG> R<TYR>A<CZ> sep2 -1.93728
+R<HIS>A<CG> R<TYR>A<N> central_sep1 -0.1427
+R<HIS>A<CG> R<TYR>A<N> central_sep2 1.75979
+R<HIS>A<CG> R<TYR>A<N> sep1 -0.677158
+R<HIS>A<CG> R<TYR>A<N> sep2 0.615071
+R<HIS>A<CG> R<TYR>A<O> central_sep1 0.189889
+R<HIS>A<CG> R<TYR>A<O> central_sep2 1.0277
+R<HIS>A<CG> R<TYR>A<O> sep1 0.221333
+R<HIS>A<CG> R<TYR>A<O> sep2 -0.331483
+R<HIS>A<CG> R<TYR>A<OH> central_sep1 0.601895
+R<HIS>A<CG> R<TYR>A<OH> central_sep2 -0.374031
+R<HIS>A<CG> R<TYR>A<OH> sep1 -0.1699
+R<HIS>A<CG> R<TYR>A<OH> sep2 -1.65514
+R<HIS>A<CG> R<VAL>A<C> central_sep1 0.824646
+R<HIS>A<CG> R<VAL>A<C> central_sep2 1.66226
+R<HIS>A<CG> R<VAL>A<C> sep1 -1.51939
+R<HIS>A<CG> R<VAL>A<C> sep2 0.322189
+R<HIS>A<CG> R<VAL>A<CA> central_sep1 1.68778
+R<HIS>A<CG> R<VAL>A<CA> central_sep2 0.461657
+R<HIS>A<CG> R<VAL>A<CA> sep1 1.61985
+R<HIS>A<CG> R<VAL>A<CA> sep2 -0.0788867
+R<HIS>A<CG> R<VAL>A<CB> central_sep1 0.479679
+R<HIS>A<CG> R<VAL>A<CB> central_sep2 -0.667084
+R<HIS>A<CG> R<VAL>A<CB> sep1 0.923035
+R<HIS>A<CG> R<VAL>A<CB> sep2 -1.4693
+R<HIS>A<CG> R<VAL>A<CG1> central_sep1 0.526835
+R<HIS>A<CG> R<VAL>A<CG1> central_sep2 -0.927766
+R<HIS>A<CG> R<VAL>A<CG1> sep1 0.630698
+R<HIS>A<CG> R<VAL>A<CG1> sep2 -1.54349
+R<HIS>A<CG> R<VAL>A<CG2> central_sep1 0.561751
+R<HIS>A<CG> R<VAL>A<CG2> central_sep2 -1.04657
+R<HIS>A<CG> R<VAL>A<CG2> sep1 0.557751
+R<HIS>A<CG> R<VAL>A<CG2> sep2 -1.56409
+R<HIS>A<CG> R<VAL>A<N> central_sep1 -0.0343088
+R<HIS>A<CG> R<VAL>A<N> central_sep2 2.01046
+R<HIS>A<CG> R<VAL>A<N> sep1 -0.853182
+R<HIS>A<CG> R<VAL>A<N> sep2 0.999943
+R<HIS>A<CG> R<VAL>A<O> central_sep1 0.032628
+R<HIS>A<CG> R<VAL>A<O> central_sep2 0.961278
+R<HIS>A<CG> R<VAL>A<O> sep1 0.406111
+R<HIS>A<CG> R<VAL>A<O> sep2 -0.0122798
+R<HIS>A<CG> c<solvent> . 0.363282
+R<HIS>A<N> R<HIS>A<N> central_sep1 0.57345
+R<HIS>A<N> R<HIS>A<N> central_sep2 0.824768
+R<HIS>A<N> R<HIS>A<N> sep1 -2.85836
+R<HIS>A<N> R<HIS>A<N> sep2 0.547329
+R<HIS>A<N> R<HIS>A<ND1> central_sep1 -1.04249
+R<HIS>A<N> R<HIS>A<ND1> central_sep2 0.372106
+R<HIS>A<N> R<HIS>A<ND1> sep1 -0.462713
+R<HIS>A<N> R<HIS>A<ND1> sep2 -0.0702426
+R<HIS>A<N> R<HIS>A<NE2> central_sep1 1.82567
+R<HIS>A<N> R<HIS>A<NE2> central_sep2 0.485215
+R<HIS>A<N> R<HIS>A<NE2> sep1 1.81841
+R<HIS>A<N> R<HIS>A<NE2> sep2 0.324759
+R<HIS>A<N> R<HIS>A<O> central_sep1 -2.0631
+R<HIS>A<N> R<HIS>A<O> central_sep2 -1.44811
+R<HIS>A<N> R<HIS>A<O> sep1 -0.587488
+R<HIS>A<N> R<HIS>A<O> sep2 0.336892
+R<HIS>A<N> R<ILE>A<C> central_sep1 -0.404409
+R<HIS>A<N> R<ILE>A<C> central_sep2 4.16969
+R<HIS>A<N> R<ILE>A<C> sep1 -1.75419
+R<HIS>A<N> R<ILE>A<C> sep2 2.18651
+R<HIS>A<N> R<ILE>A<CA> central_sep1 3.29322
+R<HIS>A<N> R<ILE>A<CA> central_sep2 2.31581
+R<HIS>A<N> R<ILE>A<CA> sep1 -2.37344
+R<HIS>A<N> R<ILE>A<CA> sep2 1.42552
+R<HIS>A<N> R<ILE>A<CB> central_sep1 1.03254
+R<HIS>A<N> R<ILE>A<CB> central_sep2 1.12709
+R<HIS>A<N> R<ILE>A<CB> sep1 -1.53538
+R<HIS>A<N> R<ILE>A<CB> sep2 1.03728
+R<HIS>A<N> R<ILE>A<CD1> central_sep1 1.87708
+R<HIS>A<N> R<ILE>A<CD1> central_sep2 0.635283
+R<HIS>A<N> R<ILE>A<CD1> sep1 2.39107
+R<HIS>A<N> R<ILE>A<CD1> sep2 0.448493
+R<HIS>A<N> R<ILE>A<CG1> central_sep1 0.429629
+R<HIS>A<N> R<ILE>A<CG1> central_sep2 1.03983
+R<HIS>A<N> R<ILE>A<CG1> sep1 0.464446
+R<HIS>A<N> R<ILE>A<CG1> sep2 0.728615
+R<HIS>A<N> R<ILE>A<CG2> central_sep1 0.0792308
+R<HIS>A<N> R<ILE>A<CG2> central_sep2 0.735398
+R<HIS>A<N> R<ILE>A<CG2> sep1 -0.665942
+R<HIS>A<N> R<ILE>A<CG2> sep2 0.803085
+R<HIS>A<N> R<ILE>A<N> central_sep1 1.9267
+R<HIS>A<N> R<ILE>A<N> central_sep2 1.98765
+R<HIS>A<N> R<ILE>A<N> sep1 -2.1156
+R<HIS>A<N> R<ILE>A<N> sep2 1.26037
+R<HIS>A<N> R<ILE>A<O> central_sep1 -1.73379
+R<HIS>A<N> R<ILE>A<O> central_sep2 -1.39119
+R<HIS>A<N> R<ILE>A<O> sep1 -0.00330974
+R<HIS>A<N> R<ILE>A<O> sep2 0.645288
+R<HIS>A<N> R<LEU>A<C> central_sep1 -0.697115
+R<HIS>A<N> R<LEU>A<C> central_sep2 2.90436
+R<HIS>A<N> R<LEU>A<C> sep1 -1.85215
+R<HIS>A<N> R<LEU>A<C> sep2 1.92774
+R<HIS>A<N> R<LEU>A<CA> central_sep1 2.97332
+R<HIS>A<N> R<LEU>A<CA> central_sep2 2.37699
+R<HIS>A<N> R<LEU>A<CA> sep1 -2.30588
+R<HIS>A<N> R<LEU>A<CA> sep2 1.41132
+R<HIS>A<N> R<LEU>A<CB> central_sep1 0.98102
+R<HIS>A<N> R<LEU>A<CB> central_sep2 1.37418
+R<HIS>A<N> R<LEU>A<CB> sep1 -1.33236
+R<HIS>A<N> R<LEU>A<CB> sep2 1.27855
+R<HIS>A<N> R<LEU>A<CD1> central_sep1 1.08469
+R<HIS>A<N> R<LEU>A<CD1> central_sep2 0.524144
+R<HIS>A<N> R<LEU>A<CD1> sep1 1.32634
+R<HIS>A<N> R<LEU>A<CD1> sep2 0.401034
+R<HIS>A<N> R<LEU>A<CD2> central_sep1 1.93017
+R<HIS>A<N> R<LEU>A<CD2> central_sep2 0.806271
+R<HIS>A<N> R<LEU>A<CD2> sep1 1.99844
+R<HIS>A<N> R<LEU>A<CD2> sep2 0.557889
+R<HIS>A<N> R<LEU>A<CG> central_sep1 0.637752
+R<HIS>A<N> R<LEU>A<CG> central_sep2 1.2831
+R<HIS>A<N> R<LEU>A<CG> sep1 -0.56137
+R<HIS>A<N> R<LEU>A<CG> sep2 0.801786
+R<HIS>A<N> R<LEU>A<N> central_sep1 1.75312
+R<HIS>A<N> R<LEU>A<N> central_sep2 2.4453
+R<HIS>A<N> R<LEU>A<N> sep1 -2.311
+R<HIS>A<N> R<LEU>A<N> sep2 1.75145
+R<HIS>A<N> R<LEU>A<O> central_sep1 -1.93611
+R<HIS>A<N> R<LEU>A<O> central_sep2 -0.898043
+R<HIS>A<N> R<LEU>A<O> sep1 0.153763
+R<HIS>A<N> R<LEU>A<O> sep2 0.661319
+R<HIS>A<N> R<LYS>A<C> central_sep1 -0.374556
+R<HIS>A<N> R<LYS>A<C> central_sep2 2.84507
+R<HIS>A<N> R<LYS>A<C> sep1 -1.52903
+R<HIS>A<N> R<LYS>A<C> sep2 2.18318
+R<HIS>A<N> R<LYS>A<CA> central_sep1 2.74876
+R<HIS>A<N> R<LYS>A<CA> central_sep2 2.14614
+R<HIS>A<N> R<LYS>A<CA> sep1 -1.90142
+R<HIS>A<N> R<LYS>A<CA> sep2 1.80171
+R<HIS>A<N> R<LYS>A<CB> central_sep1 1.40398
+R<HIS>A<N> R<LYS>A<CB> central_sep2 1.59257
+R<HIS>A<N> R<LYS>A<CB> sep1 -1.09515
+R<HIS>A<N> R<LYS>A<CB> sep2 1.5287
+R<HIS>A<N> R<LYS>A<CD> central_sep1 2.35318
+R<HIS>A<N> R<LYS>A<CD> central_sep2 1.93905
+R<HIS>A<N> R<LYS>A<CD> sep1 2.17797
+R<HIS>A<N> R<LYS>A<CD> sep2 1.24907
+R<HIS>A<N> R<LYS>A<CE> central_sep1 2.8164
+R<HIS>A<N> R<LYS>A<CE> central_sep2 1.97662
+R<HIS>A<N> R<LYS>A<CE> sep1 2.7362
+R<HIS>A<N> R<LYS>A<CE> sep2 1.33811
+R<HIS>A<N> R<LYS>A<CG> central_sep1 0.804771
+R<HIS>A<N> R<LYS>A<CG> central_sep2 1.8401
+R<HIS>A<N> R<LYS>A<CG> sep1 -0.0162415
+R<HIS>A<N> R<LYS>A<CG> sep2 1.4747
+R<HIS>A<N> R<LYS>A<N> central_sep1 1.57477
+R<HIS>A<N> R<LYS>A<N> central_sep2 2.71628
+R<HIS>A<N> R<LYS>A<N> sep1 -2.15642
+R<HIS>A<N> R<LYS>A<N> sep2 1.75315
+R<HIS>A<N> R<LYS>A<NZ> central_sep1 3.11252
+R<HIS>A<N> R<LYS>A<NZ> central_sep2 2.2267
+R<HIS>A<N> R<LYS>A<NZ> sep1 3.43439
+R<HIS>A<N> R<LYS>A<NZ> sep2 1.48282
+R<HIS>A<N> R<LYS>A<O> central_sep1 -1.39076
+R<HIS>A<N> R<LYS>A<O> central_sep2 -0.413199
+R<HIS>A<N> R<LYS>A<O> sep1 0.227685
+R<HIS>A<N> R<LYS>A<O> sep2 1.00738
+R<HIS>A<N> R<MET>A<C> central_sep1 -0.893359
+R<HIS>A<N> R<MET>A<C> central_sep2 3.13871
+R<HIS>A<N> R<MET>A<C> sep1 -1.77542
+R<HIS>A<N> R<MET>A<C> sep2 1.64689
+R<HIS>A<N> R<MET>A<CA> central_sep1 2.48747
+R<HIS>A<N> R<MET>A<CA> central_sep2 1.55764
+R<HIS>A<N> R<MET>A<CA> sep1 -2.1091
+R<HIS>A<N> R<MET>A<CA> sep2 1.12396
+R<HIS>A<N> R<MET>A<CB> central_sep1 0.912921
+R<HIS>A<N> R<MET>A<CB> central_sep2 0.841539
+R<HIS>A<N> R<MET>A<CB> sep1 -1.19342
+R<HIS>A<N> R<MET>A<CB> sep2 0.97017
+R<HIS>A<N> R<MET>A<CE> central_sep1 1.52196
+R<HIS>A<N> R<MET>A<CE> central_sep2 0.216766
+R<HIS>A<N> R<MET>A<CE> sep1 2.11206
+R<HIS>A<N> R<MET>A<CE> sep2 0.158383
+R<HIS>A<N> R<MET>A<CG> central_sep1 0.286787
+R<HIS>A<N> R<MET>A<CG> central_sep2 0.779149
+R<HIS>A<N> R<MET>A<CG> sep1 -0.0153989
+R<HIS>A<N> R<MET>A<CG> sep2 0.534054
+R<HIS>A<N> R<MET>A<N> central_sep1 1.3397
+R<HIS>A<N> R<MET>A<N> central_sep2 2.1569
+R<HIS>A<N> R<MET>A<N> sep1 -2.32851
+R<HIS>A<N> R<MET>A<N> sep2 1.28916
+R<HIS>A<N> R<MET>A<O> central_sep1 -1.83827
+R<HIS>A<N> R<MET>A<O> central_sep2 -0.960831
+R<HIS>A<N> R<MET>A<O> sep1 0.08584
+R<HIS>A<N> R<MET>A<O> sep2 0.516146
+R<HIS>A<N> R<MET>A<SD> central_sep1 0.837839
+R<HIS>A<N> R<MET>A<SD> central_sep2 0.350988
+R<HIS>A<N> R<MET>A<SD> sep1 1.5964
+R<HIS>A<N> R<MET>A<SD> sep2 0.174422
+R<HIS>A<N> R<PHE>A<C> central_sep1 -0.680594
+R<HIS>A<N> R<PHE>A<C> central_sep2 2.41551
+R<HIS>A<N> R<PHE>A<C> sep1 -1.79164
+R<HIS>A<N> R<PHE>A<C> sep2 1.4225
+R<HIS>A<N> R<PHE>A<CA> central_sep1 2.43122
+R<HIS>A<N> R<PHE>A<CA> central_sep2 1.58778
+R<HIS>A<N> R<PHE>A<CA> sep1 -2.33363
+R<HIS>A<N> R<PHE>A<CA> sep2 1.1519
+R<HIS>A<N> R<PHE>A<CB> central_sep1 1.19732
+R<HIS>A<N> R<PHE>A<CB> central_sep2 0.978211
+R<HIS>A<N> R<PHE>A<CB> sep1 -1.14734
+R<HIS>A<N> R<PHE>A<CB> sep2 0.81348
+R<HIS>A<N> R<PHE>A<CD1> central_sep1 0.268369
+R<HIS>A<N> R<PHE>A<CD1> central_sep2 0.80234
+R<HIS>A<N> R<PHE>A<CD1> sep1 0.0801894
+R<HIS>A<N> R<PHE>A<CD1> sep2 0.300998
+R<HIS>A<N> R<PHE>A<CE1> central_sep1 1.71212
+R<HIS>A<N> R<PHE>A<CE1> central_sep2 0.350958
+R<HIS>A<N> R<PHE>A<CE1> sep1 2.17396
+R<HIS>A<N> R<PHE>A<CE1> sep2 0.119379
+R<HIS>A<N> R<PHE>A<CG> central_sep1 0.834336
+R<HIS>A<N> R<PHE>A<CG> central_sep2 2.17891
+R<HIS>A<N> R<PHE>A<CG> sep1 -0.847346
+R<HIS>A<N> R<PHE>A<CG> sep2 0.743101
+R<HIS>A<N> R<PHE>A<CZ> central_sep1 2.99396
+R<HIS>A<N> R<PHE>A<CZ> central_sep2 0.233138
+R<HIS>A<N> R<PHE>A<CZ> sep1 2.96629
+R<HIS>A<N> R<PHE>A<CZ> sep2 0.122733
+R<HIS>A<N> R<PHE>A<N> central_sep1 1.75696
+R<HIS>A<N> R<PHE>A<N> central_sep2 2.68052
+R<HIS>A<N> R<PHE>A<N> sep1 -2.27837
+R<HIS>A<N> R<PHE>A<N> sep2 1.51938
+R<HIS>A<N> R<PHE>A<O> central_sep1 -1.79886
+R<HIS>A<N> R<PHE>A<O> central_sep2 -1.14307
+R<HIS>A<N> R<PHE>A<O> sep1 0.064654
+R<HIS>A<N> R<PHE>A<O> sep2 0.534033
+R<HIS>A<N> R<PRO>A<C> central_sep1 -0.801423
+R<HIS>A<N> R<PRO>A<C> central_sep2 2.66936
+R<HIS>A<N> R<PRO>A<C> sep1 -1.74529
+R<HIS>A<N> R<PRO>A<C> sep2 1.48961
+R<HIS>A<N> R<PRO>A<CA> central_sep1 1.98757
+R<HIS>A<N> R<PRO>A<CA> central_sep2 1.56333
+R<HIS>A<N> R<PRO>A<CA> sep1 -2.09912
+R<HIS>A<N> R<PRO>A<CA> sep2 1.00587
+R<HIS>A<N> R<PRO>A<CB> central_sep1 1.31636
+R<HIS>A<N> R<PRO>A<CB> central_sep2 0.983124
+R<HIS>A<N> R<PRO>A<CB> sep1 -1.07946
+R<HIS>A<N> R<PRO>A<CB> sep2 0.751194
+R<HIS>A<N> R<PRO>A<CD> central_sep1 0.291112
+R<HIS>A<N> R<PRO>A<CD> central_sep2 1.39804
+R<HIS>A<N> R<PRO>A<CD> sep1 -0.410227
+R<HIS>A<N> R<PRO>A<CD> sep2 1.02089
+R<HIS>A<N> R<PRO>A<CG> central_sep1 1.71772
+R<HIS>A<N> R<PRO>A<CG> central_sep2 0.808722
+R<HIS>A<N> R<PRO>A<CG> sep1 0.162425
+R<HIS>A<N> R<PRO>A<CG> sep2 0.683505
+R<HIS>A<N> R<PRO>A<N> central_sep1 1.62439
+R<HIS>A<N> R<PRO>A<N> central_sep2 3.12611
+R<HIS>A<N> R<PRO>A<N> sep1 -3.05166
+R<HIS>A<N> R<PRO>A<N> sep2 1.51894
+R<HIS>A<N> R<PRO>A<O> central_sep1 -1.20129
+R<HIS>A<N> R<PRO>A<O> central_sep2 -0.0359353
+R<HIS>A<N> R<PRO>A<O> sep1 -0.0773492
+R<HIS>A<N> R<PRO>A<O> sep2 0.573205
+R<HIS>A<N> R<SER>A<C> central_sep1 -0.68131
+R<HIS>A<N> R<SER>A<C> central_sep2 2.52327
+R<HIS>A<N> R<SER>A<C> sep1 -1.6301
+R<HIS>A<N> R<SER>A<C> sep2 1.26103
+R<HIS>A<N> R<SER>A<CA> central_sep1 2.80448
+R<HIS>A<N> R<SER>A<CA> central_sep2 1.60998
+R<HIS>A<N> R<SER>A<CA> sep1 -2.02332
+R<HIS>A<N> R<SER>A<CA> sep2 0.862602
+R<HIS>A<N> R<SER>A<CB> central_sep1 0.916971
+R<HIS>A<N> R<SER>A<CB> central_sep2 1.09534
+R<HIS>A<N> R<SER>A<CB> sep1 -0.748055
+R<HIS>A<N> R<SER>A<CB> sep2 0.504627
+R<HIS>A<N> R<SER>A<N> central_sep1 1.24307
+R<HIS>A<N> R<SER>A<N> central_sep2 2.28235
+R<HIS>A<N> R<SER>A<N> sep1 -2.2496
+R<HIS>A<N> R<SER>A<N> sep2 1.40221
+R<HIS>A<N> R<SER>A<O> central_sep1 -1.56278
+R<HIS>A<N> R<SER>A<O> central_sep2 -0.778756
+R<HIS>A<N> R<SER>A<O> sep1 0.213663
+R<HIS>A<N> R<SER>A<O> sep2 0.73184
+R<HIS>A<N> R<SER>A<OG> central_sep1 -1.00519
+R<HIS>A<N> R<SER>A<OG> central_sep2 0.0790968
+R<HIS>A<N> R<SER>A<OG> sep1 -0.217835
+R<HIS>A<N> R<SER>A<OG> sep2 0.508597
+R<HIS>A<N> R<THR>A<C> central_sep1 -0.580045
+R<HIS>A<N> R<THR>A<C> central_sep2 2.9969
+R<HIS>A<N> R<THR>A<C> sep1 -1.59818
+R<HIS>A<N> R<THR>A<C> sep2 1.26583
+R<HIS>A<N> R<THR>A<CA> central_sep1 2.98311
+R<HIS>A<N> R<THR>A<CA> central_sep2 1.519
+R<HIS>A<N> R<THR>A<CA> sep1 -2.05245
+R<HIS>A<N> R<THR>A<CA> sep2 1.00713
+R<HIS>A<N> R<THR>A<CB> central_sep1 0.458223
+R<HIS>A<N> R<THR>A<CB> central_sep2 1.19106
+R<HIS>A<N> R<THR>A<CB> sep1 -1.45416
+R<HIS>A<N> R<THR>A<CB> sep2 0.513906
+R<HIS>A<N> R<THR>A<CG2> central_sep1 0.837164
+R<HIS>A<N> R<THR>A<CG2> central_sep2 0.756109
+R<HIS>A<N> R<THR>A<CG2> sep1 0.380378
+R<HIS>A<N> R<THR>A<CG2> sep2 0.654866
+R<HIS>A<N> R<THR>A<N> central_sep1 1.26611
+R<HIS>A<N> R<THR>A<N> central_sep2 2.08798
+R<HIS>A<N> R<THR>A<N> sep1 -2.31376
+R<HIS>A<N> R<THR>A<N> sep2 1.43228
+R<HIS>A<N> R<THR>A<O> central_sep1 -1.578
+R<HIS>A<N> R<THR>A<O> central_sep2 -0.978218
+R<HIS>A<N> R<THR>A<O> sep1 0.130166
+R<HIS>A<N> R<THR>A<O> sep2 0.643622
+R<HIS>A<N> R<THR>A<OG1> central_sep1 -0.76758
+R<HIS>A<N> R<THR>A<OG1> central_sep2 0.170948
+R<HIS>A<N> R<THR>A<OG1> sep1 -0.158594
+R<HIS>A<N> R<THR>A<OG1> sep2 0.470744
+R<HIS>A<N> R<TRP>A<C> central_sep1 -0.861908
+R<HIS>A<N> R<TRP>A<C> central_sep2 2.06132
+R<HIS>A<N> R<TRP>A<C> sep1 -1.7075
+R<HIS>A<N> R<TRP>A<C> sep2 2.21262
+R<HIS>A<N> R<TRP>A<CA> central_sep1 2.77855
+R<HIS>A<N> R<TRP>A<CA> central_sep2 1.44598
+R<HIS>A<N> R<TRP>A<CA> sep1 -2.40005
+R<HIS>A<N> R<TRP>A<CA> sep2 0.838478
+R<HIS>A<N> R<TRP>A<CB> central_sep1 1.32732
+R<HIS>A<N> R<TRP>A<CB> central_sep2 0.831968
+R<HIS>A<N> R<TRP>A<CB> sep1 -1.25789
+R<HIS>A<N> R<TRP>A<CB> sep2 0.4713
+R<HIS>A<N> R<TRP>A<CD1> central_sep1 -0.0974597
+R<HIS>A<N> R<TRP>A<CD1> central_sep2 0.529943
+R<HIS>A<N> R<TRP>A<CD1> sep1 0.228539
+R<HIS>A<N> R<TRP>A<CD1> sep2 0.0890321
+R<HIS>A<N> R<TRP>A<CD2> central_sep1 -0.386189
+R<HIS>A<N> R<TRP>A<CD2> central_sep2 0.931655
+R<HIS>A<N> R<TRP>A<CD2> sep1 -0.0212241
+R<HIS>A<N> R<TRP>A<CD2> sep2 0.585942
+R<HIS>A<N> R<TRP>A<CE2> central_sep1 1.55456
+R<HIS>A<N> R<TRP>A<CE2> central_sep2 0.535761
+R<HIS>A<N> R<TRP>A<CE2> sep1 1.6279
+R<HIS>A<N> R<TRP>A<CE2> sep2 0.180497
+R<HIS>A<N> R<TRP>A<CE3> central_sep1 -0.208497
+R<HIS>A<N> R<TRP>A<CE3> central_sep2 0.151418
+R<HIS>A<N> R<TRP>A<CE3> sep1 0.777691
+R<HIS>A<N> R<TRP>A<CE3> sep2 -0.0229394
+R<HIS>A<N> R<TRP>A<CG> central_sep1 -0.485681
+R<HIS>A<N> R<TRP>A<CG> central_sep2 1.75013
+R<HIS>A<N> R<TRP>A<CG> sep1 -0.937413
+R<HIS>A<N> R<TRP>A<CG> sep2 0.295135
+R<HIS>A<N> R<TRP>A<CH2> central_sep1 2.51857
+R<HIS>A<N> R<TRP>A<CH2> central_sep2 -0.203632
+R<HIS>A<N> R<TRP>A<CH2> sep1 3.2212
+R<HIS>A<N> R<TRP>A<CH2> sep2 -0.579502
+R<HIS>A<N> R<TRP>A<CZ2> central_sep1 2.35067
+R<HIS>A<N> R<TRP>A<CZ2> central_sep2 -0.0580076
+R<HIS>A<N> R<TRP>A<CZ2> sep1 2.74466
+R<HIS>A<N> R<TRP>A<CZ2> sep2 -0.346494
+R<HIS>A<N> R<TRP>A<CZ3> central_sep1 1.27182
+R<HIS>A<N> R<TRP>A<CZ3> central_sep2 -0.0902731
+R<HIS>A<N> R<TRP>A<CZ3> sep1 1.99997
+R<HIS>A<N> R<TRP>A<CZ3> sep2 -0.446955
+R<HIS>A<N> R<TRP>A<N> central_sep1 1.9805
+R<HIS>A<N> R<TRP>A<N> central_sep2 2.36947
+R<HIS>A<N> R<TRP>A<N> sep1 -2.32415
+R<HIS>A<N> R<TRP>A<N> sep2 1.38032
+R<HIS>A<N> R<TRP>A<NE1> central_sep1 1.89648
+R<HIS>A<N> R<TRP>A<NE1> central_sep2 0.183276
+R<HIS>A<N> R<TRP>A<NE1> sep1 2.59224
+R<HIS>A<N> R<TRP>A<NE1> sep2 0.180477
+R<HIS>A<N> R<TRP>A<O> central_sep1 -2.0166
+R<HIS>A<N> R<TRP>A<O> central_sep2 -1.1865
+R<HIS>A<N> R<TRP>A<O> sep1 0.0130475
+R<HIS>A<N> R<TRP>A<O> sep2 0.635625
+R<HIS>A<N> R<TYR>A<C> central_sep1 -0.607594
+R<HIS>A<N> R<TYR>A<C> central_sep2 2.25114
+R<HIS>A<N> R<TYR>A<C> sep1 -1.77414
+R<HIS>A<N> R<TYR>A<C> sep2 1.46684
+R<HIS>A<N> R<TYR>A<CA> central_sep1 2.52204
+R<HIS>A<N> R<TYR>A<CA> central_sep2 1.68962
+R<HIS>A<N> R<TYR>A<CA> sep1 -2.32237
+R<HIS>A<N> R<TYR>A<CA> sep2 0.729535
+R<HIS>A<N> R<TYR>A<CB> central_sep1 1.15687
+R<HIS>A<N> R<TYR>A<CB> central_sep2 0.787979
+R<HIS>A<N> R<TYR>A<CB> sep1 -1.15821
+R<HIS>A<N> R<TYR>A<CB> sep2 0.662346
+R<HIS>A<N> R<TYR>A<CD1> central_sep1 -0.000782432
+R<HIS>A<N> R<TYR>A<CD1> central_sep2 0.70528
+R<HIS>A<N> R<TYR>A<CD1> sep1 0.00673483
+R<HIS>A<N> R<TYR>A<CD1> sep2 0.197354
+R<HIS>A<N> R<TYR>A<CE1> central_sep1 1.37653
+R<HIS>A<N> R<TYR>A<CE1> central_sep2 0.372276
+R<HIS>A<N> R<TYR>A<CE1> sep1 1.86481
+R<HIS>A<N> R<TYR>A<CE1> sep2 -0.0387312
+R<HIS>A<N> R<TYR>A<CG> central_sep1 0.250831
+R<HIS>A<N> R<TYR>A<CG> central_sep2 2.19851
+R<HIS>A<N> R<TYR>A<CG> sep1 -1.03276
+R<HIS>A<N> R<TYR>A<CG> sep2 0.419843
+R<HIS>A<N> R<TYR>A<CZ> central_sep1 1.85137
+R<HIS>A<N> R<TYR>A<CZ> central_sep2 0.352887
+R<HIS>A<N> R<TYR>A<CZ> sep1 1.89433
+R<HIS>A<N> R<TYR>A<CZ> sep2 -0.299644
+R<HIS>A<N> R<TYR>A<N> central_sep1 1.75879
+R<HIS>A<N> R<TYR>A<N> central_sep2 2.60614
+R<HIS>A<N> R<TYR>A<N> sep1 -2.27362
+R<HIS>A<N> R<TYR>A<N> sep2 1.43972
+R<HIS>A<N> R<TYR>A<O> central_sep1 -1.86042
+R<HIS>A<N> R<TYR>A<O> central_sep2 -1.12061
+R<HIS>A<N> R<TYR>A<O> sep1 -0.000517631
+R<HIS>A<N> R<TYR>A<O> sep2 0.489601
+R<HIS>A<N> R<TYR>A<OH> central_sep1 1.63813
+R<HIS>A<N> R<TYR>A<OH> central_sep2 -0.173438
+R<HIS>A<N> R<TYR>A<OH> sep1 3.01736
+R<HIS>A<N> R<TYR>A<OH> sep2 -0.09268
+R<HIS>A<N> R<VAL>A<C> central_sep1 -0.266425
+R<HIS>A<N> R<VAL>A<C> central_sep2 3.65574
+R<HIS>A<N> R<VAL>A<C> sep1 -1.57574
+R<HIS>A<N> R<VAL>A<C> sep2 1.91812
+R<HIS>A<N> R<VAL>A<CA> central_sep1 3.20059
+R<HIS>A<N> R<VAL>A<CA> central_sep2 1.76716
+R<HIS>A<N> R<VAL>A<CA> sep1 -2.24658
+R<HIS>A<N> R<VAL>A<CA> sep2 1.4381
+R<HIS>A<N> R<VAL>A<CB> central_sep1 1.3069
+R<HIS>A<N> R<VAL>A<CB> central_sep2 0.903943
+R<HIS>A<N> R<VAL>A<CB> sep1 -1.40489
+R<HIS>A<N> R<VAL>A<CB> sep2 0.700191
+R<HIS>A<N> R<VAL>A<CG1> central_sep1 0.240958
+R<HIS>A<N> R<VAL>A<CG1> central_sep2 0.692852
+R<HIS>A<N> R<VAL>A<CG1> sep1 -0.471867
+R<HIS>A<N> R<VAL>A<CG1> sep2 0.638385
+R<HIS>A<N> R<VAL>A<CG2> central_sep1 0.729481
+R<HIS>A<N> R<VAL>A<CG2> central_sep2 0.783829
+R<HIS>A<N> R<VAL>A<CG2> sep1 1.09802
+R<HIS>A<N> R<VAL>A<CG2> sep2 0.622978
+R<HIS>A<N> R<VAL>A<N> central_sep1 1.89531
+R<HIS>A<N> R<VAL>A<N> central_sep2 1.90496
+R<HIS>A<N> R<VAL>A<N> sep1 -1.97579
+R<HIS>A<N> R<VAL>A<N> sep2 1.27548
+R<HIS>A<N> R<VAL>A<O> central_sep1 -1.58168
+R<HIS>A<N> R<VAL>A<O> central_sep2 -1.48505
+R<HIS>A<N> R<VAL>A<O> sep1 0.0917241
+R<HIS>A<N> R<VAL>A<O> sep2 0.588174
+R<HIS>A<N> c<solvent> . 1.54246
+R<HIS>A<ND1> R<HIS>A<ND1> central_sep1 -0.99411
+R<HIS>A<ND1> R<HIS>A<ND1> central_sep2 -1.81381
+R<HIS>A<ND1> R<HIS>A<ND1> sep1 0.437283
+R<HIS>A<ND1> R<HIS>A<ND1> sep2 -1.30013
+R<HIS>A<ND1> R<HIS>A<NE2> central_sep1 -0.264937
+R<HIS>A<ND1> R<HIS>A<NE2> central_sep2 -1.7614
+R<HIS>A<ND1> R<HIS>A<NE2> sep1 0.200465
+R<HIS>A<ND1> R<HIS>A<NE2> sep2 -1.46263
+R<HIS>A<ND1> R<HIS>A<O> central_sep1 -1.04836
+R<HIS>A<ND1> R<HIS>A<O> central_sep2 -0.662588
+R<HIS>A<ND1> R<HIS>A<O> sep1 -0.0864547
+R<HIS>A<ND1> R<HIS>A<O> sep2 -0.37017
+R<HIS>A<ND1> R<ILE>A<C> central_sep1 0.186435
+R<HIS>A<ND1> R<ILE>A<C> central_sep2 1.40713
+R<HIS>A<ND1> R<ILE>A<C> sep1 -0.191535
+R<HIS>A<ND1> R<ILE>A<C> sep2 0.401136
+R<HIS>A<ND1> R<ILE>A<CA> central_sep1 0.661695
+R<HIS>A<ND1> R<ILE>A<CA> central_sep2 0.648527
+R<HIS>A<ND1> R<ILE>A<CA> sep1 0.725127
+R<HIS>A<ND1> R<ILE>A<CA> sep2 0.176364
+R<HIS>A<ND1> R<ILE>A<CB> central_sep1 0.326148
+R<HIS>A<ND1> R<ILE>A<CB> central_sep2 -0.0533742
+R<HIS>A<ND1> R<ILE>A<CB> sep1 1.28214
+R<HIS>A<ND1> R<ILE>A<CB> sep2 -0.560726
+R<HIS>A<ND1> R<ILE>A<CD1> central_sep1 0.660556
+R<HIS>A<ND1> R<ILE>A<CD1> central_sep2 -0.382343
+R<HIS>A<ND1> R<ILE>A<CD1> sep1 1.79976
+R<HIS>A<ND1> R<ILE>A<CD1> sep2 -0.800972
+R<HIS>A<ND1> R<ILE>A<CG1> central_sep1 0.387957
+R<HIS>A<ND1> R<ILE>A<CG1> central_sep2 -0.173878
+R<HIS>A<ND1> R<ILE>A<CG1> sep1 1.06611
+R<HIS>A<ND1> R<ILE>A<CG1> sep2 -0.7365
+R<HIS>A<ND1> R<ILE>A<CG2> central_sep1 0.41345
+R<HIS>A<ND1> R<ILE>A<CG2> central_sep2 -0.305909
+R<HIS>A<ND1> R<ILE>A<CG2> sep1 1.09414
+R<HIS>A<ND1> R<ILE>A<CG2> sep2 -0.720322
+R<HIS>A<ND1> R<ILE>A<N> central_sep1 0.171189
+R<HIS>A<ND1> R<ILE>A<N> central_sep2 0.744581
+R<HIS>A<ND1> R<ILE>A<N> sep1 0.267837
+R<HIS>A<ND1> R<ILE>A<N> sep2 0.673118
+R<HIS>A<ND1> R<ILE>A<O> central_sep1 -0.346625
+R<HIS>A<ND1> R<ILE>A<O> central_sep2 -0.0409194
+R<HIS>A<ND1> R<ILE>A<O> sep1 0.585529
+R<HIS>A<ND1> R<ILE>A<O> sep2 0.212326
+R<HIS>A<ND1> R<LEU>A<C> central_sep1 0.33768
+R<HIS>A<ND1> R<LEU>A<C> central_sep2 1.20959
+R<HIS>A<ND1> R<LEU>A<C> sep1 -0.0787248
+R<HIS>A<ND1> R<LEU>A<C> sep2 -0.0205177
+R<HIS>A<ND1> R<LEU>A<CA> central_sep1 0.495283
+R<HIS>A<ND1> R<LEU>A<CA> central_sep2 0.649859
+R<HIS>A<ND1> R<LEU>A<CA> sep1 0.531977
+R<HIS>A<ND1> R<LEU>A<CA> sep2 0.181192
+R<HIS>A<ND1> R<LEU>A<CB> central_sep1 -0.0513562
+R<HIS>A<ND1> R<LEU>A<CB> central_sep2 -0.106234
+R<HIS>A<ND1> R<LEU>A<CB> sep1 1.06285
+R<HIS>A<ND1> R<LEU>A<CB> sep2 -0.512889
+R<HIS>A<ND1> R<LEU>A<CD1> central_sep1 0.670701
+R<HIS>A<ND1> R<LEU>A<CD1> central_sep2 -0.342923
+R<HIS>A<ND1> R<LEU>A<CD1> sep1 1.49167
+R<HIS>A<ND1> R<LEU>A<CD1> sep2 -0.859962
+R<HIS>A<ND1> R<LEU>A<CD2> central_sep1 0.378723
+R<HIS>A<ND1> R<LEU>A<CD2> central_sep2 -0.456468
+R<HIS>A<ND1> R<LEU>A<CD2> sep1 1.62864
+R<HIS>A<ND1> R<LEU>A<CD2> sep2 -0.869208
+R<HIS>A<ND1> R<LEU>A<CG> central_sep1 0.159433
+R<HIS>A<ND1> R<LEU>A<CG> central_sep2 0.231904
+R<HIS>A<ND1> R<LEU>A<CG> sep1 0.47
+R<HIS>A<ND1> R<LEU>A<CG> sep2 -0.591104
+R<HIS>A<ND1> R<LEU>A<N> central_sep1 -0.241477
+R<HIS>A<ND1> R<LEU>A<N> central_sep2 0.700293
+R<HIS>A<ND1> R<LEU>A<N> sep1 0.391061
+R<HIS>A<ND1> R<LEU>A<N> sep2 0.544818
+R<HIS>A<ND1> R<LEU>A<O> central_sep1 -0.435981
+R<HIS>A<ND1> R<LEU>A<O> central_sep2 -0.026862
+R<HIS>A<ND1> R<LEU>A<O> sep1 0.736173
+R<HIS>A<ND1> R<LEU>A<O> sep2 0.0925666
+R<HIS>A<ND1> R<LYS>A<C> central_sep1 0.388882
+R<HIS>A<ND1> R<LYS>A<C> central_sep2 1.34346
+R<HIS>A<ND1> R<LYS>A<C> sep1 -0.173572
+R<HIS>A<ND1> R<LYS>A<C> sep2 0.329653
+R<HIS>A<ND1> R<LYS>A<CA> central_sep1 0.929618
+R<HIS>A<ND1> R<LYS>A<CA> central_sep2 0.628735
+R<HIS>A<ND1> R<LYS>A<CA> sep1 0.526925
+R<HIS>A<ND1> R<LYS>A<CA> sep2 0.173501
+R<HIS>A<ND1> R<LYS>A<CB> central_sep1 -0.124652
+R<HIS>A<ND1> R<LYS>A<CB> central_sep2 0.150758
+R<HIS>A<ND1> R<LYS>A<CB> sep1 0.892641
+R<HIS>A<ND1> R<LYS>A<CB> sep2 -0.20217
+R<HIS>A<ND1> R<LYS>A<CD> central_sep1 0.358835
+R<HIS>A<ND1> R<LYS>A<CD> central_sep2 -0.00197717
+R<HIS>A<ND1> R<LYS>A<CD> sep1 1.39885
+R<HIS>A<ND1> R<LYS>A<CD> sep2 -0.536175
+R<HIS>A<ND1> R<LYS>A<CE> central_sep1 0.84646
+R<HIS>A<ND1> R<LYS>A<CE> central_sep2 0.182219
+R<HIS>A<ND1> R<LYS>A<CE> sep1 1.37022
+R<HIS>A<ND1> R<LYS>A<CE> sep2 -0.505757
+R<HIS>A<ND1> R<LYS>A<CG> central_sep1 0.223792
+R<HIS>A<ND1> R<LYS>A<CG> central_sep2 0.35824
+R<HIS>A<ND1> R<LYS>A<CG> sep1 0.644691
+R<HIS>A<ND1> R<LYS>A<CG> sep2 -0.307617
+R<HIS>A<ND1> R<LYS>A<N> central_sep1 -0.335328
+R<HIS>A<ND1> R<LYS>A<N> central_sep2 1.10069
+R<HIS>A<ND1> R<LYS>A<N> sep1 0.411057
+R<HIS>A<ND1> R<LYS>A<N> sep2 0.737804
+R<HIS>A<ND1> R<LYS>A<NZ> central_sep1 0.970893
+R<HIS>A<ND1> R<LYS>A<NZ> central_sep2 0.0268036
+R<HIS>A<ND1> R<LYS>A<NZ> sep1 1.98535
+R<HIS>A<ND1> R<LYS>A<NZ> sep2 -0.000113737
+R<HIS>A<ND1> R<LYS>A<O> central_sep1 -0.482122
+R<HIS>A<ND1> R<LYS>A<O> central_sep2 0.369567
+R<HIS>A<ND1> R<LYS>A<O> sep1 0.277738
+R<HIS>A<ND1> R<LYS>A<O> sep2 0.269827
+R<HIS>A<ND1> R<MET>A<C> central_sep1 0.19366
+R<HIS>A<ND1> R<MET>A<C> central_sep2 0.968176
+R<HIS>A<ND1> R<MET>A<C> sep1 -0.068462
+R<HIS>A<ND1> R<MET>A<C> sep2 -0.0990065
+R<HIS>A<ND1> R<MET>A<CA> central_sep1 0.607709
+R<HIS>A<ND1> R<MET>A<CA> central_sep2 0.22685
+R<HIS>A<ND1> R<MET>A<CA> sep1 0.357011
+R<HIS>A<ND1> R<MET>A<CA> sep2 -0.186662
+R<HIS>A<ND1> R<MET>A<CB> central_sep1 -0.0131098
+R<HIS>A<ND1> R<MET>A<CB> central_sep2 -0.410754
+R<HIS>A<ND1> R<MET>A<CB> sep1 0.965429
+R<HIS>A<ND1> R<MET>A<CB> sep2 -0.727907
+R<HIS>A<ND1> R<MET>A<CE> central_sep1 0.372197
+R<HIS>A<ND1> R<MET>A<CE> central_sep2 -0.663168
+R<HIS>A<ND1> R<MET>A<CE> sep1 1.29055
+R<HIS>A<ND1> R<MET>A<CE> sep2 -1.0419
+R<HIS>A<ND1> R<MET>A<CG> central_sep1 0.280333
+R<HIS>A<ND1> R<MET>A<CG> central_sep2 -0.286375
+R<HIS>A<ND1> R<MET>A<CG> sep1 0.61033
+R<HIS>A<ND1> R<MET>A<CG> sep2 -0.868547
+R<HIS>A<ND1> R<MET>A<N> central_sep1 -0.231257
+R<HIS>A<ND1> R<MET>A<N> central_sep2 0.115985
+R<HIS>A<ND1> R<MET>A<N> sep1 0.184683
+R<HIS>A<ND1> R<MET>A<N> sep2 0.265961
+R<HIS>A<ND1> R<MET>A<O> central_sep1 -0.577421
+R<HIS>A<ND1> R<MET>A<O> central_sep2 -0.189248
+R<HIS>A<ND1> R<MET>A<O> sep1 0.711315
+R<HIS>A<ND1> R<MET>A<O> sep2 -0.0362838
+R<HIS>A<ND1> R<MET>A<SD> central_sep1 0.340469
+R<HIS>A<ND1> R<MET>A<SD> central_sep2 -0.57408
+R<HIS>A<ND1> R<MET>A<SD> sep1 1.36372
+R<HIS>A<ND1> R<MET>A<SD> sep2 -1.02031
+R<HIS>A<ND1> R<PHE>A<C> central_sep1 -0.0447916
+R<HIS>A<ND1> R<PHE>A<C> central_sep2 0.968993
+R<HIS>A<ND1> R<PHE>A<C> sep1 -0.109212
+R<HIS>A<ND1> R<PHE>A<C> sep2 -0.0832307
+R<HIS>A<ND1> R<PHE>A<CA> central_sep1 0.336021
+R<HIS>A<ND1> R<PHE>A<CA> central_sep2 0.288721
+R<HIS>A<ND1> R<PHE>A<CA> sep1 0.274983
+R<HIS>A<ND1> R<PHE>A<CA> sep2 -0.136718
+R<HIS>A<ND1> R<PHE>A<CB> central_sep1 0.100287
+R<HIS>A<ND1> R<PHE>A<CB> central_sep2 -0.408353
+R<HIS>A<ND1> R<PHE>A<CB> sep1 1.22574
+R<HIS>A<ND1> R<PHE>A<CB> sep2 -0.847005
+R<HIS>A<ND1> R<PHE>A<CD1> central_sep1 0.0913309
+R<HIS>A<ND1> R<PHE>A<CD1> central_sep2 -0.286732
+R<HIS>A<ND1> R<PHE>A<CD1> sep1 1.15799
+R<HIS>A<ND1> R<PHE>A<CD1> sep2 -1.02068
+R<HIS>A<ND1> R<PHE>A<CE1> central_sep1 0.549591
+R<HIS>A<ND1> R<PHE>A<CE1> central_sep2 -0.453403
+R<HIS>A<ND1> R<PHE>A<CE1> sep1 0.981367
+R<HIS>A<ND1> R<PHE>A<CE1> sep2 -1.19584
+R<HIS>A<ND1> R<PHE>A<CG> central_sep1 0.57957
+R<HIS>A<ND1> R<PHE>A<CG> central_sep2 -0.113093
+R<HIS>A<ND1> R<PHE>A<CG> sep1 0.610925
+R<HIS>A<ND1> R<PHE>A<CG> sep2 -1.39456
+R<HIS>A<ND1> R<PHE>A<CZ> central_sep1 0.607576
+R<HIS>A<ND1> R<PHE>A<CZ> central_sep2 -0.483506
+R<HIS>A<ND1> R<PHE>A<CZ> sep1 1.20471
+R<HIS>A<ND1> R<PHE>A<CZ> sep2 -1.19777
+R<HIS>A<ND1> R<PHE>A<N> central_sep1 -0.417852
+R<HIS>A<ND1> R<PHE>A<N> central_sep2 0.683573
+R<HIS>A<ND1> R<PHE>A<N> sep1 0.239826
+R<HIS>A<ND1> R<PHE>A<N> sep2 0.258365
+R<HIS>A<ND1> R<PHE>A<O> central_sep1 -0.712538
+R<HIS>A<ND1> R<PHE>A<O> central_sep2 -0.131609
+R<HIS>A<ND1> R<PHE>A<O> sep1 0.786349
+R<HIS>A<ND1> R<PHE>A<O> sep2 0.00963271
+R<HIS>A<ND1> R<PRO>A<C> central_sep1 0.58962
+R<HIS>A<ND1> R<PRO>A<C> central_sep2 1.04679
+R<HIS>A<ND1> R<PRO>A<C> sep1 -0.157889
+R<HIS>A<ND1> R<PRO>A<C> sep2 0.248254
+R<HIS>A<ND1> R<PRO>A<CA> central_sep1 0.102441
+R<HIS>A<ND1> R<PRO>A<CA> central_sep2 -0.131646
+R<HIS>A<ND1> R<PRO>A<CA> sep1 0.867743
+R<HIS>A<ND1> R<PRO>A<CA> sep2 -0.438044
+R<HIS>A<ND1> R<PRO>A<CB> central_sep1 0.159584
+R<HIS>A<ND1> R<PRO>A<CB> central_sep2 -0.270484
+R<HIS>A<ND1> R<PRO>A<CB> sep1 0.784746
+R<HIS>A<ND1> R<PRO>A<CB> sep2 -0.890348
+R<HIS>A<ND1> R<PRO>A<CD> central_sep1 -0.688082
+R<HIS>A<ND1> R<PRO>A<CD> central_sep2 -0.120966
+R<HIS>A<ND1> R<PRO>A<CD> sep1 0.110473
+R<HIS>A<ND1> R<PRO>A<CD> sep2 -0.574444
+R<HIS>A<ND1> R<PRO>A<CG> central_sep1 0.513831
+R<HIS>A<ND1> R<PRO>A<CG> central_sep2 -0.41591
+R<HIS>A<ND1> R<PRO>A<CG> sep1 1.15488
+R<HIS>A<ND1> R<PRO>A<CG> sep2 -1.09093
+R<HIS>A<ND1> R<PRO>A<N> central_sep1 -1.93935
+R<HIS>A<ND1> R<PRO>A<N> central_sep2 0.507815
+R<HIS>A<ND1> R<PRO>A<N> sep1 -0.293546
+R<HIS>A<ND1> R<PRO>A<N> sep2 -0.572695
+R<HIS>A<ND1> R<PRO>A<O> central_sep1 -0.740471
+R<HIS>A<ND1> R<PRO>A<O> central_sep2 -0.306415
+R<HIS>A<ND1> R<PRO>A<O> sep1 0.447141
+R<HIS>A<ND1> R<PRO>A<O> sep2 -0.00974495
+R<HIS>A<ND1> R<SER>A<C> central_sep1 -0.0531967
+R<HIS>A<ND1> R<SER>A<C> central_sep2 0.156871
+R<HIS>A<ND1> R<SER>A<C> sep1 -0.289389
+R<HIS>A<ND1> R<SER>A<C> sep2 -0.256551
+R<HIS>A<ND1> R<SER>A<CA> central_sep1 0.852303
+R<HIS>A<ND1> R<SER>A<CA> central_sep2 0.155211
+R<HIS>A<ND1> R<SER>A<CA> sep1 0.326731
+R<HIS>A<ND1> R<SER>A<CA> sep2 -0.354677
+R<HIS>A<ND1> R<SER>A<CB> central_sep1 0.0760234
+R<HIS>A<ND1> R<SER>A<CB> central_sep2 -0.34016
+R<HIS>A<ND1> R<SER>A<CB> sep1 0.675433
+R<HIS>A<ND1> R<SER>A<CB> sep2 -1.06986
+R<HIS>A<ND1> R<SER>A<N> central_sep1 -0.692533
+R<HIS>A<ND1> R<SER>A<N> central_sep2 0.603789
+R<HIS>A<ND1> R<SER>A<N> sep1 0.201872
+R<HIS>A<ND1> R<SER>A<N> sep2 0.311422
+R<HIS>A<ND1> R<SER>A<O> central_sep1 -0.54724
+R<HIS>A<ND1> R<SER>A<O> central_sep2 -0.0827724
+R<HIS>A<ND1> R<SER>A<O> sep1 0.515028
+R<HIS>A<ND1> R<SER>A<O> sep2 0.0232049
+R<HIS>A<ND1> R<SER>A<OG> central_sep1 -0.964678
+R<HIS>A<ND1> R<SER>A<OG> central_sep2 -1.18855
+R<HIS>A<ND1> R<SER>A<OG> sep1 0.717301
+R<HIS>A<ND1> R<SER>A<OG> sep2 -0.539226
+R<HIS>A<ND1> R<THR>A<C> central_sep1 -0.402712
+R<HIS>A<ND1> R<THR>A<C> central_sep2 0.310568
+R<HIS>A<ND1> R<THR>A<C> sep1 -0.225088
+R<HIS>A<ND1> R<THR>A<C> sep2 -0.133326
+R<HIS>A<ND1> R<THR>A<CA> central_sep1 0.832082
+R<HIS>A<ND1> R<THR>A<CA> central_sep2 0.261645
+R<HIS>A<ND1> R<THR>A<CA> sep1 0.390614
+R<HIS>A<ND1> R<THR>A<CA> sep2 -0.249833
+R<HIS>A<ND1> R<THR>A<CB> central_sep1 -0.0877288
+R<HIS>A<ND1> R<THR>A<CB> central_sep2 -0.284901
+R<HIS>A<ND1> R<THR>A<CB> sep1 0.340165
+R<HIS>A<ND1> R<THR>A<CB> sep2 -1.35909
+R<HIS>A<ND1> R<THR>A<CG2> central_sep1 0.430689
+R<HIS>A<ND1> R<THR>A<CG2> central_sep2 -0.322941
+R<HIS>A<ND1> R<THR>A<CG2> sep1 0.923167
+R<HIS>A<ND1> R<THR>A<CG2> sep2 -0.730087
+R<HIS>A<ND1> R<THR>A<N> central_sep1 -0.654008
+R<HIS>A<ND1> R<THR>A<N> central_sep2 0.796336
+R<HIS>A<ND1> R<THR>A<N> sep1 0.253428
+R<HIS>A<ND1> R<THR>A<N> sep2 0.404761
+R<HIS>A<ND1> R<THR>A<O> central_sep1 -0.523665
+R<HIS>A<ND1> R<THR>A<O> central_sep2 -0.216153
+R<HIS>A<ND1> R<THR>A<O> sep1 0.505796
+R<HIS>A<ND1> R<THR>A<O> sep2 -0.0586946
+R<HIS>A<ND1> R<THR>A<OG1> central_sep1 -0.993851
+R<HIS>A<ND1> R<THR>A<OG1> central_sep2 -1.22795
+R<HIS>A<ND1> R<THR>A<OG1> sep1 0.689535
+R<HIS>A<ND1> R<THR>A<OG1> sep2 -0.62434
+R<HIS>A<ND1> R<TRP>A<C> central_sep1 0.115492
+R<HIS>A<ND1> R<TRP>A<C> central_sep2 1.2609
+R<HIS>A<ND1> R<TRP>A<C> sep1 -0.0683195
+R<HIS>A<ND1> R<TRP>A<C> sep2 0.357582
+R<HIS>A<ND1> R<TRP>A<CA> central_sep1 0.19263
+R<HIS>A<ND1> R<TRP>A<CA> central_sep2 0.497938
+R<HIS>A<ND1> R<TRP>A<CA> sep1 0.123649
+R<HIS>A<ND1> R<TRP>A<CA> sep2 -0.166217
+R<HIS>A<ND1> R<TRP>A<CB> central_sep1 0.000725889
+R<HIS>A<ND1> R<TRP>A<CB> central_sep2 -0.4729
+R<HIS>A<ND1> R<TRP>A<CB> sep1 1.02203
+R<HIS>A<ND1> R<TRP>A<CB> sep2 -1.05092
+R<HIS>A<ND1> R<TRP>A<CD1> central_sep1 -0.345136
+R<HIS>A<ND1> R<TRP>A<CD1> central_sep2 -0.316811
+R<HIS>A<ND1> R<TRP>A<CD1> sep1 0.984152
+R<HIS>A<ND1> R<TRP>A<CD1> sep2 -1.12416
+R<HIS>A<ND1> R<TRP>A<CD2> central_sep1 -0.734518
+R<HIS>A<ND1> R<TRP>A<CD2> central_sep2 -0.817203
+R<HIS>A<ND1> R<TRP>A<CD2> sep1 0.606256
+R<HIS>A<ND1> R<TRP>A<CD2> sep2 -1.11923
+R<HIS>A<ND1> R<TRP>A<CE2> central_sep1 -0.568224
+R<HIS>A<ND1> R<TRP>A<CE2> central_sep2 -0.775557
+R<HIS>A<ND1> R<TRP>A<CE2> sep1 0.388465
+R<HIS>A<ND1> R<TRP>A<CE2> sep2 -1.45066
+R<HIS>A<ND1> R<TRP>A<CE3> central_sep1 -0.009207
+R<HIS>A<ND1> R<TRP>A<CE3> central_sep2 -0.476111
+R<HIS>A<ND1> R<TRP>A<CE3> sep1 0.532261
+R<HIS>A<ND1> R<TRP>A<CE3> sep2 -1.16872
+R<HIS>A<ND1> R<TRP>A<CG> central_sep1 0.417916
+R<HIS>A<ND1> R<TRP>A<CG> central_sep2 -0.690318
+R<HIS>A<ND1> R<TRP>A<CG> sep1 -0.170282
+R<HIS>A<ND1> R<TRP>A<CG> sep2 -1.60068
+R<HIS>A<ND1> R<TRP>A<CH2> central_sep1 0.852034
+R<HIS>A<ND1> R<TRP>A<CH2> central_sep2 -0.753605
+R<HIS>A<ND1> R<TRP>A<CH2> sep1 1.23003
+R<HIS>A<ND1> R<TRP>A<CH2> sep2 -1.60707
+R<HIS>A<ND1> R<TRP>A<CZ2> central_sep1 0.245097
+R<HIS>A<ND1> R<TRP>A<CZ2> central_sep2 -0.900875
+R<HIS>A<ND1> R<TRP>A<CZ2> sep1 0.854164
+R<HIS>A<ND1> R<TRP>A<CZ2> sep2 -1.625
+R<HIS>A<ND1> R<TRP>A<CZ3> central_sep1 0.0858623
+R<HIS>A<ND1> R<TRP>A<CZ3> central_sep2 -0.400777
+R<HIS>A<ND1> R<TRP>A<CZ3> sep1 1.27657
+R<HIS>A<ND1> R<TRP>A<CZ3> sep2 -1.33784
+R<HIS>A<ND1> R<TRP>A<N> central_sep1 -0.652206
+R<HIS>A<ND1> R<TRP>A<N> central_sep2 0.616949
+R<HIS>A<ND1> R<TRP>A<N> sep1 0.256229
+R<HIS>A<ND1> R<TRP>A<N> sep2 0.250061
+R<HIS>A<ND1> R<TRP>A<NE1> central_sep1 -0.0820961
+R<HIS>A<ND1> R<TRP>A<NE1> central_sep2 -1.40487
+R<HIS>A<ND1> R<TRP>A<NE1> sep1 0.58038
+R<HIS>A<ND1> R<TRP>A<NE1> sep2 -1.35994
+R<HIS>A<ND1> R<TRP>A<O> central_sep1 -1.04239
+R<HIS>A<ND1> R<TRP>A<O> central_sep2 -0.349115
+R<HIS>A<ND1> R<TRP>A<O> sep1 0.526813
+R<HIS>A<ND1> R<TRP>A<O> sep2 -0.115604
+R<HIS>A<ND1> R<TYR>A<C> central_sep1 -0.0108369
+R<HIS>A<ND1> R<TYR>A<C> central_sep2 0.988742
+R<HIS>A<ND1> R<TYR>A<C> sep1 -0.119691
+R<HIS>A<ND1> R<TYR>A<C> sep2 0.0866146
+R<HIS>A<ND1> R<TYR>A<CA> central_sep1 0.456092
+R<HIS>A<ND1> R<TYR>A<CA> central_sep2 0.373268
+R<HIS>A<ND1> R<TYR>A<CA> sep1 0.248361
+R<HIS>A<ND1> R<TYR>A<CA> sep2 -0.175369
+R<HIS>A<ND1> R<TYR>A<CB> central_sep1 0.103413
+R<HIS>A<ND1> R<TYR>A<CB> central_sep2 -0.447757
+R<HIS>A<ND1> R<TYR>A<CB> sep1 1.22363
+R<HIS>A<ND1> R<TYR>A<CB> sep2 -0.802654
+R<HIS>A<ND1> R<TYR>A<CD1> central_sep1 -0.0908511
+R<HIS>A<ND1> R<TYR>A<CD1> central_sep2 -0.34613
+R<HIS>A<ND1> R<TYR>A<CD1> sep1 0.932263
+R<HIS>A<ND1> R<TYR>A<CD1> sep2 -1.02017
+R<HIS>A<ND1> R<TYR>A<CE1> central_sep1 0.145181
+R<HIS>A<ND1> R<TYR>A<CE1> central_sep2 -0.969504
+R<HIS>A<ND1> R<TYR>A<CE1> sep1 0.734105
+R<HIS>A<ND1> R<TYR>A<CE1> sep2 -1.35673
+R<HIS>A<ND1> R<TYR>A<CG> central_sep1 0.264675
+R<HIS>A<ND1> R<TYR>A<CG> central_sep2 -0.24504
+R<HIS>A<ND1> R<TYR>A<CG> sep1 0.271673
+R<HIS>A<ND1> R<TYR>A<CG> sep2 -1.48263
+R<HIS>A<ND1> R<TYR>A<CZ> central_sep1 0.019947
+R<HIS>A<ND1> R<TYR>A<CZ> central_sep2 -0.600242
+R<HIS>A<ND1> R<TYR>A<CZ> sep1 0.592971
+R<HIS>A<ND1> R<TYR>A<CZ> sep2 -1.62999
+R<HIS>A<ND1> R<TYR>A<N> central_sep1 -0.389717
+R<HIS>A<ND1> R<TYR>A<N> central_sep2 0.431579
+R<HIS>A<ND1> R<TYR>A<N> sep1 0.224838
+R<HIS>A<ND1> R<TYR>A<N> sep2 0.414631
+R<HIS>A<ND1> R<TYR>A<O> central_sep1 -0.897583
+R<HIS>A<ND1> R<TYR>A<O> central_sep2 -0.244162
+R<HIS>A<ND1> R<TYR>A<O> sep1 0.730242
+R<HIS>A<ND1> R<TYR>A<O> sep2 -0.0541452
+R<HIS>A<ND1> R<TYR>A<OH> central_sep1 -0.176767
+R<HIS>A<ND1> R<TYR>A<OH> central_sep2 -1.81384
+R<HIS>A<ND1> R<TYR>A<OH> sep1 1.06295
+R<HIS>A<ND1> R<TYR>A<OH> sep2 -1.20366
+R<HIS>A<ND1> R<VAL>A<C> central_sep1 0.248703
+R<HIS>A<ND1> R<VAL>A<C> central_sep2 1.38388
+R<HIS>A<ND1> R<VAL>A<C> sep1 -0.0979916
+R<HIS>A<ND1> R<VAL>A<C> sep2 0.195321
+R<HIS>A<ND1> R<VAL>A<CA> central_sep1 0.796378
+R<HIS>A<ND1> R<VAL>A<CA> central_sep2 0.699307
+R<HIS>A<ND1> R<VAL>A<CA> sep1 0.712582
+R<HIS>A<ND1> R<VAL>A<CA> sep2 0.19385
+R<HIS>A<ND1> R<VAL>A<CB> central_sep1 0.228785
+R<HIS>A<ND1> R<VAL>A<CB> central_sep2 -0.213943
+R<HIS>A<ND1> R<VAL>A<CB> sep1 1.21931
+R<HIS>A<ND1> R<VAL>A<CB> sep2 -0.912003
+R<HIS>A<ND1> R<VAL>A<CG1> central_sep1 0.491288
+R<HIS>A<ND1> R<VAL>A<CG1> central_sep2 -0.280415
+R<HIS>A<ND1> R<VAL>A<CG1> sep1 1.14229
+R<HIS>A<ND1> R<VAL>A<CG1> sep2 -0.707486
+R<HIS>A<ND1> R<VAL>A<CG2> central_sep1 0.655707
+R<HIS>A<ND1> R<VAL>A<CG2> central_sep2 -0.301574
+R<HIS>A<ND1> R<VAL>A<CG2> sep1 1.09749
+R<HIS>A<ND1> R<VAL>A<CG2> sep2 -0.715364
+R<HIS>A<ND1> R<VAL>A<N> central_sep1 -0.0282195
+R<HIS>A<ND1> R<VAL>A<N> central_sep2 0.453789
+R<HIS>A<ND1> R<VAL>A<N> sep1 0.319325
+R<HIS>A<ND1> R<VAL>A<N> sep2 0.48964
+R<HIS>A<ND1> R<VAL>A<O> central_sep1 -0.466448
+R<HIS>A<ND1> R<VAL>A<O> central_sep2 -0.212266
+R<HIS>A<ND1> R<VAL>A<O> sep1 0.600446
+R<HIS>A<ND1> R<VAL>A<O> sep2 0.194222
+R<HIS>A<ND1> c<solvent> . -0.00586213
+R<HIS>A<NE2> R<HIS>A<NE2> central_sep1 -1.57318
+R<HIS>A<NE2> R<HIS>A<NE2> central_sep2 -2.55977
+R<HIS>A<NE2> R<HIS>A<NE2> sep1 0.0572208
+R<HIS>A<NE2> R<HIS>A<NE2> sep2 -1.81269
+R<HIS>A<NE2> R<HIS>A<O> central_sep1 0.0955262
+R<HIS>A<NE2> R<HIS>A<O> central_sep2 -0.694773
+R<HIS>A<NE2> R<HIS>A<O> sep1 0.535026
+R<HIS>A<NE2> R<HIS>A<O> sep2 -0.219477
+R<HIS>A<NE2> R<ILE>A<C> central_sep1 2.13032
+R<HIS>A<NE2> R<ILE>A<C> central_sep2 1.64533
+R<HIS>A<NE2> R<ILE>A<C> sep1 2.37948
+R<HIS>A<NE2> R<ILE>A<C> sep2 0.431934
+R<HIS>A<NE2> R<ILE>A<CA> central_sep1 1.96936
+R<HIS>A<NE2> R<ILE>A<CA> central_sep2 0.69099
+R<HIS>A<NE2> R<ILE>A<CA> sep1 2.56548
+R<HIS>A<NE2> R<ILE>A<CA> sep2 0.203498
+R<HIS>A<NE2> R<ILE>A<CB> central_sep1 0.904614
+R<HIS>A<NE2> R<ILE>A<CB> central_sep2 0.0890897
+R<HIS>A<NE2> R<ILE>A<CB> sep1 1.18718
+R<HIS>A<NE2> R<ILE>A<CB> sep2 -0.545523
+R<HIS>A<NE2> R<ILE>A<CD1> central_sep1 0.588892
+R<HIS>A<NE2> R<ILE>A<CD1> central_sep2 -0.205764
+R<HIS>A<NE2> R<ILE>A<CD1> sep1 1.41125
+R<HIS>A<NE2> R<ILE>A<CD1> sep2 -0.599478
+R<HIS>A<NE2> R<ILE>A<CG1> central_sep1 0.513247
+R<HIS>A<NE2> R<ILE>A<CG1> central_sep2 0.089582
+R<HIS>A<NE2> R<ILE>A<CG1> sep1 1.4258
+R<HIS>A<NE2> R<ILE>A<CG1> sep2 -0.642978
+R<HIS>A<NE2> R<ILE>A<CG2> central_sep1 0.336033
+R<HIS>A<NE2> R<ILE>A<CG2> central_sep2 -0.246816
+R<HIS>A<NE2> R<ILE>A<CG2> sep1 1.07632
+R<HIS>A<NE2> R<ILE>A<CG2> sep2 -0.651513
+R<HIS>A<NE2> R<ILE>A<N> central_sep1 3.25845
+R<HIS>A<NE2> R<ILE>A<N> central_sep2 1.11625
+R<HIS>A<NE2> R<ILE>A<N> sep1 3.09604
+R<HIS>A<NE2> R<ILE>A<N> sep2 0.584283
+R<HIS>A<NE2> R<ILE>A<O> central_sep1 0.938989
+R<HIS>A<NE2> R<ILE>A<O> central_sep2 -0.314242
+R<HIS>A<NE2> R<ILE>A<O> sep1 1.53127
+R<HIS>A<NE2> R<ILE>A<O> sep2 0.113824
+R<HIS>A<NE2> R<LEU>A<C> central_sep1 2.35621
+R<HIS>A<NE2> R<LEU>A<C> central_sep2 1.02005
+R<HIS>A<NE2> R<LEU>A<C> sep1 2.45566
+R<HIS>A<NE2> R<LEU>A<C> sep2 -0.111342
+R<HIS>A<NE2> R<LEU>A<CA> central_sep1 1.97282
+R<HIS>A<NE2> R<LEU>A<CA> central_sep2 0.490354
+R<HIS>A<NE2> R<LEU>A<CA> sep1 2.24768
+R<HIS>A<NE2> R<LEU>A<CA> sep2 0.00690206
+R<HIS>A<NE2> R<LEU>A<CB> central_sep1 0.74381
+R<HIS>A<NE2> R<LEU>A<CB> central_sep2 -0.111857
+R<HIS>A<NE2> R<LEU>A<CB> sep1 1.15912
+R<HIS>A<NE2> R<LEU>A<CB> sep2 -0.611815
+R<HIS>A<NE2> R<LEU>A<CD1> central_sep1 0.276489
+R<HIS>A<NE2> R<LEU>A<CD1> central_sep2 -0.190125
+R<HIS>A<NE2> R<LEU>A<CD1> sep1 1.21781
+R<HIS>A<NE2> R<LEU>A<CD1> sep2 -0.702478
+R<HIS>A<NE2> R<LEU>A<CD2> central_sep1 0.272832
+R<HIS>A<NE2> R<LEU>A<CD2> central_sep2 -0.226278
+R<HIS>A<NE2> R<LEU>A<CD2> sep1 0.975227
+R<HIS>A<NE2> R<LEU>A<CD2> sep2 -0.791413
+R<HIS>A<NE2> R<LEU>A<CG> central_sep1 0.177013
+R<HIS>A<NE2> R<LEU>A<CG> central_sep2 0.31781
+R<HIS>A<NE2> R<LEU>A<CG> sep1 1.02225
+R<HIS>A<NE2> R<LEU>A<CG> sep2 -0.586976
+R<HIS>A<NE2> R<LEU>A<N> central_sep1 3.1578
+R<HIS>A<NE2> R<LEU>A<N> central_sep2 0.654241
+R<HIS>A<NE2> R<LEU>A<N> sep1 3.02962
+R<HIS>A<NE2> R<LEU>A<N> sep2 0.587198
+R<HIS>A<NE2> R<LEU>A<O> central_sep1 1.0444
+R<HIS>A<NE2> R<LEU>A<O> central_sep2 -0.415809
+R<HIS>A<NE2> R<LEU>A<O> sep1 1.53773
+R<HIS>A<NE2> R<LEU>A<O> sep2 -0.0282202
+R<HIS>A<NE2> R<LYS>A<C> central_sep1 2.08464
+R<HIS>A<NE2> R<LYS>A<C> central_sep2 1.25588
+R<HIS>A<NE2> R<LYS>A<C> sep1 2.28896
+R<HIS>A<NE2> R<LYS>A<C> sep2 0.315194
+R<HIS>A<NE2> R<LYS>A<CA> central_sep1 1.52693
+R<HIS>A<NE2> R<LYS>A<CA> central_sep2 0.797364
+R<HIS>A<NE2> R<LYS>A<CA> sep1 2.12736
+R<HIS>A<NE2> R<LYS>A<CA> sep2 0.0338168
+R<HIS>A<NE2> R<LYS>A<CB> central_sep1 0.31658
+R<HIS>A<NE2> R<LYS>A<CB> central_sep2 0.243509
+R<HIS>A<NE2> R<LYS>A<CB> sep1 0.583192
+R<HIS>A<NE2> R<LYS>A<CB> sep2 -0.22998
+R<HIS>A<NE2> R<LYS>A<CD> central_sep1 -0.249398
+R<HIS>A<NE2> R<LYS>A<CD> central_sep2 0.0352139
+R<HIS>A<NE2> R<LYS>A<CD> sep1 0.669948
+R<HIS>A<NE2> R<LYS>A<CD> sep2 -0.417706
+R<HIS>A<NE2> R<LYS>A<CE> central_sep1 -0.126016
+R<HIS>A<NE2> R<LYS>A<CE> central_sep2 0.205558
+R<HIS>A<NE2> R<LYS>A<CE> sep1 0.925795
+R<HIS>A<NE2> R<LYS>A<CE> sep2 -0.377769
+R<HIS>A<NE2> R<LYS>A<CG> central_sep1 0.188822
+R<HIS>A<NE2> R<LYS>A<CG> central_sep2 0.231774
+R<HIS>A<NE2> R<LYS>A<CG> sep1 0.872621
+R<HIS>A<NE2> R<LYS>A<CG> sep2 -0.212272
+R<HIS>A<NE2> R<LYS>A<N> central_sep1 3.30149
+R<HIS>A<NE2> R<LYS>A<N> central_sep2 1.25075
+R<HIS>A<NE2> R<LYS>A<N> sep1 2.81673
+R<HIS>A<NE2> R<LYS>A<N> sep2 0.769301
+R<HIS>A<NE2> R<LYS>A<NZ> central_sep1 1.10665
+R<HIS>A<NE2> R<LYS>A<NZ> central_sep2 0.252308
+R<HIS>A<NE2> R<LYS>A<NZ> sep1 1.29392
+R<HIS>A<NE2> R<LYS>A<NZ> sep2 -0.159486
+R<HIS>A<NE2> R<LYS>A<O> central_sep1 0.770311
+R<HIS>A<NE2> R<LYS>A<O> central_sep2 -0.049956
+R<HIS>A<NE2> R<LYS>A<O> sep1 1.09668
+R<HIS>A<NE2> R<LYS>A<O> sep2 0.149285
+R<HIS>A<NE2> R<MET>A<C> central_sep1 1.8127
+R<HIS>A<NE2> R<MET>A<C> central_sep2 0.977699
+R<HIS>A<NE2> R<MET>A<C> sep1 2.10243
+R<HIS>A<NE2> R<MET>A<C> sep2 -0.147419
+R<HIS>A<NE2> R<MET>A<CA> central_sep1 1.62705
+R<HIS>A<NE2> R<MET>A<CA> central_sep2 0.343445
+R<HIS>A<NE2> R<MET>A<CA> sep1 2.18334
+R<HIS>A<NE2> R<MET>A<CA> sep2 -0.268801
+R<HIS>A<NE2> R<MET>A<CB> central_sep1 0.44841
+R<HIS>A<NE2> R<MET>A<CB> central_sep2 -0.201236
+R<HIS>A<NE2> R<MET>A<CB> sep1 1.134
+R<HIS>A<NE2> R<MET>A<CB> sep2 -0.678889
+R<HIS>A<NE2> R<MET>A<CE> central_sep1 0.301491
+R<HIS>A<NE2> R<MET>A<CE> central_sep2 -0.442564
+R<HIS>A<NE2> R<MET>A<CE> sep1 1.09686
+R<HIS>A<NE2> R<MET>A<CE> sep2 -0.997298
+R<HIS>A<NE2> R<MET>A<CG> central_sep1 -0.150556
+R<HIS>A<NE2> R<MET>A<CG> central_sep2 -0.133582
+R<HIS>A<NE2> R<MET>A<CG> sep1 0.963834
+R<HIS>A<NE2> R<MET>A<CG> sep2 -0.840826
+R<HIS>A<NE2> R<MET>A<N> central_sep1 2.3329
+R<HIS>A<NE2> R<MET>A<N> central_sep2 0.657776
+R<HIS>A<NE2> R<MET>A<N> sep1 2.57223
+R<HIS>A<NE2> R<MET>A<N> sep2 0.360584
+R<HIS>A<NE2> R<MET>A<O> central_sep1 0.793884
+R<HIS>A<NE2> R<MET>A<O> central_sep2 -0.496466
+R<HIS>A<NE2> R<MET>A<O> sep1 1.37976
+R<HIS>A<NE2> R<MET>A<O> sep2 -0.173967
+R<HIS>A<NE2> R<MET>A<SD> central_sep1 0.157418
+R<HIS>A<NE2> R<MET>A<SD> central_sep2 -0.42869
+R<HIS>A<NE2> R<MET>A<SD> sep1 0.985664
+R<HIS>A<NE2> R<MET>A<SD> sep2 -0.906977
+R<HIS>A<NE2> R<PHE>A<C> central_sep1 1.5893
+R<HIS>A<NE2> R<PHE>A<C> central_sep2 0.819626
+R<HIS>A<NE2> R<PHE>A<C> sep1 1.95588
+R<HIS>A<NE2> R<PHE>A<C> sep2 -0.173167
+R<HIS>A<NE2> R<PHE>A<CA> central_sep1 1.75858
+R<HIS>A<NE2> R<PHE>A<CA> central_sep2 0.153316
+R<HIS>A<NE2> R<PHE>A<CA> sep1 1.95864
+R<HIS>A<NE2> R<PHE>A<CA> sep2 -0.274343
+R<HIS>A<NE2> R<PHE>A<CB> central_sep1 0.428861
+R<HIS>A<NE2> R<PHE>A<CB> central_sep2 -0.436131
+R<HIS>A<NE2> R<PHE>A<CB> sep1 1.32876
+R<HIS>A<NE2> R<PHE>A<CB> sep2 -0.914288
+R<HIS>A<NE2> R<PHE>A<CD1> central_sep1 0.682869
+R<HIS>A<NE2> R<PHE>A<CD1> central_sep2 -0.17319
+R<HIS>A<NE2> R<PHE>A<CD1> sep1 0.896791
+R<HIS>A<NE2> R<PHE>A<CD1> sep2 -0.957904
+R<HIS>A<NE2> R<PHE>A<CE1> central_sep1 0.614211
+R<HIS>A<NE2> R<PHE>A<CE1> central_sep2 -0.249906
+R<HIS>A<NE2> R<PHE>A<CE1> sep1 0.670463
+R<HIS>A<NE2> R<PHE>A<CE1> sep2 -1.072
+R<HIS>A<NE2> R<PHE>A<CG> central_sep1 1.79476
+R<HIS>A<NE2> R<PHE>A<CG> central_sep2 0.16921
+R<HIS>A<NE2> R<PHE>A<CG> sep1 1.37119
+R<HIS>A<NE2> R<PHE>A<CG> sep2 -1.27614
+R<HIS>A<NE2> R<PHE>A<CZ> central_sep1 0.931407
+R<HIS>A<NE2> R<PHE>A<CZ> central_sep2 -0.426433
+R<HIS>A<NE2> R<PHE>A<CZ> sep1 1.01948
+R<HIS>A<NE2> R<PHE>A<CZ> sep2 -1.17501
+R<HIS>A<NE2> R<PHE>A<N> central_sep1 2.38724
+R<HIS>A<NE2> R<PHE>A<N> central_sep2 0.663516
+R<HIS>A<NE2> R<PHE>A<N> sep1 2.68197
+R<HIS>A<NE2> R<PHE>A<N> sep2 0.207759
+R<HIS>A<NE2> R<PHE>A<O> central_sep1 0.723607
+R<HIS>A<NE2> R<PHE>A<O> central_sep2 -0.483567
+R<HIS>A<NE2> R<PHE>A<O> sep1 1.36168
+R<HIS>A<NE2> R<PHE>A<O> sep2 -0.136763
+R<HIS>A<NE2> R<PRO>A<C> central_sep1 2.28875
+R<HIS>A<NE2> R<PRO>A<C> central_sep2 1.03874
+R<HIS>A<NE2> R<PRO>A<C> sep1 2.41749
+R<HIS>A<NE2> R<PRO>A<C> sep2 -0.100565
+R<HIS>A<NE2> R<PRO>A<CA> central_sep1 0.551429
+R<HIS>A<NE2> R<PRO>A<CA> central_sep2 0.186858
+R<HIS>A<NE2> R<PRO>A<CA> sep1 1.45135
+R<HIS>A<NE2> R<PRO>A<CA> sep2 -0.375377
+R<HIS>A<NE2> R<PRO>A<CB> central_sep1 0.148935
+R<HIS>A<NE2> R<PRO>A<CB> central_sep2 -0.260886
+R<HIS>A<NE2> R<PRO>A<CB> sep1 0.397336
+R<HIS>A<NE2> R<PRO>A<CB> sep2 -0.822575
+R<HIS>A<NE2> R<PRO>A<CD> central_sep1 1.49899
+R<HIS>A<NE2> R<PRO>A<CD> central_sep2 -0.194726
+R<HIS>A<NE2> R<PRO>A<CD> sep1 0.56518
+R<HIS>A<NE2> R<PRO>A<CD> sep2 -0.583941
+R<HIS>A<NE2> R<PRO>A<CG> central_sep1 0.322145
+R<HIS>A<NE2> R<PRO>A<CG> central_sep2 -0.437847
+R<HIS>A<NE2> R<PRO>A<CG> sep1 0.37783
+R<HIS>A<NE2> R<PRO>A<CG> sep2 -1.028
+R<HIS>A<NE2> R<PRO>A<N> central_sep1 1.4526
+R<HIS>A<NE2> R<PRO>A<N> central_sep2 0.154032
+R<HIS>A<NE2> R<PRO>A<N> sep1 1.56869
+R<HIS>A<NE2> R<PRO>A<N> sep2 -0.554522
+R<HIS>A<NE2> R<PRO>A<O> central_sep1 0.572046
+R<HIS>A<NE2> R<PRO>A<O> central_sep2 -0.743789
+R<HIS>A<NE2> R<PRO>A<O> sep1 1.16226
+R<HIS>A<NE2> R<PRO>A<O> sep2 -0.221093
+R<HIS>A<NE2> R<SER>A<C> central_sep1 1.59417
+R<HIS>A<NE2> R<SER>A<C> central_sep2 0.374505
+R<HIS>A<NE2> R<SER>A<C> sep1 2.01882
+R<HIS>A<NE2> R<SER>A<C> sep2 -0.17126
+R<HIS>A<NE2> R<SER>A<CA> central_sep1 1.17737
+R<HIS>A<NE2> R<SER>A<CA> central_sep2 0.268675
+R<HIS>A<NE2> R<SER>A<CA> sep1 1.56511
+R<HIS>A<NE2> R<SER>A<CA> sep2 -0.378876
+R<HIS>A<NE2> R<SER>A<CB> central_sep1 0.399876
+R<HIS>A<NE2> R<SER>A<CB> central_sep2 -0.408783
+R<HIS>A<NE2> R<SER>A<CB> sep1 0.729306
+R<HIS>A<NE2> R<SER>A<CB> sep2 -1.11332
+R<HIS>A<NE2> R<SER>A<N> central_sep1 2.12375
+R<HIS>A<NE2> R<SER>A<N> central_sep2 0.539055
+R<HIS>A<NE2> R<SER>A<N> sep1 2.14304
+R<HIS>A<NE2> R<SER>A<N> sep2 0.178295
+R<HIS>A<NE2> R<SER>A<O> central_sep1 0.697389
+R<HIS>A<NE2> R<SER>A<O> central_sep2 -0.364956
+R<HIS>A<NE2> R<SER>A<O> sep1 1.20238
+R<HIS>A<NE2> R<SER>A<O> sep2 -0.194585
+R<HIS>A<NE2> R<SER>A<OG> central_sep1 0.040658
+R<HIS>A<NE2> R<SER>A<OG> central_sep2 -1.15639
+R<HIS>A<NE2> R<SER>A<OG> sep1 0.604796
+R<HIS>A<NE2> R<SER>A<OG> sep2 -0.669409
+R<HIS>A<NE2> R<THR>A<C> central_sep1 1.6231
+R<HIS>A<NE2> R<THR>A<C> central_sep2 0.541427
+R<HIS>A<NE2> R<THR>A<C> sep1 2.05931
+R<HIS>A<NE2> R<THR>A<C> sep2 -0.0959424
+R<HIS>A<NE2> R<THR>A<CA> central_sep1 1.43469
+R<HIS>A<NE2> R<THR>A<CA> central_sep2 0.346044
+R<HIS>A<NE2> R<THR>A<CA> sep1 2.13127
+R<HIS>A<NE2> R<THR>A<CA> sep2 -0.202097
+R<HIS>A<NE2> R<THR>A<CB> central_sep1 0.477534
+R<HIS>A<NE2> R<THR>A<CB> central_sep2 -0.0953774
+R<HIS>A<NE2> R<THR>A<CB> sep1 0.424447
+R<HIS>A<NE2> R<THR>A<CB> sep2 -1.19059
+R<HIS>A<NE2> R<THR>A<CG2> central_sep1 -0.106837
+R<HIS>A<NE2> R<THR>A<CG2> central_sep2 -0.308853
+R<HIS>A<NE2> R<THR>A<CG2> sep1 0.829228
+R<HIS>A<NE2> R<THR>A<CG2> sep2 -0.730896
+R<HIS>A<NE2> R<THR>A<N> central_sep1 2.508
+R<HIS>A<NE2> R<THR>A<N> central_sep2 0.533247
+R<HIS>A<NE2> R<THR>A<N> sep1 2.52788
+R<HIS>A<NE2> R<THR>A<N> sep2 0.220975
+R<HIS>A<NE2> R<THR>A<O> central_sep1 0.714772
+R<HIS>A<NE2> R<THR>A<O> central_sep2 -0.373987
+R<HIS>A<NE2> R<THR>A<O> sep1 1.08099
+R<HIS>A<NE2> R<THR>A<O> sep2 -0.157163
+R<HIS>A<NE2> R<THR>A<OG1> central_sep1 -0.0126089
+R<HIS>A<NE2> R<THR>A<OG1> central_sep2 -1.03344
+R<HIS>A<NE2> R<THR>A<OG1> sep1 0.866417
+R<HIS>A<NE2> R<THR>A<OG1> sep2 -0.669822
+R<HIS>A<NE2> R<TRP>A<C> central_sep1 2.16715
+R<HIS>A<NE2> R<TRP>A<C> central_sep2 0.790997
+R<HIS>A<NE2> R<TRP>A<C> sep1 1.86255
+R<HIS>A<NE2> R<TRP>A<C> sep2 -0.300225
+R<HIS>A<NE2> R<TRP>A<CA> central_sep1 1.14838
+R<HIS>A<NE2> R<TRP>A<CA> central_sep2 0.0795996
+R<HIS>A<NE2> R<TRP>A<CA> sep1 1.85877
+R<HIS>A<NE2> R<TRP>A<CA> sep2 -0.422392
+R<HIS>A<NE2> R<TRP>A<CB> central_sep1 0.436465
+R<HIS>A<NE2> R<TRP>A<CB> central_sep2 -0.541799
+R<HIS>A<NE2> R<TRP>A<CB> sep1 1.20002
+R<HIS>A<NE2> R<TRP>A<CB> sep2 -1.20155
+R<HIS>A<NE2> R<TRP>A<CD1> central_sep1 0.218876
+R<HIS>A<NE2> R<TRP>A<CD1> central_sep2 -0.628892
+R<HIS>A<NE2> R<TRP>A<CD1> sep1 0.545663
+R<HIS>A<NE2> R<TRP>A<CD1> sep2 -1.1391
+R<HIS>A<NE2> R<TRP>A<CD2> central_sep1 0.964421
+R<HIS>A<NE2> R<TRP>A<CD2> central_sep2 -0.710609
+R<HIS>A<NE2> R<TRP>A<CD2> sep1 1.41661
+R<HIS>A<NE2> R<TRP>A<CD2> sep2 -1.31519
+R<HIS>A<NE2> R<TRP>A<CE2> central_sep1 0.209105
+R<HIS>A<NE2> R<TRP>A<CE2> central_sep2 -0.591549
+R<HIS>A<NE2> R<TRP>A<CE2> sep1 0.985545
+R<HIS>A<NE2> R<TRP>A<CE2> sep2 -1.62624
+R<HIS>A<NE2> R<TRP>A<CE3> central_sep1 0.200377
+R<HIS>A<NE2> R<TRP>A<CE3> central_sep2 -0.262136
+R<HIS>A<NE2> R<TRP>A<CE3> sep1 0.911189
+R<HIS>A<NE2> R<TRP>A<CE3> sep2 -1.00575
+R<HIS>A<NE2> R<TRP>A<CG> central_sep1 2.4135
+R<HIS>A<NE2> R<TRP>A<CG> central_sep2 -0.57124
+R<HIS>A<NE2> R<TRP>A<CG> sep1 1.03557
+R<HIS>A<NE2> R<TRP>A<CG> sep2 -1.97941
+R<HIS>A<NE2> R<TRP>A<CH2> central_sep1 0.767073
+R<HIS>A<NE2> R<TRP>A<CH2> central_sep2 -0.800466
+R<HIS>A<NE2> R<TRP>A<CH2> sep1 0.588148
+R<HIS>A<NE2> R<TRP>A<CH2> sep2 -1.53328
+R<HIS>A<NE2> R<TRP>A<CZ2> central_sep1 0.318973
+R<HIS>A<NE2> R<TRP>A<CZ2> central_sep2 -0.802195
+R<HIS>A<NE2> R<TRP>A<CZ2> sep1 0.624607
+R<HIS>A<NE2> R<TRP>A<CZ2> sep2 -1.64504
+R<HIS>A<NE2> R<TRP>A<CZ3> central_sep1 0.311446
+R<HIS>A<NE2> R<TRP>A<CZ3> central_sep2 -0.333365
+R<HIS>A<NE2> R<TRP>A<CZ3> sep1 0.595665
+R<HIS>A<NE2> R<TRP>A<CZ3> sep2 -1.26829
+R<HIS>A<NE2> R<TRP>A<N> central_sep1 2.69487
+R<HIS>A<NE2> R<TRP>A<N> central_sep2 0.536245
+R<HIS>A<NE2> R<TRP>A<N> sep1 2.75344
+R<HIS>A<NE2> R<TRP>A<N> sep2 0.0407126
+R<HIS>A<NE2> R<TRP>A<NE1> central_sep1 -0.202267
+R<HIS>A<NE2> R<TRP>A<NE1> central_sep2 -0.820356
+R<HIS>A<NE2> R<TRP>A<NE1> sep1 0.126585
+R<HIS>A<NE2> R<TRP>A<NE1> sep2 -1.44659
+R<HIS>A<NE2> R<TRP>A<O> central_sep1 0.789073
+R<HIS>A<NE2> R<TRP>A<O> central_sep2 -0.619992
+R<HIS>A<NE2> R<TRP>A<O> sep1 1.33475
+R<HIS>A<NE2> R<TRP>A<O> sep2 -0.0848583
+R<HIS>A<NE2> R<TYR>A<C> central_sep1 1.74925
+R<HIS>A<NE2> R<TYR>A<C> central_sep2 0.741741
+R<HIS>A<NE2> R<TYR>A<C> sep1 2.27719
+R<HIS>A<NE2> R<TYR>A<C> sep2 -0.16219
+R<HIS>A<NE2> R<TYR>A<CA> central_sep1 1.75786
+R<HIS>A<NE2> R<TYR>A<CA> central_sep2 0.493019
+R<HIS>A<NE2> R<TYR>A<CA> sep1 1.93112
+R<HIS>A<NE2> R<TYR>A<CA> sep2 -0.12162
+R<HIS>A<NE2> R<TYR>A<CB> central_sep1 0.407273
+R<HIS>A<NE2> R<TYR>A<CB> central_sep2 -0.306657
+R<HIS>A<NE2> R<TYR>A<CB> sep1 1.1385
+R<HIS>A<NE2> R<TYR>A<CB> sep2 -0.964124
+R<HIS>A<NE2> R<TYR>A<CD1> central_sep1 0.50376
+R<HIS>A<NE2> R<TYR>A<CD1> central_sep2 -0.319802
+R<HIS>A<NE2> R<TYR>A<CD1> sep1 0.729716
+R<HIS>A<NE2> R<TYR>A<CD1> sep2 -1.00987
+R<HIS>A<NE2> R<TYR>A<CE1> central_sep1 0.271904
+R<HIS>A<NE2> R<TYR>A<CE1> central_sep2 -0.716833
+R<HIS>A<NE2> R<TYR>A<CE1> sep1 0.463356
+R<HIS>A<NE2> R<TYR>A<CE1> sep2 -1.34033
+R<HIS>A<NE2> R<TYR>A<CG> central_sep1 1.99915
+R<HIS>A<NE2> R<TYR>A<CG> central_sep2 -0.173568
+R<HIS>A<NE2> R<TYR>A<CG> sep1 1.05289
+R<HIS>A<NE2> R<TYR>A<CG> sep2 -1.44804
+R<HIS>A<NE2> R<TYR>A<CZ> central_sep1 0.258161
+R<HIS>A<NE2> R<TYR>A<CZ> central_sep2 -0.459444
+R<HIS>A<NE2> R<TYR>A<CZ> sep1 0.588454
+R<HIS>A<NE2> R<TYR>A<CZ> sep2 -1.73704
+R<HIS>A<NE2> R<TYR>A<N> central_sep1 2.67382
+R<HIS>A<NE2> R<TYR>A<N> central_sep2 0.595752
+R<HIS>A<NE2> R<TYR>A<N> sep1 2.9582
+R<HIS>A<NE2> R<TYR>A<N> sep2 0.411731
+R<HIS>A<NE2> R<TYR>A<O> central_sep1 0.753327
+R<HIS>A<NE2> R<TYR>A<O> central_sep2 -0.528722
+R<HIS>A<NE2> R<TYR>A<O> sep1 1.40467
+R<HIS>A<NE2> R<TYR>A<O> sep2 -0.0517896
+R<HIS>A<NE2> R<TYR>A<OH> central_sep1 0.782439
+R<HIS>A<NE2> R<TYR>A<OH> central_sep2 -1.39094
+R<HIS>A<NE2> R<TYR>A<OH> sep1 0.751746
+R<HIS>A<NE2> R<TYR>A<OH> sep2 -1.33597
+R<HIS>A<NE2> R<VAL>A<C> central_sep1 2.1397
+R<HIS>A<NE2> R<VAL>A<C> central_sep2 1.56942
+R<HIS>A<NE2> R<VAL>A<C> sep1 2.29411
+R<HIS>A<NE2> R<VAL>A<C> sep2 0.127444
+R<HIS>A<NE2> R<VAL>A<CA> central_sep1 2.16562
+R<HIS>A<NE2> R<VAL>A<CA> central_sep2 0.854693
+R<HIS>A<NE2> R<VAL>A<CA> sep1 2.5183
+R<HIS>A<NE2> R<VAL>A<CA> sep2 0.162105
+R<HIS>A<NE2> R<VAL>A<CB> central_sep1 1.06391
+R<HIS>A<NE2> R<VAL>A<CB> central_sep2 0.0472374
+R<HIS>A<NE2> R<VAL>A<CB> sep1 0.904737
+R<HIS>A<NE2> R<VAL>A<CB> sep2 -0.704597
+R<HIS>A<NE2> R<VAL>A<CG1> central_sep1 0.245333
+R<HIS>A<NE2> R<VAL>A<CG1> central_sep2 -0.165916
+R<HIS>A<NE2> R<VAL>A<CG1> sep1 1.01048
+R<HIS>A<NE2> R<VAL>A<CG1> sep2 -0.627415
+R<HIS>A<NE2> R<VAL>A<CG2> central_sep1 0.250692
+R<HIS>A<NE2> R<VAL>A<CG2> central_sep2 -0.155469
+R<HIS>A<NE2> R<VAL>A<CG2> sep1 1.26641
+R<HIS>A<NE2> R<VAL>A<CG2> sep2 -0.589301
+R<HIS>A<NE2> R<VAL>A<N> central_sep1 3.28938
+R<HIS>A<NE2> R<VAL>A<N> central_sep2 1.1747
+R<HIS>A<NE2> R<VAL>A<N> sep1 2.82049
+R<HIS>A<NE2> R<VAL>A<N> sep2 0.671967
+R<HIS>A<NE2> R<VAL>A<O> central_sep1 0.99285
+R<HIS>A<NE2> R<VAL>A<O> central_sep2 -0.171264
+R<HIS>A<NE2> R<VAL>A<O> sep1 1.46293
+R<HIS>A<NE2> R<VAL>A<O> sep2 0.171065
+R<HIS>A<NE2> c<solvent> . -0.295984
+R<HIS>A<O> R<HIS>A<O> central_sep1 -0.0384125
+R<HIS>A<O> R<HIS>A<O> central_sep2 -0.0581878
+R<HIS>A<O> R<HIS>A<O> sep1 -0.220799
+R<HIS>A<O> R<HIS>A<O> sep2 0.503411
+R<HIS>A<O> R<ILE>A<C> central_sep1 -0.640458
+R<HIS>A<O> R<ILE>A<C> central_sep2 2.74306
+R<HIS>A<O> R<ILE>A<C> sep1 -1.12638
+R<HIS>A<O> R<ILE>A<C> sep2 1.65799
+R<HIS>A<O> R<ILE>A<CA> central_sep1 1.02394
+R<HIS>A<O> R<ILE>A<CA> central_sep2 -0.852792
+R<HIS>A<O> R<ILE>A<CA> sep1 -2.06321
+R<HIS>A<O> R<ILE>A<CA> sep2 0.562181
+R<HIS>A<O> R<ILE>A<CB> central_sep1 -1.43815
+R<HIS>A<O> R<ILE>A<CB> central_sep2 -0.138233
+R<HIS>A<O> R<ILE>A<CB> sep1 0.459134
+R<HIS>A<O> R<ILE>A<CB> sep2 -0.768516
+R<HIS>A<O> R<ILE>A<CD1> central_sep1 0.467495
+R<HIS>A<O> R<ILE>A<CD1> central_sep2 0.0397156
+R<HIS>A<O> R<ILE>A<CD1> sep1 1.29252
+R<HIS>A<O> R<ILE>A<CD1> sep2 0.479603
+R<HIS>A<O> R<ILE>A<CG1> central_sep1 -1.17317
+R<HIS>A<O> R<ILE>A<CG1> central_sep2 0.137098
+R<HIS>A<O> R<ILE>A<CG1> sep1 0.381052
+R<HIS>A<O> R<ILE>A<CG1> sep2 -0.0468317
+R<HIS>A<O> R<ILE>A<CG2> central_sep1 -0.353828
+R<HIS>A<O> R<ILE>A<CG2> central_sep2 -0.066416
+R<HIS>A<O> R<ILE>A<CG2> sep1 1.2767
+R<HIS>A<O> R<ILE>A<CG2> sep2 0.597752
+R<HIS>A<O> R<ILE>A<N> central_sep1 -1.6287
+R<HIS>A<O> R<ILE>A<N> central_sep2 -1.40954
+R<HIS>A<O> R<ILE>A<N> sep1 0.183104
+R<HIS>A<O> R<ILE>A<N> sep2 0.962895
+R<HIS>A<O> R<ILE>A<O> central_sep1 0.290071
+R<HIS>A<O> R<ILE>A<O> central_sep2 0.340858
+R<HIS>A<O> R<ILE>A<O> sep1 0.853536
+R<HIS>A<O> R<ILE>A<O> sep2 0.865379
+R<HIS>A<O> R<LEU>A<C> central_sep1 -0.673511
+R<HIS>A<O> R<LEU>A<C> central_sep2 1.7963
+R<HIS>A<O> R<LEU>A<C> sep1 -1.45769
+R<HIS>A<O> R<LEU>A<C> sep2 1.16575
+R<HIS>A<O> R<LEU>A<CA> central_sep1 0.888849
+R<HIS>A<O> R<LEU>A<CA> central_sep2 -0.552707
+R<HIS>A<O> R<LEU>A<CA> sep1 -2.16658
+R<HIS>A<O> R<LEU>A<CA> sep2 0.557417
+R<HIS>A<O> R<LEU>A<CB> central_sep1 -1.39244
+R<HIS>A<O> R<LEU>A<CB> central_sep2 0.165912
+R<HIS>A<O> R<LEU>A<CB> sep1 0.607252
+R<HIS>A<O> R<LEU>A<CB> sep2 -0.1941
+R<HIS>A<O> R<LEU>A<CD1> central_sep1 0.509812
+R<HIS>A<O> R<LEU>A<CD1> central_sep2 -0.0692486
+R<HIS>A<O> R<LEU>A<CD1> sep1 1.38098
+R<HIS>A<O> R<LEU>A<CD1> sep2 0.571499
+R<HIS>A<O> R<LEU>A<CD2> central_sep1 0.244919
+R<HIS>A<O> R<LEU>A<CD2> central_sep2 0.0486933
+R<HIS>A<O> R<LEU>A<CD2> sep1 1.08673
+R<HIS>A<O> R<LEU>A<CD2> sep2 0.691087
+R<HIS>A<O> R<LEU>A<CG> central_sep1 -1.71237
+R<HIS>A<O> R<LEU>A<CG> central_sep2 0.417317
+R<HIS>A<O> R<LEU>A<CG> sep1 0.756126
+R<HIS>A<O> R<LEU>A<CG> sep2 0.0487889
+R<HIS>A<O> R<LEU>A<N> central_sep1 -1.84104
+R<HIS>A<O> R<LEU>A<N> central_sep2 -1.05588
+R<HIS>A<O> R<LEU>A<N> sep1 0.187325
+R<HIS>A<O> R<LEU>A<N> sep2 0.833449
+R<HIS>A<O> R<LEU>A<O> central_sep1 0.315776
+R<HIS>A<O> R<LEU>A<O> central_sep2 0.601911
+R<HIS>A<O> R<LEU>A<O> sep1 0.665543
+R<HIS>A<O> R<LEU>A<O> sep2 0.872746
+R<HIS>A<O> R<LYS>A<C> central_sep1 -0.788192
+R<HIS>A<O> R<LYS>A<C> central_sep2 2.51239
+R<HIS>A<O> R<LYS>A<C> sep1 -1.1331
+R<HIS>A<O> R<LYS>A<C> sep2 1.51649
+R<HIS>A<O> R<LYS>A<CA> central_sep1 0.897456
+R<HIS>A<O> R<LYS>A<CA> central_sep2 0.0832205
+R<HIS>A<O> R<LYS>A<CA> sep1 -1.65885
+R<HIS>A<O> R<LYS>A<CA> sep2 0.908591
+R<HIS>A<O> R<LYS>A<CB> central_sep1 -1.16994
+R<HIS>A<O> R<LYS>A<CB> central_sep2 0.475433
+R<HIS>A<O> R<LYS>A<CB> sep1 0.420216
+R<HIS>A<O> R<LYS>A<CB> sep2 0.200339
+R<HIS>A<O> R<LYS>A<CD> central_sep1 0.495158
+R<HIS>A<O> R<LYS>A<CD> central_sep2 0.159551
+R<HIS>A<O> R<LYS>A<CD> sep1 1.17807
+R<HIS>A<O> R<LYS>A<CD> sep2 0.500563
+R<HIS>A<O> R<LYS>A<CE> central_sep1 0.619847
+R<HIS>A<O> R<LYS>A<CE> central_sep2 0.177558
+R<HIS>A<O> R<LYS>A<CE> sep1 1.34206
+R<HIS>A<O> R<LYS>A<CE> sep2 0.287517
+R<HIS>A<O> R<LYS>A<CG> central_sep1 -0.966025
+R<HIS>A<O> R<LYS>A<CG> central_sep2 0.399261
+R<HIS>A<O> R<LYS>A<CG> sep1 0.745281
+R<HIS>A<O> R<LYS>A<CG> sep2 0.517759
+R<HIS>A<O> R<LYS>A<N> central_sep1 -1.5561
+R<HIS>A<O> R<LYS>A<N> central_sep2 -0.422894
+R<HIS>A<O> R<LYS>A<N> sep1 0.106288
+R<HIS>A<O> R<LYS>A<N> sep2 0.896687
+R<HIS>A<O> R<LYS>A<NZ> central_sep1 0.767452
+R<HIS>A<O> R<LYS>A<NZ> central_sep2 -0.197851
+R<HIS>A<O> R<LYS>A<NZ> sep1 2.48394
+R<HIS>A<O> R<LYS>A<NZ> sep2 0.606177
+R<HIS>A<O> R<LYS>A<O> central_sep1 0.941889
+R<HIS>A<O> R<LYS>A<O> central_sep2 0.997761
+R<HIS>A<O> R<LYS>A<O> sep1 0.74462
+R<HIS>A<O> R<LYS>A<O> sep2 1.24966
+R<HIS>A<O> R<MET>A<C> central_sep1 -0.708695
+R<HIS>A<O> R<MET>A<C> central_sep2 1.383
+R<HIS>A<O> R<MET>A<C> sep1 -1.55163
+R<HIS>A<O> R<MET>A<C> sep2 0.889488
+R<HIS>A<O> R<MET>A<CA> central_sep1 0.686886
+R<HIS>A<O> R<MET>A<CA> central_sep2 -0.729606
+R<HIS>A<O> R<MET>A<CA> sep1 -2.2212
+R<HIS>A<O> R<MET>A<CA> sep2 0.281683
+R<HIS>A<O> R<MET>A<CB> central_sep1 -1.41142
+R<HIS>A<O> R<MET>A<CB> central_sep2 -0.217172
+R<HIS>A<O> R<MET>A<CB> sep1 0.28632
+R<HIS>A<O> R<MET>A<CB> sep2 -0.149378
+R<HIS>A<O> R<MET>A<CE> central_sep1 0.185368
+R<HIS>A<O> R<MET>A<CE> central_sep2 -0.414223
+R<HIS>A<O> R<MET>A<CE> sep1 1.87096
+R<HIS>A<O> R<MET>A<CE> sep2 0.338286
+R<HIS>A<O> R<MET>A<CG> central_sep1 -1.4071
+R<HIS>A<O> R<MET>A<CG> central_sep2 -0.194343
+R<HIS>A<O> R<MET>A<CG> sep1 0.684748
+R<HIS>A<O> R<MET>A<CG> sep2 0.167661
+R<HIS>A<O> R<MET>A<N> central_sep1 -1.85556
+R<HIS>A<O> R<MET>A<N> central_sep2 -0.963078
+R<HIS>A<O> R<MET>A<N> sep1 0.186555
+R<HIS>A<O> R<MET>A<N> sep2 0.679877
+R<HIS>A<O> R<MET>A<O> central_sep1 0.487002
+R<HIS>A<O> R<MET>A<O> central_sep2 0.67518
+R<HIS>A<O> R<MET>A<O> sep1 0.626661
+R<HIS>A<O> R<MET>A<O> sep2 1.03546
+R<HIS>A<O> R<MET>A<SD> central_sep1 0.763559
+R<HIS>A<O> R<MET>A<SD> central_sep2 0.253269
+R<HIS>A<O> R<MET>A<SD> sep1 1.19803
+R<HIS>A<O> R<MET>A<SD> sep2 0.191563
+R<HIS>A<O> R<PHE>A<C> central_sep1 -0.83556
+R<HIS>A<O> R<PHE>A<C> central_sep2 1.80645
+R<HIS>A<O> R<PHE>A<C> sep1 -1.34636
+R<HIS>A<O> R<PHE>A<C> sep2 0.798747
+R<HIS>A<O> R<PHE>A<CA> central_sep1 0.84678
+R<HIS>A<O> R<PHE>A<CA> central_sep2 -0.900412
+R<HIS>A<O> R<PHE>A<CA> sep1 -2.19196
+R<HIS>A<O> R<PHE>A<CA> sep2 0.131424
+R<HIS>A<O> R<PHE>A<CB> central_sep1 -1.27596
+R<HIS>A<O> R<PHE>A<CB> central_sep2 -0.315544
+R<HIS>A<O> R<PHE>A<CB> sep1 0.325081
+R<HIS>A<O> R<PHE>A<CB> sep2 -0.288353
+R<HIS>A<O> R<PHE>A<CD1> central_sep1 -0.725717
+R<HIS>A<O> R<PHE>A<CD1> central_sep2 -0.29931
+R<HIS>A<O> R<PHE>A<CD1> sep1 0.707146
+R<HIS>A<O> R<PHE>A<CD1> sep2 0.305841
+R<HIS>A<O> R<PHE>A<CE1> central_sep1 0.459655
+R<HIS>A<O> R<PHE>A<CE1> central_sep2 -0.153745
+R<HIS>A<O> R<PHE>A<CE1> sep1 1.16823
+R<HIS>A<O> R<PHE>A<CE1> sep2 0.0281821
+R<HIS>A<O> R<PHE>A<CG> central_sep1 0.279566
+R<HIS>A<O> R<PHE>A<CG> central_sep2 1.66954
+R<HIS>A<O> R<PHE>A<CG> sep1 -0.0243122
+R<HIS>A<O> R<PHE>A<CG> sep2 0.177766
+R<HIS>A<O> R<PHE>A<CZ> central_sep1 1.58293
+R<HIS>A<O> R<PHE>A<CZ> central_sep2 -0.292842
+R<HIS>A<O> R<PHE>A<CZ> sep1 2.04547
+R<HIS>A<O> R<PHE>A<CZ> sep2 0.0801385
+R<HIS>A<O> R<PHE>A<N> central_sep1 -1.74123
+R<HIS>A<O> R<PHE>A<N> central_sep2 -1.16467
+R<HIS>A<O> R<PHE>A<N> sep1 0.178145
+R<HIS>A<O> R<PHE>A<N> sep2 0.455142
+R<HIS>A<O> R<PHE>A<O> central_sep1 0.446288
+R<HIS>A<O> R<PHE>A<O> central_sep2 0.38891
+R<HIS>A<O> R<PHE>A<O> sep1 0.641304
+R<HIS>A<O> R<PHE>A<O> sep2 0.782825
+R<HIS>A<O> R<PRO>A<C> central_sep1 -1.69496
+R<HIS>A<O> R<PRO>A<C> central_sep2 1.99729
+R<HIS>A<O> R<PRO>A<C> sep1 -1.84768
+R<HIS>A<O> R<PRO>A<C> sep2 1.56535
+R<HIS>A<O> R<PRO>A<CA> central_sep1 0.509889
+R<HIS>A<O> R<PRO>A<CA> central_sep2 -0.434335
+R<HIS>A<O> R<PRO>A<CA> sep1 -1.87724
+R<HIS>A<O> R<PRO>A<CA> sep2 0.406847
+R<HIS>A<O> R<PRO>A<CB> central_sep1 0.38346
+R<HIS>A<O> R<PRO>A<CB> central_sep2 -0.0919773
+R<HIS>A<O> R<PRO>A<CB> sep1 0.736342
+R<HIS>A<O> R<PRO>A<CB> sep2 -0.165587
+R<HIS>A<O> R<PRO>A<CD> central_sep1 -0.940679
+R<HIS>A<O> R<PRO>A<CD> central_sep2 -0.143701
+R<HIS>A<O> R<PRO>A<CD> sep1 -0.253942
+R<HIS>A<O> R<PRO>A<CD> sep2 0.610587
+R<HIS>A<O> R<PRO>A<CG> central_sep1 0.566936
+R<HIS>A<O> R<PRO>A<CG> central_sep2 -0.292784
+R<HIS>A<O> R<PRO>A<CG> sep1 0.878553
+R<HIS>A<O> R<PRO>A<CG> sep2 -0.0885167
+R<HIS>A<O> R<PRO>A<N> central_sep1 0.133035
+R<HIS>A<O> R<PRO>A<N> central_sep2 1.76533
+R<HIS>A<O> R<PRO>A<N> sep1 -1.30645
+R<HIS>A<O> R<PRO>A<N> sep2 -0.0906225
+R<HIS>A<O> R<PRO>A<O> central_sep1 0.921915
+R<HIS>A<O> R<PRO>A<O> central_sep2 1.2262
+R<HIS>A<O> R<PRO>A<O> sep1 0.327971
+R<HIS>A<O> R<PRO>A<O> sep2 1.09849
+R<HIS>A<O> R<SER>A<C> central_sep1 -0.564346
+R<HIS>A<O> R<SER>A<C> central_sep2 2.00662
+R<HIS>A<O> R<SER>A<C> sep1 -1.37428
+R<HIS>A<O> R<SER>A<C> sep2 0.792837
+R<HIS>A<O> R<SER>A<CA> central_sep1 0.995281
+R<HIS>A<O> R<SER>A<CA> central_sep2 -0.453011
+R<HIS>A<O> R<SER>A<CA> sep1 -1.87151
+R<HIS>A<O> R<SER>A<CA> sep2 0.382383
+R<HIS>A<O> R<SER>A<CB> central_sep1 -0.683163
+R<HIS>A<O> R<SER>A<CB> central_sep2 -0.140701
+R<HIS>A<O> R<SER>A<CB> sep1 0.301856
+R<HIS>A<O> R<SER>A<CB> sep2 -0.0651252
+R<HIS>A<O> R<SER>A<N> central_sep1 -1.51721
+R<HIS>A<O> R<SER>A<N> central_sep2 -0.768766
+R<HIS>A<O> R<SER>A<N> sep1 -0.0340136
+R<HIS>A<O> R<SER>A<N> sep2 0.546348
+R<HIS>A<O> R<SER>A<O> central_sep1 0.3593
+R<HIS>A<O> R<SER>A<O> central_sep2 0.759012
+R<HIS>A<O> R<SER>A<O> sep1 0.696921
+R<HIS>A<O> R<SER>A<O> sep2 0.902823
+R<HIS>A<O> R<SER>A<OG> central_sep1 -0.649534
+R<HIS>A<O> R<SER>A<OG> central_sep2 0.119288
+R<HIS>A<O> R<SER>A<OG> sep1 1.04228
+R<HIS>A<O> R<SER>A<OG> sep2 0.23996
+R<HIS>A<O> R<THR>A<C> central_sep1 -0.382338
+R<HIS>A<O> R<THR>A<C> central_sep2 1.96135
+R<HIS>A<O> R<THR>A<C> sep1 -1.18907
+R<HIS>A<O> R<THR>A<C> sep2 1.07497
+R<HIS>A<O> R<THR>A<CA> central_sep1 1.03323
+R<HIS>A<O> R<THR>A<CA> central_sep2 -0.589983
+R<HIS>A<O> R<THR>A<CA> sep1 -2.01359
+R<HIS>A<O> R<THR>A<CA> sep2 0.630502
+R<HIS>A<O> R<THR>A<CB> central_sep1 -0.835488
+R<HIS>A<O> R<THR>A<CB> central_sep2 -0.102609
+R<HIS>A<O> R<THR>A<CB> sep1 0.450759
+R<HIS>A<O> R<THR>A<CB> sep2 -0.588051
+R<HIS>A<O> R<THR>A<CG2> central_sep1 -0.377937
+R<HIS>A<O> R<THR>A<CG2> central_sep2 -0.036044
+R<HIS>A<O> R<THR>A<CG2> sep1 0.917133
+R<HIS>A<O> R<THR>A<CG2> sep2 0.472059
+R<HIS>A<O> R<THR>A<N> central_sep1 -1.52486
+R<HIS>A<O> R<THR>A<N> central_sep2 -1.1297
+R<HIS>A<O> R<THR>A<N> sep1 0.0502252
+R<HIS>A<O> R<THR>A<N> sep2 0.919983
+R<HIS>A<O> R<THR>A<O> central_sep1 0.786098
+R<HIS>A<O> R<THR>A<O> central_sep2 0.522506
+R<HIS>A<O> R<THR>A<O> sep1 0.890751
+R<HIS>A<O> R<THR>A<O> sep2 0.864887
+R<HIS>A<O> R<THR>A<OG1> central_sep1 -0.822138
+R<HIS>A<O> R<THR>A<OG1> central_sep2 0.0678873
+R<HIS>A<O> R<THR>A<OG1> sep1 0.807516
+R<HIS>A<O> R<THR>A<OG1> sep2 0.36897
+R<HIS>A<O> R<TRP>A<C> central_sep1 -1.05904
+R<HIS>A<O> R<TRP>A<C> central_sep2 2.07385
+R<HIS>A<O> R<TRP>A<C> sep1 -1.35142
+R<HIS>A<O> R<TRP>A<C> sep2 0.618096
+R<HIS>A<O> R<TRP>A<CA> central_sep1 0.842837
+R<HIS>A<O> R<TRP>A<CA> central_sep2 -0.880053
+R<HIS>A<O> R<TRP>A<CA> sep1 -2.1051
+R<HIS>A<O> R<TRP>A<CA> sep2 0.358936
+R<HIS>A<O> R<TRP>A<CB> central_sep1 -1.23829
+R<HIS>A<O> R<TRP>A<CB> central_sep2 -0.39819
+R<HIS>A<O> R<TRP>A<CB> sep1 0.403139
+R<HIS>A<O> R<TRP>A<CB> sep2 -0.206443
+R<HIS>A<O> R<TRP>A<CD1> central_sep1 -0.973799
+R<HIS>A<O> R<TRP>A<CD1> central_sep2 -0.378219
+R<HIS>A<O> R<TRP>A<CD1> sep1 0.812208
+R<HIS>A<O> R<TRP>A<CD1> sep2 -0.18484
+R<HIS>A<O> R<TRP>A<CD2> central_sep1 0.260562
+R<HIS>A<O> R<TRP>A<CD2> central_sep2 0.959403
+R<HIS>A<O> R<TRP>A<CD2> sep1 0.457426
+R<HIS>A<O> R<TRP>A<CD2> sep2 0.276474
+R<HIS>A<O> R<TRP>A<CE2> central_sep1 1.03223
+R<HIS>A<O> R<TRP>A<CE2> central_sep2 1.44496
+R<HIS>A<O> R<TRP>A<CE2> sep1 0.725458
+R<HIS>A<O> R<TRP>A<CE2> sep2 0.584349
+R<HIS>A<O> R<TRP>A<CE3> central_sep1 -0.0184077
+R<HIS>A<O> R<TRP>A<CE3> central_sep2 -0.186693
+R<HIS>A<O> R<TRP>A<CE3> sep1 1.18421
+R<HIS>A<O> R<TRP>A<CE3> sep2 0.0737125
+R<HIS>A<O> R<TRP>A<CG> central_sep1 0.0874518
+R<HIS>A<O> R<TRP>A<CG> central_sep2 1.53487
+R<HIS>A<O> R<TRP>A<CG> sep1 -0.176761
+R<HIS>A<O> R<TRP>A<CG> sep2 -0.481347
+R<HIS>A<O> R<TRP>A<CH2> central_sep1 1.61682
+R<HIS>A<O> R<TRP>A<CH2> central_sep2 -0.412807
+R<HIS>A<O> R<TRP>A<CH2> sep1 2.66141
+R<HIS>A<O> R<TRP>A<CH2> sep2 -0.607141
+R<HIS>A<O> R<TRP>A<CZ2> central_sep1 1.62018
+R<HIS>A<O> R<TRP>A<CZ2> central_sep2 -0.609705
+R<HIS>A<O> R<TRP>A<CZ2> sep1 2.18529
+R<HIS>A<O> R<TRP>A<CZ2> sep2 -0.432279
+R<HIS>A<O> R<TRP>A<CZ3> central_sep1 0.886257
+R<HIS>A<O> R<TRP>A<CZ3> central_sep2 -0.31105
+R<HIS>A<O> R<TRP>A<CZ3> sep1 2.06328
+R<HIS>A<O> R<TRP>A<CZ3> sep2 -0.0315391
+R<HIS>A<O> R<TRP>A<N> central_sep1 -1.801
+R<HIS>A<O> R<TRP>A<N> central_sep2 -1.13696
+R<HIS>A<O> R<TRP>A<N> sep1 0.253137
+R<HIS>A<O> R<TRP>A<N> sep2 0.414612
+R<HIS>A<O> R<TRP>A<NE1> central_sep1 0.21837
+R<HIS>A<O> R<TRP>A<NE1> central_sep2 -1.08428
+R<HIS>A<O> R<TRP>A<NE1> sep1 1.0055
+R<HIS>A<O> R<TRP>A<NE1> sep2 -0.155453
+R<HIS>A<O> R<TRP>A<O> central_sep1 0.398664
+R<HIS>A<O> R<TRP>A<O> central_sep2 0.364596
+R<HIS>A<O> R<TRP>A<O> sep1 0.547275
+R<HIS>A<O> R<TRP>A<O> sep2 0.996071
+R<HIS>A<O> R<TYR>A<C> central_sep1 -0.795877
+R<HIS>A<O> R<TYR>A<C> central_sep2 2.47872
+R<HIS>A<O> R<TYR>A<C> sep1 -1.22669
+R<HIS>A<O> R<TYR>A<C> sep2 0.768188
+R<HIS>A<O> R<TYR>A<CA> central_sep1 0.901146
+R<HIS>A<O> R<TYR>A<CA> central_sep2 -0.955638
+R<HIS>A<O> R<TYR>A<CA> sep1 -2.07729
+R<HIS>A<O> R<TYR>A<CA> sep2 0.385455
+R<HIS>A<O> R<TYR>A<CB> central_sep1 -1.18706
+R<HIS>A<O> R<TYR>A<CB> central_sep2 -0.356583
+R<HIS>A<O> R<TYR>A<CB> sep1 0.401625
+R<HIS>A<O> R<TYR>A<CB> sep2 -0.345223
+R<HIS>A<O> R<TYR>A<CD1> central_sep1 -0.616125
+R<HIS>A<O> R<TYR>A<CD1> central_sep2 -0.294014
+R<HIS>A<O> R<TYR>A<CD1> sep1 0.723616
+R<HIS>A<O> R<TYR>A<CD1> sep2 0.1041
+R<HIS>A<O> R<TYR>A<CE1> central_sep1 0.234407
+R<HIS>A<O> R<TYR>A<CE1> central_sep2 -0.367257
+R<HIS>A<O> R<TYR>A<CE1> sep1 1.09536
+R<HIS>A<O> R<TYR>A<CE1> sep2 0.067208
+R<HIS>A<O> R<TYR>A<CG> central_sep1 0.376496
+R<HIS>A<O> R<TYR>A<CG> central_sep2 1.60347
+R<HIS>A<O> R<TYR>A<CG> sep1 0.097969
+R<HIS>A<O> R<TYR>A<CG> sep2 -0.107486
+R<HIS>A<O> R<TYR>A<CZ> central_sep1 0.989939
+R<HIS>A<O> R<TYR>A<CZ> central_sep2 0.699846
+R<HIS>A<O> R<TYR>A<CZ> sep1 1.14719
+R<HIS>A<O> R<TYR>A<CZ> sep2 -0.0871367
+R<HIS>A<O> R<TYR>A<N> central_sep1 -1.67755
+R<HIS>A<O> R<TYR>A<N> central_sep2 -1.10163
+R<HIS>A<O> R<TYR>A<N> sep1 0.12842
+R<HIS>A<O> R<TYR>A<N> sep2 0.81122
+R<HIS>A<O> R<TYR>A<O> central_sep1 0.320429
+R<HIS>A<O> R<TYR>A<O> central_sep2 0.480739
+R<HIS>A<O> R<TYR>A<O> sep1 0.673992
+R<HIS>A<O> R<TYR>A<O> sep2 0.833355
+R<HIS>A<O> R<TYR>A<OH> central_sep1 1.69845
+R<HIS>A<O> R<TYR>A<OH> central_sep2 -0.488186
+R<HIS>A<O> R<TYR>A<OH> sep1 2.51504
+R<HIS>A<O> R<TYR>A<OH> sep2 -0.200587
+R<HIS>A<O> R<VAL>A<C> central_sep1 -0.437066
+R<HIS>A<O> R<VAL>A<C> central_sep2 2.91073
+R<HIS>A<O> R<VAL>A<C> sep1 -1.00556
+R<HIS>A<O> R<VAL>A<C> sep2 1.46603
+R<HIS>A<O> R<VAL>A<CA> central_sep1 1.07421
+R<HIS>A<O> R<VAL>A<CA> central_sep2 -0.921733
+R<HIS>A<O> R<VAL>A<CA> sep1 -1.95167
+R<HIS>A<O> R<VAL>A<CA> sep2 0.51173
+R<HIS>A<O> R<VAL>A<CB> central_sep1 -1.24698
+R<HIS>A<O> R<VAL>A<CB> central_sep2 -0.24616
+R<HIS>A<O> R<VAL>A<CB> sep1 0.466406
+R<HIS>A<O> R<VAL>A<CB> sep2 -0.817284
+R<HIS>A<O> R<VAL>A<CG1> central_sep1 -0.273882
+R<HIS>A<O> R<VAL>A<CG1> central_sep2 -0.145413
+R<HIS>A<O> R<VAL>A<CG1> sep1 1.28709
+R<HIS>A<O> R<VAL>A<CG1> sep2 0.435551
+R<HIS>A<O> R<VAL>A<CG2> central_sep1 -0.816784
+R<HIS>A<O> R<VAL>A<CG2> central_sep2 -0.0249724
+R<HIS>A<O> R<VAL>A<CG2> sep1 0.874018
+R<HIS>A<O> R<VAL>A<CG2> sep2 0.279621
+R<HIS>A<O> R<VAL>A<N> central_sep1 -1.64493
+R<HIS>A<O> R<VAL>A<N> central_sep2 -1.48068
+R<HIS>A<O> R<VAL>A<N> sep1 0.0374854
+R<HIS>A<O> R<VAL>A<N> sep2 0.944216
+R<HIS>A<O> R<VAL>A<O> central_sep1 0.487121
+R<HIS>A<O> R<VAL>A<O> central_sep2 0.255058
+R<HIS>A<O> R<VAL>A<O> sep1 0.921144
+R<HIS>A<O> R<VAL>A<O> sep2 0.793098
+R<HIS>A<O> c<solvent> . 0.501887
+R<ILE>A<C> R<ILE>A<C> central_sep1 4.66638
+R<ILE>A<C> R<ILE>A<C> central_sep2 3.43982
+R<ILE>A<C> R<ILE>A<C> sep1 -2.71184
+R<ILE>A<C> R<ILE>A<C> sep2 3.61321
+R<ILE>A<C> R<ILE>A<CA> central_sep1 4.71468
+R<ILE>A<C> R<ILE>A<CA> central_sep2 3.48683
+R<ILE>A<C> R<ILE>A<CA> sep1 -2.91707
+R<ILE>A<C> R<ILE>A<CA> sep2 1.59006
+R<ILE>A<C> R<ILE>A<CB> central_sep1 3.03754
+R<ILE>A<C> R<ILE>A<CB> central_sep2 1.62906
+R<ILE>A<C> R<ILE>A<CB> sep1 0.144534
+R<ILE>A<C> R<ILE>A<CB> sep2 -0.501008
+R<ILE>A<C> R<ILE>A<CD1> central_sep1 1.11773
+R<ILE>A<C> R<ILE>A<CD1> central_sep2 0.195635
+R<ILE>A<C> R<ILE>A<CD1> sep1 0.123951
+R<ILE>A<C> R<ILE>A<CD1> sep2 -0.529822
+R<ILE>A<C> R<ILE>A<CG1> central_sep1 0.623043
+R<ILE>A<C> R<ILE>A<CG1> central_sep2 0.714345
+R<ILE>A<C> R<ILE>A<CG1> sep1 -1.52123
+R<ILE>A<C> R<ILE>A<CG1> sep2 -0.760261
+R<ILE>A<C> R<ILE>A<CG2> central_sep1 -0.0608633
+R<ILE>A<C> R<ILE>A<CG2> central_sep2 0.695134
+R<ILE>A<C> R<ILE>A<CG2> sep1 -0.6579
+R<ILE>A<C> R<ILE>A<CG2> sep2 -0.629495
+R<ILE>A<C> R<ILE>A<N> central_sep1 0.181048
+R<ILE>A<C> R<ILE>A<N> central_sep2 4.5285
+R<ILE>A<C> R<ILE>A<N> sep1 -1.30203
+R<ILE>A<C> R<ILE>A<N> sep2 2.18575
+R<ILE>A<C> R<ILE>A<O> central_sep1 -0.657402
+R<ILE>A<C> R<ILE>A<O> central_sep2 2.94838
+R<ILE>A<C> R<ILE>A<O> sep1 -0.867146
+R<ILE>A<C> R<ILE>A<O> sep2 1.36818
+R<ILE>A<C> R<LEU>A<C> central_sep1 5.36049
+R<ILE>A<C> R<LEU>A<C> central_sep2 5.63239
+R<ILE>A<C> R<LEU>A<C> sep1 -2.55245
+R<ILE>A<C> R<LEU>A<C> sep2 3.43445
+R<ILE>A<C> R<LEU>A<CA> central_sep1 4.90495
+R<ILE>A<C> R<LEU>A<CA> central_sep2 3.24115
+R<ILE>A<C> R<LEU>A<CA> sep1 -2.87102
+R<ILE>A<C> R<LEU>A<CA> sep2 1.85163
+R<ILE>A<C> R<LEU>A<CB> central_sep1 2.68899
+R<ILE>A<C> R<LEU>A<CB> central_sep2 1.73817
+R<ILE>A<C> R<LEU>A<CB> sep1 0.33823
+R<ILE>A<C> R<LEU>A<CB> sep2 0.143803
+R<ILE>A<C> R<LEU>A<CD1> central_sep1 1.03418
+R<ILE>A<C> R<LEU>A<CD1> central_sep2 0.112464
+R<ILE>A<C> R<LEU>A<CD1> sep1 0.491013
+R<ILE>A<C> R<LEU>A<CD1> sep2 -0.663424
+R<ILE>A<C> R<LEU>A<CD2> central_sep1 1.0384
+R<ILE>A<C> R<LEU>A<CD2> central_sep2 0.345138
+R<ILE>A<C> R<LEU>A<CD2> sep1 0.442334
+R<ILE>A<C> R<LEU>A<CD2> sep2 -0.309581
+R<ILE>A<C> R<LEU>A<CG> central_sep1 -0.169014
+R<ILE>A<C> R<LEU>A<CG> central_sep2 0.977334
+R<ILE>A<C> R<LEU>A<CG> sep1 -1.31361
+R<ILE>A<C> R<LEU>A<CG> sep2 -0.348948
+R<ILE>A<C> R<LEU>A<N> central_sep1 -0.23058
+R<ILE>A<C> R<LEU>A<N> central_sep2 4.75833
+R<ILE>A<C> R<LEU>A<N> sep1 -1.54518
+R<ILE>A<C> R<LEU>A<N> sep2 2.20379
+R<ILE>A<C> R<LEU>A<O> central_sep1 -0.587619
+R<ILE>A<C> R<LEU>A<O> central_sep2 3.14647
+R<ILE>A<C> R<LEU>A<O> sep1 -0.973643
+R<ILE>A<C> R<LEU>A<O> sep2 1.81944
+R<ILE>A<C> R<LYS>A<C> central_sep1 4.32458
+R<ILE>A<C> R<LYS>A<C> central_sep2 5.52806
+R<ILE>A<C> R<LYS>A<C> sep1 -2.94343
+R<ILE>A<C> R<LYS>A<C> sep2 2.97827
+R<ILE>A<C> R<LYS>A<CA> central_sep1 3.56413
+R<ILE>A<C> R<LYS>A<CA> central_sep2 2.89964
+R<ILE>A<C> R<LYS>A<CA> sep1 -2.88431
+R<ILE>A<C> R<LYS>A<CA> sep2 1.1012
+R<ILE>A<C> R<LYS>A<CB> central_sep1 2.71288
+R<ILE>A<C> R<LYS>A<CB> central_sep2 1.39753
+R<ILE>A<C> R<LYS>A<CB> sep1 -0.170652
+R<ILE>A<C> R<LYS>A<CB> sep2 0.146938
+R<ILE>A<C> R<LYS>A<CD> central_sep1 1.57301
+R<ILE>A<C> R<LYS>A<CD> central_sep2 0.91736
+R<ILE>A<C> R<LYS>A<CD> sep1 0.617596
+R<ILE>A<C> R<LYS>A<CD> sep2 0.244034
+R<ILE>A<C> R<LYS>A<CE> central_sep1 2.48047
+R<ILE>A<C> R<LYS>A<CE> central_sep2 1.65793
+R<ILE>A<C> R<LYS>A<CE> sep1 2.32107
+R<ILE>A<C> R<LYS>A<CE> sep2 0.609994
+R<ILE>A<C> R<LYS>A<CG> central_sep1 0.407312
+R<ILE>A<C> R<LYS>A<CG> central_sep2 0.874396
+R<ILE>A<C> R<LYS>A<CG> sep1 -1.12497
+R<ILE>A<C> R<LYS>A<CG> sep2 -0.147948
+R<ILE>A<C> R<LYS>A<N> central_sep1 -0.384378
+R<ILE>A<C> R<LYS>A<N> central_sep2 3.44823
+R<ILE>A<C> R<LYS>A<N> sep1 -1.97673
+R<ILE>A<C> R<LYS>A<N> sep2 2.33192
+R<ILE>A<C> R<LYS>A<NZ> central_sep1 3.54296
+R<ILE>A<C> R<LYS>A<NZ> central_sep2 2.45679
+R<ILE>A<C> R<LYS>A<NZ> sep1 3.08977
+R<ILE>A<C> R<LYS>A<NZ> sep2 0.879734
+R<ILE>A<C> R<LYS>A<O> central_sep1 -0.54317
+R<ILE>A<C> R<LYS>A<O> central_sep2 3.01956
+R<ILE>A<C> R<LYS>A<O> sep1 -1.29681
+R<ILE>A<C> R<LYS>A<O> sep2 1.88411
+R<ILE>A<C> R<MET>A<C> central_sep1 3.83084
+R<ILE>A<C> R<MET>A<C> central_sep2 5.84864
+R<ILE>A<C> R<MET>A<C> sep1 -2.58502
+R<ILE>A<C> R<MET>A<C> sep2 3.04134
+R<ILE>A<C> R<MET>A<CA> central_sep1 4.30123
+R<ILE>A<C> R<MET>A<CA> central_sep2 2.98173
+R<ILE>A<C> R<MET>A<CA> sep1 -2.72996
+R<ILE>A<C> R<MET>A<CA> sep2 1.34278
+R<ILE>A<C> R<MET>A<CB> central_sep1 2.52934
+R<ILE>A<C> R<MET>A<CB> central_sep2 1.47327
+R<ILE>A<C> R<MET>A<CB> sep1 -0.0900936
+R<ILE>A<C> R<MET>A<CB> sep2 -0.10466
+R<ILE>A<C> R<MET>A<CE> central_sep1 1.04803
+R<ILE>A<C> R<MET>A<CE> central_sep2 0.015621
+R<ILE>A<C> R<MET>A<CE> sep1 1.58307
+R<ILE>A<C> R<MET>A<CE> sep2 -0.539281
+R<ILE>A<C> R<MET>A<CG> central_sep1 0.252256
+R<ILE>A<C> R<MET>A<CG> central_sep2 0.749739
+R<ILE>A<C> R<MET>A<CG> sep1 -0.823083
+R<ILE>A<C> R<MET>A<CG> sep2 -0.586796
+R<ILE>A<C> R<MET>A<N> central_sep1 -0.217994
+R<ILE>A<C> R<MET>A<N> central_sep2 4.21701
+R<ILE>A<C> R<MET>A<N> sep1 -1.62511
+R<ILE>A<C> R<MET>A<N> sep2 1.63278
+R<ILE>A<C> R<MET>A<O> central_sep1 -0.663117
+R<ILE>A<C> R<MET>A<O> central_sep2 2.86998
+R<ILE>A<C> R<MET>A<O> sep1 -1.15221
+R<ILE>A<C> R<MET>A<O> sep2 1.38045
+R<ILE>A<C> R<MET>A<SD> central_sep1 0.802453
+R<ILE>A<C> R<MET>A<SD> central_sep2 0.130608
+R<ILE>A<C> R<MET>A<SD> sep1 0.668357
+R<ILE>A<C> R<MET>A<SD> sep2 -0.373725
+R<ILE>A<C> R<PHE>A<C> central_sep1 5.23955
+R<ILE>A<C> R<PHE>A<C> central_sep2 4.90329
+R<ILE>A<C> R<PHE>A<C> sep1 -2.50502
+R<ILE>A<C> R<PHE>A<C> sep2 3.10328
+R<ILE>A<C> R<PHE>A<CA> central_sep1 5.97553
+R<ILE>A<C> R<PHE>A<CA> central_sep2 3.29498
+R<ILE>A<C> R<PHE>A<CA> sep1 -2.7457
+R<ILE>A<C> R<PHE>A<CA> sep2 1.38516
+R<ILE>A<C> R<PHE>A<CB> central_sep1 2.5833
+R<ILE>A<C> R<PHE>A<CB> central_sep2 1.27949
+R<ILE>A<C> R<PHE>A<CB> sep1 -0.0755391
+R<ILE>A<C> R<PHE>A<CB> sep2 -0.297755
+R<ILE>A<C> R<PHE>A<CD1> central_sep1 -0.540765
+R<ILE>A<C> R<PHE>A<CD1> central_sep2 0.024792
+R<ILE>A<C> R<PHE>A<CD1> sep1 -0.713031
+R<ILE>A<C> R<PHE>A<CD1> sep2 -0.611353
+R<ILE>A<C> R<PHE>A<CE1> central_sep1 0.957572
+R<ILE>A<C> R<PHE>A<CE1> central_sep2 0.18073
+R<ILE>A<C> R<PHE>A<CE1> sep1 1.65615
+R<ILE>A<C> R<PHE>A<CE1> sep2 -0.559133
+R<ILE>A<C> R<PHE>A<CG> central_sep1 2.06066
+R<ILE>A<C> R<PHE>A<CG> central_sep2 1.67072
+R<ILE>A<C> R<PHE>A<CG> sep1 -1.80065
+R<ILE>A<C> R<PHE>A<CG> sep2 0.559527
+R<ILE>A<C> R<PHE>A<CZ> central_sep1 2.14931
+R<ILE>A<C> R<PHE>A<CZ> central_sep2 0.175381
+R<ILE>A<C> R<PHE>A<CZ> sep1 2.56688
+R<ILE>A<C> R<PHE>A<CZ> sep2 -0.55838
+R<ILE>A<C> R<PHE>A<N> central_sep1 -0.024783
+R<ILE>A<C> R<PHE>A<N> central_sep2 4.2515
+R<ILE>A<C> R<PHE>A<N> sep1 -1.3677
+R<ILE>A<C> R<PHE>A<N> sep2 2.35363
+R<ILE>A<C> R<PHE>A<O> central_sep1 -0.609229
+R<ILE>A<C> R<PHE>A<O> central_sep2 3.05095
+R<ILE>A<C> R<PHE>A<O> sep1 -0.898795
+R<ILE>A<C> R<PHE>A<O> sep2 1.63776
+R<ILE>A<C> R<PRO>A<C> central_sep1 2.87609
+R<ILE>A<C> R<PRO>A<C> central_sep2 6.14063
+R<ILE>A<C> R<PRO>A<C> sep1 -2.8944
+R<ILE>A<C> R<PRO>A<C> sep2 3.13744
+R<ILE>A<C> R<PRO>A<CA> central_sep1 3.50757
+R<ILE>A<C> R<PRO>A<CA> central_sep2 2.38715
+R<ILE>A<C> R<PRO>A<CA> sep1 -2.68948
+R<ILE>A<C> R<PRO>A<CA> sep2 0.447562
+R<ILE>A<C> R<PRO>A<CB> central_sep1 2.81594
+R<ILE>A<C> R<PRO>A<CB> central_sep2 0.90915
+R<ILE>A<C> R<PRO>A<CB> sep1 0.780432
+R<ILE>A<C> R<PRO>A<CB> sep2 -0.217135
+R<ILE>A<C> R<PRO>A<CD> central_sep1 -0.165976
+R<ILE>A<C> R<PRO>A<CD> central_sep2 1.84878
+R<ILE>A<C> R<PRO>A<CD> sep1 -0.745138
+R<ILE>A<C> R<PRO>A<CD> sep2 0.502483
+R<ILE>A<C> R<PRO>A<CG> central_sep1 2.61896
+R<ILE>A<C> R<PRO>A<CG> central_sep2 1.14919
+R<ILE>A<C> R<PRO>A<CG> sep1 2.29655
+R<ILE>A<C> R<PRO>A<CG> sep2 0.212262
+R<ILE>A<C> R<PRO>A<N> central_sep1 1.10359
+R<ILE>A<C> R<PRO>A<N> central_sep2 2.32669
+R<ILE>A<C> R<PRO>A<N> sep1 -1.29727
+R<ILE>A<C> R<PRO>A<N> sep2 2.42689
+R<ILE>A<C> R<PRO>A<O> central_sep1 -0.273559
+R<ILE>A<C> R<PRO>A<O> central_sep2 3.62929
+R<ILE>A<C> R<PRO>A<O> sep1 -1.59777
+R<ILE>A<C> R<PRO>A<O> sep2 2.57898
+R<ILE>A<C> R<SER>A<C> central_sep1 4.20724
+R<ILE>A<C> R<SER>A<C> central_sep2 4.12131
+R<ILE>A<C> R<SER>A<C> sep1 -2.6427
+R<ILE>A<C> R<SER>A<C> sep2 2.67166
+R<ILE>A<C> R<SER>A<CA> central_sep1 3.62142
+R<ILE>A<C> R<SER>A<CA> central_sep2 2.56489
+R<ILE>A<C> R<SER>A<CA> sep1 -2.78624
+R<ILE>A<C> R<SER>A<CA> sep2 0.839545
+R<ILE>A<C> R<SER>A<CB> central_sep1 2.66051
+R<ILE>A<C> R<SER>A<CB> central_sep2 1.37545
+R<ILE>A<C> R<SER>A<CB> sep1 -0.433375
+R<ILE>A<C> R<SER>A<CB> sep2 -0.233091
+R<ILE>A<C> R<SER>A<N> central_sep1 -0.175077
+R<ILE>A<C> R<SER>A<N> central_sep2 3.54544
+R<ILE>A<C> R<SER>A<N> sep1 -1.72029
+R<ILE>A<C> R<SER>A<N> sep2 2.18514
+R<ILE>A<C> R<SER>A<O> central_sep1 -0.475855
+R<ILE>A<C> R<SER>A<O> central_sep2 2.98386
+R<ILE>A<C> R<SER>A<O> sep1 -1.30622
+R<ILE>A<C> R<SER>A<O> sep2 1.65695
+R<ILE>A<C> R<SER>A<OG> central_sep1 2.17098
+R<ILE>A<C> R<SER>A<OG> central_sep2 1.45321
+R<ILE>A<C> R<SER>A<OG> sep1 0.019311
+R<ILE>A<C> R<SER>A<OG> sep2 0.38188
+R<ILE>A<C> R<THR>A<C> central_sep1 4.79346
+R<ILE>A<C> R<THR>A<C> central_sep2 5.33384
+R<ILE>A<C> R<THR>A<C> sep1 -2.66482
+R<ILE>A<C> R<THR>A<C> sep2 2.91618
+R<ILE>A<C> R<THR>A<CA> central_sep1 4.76426
+R<ILE>A<C> R<THR>A<CA> central_sep2 3.4111
+R<ILE>A<C> R<THR>A<CA> sep1 -2.9361
+R<ILE>A<C> R<THR>A<CA> sep2 1.11932
+R<ILE>A<C> R<THR>A<CB> central_sep1 2.65831
+R<ILE>A<C> R<THR>A<CB> central_sep2 1.72071
+R<ILE>A<C> R<THR>A<CB> sep1 -0.354102
+R<ILE>A<C> R<THR>A<CB> sep2 -0.22394
+R<ILE>A<C> R<THR>A<CG2> central_sep1 0.223199
+R<ILE>A<C> R<THR>A<CG2> central_sep2 0.524474
+R<ILE>A<C> R<THR>A<CG2> sep1 -0.949968
+R<ILE>A<C> R<THR>A<CG2> sep2 -0.642109
+R<ILE>A<C> R<THR>A<N> central_sep1 -0.0477255
+R<ILE>A<C> R<THR>A<N> central_sep2 3.46987
+R<ILE>A<C> R<THR>A<N> sep1 -1.57597
+R<ILE>A<C> R<THR>A<N> sep2 2.2279
+R<ILE>A<C> R<THR>A<O> central_sep1 -0.606712
+R<ILE>A<C> R<THR>A<O> central_sep2 3.01716
+R<ILE>A<C> R<THR>A<O> sep1 -1.10753
+R<ILE>A<C> R<THR>A<O> sep2 1.69802
+R<ILE>A<C> R<THR>A<OG1> central_sep1 2.35338
+R<ILE>A<C> R<THR>A<OG1> central_sep2 1.50293
+R<ILE>A<C> R<THR>A<OG1> sep1 -0.658512
+R<ILE>A<C> R<THR>A<OG1> sep2 0.316083
+R<ILE>A<C> R<TRP>A<C> central_sep1 5.31971
+R<ILE>A<C> R<TRP>A<C> central_sep2 3.97362
+R<ILE>A<C> R<TRP>A<C> sep1 -2.54885
+R<ILE>A<C> R<TRP>A<C> sep2 5.1373
+R<ILE>A<C> R<TRP>A<CA> central_sep1 5.43743
+R<ILE>A<C> R<TRP>A<CA> central_sep2 4.92911
+R<ILE>A<C> R<TRP>A<CA> sep1 -2.65201
+R<ILE>A<C> R<TRP>A<CA> sep2 1.06265
+R<ILE>A<C> R<TRP>A<CB> central_sep1 2.83404
+R<ILE>A<C> R<TRP>A<CB> central_sep2 1.22253
+R<ILE>A<C> R<TRP>A<CB> sep1 0.0665101
+R<ILE>A<C> R<TRP>A<CB> sep2 -0.335557
+R<ILE>A<C> R<TRP>A<CD1> central_sep1 -0.531973
+R<ILE>A<C> R<TRP>A<CD1> central_sep2 0.688835
+R<ILE>A<C> R<TRP>A<CD1> sep1 -0.377395
+R<ILE>A<C> R<TRP>A<CD1> sep2 -0.50754
+R<ILE>A<C> R<TRP>A<CD2> central_sep1 -0.0572599
+R<ILE>A<C> R<TRP>A<CD2> central_sep2 2.67869
+R<ILE>A<C> R<TRP>A<CD2> sep1 -0.538737
+R<ILE>A<C> R<TRP>A<CD2> sep2 1.15301
+R<ILE>A<C> R<TRP>A<CE2> central_sep1 1.02291
+R<ILE>A<C> R<TRP>A<CE2> central_sep2 1.98455
+R<ILE>A<C> R<TRP>A<CE2> sep1 1.41892
+R<ILE>A<C> R<TRP>A<CE2> sep2 0.779884
+R<ILE>A<C> R<TRP>A<CE3> central_sep1 -0.360722
+R<ILE>A<C> R<TRP>A<CE3> central_sep2 -1.1522
+R<ILE>A<C> R<TRP>A<CE3> sep1 0.534747
+R<ILE>A<C> R<TRP>A<CE3> sep2 -0.486989
+R<ILE>A<C> R<TRP>A<CG> central_sep1 3.01298
+R<ILE>A<C> R<TRP>A<CG> central_sep2 2.02158
+R<ILE>A<C> R<TRP>A<CG> sep1 -1.05506
+R<ILE>A<C> R<TRP>A<CG> sep2 0.473208
+R<ILE>A<C> R<TRP>A<CH2> central_sep1 3.30074
+R<ILE>A<C> R<TRP>A<CH2> central_sep2 0.00359569
+R<ILE>A<C> R<TRP>A<CH2> sep1 3.90352
+R<ILE>A<C> R<TRP>A<CH2> sep2 -0.808536
+R<ILE>A<C> R<TRP>A<CZ2> central_sep1 3.0695
+R<ILE>A<C> R<TRP>A<CZ2> central_sep2 0.31931
+R<ILE>A<C> R<TRP>A<CZ2> sep1 3.9863
+R<ILE>A<C> R<TRP>A<CZ2> sep2 -0.268848
+R<ILE>A<C> R<TRP>A<CZ3> central_sep1 1.75859
+R<ILE>A<C> R<TRP>A<CZ3> central_sep2 -0.158499
+R<ILE>A<C> R<TRP>A<CZ3> sep1 2.35482
+R<ILE>A<C> R<TRP>A<CZ3> sep2 -0.991007
+R<ILE>A<C> R<TRP>A<N> central_sep1 -0.0943163
+R<ILE>A<C> R<TRP>A<N> central_sep2 4.34711
+R<ILE>A<C> R<TRP>A<N> sep1 -1.45858
+R<ILE>A<C> R<TRP>A<N> sep2 2.03468
+R<ILE>A<C> R<TRP>A<NE1> central_sep1 2.54544
+R<ILE>A<C> R<TRP>A<NE1> central_sep2 1.10278
+R<ILE>A<C> R<TRP>A<NE1> sep1 2.05414
+R<ILE>A<C> R<TRP>A<NE1> sep2 0.0940039
+R<ILE>A<C> R<TRP>A<O> central_sep1 -0.739016
+R<ILE>A<C> R<TRP>A<O> central_sep2 2.48921
+R<ILE>A<C> R<TRP>A<O> sep1 -0.983121
+R<ILE>A<C> R<TRP>A<O> sep2 1.7478
+R<ILE>A<C> R<TYR>A<C> central_sep1 4.56728
+R<ILE>A<C> R<TYR>A<C> central_sep2 5.75602
+R<ILE>A<C> R<TYR>A<C> sep1 -2.53643
+R<ILE>A<C> R<TYR>A<C> sep2 2.53754
+R<ILE>A<C> R<TYR>A<CA> central_sep1 4.61136
+R<ILE>A<C> R<TYR>A<CA> central_sep2 3.1666
+R<ILE>A<C> R<TYR>A<CA> sep1 -2.81776
+R<ILE>A<C> R<TYR>A<CA> sep2 1.16628
+R<ILE>A<C> R<TYR>A<CB> central_sep1 2.83332
+R<ILE>A<C> R<TYR>A<CB> central_sep2 1.14222
+R<ILE>A<C> R<TYR>A<CB> sep1 -0.271166
+R<ILE>A<C> R<TYR>A<CB> sep2 -0.41636
+R<ILE>A<C> R<TYR>A<CD1> central_sep1 -0.557674
+R<ILE>A<C> R<TYR>A<CD1> central_sep2 -0.175515
+R<ILE>A<C> R<TYR>A<CD1> sep1 -0.703458
+R<ILE>A<C> R<TYR>A<CD1> sep2 -0.626797
+R<ILE>A<C> R<TYR>A<CE1> central_sep1 1.04421
+R<ILE>A<C> R<TYR>A<CE1> central_sep2 0.512878
+R<ILE>A<C> R<TYR>A<CE1> sep1 1.79473
+R<ILE>A<C> R<TYR>A<CE1> sep2 -0.332205
+R<ILE>A<C> R<TYR>A<CG> central_sep1 1.97045
+R<ILE>A<C> R<TYR>A<CG> central_sep2 2.18959
+R<ILE>A<C> R<TYR>A<CG> sep1 -1.89396
+R<ILE>A<C> R<TYR>A<CG> sep2 0.648424
+R<ILE>A<C> R<TYR>A<CZ> central_sep1 1.1728
+R<ILE>A<C> R<TYR>A<CZ> central_sep2 1.68166
+R<ILE>A<C> R<TYR>A<CZ> sep1 1.69216
+R<ILE>A<C> R<TYR>A<CZ> sep2 0.379556
+R<ILE>A<C> R<TYR>A<N> central_sep1 -0.21294
+R<ILE>A<C> R<TYR>A<N> central_sep2 4.83812
+R<ILE>A<C> R<TYR>A<N> sep1 -1.55827
+R<ILE>A<C> R<TYR>A<N> sep2 1.99109
+R<ILE>A<C> R<TYR>A<O> central_sep1 -0.580014
+R<ILE>A<C> R<TYR>A<O> central_sep2 2.8912
+R<ILE>A<C> R<TYR>A<O> sep1 -0.886978
+R<ILE>A<C> R<TYR>A<O> sep2 1.63691
+R<ILE>A<C> R<TYR>A<OH> central_sep1 3.54417
+R<ILE>A<C> R<TYR>A<OH> central_sep2 1.27728
+R<ILE>A<C> R<TYR>A<OH> sep1 4.5951
+R<ILE>A<C> R<TYR>A<OH> sep2 0.188722
+R<ILE>A<C> R<VAL>A<C> central_sep1 4.44873
+R<ILE>A<C> R<VAL>A<C> central_sep2 6.33231
+R<ILE>A<C> R<VAL>A<C> sep1 -2.68673
+R<ILE>A<C> R<VAL>A<C> sep2 3.74027
+R<ILE>A<C> R<VAL>A<CA> central_sep1 5.76431
+R<ILE>A<C> R<VAL>A<CA> central_sep2 3.65717
+R<ILE>A<C> R<VAL>A<CA> sep1 -2.86752
+R<ILE>A<C> R<VAL>A<CA> sep2 1.36482
+R<ILE>A<C> R<VAL>A<CB> central_sep1 2.71519
+R<ILE>A<C> R<VAL>A<CB> central_sep2 1.20694
+R<ILE>A<C> R<VAL>A<CB> sep1 0.234075
+R<ILE>A<C> R<VAL>A<CB> sep2 -0.705048
+R<ILE>A<C> R<VAL>A<CG1> central_sep1 -0.0874314
+R<ILE>A<C> R<VAL>A<CG1> central_sep2 0.58561
+R<ILE>A<C> R<VAL>A<CG1> sep1 -0.792153
+R<ILE>A<C> R<VAL>A<CG1> sep2 -0.758089
+R<ILE>A<C> R<VAL>A<CG2> central_sep1 0.920459
+R<ILE>A<C> R<VAL>A<CG2> central_sep2 0.430374
+R<ILE>A<C> R<VAL>A<CG2> sep1 -1.04768
+R<ILE>A<C> R<VAL>A<CG2> sep2 -0.639506
+R<ILE>A<C> R<VAL>A<N> central_sep1 0.344555
+R<ILE>A<C> R<VAL>A<N> central_sep2 4.65473
+R<ILE>A<C> R<VAL>A<N> sep1 -1.12742
+R<ILE>A<C> R<VAL>A<N> sep2 2.1417
+R<ILE>A<C> R<VAL>A<O> central_sep1 -0.507764
+R<ILE>A<C> R<VAL>A<O> central_sep2 3.18032
+R<ILE>A<C> R<VAL>A<O> sep1 -0.828681
+R<ILE>A<C> R<VAL>A<O> sep2 1.62135
+R<ILE>A<C> c<solvent> . 2.51899
+R<ILE>A<CA> R<ILE>A<CA> central_sep1 1.19445
+R<ILE>A<CA> R<ILE>A<CA> central_sep2 -0.617972
+R<ILE>A<CA> R<ILE>A<CA> sep1 3.62642
+R<ILE>A<CA> R<ILE>A<CA> sep2 0.235003
+R<ILE>A<CA> R<ILE>A<CB> central_sep1 -1.55092
+R<ILE>A<CA> R<ILE>A<CB> central_sep2 -1.27402
+R<ILE>A<CA> R<ILE>A<CB> sep1 1.05734
+R<ILE>A<CA> R<ILE>A<CB> sep2 -0.0398072
+R<ILE>A<CA> R<ILE>A<CD1> central_sep1 -0.433737
+R<ILE>A<CA> R<ILE>A<CD1> central_sep2 -0.801665
+R<ILE>A<CA> R<ILE>A<CD1> sep1 1.72686
+R<ILE>A<CA> R<ILE>A<CD1> sep2 -0.397014
+R<ILE>A<CA> R<ILE>A<CG1> central_sep1 0.0483752
+R<ILE>A<CA> R<ILE>A<CG1> central_sep2 -0.465025
+R<ILE>A<CA> R<ILE>A<CG1> sep1 1.36175
+R<ILE>A<CA> R<ILE>A<CG1> sep2 -0.31517
+R<ILE>A<CA> R<ILE>A<CG2> central_sep1 1.1722
+R<ILE>A<CA> R<ILE>A<CG2> central_sep2 -0.334203
+R<ILE>A<CA> R<ILE>A<CG2> sep1 1.22731
+R<ILE>A<CA> R<ILE>A<CG2> sep2 -0.0501605
+R<ILE>A<CA> R<ILE>A<N> central_sep1 2.99378
+R<ILE>A<CA> R<ILE>A<N> central_sep2 1.55076
+R<ILE>A<CA> R<ILE>A<N> sep1 -2.35063
+R<ILE>A<CA> R<ILE>A<N> sep2 0.615662
+R<ILE>A<CA> R<ILE>A<O> central_sep1 0.89189
+R<ILE>A<CA> R<ILE>A<O> central_sep2 -1.72032
+R<ILE>A<CA> R<ILE>A<O> sep1 -2.10005
+R<ILE>A<CA> R<ILE>A<O> sep2 -0.0988952
+R<ILE>A<CA> R<LEU>A<C> central_sep1 4.5277
+R<ILE>A<CA> R<LEU>A<C> central_sep2 2.78338
+R<ILE>A<CA> R<LEU>A<C> sep1 -2.6049
+R<ILE>A<CA> R<LEU>A<C> sep2 1.251
+R<ILE>A<CA> R<LEU>A<CA> central_sep1 1.85434
+R<ILE>A<CA> R<LEU>A<CA> central_sep2 0.279281
+R<ILE>A<CA> R<LEU>A<CA> sep1 3.58983
+R<ILE>A<CA> R<LEU>A<CA> sep2 0.645955
+R<ILE>A<CA> R<LEU>A<CB> central_sep1 -1.23816
+R<ILE>A<CA> R<LEU>A<CB> central_sep2 -0.137151
+R<ILE>A<CA> R<LEU>A<CB> sep1 1.26728
+R<ILE>A<CA> R<LEU>A<CB> sep2 0.516259
+R<ILE>A<CA> R<LEU>A<CD1> central_sep1 -0.419358
+R<ILE>A<CA> R<LEU>A<CD1> central_sep2 -0.634378
+R<ILE>A<CA> R<LEU>A<CD1> sep1 1.51786
+R<ILE>A<CA> R<LEU>A<CD1> sep2 -0.280606
+R<ILE>A<CA> R<LEU>A<CD2> central_sep1 1.18307
+R<ILE>A<CA> R<LEU>A<CD2> central_sep2 -0.58522
+R<ILE>A<CA> R<LEU>A<CD2> sep1 1.44269
+R<ILE>A<CA> R<LEU>A<CD2> sep2 -0.226972
+R<ILE>A<CA> R<LEU>A<CG> central_sep1 -0.431613
+R<ILE>A<CA> R<LEU>A<CG> central_sep2 0.636067
+R<ILE>A<CA> R<LEU>A<CG> sep1 0.711578
+R<ILE>A<CA> R<LEU>A<CG> sep2 0.288686
+R<ILE>A<CA> R<LEU>A<N> central_sep1 2.74997
+R<ILE>A<CA> R<LEU>A<N> central_sep2 1.71406
+R<ILE>A<CA> R<LEU>A<N> sep1 -2.04661
+R<ILE>A<CA> R<LEU>A<N> sep2 0.77592
+R<ILE>A<CA> R<LEU>A<O> central_sep1 1.42561
+R<ILE>A<CA> R<LEU>A<O> central_sep2 -1.17119
+R<ILE>A<CA> R<LEU>A<O> sep1 -1.88299
+R<ILE>A<CA> R<LEU>A<O> sep2 0.302345
+R<ILE>A<CA> R<LYS>A<C> central_sep1 3.69268
+R<ILE>A<CA> R<LYS>A<C> central_sep2 2.80105
+R<ILE>A<CA> R<LYS>A<C> sep1 -2.90993
+R<ILE>A<CA> R<LYS>A<C> sep2 1.14238
+R<ILE>A<CA> R<LYS>A<CA> central_sep1 1.79817
+R<ILE>A<CA> R<LYS>A<CA> central_sep2 0.683742
+R<ILE>A<CA> R<LYS>A<CA> sep1 2.99568
+R<ILE>A<CA> R<LYS>A<CA> sep2 0.984432
+R<ILE>A<CA> R<LYS>A<CB> central_sep1 -0.586022
+R<ILE>A<CA> R<LYS>A<CB> central_sep2 0.826542
+R<ILE>A<CA> R<LYS>A<CB> sep1 1.25229
+R<ILE>A<CA> R<LYS>A<CB> sep2 1.03647
+R<ILE>A<CA> R<LYS>A<CD> central_sep1 0.424365
+R<ILE>A<CA> R<LYS>A<CD> central_sep2 0.872044
+R<ILE>A<CA> R<LYS>A<CD> sep1 0.989731
+R<ILE>A<CA> R<LYS>A<CD> sep2 0.562997
+R<ILE>A<CA> R<LYS>A<CE> central_sep1 1.25575
+R<ILE>A<CA> R<LYS>A<CE> central_sep2 1.39438
+R<ILE>A<CA> R<LYS>A<CE> sep1 2.38104
+R<ILE>A<CA> R<LYS>A<CE> sep2 0.712635
+R<ILE>A<CA> R<LYS>A<CG> central_sep1 0.804917
+R<ILE>A<CA> R<LYS>A<CG> central_sep2 0.83563
+R<ILE>A<CA> R<LYS>A<CG> sep1 1.03418
+R<ILE>A<CA> R<LYS>A<CG> sep2 0.782068
+R<ILE>A<CA> R<LYS>A<N> central_sep1 3.27662
+R<ILE>A<CA> R<LYS>A<N> central_sep2 2.1827
+R<ILE>A<CA> R<LYS>A<N> sep1 -2.36384
+R<ILE>A<CA> R<LYS>A<N> sep2 1.5762
+R<ILE>A<CA> R<LYS>A<NZ> central_sep1 2.54763
+R<ILE>A<CA> R<LYS>A<NZ> central_sep2 2.01041
+R<ILE>A<CA> R<LYS>A<NZ> sep1 2.86535
+R<ILE>A<CA> R<LYS>A<NZ> sep2 0.945897
+R<ILE>A<CA> R<LYS>A<O> central_sep1 0.936111
+R<ILE>A<CA> R<LYS>A<O> central_sep2 -0.634016
+R<ILE>A<CA> R<LYS>A<O> sep1 -2.14672
+R<ILE>A<CA> R<LYS>A<O> sep2 0.747921
+R<ILE>A<CA> R<MET>A<C> central_sep1 3.80337
+R<ILE>A<CA> R<MET>A<C> central_sep2 3.30297
+R<ILE>A<CA> R<MET>A<C> sep1 -2.7152
+R<ILE>A<CA> R<MET>A<C> sep2 0.895678
+R<ILE>A<CA> R<MET>A<CA> central_sep1 1.63693
+R<ILE>A<CA> R<MET>A<CA> central_sep2 -0.04441
+R<ILE>A<CA> R<MET>A<CA> sep1 3.48467
+R<ILE>A<CA> R<MET>A<CA> sep2 0.500334
+R<ILE>A<CA> R<MET>A<CB> central_sep1 -1.08155
+R<ILE>A<CA> R<MET>A<CB> central_sep2 0.0449124
+R<ILE>A<CA> R<MET>A<CB> sep1 1.20427
+R<ILE>A<CA> R<MET>A<CB> sep2 0.465208
+R<ILE>A<CA> R<MET>A<CE> central_sep1 -0.0302308
+R<ILE>A<CA> R<MET>A<CE> central_sep2 -0.399418
+R<ILE>A<CA> R<MET>A<CE> sep1 2.21941
+R<ILE>A<CA> R<MET>A<CE> sep2 -0.176353
+R<ILE>A<CA> R<MET>A<CG> central_sep1 0.0499467
+R<ILE>A<CA> R<MET>A<CG> central_sep2 0.0577721
+R<ILE>A<CA> R<MET>A<CG> sep1 1.13446
+R<ILE>A<CA> R<MET>A<CG> sep2 0.216504
+R<ILE>A<CA> R<MET>A<N> central_sep1 2.47313
+R<ILE>A<CA> R<MET>A<N> central_sep2 1.8941
+R<ILE>A<CA> R<MET>A<N> sep1 -1.94543
+R<ILE>A<CA> R<MET>A<N> sep2 1.10267
+R<ILE>A<CA> R<MET>A<O> central_sep1 1.08027
+R<ILE>A<CA> R<MET>A<O> central_sep2 -1.01474
+R<ILE>A<CA> R<MET>A<O> sep1 -2.00122
+R<ILE>A<CA> R<MET>A<O> sep2 0.520737
+R<ILE>A<CA> R<MET>A<SD> central_sep1 -0.478861
+R<ILE>A<CA> R<MET>A<SD> central_sep2 -0.645496
+R<ILE>A<CA> R<MET>A<SD> sep1 1.31114
+R<ILE>A<CA> R<MET>A<SD> sep2 -0.295171
+R<ILE>A<CA> R<PHE>A<C> central_sep1 3.57317
+R<ILE>A<CA> R<PHE>A<C> central_sep2 2.77724
+R<ILE>A<CA> R<PHE>A<C> sep1 -2.6883
+R<ILE>A<CA> R<PHE>A<C> sep2 0.835134
+R<ILE>A<CA> R<PHE>A<CA> central_sep1 1.68031
+R<ILE>A<CA> R<PHE>A<CA> central_sep2 -0.0168872
+R<ILE>A<CA> R<PHE>A<CA> sep1 3.50289
+R<ILE>A<CA> R<PHE>A<CA> sep2 0.219852
+R<ILE>A<CA> R<PHE>A<CB> central_sep1 -0.767312
+R<ILE>A<CA> R<PHE>A<CB> central_sep2 -0.262055
+R<ILE>A<CA> R<PHE>A<CB> sep1 1.48901
+R<ILE>A<CA> R<PHE>A<CB> sep2 0.220236
+R<ILE>A<CA> R<PHE>A<CD1> central_sep1 -0.0908607
+R<ILE>A<CA> R<PHE>A<CD1> central_sep2 -0.0560662
+R<ILE>A<CA> R<PHE>A<CD1> sep1 0.0160588
+R<ILE>A<CA> R<PHE>A<CD1> sep2 -0.259342
+R<ILE>A<CA> R<PHE>A<CE1> central_sep1 1.19715
+R<ILE>A<CA> R<PHE>A<CE1> central_sep2 -0.510809
+R<ILE>A<CA> R<PHE>A<CE1> sep1 1.70845
+R<ILE>A<CA> R<PHE>A<CE1> sep2 -0.464541
+R<ILE>A<CA> R<PHE>A<CG> central_sep1 1.08103
+R<ILE>A<CA> R<PHE>A<CG> central_sep2 0.703345
+R<ILE>A<CA> R<PHE>A<CG> sep1 1.37902
+R<ILE>A<CA> R<PHE>A<CG> sep2 -0.383868
+R<ILE>A<CA> R<PHE>A<CZ> central_sep1 1.94625
+R<ILE>A<CA> R<PHE>A<CZ> central_sep2 -0.677899
+R<ILE>A<CA> R<PHE>A<CZ> sep1 2.77612
+R<ILE>A<CA> R<PHE>A<CZ> sep2 -0.563142
+R<ILE>A<CA> R<PHE>A<N> central_sep1 2.9328
+R<ILE>A<CA> R<PHE>A<N> central_sep2 2.07119
+R<ILE>A<CA> R<PHE>A<N> sep1 -2.1302
+R<ILE>A<CA> R<PHE>A<N> sep2 1.11278
+R<ILE>A<CA> R<PHE>A<O> central_sep1 1.1541
+R<ILE>A<CA> R<PHE>A<O> central_sep2 -1.21637
+R<ILE>A<CA> R<PHE>A<O> sep1 -1.98219
+R<ILE>A<CA> R<PHE>A<O> sep2 0.30198
+R<ILE>A<CA> R<PRO>A<C> central_sep1 2.46849
+R<ILE>A<CA> R<PRO>A<C> central_sep2 3.10605
+R<ILE>A<CA> R<PRO>A<C> sep1 -2.58835
+R<ILE>A<CA> R<PRO>A<C> sep2 1.59009
+R<ILE>A<CA> R<PRO>A<CA> central_sep1 0.667897
+R<ILE>A<CA> R<PRO>A<CA> central_sep2 0.57542
+R<ILE>A<CA> R<PRO>A<CA> sep1 2.90344
+R<ILE>A<CA> R<PRO>A<CA> sep2 0.718598
+R<ILE>A<CA> R<PRO>A<CB> central_sep1 2.57858
+R<ILE>A<CA> R<PRO>A<CB> central_sep2 0.382711
+R<ILE>A<CA> R<PRO>A<CB> sep1 3.10383
+R<ILE>A<CA> R<PRO>A<CB> sep2 0.596813
+R<ILE>A<CA> R<PRO>A<CD> central_sep1 -2.35169
+R<ILE>A<CA> R<PRO>A<CD> central_sep2 0.719241
+R<ILE>A<CA> R<PRO>A<CD> sep1 1.49047
+R<ILE>A<CA> R<PRO>A<CD> sep2 0.883546
+R<ILE>A<CA> R<PRO>A<CG> central_sep1 1.87801
+R<ILE>A<CA> R<PRO>A<CG> central_sep2 0.343987
+R<ILE>A<CA> R<PRO>A<CG> sep1 2.54107
+R<ILE>A<CA> R<PRO>A<CG> sep2 0.277728
+R<ILE>A<CA> R<PRO>A<N> central_sep1 4.8146
+R<ILE>A<CA> R<PRO>A<N> central_sep2 3.15786
+R<ILE>A<CA> R<PRO>A<N> sep1 -1.48377
+R<ILE>A<CA> R<PRO>A<N> sep2 1.5976
+R<ILE>A<CA> R<PRO>A<O> central_sep1 3.13383
+R<ILE>A<CA> R<PRO>A<O> central_sep2 0.26303
+R<ILE>A<CA> R<PRO>A<O> sep1 -1.93541
+R<ILE>A<CA> R<PRO>A<O> sep2 0.791174
+R<ILE>A<CA> R<SER>A<C> central_sep1 3.99456
+R<ILE>A<CA> R<SER>A<C> central_sep2 2.62463
+R<ILE>A<CA> R<SER>A<C> sep1 -2.73785
+R<ILE>A<CA> R<SER>A<C> sep2 1.10724
+R<ILE>A<CA> R<SER>A<CA> central_sep1 2.16389
+R<ILE>A<CA> R<SER>A<CA> central_sep2 0.511227
+R<ILE>A<CA> R<SER>A<CA> sep1 3.87138
+R<ILE>A<CA> R<SER>A<CA> sep2 0.827011
+R<ILE>A<CA> R<SER>A<CB> central_sep1 0.0993257
+R<ILE>A<CA> R<SER>A<CB> central_sep2 0.48636
+R<ILE>A<CA> R<SER>A<CB> sep1 1.67701
+R<ILE>A<CA> R<SER>A<CB> sep2 0.579242
+R<ILE>A<CA> R<SER>A<N> central_sep1 3.28891
+R<ILE>A<CA> R<SER>A<N> central_sep2 1.85766
+R<ILE>A<CA> R<SER>A<N> sep1 -2.37046
+R<ILE>A<CA> R<SER>A<N> sep2 1.52794
+R<ILE>A<CA> R<SER>A<O> central_sep1 1.42488
+R<ILE>A<CA> R<SER>A<O> central_sep2 -0.667962
+R<ILE>A<CA> R<SER>A<O> sep1 -1.99389
+R<ILE>A<CA> R<SER>A<O> sep2 0.749855
+R<ILE>A<CA> R<SER>A<OG> central_sep1 0.247242
+R<ILE>A<CA> R<SER>A<OG> central_sep2 0.330518
+R<ILE>A<CA> R<SER>A<OG> sep1 1.26253
+R<ILE>A<CA> R<SER>A<OG> sep2 0.523453
+R<ILE>A<CA> R<THR>A<C> central_sep1 4.13013
+R<ILE>A<CA> R<THR>A<C> central_sep2 2.39006
+R<ILE>A<CA> R<THR>A<C> sep1 -2.88728
+R<ILE>A<CA> R<THR>A<C> sep2 0.87422
+R<ILE>A<CA> R<THR>A<CA> central_sep1 1.50831
+R<ILE>A<CA> R<THR>A<CA> central_sep2 0.198742
+R<ILE>A<CA> R<THR>A<CA> sep1 4.50038
+R<ILE>A<CA> R<THR>A<CA> sep2 0.876878
+R<ILE>A<CA> R<THR>A<CB> central_sep1 -0.597297
+R<ILE>A<CA> R<THR>A<CB> central_sep2 0.422515
+R<ILE>A<CA> R<THR>A<CB> sep1 1.53714
+R<ILE>A<CA> R<THR>A<CB> sep2 0.443247
+R<ILE>A<CA> R<THR>A<CG2> central_sep1 1.18921
+R<ILE>A<CA> R<THR>A<CG2> central_sep2 0.220611
+R<ILE>A<CA> R<THR>A<CG2> sep1 1.39866
+R<ILE>A<CA> R<THR>A<CG2> sep2 0.566469
+R<ILE>A<CA> R<THR>A<N> central_sep1 3.61376
+R<ILE>A<CA> R<THR>A<N> central_sep2 2.09192
+R<ILE>A<CA> R<THR>A<N> sep1 -2.56497
+R<ILE>A<CA> R<THR>A<N> sep2 1.35533
+R<ILE>A<CA> R<THR>A<O> central_sep1 1.16292
+R<ILE>A<CA> R<THR>A<O> central_sep2 -0.991512
+R<ILE>A<CA> R<THR>A<O> sep1 -2.11031
+R<ILE>A<CA> R<THR>A<O> sep2 0.446033
+R<ILE>A<CA> R<THR>A<OG1> central_sep1 0.448108
+R<ILE>A<CA> R<THR>A<OG1> central_sep2 0.411371
+R<ILE>A<CA> R<THR>A<OG1> sep1 1.2045
+R<ILE>A<CA> R<THR>A<OG1> sep2 0.652767
+R<ILE>A<CA> R<TRP>A<C> central_sep1 4.12789
+R<ILE>A<CA> R<TRP>A<C> central_sep2 3.46644
+R<ILE>A<CA> R<TRP>A<C> sep1 -2.68495
+R<ILE>A<CA> R<TRP>A<C> sep2 1.11645
+R<ILE>A<CA> R<TRP>A<CA> central_sep1 1.41107
+R<ILE>A<CA> R<TRP>A<CA> central_sep2 0.202885
+R<ILE>A<CA> R<TRP>A<CA> sep1 3.47617
+R<ILE>A<CA> R<TRP>A<CA> sep2 0.689484
+R<ILE>A<CA> R<TRP>A<CB> central_sep1 -0.743346
+R<ILE>A<CA> R<TRP>A<CB> central_sep2 -0.0590997
+R<ILE>A<CA> R<TRP>A<CB> sep1 1.55185
+R<ILE>A<CA> R<TRP>A<CB> sep2 0.522612
+R<ILE>A<CA> R<TRP>A<CD1> central_sep1 0.546252
+R<ILE>A<CA> R<TRP>A<CD1> central_sep2 0.0851426
+R<ILE>A<CA> R<TRP>A<CD1> sep1 0.605729
+R<ILE>A<CA> R<TRP>A<CD1> sep2 -0.0282381
+R<ILE>A<CA> R<TRP>A<CD2> central_sep1 0.638042
+R<ILE>A<CA> R<TRP>A<CD2> central_sep2 0.912684
+R<ILE>A<CA> R<TRP>A<CD2> sep1 0.975902
+R<ILE>A<CA> R<TRP>A<CD2> sep2 0.205747
+R<ILE>A<CA> R<TRP>A<CE2> central_sep1 1.37642
+R<ILE>A<CA> R<TRP>A<CE2> central_sep2 0.252114
+R<ILE>A<CA> R<TRP>A<CE2> sep1 1.80896
+R<ILE>A<CA> R<TRP>A<CE2> sep2 -0.152002
+R<ILE>A<CA> R<TRP>A<CE3> central_sep1 -1.22452
+R<ILE>A<CA> R<TRP>A<CE3> central_sep2 0.124601
+R<ILE>A<CA> R<TRP>A<CE3> sep1 0.947294
+R<ILE>A<CA> R<TRP>A<CE3> sep2 -0.167889
+R<ILE>A<CA> R<TRP>A<CG> central_sep1 0.746065
+R<ILE>A<CA> R<TRP>A<CG> central_sep2 0.752163
+R<ILE>A<CA> R<TRP>A<CG> sep1 1.48158
+R<ILE>A<CA> R<TRP>A<CG> sep2 -0.301611
+R<ILE>A<CA> R<TRP>A<CH2> central_sep1 2.72608
+R<ILE>A<CA> R<TRP>A<CH2> central_sep2 -0.561387
+R<ILE>A<CA> R<TRP>A<CH2> sep1 3.37491
+R<ILE>A<CA> R<TRP>A<CH2> sep2 -0.430565
+R<ILE>A<CA> R<TRP>A<CZ2> central_sep1 1.68443
+R<ILE>A<CA> R<TRP>A<CZ2> central_sep2 -0.389117
+R<ILE>A<CA> R<TRP>A<CZ2> sep1 3.47409
+R<ILE>A<CA> R<TRP>A<CZ2> sep2 -0.173126
+R<ILE>A<CA> R<TRP>A<CZ3> central_sep1 1.14444
+R<ILE>A<CA> R<TRP>A<CZ3> central_sep2 -0.5502
+R<ILE>A<CA> R<TRP>A<CZ3> sep1 1.00862
+R<ILE>A<CA> R<TRP>A<CZ3> sep2 -0.49894
+R<ILE>A<CA> R<TRP>A<N> central_sep1 2.43299
+R<ILE>A<CA> R<TRP>A<N> central_sep2 2.26853
+R<ILE>A<CA> R<TRP>A<N> sep1 -2.01636
+R<ILE>A<CA> R<TRP>A<N> sep2 1.36404
+R<ILE>A<CA> R<TRP>A<NE1> central_sep1 1.27632
+R<ILE>A<CA> R<TRP>A<NE1> central_sep2 0.150839
+R<ILE>A<CA> R<TRP>A<NE1> sep1 2.17631
+R<ILE>A<CA> R<TRP>A<NE1> sep2 -0.24906
+R<ILE>A<CA> R<TRP>A<O> central_sep1 1.29253
+R<ILE>A<CA> R<TRP>A<O> central_sep2 -1.08112
+R<ILE>A<CA> R<TRP>A<O> sep1 -1.97588
+R<ILE>A<CA> R<TRP>A<O> sep2 0.428512
+R<ILE>A<CA> R<TYR>A<C> central_sep1 3.10594
+R<ILE>A<CA> R<TYR>A<C> central_sep2 3.13964
+R<ILE>A<CA> R<TYR>A<C> sep1 -2.73068
+R<ILE>A<CA> R<TYR>A<C> sep2 0.938469
+R<ILE>A<CA> R<TYR>A<CA> central_sep1 1.92067
+R<ILE>A<CA> R<TYR>A<CA> central_sep2 0.0610075
+R<ILE>A<CA> R<TYR>A<CA> sep1 3.69713
+R<ILE>A<CA> R<TYR>A<CA> sep2 0.470433
+R<ILE>A<CA> R<TYR>A<CB> central_sep1 -0.75556
+R<ILE>A<CA> R<TYR>A<CB> central_sep2 -0.26652
+R<ILE>A<CA> R<TYR>A<CB> sep1 1.36224
+R<ILE>A<CA> R<TYR>A<CB> sep2 0.289186
+R<ILE>A<CA> R<TYR>A<CD1> central_sep1 -0.0969605
+R<ILE>A<CA> R<TYR>A<CD1> central_sep2 -0.00854232
+R<ILE>A<CA> R<TYR>A<CD1> sep1 0.018017
+R<ILE>A<CA> R<TYR>A<CD1> sep2 -0.243468
+R<ILE>A<CA> R<TYR>A<CE1> central_sep1 1.33281
+R<ILE>A<CA> R<TYR>A<CE1> central_sep2 -0.103946
+R<ILE>A<CA> R<TYR>A<CE1> sep1 1.70526
+R<ILE>A<CA> R<TYR>A<CE1> sep2 -0.266326
+R<ILE>A<CA> R<TYR>A<CG> central_sep1 1.61678
+R<ILE>A<CA> R<TYR>A<CG> central_sep2 0.647682
+R<ILE>A<CA> R<TYR>A<CG> sep1 1.32501
+R<ILE>A<CA> R<TYR>A<CG> sep2 -0.519309
+R<ILE>A<CA> R<TYR>A<CZ> central_sep1 1.66096
+R<ILE>A<CA> R<TYR>A<CZ> central_sep2 -0.120145
+R<ILE>A<CA> R<TYR>A<CZ> sep1 2.29463
+R<ILE>A<CA> R<TYR>A<CZ> sep2 -0.751774
+R<ILE>A<CA> R<TYR>A<N> central_sep1 2.57255
+R<ILE>A<CA> R<TYR>A<N> central_sep2 1.89558
+R<ILE>A<CA> R<TYR>A<N> sep1 -2.25673
+R<ILE>A<CA> R<TYR>A<N> sep2 1.24171
+R<ILE>A<CA> R<TYR>A<O> central_sep1 0.800017
+R<ILE>A<CA> R<TYR>A<O> central_sep2 -1.24595
+R<ILE>A<CA> R<TYR>A<O> sep1 -2.00671
+R<ILE>A<CA> R<TYR>A<O> sep2 0.344751
+R<ILE>A<CA> R<TYR>A<OH> central_sep1 2.2589
+R<ILE>A<CA> R<TYR>A<OH> central_sep2 -0.252929
+R<ILE>A<CA> R<TYR>A<OH> sep1 3.34411
+R<ILE>A<CA> R<TYR>A<OH> sep2 -0.148901
+R<ILE>A<CA> R<VAL>A<C> central_sep1 4.85799
+R<ILE>A<CA> R<VAL>A<C> central_sep2 3.44937
+R<ILE>A<CA> R<VAL>A<C> sep1 -2.96726
+R<ILE>A<CA> R<VAL>A<C> sep2 1.39723
+R<ILE>A<CA> R<VAL>A<CA> central_sep1 1.22277
+R<ILE>A<CA> R<VAL>A<CA> central_sep2 -0.569313
+R<ILE>A<CA> R<VAL>A<CA> sep1 3.78785
+R<ILE>A<CA> R<VAL>A<CA> sep2 0.384382
+R<ILE>A<CA> R<VAL>A<CB> central_sep1 -1.03713
+R<ILE>A<CA> R<VAL>A<CB> central_sep2 -0.829472
+R<ILE>A<CA> R<VAL>A<CB> sep1 1.25162
+R<ILE>A<CA> R<VAL>A<CB> sep2 -0.0901258
+R<ILE>A<CA> R<VAL>A<CG1> central_sep1 1.30807
+R<ILE>A<CA> R<VAL>A<CG1> central_sep2 -0.320095
+R<ILE>A<CA> R<VAL>A<CG1> sep1 1.44062
+R<ILE>A<CA> R<VAL>A<CG1> sep2 0.0514325
+R<ILE>A<CA> R<VAL>A<CG2> central_sep1 0.231019
+R<ILE>A<CA> R<VAL>A<CG2> central_sep2 -0.501544
+R<ILE>A<CA> R<VAL>A<CG2> sep1 1.40663
+R<ILE>A<CA> R<VAL>A<CG2> sep2 0.00569635
+R<ILE>A<CA> R<VAL>A<N> central_sep1 2.83354
+R<ILE>A<CA> R<VAL>A<N> central_sep2 1.84841
+R<ILE>A<CA> R<VAL>A<N> sep1 -2.39463
+R<ILE>A<CA> R<VAL>A<N> sep2 0.744014
+R<ILE>A<CA> R<VAL>A<O> central_sep1 0.973347
+R<ILE>A<CA> R<VAL>A<O> central_sep2 -1.53454
+R<ILE>A<CA> R<VAL>A<O> sep1 -2.15939
+R<ILE>A<CA> R<VAL>A<O> sep2 0.0409884
+R<ILE>A<CA> c<solvent> . 1.88184
+R<ILE>A<CB> R<ILE>A<CB> central_sep1 0.0171085
+R<ILE>A<CB> R<ILE>A<CB> central_sep2 -2.25999
+R<ILE>A<CB> R<ILE>A<CB> sep1 1.4105
+R<ILE>A<CB> R<ILE>A<CB> sep2 -1.2311
+R<ILE>A<CB> R<ILE>A<CD1> central_sep1 0.323854
+R<ILE>A<CB> R<ILE>A<CD1> central_sep2 -1.3776
+R<ILE>A<CB> R<ILE>A<CD1> sep1 1.23632
+R<ILE>A<CB> R<ILE>A<CD1> sep2 -1.62929
+R<ILE>A<CB> R<ILE>A<CG1> central_sep1 0.275877
+R<ILE>A<CB> R<ILE>A<CG1> central_sep2 -1.83194
+R<ILE>A<CB> R<ILE>A<CG1> sep1 0.434017
+R<ILE>A<CB> R<ILE>A<CG1> sep2 -1.4284
+R<ILE>A<CB> R<ILE>A<CG2> central_sep1 0.104536
+R<ILE>A<CB> R<ILE>A<CG2> central_sep2 -1.36869
+R<ILE>A<CB> R<ILE>A<CG2> sep1 1.19412
+R<ILE>A<CB> R<ILE>A<CG2> sep2 -1.35927
+R<ILE>A<CB> R<ILE>A<N> central_sep1 2.42314
+R<ILE>A<CB> R<ILE>A<N> central_sep2 1.23228
+R<ILE>A<CB> R<ILE>A<N> sep1 -1.48964
+R<ILE>A<CB> R<ILE>A<N> sep2 0.850877
+R<ILE>A<CB> R<ILE>A<O> central_sep1 -1.87259
+R<ILE>A<CB> R<ILE>A<O> central_sep2 -0.620634
+R<ILE>A<CB> R<ILE>A<O> sep1 0.392715
+R<ILE>A<CB> R<ILE>A<O> sep2 -1.41891
+R<ILE>A<CB> R<LEU>A<C> central_sep1 1.63625
+R<ILE>A<CB> R<LEU>A<C> central_sep2 1.38001
+R<ILE>A<CB> R<LEU>A<C> sep1 -0.096565
+R<ILE>A<CB> R<LEU>A<C> sep2 -0.316022
+R<ILE>A<CB> R<LEU>A<CA> central_sep1 -1.75861
+R<ILE>A<CB> R<LEU>A<CA> central_sep2 -0.56357
+R<ILE>A<CB> R<LEU>A<CA> sep1 1.0193
+R<ILE>A<CB> R<LEU>A<CA> sep2 0.291723
+R<ILE>A<CB> R<LEU>A<CB> central_sep1 -0.512597
+R<ILE>A<CB> R<LEU>A<CB> central_sep2 -1.49753
+R<ILE>A<CB> R<LEU>A<CB> sep1 1.24385
+R<ILE>A<CB> R<LEU>A<CB> sep2 -0.879671
+R<ILE>A<CB> R<LEU>A<CD1> central_sep1 -0.0355709
+R<ILE>A<CB> R<LEU>A<CD1> central_sep2 -1.26234
+R<ILE>A<CB> R<LEU>A<CD1> sep1 1.50198
+R<ILE>A<CB> R<LEU>A<CD1> sep2 -1.39069
+R<ILE>A<CB> R<LEU>A<CD2> central_sep1 0.151453
+R<ILE>A<CB> R<LEU>A<CD2> central_sep2 -1.25689
+R<ILE>A<CB> R<LEU>A<CD2> sep1 1.10617
+R<ILE>A<CB> R<LEU>A<CD2> sep2 -1.35541
+R<ILE>A<CB> R<LEU>A<CG> central_sep1 0.0511586
+R<ILE>A<CB> R<LEU>A<CG> central_sep2 -0.606371
+R<ILE>A<CB> R<LEU>A<CG> sep1 -0.0534941
+R<ILE>A<CB> R<LEU>A<CG> sep2 -1.1452
+R<ILE>A<CB> R<LEU>A<N> central_sep1 2.58313
+R<ILE>A<CB> R<LEU>A<N> central_sep2 1.28815
+R<ILE>A<CB> R<LEU>A<N> sep1 -1.54638
+R<ILE>A<CB> R<LEU>A<N> sep2 0.869085
+R<ILE>A<CB> R<LEU>A<O> central_sep1 -1.95692
+R<ILE>A<CB> R<LEU>A<O> central_sep2 -0.389735
+R<ILE>A<CB> R<LEU>A<O> sep1 0.454908
+R<ILE>A<CB> R<LEU>A<O> sep2 -1.06205
+R<ILE>A<CB> R<LYS>A<C> central_sep1 2.23284
+R<ILE>A<CB> R<LYS>A<C> central_sep2 1.1617
+R<ILE>A<CB> R<LYS>A<C> sep1 0.0183329
+R<ILE>A<CB> R<LYS>A<C> sep2 -0.178329
+R<ILE>A<CB> R<LYS>A<CA> central_sep1 -1.38325
+R<ILE>A<CB> R<LYS>A<CA> central_sep2 0.609657
+R<ILE>A<CB> R<LYS>A<CA> sep1 1.17923
+R<ILE>A<CB> R<LYS>A<CA> sep2 0.608218
+R<ILE>A<CB> R<LYS>A<CB> central_sep1 0.75214
+R<ILE>A<CB> R<LYS>A<CB> central_sep2 -0.432861
+R<ILE>A<CB> R<LYS>A<CB> sep1 1.73078
+R<ILE>A<CB> R<LYS>A<CB> sep2 0.0145939
+R<ILE>A<CB> R<LYS>A<CD> central_sep1 1.17799
+R<ILE>A<CB> R<LYS>A<CD> central_sep2 0.30288
+R<ILE>A<CB> R<LYS>A<CD> sep1 1.96789
+R<ILE>A<CB> R<LYS>A<CD> sep2 -0.0414281
+R<ILE>A<CB> R<LYS>A<CE> central_sep1 1.3387
+R<ILE>A<CB> R<LYS>A<CE> central_sep2 0.619042
+R<ILE>A<CB> R<LYS>A<CE> sep1 2.00223
+R<ILE>A<CB> R<LYS>A<CE> sep2 0.196404
+R<ILE>A<CB> R<LYS>A<CG> central_sep1 0.918791
+R<ILE>A<CB> R<LYS>A<CG> central_sep2 -0.0319188
+R<ILE>A<CB> R<LYS>A<CG> sep1 0.746228
+R<ILE>A<CB> R<LYS>A<CG> sep2 -0.137474
+R<ILE>A<CB> R<LYS>A<N> central_sep1 1.966
+R<ILE>A<CB> R<LYS>A<N> central_sep2 1.25584
+R<ILE>A<CB> R<LYS>A<N> sep1 -1.79213
+R<ILE>A<CB> R<LYS>A<N> sep2 1.05926
+R<ILE>A<CB> R<LYS>A<NZ> central_sep1 2.56202
+R<ILE>A<CB> R<LYS>A<NZ> central_sep2 1.59361
+R<ILE>A<CB> R<LYS>A<NZ> sep1 2.98517
+R<ILE>A<CB> R<LYS>A<NZ> sep2 0.852591
+R<ILE>A<CB> R<LYS>A<O> central_sep1 -1.52974
+R<ILE>A<CB> R<LYS>A<O> central_sep2 -0.0465234
+R<ILE>A<CB> R<LYS>A<O> sep1 0.467769
+R<ILE>A<CB> R<LYS>A<O> sep2 -0.571191
+R<ILE>A<CB> R<MET>A<C> central_sep1 1.9509
+R<ILE>A<CB> R<MET>A<C> central_sep2 1.40964
+R<ILE>A<CB> R<MET>A<C> sep1 -0.149485
+R<ILE>A<CB> R<MET>A<C> sep2 -0.23095
+R<ILE>A<CB> R<MET>A<CA> central_sep1 -1.63268
+R<ILE>A<CB> R<MET>A<CA> central_sep2 -0.413182
+R<ILE>A<CB> R<MET>A<CA> sep1 1.08839
+R<ILE>A<CB> R<MET>A<CA> sep2 0.0548776
+R<ILE>A<CB> R<MET>A<CB> central_sep1 -0.176637
+R<ILE>A<CB> R<MET>A<CB> central_sep2 -1.22713
+R<ILE>A<CB> R<MET>A<CB> sep1 1.49997
+R<ILE>A<CB> R<MET>A<CB> sep2 -0.758414
+R<ILE>A<CB> R<MET>A<CE> central_sep1 0.0923966
+R<ILE>A<CB> R<MET>A<CE> central_sep2 -1.01665
+R<ILE>A<CB> R<MET>A<CE> sep1 1.24722
+R<ILE>A<CB> R<MET>A<CE> sep2 -1.27698
+R<ILE>A<CB> R<MET>A<CG> central_sep1 0.24849
+R<ILE>A<CB> R<MET>A<CG> central_sep2 -1.07987
+R<ILE>A<CB> R<MET>A<CG> sep1 0.662771
+R<ILE>A<CB> R<MET>A<CG> sep2 -0.852937
+R<ILE>A<CB> R<MET>A<N> central_sep1 2.05748
+R<ILE>A<CB> R<MET>A<N> central_sep2 1.04232
+R<ILE>A<CB> R<MET>A<N> sep1 -1.4917
+R<ILE>A<CB> R<MET>A<N> sep2 0.912409
+R<ILE>A<CB> R<MET>A<O> central_sep1 -1.85337
+R<ILE>A<CB> R<MET>A<O> central_sep2 -0.271662
+R<ILE>A<CB> R<MET>A<O> sep1 0.412436
+R<ILE>A<CB> R<MET>A<O> sep2 -0.952693
+R<ILE>A<CB> R<MET>A<SD> central_sep1 -0.10813
+R<ILE>A<CB> R<MET>A<SD> central_sep2 -1.17216
+R<ILE>A<CB> R<MET>A<SD> sep1 1.04463
+R<ILE>A<CB> R<MET>A<SD> sep2 -1.34101
+R<ILE>A<CB> R<PHE>A<C> central_sep1 2.20292
+R<ILE>A<CB> R<PHE>A<C> central_sep2 1.12947
+R<ILE>A<CB> R<PHE>A<C> sep1 0.0499004
+R<ILE>A<CB> R<PHE>A<C> sep2 -0.397336
+R<ILE>A<CB> R<PHE>A<CA> central_sep1 -1.23162
+R<ILE>A<CB> R<PHE>A<CA> central_sep2 -0.620887
+R<ILE>A<CB> R<PHE>A<CA> sep1 1.09239
+R<ILE>A<CB> R<PHE>A<CA> sep2 0.10541
+R<ILE>A<CB> R<PHE>A<CB> central_sep1 -0.198995
+R<ILE>A<CB> R<PHE>A<CB> central_sep2 -1.48471
+R<ILE>A<CB> R<PHE>A<CB> sep1 1.43537
+R<ILE>A<CB> R<PHE>A<CB> sep2 -0.860408
+R<ILE>A<CB> R<PHE>A<CD1> central_sep1 -0.382261
+R<ILE>A<CB> R<PHE>A<CD1> central_sep2 -1.2196
+R<ILE>A<CB> R<PHE>A<CD1> sep1 0.709575
+R<ILE>A<CB> R<PHE>A<CD1> sep2 -1.30091
+R<ILE>A<CB> R<PHE>A<CE1> central_sep1 -0.0984014
+R<ILE>A<CB> R<PHE>A<CE1> central_sep2 -1.19166
+R<ILE>A<CB> R<PHE>A<CE1> sep1 0.612972
+R<ILE>A<CB> R<PHE>A<CE1> sep2 -1.55797
+R<ILE>A<CB> R<PHE>A<CG> central_sep1 1.02854
+R<ILE>A<CB> R<PHE>A<CG> central_sep2 -0.544306
+R<ILE>A<CB> R<PHE>A<CG> sep1 0.880907
+R<ILE>A<CB> R<PHE>A<CG> sep2 -2.10088
+R<ILE>A<CB> R<PHE>A<CZ> central_sep1 0.588836
+R<ILE>A<CB> R<PHE>A<CZ> central_sep2 -1.2074
+R<ILE>A<CB> R<PHE>A<CZ> sep1 1.15047
+R<ILE>A<CB> R<PHE>A<CZ> sep2 -1.57369
+R<ILE>A<CB> R<PHE>A<N> central_sep1 2.42983
+R<ILE>A<CB> R<PHE>A<N> central_sep2 0.975507
+R<ILE>A<CB> R<PHE>A<N> sep1 -1.40578
+R<ILE>A<CB> R<PHE>A<N> sep2 0.621836
+R<ILE>A<CB> R<PHE>A<O> central_sep1 -1.64862
+R<ILE>A<CB> R<PHE>A<O> central_sep2 -0.483202
+R<ILE>A<CB> R<PHE>A<O> sep1 0.461113
+R<ILE>A<CB> R<PHE>A<O> sep2 -1.20334
+R<ILE>A<CB> R<PRO>A<C> central_sep1 2.3219
+R<ILE>A<CB> R<PRO>A<C> central_sep2 1.7555
+R<ILE>A<CB> R<PRO>A<C> sep1 0.197773
+R<ILE>A<CB> R<PRO>A<C> sep2 0.364199
+R<ILE>A<CB> R<PRO>A<CA> central_sep1 -0.854086
+R<ILE>A<CB> R<PRO>A<CA> central_sep2 0.182563
+R<ILE>A<CB> R<PRO>A<CA> sep1 1.17596
+R<ILE>A<CB> R<PRO>A<CA> sep2 0.285264
+R<ILE>A<CB> R<PRO>A<CB> central_sep1 0.959356
+R<ILE>A<CB> R<PRO>A<CB> central_sep2 -0.0148717
+R<ILE>A<CB> R<PRO>A<CB> sep1 1.92741
+R<ILE>A<CB> R<PRO>A<CB> sep2 -0.371869
+R<ILE>A<CB> R<PRO>A<CD> central_sep1 -0.994523
+R<ILE>A<CB> R<PRO>A<CD> central_sep2 0.460459
+R<ILE>A<CB> R<PRO>A<CD> sep1 -0.164718
+R<ILE>A<CB> R<PRO>A<CD> sep2 0.259823
+R<ILE>A<CB> R<PRO>A<CG> central_sep1 1.34617
+R<ILE>A<CB> R<PRO>A<CG> central_sep2 -0.0927025
+R<ILE>A<CB> R<PRO>A<CG> sep1 1.96586
+R<ILE>A<CB> R<PRO>A<CG> sep2 -0.484067
+R<ILE>A<CB> R<PRO>A<N> central_sep1 2.37622
+R<ILE>A<CB> R<PRO>A<N> central_sep2 1.70424
+R<ILE>A<CB> R<PRO>A<N> sep1 -1.36562
+R<ILE>A<CB> R<PRO>A<N> sep2 0.362026
+R<ILE>A<CB> R<PRO>A<O> central_sep1 -1.37799
+R<ILE>A<CB> R<PRO>A<O> central_sep2 0.0947535
+R<ILE>A<CB> R<PRO>A<O> sep1 0.46097
+R<ILE>A<CB> R<PRO>A<O> sep2 -0.369368
+R<ILE>A<CB> R<SER>A<C> central_sep1 2.42825
+R<ILE>A<CB> R<SER>A<C> central_sep2 0.938562
+R<ILE>A<CB> R<SER>A<C> sep1 -0.0693451
+R<ILE>A<CB> R<SER>A<C> sep2 -0.0234703
+R<ILE>A<CB> R<SER>A<CA> central_sep1 -0.886474
+R<ILE>A<CB> R<SER>A<CA> central_sep2 0.21994
+R<ILE>A<CB> R<SER>A<CA> sep1 1.57723
+R<ILE>A<CB> R<SER>A<CA> sep2 0.173053
+R<ILE>A<CB> R<SER>A<CB> central_sep1 0.461407
+R<ILE>A<CB> R<SER>A<CB> central_sep2 -0.51734
+R<ILE>A<CB> R<SER>A<CB> sep1 1.68169
+R<ILE>A<CB> R<SER>A<CB> sep2 -0.298031
+R<ILE>A<CB> R<SER>A<N> central_sep1 1.05939
+R<ILE>A<CB> R<SER>A<N> central_sep2 0.854518
+R<ILE>A<CB> R<SER>A<N> sep1 -1.63187
+R<ILE>A<CB> R<SER>A<N> sep2 0.832392
+R<ILE>A<CB> R<SER>A<O> central_sep1 -1.35896
+R<ILE>A<CB> R<SER>A<O> central_sep2 -0.0690983
+R<ILE>A<CB> R<SER>A<O> sep1 0.333402
+R<ILE>A<CB> R<SER>A<O> sep2 -0.487352
+R<ILE>A<CB> R<SER>A<OG> central_sep1 -0.0874934
+R<ILE>A<CB> R<SER>A<OG> central_sep2 -0.193019
+R<ILE>A<CB> R<SER>A<OG> sep1 1.44374
+R<ILE>A<CB> R<SER>A<OG> sep2 -0.125075
+R<ILE>A<CB> R<THR>A<C> central_sep1 2.36202
+R<ILE>A<CB> R<THR>A<C> central_sep2 0.978377
+R<ILE>A<CB> R<THR>A<C> sep1 0.0272212
+R<ILE>A<CB> R<THR>A<C> sep2 -0.331475
+R<ILE>A<CB> R<THR>A<CA> central_sep1 -0.921426
+R<ILE>A<CB> R<THR>A<CA> central_sep2 -0.0246148
+R<ILE>A<CB> R<THR>A<CA> sep1 1.53336
+R<ILE>A<CB> R<THR>A<CA> sep2 0.269655
+R<ILE>A<CB> R<THR>A<CB> central_sep1 0.383639
+R<ILE>A<CB> R<THR>A<CB> central_sep2 -0.861669
+R<ILE>A<CB> R<THR>A<CB> sep1 1.53758
+R<ILE>A<CB> R<THR>A<CB> sep2 -0.479178
+R<ILE>A<CB> R<THR>A<CG2> central_sep1 0.642177
+R<ILE>A<CB> R<THR>A<CG2> central_sep2 -0.670503
+R<ILE>A<CB> R<THR>A<CG2> sep1 1.15642
+R<ILE>A<CB> R<THR>A<CG2> sep2 -0.528354
+R<ILE>A<CB> R<THR>A<N> central_sep1 1.09195
+R<ILE>A<CB> R<THR>A<N> central_sep2 1.0663
+R<ILE>A<CB> R<THR>A<N> sep1 -1.55424
+R<ILE>A<CB> R<THR>A<N> sep2 0.956676
+R<ILE>A<CB> R<THR>A<O> central_sep1 -1.3589
+R<ILE>A<CB> R<THR>A<O> central_sep2 -0.252056
+R<ILE>A<CB> R<THR>A<O> sep1 0.221055
+R<ILE>A<CB> R<THR>A<O> sep2 -0.787513
+R<ILE>A<CB> R<THR>A<OG1> central_sep1 -0.11
+R<ILE>A<CB> R<THR>A<OG1> central_sep2 -0.328478
+R<ILE>A<CB> R<THR>A<OG1> sep1 1.36547
+R<ILE>A<CB> R<THR>A<OG1> sep2 -0.170324
+R<ILE>A<CB> R<TRP>A<C> central_sep1 2.0506
+R<ILE>A<CB> R<TRP>A<C> central_sep2 1.40511
+R<ILE>A<CB> R<TRP>A<C> sep1 -0.185509
+R<ILE>A<CB> R<TRP>A<C> sep2 -0.599713
+R<ILE>A<CB> R<TRP>A<CA> central_sep1 -1.31645
+R<ILE>A<CB> R<TRP>A<CA> central_sep2 -0.322129
+R<ILE>A<CB> R<TRP>A<CA> sep1 1.3465
+R<ILE>A<CB> R<TRP>A<CA> sep2 0.129742
+R<ILE>A<CB> R<TRP>A<CB> central_sep1 0.135604
+R<ILE>A<CB> R<TRP>A<CB> central_sep2 -1.57772
+R<ILE>A<CB> R<TRP>A<CB> sep1 1.62517
+R<ILE>A<CB> R<TRP>A<CB> sep2 -0.778096
+R<ILE>A<CB> R<TRP>A<CD1> central_sep1 0.114031
+R<ILE>A<CB> R<TRP>A<CD1> central_sep2 -0.950453
+R<ILE>A<CB> R<TRP>A<CD1> sep1 1.0747
+R<ILE>A<CB> R<TRP>A<CD1> sep2 -0.996306
+R<ILE>A<CB> R<TRP>A<CD2> central_sep1 0.471038
+R<ILE>A<CB> R<TRP>A<CD2> central_sep2 -0.79378
+R<ILE>A<CB> R<TRP>A<CD2> sep1 0.393458
+R<ILE>A<CB> R<TRP>A<CD2> sep2 -1.45671
+R<ILE>A<CB> R<TRP>A<CE2> central_sep1 -0.396211
+R<ILE>A<CB> R<TRP>A<CE2> central_sep2 -1.00947
+R<ILE>A<CB> R<TRP>A<CE2> sep1 0.719449
+R<ILE>A<CB> R<TRP>A<CE2> sep2 -1.3101
+R<ILE>A<CB> R<TRP>A<CE3> central_sep1 -1.09915
+R<ILE>A<CB> R<TRP>A<CE3> central_sep2 -0.914847
+R<ILE>A<CB> R<TRP>A<CE3> sep1 0.728217
+R<ILE>A<CB> R<TRP>A<CE3> sep2 -1.03154
+R<ILE>A<CB> R<TRP>A<CG> central_sep1 1.08771
+R<ILE>A<CB> R<TRP>A<CG> central_sep2 -0.871839
+R<ILE>A<CB> R<TRP>A<CG> sep1 0.957769
+R<ILE>A<CB> R<TRP>A<CG> sep2 -1.91835
+R<ILE>A<CB> R<TRP>A<CH2> central_sep1 1.47605
+R<ILE>A<CB> R<TRP>A<CH2> central_sep2 -1.0474
+R<ILE>A<CB> R<TRP>A<CH2> sep1 2.14566
+R<ILE>A<CB> R<TRP>A<CH2> sep2 -1.44679
+R<ILE>A<CB> R<TRP>A<CZ2> central_sep1 0.420998
+R<ILE>A<CB> R<TRP>A<CZ2> central_sep2 -0.836772
+R<ILE>A<CB> R<TRP>A<CZ2> sep1 1.63342
+R<ILE>A<CB> R<TRP>A<CZ2> sep2 -1.12284
+R<ILE>A<CB> R<TRP>A<CZ3> central_sep1 0.499206
+R<ILE>A<CB> R<TRP>A<CZ3> central_sep2 -0.921645
+R<ILE>A<CB> R<TRP>A<CZ3> sep1 1.13325
+R<ILE>A<CB> R<TRP>A<CZ3> sep2 -1.41559
+R<ILE>A<CB> R<TRP>A<N> central_sep1 2.12954
+R<ILE>A<CB> R<TRP>A<N> central_sep2 0.892385
+R<ILE>A<CB> R<TRP>A<N> sep1 -1.27716
+R<ILE>A<CB> R<TRP>A<N> sep2 0.979502
+R<ILE>A<CB> R<TRP>A<NE1> central_sep1 -0.194756
+R<ILE>A<CB> R<TRP>A<NE1> central_sep2 -0.599655
+R<ILE>A<CB> R<TRP>A<NE1> sep1 0.650524
+R<ILE>A<CB> R<TRP>A<NE1> sep2 -0.991166
+R<ILE>A<CB> R<TRP>A<O> central_sep1 -1.67909
+R<ILE>A<CB> R<TRP>A<O> central_sep2 -0.356167
+R<ILE>A<CB> R<TRP>A<O> sep1 0.517729
+R<ILE>A<CB> R<TRP>A<O> sep2 -0.961134
+R<ILE>A<CB> R<TYR>A<C> central_sep1 2.14079
+R<ILE>A<CB> R<TYR>A<C> central_sep2 0.967593
+R<ILE>A<CB> R<TYR>A<C> sep1 -0.0282945
+R<ILE>A<CB> R<TYR>A<C> sep2 -0.379468
+R<ILE>A<CB> R<TYR>A<CA> central_sep1 -1.11307
+R<ILE>A<CB> R<TYR>A<CA> central_sep2 -0.393751
+R<ILE>A<CB> R<TYR>A<CA> sep1 1.27429
+R<ILE>A<CB> R<TYR>A<CA> sep2 0.287267
+R<ILE>A<CB> R<TYR>A<CB> central_sep1 -0.024357
+R<ILE>A<CB> R<TYR>A<CB> central_sep2 -1.51225
+R<ILE>A<CB> R<TYR>A<CB> sep1 1.43075
+R<ILE>A<CB> R<TYR>A<CB> sep2 -0.85317
+R<ILE>A<CB> R<TYR>A<CD1> central_sep1 -0.129598
+R<ILE>A<CB> R<TYR>A<CD1> central_sep2 -1.00936
+R<ILE>A<CB> R<TYR>A<CD1> sep1 0.916031
+R<ILE>A<CB> R<TYR>A<CD1> sep2 -1.14658
+R<ILE>A<CB> R<TYR>A<CE1> central_sep1 0.0965176
+R<ILE>A<CB> R<TYR>A<CE1> central_sep2 -0.869618
+R<ILE>A<CB> R<TYR>A<CE1> sep1 0.910183
+R<ILE>A<CB> R<TYR>A<CE1> sep2 -1.17837
+R<ILE>A<CB> R<TYR>A<CG> central_sep1 0.931712
+R<ILE>A<CB> R<TYR>A<CG> central_sep2 -0.369499
+R<ILE>A<CB> R<TYR>A<CG> sep1 1.10651
+R<ILE>A<CB> R<TYR>A<CG> sep2 -1.83727
+R<ILE>A<CB> R<TYR>A<CZ> central_sep1 0.129181
+R<ILE>A<CB> R<TYR>A<CZ> central_sep2 -0.926248
+R<ILE>A<CB> R<TYR>A<CZ> sep1 0.964593
+R<ILE>A<CB> R<TYR>A<CZ> sep2 -1.58709
+R<ILE>A<CB> R<TYR>A<N> central_sep1 2.18002
+R<ILE>A<CB> R<TYR>A<N> central_sep2 0.862571
+R<ILE>A<CB> R<TYR>A<N> sep1 -1.40994
+R<ILE>A<CB> R<TYR>A<N> sep2 0.626312
+R<ILE>A<CB> R<TYR>A<O> central_sep1 -1.58014
+R<ILE>A<CB> R<TYR>A<O> central_sep2 -0.436969
+R<ILE>A<CB> R<TYR>A<O> sep1 0.372141
+R<ILE>A<CB> R<TYR>A<O> sep2 -1.13538
+R<ILE>A<CB> R<TYR>A<OH> central_sep1 1.13401
+R<ILE>A<CB> R<TYR>A<OH> central_sep2 -0.588803
+R<ILE>A<CB> R<TYR>A<OH> sep1 1.60118
+R<ILE>A<CB> R<TYR>A<OH> sep2 -0.958584
+R<ILE>A<CB> R<VAL>A<C> central_sep1 3.05192
+R<ILE>A<CB> R<VAL>A<C> central_sep2 1.69651
+R<ILE>A<CB> R<VAL>A<C> sep1 0.20644
+R<ILE>A<CB> R<VAL>A<C> sep2 -0.572439
+R<ILE>A<CB> R<VAL>A<CA> central_sep1 -1.28284
+R<ILE>A<CB> R<VAL>A<CA> central_sep2 -1.1501
+R<ILE>A<CB> R<VAL>A<CA> sep1 1.32668
+R<ILE>A<CB> R<VAL>A<CA> sep2 0.0271104
+R<ILE>A<CB> R<VAL>A<CB> central_sep1 0.193706
+R<ILE>A<CB> R<VAL>A<CB> central_sep2 -1.77627
+R<ILE>A<CB> R<VAL>A<CB> sep1 1.36697
+R<ILE>A<CB> R<VAL>A<CB> sep2 -1.28185
+R<ILE>A<CB> R<VAL>A<CG1> central_sep1 0.432334
+R<ILE>A<CB> R<VAL>A<CG1> central_sep2 -1.25957
+R<ILE>A<CB> R<VAL>A<CG1> sep1 1.32483
+R<ILE>A<CB> R<VAL>A<CG1> sep2 -1.21432
+R<ILE>A<CB> R<VAL>A<CG2> central_sep1 0.31279
+R<ILE>A<CB> R<VAL>A<CG2> central_sep2 -1.49737
+R<ILE>A<CB> R<VAL>A<CG2> sep1 0.878303
+R<ILE>A<CB> R<VAL>A<CG2> sep2 -1.24744
+R<ILE>A<CB> R<VAL>A<N> central_sep1 2.32254
+R<ILE>A<CB> R<VAL>A<N> central_sep2 1.17849
+R<ILE>A<CB> R<VAL>A<N> sep1 -1.36525
+R<ILE>A<CB> R<VAL>A<N> sep2 0.921697
+R<ILE>A<CB> R<VAL>A<O> central_sep1 -1.61184
+R<ILE>A<CB> R<VAL>A<O> central_sep2 -0.581266
+R<ILE>A<CB> R<VAL>A<O> sep1 0.467366
+R<ILE>A<CB> R<VAL>A<O> sep2 -1.32165
+R<ILE>A<CB> c<solvent> . 1.16118
+R<ILE>A<CD1> R<ILE>A<CD1> central_sep1 -0.318532
+R<ILE>A<CD1> R<ILE>A<CD1> central_sep2 -2.35533
+R<ILE>A<CD1> R<ILE>A<CD1> sep1 1.94602
+R<ILE>A<CD1> R<ILE>A<CD1> sep2 -1.19124
+R<ILE>A<CD1> R<ILE>A<CG1> central_sep1 -0.137953
+R<ILE>A<CD1> R<ILE>A<CG1> central_sep2 -1.94497
+R<ILE>A<CD1> R<ILE>A<CG1> sep1 1.24063
+R<ILE>A<CD1> R<ILE>A<CG1> sep2 -1.55103
+R<ILE>A<CD1> R<ILE>A<CG2> central_sep1 -0.899653
+R<ILE>A<CD1> R<ILE>A<CG2> central_sep2 -2.20959
+R<ILE>A<CD1> R<ILE>A<CG2> sep1 1.27274
+R<ILE>A<CD1> R<ILE>A<CG2> sep2 -0.86049
+R<ILE>A<CD1> R<ILE>A<N> central_sep1 2.30138
+R<ILE>A<CD1> R<ILE>A<N> central_sep2 0.412321
+R<ILE>A<CD1> R<ILE>A<N> sep1 2.3217
+R<ILE>A<CD1> R<ILE>A<N> sep2 0.15203
+R<ILE>A<CD1> R<ILE>A<O> central_sep1 0.477685
+R<ILE>A<CD1> R<ILE>A<O> central_sep2 -0.404023
+R<ILE>A<CD1> R<ILE>A<O> sep1 1.02655
+R<ILE>A<CD1> R<ILE>A<O> sep2 0.155588
+R<ILE>A<CD1> R<LEU>A<C> central_sep1 0.961507
+R<ILE>A<CD1> R<LEU>A<C> central_sep2 -0.318035
+R<ILE>A<CD1> R<LEU>A<C> sep1 0.0574942
+R<ILE>A<CD1> R<LEU>A<C> sep2 -0.797603
+R<ILE>A<CD1> R<LEU>A<CA> central_sep1 -0.549469
+R<ILE>A<CD1> R<LEU>A<CA> central_sep2 -0.632956
+R<ILE>A<CD1> R<LEU>A<CA> sep1 1.6152
+R<ILE>A<CD1> R<LEU>A<CA> sep2 -0.201709
+R<ILE>A<CD1> R<LEU>A<CB> central_sep1 -0.503858
+R<ILE>A<CD1> R<LEU>A<CB> central_sep2 -1.67159
+R<ILE>A<CD1> R<LEU>A<CB> sep1 1.40785
+R<ILE>A<CD1> R<LEU>A<CB> sep2 -1.02492
+R<ILE>A<CD1> R<LEU>A<CD1> central_sep1 -0.43064
+R<ILE>A<CD1> R<LEU>A<CD1> central_sep2 -2.1247
+R<ILE>A<CD1> R<LEU>A<CD1> sep1 1.71663
+R<ILE>A<CD1> R<LEU>A<CD1> sep2 -0.867637
+R<ILE>A<CD1> R<LEU>A<CD2> central_sep1 -0.676597
+R<ILE>A<CD1> R<LEU>A<CD2> central_sep2 -2.14284
+R<ILE>A<CD1> R<LEU>A<CD2> sep1 1.45188
+R<ILE>A<CD1> R<LEU>A<CD2> sep2 -0.77725
+R<ILE>A<CD1> R<LEU>A<CG> central_sep1 -1.04184
+R<ILE>A<CD1> R<LEU>A<CG> central_sep2 -1.42236
+R<ILE>A<CD1> R<LEU>A<CG> sep1 1.16317
+R<ILE>A<CD1> R<LEU>A<CG> sep2 -1.63541
+R<ILE>A<CD1> R<LEU>A<N> central_sep1 2.06027
+R<ILE>A<CD1> R<LEU>A<N> central_sep2 0.262826
+R<ILE>A<CD1> R<LEU>A<N> sep1 2.30132
+R<ILE>A<CD1> R<LEU>A<N> sep2 0.108421
+R<ILE>A<CD1> R<LEU>A<O> central_sep1 0.341791
+R<ILE>A<CD1> R<LEU>A<O> central_sep2 -0.46712
+R<ILE>A<CD1> R<LEU>A<O> sep1 1.06794
+R<ILE>A<CD1> R<LEU>A<O> sep2 0.078973
+R<ILE>A<CD1> R<LYS>A<C> central_sep1 0.827056
+R<ILE>A<CD1> R<LYS>A<C> central_sep2 0.145611
+R<ILE>A<CD1> R<LYS>A<C> sep1 0.144827
+R<ILE>A<CD1> R<LYS>A<C> sep2 -0.269217
+R<ILE>A<CD1> R<LYS>A<CA> central_sep1 -0.153551
+R<ILE>A<CD1> R<LYS>A<CA> central_sep2 -0.296159
+R<ILE>A<CD1> R<LYS>A<CA> sep1 1.70596
+R<ILE>A<CD1> R<LYS>A<CA> sep2 0.333
+R<ILE>A<CD1> R<LYS>A<CB> central_sep1 0.132598
+R<ILE>A<CD1> R<LYS>A<CB> central_sep2 -0.685044
+R<ILE>A<CD1> R<LYS>A<CB> sep1 1.56915
+R<ILE>A<CD1> R<LYS>A<CB> sep2 0.015664
+R<ILE>A<CD1> R<LYS>A<CD> central_sep1 0.375106
+R<ILE>A<CD1> R<LYS>A<CD> central_sep2 -0.466431
+R<ILE>A<CD1> R<LYS>A<CD> sep1 1.77643
+R<ILE>A<CD1> R<LYS>A<CD> sep2 -0.129252
+R<ILE>A<CD1> R<LYS>A<CE> central_sep1 0.457031
+R<ILE>A<CD1> R<LYS>A<CE> central_sep2 0.0103399
+R<ILE>A<CD1> R<LYS>A<CE> sep1 2.15337
+R<ILE>A<CD1> R<LYS>A<CE> sep2 0.25482
+R<ILE>A<CD1> R<LYS>A<CG> central_sep1 0.0189552
+R<ILE>A<CD1> R<LYS>A<CG> central_sep2 -0.627487
+R<ILE>A<CD1> R<LYS>A<CG> sep1 1.46121
+R<ILE>A<CD1> R<LYS>A<CG> sep2 -0.047205
+R<ILE>A<CD1> R<LYS>A<N> central_sep1 2.11163
+R<ILE>A<CD1> R<LYS>A<N> central_sep2 0.724626
+R<ILE>A<CD1> R<LYS>A<N> sep1 2.26479
+R<ILE>A<CD1> R<LYS>A<N> sep2 0.562823
+R<ILE>A<CD1> R<LYS>A<NZ> central_sep1 1.85171
+R<ILE>A<CD1> R<LYS>A<NZ> central_sep2 1.06465
+R<ILE>A<CD1> R<LYS>A<NZ> sep1 2.48926
+R<ILE>A<CD1> R<LYS>A<NZ> sep2 0.711794
+R<ILE>A<CD1> R<LYS>A<O> central_sep1 0.45818
+R<ILE>A<CD1> R<LYS>A<O> central_sep2 0.188336
+R<ILE>A<CD1> R<LYS>A<O> sep1 1.22397
+R<ILE>A<CD1> R<LYS>A<O> sep2 0.673663
+R<ILE>A<CD1> R<MET>A<C> central_sep1 0.84358
+R<ILE>A<CD1> R<MET>A<C> central_sep2 -0.37406
+R<ILE>A<CD1> R<MET>A<C> sep1 -0.0325428
+R<ILE>A<CD1> R<MET>A<C> sep2 -0.851101
+R<ILE>A<CD1> R<MET>A<CA> central_sep1 -0.362856
+R<ILE>A<CD1> R<MET>A<CA> central_sep2 -0.673061
+R<ILE>A<CD1> R<MET>A<CA> sep1 1.72962
+R<ILE>A<CD1> R<MET>A<CA> sep2 -0.17619
+R<ILE>A<CD1> R<MET>A<CB> central_sep1 -0.249274
+R<ILE>A<CD1> R<MET>A<CB> central_sep2 -1.51361
+R<ILE>A<CD1> R<MET>A<CB> sep1 1.4542
+R<ILE>A<CD1> R<MET>A<CB> sep2 -0.717299
+R<ILE>A<CD1> R<MET>A<CE> central_sep1 -0.244969
+R<ILE>A<CD1> R<MET>A<CE> central_sep2 -1.75778
+R<ILE>A<CD1> R<MET>A<CE> sep1 1.93378
+R<ILE>A<CD1> R<MET>A<CE> sep2 -0.692259
+R<ILE>A<CD1> R<MET>A<CG> central_sep1 -0.407403
+R<ILE>A<CD1> R<MET>A<CG> central_sep2 -1.48802
+R<ILE>A<CD1> R<MET>A<CG> sep1 1.57241
+R<ILE>A<CD1> R<MET>A<CG> sep2 -0.804352
+R<ILE>A<CD1> R<MET>A<N> central_sep1 2.00484
+R<ILE>A<CD1> R<MET>A<N> central_sep2 0.316893
+R<ILE>A<CD1> R<MET>A<N> sep1 2.33975
+R<ILE>A<CD1> R<MET>A<N> sep2 0.230918
+R<ILE>A<CD1> R<MET>A<O> central_sep1 0.260064
+R<ILE>A<CD1> R<MET>A<O> central_sep2 -0.456696
+R<ILE>A<CD1> R<MET>A<O> sep1 1.03524
+R<ILE>A<CD1> R<MET>A<O> sep2 0.12631
+R<ILE>A<CD1> R<MET>A<SD> central_sep1 -0.591233
+R<ILE>A<CD1> R<MET>A<SD> central_sep2 -1.93703
+R<ILE>A<CD1> R<MET>A<SD> sep1 1.43954
+R<ILE>A<CD1> R<MET>A<SD> sep2 -1.02449
+R<ILE>A<CD1> R<PHE>A<C> central_sep1 0.736687
+R<ILE>A<CD1> R<PHE>A<C> central_sep2 -0.233007
+R<ILE>A<CD1> R<PHE>A<C> sep1 0.326922
+R<ILE>A<CD1> R<PHE>A<C> sep2 -0.666162
+R<ILE>A<CD1> R<PHE>A<CA> central_sep1 -0.15679
+R<ILE>A<CD1> R<PHE>A<CA> central_sep2 -0.622359
+R<ILE>A<CD1> R<PHE>A<CA> sep1 1.77363
+R<ILE>A<CD1> R<PHE>A<CA> sep2 0.0170806
+R<ILE>A<CD1> R<PHE>A<CB> central_sep1 -0.394615
+R<ILE>A<CD1> R<PHE>A<CB> central_sep2 -1.73394
+R<ILE>A<CD1> R<PHE>A<CB> sep1 1.56037
+R<ILE>A<CD1> R<PHE>A<CB> sep2 -1.04697
+R<ILE>A<CD1> R<PHE>A<CD1> central_sep1 -0.387864
+R<ILE>A<CD1> R<PHE>A<CD1> central_sep2 -1.70229
+R<ILE>A<CD1> R<PHE>A<CD1> sep1 1.30639
+R<ILE>A<CD1> R<PHE>A<CD1> sep2 -1.4765
+R<ILE>A<CD1> R<PHE>A<CE1> central_sep1 -0.174389
+R<ILE>A<CD1> R<PHE>A<CE1> central_sep2 -1.86246
+R<ILE>A<CD1> R<PHE>A<CE1> sep1 1.04841
+R<ILE>A<CD1> R<PHE>A<CE1> sep2 -1.49305
+R<ILE>A<CD1> R<PHE>A<CG> central_sep1 0.585803
+R<ILE>A<CD1> R<PHE>A<CG> central_sep2 -1.75028
+R<ILE>A<CD1> R<PHE>A<CG> sep1 0.245064
+R<ILE>A<CD1> R<PHE>A<CG> sep2 -2.85527
+R<ILE>A<CD1> R<PHE>A<CZ> central_sep1 -0.10773
+R<ILE>A<CD1> R<PHE>A<CZ> central_sep2 -1.95424
+R<ILE>A<CD1> R<PHE>A<CZ> sep1 1.19938
+R<ILE>A<CD1> R<PHE>A<CZ> sep2 -1.61331
+R<ILE>A<CD1> R<PHE>A<N> central_sep1 2.0664
+R<ILE>A<CD1> R<PHE>A<N> central_sep2 0.446912
+R<ILE>A<CD1> R<PHE>A<N> sep1 2.29632
+R<ILE>A<CD1> R<PHE>A<N> sep2 0.162155
+R<ILE>A<CD1> R<PHE>A<O> central_sep1 0.448813
+R<ILE>A<CD1> R<PHE>A<O> central_sep2 -0.3262
+R<ILE>A<CD1> R<PHE>A<O> sep1 1.34903
+R<ILE>A<CD1> R<PHE>A<O> sep2 0.208988
+R<ILE>A<CD1> R<PRO>A<C> central_sep1 1.13138
+R<ILE>A<CD1> R<PRO>A<C> central_sep2 0.582863
+R<ILE>A<CD1> R<PRO>A<C> sep1 0.677165
+R<ILE>A<CD1> R<PRO>A<C> sep2 0.0293094
+R<ILE>A<CD1> R<PRO>A<CA> central_sep1 0.0153936
+R<ILE>A<CD1> R<PRO>A<CA> central_sep2 -0.07432
+R<ILE>A<CD1> R<PRO>A<CA> sep1 2.19907
+R<ILE>A<CD1> R<PRO>A<CA> sep2 0.182324
+R<ILE>A<CD1> R<PRO>A<CB> central_sep1 0.380809
+R<ILE>A<CD1> R<PRO>A<CB> central_sep2 -0.870222
+R<ILE>A<CD1> R<PRO>A<CB> sep1 1.72057
+R<ILE>A<CD1> R<PRO>A<CB> sep2 -0.203039
+R<ILE>A<CD1> R<PRO>A<CD> central_sep1 1.173
+R<ILE>A<CD1> R<PRO>A<CD> central_sep2 -0.338453
+R<ILE>A<CD1> R<PRO>A<CD> sep1 1.83554
+R<ILE>A<CD1> R<PRO>A<CD> sep2 0.14831
+R<ILE>A<CD1> R<PRO>A<CG> central_sep1 0.44088
+R<ILE>A<CD1> R<PRO>A<CG> central_sep2 -0.927561
+R<ILE>A<CD1> R<PRO>A<CG> sep1 1.78594
+R<ILE>A<CD1> R<PRO>A<CG> sep2 -0.309727
+R<ILE>A<CD1> R<PRO>A<N> central_sep1 2.02364
+R<ILE>A<CD1> R<PRO>A<N> central_sep2 0.410031
+R<ILE>A<CD1> R<PRO>A<N> sep1 0.932334
+R<ILE>A<CD1> R<PRO>A<N> sep2 -0.704588
+R<ILE>A<CD1> R<PRO>A<O> central_sep1 0.409431
+R<ILE>A<CD1> R<PRO>A<O> central_sep2 -0.117793
+R<ILE>A<CD1> R<PRO>A<O> sep1 1.2057
+R<ILE>A<CD1> R<PRO>A<O> sep2 0.755867
+R<ILE>A<CD1> R<SER>A<C> central_sep1 0.904292
+R<ILE>A<CD1> R<SER>A<C> central_sep2 -0.0509434
+R<ILE>A<CD1> R<SER>A<C> sep1 0.129593
+R<ILE>A<CD1> R<SER>A<C> sep2 -0.326566
+R<ILE>A<CD1> R<SER>A<CA> central_sep1 0.198208
+R<ILE>A<CD1> R<SER>A<CA> central_sep2 -0.360788
+R<ILE>A<CD1> R<SER>A<CA> sep1 1.94071
+R<ILE>A<CD1> R<SER>A<CA> sep2 0.0981622
+R<ILE>A<CD1> R<SER>A<CB> central_sep1 0.390603
+R<ILE>A<CD1> R<SER>A<CB> central_sep2 -0.79026
+R<ILE>A<CD1> R<SER>A<CB> sep1 1.90216
+R<ILE>A<CD1> R<SER>A<CB> sep2 0.145904
+R<ILE>A<CD1> R<SER>A<N> central_sep1 1.78175
+R<ILE>A<CD1> R<SER>A<N> central_sep2 0.596803
+R<ILE>A<CD1> R<SER>A<N> sep1 2.25097
+R<ILE>A<CD1> R<SER>A<N> sep2 0.368078
+R<ILE>A<CD1> R<SER>A<O> central_sep1 0.526691
+R<ILE>A<CD1> R<SER>A<O> central_sep2 0.05596
+R<ILE>A<CD1> R<SER>A<O> sep1 1.26406
+R<ILE>A<CD1> R<SER>A<O> sep2 0.543069
+R<ILE>A<CD1> R<SER>A<OG> central_sep1 0.715618
+R<ILE>A<CD1> R<SER>A<OG> central_sep2 -0.19924
+R<ILE>A<CD1> R<SER>A<OG> sep1 1.85288
+R<ILE>A<CD1> R<SER>A<OG> sep2 -0.0332252
+R<ILE>A<CD1> R<THR>A<C> central_sep1 0.837333
+R<ILE>A<CD1> R<THR>A<C> central_sep2 -0.163671
+R<ILE>A<CD1> R<THR>A<C> sep1 0.0121067
+R<ILE>A<CD1> R<THR>A<C> sep2 -0.351304
+R<ILE>A<CD1> R<THR>A<CA> central_sep1 0.184415
+R<ILE>A<CD1> R<THR>A<CA> central_sep2 -0.359321
+R<ILE>A<CD1> R<THR>A<CA> sep1 1.82775
+R<ILE>A<CD1> R<THR>A<CA> sep2 0.0605286
+R<ILE>A<CD1> R<THR>A<CB> central_sep1 0.451993
+R<ILE>A<CD1> R<THR>A<CB> central_sep2 -0.647712
+R<ILE>A<CD1> R<THR>A<CB> sep1 1.62386
+R<ILE>A<CD1> R<THR>A<CB> sep2 -0.641801
+R<ILE>A<CD1> R<THR>A<CG2> central_sep1 -0.220354
+R<ILE>A<CD1> R<THR>A<CG2> central_sep2 -1.20828
+R<ILE>A<CD1> R<THR>A<CG2> sep1 1.727
+R<ILE>A<CD1> R<THR>A<CG2> sep2 -0.0483082
+R<ILE>A<CD1> R<THR>A<N> central_sep1 2.0112
+R<ILE>A<CD1> R<THR>A<N> central_sep2 0.84223
+R<ILE>A<CD1> R<THR>A<N> sep1 2.393
+R<ILE>A<CD1> R<THR>A<N> sep2 0.558599
+R<ILE>A<CD1> R<THR>A<O> central_sep1 0.488088
+R<ILE>A<CD1> R<THR>A<O> central_sep2 0.0287769
+R<ILE>A<CD1> R<THR>A<O> sep1 1.08348
+R<ILE>A<CD1> R<THR>A<O> sep2 0.390361
+R<ILE>A<CD1> R<THR>A<OG1> central_sep1 0.910802
+R<ILE>A<CD1> R<THR>A<OG1> central_sep2 -0.383201
+R<ILE>A<CD1> R<THR>A<OG1> sep1 1.98926
+R<ILE>A<CD1> R<THR>A<OG1> sep2 -0.0166288
+R<ILE>A<CD1> R<TRP>A<C> central_sep1 0.773725
+R<ILE>A<CD1> R<TRP>A<C> central_sep2 -0.170098
+R<ILE>A<CD1> R<TRP>A<C> sep1 0.347669
+R<ILE>A<CD1> R<TRP>A<C> sep2 -0.505664
+R<ILE>A<CD1> R<TRP>A<CA> central_sep1 -0.225422
+R<ILE>A<CD1> R<TRP>A<CA> central_sep2 -0.374843
+R<ILE>A<CD1> R<TRP>A<CA> sep1 2.00004
+R<ILE>A<CD1> R<TRP>A<CA> sep2 0.135709
+R<ILE>A<CD1> R<TRP>A<CB> central_sep1 -0.275692
+R<ILE>A<CD1> R<TRP>A<CB> central_sep2 -1.59868
+R<ILE>A<CD1> R<TRP>A<CB> sep1 1.6686
+R<ILE>A<CD1> R<TRP>A<CB> sep2 -0.776222
+R<ILE>A<CD1> R<TRP>A<CD1> central_sep1 0.29565
+R<ILE>A<CD1> R<TRP>A<CD1> central_sep2 -1.06552
+R<ILE>A<CD1> R<TRP>A<CD1> sep1 2.01715
+R<ILE>A<CD1> R<TRP>A<CD1> sep2 -0.621438
+R<ILE>A<CD1> R<TRP>A<CD2> central_sep1 0.276244
+R<ILE>A<CD1> R<TRP>A<CD2> central_sep2 -1.53795
+R<ILE>A<CD1> R<TRP>A<CD2> sep1 0.488538
+R<ILE>A<CD1> R<TRP>A<CD2> sep2 -2.01808
+R<ILE>A<CD1> R<TRP>A<CE2> central_sep1 0.110155
+R<ILE>A<CD1> R<TRP>A<CE2> central_sep2 -1.20367
+R<ILE>A<CD1> R<TRP>A<CE2> sep1 0.670659
+R<ILE>A<CD1> R<TRP>A<CE2> sep2 -1.98182
+R<ILE>A<CD1> R<TRP>A<CE3> central_sep1 -0.788251
+R<ILE>A<CD1> R<TRP>A<CE3> central_sep2 -1.56002
+R<ILE>A<CD1> R<TRP>A<CE3> sep1 1.64882
+R<ILE>A<CD1> R<TRP>A<CE3> sep2 -1.42819
+R<ILE>A<CD1> R<TRP>A<CG> central_sep1 1.20914
+R<ILE>A<CD1> R<TRP>A<CG> central_sep2 -1.44424
+R<ILE>A<CD1> R<TRP>A<CG> sep1 0.591465
+R<ILE>A<CD1> R<TRP>A<CG> sep2 -2.64855
+R<ILE>A<CD1> R<TRP>A<CH2> central_sep1 0.617891
+R<ILE>A<CD1> R<TRP>A<CH2> central_sep2 -1.70667
+R<ILE>A<CD1> R<TRP>A<CH2> sep1 1.28843
+R<ILE>A<CD1> R<TRP>A<CH2> sep2 -1.34429
+R<ILE>A<CD1> R<TRP>A<CZ2> central_sep1 0.0950255
+R<ILE>A<CD1> R<TRP>A<CZ2> central_sep2 -1.33218
+R<ILE>A<CD1> R<TRP>A<CZ2> sep1 1.65211
+R<ILE>A<CD1> R<TRP>A<CZ2> sep2 -1.07874
+R<ILE>A<CD1> R<TRP>A<CZ3> central_sep1 -0.175393
+R<ILE>A<CD1> R<TRP>A<CZ3> central_sep2 -1.72579
+R<ILE>A<CD1> R<TRP>A<CZ3> sep1 1.01943
+R<ILE>A<CD1> R<TRP>A<CZ3> sep2 -1.39042
+R<ILE>A<CD1> R<TRP>A<N> central_sep1 2.33965
+R<ILE>A<CD1> R<TRP>A<N> central_sep2 0.447072
+R<ILE>A<CD1> R<TRP>A<N> sep1 2.25026
+R<ILE>A<CD1> R<TRP>A<N> sep2 0.259653
+R<ILE>A<CD1> R<TRP>A<NE1> central_sep1 0.476339
+R<ILE>A<CD1> R<TRP>A<NE1> central_sep2 -0.659272
+R<ILE>A<CD1> R<TRP>A<NE1> sep1 1.36048
+R<ILE>A<CD1> R<TRP>A<NE1> sep2 -0.951079
+R<ILE>A<CD1> R<TRP>A<O> central_sep1 0.508376
+R<ILE>A<CD1> R<TRP>A<O> central_sep2 -0.0795087
+R<ILE>A<CD1> R<TRP>A<O> sep1 1.3643
+R<ILE>A<CD1> R<TRP>A<O> sep2 0.341567
+R<ILE>A<CD1> R<TYR>A<C> central_sep1 0.611642
+R<ILE>A<CD1> R<TYR>A<C> central_sep2 -0.332754
+R<ILE>A<CD1> R<TYR>A<C> sep1 0.195265
+R<ILE>A<CD1> R<TYR>A<C> sep2 -0.658812
+R<ILE>A<CD1> R<TYR>A<CA> central_sep1 -0.0209873
+R<ILE>A<CD1> R<TYR>A<CA> central_sep2 -0.633447
+R<ILE>A<CD1> R<TYR>A<CA> sep1 1.78149
+R<ILE>A<CD1> R<TYR>A<CA> sep2 0.0208309
+R<ILE>A<CD1> R<TYR>A<CB> central_sep1 -0.471805
+R<ILE>A<CD1> R<TYR>A<CB> central_sep2 -1.73347
+R<ILE>A<CD1> R<TYR>A<CB> sep1 1.57194
+R<ILE>A<CD1> R<TYR>A<CB> sep2 -0.933728
+R<ILE>A<CD1> R<TYR>A<CD1> central_sep1 -0.161746
+R<ILE>A<CD1> R<TYR>A<CD1> central_sep2 -1.53475
+R<ILE>A<CD1> R<TYR>A<CD1> sep1 1.46481
+R<ILE>A<CD1> R<TYR>A<CD1> sep2 -1.28493
+R<ILE>A<CD1> R<TYR>A<CE1> central_sep1 0.10526
+R<ILE>A<CD1> R<TYR>A<CE1> central_sep2 -1.35202
+R<ILE>A<CD1> R<TYR>A<CE1> sep1 1.26149
+R<ILE>A<CD1> R<TYR>A<CE1> sep2 -1.05327
+R<ILE>A<CD1> R<TYR>A<CG> central_sep1 0.976586
+R<ILE>A<CD1> R<TYR>A<CG> central_sep2 -1.65981
+R<ILE>A<CD1> R<TYR>A<CG> sep1 0.446618
+R<ILE>A<CD1> R<TYR>A<CG> sep2 -2.75245
+R<ILE>A<CD1> R<TYR>A<CZ> central_sep1 -0.073483
+R<ILE>A<CD1> R<TYR>A<CZ> central_sep2 -1.25456
+R<ILE>A<CD1> R<TYR>A<CZ> sep1 0.967398
+R<ILE>A<CD1> R<TYR>A<CZ> sep2 -1.81582
+R<ILE>A<CD1> R<TYR>A<N> central_sep1 2.12234
+R<ILE>A<CD1> R<TYR>A<N> central_sep2 0.382151
+R<ILE>A<CD1> R<TYR>A<N> sep1 2.30965
+R<ILE>A<CD1> R<TYR>A<N> sep2 0.0999808
+R<ILE>A<CD1> R<TYR>A<O> central_sep1 0.357399
+R<ILE>A<CD1> R<TYR>A<O> central_sep2 -0.251016
+R<ILE>A<CD1> R<TYR>A<O> sep1 1.30216
+R<ILE>A<CD1> R<TYR>A<O> sep2 0.156023
+R<ILE>A<CD1> R<TYR>A<OH> central_sep1 0.569111
+R<ILE>A<CD1> R<TYR>A<OH> central_sep2 -0.89584
+R<ILE>A<CD1> R<TYR>A<OH> sep1 1.44733
+R<ILE>A<CD1> R<TYR>A<OH> sep2 -0.669201
+R<ILE>A<CD1> R<VAL>A<C> central_sep1 1.06998
+R<ILE>A<CD1> R<VAL>A<C> central_sep2 0.0359283
+R<ILE>A<CD1> R<VAL>A<C> sep1 0.188128
+R<ILE>A<CD1> R<VAL>A<C> sep2 -0.540626
+R<ILE>A<CD1> R<VAL>A<CA> central_sep1 -0.202045
+R<ILE>A<CD1> R<VAL>A<CA> central_sep2 -0.633958
+R<ILE>A<CD1> R<VAL>A<CA> sep1 1.80321
+R<ILE>A<CD1> R<VAL>A<CA> sep2 -0.206798
+R<ILE>A<CD1> R<VAL>A<CB> central_sep1 0.348497
+R<ILE>A<CD1> R<VAL>A<CB> central_sep2 -1.30938
+R<ILE>A<CD1> R<VAL>A<CB> sep1 1.18367
+R<ILE>A<CD1> R<VAL>A<CB> sep2 -1.5753
+R<ILE>A<CD1> R<VAL>A<CG1> central_sep1 -0.664929
+R<ILE>A<CD1> R<VAL>A<CG1> central_sep2 -1.98304
+R<ILE>A<CD1> R<VAL>A<CG1> sep1 1.41467
+R<ILE>A<CD1> R<VAL>A<CG1> sep2 -0.720447
+R<ILE>A<CD1> R<VAL>A<CG2> central_sep1 -0.0785413
+R<ILE>A<CD1> R<VAL>A<CG2> central_sep2 -1.97619
+R<ILE>A<CD1> R<VAL>A<CG2> sep1 1.77289
+R<ILE>A<CD1> R<VAL>A<CG2> sep2 -0.701904
+R<ILE>A<CD1> R<VAL>A<N> central_sep1 2.34226
+R<ILE>A<CD1> R<VAL>A<N> central_sep2 0.458219
+R<ILE>A<CD1> R<VAL>A<N> sep1 2.32014
+R<ILE>A<CD1> R<VAL>A<N> sep2 0.185788
+R<ILE>A<CD1> R<VAL>A<O> central_sep1 0.546949
+R<ILE>A<CD1> R<VAL>A<O> central_sep2 -0.2481
+R<ILE>A<CD1> R<VAL>A<O> sep1 1.12711
+R<ILE>A<CD1> R<VAL>A<O> sep2 0.250795
+R<ILE>A<CD1> c<solvent> . 0.760614
+R<ILE>A<CG1> R<ILE>A<CG1> central_sep1 -0.537172
+R<ILE>A<CG1> R<ILE>A<CG1> central_sep2 -1.78903
+R<ILE>A<CG1> R<ILE>A<CG1> sep1 0.866499
+R<ILE>A<CG1> R<ILE>A<CG1> sep2 -1.75974
+R<ILE>A<CG1> R<ILE>A<CG2> central_sep1 -1.10708
+R<ILE>A<CG1> R<ILE>A<CG2> central_sep2 -1.81652
+R<ILE>A<CG1> R<ILE>A<CG2> sep1 0.416598
+R<ILE>A<CG1> R<ILE>A<CG2> sep2 -1.56098
+R<ILE>A<CG1> R<ILE>A<N> central_sep1 0.855562
+R<ILE>A<CG1> R<ILE>A<N> central_sep2 0.783953
+R<ILE>A<CG1> R<ILE>A<N> sep1 0.900696
+R<ILE>A<CG1> R<ILE>A<N> sep2 0.282678
+R<ILE>A<CG1> R<ILE>A<O> central_sep1 -1.49578
+R<ILE>A<CG1> R<ILE>A<O> central_sep2 -0.401027
+R<ILE>A<CG1> R<ILE>A<O> sep1 0.278111
+R<ILE>A<CG1> R<ILE>A<O> sep2 -0.722693
+R<ILE>A<CG1> R<LEU>A<C> central_sep1 0.0314983
+R<ILE>A<CG1> R<LEU>A<C> central_sep2 0.325234
+R<ILE>A<CG1> R<LEU>A<C> sep1 -1.15223
+R<ILE>A<CG1> R<LEU>A<C> sep2 -0.534374
+R<ILE>A<CG1> R<LEU>A<CA> central_sep1 -0.364708
+R<ILE>A<CG1> R<LEU>A<CA> central_sep2 -0.155416
+R<ILE>A<CG1> R<LEU>A<CA> sep1 1.18729
+R<ILE>A<CG1> R<LEU>A<CA> sep2 0.0117061
+R<ILE>A<CG1> R<LEU>A<CB> central_sep1 -0.817392
+R<ILE>A<CG1> R<LEU>A<CB> central_sep2 -1.4648
+R<ILE>A<CG1> R<LEU>A<CB> sep1 0.50479
+R<ILE>A<CG1> R<LEU>A<CB> sep2 -1.1063
+R<ILE>A<CG1> R<LEU>A<CD1> central_sep1 -0.47566
+R<ILE>A<CG1> R<LEU>A<CD1> central_sep2 -1.77087
+R<ILE>A<CG1> R<LEU>A<CD1> sep1 0.903698
+R<ILE>A<CG1> R<LEU>A<CD1> sep2 -1.29414
+R<ILE>A<CG1> R<LEU>A<CD2> central_sep1 -0.169142
+R<ILE>A<CG1> R<LEU>A<CD2> central_sep2 -1.69985
+R<ILE>A<CG1> R<LEU>A<CD2> sep1 1.31764
+R<ILE>A<CG1> R<LEU>A<CD2> sep2 -1.2722
+R<ILE>A<CG1> R<LEU>A<CG> central_sep1 -1.27211
+R<ILE>A<CG1> R<LEU>A<CG> central_sep2 -0.980521
+R<ILE>A<CG1> R<LEU>A<CG> sep1 0.179186
+R<ILE>A<CG1> R<LEU>A<CG> sep2 -1.56562
+R<ILE>A<CG1> R<LEU>A<N> central_sep1 0.900636
+R<ILE>A<CG1> R<LEU>A<N> central_sep2 0.671981
+R<ILE>A<CG1> R<LEU>A<N> sep1 1.02549
+R<ILE>A<CG1> R<LEU>A<N> sep2 0.43087
+R<ILE>A<CG1> R<LEU>A<O> central_sep1 -1.41989
+R<ILE>A<CG1> R<LEU>A<O> central_sep2 -0.149493
+R<ILE>A<CG1> R<LEU>A<O> sep1 0.409093
+R<ILE>A<CG1> R<LEU>A<O> sep2 -0.411576
+R<ILE>A<CG1> R<LYS>A<C> central_sep1 0.282352
+R<ILE>A<CG1> R<LYS>A<C> central_sep2 0.530072
+R<ILE>A<CG1> R<LYS>A<C> sep1 -1.30624
+R<ILE>A<CG1> R<LYS>A<C> sep2 -0.166184
+R<ILE>A<CG1> R<LYS>A<CA> central_sep1 0.423664
+R<ILE>A<CG1> R<LYS>A<CA> central_sep2 0.224568
+R<ILE>A<CG1> R<LYS>A<CA> sep1 1.2068
+R<ILE>A<CG1> R<LYS>A<CA> sep2 0.219827
+R<ILE>A<CG1> R<LYS>A<CB> central_sep1 -0.0886031
+R<ILE>A<CG1> R<LYS>A<CB> central_sep2 -0.422281
+R<ILE>A<CG1> R<LYS>A<CB> sep1 0.435174
+R<ILE>A<CG1> R<LYS>A<CB> sep2 -0.167592
+R<ILE>A<CG1> R<LYS>A<CD> central_sep1 0.636389
+R<ILE>A<CG1> R<LYS>A<CD> central_sep2 -0.074943
+R<ILE>A<CG1> R<LYS>A<CD> sep1 1.31301
+R<ILE>A<CG1> R<LYS>A<CD> sep2 -0.234757
+R<ILE>A<CG1> R<LYS>A<CE> central_sep1 0.566208
+R<ILE>A<CG1> R<LYS>A<CE> central_sep2 0.36879
+R<ILE>A<CG1> R<LYS>A<CE> sep1 1.9124
+R<ILE>A<CG1> R<LYS>A<CE> sep2 0.14119
+R<ILE>A<CG1> R<LYS>A<CG> central_sep1 -0.0860296
+R<ILE>A<CG1> R<LYS>A<CG> central_sep2 -0.336545
+R<ILE>A<CG1> R<LYS>A<CG> sep1 0.878814
+R<ILE>A<CG1> R<LYS>A<CG> sep2 -0.300483
+R<ILE>A<CG1> R<LYS>A<N> central_sep1 0.617916
+R<ILE>A<CG1> R<LYS>A<N> central_sep2 1.17009
+R<ILE>A<CG1> R<LYS>A<N> sep1 0.724467
+R<ILE>A<CG1> R<LYS>A<N> sep2 0.81794
+R<ILE>A<CG1> R<LYS>A<NZ> central_sep1 1.75034
+R<ILE>A<CG1> R<LYS>A<NZ> central_sep2 1.46075
+R<ILE>A<CG1> R<LYS>A<NZ> sep1 2.62328
+R<ILE>A<CG1> R<LYS>A<NZ> sep2 0.9057
+R<ILE>A<CG1> R<LYS>A<O> central_sep1 -1.12576
+R<ILE>A<CG1> R<LYS>A<O> central_sep2 0.369545
+R<ILE>A<CG1> R<LYS>A<O> sep1 0.440334
+R<ILE>A<CG1> R<LYS>A<O> sep2 0.0537317
+R<ILE>A<CG1> R<MET>A<C> central_sep1 0.145319
+R<ILE>A<CG1> R<MET>A<C> central_sep2 0.154725
+R<ILE>A<CG1> R<MET>A<C> sep1 -1.20459
+R<ILE>A<CG1> R<MET>A<C> sep2 -0.691125
+R<ILE>A<CG1> R<MET>A<CA> central_sep1 -0.126844
+R<ILE>A<CG1> R<MET>A<CA> central_sep2 -0.238131
+R<ILE>A<CG1> R<MET>A<CA> sep1 1.08099
+R<ILE>A<CG1> R<MET>A<CA> sep2 -0.169914
+R<ILE>A<CG1> R<MET>A<CB> central_sep1 -0.518003
+R<ILE>A<CG1> R<MET>A<CB> central_sep2 -1.27652
+R<ILE>A<CG1> R<MET>A<CB> sep1 0.607359
+R<ILE>A<CG1> R<MET>A<CB> sep2 -1.00898
+R<ILE>A<CG1> R<MET>A<CE> central_sep1 -0.347175
+R<ILE>A<CG1> R<MET>A<CE> central_sep2 -1.40631
+R<ILE>A<CG1> R<MET>A<CE> sep1 1.57088
+R<ILE>A<CG1> R<MET>A<CE> sep2 -1.10031
+R<ILE>A<CG1> R<MET>A<CG> central_sep1 -0.723962
+R<ILE>A<CG1> R<MET>A<CG> central_sep2 -1.26528
+R<ILE>A<CG1> R<MET>A<CG> sep1 0.852422
+R<ILE>A<CG1> R<MET>A<CG> sep2 -1.00887
+R<ILE>A<CG1> R<MET>A<N> central_sep1 0.799305
+R<ILE>A<CG1> R<MET>A<N> central_sep2 0.769299
+R<ILE>A<CG1> R<MET>A<N> sep1 0.852738
+R<ILE>A<CG1> R<MET>A<N> sep2 0.436527
+R<ILE>A<CG1> R<MET>A<O> central_sep1 -1.41279
+R<ILE>A<CG1> R<MET>A<O> central_sep2 -0.258764
+R<ILE>A<CG1> R<MET>A<O> sep1 0.432567
+R<ILE>A<CG1> R<MET>A<O> sep2 -0.348123
+R<ILE>A<CG1> R<MET>A<SD> central_sep1 -0.446773
+R<ILE>A<CG1> R<MET>A<SD> central_sep2 -1.61102
+R<ILE>A<CG1> R<MET>A<SD> sep1 1.09343
+R<ILE>A<CG1> R<MET>A<SD> sep2 -1.22807
+R<ILE>A<CG1> R<PHE>A<C> central_sep1 0.00484295
+R<ILE>A<CG1> R<PHE>A<C> central_sep2 0.202029
+R<ILE>A<CG1> R<PHE>A<C> sep1 -1.34003
+R<ILE>A<CG1> R<PHE>A<C> sep2 -0.627407
+R<ILE>A<CG1> R<PHE>A<CA> central_sep1 -0.0196966
+R<ILE>A<CG1> R<PHE>A<CA> central_sep2 -0.326965
+R<ILE>A<CG1> R<PHE>A<CA> sep1 1.15974
+R<ILE>A<CG1> R<PHE>A<CA> sep2 0.00795353
+R<ILE>A<CG1> R<PHE>A<CB> central_sep1 -0.713534
+R<ILE>A<CG1> R<PHE>A<CB> central_sep2 -1.42263
+R<ILE>A<CG1> R<PHE>A<CB> sep1 0.808119
+R<ILE>A<CG1> R<PHE>A<CB> sep2 -1.19623
+R<ILE>A<CG1> R<PHE>A<CD1> central_sep1 -0.611442
+R<ILE>A<CG1> R<PHE>A<CD1> central_sep2 -1.48539
+R<ILE>A<CG1> R<PHE>A<CD1> sep1 0.477698
+R<ILE>A<CG1> R<PHE>A<CD1> sep2 -1.49074
+R<ILE>A<CG1> R<PHE>A<CE1> central_sep1 -0.361431
+R<ILE>A<CG1> R<PHE>A<CE1> central_sep2 -1.54968
+R<ILE>A<CG1> R<PHE>A<CE1> sep1 0.968192
+R<ILE>A<CG1> R<PHE>A<CE1> sep2 -1.57819
+R<ILE>A<CG1> R<PHE>A<CG> central_sep1 0.498864
+R<ILE>A<CG1> R<PHE>A<CG> central_sep2 -1.47145
+R<ILE>A<CG1> R<PHE>A<CG> sep1 0.387665
+R<ILE>A<CG1> R<PHE>A<CG> sep2 -2.45226
+R<ILE>A<CG1> R<PHE>A<CZ> central_sep1 0.3283
+R<ILE>A<CG1> R<PHE>A<CZ> central_sep2 -1.57719
+R<ILE>A<CG1> R<PHE>A<CZ> sep1 1.32005
+R<ILE>A<CG1> R<PHE>A<CZ> sep2 -1.62312
+R<ILE>A<CG1> R<PHE>A<N> central_sep1 0.576461
+R<ILE>A<CG1> R<PHE>A<N> central_sep2 0.867185
+R<ILE>A<CG1> R<PHE>A<N> sep1 0.64818
+R<ILE>A<CG1> R<PHE>A<N> sep2 0.320736
+R<ILE>A<CG1> R<PHE>A<O> central_sep1 -1.28
+R<ILE>A<CG1> R<PHE>A<O> central_sep2 -0.15365
+R<ILE>A<CG1> R<PHE>A<O> sep1 0.328776
+R<ILE>A<CG1> R<PHE>A<O> sep2 -0.431975
+R<ILE>A<CG1> R<PRO>A<C> central_sep1 0.607588
+R<ILE>A<CG1> R<PRO>A<C> central_sep2 1.04875
+R<ILE>A<CG1> R<PRO>A<C> sep1 -0.780078
+R<ILE>A<CG1> R<PRO>A<C> sep2 0.0919922
+R<ILE>A<CG1> R<PRO>A<CA> central_sep1 0.283007
+R<ILE>A<CG1> R<PRO>A<CA> central_sep2 0.142509
+R<ILE>A<CG1> R<PRO>A<CA> sep1 1.54471
+R<ILE>A<CG1> R<PRO>A<CA> sep2 0.363381
+R<ILE>A<CG1> R<PRO>A<CB> central_sep1 -0.0874671
+R<ILE>A<CG1> R<PRO>A<CB> central_sep2 -0.501509
+R<ILE>A<CG1> R<PRO>A<CB> sep1 0.959785
+R<ILE>A<CG1> R<PRO>A<CB> sep2 -0.392346
+R<ILE>A<CG1> R<PRO>A<CD> central_sep1 0.567238
+R<ILE>A<CG1> R<PRO>A<CD> central_sep2 0.00118146
+R<ILE>A<CG1> R<PRO>A<CD> sep1 1.77849
+R<ILE>A<CG1> R<PRO>A<CD> sep2 0.0765819
+R<ILE>A<CG1> R<PRO>A<CG> central_sep1 0.0650231
+R<ILE>A<CG1> R<PRO>A<CG> central_sep2 -0.566114
+R<ILE>A<CG1> R<PRO>A<CG> sep1 1.42392
+R<ILE>A<CG1> R<PRO>A<CG> sep2 -0.475591
+R<ILE>A<CG1> R<PRO>A<N> central_sep1 0.912498
+R<ILE>A<CG1> R<PRO>A<N> central_sep2 0.937509
+R<ILE>A<CG1> R<PRO>A<N> sep1 0.229655
+R<ILE>A<CG1> R<PRO>A<N> sep2 -0.414442
+R<ILE>A<CG1> R<PRO>A<O> central_sep1 -1.11567
+R<ILE>A<CG1> R<PRO>A<O> central_sep2 0.150537
+R<ILE>A<CG1> R<PRO>A<O> sep1 0.514186
+R<ILE>A<CG1> R<PRO>A<O> sep2 0.322365
+R<ILE>A<CG1> R<SER>A<C> central_sep1 0.450132
+R<ILE>A<CG1> R<SER>A<C> central_sep2 0.336463
+R<ILE>A<CG1> R<SER>A<C> sep1 -1.13529
+R<ILE>A<CG1> R<SER>A<C> sep2 -0.278681
+R<ILE>A<CG1> R<SER>A<CA> central_sep1 0.56817
+R<ILE>A<CG1> R<SER>A<CA> central_sep2 0.0119558
+R<ILE>A<CG1> R<SER>A<CA> sep1 1.20049
+R<ILE>A<CG1> R<SER>A<CA> sep2 0.120979
+R<ILE>A<CG1> R<SER>A<CB> central_sep1 0.257582
+R<ILE>A<CG1> R<SER>A<CB> central_sep2 -0.598447
+R<ILE>A<CG1> R<SER>A<CB> sep1 1.05712
+R<ILE>A<CG1> R<SER>A<CB> sep2 -0.268381
+R<ILE>A<CG1> R<SER>A<N> central_sep1 0.180968
+R<ILE>A<CG1> R<SER>A<N> central_sep2 0.91408
+R<ILE>A<CG1> R<SER>A<N> sep1 0.440349
+R<ILE>A<CG1> R<SER>A<N> sep2 0.534345
+R<ILE>A<CG1> R<SER>A<O> central_sep1 -1.13642
+R<ILE>A<CG1> R<SER>A<O> central_sep2 0.222254
+R<ILE>A<CG1> R<SER>A<O> sep1 0.484423
+R<ILE>A<CG1> R<SER>A<O> sep2 0.0454868
+R<ILE>A<CG1> R<SER>A<OG> central_sep1 -0.172504
+R<ILE>A<CG1> R<SER>A<OG> central_sep2 0.041179
+R<ILE>A<CG1> R<SER>A<OG> sep1 1.21538
+R<ILE>A<CG1> R<SER>A<OG> sep2 -0.109092
+R<ILE>A<CG1> R<THR>A<C> central_sep1 0.568278
+R<ILE>A<CG1> R<THR>A<C> central_sep2 0.134154
+R<ILE>A<CG1> R<THR>A<C> sep1 -1.42685
+R<ILE>A<CG1> R<THR>A<C> sep2 -0.395831
+R<ILE>A<CG1> R<THR>A<CA> central_sep1 0.603472
+R<ILE>A<CG1> R<THR>A<CA> central_sep2 -0.0111301
+R<ILE>A<CG1> R<THR>A<CA> sep1 1.30093
+R<ILE>A<CG1> R<THR>A<CA> sep2 0.0201168
+R<ILE>A<CG1> R<THR>A<CB> central_sep1 0.35486
+R<ILE>A<CG1> R<THR>A<CB> central_sep2 -0.568325
+R<ILE>A<CG1> R<THR>A<CB> sep1 0.652556
+R<ILE>A<CG1> R<THR>A<CB> sep2 -0.655306
+R<ILE>A<CG1> R<THR>A<CG2> central_sep1 -0.362892
+R<ILE>A<CG1> R<THR>A<CG2> central_sep2 -0.965128
+R<ILE>A<CG1> R<THR>A<CG2> sep1 1.02993
+R<ILE>A<CG1> R<THR>A<CG2> sep2 -0.600173
+R<ILE>A<CG1> R<THR>A<N> central_sep1 0.272323
+R<ILE>A<CG1> R<THR>A<N> central_sep2 1.18762
+R<ILE>A<CG1> R<THR>A<N> sep1 0.637576
+R<ILE>A<CG1> R<THR>A<N> sep2 0.735805
+R<ILE>A<CG1> R<THR>A<O> central_sep1 -1.33597
+R<ILE>A<CG1> R<THR>A<O> central_sep2 0.0687776
+R<ILE>A<CG1> R<THR>A<O> sep1 0.313298
+R<ILE>A<CG1> R<THR>A<O> sep2 -0.142024
+R<ILE>A<CG1> R<THR>A<OG1> central_sep1 0.023005
+R<ILE>A<CG1> R<THR>A<OG1> central_sep2 -0.172521
+R<ILE>A<CG1> R<THR>A<OG1> sep1 1.61196
+R<ILE>A<CG1> R<THR>A<OG1> sep2 -0.119775
+R<ILE>A<CG1> R<TRP>A<C> central_sep1 0.071403
+R<ILE>A<CG1> R<TRP>A<C> central_sep2 0.147032
+R<ILE>A<CG1> R<TRP>A<C> sep1 -1.21051
+R<ILE>A<CG1> R<TRP>A<C> sep2 -0.513635
+R<ILE>A<CG1> R<TRP>A<CA> central_sep1 -0.0212371
+R<ILE>A<CG1> R<TRP>A<CA> central_sep2 -0.168061
+R<ILE>A<CG1> R<TRP>A<CA> sep1 1.19114
+R<ILE>A<CG1> R<TRP>A<CA> sep2 0.109549
+R<ILE>A<CG1> R<TRP>A<CB> central_sep1 -0.58909
+R<ILE>A<CG1> R<TRP>A<CB> central_sep2 -1.24434
+R<ILE>A<CG1> R<TRP>A<CB> sep1 0.998883
+R<ILE>A<CG1> R<TRP>A<CB> sep2 -0.978213
+R<ILE>A<CG1> R<TRP>A<CD1> central_sep1 -0.246936
+R<ILE>A<CG1> R<TRP>A<CD1> central_sep2 -0.903096
+R<ILE>A<CG1> R<TRP>A<CD1> sep1 1.2545
+R<ILE>A<CG1> R<TRP>A<CD1> sep2 -0.778112
+R<ILE>A<CG1> R<TRP>A<CD2> central_sep1 -0.368687
+R<ILE>A<CG1> R<TRP>A<CD2> central_sep2 -1.38037
+R<ILE>A<CG1> R<TRP>A<CD2> sep1 0.226421
+R<ILE>A<CG1> R<TRP>A<CD2> sep2 -1.59023
+R<ILE>A<CG1> R<TRP>A<CE2> central_sep1 -0.639095
+R<ILE>A<CG1> R<TRP>A<CE2> central_sep2 -1.23746
+R<ILE>A<CG1> R<TRP>A<CE2> sep1 0.649194
+R<ILE>A<CG1> R<TRP>A<CE2> sep2 -1.71737
+R<ILE>A<CG1> R<TRP>A<CE3> central_sep1 -1.18546
+R<ILE>A<CG1> R<TRP>A<CE3> central_sep2 -1.24118
+R<ILE>A<CG1> R<TRP>A<CE3> sep1 0.66204
+R<ILE>A<CG1> R<TRP>A<CE3> sep2 -1.27281
+R<ILE>A<CG1> R<TRP>A<CG> central_sep1 0.727179
+R<ILE>A<CG1> R<TRP>A<CG> central_sep2 -1.19493
+R<ILE>A<CG1> R<TRP>A<CG> sep1 0.235734
+R<ILE>A<CG1> R<TRP>A<CG> sep2 -2.19981
+R<ILE>A<CG1> R<TRP>A<CH2> central_sep1 1.11571
+R<ILE>A<CG1> R<TRP>A<CH2> central_sep2 -1.36094
+R<ILE>A<CG1> R<TRP>A<CH2> sep1 1.71281
+R<ILE>A<CG1> R<TRP>A<CH2> sep2 -1.4685
+R<ILE>A<CG1> R<TRP>A<CZ2> central_sep1 0.643058
+R<ILE>A<CG1> R<TRP>A<CZ2> central_sep2 -1.04132
+R<ILE>A<CG1> R<TRP>A<CZ2> sep1 1.69311
+R<ILE>A<CG1> R<TRP>A<CZ2> sep2 -1.12338
+R<ILE>A<CG1> R<TRP>A<CZ3> central_sep1 -0.103756
+R<ILE>A<CG1> R<TRP>A<CZ3> central_sep2 -1.49506
+R<ILE>A<CG1> R<TRP>A<CZ3> sep1 0.338876
+R<ILE>A<CG1> R<TRP>A<CZ3> sep2 -1.54424
+R<ILE>A<CG1> R<TRP>A<N> central_sep1 0.50523
+R<ILE>A<CG1> R<TRP>A<N> central_sep2 1.02997
+R<ILE>A<CG1> R<TRP>A<N> sep1 0.828639
+R<ILE>A<CG1> R<TRP>A<N> sep2 0.509815
+R<ILE>A<CG1> R<TRP>A<NE1> central_sep1 0.28288
+R<ILE>A<CG1> R<TRP>A<NE1> central_sep2 -0.436311
+R<ILE>A<CG1> R<TRP>A<NE1> sep1 1.36636
+R<ILE>A<CG1> R<TRP>A<NE1> sep2 -0.921322
+R<ILE>A<CG1> R<TRP>A<O> central_sep1 -1.19827
+R<ILE>A<CG1> R<TRP>A<O> central_sep2 -0.0131642
+R<ILE>A<CG1> R<TRP>A<O> sep1 0.474893
+R<ILE>A<CG1> R<TRP>A<O> sep2 -0.207722
+R<ILE>A<CG1> R<TYR>A<C> central_sep1 -0.0929973
+R<ILE>A<CG1> R<TYR>A<C> central_sep2 -0.0471314
+R<ILE>A<CG1> R<TYR>A<C> sep1 -1.39658
+R<ILE>A<CG1> R<TYR>A<C> sep2 -0.628768
+R<ILE>A<CG1> R<TYR>A<CA> central_sep1 0.117092
+R<ILE>A<CG1> R<TYR>A<CA> central_sep2 -0.406507
+R<ILE>A<CG1> R<TYR>A<CA> sep1 1.23498
+R<ILE>A<CG1> R<TYR>A<CA> sep2 0.0384368
+R<ILE>A<CG1> R<TYR>A<CB> central_sep1 -0.731886
+R<ILE>A<CG1> R<TYR>A<CB> central_sep2 -1.44602
+R<ILE>A<CG1> R<TYR>A<CB> sep1 0.732428
+R<ILE>A<CG1> R<TYR>A<CB> sep2 -1.06008
+R<ILE>A<CG1> R<TYR>A<CD1> central_sep1 -0.433084
+R<ILE>A<CG1> R<TYR>A<CD1> central_sep2 -1.32862
+R<ILE>A<CG1> R<TYR>A<CD1> sep1 0.711591
+R<ILE>A<CG1> R<TYR>A<CD1> sep2 -1.29617
+R<ILE>A<CG1> R<TYR>A<CE1> central_sep1 -0.0837453
+R<ILE>A<CG1> R<TYR>A<CE1> central_sep2 -1.12852
+R<ILE>A<CG1> R<TYR>A<CE1> sep1 1.21941
+R<ILE>A<CG1> R<TYR>A<CE1> sep2 -1.17097
+R<ILE>A<CG1> R<TYR>A<CG> central_sep1 0.819626
+R<ILE>A<CG1> R<TYR>A<CG> central_sep2 -1.30013
+R<ILE>A<CG1> R<TYR>A<CG> sep1 0.576329
+R<ILE>A<CG1> R<TYR>A<CG> sep2 -2.33433
+R<ILE>A<CG1> R<TYR>A<CZ> central_sep1 -0.132668
+R<ILE>A<CG1> R<TYR>A<CZ> central_sep2 -1.14985
+R<ILE>A<CG1> R<TYR>A<CZ> sep1 0.899546
+R<ILE>A<CG1> R<TYR>A<CZ> sep2 -1.7464
+R<ILE>A<CG1> R<TYR>A<N> central_sep1 0.431914
+R<ILE>A<CG1> R<TYR>A<N> central_sep2 0.770228
+R<ILE>A<CG1> R<TYR>A<N> sep1 0.614746
+R<ILE>A<CG1> R<TYR>A<N> sep2 0.232236
+R<ILE>A<CG1> R<TYR>A<O> central_sep1 -1.29834
+R<ILE>A<CG1> R<TYR>A<O> central_sep2 -0.116998
+R<ILE>A<CG1> R<TYR>A<O> sep1 0.312236
+R<ILE>A<CG1> R<TYR>A<O> sep2 -0.357913
+R<ILE>A<CG1> R<TYR>A<OH> central_sep1 1.62829
+R<ILE>A<CG1> R<TYR>A<OH> central_sep2 -0.564168
+R<ILE>A<CG1> R<TYR>A<OH> sep1 1.84993
+R<ILE>A<CG1> R<TYR>A<OH> sep2 -0.825939
+R<ILE>A<CG1> R<VAL>A<C> central_sep1 0.520906
+R<ILE>A<CG1> R<VAL>A<C> central_sep2 0.419496
+R<ILE>A<CG1> R<VAL>A<C> sep1 -1.66478
+R<ILE>A<CG1> R<VAL>A<C> sep2 -0.812976
+R<ILE>A<CG1> R<VAL>A<CA> central_sep1 0.327592
+R<ILE>A<CG1> R<VAL>A<CA> central_sep2 -0.498004
+R<ILE>A<CG1> R<VAL>A<CA> sep1 1.37456
+R<ILE>A<CG1> R<VAL>A<CA> sep2 -0.0715566
+R<ILE>A<CG1> R<VAL>A<CB> central_sep1 0.423116
+R<ILE>A<CG1> R<VAL>A<CB> central_sep2 -1.5676
+R<ILE>A<CG1> R<VAL>A<CB> sep1 0.431981
+R<ILE>A<CG1> R<VAL>A<CB> sep2 -1.46943
+R<ILE>A<CG1> R<VAL>A<CG1> central_sep1 -0.961212
+R<ILE>A<CG1> R<VAL>A<CG1> central_sep2 -1.69234
+R<ILE>A<CG1> R<VAL>A<CG1> sep1 0.650534
+R<ILE>A<CG1> R<VAL>A<CG1> sep2 -1.38486
+R<ILE>A<CG1> R<VAL>A<CG2> central_sep1 -0.458969
+R<ILE>A<CG1> R<VAL>A<CG2> central_sep2 -1.71818
+R<ILE>A<CG1> R<VAL>A<CG2> sep1 1.54099
+R<ILE>A<CG1> R<VAL>A<CG2> sep2 -1.32789
+R<ILE>A<CG1> R<VAL>A<N> central_sep1 0.755906
+R<ILE>A<CG1> R<VAL>A<N> central_sep2 0.766877
+R<ILE>A<CG1> R<VAL>A<N> sep1 0.860191
+R<ILE>A<CG1> R<VAL>A<N> sep2 0.275864
+R<ILE>A<CG1> R<VAL>A<O> central_sep1 -1.31096
+R<ILE>A<CG1> R<VAL>A<O> central_sep2 -0.339632
+R<ILE>A<CG1> R<VAL>A<O> sep1 0.180846
+R<ILE>A<CG1> R<VAL>A<O> sep2 -0.589461
+R<ILE>A<CG1> c<solvent> . 1.06983
+R<ILE>A<CG2> R<ILE>A<CG2> central_sep1 -0.107089
+R<ILE>A<CG2> R<ILE>A<CG2> central_sep2 -2.0187
+R<ILE>A<CG2> R<ILE>A<CG2> sep1 2.20464
+R<ILE>A<CG2> R<ILE>A<CG2> sep2 -0.684317
+R<ILE>A<CG2> R<ILE>A<N> central_sep1 0.480574
+R<ILE>A<CG2> R<ILE>A<N> central_sep2 0.388521
+R<ILE>A<CG2> R<ILE>A<N> sep1 -0.810035
+R<ILE>A<CG2> R<ILE>A<N> sep2 0.235078
+R<ILE>A<CG2> R<ILE>A<O> central_sep1 -0.108515
+R<ILE>A<CG2> R<ILE>A<O> central_sep2 -0.590225
+R<ILE>A<CG2> R<ILE>A<O> sep1 1.00055
+R<ILE>A<CG2> R<ILE>A<O> sep2 -0.152285
+R<ILE>A<CG2> R<LEU>A<C> central_sep1 0.317264
+R<ILE>A<CG2> R<LEU>A<C> central_sep2 0.406699
+R<ILE>A<CG2> R<LEU>A<C> sep1 -0.114897
+R<ILE>A<CG2> R<LEU>A<C> sep2 -0.600232
+R<ILE>A<CG2> R<LEU>A<CA> central_sep1 0.788351
+R<ILE>A<CG2> R<LEU>A<CA> central_sep2 -0.105091
+R<ILE>A<CG2> R<LEU>A<CA> sep1 1.15923
+R<ILE>A<CG2> R<LEU>A<CA> sep2 0.0697576
+R<ILE>A<CG2> R<LEU>A<CB> central_sep1 -0.251031
+R<ILE>A<CG2> R<LEU>A<CB> central_sep2 -1.43577
+R<ILE>A<CG2> R<LEU>A<CB> sep1 1.20637
+R<ILE>A<CG2> R<LEU>A<CB> sep2 -0.643817
+R<ILE>A<CG2> R<LEU>A<CD1> central_sep1 -0.762043
+R<ILE>A<CG2> R<LEU>A<CD1> central_sep2 -1.99045
+R<ILE>A<CG2> R<LEU>A<CD1> sep1 1.60008
+R<ILE>A<CG2> R<LEU>A<CD1> sep2 -0.555483
+R<ILE>A<CG2> R<LEU>A<CD2> central_sep1 -0.54793
+R<ILE>A<CG2> R<LEU>A<CD2> central_sep2 -1.92982
+R<ILE>A<CG2> R<LEU>A<CD2> sep1 1.52937
+R<ILE>A<CG2> R<LEU>A<CD2> sep2 -0.606583
+R<ILE>A<CG2> R<LEU>A<CG> central_sep1 -1.12559
+R<ILE>A<CG2> R<LEU>A<CG> central_sep2 -1.2509
+R<ILE>A<CG2> R<LEU>A<CG> sep1 -0.154952
+R<ILE>A<CG2> R<LEU>A<CG> sep2 -1.45239
+R<ILE>A<CG2> R<LEU>A<N> central_sep1 0.48977
+R<ILE>A<CG2> R<LEU>A<N> central_sep2 0.467611
+R<ILE>A<CG2> R<LEU>A<N> sep1 -0.49631
+R<ILE>A<CG2> R<LEU>A<N> sep2 0.364024
+R<ILE>A<CG2> R<LEU>A<O> central_sep1 -0.085977
+R<ILE>A<CG2> R<LEU>A<O> central_sep2 -0.438614
+R<ILE>A<CG2> R<LEU>A<O> sep1 1.45357
+R<ILE>A<CG2> R<LEU>A<O> sep2 0.194563
+R<ILE>A<CG2> R<LYS>A<C> central_sep1 0.168781
+R<ILE>A<CG2> R<LYS>A<C> central_sep2 0.406623
+R<ILE>A<CG2> R<LYS>A<C> sep1 -0.26716
+R<ILE>A<CG2> R<LYS>A<C> sep2 -0.320644
+R<ILE>A<CG2> R<LYS>A<CA> central_sep1 1.10389
+R<ILE>A<CG2> R<LYS>A<CA> central_sep2 0.0950166
+R<ILE>A<CG2> R<LYS>A<CA> sep1 0.609128
+R<ILE>A<CG2> R<LYS>A<CA> sep2 0.397153
+R<ILE>A<CG2> R<LYS>A<CB> central_sep1 0.410727
+R<ILE>A<CG2> R<LYS>A<CB> central_sep2 -0.520419
+R<ILE>A<CG2> R<LYS>A<CB> sep1 1.23708
+R<ILE>A<CG2> R<LYS>A<CB> sep2 0.242891
+R<ILE>A<CG2> R<LYS>A<CD> central_sep1 0.109389
+R<ILE>A<CG2> R<LYS>A<CD> central_sep2 -0.408632
+R<ILE>A<CG2> R<LYS>A<CD> sep1 1.30186
+R<ILE>A<CG2> R<LYS>A<CD> sep2 0.0350605
+R<ILE>A<CG2> R<LYS>A<CE> central_sep1 -0.173747
+R<ILE>A<CG2> R<LYS>A<CE> central_sep2 0.0241393
+R<ILE>A<CG2> R<LYS>A<CE> sep1 2.04112
+R<ILE>A<CG2> R<LYS>A<CE> sep2 0.361781
+R<ILE>A<CG2> R<LYS>A<CG> central_sep1 -0.24147
+R<ILE>A<CG2> R<LYS>A<CG> central_sep2 -0.515299
+R<ILE>A<CG2> R<LYS>A<CG> sep1 1.00038
+R<ILE>A<CG2> R<LYS>A<CG> sep2 0.0775823
+R<ILE>A<CG2> R<LYS>A<N> central_sep1 0.205314
+R<ILE>A<CG2> R<LYS>A<N> central_sep2 0.990269
+R<ILE>A<CG2> R<LYS>A<N> sep1 -0.697095
+R<ILE>A<CG2> R<LYS>A<N> sep2 0.780206
+R<ILE>A<CG2> R<LYS>A<NZ> central_sep1 1.31706
+R<ILE>A<CG2> R<LYS>A<NZ> central_sep2 1.07525
+R<ILE>A<CG2> R<LYS>A<NZ> sep1 1.66822
+R<ILE>A<CG2> R<LYS>A<NZ> sep2 0.816812
+R<ILE>A<CG2> R<LYS>A<O> central_sep1 -0.316736
+R<ILE>A<CG2> R<LYS>A<O> central_sep2 0.0760024
+R<ILE>A<CG2> R<LYS>A<O> sep1 1.3007
+R<ILE>A<CG2> R<LYS>A<O> sep2 0.642034
+R<ILE>A<CG2> R<MET>A<C> central_sep1 0.450995
+R<ILE>A<CG2> R<MET>A<C> central_sep2 0.279174
+R<ILE>A<CG2> R<MET>A<C> sep1 -0.106771
+R<ILE>A<CG2> R<MET>A<C> sep2 -0.607996
+R<ILE>A<CG2> R<MET>A<CA> central_sep1 0.882216
+R<ILE>A<CG2> R<MET>A<CA> central_sep2 -0.237884
+R<ILE>A<CG2> R<MET>A<CA> sep1 1.18461
+R<ILE>A<CG2> R<MET>A<CA> sep2 0.030381
+R<ILE>A<CG2> R<MET>A<CB> central_sep1 -0.0823355
+R<ILE>A<CG2> R<MET>A<CB> central_sep2 -1.3142
+R<ILE>A<CG2> R<MET>A<CB> sep1 1.39813
+R<ILE>A<CG2> R<MET>A<CB> sep2 -0.477199
+R<ILE>A<CG2> R<MET>A<CE> central_sep1 -0.534016
+R<ILE>A<CG2> R<MET>A<CE> central_sep2 -1.68896
+R<ILE>A<CG2> R<MET>A<CE> sep1 2.10205
+R<ILE>A<CG2> R<MET>A<CE> sep2 -0.462316
+R<ILE>A<CG2> R<MET>A<CG> central_sep1 -0.935657
+R<ILE>A<CG2> R<MET>A<CG> central_sep2 -1.39335
+R<ILE>A<CG2> R<MET>A<CG> sep1 1.05746
+R<ILE>A<CG2> R<MET>A<CG> sep2 -0.704462
+R<ILE>A<CG2> R<MET>A<N> central_sep1 0.463546
+R<ILE>A<CG2> R<MET>A<N> central_sep2 0.446097
+R<ILE>A<CG2> R<MET>A<N> sep1 -0.38446
+R<ILE>A<CG2> R<MET>A<N> sep2 0.408098
+R<ILE>A<CG2> R<MET>A<O> central_sep1 -0.167086
+R<ILE>A<CG2> R<MET>A<O> central_sep2 -0.353951
+R<ILE>A<CG2> R<MET>A<O> sep1 1.3843
+R<ILE>A<CG2> R<MET>A<O> sep2 0.240702
+R<ILE>A<CG2> R<MET>A<SD> central_sep1 -0.808475
+R<ILE>A<CG2> R<MET>A<SD> central_sep2 -1.82057
+R<ILE>A<CG2> R<MET>A<SD> sep1 1.31196
+R<ILE>A<CG2> R<MET>A<SD> sep2 -0.811331
+R<ILE>A<CG2> R<PHE>A<C> central_sep1 0.235442
+R<ILE>A<CG2> R<PHE>A<C> central_sep2 0.340201
+R<ILE>A<CG2> R<PHE>A<C> sep1 -0.255512
+R<ILE>A<CG2> R<PHE>A<C> sep2 -0.643914
+R<ILE>A<CG2> R<PHE>A<CA> central_sep1 0.721205
+R<ILE>A<CG2> R<PHE>A<CA> central_sep2 -0.182304
+R<ILE>A<CG2> R<PHE>A<CA> sep1 1.25983
+R<ILE>A<CG2> R<PHE>A<CA> sep2 0.221548
+R<ILE>A<CG2> R<PHE>A<CB> central_sep1 -0.310105
+R<ILE>A<CG2> R<PHE>A<CB> central_sep2 -1.51138
+R<ILE>A<CG2> R<PHE>A<CB> sep1 1.4818
+R<ILE>A<CG2> R<PHE>A<CB> sep2 -0.684027
+R<ILE>A<CG2> R<PHE>A<CD1> central_sep1 -0.534677
+R<ILE>A<CG2> R<PHE>A<CD1> central_sep2 -1.5801
+R<ILE>A<CG2> R<PHE>A<CD1> sep1 0.776133
+R<ILE>A<CG2> R<PHE>A<CD1> sep2 -1.23694
+R<ILE>A<CG2> R<PHE>A<CE1> central_sep1 -0.585691
+R<ILE>A<CG2> R<PHE>A<CE1> central_sep2 -1.75011
+R<ILE>A<CG2> R<PHE>A<CE1> sep1 1.04352
+R<ILE>A<CG2> R<PHE>A<CE1> sep2 -1.31291
+R<ILE>A<CG2> R<PHE>A<CG> central_sep1 0.401907
+R<ILE>A<CG2> R<PHE>A<CG> central_sep2 -1.36017
+R<ILE>A<CG2> R<PHE>A<CG> sep1 -0.0284775
+R<ILE>A<CG2> R<PHE>A<CG> sep2 -2.52308
+R<ILE>A<CG2> R<PHE>A<CZ> central_sep1 -0.234504
+R<ILE>A<CG2> R<PHE>A<CZ> central_sep2 -1.86415
+R<ILE>A<CG2> R<PHE>A<CZ> sep1 1.09279
+R<ILE>A<CG2> R<PHE>A<CZ> sep2 -1.38799
+R<ILE>A<CG2> R<PHE>A<N> central_sep1 0.226512
+R<ILE>A<CG2> R<PHE>A<N> central_sep2 0.483856
+R<ILE>A<CG2> R<PHE>A<N> sep1 -0.513812
+R<ILE>A<CG2> R<PHE>A<N> sep2 0.428951
+R<ILE>A<CG2> R<PHE>A<O> central_sep1 -0.259146
+R<ILE>A<CG2> R<PHE>A<O> central_sep2 -0.353902
+R<ILE>A<CG2> R<PHE>A<O> sep1 1.32061
+R<ILE>A<CG2> R<PHE>A<O> sep2 0.209113
+R<ILE>A<CG2> R<PRO>A<C> central_sep1 1.31823
+R<ILE>A<CG2> R<PRO>A<C> central_sep2 0.933029
+R<ILE>A<CG2> R<PRO>A<C> sep1 0.428765
+R<ILE>A<CG2> R<PRO>A<C> sep2 0.0954722
+R<ILE>A<CG2> R<PRO>A<CA> central_sep1 0.521486
+R<ILE>A<CG2> R<PRO>A<CA> central_sep2 0.0382914
+R<ILE>A<CG2> R<PRO>A<CA> sep1 1.05108
+R<ILE>A<CG2> R<PRO>A<CA> sep2 0.268014
+R<ILE>A<CG2> R<PRO>A<CB> central_sep1 0.783678
+R<ILE>A<CG2> R<PRO>A<CB> central_sep2 -0.785425
+R<ILE>A<CG2> R<PRO>A<CB> sep1 1.87605
+R<ILE>A<CG2> R<PRO>A<CB> sep2 0.0406594
+R<ILE>A<CG2> R<PRO>A<CD> central_sep1 -0.436189
+R<ILE>A<CG2> R<PRO>A<CD> central_sep2 -0.209432
+R<ILE>A<CG2> R<PRO>A<CD> sep1 0.395686
+R<ILE>A<CG2> R<PRO>A<CD> sep2 0.295591
+R<ILE>A<CG2> R<PRO>A<CG> central_sep1 0.824922
+R<ILE>A<CG2> R<PRO>A<CG> central_sep2 -0.789674
+R<ILE>A<CG2> R<PRO>A<CG> sep1 1.79829
+R<ILE>A<CG2> R<PRO>A<CG> sep2 -0.229685
+R<ILE>A<CG2> R<PRO>A<N> central_sep1 0.222728
+R<ILE>A<CG2> R<PRO>A<N> central_sep2 0.59518
+R<ILE>A<CG2> R<PRO>A<N> sep1 -1.6555
+R<ILE>A<CG2> R<PRO>A<N> sep2 -0.623783
+R<ILE>A<CG2> R<PRO>A<O> central_sep1 -1.01019
+R<ILE>A<CG2> R<PRO>A<O> central_sep2 0.0300536
+R<ILE>A<CG2> R<PRO>A<O> sep1 1.49719
+R<ILE>A<CG2> R<PRO>A<O> sep2 0.843601
+R<ILE>A<CG2> R<SER>A<C> central_sep1 0.421858
+R<ILE>A<CG2> R<SER>A<C> central_sep2 0.339624
+R<ILE>A<CG2> R<SER>A<C> sep1 -0.205679
+R<ILE>A<CG2> R<SER>A<C> sep2 -0.269332
+R<ILE>A<CG2> R<SER>A<CA> central_sep1 1.23095
+R<ILE>A<CG2> R<SER>A<CA> central_sep2 -0.0586939
+R<ILE>A<CG2> R<SER>A<CA> sep1 0.801112
+R<ILE>A<CG2> R<SER>A<CA> sep2 0.252497
+R<ILE>A<CG2> R<SER>A<CB> central_sep1 0.299583
+R<ILE>A<CG2> R<SER>A<CB> central_sep2 -0.731755
+R<ILE>A<CG2> R<SER>A<CB> sep1 1.43532
+R<ILE>A<CG2> R<SER>A<CB> sep2 0.331713
+R<ILE>A<CG2> R<SER>A<N> central_sep1 -0.00385072
+R<ILE>A<CG2> R<SER>A<N> central_sep2 0.739796
+R<ILE>A<CG2> R<SER>A<N> sep1 -0.559684
+R<ILE>A<CG2> R<SER>A<N> sep2 0.547297
+R<ILE>A<CG2> R<SER>A<O> central_sep1 -0.374025
+R<ILE>A<CG2> R<SER>A<O> central_sep2 0.00103655
+R<ILE>A<CG2> R<SER>A<O> sep1 1.31904
+R<ILE>A<CG2> R<SER>A<O> sep2 0.585118
+R<ILE>A<CG2> R<SER>A<OG> central_sep1 0.0595472
+R<ILE>A<CG2> R<SER>A<OG> central_sep2 -0.183953
+R<ILE>A<CG2> R<SER>A<OG> sep1 1.58305
+R<ILE>A<CG2> R<SER>A<OG> sep2 -0.0241934
+R<ILE>A<CG2> R<THR>A<C> central_sep1 0.345612
+R<ILE>A<CG2> R<THR>A<C> central_sep2 0.275091
+R<ILE>A<CG2> R<THR>A<C> sep1 -0.448481
+R<ILE>A<CG2> R<THR>A<C> sep2 -0.375717
+R<ILE>A<CG2> R<THR>A<CA> central_sep1 1.37659
+R<ILE>A<CG2> R<THR>A<CA> central_sep2 0.037635
+R<ILE>A<CG2> R<THR>A<CA> sep1 1.07499
+R<ILE>A<CG2> R<THR>A<CA> sep2 0.257779
+R<ILE>A<CG2> R<THR>A<CB> central_sep1 0.317708
+R<ILE>A<CG2> R<THR>A<CB> central_sep2 -0.57065
+R<ILE>A<CG2> R<THR>A<CB> sep1 1.50589
+R<ILE>A<CG2> R<THR>A<CB> sep2 -0.439358
+R<ILE>A<CG2> R<THR>A<CG2> central_sep1 -0.319216
+R<ILE>A<CG2> R<THR>A<CG2> central_sep2 -1.10369
+R<ILE>A<CG2> R<THR>A<CG2> sep1 2.05286
+R<ILE>A<CG2> R<THR>A<CG2> sep2 0.141998
+R<ILE>A<CG2> R<THR>A<N> central_sep1 0.252779
+R<ILE>A<CG2> R<THR>A<N> central_sep2 0.900314
+R<ILE>A<CG2> R<THR>A<N> sep1 -0.752419
+R<ILE>A<CG2> R<THR>A<N> sep2 0.723724
+R<ILE>A<CG2> R<THR>A<O> central_sep1 -0.371543
+R<ILE>A<CG2> R<THR>A<O> central_sep2 -0.111219
+R<ILE>A<CG2> R<THR>A<O> sep1 1.16632
+R<ILE>A<CG2> R<THR>A<O> sep2 0.422874
+R<ILE>A<CG2> R<THR>A<OG1> central_sep1 -0.251777
+R<ILE>A<CG2> R<THR>A<OG1> central_sep2 -0.320356
+R<ILE>A<CG2> R<THR>A<OG1> sep1 1.61389
+R<ILE>A<CG2> R<THR>A<OG1> sep2 0.0380843
+R<ILE>A<CG2> R<TRP>A<C> central_sep1 0.384837
+R<ILE>A<CG2> R<TRP>A<C> central_sep2 0.564002
+R<ILE>A<CG2> R<TRP>A<C> sep1 -0.297054
+R<ILE>A<CG2> R<TRP>A<C> sep2 -0.467667
+R<ILE>A<CG2> R<TRP>A<CA> central_sep1 0.706041
+R<ILE>A<CG2> R<TRP>A<CA> central_sep2 0.00714277
+R<ILE>A<CG2> R<TRP>A<CA> sep1 1.20173
+R<ILE>A<CG2> R<TRP>A<CA> sep2 0.481085
+R<ILE>A<CG2> R<TRP>A<CB> central_sep1 -0.0212737
+R<ILE>A<CG2> R<TRP>A<CB> central_sep2 -1.29851
+R<ILE>A<CG2> R<TRP>A<CB> sep1 1.61299
+R<ILE>A<CG2> R<TRP>A<CB> sep2 -0.515486
+R<ILE>A<CG2> R<TRP>A<CD1> central_sep1 -0.243381
+R<ILE>A<CG2> R<TRP>A<CD1> central_sep2 -1.04585
+R<ILE>A<CG2> R<TRP>A<CD1> sep1 1.66181
+R<ILE>A<CG2> R<TRP>A<CD1> sep2 -0.419004
+R<ILE>A<CG2> R<TRP>A<CD2> central_sep1 -0.557717
+R<ILE>A<CG2> R<TRP>A<CD2> central_sep2 -1.26044
+R<ILE>A<CG2> R<TRP>A<CD2> sep1 0.391119
+R<ILE>A<CG2> R<TRP>A<CD2> sep2 -1.70446
+R<ILE>A<CG2> R<TRP>A<CE2> central_sep1 -0.768618
+R<ILE>A<CG2> R<TRP>A<CE2> central_sep2 -1.2013
+R<ILE>A<CG2> R<TRP>A<CE2> sep1 0.43091
+R<ILE>A<CG2> R<TRP>A<CE2> sep2 -1.81355
+R<ILE>A<CG2> R<TRP>A<CE3> central_sep1 -0.689064
+R<ILE>A<CG2> R<TRP>A<CE3> central_sep2 -1.3997
+R<ILE>A<CG2> R<TRP>A<CE3> sep1 1.2988
+R<ILE>A<CG2> R<TRP>A<CE3> sep2 -1.04849
+R<ILE>A<CG2> R<TRP>A<CG> central_sep1 0.988007
+R<ILE>A<CG2> R<TRP>A<CG> central_sep2 -1.04036
+R<ILE>A<CG2> R<TRP>A<CG> sep1 0.161549
+R<ILE>A<CG2> R<TRP>A<CG> sep2 -2.29989
+R<ILE>A<CG2> R<TRP>A<CH2> central_sep1 0.939012
+R<ILE>A<CG2> R<TRP>A<CH2> central_sep2 -1.60674
+R<ILE>A<CG2> R<TRP>A<CH2> sep1 1.51288
+R<ILE>A<CG2> R<TRP>A<CH2> sep2 -1.09696
+R<ILE>A<CG2> R<TRP>A<CZ2> central_sep1 0.354375
+R<ILE>A<CG2> R<TRP>A<CZ2> central_sep2 -1.28646
+R<ILE>A<CG2> R<TRP>A<CZ2> sep1 1.65789
+R<ILE>A<CG2> R<TRP>A<CZ2> sep2 -0.953449
+R<ILE>A<CG2> R<TRP>A<CZ3> central_sep1 -0.274828
+R<ILE>A<CG2> R<TRP>A<CZ3> central_sep2 -1.54659
+R<ILE>A<CG2> R<TRP>A<CZ3> sep1 1.21354
+R<ILE>A<CG2> R<TRP>A<CZ3> sep2 -1.20265
+R<ILE>A<CG2> R<TRP>A<N> central_sep1 0.167647
+R<ILE>A<CG2> R<TRP>A<N> central_sep2 0.5851
+R<ILE>A<CG2> R<TRP>A<N> sep1 -0.396674
+R<ILE>A<CG2> R<TRP>A<N> sep2 0.508111
+R<ILE>A<CG2> R<TRP>A<NE1> central_sep1 0.0192681
+R<ILE>A<CG2> R<TRP>A<NE1> central_sep2 -0.834058
+R<ILE>A<CG2> R<TRP>A<NE1> sep1 1.16542
+R<ILE>A<CG2> R<TRP>A<NE1> sep2 -0.878285
+R<ILE>A<CG2> R<TRP>A<O> central_sep1 -0.233398
+R<ILE>A<CG2> R<TRP>A<O> central_sep2 -0.208718
+R<ILE>A<CG2> R<TRP>A<O> sep1 1.27807
+R<ILE>A<CG2> R<TRP>A<O> sep2 0.49363
+R<ILE>A<CG2> R<TYR>A<C> central_sep1 0.194015
+R<ILE>A<CG2> R<TYR>A<C> central_sep2 0.337586
+R<ILE>A<CG2> R<TYR>A<C> sep1 -0.444772
+R<ILE>A<CG2> R<TYR>A<C> sep2 -0.665021
+R<ILE>A<CG2> R<TYR>A<CA> central_sep1 0.953593
+R<ILE>A<CG2> R<TYR>A<CA> central_sep2 -0.123943
+R<ILE>A<CG2> R<TYR>A<CA> sep1 1.20159
+R<ILE>A<CG2> R<TYR>A<CA> sep2 0.22926
+R<ILE>A<CG2> R<TYR>A<CB> central_sep1 -0.263106
+R<ILE>A<CG2> R<TYR>A<CB> central_sep2 -1.49808
+R<ILE>A<CG2> R<TYR>A<CB> sep1 1.4219
+R<ILE>A<CG2> R<TYR>A<CB> sep2 -0.550462
+R<ILE>A<CG2> R<TYR>A<CD1> central_sep1 -0.28924
+R<ILE>A<CG2> R<TYR>A<CD1> central_sep2 -1.4248
+R<ILE>A<CG2> R<TYR>A<CD1> sep1 1.1315
+R<ILE>A<CG2> R<TYR>A<CD1> sep2 -1.06939
+R<ILE>A<CG2> R<TYR>A<CE1> central_sep1 -0.244758
+R<ILE>A<CG2> R<TYR>A<CE1> central_sep2 -1.32721
+R<ILE>A<CG2> R<TYR>A<CE1> sep1 1.24446
+R<ILE>A<CG2> R<TYR>A<CE1> sep2 -0.914369
+R<ILE>A<CG2> R<TYR>A<CG> central_sep1 0.825033
+R<ILE>A<CG2> R<TYR>A<CG> central_sep2 -1.22726
+R<ILE>A<CG2> R<TYR>A<CG> sep1 0.307524
+R<ILE>A<CG2> R<TYR>A<CG> sep2 -2.43297
+R<ILE>A<CG2> R<TYR>A<CZ> central_sep1 -0.640839
+R<ILE>A<CG2> R<TYR>A<CZ> central_sep2 -1.3115
+R<ILE>A<CG2> R<TYR>A<CZ> sep1 0.608601
+R<ILE>A<CG2> R<TYR>A<CZ> sep2 -1.78205
+R<ILE>A<CG2> R<TYR>A<N> central_sep1 0.102249
+R<ILE>A<CG2> R<TYR>A<N> central_sep2 0.515962
+R<ILE>A<CG2> R<TYR>A<N> sep1 -0.641396
+R<ILE>A<CG2> R<TYR>A<N> sep2 0.465955
+R<ILE>A<CG2> R<TYR>A<O> central_sep1 -0.372181
+R<ILE>A<CG2> R<TYR>A<O> central_sep2 -0.379251
+R<ILE>A<CG2> R<TYR>A<O> sep1 1.24361
+R<ILE>A<CG2> R<TYR>A<O> sep2 0.290993
+R<ILE>A<CG2> R<TYR>A<OH> central_sep1 1.36761
+R<ILE>A<CG2> R<TYR>A<OH> central_sep2 -0.937594
+R<ILE>A<CG2> R<TYR>A<OH> sep1 1.38049
+R<ILE>A<CG2> R<TYR>A<OH> sep2 -0.655972
+R<ILE>A<CG2> R<VAL>A<C> central_sep1 0.0613399
+R<ILE>A<CG2> R<VAL>A<C> central_sep2 0.588249
+R<ILE>A<CG2> R<VAL>A<C> sep1 -0.706392
+R<ILE>A<CG2> R<VAL>A<C> sep2 -0.690915
+R<ILE>A<CG2> R<VAL>A<CA> central_sep1 1.25381
+R<ILE>A<CG2> R<VAL>A<CA> central_sep2 -0.311415
+R<ILE>A<CG2> R<VAL>A<CA> sep1 1.29024
+R<ILE>A<CG2> R<VAL>A<CA> sep2 0.0147566
+R<ILE>A<CG2> R<VAL>A<CB> central_sep1 0.19263
+R<ILE>A<CG2> R<VAL>A<CB> central_sep2 -1.29346
+R<ILE>A<CG2> R<VAL>A<CB> sep1 1.36447
+R<ILE>A<CG2> R<VAL>A<CB> sep2 -1.39157
+R<ILE>A<CG2> R<VAL>A<CG1> central_sep1 -0.0914726
+R<ILE>A<CG2> R<VAL>A<CG1> central_sep2 -1.83711
+R<ILE>A<CG2> R<VAL>A<CG1> sep1 2.30709
+R<ILE>A<CG2> R<VAL>A<CG1> sep2 -0.569552
+R<ILE>A<CG2> R<VAL>A<CG2> central_sep1 -0.973642
+R<ILE>A<CG2> R<VAL>A<CG2> central_sep2 -1.8771
+R<ILE>A<CG2> R<VAL>A<CG2> sep1 1.77411
+R<ILE>A<CG2> R<VAL>A<CG2> sep2 -0.570781
+R<ILE>A<CG2> R<VAL>A<N> central_sep1 0.464954
+R<ILE>A<CG2> R<VAL>A<N> central_sep2 0.467358
+R<ILE>A<CG2> R<VAL>A<N> sep1 -0.842544
+R<ILE>A<CG2> R<VAL>A<N> sep2 0.233201
+R<ILE>A<CG2> R<VAL>A<O> central_sep1 -0.086342
+R<ILE>A<CG2> R<VAL>A<O> central_sep2 -0.407413
+R<ILE>A<CG2> R<VAL>A<O> sep1 0.982982
+R<ILE>A<CG2> R<VAL>A<O> sep2 0.00134423
+R<ILE>A<CG2> c<solvent> . 0.809851
+R<ILE>A<N> R<ILE>A<N> central_sep1 2.17418
+R<ILE>A<N> R<ILE>A<N> central_sep2 1.34033
+R<ILE>A<N> R<ILE>A<N> sep1 -1.8968
+R<ILE>A<N> R<ILE>A<N> sep2 0.761363
+R<ILE>A<N> R<ILE>A<O> central_sep1 -2.10082
+R<ILE>A<N> R<ILE>A<O> central_sep2 -2.27227
+R<ILE>A<N> R<ILE>A<O> sep1 0.0950788
+R<ILE>A<N> R<ILE>A<O> sep2 0.551382
+R<ILE>A<N> R<LEU>A<C> central_sep1 -0.34471
+R<ILE>A<N> R<LEU>A<C> central_sep2 3.65188
+R<ILE>A<N> R<LEU>A<C> sep1 -1.50714
+R<ILE>A<N> R<LEU>A<C> sep2 2.17529
+R<ILE>A<N> R<LEU>A<CA> central_sep1 2.79954
+R<ILE>A<N> R<LEU>A<CA> central_sep2 2.28763
+R<ILE>A<N> R<LEU>A<CA> sep1 -2.21972
+R<ILE>A<N> R<LEU>A<CA> sep2 1.13952
+R<ILE>A<N> R<LEU>A<CB> central_sep1 1.69404
+R<ILE>A<N> R<LEU>A<CB> central_sep2 1.46699
+R<ILE>A<N> R<LEU>A<CB> sep1 -1.2067
+R<ILE>A<N> R<LEU>A<CB> sep2 0.989331
+R<ILE>A<N> R<LEU>A<CD1> central_sep1 1.29311
+R<ILE>A<N> R<LEU>A<CD1> central_sep2 0.310902
+R<ILE>A<N> R<LEU>A<CD1> sep1 1.23945
+R<ILE>A<N> R<LEU>A<CD1> sep2 0.197363
+R<ILE>A<N> R<LEU>A<CD2> central_sep1 2.01385
+R<ILE>A<N> R<LEU>A<CD2> central_sep2 0.650421
+R<ILE>A<N> R<LEU>A<CD2> sep1 1.9884
+R<ILE>A<N> R<LEU>A<CD2> sep2 0.344913
+R<ILE>A<N> R<LEU>A<CG> central_sep1 1.0903
+R<ILE>A<N> R<LEU>A<CG> central_sep2 1.08136
+R<ILE>A<N> R<LEU>A<CG> sep1 -0.699208
+R<ILE>A<N> R<LEU>A<CG> sep2 0.642288
+R<ILE>A<N> R<LEU>A<N> central_sep1 2.19037
+R<ILE>A<N> R<LEU>A<N> central_sep2 1.82355
+R<ILE>A<N> R<LEU>A<N> sep1 -2.02245
+R<ILE>A<N> R<LEU>A<N> sep2 1.00861
+R<ILE>A<N> R<LEU>A<O> central_sep1 -2.1379
+R<ILE>A<N> R<LEU>A<O> central_sep2 -1.77651
+R<ILE>A<N> R<LEU>A<O> sep1 0.341697
+R<ILE>A<N> R<LEU>A<O> sep2 0.768638
+R<ILE>A<N> R<LYS>A<C> central_sep1 -0.267876
+R<ILE>A<N> R<LYS>A<C> central_sep2 3.49284
+R<ILE>A<N> R<LYS>A<C> sep1 -1.91375
+R<ILE>A<N> R<LYS>A<C> sep2 2.32499
+R<ILE>A<N> R<LYS>A<CA> central_sep1 2.06165
+R<ILE>A<N> R<LYS>A<CA> central_sep2 2.41361
+R<ILE>A<N> R<LYS>A<CA> sep1 -2.47559
+R<ILE>A<N> R<LYS>A<CA> sep2 1.43387
+R<ILE>A<N> R<LYS>A<CB> central_sep1 2.22183
+R<ILE>A<N> R<LYS>A<CB> central_sep2 1.66371
+R<ILE>A<N> R<LYS>A<CB> sep1 -1.33432
+R<ILE>A<N> R<LYS>A<CB> sep2 1.22611
+R<ILE>A<N> R<LYS>A<CD> central_sep1 2.10853
+R<ILE>A<N> R<LYS>A<CD> central_sep2 1.78939
+R<ILE>A<N> R<LYS>A<CD> sep1 1.88331
+R<ILE>A<N> R<LYS>A<CD> sep2 1.24886
+R<ILE>A<N> R<LYS>A<CE> central_sep1 3.23084
+R<ILE>A<N> R<LYS>A<CE> central_sep2 2.0392
+R<ILE>A<N> R<LYS>A<CE> sep1 2.9945
+R<ILE>A<N> R<LYS>A<CE> sep2 1.26165
+R<ILE>A<N> R<LYS>A<CG> central_sep1 0.823475
+R<ILE>A<N> R<LYS>A<CG> central_sep2 1.61216
+R<ILE>A<N> R<LYS>A<CG> sep1 -0.480471
+R<ILE>A<N> R<LYS>A<CG> sep2 1.23901
+R<ILE>A<N> R<LYS>A<N> central_sep1 1.77276
+R<ILE>A<N> R<LYS>A<N> central_sep2 2.32461
+R<ILE>A<N> R<LYS>A<N> sep1 -2.19279
+R<ILE>A<N> R<LYS>A<N> sep2 1.4453
+R<ILE>A<N> R<LYS>A<NZ> central_sep1 3.47578
+R<ILE>A<N> R<LYS>A<NZ> central_sep2 2.35735
+R<ILE>A<N> R<LYS>A<NZ> sep1 3.54617
+R<ILE>A<N> R<LYS>A<NZ> sep2 1.4011
+R<ILE>A<N> R<LYS>A<O> central_sep1 -1.52507
+R<ILE>A<N> R<LYS>A<O> central_sep2 -1.16623
+R<ILE>A<N> R<LYS>A<O> sep1 0.0829762
+R<ILE>A<N> R<LYS>A<O> sep2 1.25176
+R<ILE>A<N> R<MET>A<C> central_sep1 -0.410188
+R<ILE>A<N> R<MET>A<C> central_sep2 3.00832
+R<ILE>A<N> R<MET>A<C> sep1 -1.52004
+R<ILE>A<N> R<MET>A<C> sep2 1.79067
+R<ILE>A<N> R<MET>A<CA> central_sep1 2.25766
+R<ILE>A<N> R<MET>A<CA> central_sep2 1.49478
+R<ILE>A<N> R<MET>A<CA> sep1 -2.23211
+R<ILE>A<N> R<MET>A<CA> sep2 0.786688
+R<ILE>A<N> R<MET>A<CB> central_sep1 1.98672
+R<ILE>A<N> R<MET>A<CB> central_sep2 1.16786
+R<ILE>A<N> R<MET>A<CB> sep1 -1.26874
+R<ILE>A<N> R<MET>A<CB> sep2 0.927407
+R<ILE>A<N> R<MET>A<CE> central_sep1 1.83688
+R<ILE>A<N> R<MET>A<CE> central_sep2 0.328758
+R<ILE>A<N> R<MET>A<CE> sep1 1.97962
+R<ILE>A<N> R<MET>A<CE> sep2 0.104646
+R<ILE>A<N> R<MET>A<CG> central_sep1 0.60584
+R<ILE>A<N> R<MET>A<CG> central_sep2 0.815882
+R<ILE>A<N> R<MET>A<CG> sep1 -0.0527232
+R<ILE>A<N> R<MET>A<CG> sep2 0.622795
+R<ILE>A<N> R<MET>A<N> central_sep1 1.96454
+R<ILE>A<N> R<MET>A<N> central_sep2 1.97151
+R<ILE>A<N> R<MET>A<N> sep1 -2.04214
+R<ILE>A<N> R<MET>A<N> sep2 1.18147
+R<ILE>A<N> R<MET>A<O> central_sep1 -2.04715
+R<ILE>A<N> R<MET>A<O> central_sep2 -1.65114
+R<ILE>A<N> R<MET>A<O> sep1 0.197967
+R<ILE>A<N> R<MET>A<O> sep2 0.728641
+R<ILE>A<N> R<MET>A<SD> central_sep1 1.28063
+R<ILE>A<N> R<MET>A<SD> central_sep2 0.260832
+R<ILE>A<N> R<MET>A<SD> sep1 1.71782
+R<ILE>A<N> R<MET>A<SD> sep2 0.255841
+R<ILE>A<N> R<PHE>A<C> central_sep1 -0.152331
+R<ILE>A<N> R<PHE>A<C> central_sep2 3.33997
+R<ILE>A<N> R<PHE>A<C> sep1 -1.30608
+R<ILE>A<N> R<PHE>A<C> sep2 1.62591
+R<ILE>A<N> R<PHE>A<CA> central_sep1 2.51226
+R<ILE>A<N> R<PHE>A<CA> central_sep2 1.22604
+R<ILE>A<N> R<PHE>A<CA> sep1 -2.24693
+R<ILE>A<N> R<PHE>A<CA> sep2 0.501982
+R<ILE>A<N> R<PHE>A<CB> central_sep1 1.64457
+R<ILE>A<N> R<PHE>A<CB> central_sep2 0.773845
+R<ILE>A<N> R<PHE>A<CB> sep1 -1.11453
+R<ILE>A<N> R<PHE>A<CB> sep2 0.537032
+R<ILE>A<N> R<PHE>A<CD1> central_sep1 0.451433
+R<ILE>A<N> R<PHE>A<CD1> central_sep2 0.637902
+R<ILE>A<N> R<PHE>A<CD1> sep1 0.0284215
+R<ILE>A<N> R<PHE>A<CD1> sep2 0.281243
+R<ILE>A<N> R<PHE>A<CE1> central_sep1 2.3382
+R<ILE>A<N> R<PHE>A<CE1> central_sep2 0.324844
+R<ILE>A<N> R<PHE>A<CE1> sep1 2.36397
+R<ILE>A<N> R<PHE>A<CE1> sep2 0.0429512
+R<ILE>A<N> R<PHE>A<CG> central_sep1 1.15485
+R<ILE>A<N> R<PHE>A<CG> central_sep2 2.23813
+R<ILE>A<N> R<PHE>A<CG> sep1 -0.991497
+R<ILE>A<N> R<PHE>A<CG> sep2 0.892877
+R<ILE>A<N> R<PHE>A<CZ> central_sep1 3.35389
+R<ILE>A<N> R<PHE>A<CZ> central_sep2 0.37936
+R<ILE>A<N> R<PHE>A<CZ> sep1 3.16851
+R<ILE>A<N> R<PHE>A<CZ> sep2 0.144129
+R<ILE>A<N> R<PHE>A<N> central_sep1 2.12542
+R<ILE>A<N> R<PHE>A<N> central_sep2 1.80668
+R<ILE>A<N> R<PHE>A<N> sep1 -1.98445
+R<ILE>A<N> R<PHE>A<N> sep2 0.943444
+R<ILE>A<N> R<PHE>A<O> central_sep1 -1.88313
+R<ILE>A<N> R<PHE>A<O> central_sep2 -1.92716
+R<ILE>A<N> R<PHE>A<O> sep1 0.327603
+R<ILE>A<N> R<PHE>A<O> sep2 0.766516
+R<ILE>A<N> R<PRO>A<C> central_sep1 -0.455077
+R<ILE>A<N> R<PRO>A<C> central_sep2 2.97926
+R<ILE>A<N> R<PRO>A<C> sep1 -1.58956
+R<ILE>A<N> R<PRO>A<C> sep2 2.07849
+R<ILE>A<N> R<PRO>A<CA> central_sep1 3.14801
+R<ILE>A<N> R<PRO>A<CA> central_sep2 2.55126
+R<ILE>A<N> R<PRO>A<CA> sep1 -2.22715
+R<ILE>A<N> R<PRO>A<CA> sep2 1.3127
+R<ILE>A<N> R<PRO>A<CB> central_sep1 1.55572
+R<ILE>A<N> R<PRO>A<CB> central_sep2 1.02187
+R<ILE>A<N> R<PRO>A<CB> sep1 -0.936958
+R<ILE>A<N> R<PRO>A<CB> sep2 0.744388
+R<ILE>A<N> R<PRO>A<CD> central_sep1 -0.0276444
+R<ILE>A<N> R<PRO>A<CD> central_sep2 1.58586
+R<ILE>A<N> R<PRO>A<CD> sep1 0.428463
+R<ILE>A<N> R<PRO>A<CD> sep2 1.16627
+R<ILE>A<N> R<PRO>A<CG> central_sep1 2.31174
+R<ILE>A<N> R<PRO>A<CG> central_sep2 1.31122
+R<ILE>A<N> R<PRO>A<CG> sep1 0.994014
+R<ILE>A<N> R<PRO>A<CG> sep2 0.770086
+R<ILE>A<N> R<PRO>A<N> central_sep1 3.0245
+R<ILE>A<N> R<PRO>A<N> central_sep2 3.80797
+R<ILE>A<N> R<PRO>A<N> sep1 -2.41409
+R<ILE>A<N> R<PRO>A<N> sep2 2.09571
+R<ILE>A<N> R<PRO>A<O> central_sep1 -1.36542
+R<ILE>A<N> R<PRO>A<O> central_sep2 -0.57544
+R<ILE>A<N> R<PRO>A<O> sep1 0.0249277
+R<ILE>A<N> R<PRO>A<O> sep2 0.916632
+R<ILE>A<N> R<SER>A<C> central_sep1 -0.386621
+R<ILE>A<N> R<SER>A<C> central_sep2 3.37527
+R<ILE>A<N> R<SER>A<C> sep1 -1.77655
+R<ILE>A<N> R<SER>A<C> sep2 1.67566
+R<ILE>A<N> R<SER>A<CA> central_sep1 2.58307
+R<ILE>A<N> R<SER>A<CA> central_sep2 1.81441
+R<ILE>A<N> R<SER>A<CA> sep1 -2.19255
+R<ILE>A<N> R<SER>A<CA> sep2 1.05044
+R<ILE>A<N> R<SER>A<CB> central_sep1 1.77221
+R<ILE>A<N> R<SER>A<CB> central_sep2 1.25706
+R<ILE>A<N> R<SER>A<CB> sep1 -0.870479
+R<ILE>A<N> R<SER>A<CB> sep2 0.681267
+R<ILE>A<N> R<SER>A<N> central_sep1 1.67552
+R<ILE>A<N> R<SER>A<N> central_sep2 2.3563
+R<ILE>A<N> R<SER>A<N> sep1 -2.02317
+R<ILE>A<N> R<SER>A<N> sep2 1.57673
+R<ILE>A<N> R<SER>A<O> central_sep1 -1.53553
+R<ILE>A<N> R<SER>A<O> central_sep2 -1.03304
+R<ILE>A<N> R<SER>A<O> sep1 0.239277
+R<ILE>A<N> R<SER>A<O> sep2 1.00967
+R<ILE>A<N> R<SER>A<OG> central_sep1 -0.405648
+R<ILE>A<N> R<SER>A<OG> central_sep2 0.376182
+R<ILE>A<N> R<SER>A<OG> sep1 0.00978885
+R<ILE>A<N> R<SER>A<OG> sep2 0.835493
+R<ILE>A<N> R<THR>A<C> central_sep1 -0.100853
+R<ILE>A<N> R<THR>A<C> central_sep2 3.13143
+R<ILE>A<N> R<THR>A<C> sep1 -1.53658
+R<ILE>A<N> R<THR>A<C> sep2 1.83976
+R<ILE>A<N> R<THR>A<CA> central_sep1 2.68279
+R<ILE>A<N> R<THR>A<CA> central_sep2 1.7157
+R<ILE>A<N> R<THR>A<CA> sep1 -2.33527
+R<ILE>A<N> R<THR>A<CA> sep2 0.791237
+R<ILE>A<N> R<THR>A<CB> central_sep1 1.41019
+R<ILE>A<N> R<THR>A<CB> central_sep2 1.39991
+R<ILE>A<N> R<THR>A<CB> sep1 -1.51903
+R<ILE>A<N> R<THR>A<CB> sep2 0.633812
+R<ILE>A<N> R<THR>A<CG2> central_sep1 0.834738
+R<ILE>A<N> R<THR>A<CG2> central_sep2 0.596725
+R<ILE>A<N> R<THR>A<CG2> sep1 -0.251918
+R<ILE>A<N> R<THR>A<CG2> sep2 0.579015
+R<ILE>A<N> R<THR>A<N> central_sep1 1.82171
+R<ILE>A<N> R<THR>A<N> central_sep2 1.90983
+R<ILE>A<N> R<THR>A<N> sep1 -1.92523
+R<ILE>A<N> R<THR>A<N> sep2 1.27095
+R<ILE>A<N> R<THR>A<O> central_sep1 -1.69799
+R<ILE>A<N> R<THR>A<O> central_sep2 -1.47703
+R<ILE>A<N> R<THR>A<O> sep1 0.173421
+R<ILE>A<N> R<THR>A<O> sep2 0.972191
+R<ILE>A<N> R<THR>A<OG1> central_sep1 -0.0387982
+R<ILE>A<N> R<THR>A<OG1> central_sep2 0.376403
+R<ILE>A<N> R<THR>A<OG1> sep1 0.525574
+R<ILE>A<N> R<THR>A<OG1> sep2 0.68577
+R<ILE>A<N> R<TRP>A<C> central_sep1 -0.257484
+R<ILE>A<N> R<TRP>A<C> central_sep2 3.70137
+R<ILE>A<N> R<TRP>A<C> sep1 -1.48932
+R<ILE>A<N> R<TRP>A<C> sep2 1.53113
+R<ILE>A<N> R<TRP>A<CA> central_sep1 2.56145
+R<ILE>A<N> R<TRP>A<CA> central_sep2 1.27235
+R<ILE>A<N> R<TRP>A<CA> sep1 -2.21503
+R<ILE>A<N> R<TRP>A<CA> sep2 0.64177
+R<ILE>A<N> R<TRP>A<CB> central_sep1 2.23317
+R<ILE>A<N> R<TRP>A<CB> central_sep2 0.696972
+R<ILE>A<N> R<TRP>A<CB> sep1 -1.08891
+R<ILE>A<N> R<TRP>A<CB> sep2 0.70883
+R<ILE>A<N> R<TRP>A<CD1> central_sep1 0.523263
+R<ILE>A<N> R<TRP>A<CD1> central_sep2 0.351052
+R<ILE>A<N> R<TRP>A<CD1> sep1 0.510117
+R<ILE>A<N> R<TRP>A<CD1> sep2 0.283432
+R<ILE>A<N> R<TRP>A<CD2> central_sep1 0.11129
+R<ILE>A<N> R<TRP>A<CD2> central_sep2 1.76873
+R<ILE>A<N> R<TRP>A<CD2> sep1 0.223973
+R<ILE>A<N> R<TRP>A<CD2> sep2 1.08649
+R<ILE>A<N> R<TRP>A<CE2> central_sep1 2.82991
+R<ILE>A<N> R<TRP>A<CE2> central_sep2 1.23086
+R<ILE>A<N> R<TRP>A<CE2> sep1 2.3876
+R<ILE>A<N> R<TRP>A<CE2> sep2 -0.0905069
+R<ILE>A<N> R<TRP>A<CE3> central_sep1 -0.40547
+R<ILE>A<N> R<TRP>A<CE3> central_sep2 0.029632
+R<ILE>A<N> R<TRP>A<CE3> sep1 0.858634
+R<ILE>A<N> R<TRP>A<CE3> sep2 0.265433
+R<ILE>A<N> R<TRP>A<CG> central_sep1 0.341914
+R<ILE>A<N> R<TRP>A<CG> central_sep2 2.48547
+R<ILE>A<N> R<TRP>A<CG> sep1 -0.790367
+R<ILE>A<N> R<TRP>A<CG> sep2 0.527381
+R<ILE>A<N> R<TRP>A<CH2> central_sep1 3.94231
+R<ILE>A<N> R<TRP>A<CH2> central_sep2 0.327401
+R<ILE>A<N> R<TRP>A<CH2> sep1 3.82762
+R<ILE>A<N> R<TRP>A<CH2> sep2 -0.0325332
+R<ILE>A<N> R<TRP>A<CZ2> central_sep1 2.94984
+R<ILE>A<N> R<TRP>A<CZ2> central_sep2 0.497386
+R<ILE>A<N> R<TRP>A<CZ2> sep1 3.74077
+R<ILE>A<N> R<TRP>A<CZ2> sep2 0.151705
+R<ILE>A<N> R<TRP>A<CZ3> central_sep1 1.77399
+R<ILE>A<N> R<TRP>A<CZ3> central_sep2 0.13191
+R<ILE>A<N> R<TRP>A<CZ3> sep1 2.29557
+R<ILE>A<N> R<TRP>A<CZ3> sep2 -0.140142
+R<ILE>A<N> R<TRP>A<N> central_sep1 2.77822
+R<ILE>A<N> R<TRP>A<N> central_sep2 1.74685
+R<ILE>A<N> R<TRP>A<N> sep1 -1.97372
+R<ILE>A<N> R<TRP>A<N> sep2 1.17336
+R<ILE>A<N> R<TRP>A<NE1> central_sep1 2.72902
+R<ILE>A<N> R<TRP>A<NE1> central_sep2 0.602969
+R<ILE>A<N> R<TRP>A<NE1> sep1 2.55182
+R<ILE>A<N> R<TRP>A<NE1> sep2 0.209751
+R<ILE>A<N> R<TRP>A<O> central_sep1 -1.8767
+R<ILE>A<N> R<TRP>A<O> central_sep2 -1.81207
+R<ILE>A<N> R<TRP>A<O> sep1 0.416355
+R<ILE>A<N> R<TRP>A<O> sep2 0.86911
+R<ILE>A<N> R<TYR>A<C> central_sep1 -0.269001
+R<ILE>A<N> R<TYR>A<C> central_sep2 2.82618
+R<ILE>A<N> R<TYR>A<C> sep1 -1.53817
+R<ILE>A<N> R<TYR>A<C> sep2 1.76488
+R<ILE>A<N> R<TYR>A<CA> central_sep1 2.33667
+R<ILE>A<N> R<TYR>A<CA> central_sep2 1.12444
+R<ILE>A<N> R<TYR>A<CA> sep1 -2.29678
+R<ILE>A<N> R<TYR>A<CA> sep2 0.292891
+R<ILE>A<N> R<TYR>A<CB> central_sep1 1.98554
+R<ILE>A<N> R<TYR>A<CB> central_sep2 0.67939
+R<ILE>A<N> R<TYR>A<CB> sep1 -1.11396
+R<ILE>A<N> R<TYR>A<CB> sep2 0.539523
+R<ILE>A<N> R<TYR>A<CD1> central_sep1 0.421479
+R<ILE>A<N> R<TYR>A<CD1> central_sep2 0.608665
+R<ILE>A<N> R<TYR>A<CD1> sep1 0.108723
+R<ILE>A<N> R<TYR>A<CD1> sep2 0.311809
+R<ILE>A<N> R<TYR>A<CE1> central_sep1 2.21747
+R<ILE>A<N> R<TYR>A<CE1> central_sep2 0.558785
+R<ILE>A<N> R<TYR>A<CE1> sep1 2.20103
+R<ILE>A<N> R<TYR>A<CE1> sep2 0.197393
+R<ILE>A<N> R<TYR>A<CG> central_sep1 0.741946
+R<ILE>A<N> R<TYR>A<CG> central_sep2 1.94861
+R<ILE>A<N> R<TYR>A<CG> sep1 -0.985873
+R<ILE>A<N> R<TYR>A<CG> sep2 0.770607
+R<ILE>A<N> R<TYR>A<CZ> central_sep1 3.01915
+R<ILE>A<N> R<TYR>A<CZ> central_sep2 0.936557
+R<ILE>A<N> R<TYR>A<CZ> sep1 2.40027
+R<ILE>A<N> R<TYR>A<CZ> sep2 0.0447793
+R<ILE>A<N> R<TYR>A<N> central_sep1 2.10803
+R<ILE>A<N> R<TYR>A<N> central_sep2 1.6324
+R<ILE>A<N> R<TYR>A<N> sep1 -1.97359
+R<ILE>A<N> R<TYR>A<N> sep2 0.895041
+R<ILE>A<N> R<TYR>A<O> central_sep1 -1.83866
+R<ILE>A<N> R<TYR>A<O> central_sep2 -1.86443
+R<ILE>A<N> R<TYR>A<O> sep1 0.141506
+R<ILE>A<N> R<TYR>A<O> sep2 0.709466
+R<ILE>A<N> R<TYR>A<OH> central_sep1 2.61916
+R<ILE>A<N> R<TYR>A<OH> central_sep2 0.0889045
+R<ILE>A<N> R<TYR>A<OH> sep1 3.56098
+R<ILE>A<N> R<TYR>A<OH> sep2 0.264646
+R<ILE>A<N> R<VAL>A<C> central_sep1 0.313472
+R<ILE>A<N> R<VAL>A<C> central_sep2 4.23382
+R<ILE>A<N> R<VAL>A<C> sep1 -1.16564
+R<ILE>A<N> R<VAL>A<C> sep2 2.08691
+R<ILE>A<N> R<VAL>A<CA> central_sep1 2.72395
+R<ILE>A<N> R<VAL>A<CA> central_sep2 1.43853
+R<ILE>A<N> R<VAL>A<CA> sep1 -2.4081
+R<ILE>A<N> R<VAL>A<CA> sep2 0.500551
+R<ILE>A<N> R<VAL>A<CB> central_sep1 2.41274
+R<ILE>A<N> R<VAL>A<CB> central_sep2 1.09516
+R<ILE>A<N> R<VAL>A<CB> sep1 -1.34921
+R<ILE>A<N> R<VAL>A<CB> sep2 0.667266
+R<ILE>A<N> R<VAL>A<CG1> central_sep1 0.484777
+R<ILE>A<N> R<VAL>A<CG1> central_sep2 0.39414
+R<ILE>A<N> R<VAL>A<CG1> sep1 -0.744922
+R<ILE>A<N> R<VAL>A<CG1> sep2 0.330306
+R<ILE>A<N> R<VAL>A<CG2> central_sep1 1.04323
+R<ILE>A<N> R<VAL>A<CG2> central_sep2 0.576371
+R<ILE>A<N> R<VAL>A<CG2> sep1 1.28653
+R<ILE>A<N> R<VAL>A<CG2> sep2 0.353155
+R<ILE>A<N> R<VAL>A<N> central_sep1 2.0471
+R<ILE>A<N> R<VAL>A<N> central_sep2 1.65193
+R<ILE>A<N> R<VAL>A<N> sep1 -1.76147
+R<ILE>A<N> R<VAL>A<N> sep2 0.74953
+R<ILE>A<N> R<VAL>A<O> central_sep1 -1.83887
+R<ILE>A<N> R<VAL>A<O> central_sep2 -2.11804
+R<ILE>A<N> R<VAL>A<O> sep1 0.0893853
+R<ILE>A<N> R<VAL>A<O> sep2 0.615405
+R<ILE>A<N> c<solvent> . 2.19387
+R<ILE>A<O> R<ILE>A<O> central_sep1 0.692838
+R<ILE>A<O> R<ILE>A<O> central_sep2 -0.345563
+R<ILE>A<O> R<ILE>A<O> sep1 0.981552
+R<ILE>A<O> R<ILE>A<O> sep2 0.412969
+R<ILE>A<O> R<LEU>A<C> central_sep1 -0.726352
+R<ILE>A<O> R<LEU>A<C> central_sep2 2.65942
+R<ILE>A<O> R<LEU>A<C> sep1 -1.17129
+R<ILE>A<O> R<LEU>A<C> sep2 1.32635
+R<ILE>A<O> R<LEU>A<CA> central_sep1 1.04217
+R<ILE>A<O> R<LEU>A<CA> central_sep2 -1.07455
+R<ILE>A<O> R<LEU>A<CA> sep1 -2.01481
+R<ILE>A<O> R<LEU>A<CA> sep2 0.17533
+R<ILE>A<O> R<LEU>A<CB> central_sep1 -1.66271
+R<ILE>A<O> R<LEU>A<CB> central_sep2 -0.0543404
+R<ILE>A<O> R<LEU>A<CB> sep1 0.476922
+R<ILE>A<O> R<LEU>A<CB> sep2 -0.670127
+R<ILE>A<O> R<LEU>A<CD1> central_sep1 0.52948
+R<ILE>A<O> R<LEU>A<CD1> central_sep2 -0.419933
+R<ILE>A<O> R<LEU>A<CD1> sep1 1.20391
+R<ILE>A<O> R<LEU>A<CD1> sep2 0.456292
+R<ILE>A<O> R<LEU>A<CD2> central_sep1 0.612766
+R<ILE>A<O> R<LEU>A<CD2> central_sep2 -0.280098
+R<ILE>A<O> R<LEU>A<CD2> sep1 1.42407
+R<ILE>A<O> R<LEU>A<CD2> sep2 0.55145
+R<ILE>A<O> R<LEU>A<CG> central_sep1 -2.09234
+R<ILE>A<O> R<LEU>A<CG> central_sep2 0.0812922
+R<ILE>A<O> R<LEU>A<CG> sep1 0.656032
+R<ILE>A<O> R<LEU>A<CG> sep2 -0.551032
+R<ILE>A<O> R<LEU>A<N> central_sep1 -2.21544
+R<ILE>A<O> R<LEU>A<N> central_sep2 -1.77419
+R<ILE>A<O> R<LEU>A<N> sep1 0.132494
+R<ILE>A<O> R<LEU>A<N> sep2 0.839856
+R<ILE>A<O> R<LEU>A<O> central_sep1 0.654749
+R<ILE>A<O> R<LEU>A<O> central_sep2 0.177686
+R<ILE>A<O> R<LEU>A<O> sep1 0.944436
+R<ILE>A<O> R<LEU>A<O> sep2 0.736965
+R<ILE>A<O> R<LYS>A<C> central_sep1 -1.13652
+R<ILE>A<O> R<LYS>A<C> central_sep2 2.63075
+R<ILE>A<O> R<LYS>A<C> sep1 -1.37887
+R<ILE>A<O> R<LYS>A<C> sep2 1.61353
+R<ILE>A<O> R<LYS>A<CA> central_sep1 0.263065
+R<ILE>A<O> R<LYS>A<CA> central_sep2 -0.450028
+R<ILE>A<O> R<LYS>A<CA> sep1 -2.13067
+R<ILE>A<O> R<LYS>A<CA> sep2 0.742119
+R<ILE>A<O> R<LYS>A<CB> central_sep1 -1.15273
+R<ILE>A<O> R<LYS>A<CB> central_sep2 0.46977
+R<ILE>A<O> R<LYS>A<CB> sep1 0.229483
+R<ILE>A<O> R<LYS>A<CB> sep2 -0.14017
+R<ILE>A<O> R<LYS>A<CD> central_sep1 0.524269
+R<ILE>A<O> R<LYS>A<CD> central_sep2 0.106786
+R<ILE>A<O> R<LYS>A<CD> sep1 0.971061
+R<ILE>A<O> R<LYS>A<CD> sep2 0.321979
+R<ILE>A<O> R<LYS>A<CE> central_sep1 0.650544
+R<ILE>A<O> R<LYS>A<CE> central_sep2 0.0132185
+R<ILE>A<O> R<LYS>A<CE> sep1 1.47868
+R<ILE>A<O> R<LYS>A<CE> sep2 0.285324
+R<ILE>A<O> R<LYS>A<CG> central_sep1 -1.16517
+R<ILE>A<O> R<LYS>A<CG> central_sep2 0.184425
+R<ILE>A<O> R<LYS>A<CG> sep1 0.3333
+R<ILE>A<O> R<LYS>A<CG> sep2 0.176496
+R<ILE>A<O> R<LYS>A<N> central_sep1 -1.79634
+R<ILE>A<O> R<LYS>A<N> central_sep2 -0.924161
+R<ILE>A<O> R<LYS>A<N> sep1 0.0112005
+R<ILE>A<O> R<LYS>A<N> sep2 0.954114
+R<ILE>A<O> R<LYS>A<NZ> central_sep1 1.02182
+R<ILE>A<O> R<LYS>A<NZ> central_sep2 -0.109129
+R<ILE>A<O> R<LYS>A<NZ> sep1 2.42993
+R<ILE>A<O> R<LYS>A<NZ> sep2 0.67504
+R<ILE>A<O> R<LYS>A<O> central_sep1 0.56188
+R<ILE>A<O> R<LYS>A<O> central_sep2 0.664482
+R<ILE>A<O> R<LYS>A<O> sep1 0.575435
+R<ILE>A<O> R<LYS>A<O> sep2 1.12313
+R<ILE>A<O> R<MET>A<C> central_sep1 -0.640043
+R<ILE>A<O> R<MET>A<C> central_sep2 2.10782
+R<ILE>A<O> R<MET>A<C> sep1 -1.13351
+R<ILE>A<O> R<MET>A<C> sep2 1.03206
+R<ILE>A<O> R<MET>A<CA> central_sep1 0.989887
+R<ILE>A<O> R<MET>A<CA> central_sep2 -1.08055
+R<ILE>A<O> R<MET>A<CA> sep1 -1.87614
+R<ILE>A<O> R<MET>A<CA> sep2 0.234355
+R<ILE>A<O> R<MET>A<CB> central_sep1 -1.58029
+R<ILE>A<O> R<MET>A<CB> central_sep2 -0.138541
+R<ILE>A<O> R<MET>A<CB> sep1 0.43127
+R<ILE>A<O> R<MET>A<CB> sep2 -0.623814
+R<ILE>A<O> R<MET>A<CE> central_sep1 0.397694
+R<ILE>A<O> R<MET>A<CE> central_sep2 -0.587632
+R<ILE>A<O> R<MET>A<CE> sep1 2.18543
+R<ILE>A<O> R<MET>A<CE> sep2 0.46651
+R<ILE>A<O> R<MET>A<CG> central_sep1 -1.52117
+R<ILE>A<O> R<MET>A<CG> central_sep2 -0.49748
+R<ILE>A<O> R<MET>A<CG> sep1 0.863846
+R<ILE>A<O> R<MET>A<CG> sep2 0.0569446
+R<ILE>A<O> R<MET>A<N> central_sep1 -2.12738
+R<ILE>A<O> R<MET>A<N> central_sep2 -1.61778
+R<ILE>A<O> R<MET>A<N> sep1 0.130294
+R<ILE>A<O> R<MET>A<N> sep2 0.817104
+R<ILE>A<O> R<MET>A<O> central_sep1 0.521393
+R<ILE>A<O> R<MET>A<O> central_sep2 0.12557
+R<ILE>A<O> R<MET>A<O> sep1 0.890598
+R<ILE>A<O> R<MET>A<O> sep2 0.600301
+R<ILE>A<O> R<MET>A<SD> central_sep1 1.06984
+R<ILE>A<O> R<MET>A<SD> central_sep2 0.0701045
+R<ILE>A<O> R<MET>A<SD> sep1 1.39682
+R<ILE>A<O> R<MET>A<SD> sep2 0.205456
+R<ILE>A<O> R<PHE>A<C> central_sep1 -0.596369
+R<ILE>A<O> R<PHE>A<C> central_sep2 2.46569
+R<ILE>A<O> R<PHE>A<C> sep1 -0.853903
+R<ILE>A<O> R<PHE>A<C> sep2 0.990145
+R<ILE>A<O> R<PHE>A<CA> central_sep1 1.08665
+R<ILE>A<O> R<PHE>A<CA> central_sep2 -1.26399
+R<ILE>A<O> R<PHE>A<CA> sep1 -1.93791
+R<ILE>A<O> R<PHE>A<CA> sep2 0.276207
+R<ILE>A<O> R<PHE>A<CB> central_sep1 -1.37486
+R<ILE>A<O> R<PHE>A<CB> central_sep2 -0.355849
+R<ILE>A<O> R<PHE>A<CB> sep1 0.600299
+R<ILE>A<O> R<PHE>A<CB> sep2 -0.685879
+R<ILE>A<O> R<PHE>A<CD1> central_sep1 -0.815519
+R<ILE>A<O> R<PHE>A<CD1> central_sep2 -0.602254
+R<ILE>A<O> R<PHE>A<CD1> sep1 0.797428
+R<ILE>A<O> R<PHE>A<CD1> sep2 0.109808
+R<ILE>A<O> R<PHE>A<CE1> central_sep1 0.515304
+R<ILE>A<O> R<PHE>A<CE1> central_sep2 -0.293008
+R<ILE>A<O> R<PHE>A<CE1> sep1 1.55152
+R<ILE>A<O> R<PHE>A<CE1> sep2 -0.0146835
+R<ILE>A<O> R<PHE>A<CG> central_sep1 -0.0654777
+R<ILE>A<O> R<PHE>A<CG> central_sep2 1.58131
+R<ILE>A<O> R<PHE>A<CG> sep1 0.143213
+R<ILE>A<O> R<PHE>A<CG> sep2 -0.0298168
+R<ILE>A<O> R<PHE>A<CZ> central_sep1 1.6641
+R<ILE>A<O> R<PHE>A<CZ> central_sep2 -0.490573
+R<ILE>A<O> R<PHE>A<CZ> sep1 2.4017
+R<ILE>A<O> R<PHE>A<CZ> sep2 0.0324095
+R<ILE>A<O> R<PHE>A<N> central_sep1 -1.93766
+R<ILE>A<O> R<PHE>A<N> central_sep2 -1.84178
+R<ILE>A<O> R<PHE>A<N> sep1 0.278588
+R<ILE>A<O> R<PHE>A<N> sep2 0.538457
+R<ILE>A<O> R<PHE>A<O> central_sep1 0.674683
+R<ILE>A<O> R<PHE>A<O> central_sep2 -0.0245257
+R<ILE>A<O> R<PHE>A<O> sep1 1.0909
+R<ILE>A<O> R<PHE>A<O> sep2 0.558972
+R<ILE>A<O> R<PRO>A<C> central_sep1 -1.57275
+R<ILE>A<O> R<PRO>A<C> central_sep2 2.57257
+R<ILE>A<O> R<PRO>A<C> sep1 -1.80873
+R<ILE>A<O> R<PRO>A<C> sep2 1.57971
+R<ILE>A<O> R<PRO>A<CA> central_sep1 0.617404
+R<ILE>A<O> R<PRO>A<CA> central_sep2 -0.45553
+R<ILE>A<O> R<PRO>A<CA> sep1 -1.83527
+R<ILE>A<O> R<PRO>A<CA> sep2 0.440311
+R<ILE>A<O> R<PRO>A<CB> central_sep1 0.63491
+R<ILE>A<O> R<PRO>A<CB> central_sep2 0.179135
+R<ILE>A<O> R<PRO>A<CB> sep1 0.635033
+R<ILE>A<O> R<PRO>A<CB> sep2 -0.0268155
+R<ILE>A<O> R<PRO>A<CD> central_sep1 -0.901231
+R<ILE>A<O> R<PRO>A<CD> central_sep2 -0.0172619
+R<ILE>A<O> R<PRO>A<CD> sep1 0.0757229
+R<ILE>A<O> R<PRO>A<CD> sep2 0.904663
+R<ILE>A<O> R<PRO>A<CG> central_sep1 1.19775
+R<ILE>A<O> R<PRO>A<CG> central_sep2 0.0277631
+R<ILE>A<O> R<PRO>A<CG> sep1 1.21303
+R<ILE>A<O> R<PRO>A<CG> sep2 0.299747
+R<ILE>A<O> R<PRO>A<N> central_sep1 0.0394255
+R<ILE>A<O> R<PRO>A<N> central_sep2 1.92745
+R<ILE>A<O> R<PRO>A<N> sep1 -1.18981
+R<ILE>A<O> R<PRO>A<N> sep2 0.129985
+R<ILE>A<O> R<PRO>A<O> central_sep1 0.684661
+R<ILE>A<O> R<PRO>A<O> central_sep2 1.26376
+R<ILE>A<O> R<PRO>A<O> sep1 0.358047
+R<ILE>A<O> R<PRO>A<O> sep2 1.11437
+R<ILE>A<O> R<SER>A<C> central_sep1 -0.751204
+R<ILE>A<O> R<SER>A<C> central_sep2 2.13477
+R<ILE>A<O> R<SER>A<C> sep1 -1.42745
+R<ILE>A<O> R<SER>A<C> sep2 0.888581
+R<ILE>A<O> R<SER>A<CA> central_sep1 0.861698
+R<ILE>A<O> R<SER>A<CA> central_sep2 -0.669343
+R<ILE>A<O> R<SER>A<CA> sep1 -2.01393
+R<ILE>A<O> R<SER>A<CA> sep2 0.415287
+R<ILE>A<O> R<SER>A<CB> central_sep1 -0.538209
+R<ILE>A<O> R<SER>A<CB> central_sep2 -0.0172722
+R<ILE>A<O> R<SER>A<CB> sep1 0.274043
+R<ILE>A<O> R<SER>A<CB> sep2 -0.232112
+R<ILE>A<O> R<SER>A<N> central_sep1 -1.43682
+R<ILE>A<O> R<SER>A<N> central_sep2 -1.08429
+R<ILE>A<O> R<SER>A<N> sep1 -0.0301066
+R<ILE>A<O> R<SER>A<N> sep2 0.801507
+R<ILE>A<O> R<SER>A<O> central_sep1 0.34905
+R<ILE>A<O> R<SER>A<O> central_sep2 0.605587
+R<ILE>A<O> R<SER>A<O> sep1 0.707756
+R<ILE>A<O> R<SER>A<O> sep2 0.886363
+R<ILE>A<O> R<SER>A<OG> central_sep1 -0.478249
+R<ILE>A<O> R<SER>A<OG> central_sep2 0.205466
+R<ILE>A<O> R<SER>A<OG> sep1 1.17218
+R<ILE>A<O> R<SER>A<OG> sep2 0.291085
+R<ILE>A<O> R<THR>A<C> central_sep1 -0.420054
+R<ILE>A<O> R<THR>A<C> central_sep2 2.30369
+R<ILE>A<O> R<THR>A<C> sep1 -1.15277
+R<ILE>A<O> R<THR>A<C> sep2 1.03241
+R<ILE>A<O> R<THR>A<CA> central_sep1 0.980642
+R<ILE>A<O> R<THR>A<CA> central_sep2 -1.05821
+R<ILE>A<O> R<THR>A<CA> sep1 -2.2083
+R<ILE>A<O> R<THR>A<CA> sep2 0.336355
+R<ILE>A<O> R<THR>A<CB> central_sep1 -0.80691
+R<ILE>A<O> R<THR>A<CB> central_sep2 -0.22358
+R<ILE>A<O> R<THR>A<CB> sep1 0.343297
+R<ILE>A<O> R<THR>A<CB> sep2 -0.885745
+R<ILE>A<O> R<THR>A<CG2> central_sep1 -0.452057
+R<ILE>A<O> R<THR>A<CG2> central_sep2 -0.1505
+R<ILE>A<O> R<THR>A<CG2> sep1 0.660936
+R<ILE>A<O> R<THR>A<CG2> sep2 0.414662
+R<ILE>A<O> R<THR>A<N> central_sep1 -1.51931
+R<ILE>A<O> R<THR>A<N> central_sep2 -1.45355
+R<ILE>A<O> R<THR>A<N> sep1 -0.0275918
+R<ILE>A<O> R<THR>A<N> sep2 0.987216
+R<ILE>A<O> R<THR>A<O> central_sep1 0.800402
+R<ILE>A<O> R<THR>A<O> central_sep2 0.271237
+R<ILE>A<O> R<THR>A<O> sep1 1.03174
+R<ILE>A<O> R<THR>A<O> sep2 0.805693
+R<ILE>A<O> R<THR>A<OG1> central_sep1 -0.733099
+R<ILE>A<O> R<THR>A<OG1> central_sep2 0.082569
+R<ILE>A<O> R<THR>A<OG1> sep1 0.85607
+R<ILE>A<O> R<THR>A<OG1> sep2 0.290357
+R<ILE>A<O> R<TRP>A<C> central_sep1 -0.490159
+R<ILE>A<O> R<TRP>A<C> central_sep2 2.55596
+R<ILE>A<O> R<TRP>A<C> sep1 -0.830371
+R<ILE>A<O> R<TRP>A<C> sep2 1.2587
+R<ILE>A<O> R<TRP>A<CA> central_sep1 0.813826
+R<ILE>A<O> R<TRP>A<CA> central_sep2 -1.12716
+R<ILE>A<O> R<TRP>A<CA> sep1 -1.80342
+R<ILE>A<O> R<TRP>A<CA> sep2 0.319087
+R<ILE>A<O> R<TRP>A<CB> central_sep1 -1.20996
+R<ILE>A<O> R<TRP>A<CB> central_sep2 -0.378753
+R<ILE>A<O> R<TRP>A<CB> sep1 0.739269
+R<ILE>A<O> R<TRP>A<CB> sep2 -0.542346
+R<ILE>A<O> R<TRP>A<CD1> central_sep1 -0.793101
+R<ILE>A<O> R<TRP>A<CD1> central_sep2 -0.43833
+R<ILE>A<O> R<TRP>A<CD1> sep1 1.07638
+R<ILE>A<O> R<TRP>A<CD1> sep2 -0.0126857
+R<ILE>A<O> R<TRP>A<CD2> central_sep1 0.981125
+R<ILE>A<O> R<TRP>A<CD2> central_sep2 1.50844
+R<ILE>A<O> R<TRP>A<CD2> sep1 0.79622
+R<ILE>A<O> R<TRP>A<CD2> sep2 0.697169
+R<ILE>A<O> R<TRP>A<CE2> central_sep1 1.21202
+R<ILE>A<O> R<TRP>A<CE2> central_sep2 2.0425
+R<ILE>A<O> R<TRP>A<CE2> sep1 1.71083
+R<ILE>A<O> R<TRP>A<CE2> sep2 0.476366
+R<ILE>A<O> R<TRP>A<CE3> central_sep1 0.0145898
+R<ILE>A<O> R<TRP>A<CE3> central_sep2 -0.317626
+R<ILE>A<O> R<TRP>A<CE3> sep1 1.35615
+R<ILE>A<O> R<TRP>A<CE3> sep2 0.072733
+R<ILE>A<O> R<TRP>A<CG> central_sep1 0.226271
+R<ILE>A<O> R<TRP>A<CG> central_sep2 1.76885
+R<ILE>A<O> R<TRP>A<CG> sep1 0.449785
+R<ILE>A<O> R<TRP>A<CG> sep2 -0.107514
+R<ILE>A<O> R<TRP>A<CH2> central_sep1 2.61877
+R<ILE>A<O> R<TRP>A<CH2> central_sep2 -0.412423
+R<ILE>A<O> R<TRP>A<CH2> sep1 3.61323
+R<ILE>A<O> R<TRP>A<CH2> sep2 -0.0856974
+R<ILE>A<O> R<TRP>A<CZ2> central_sep1 1.98012
+R<ILE>A<O> R<TRP>A<CZ2> central_sep2 -0.43235
+R<ILE>A<O> R<TRP>A<CZ2> sep1 2.90394
+R<ILE>A<O> R<TRP>A<CZ2> sep2 -0.0824497
+R<ILE>A<O> R<TRP>A<CZ3> central_sep1 1.06139
+R<ILE>A<O> R<TRP>A<CZ3> central_sep2 -0.368428
+R<ILE>A<O> R<TRP>A<CZ3> sep1 2.85472
+R<ILE>A<O> R<TRP>A<CZ3> sep2 0.0784368
+R<ILE>A<O> R<TRP>A<N> central_sep1 -1.72652
+R<ILE>A<O> R<TRP>A<N> central_sep2 -1.6679
+R<ILE>A<O> R<TRP>A<N> sep1 0.28358
+R<ILE>A<O> R<TRP>A<N> sep2 0.584277
+R<ILE>A<O> R<TRP>A<NE1> central_sep1 0.158141
+R<ILE>A<O> R<TRP>A<NE1> central_sep2 -0.886413
+R<ILE>A<O> R<TRP>A<NE1> sep1 1.44478
+R<ILE>A<O> R<TRP>A<NE1> sep2 -0.144322
+R<ILE>A<O> R<TRP>A<O> central_sep1 0.915952
+R<ILE>A<O> R<TRP>A<O> central_sep2 0.200945
+R<ILE>A<O> R<TRP>A<O> sep1 1.1389
+R<ILE>A<O> R<TRP>A<O> sep2 0.705362
+R<ILE>A<O> R<TYR>A<C> central_sep1 -0.733056
+R<ILE>A<O> R<TYR>A<C> central_sep2 2.41874
+R<ILE>A<O> R<TYR>A<C> sep1 -0.872527
+R<ILE>A<O> R<TYR>A<C> sep2 1.23612
+R<ILE>A<O> R<TYR>A<CA> central_sep1 0.796907
+R<ILE>A<O> R<TYR>A<CA> central_sep2 -1.2019
+R<ILE>A<O> R<TYR>A<CA> sep1 -2.0085
+R<ILE>A<O> R<TYR>A<CA> sep2 0.349155
+R<ILE>A<O> R<TYR>A<CB> central_sep1 -1.34707
+R<ILE>A<O> R<TYR>A<CB> central_sep2 -0.348439
+R<ILE>A<O> R<TYR>A<CB> sep1 0.477423
+R<ILE>A<O> R<TYR>A<CB> sep2 -0.733018
+R<ILE>A<O> R<TYR>A<CD1> central_sep1 -0.654002
+R<ILE>A<O> R<TYR>A<CD1> central_sep2 -0.539812
+R<ILE>A<O> R<TYR>A<CD1> sep1 0.801529
+R<ILE>A<O> R<TYR>A<CD1> sep2 0.142873
+R<ILE>A<O> R<TYR>A<CE1> central_sep1 0.429377
+R<ILE>A<O> R<TYR>A<CE1> central_sep2 -0.307986
+R<ILE>A<O> R<TYR>A<CE1> sep1 1.61609
+R<ILE>A<O> R<TYR>A<CE1> sep2 0.170897
+R<ILE>A<O> R<TYR>A<CG> central_sep1 0.426565
+R<ILE>A<O> R<TYR>A<CG> central_sep2 1.5621
+R<ILE>A<O> R<TYR>A<CG> sep1 0.0704126
+R<ILE>A<O> R<TYR>A<CG> sep2 -0.059404
+R<ILE>A<O> R<TYR>A<CZ> central_sep1 1.06069
+R<ILE>A<O> R<TYR>A<CZ> central_sep2 1.05748
+R<ILE>A<O> R<TYR>A<CZ> sep1 1.48901
+R<ILE>A<O> R<TYR>A<CZ> sep2 0.28781
+R<ILE>A<O> R<TYR>A<N> central_sep1 -1.94291
+R<ILE>A<O> R<TYR>A<N> central_sep2 -1.80672
+R<ILE>A<O> R<TYR>A<N> sep1 0.251618
+R<ILE>A<O> R<TYR>A<N> sep2 0.622624
+R<ILE>A<O> R<TYR>A<O> central_sep1 0.567791
+R<ILE>A<O> R<TYR>A<O> central_sep2 0.0251979
+R<ILE>A<O> R<TYR>A<O> sep1 1.06624
+R<ILE>A<O> R<TYR>A<O> sep2 0.614364
+R<ILE>A<O> R<TYR>A<OH> central_sep1 2.11255
+R<ILE>A<O> R<TYR>A<OH> central_sep2 -0.409924
+R<ILE>A<O> R<TYR>A<OH> sep1 2.75118
+R<ILE>A<O> R<TYR>A<OH> sep2 -0.00424696
+R<ILE>A<O> R<VAL>A<C> central_sep1 -0.516706
+R<ILE>A<O> R<VAL>A<C> central_sep2 3.29036
+R<ILE>A<O> R<VAL>A<C> sep1 -0.803284
+R<ILE>A<O> R<VAL>A<C> sep2 1.56051
+R<ILE>A<O> R<VAL>A<CA> central_sep1 0.903313
+R<ILE>A<O> R<VAL>A<CA> central_sep2 -1.67628
+R<ILE>A<O> R<VAL>A<CA> sep1 -2.07267
+R<ILE>A<O> R<VAL>A<CA> sep2 0.161249
+R<ILE>A<O> R<VAL>A<CB> central_sep1 -1.38241
+R<ILE>A<O> R<VAL>A<CB> central_sep2 -0.498898
+R<ILE>A<O> R<VAL>A<CB> sep1 0.655341
+R<ILE>A<O> R<VAL>A<CB> sep2 -1.28151
+R<ILE>A<O> R<VAL>A<CG1> central_sep1 -0.124312
+R<ILE>A<O> R<VAL>A<CG1> central_sep2 -0.564934
+R<ILE>A<O> R<VAL>A<CG1> sep1 0.888989
+R<ILE>A<O> R<VAL>A<CG1> sep2 -0.0430207
+R<ILE>A<O> R<VAL>A<CG2> central_sep1 -0.850717
+R<ILE>A<O> R<VAL>A<CG2> central_sep2 -0.328257
+R<ILE>A<O> R<VAL>A<CG2> sep1 0.767882
+R<ILE>A<O> R<VAL>A<CG2> sep2 -0.069098
+R<ILE>A<O> R<VAL>A<N> central_sep1 -1.76912
+R<ILE>A<O> R<VAL>A<N> central_sep2 -2.13362
+R<ILE>A<O> R<VAL>A<N> sep1 -0.01616
+R<ILE>A<O> R<VAL>A<N> sep2 0.730929
+R<ILE>A<O> R<VAL>A<O> central_sep1 0.854245
+R<ILE>A<O> R<VAL>A<O> central_sep2 -0.241625
+R<ILE>A<O> R<VAL>A<O> sep1 1.04904
+R<ILE>A<O> R<VAL>A<O> sep2 0.516099
+R<ILE>A<O> c<solvent> . 0.948183
+R<LEU>A<C> R<LEU>A<C> central_sep1 3.89296
+R<LEU>A<C> R<LEU>A<C> central_sep2 3.21025
+R<LEU>A<C> R<LEU>A<C> sep1 -2.49804
+R<LEU>A<C> R<LEU>A<C> sep2 2.01644
+R<LEU>A<C> R<LEU>A<CA> central_sep1 4.14733
+R<LEU>A<C> R<LEU>A<CA> central_sep2 1.67517
+R<LEU>A<C> R<LEU>A<CA> sep1 -2.7458
+R<LEU>A<C> R<LEU>A<CA> sep2 1.24982
+R<LEU>A<C> R<LEU>A<CB> central_sep1 1.25132
+R<LEU>A<C> R<LEU>A<CB> central_sep2 1.14616
+R<LEU>A<C> R<LEU>A<CB> sep1 0.171523
+R<LEU>A<C> R<LEU>A<CB> sep2 -0.100123
+R<LEU>A<C> R<LEU>A<CD1> central_sep1 0.981808
+R<LEU>A<C> R<LEU>A<CD1> central_sep2 -0.353399
+R<LEU>A<C> R<LEU>A<CD1> sep1 0.21997
+R<LEU>A<C> R<LEU>A<CD1> sep2 -0.912582
+R<LEU>A<C> R<LEU>A<CD2> central_sep1 1.07856
+R<LEU>A<C> R<LEU>A<CD2> central_sep2 -0.123176
+R<LEU>A<C> R<LEU>A<CD2> sep1 0.439887
+R<LEU>A<C> R<LEU>A<CD2> sep2 -0.761373
+R<LEU>A<C> R<LEU>A<CG> central_sep1 -0.477228
+R<LEU>A<C> R<LEU>A<CG> central_sep2 0.699447
+R<LEU>A<C> R<LEU>A<CG> sep1 -1.16098
+R<LEU>A<C> R<LEU>A<CG> sep2 -0.376742
+R<LEU>A<C> R<LEU>A<N> central_sep1 -0.761698
+R<LEU>A<C> R<LEU>A<N> central_sep2 3.22618
+R<LEU>A<C> R<LEU>A<N> sep1 -1.74194
+R<LEU>A<C> R<LEU>A<N> sep2 1.86555
+R<LEU>A<C> R<LEU>A<O> central_sep1 -0.696768
+R<LEU>A<C> R<LEU>A<O> central_sep2 2.34741
+R<LEU>A<C> R<LEU>A<O> sep1 -1.33959
+R<LEU>A<C> R<LEU>A<O> sep2 1.09724
+R<LEU>A<C> R<LYS>A<C> central_sep1 3.46841
+R<LEU>A<C> R<LYS>A<C> central_sep2 4.21465
+R<LEU>A<C> R<LYS>A<C> sep1 -2.72678
+R<LEU>A<C> R<LYS>A<C> sep2 3.14186
+R<LEU>A<C> R<LYS>A<CA> central_sep1 3.37553
+R<LEU>A<C> R<LYS>A<CA> central_sep2 2.6582
+R<LEU>A<C> R<LYS>A<CA> sep1 -2.75051
+R<LEU>A<C> R<LYS>A<CA> sep2 1.28037
+R<LEU>A<C> R<LYS>A<CB> central_sep1 2.41168
+R<LEU>A<C> R<LYS>A<CB> central_sep2 1.38942
+R<LEU>A<C> R<LYS>A<CB> sep1 -0.0432282
+R<LEU>A<C> R<LYS>A<CB> sep2 0.391788
+R<LEU>A<C> R<LYS>A<CD> central_sep1 1.8311
+R<LEU>A<C> R<LYS>A<CD> central_sep2 0.864889
+R<LEU>A<C> R<LYS>A<CD> sep1 0.624481
+R<LEU>A<C> R<LYS>A<CD> sep2 0.0230616
+R<LEU>A<C> R<LYS>A<CE> central_sep1 2.29713
+R<LEU>A<C> R<LYS>A<CE> central_sep2 1.3947
+R<LEU>A<C> R<LYS>A<CE> sep1 1.73122
+R<LEU>A<C> R<LYS>A<CE> sep2 0.239421
+R<LEU>A<C> R<LYS>A<CG> central_sep1 0.535187
+R<LEU>A<C> R<LYS>A<CG> central_sep2 0.943259
+R<LEU>A<C> R<LYS>A<CG> sep1 -0.847044
+R<LEU>A<C> R<LYS>A<CG> sep2 0.0651744
+R<LEU>A<C> R<LYS>A<N> central_sep1 -0.688537
+R<LEU>A<C> R<LYS>A<N> central_sep2 3.25203
+R<LEU>A<C> R<LYS>A<N> sep1 -1.93844
+R<LEU>A<C> R<LYS>A<N> sep2 2.00746
+R<LEU>A<C> R<LYS>A<NZ> central_sep1 3.35009
+R<LEU>A<C> R<LYS>A<NZ> central_sep2 2.09665
+R<LEU>A<C> R<LYS>A<NZ> sep1 2.80931
+R<LEU>A<C> R<LYS>A<NZ> sep2 0.46656
+R<LEU>A<C> R<LYS>A<O> central_sep1 -0.540518
+R<LEU>A<C> R<LYS>A<O> central_sep2 3.04718
+R<LEU>A<C> R<LYS>A<O> sep1 -1.46974
+R<LEU>A<C> R<LYS>A<O> sep2 1.81897
+R<LEU>A<C> R<MET>A<C> central_sep1 4.7298
+R<LEU>A<C> R<MET>A<C> central_sep2 3.58734
+R<LEU>A<C> R<MET>A<C> sep1 -2.4868
+R<LEU>A<C> R<MET>A<C> sep2 2.2588
+R<LEU>A<C> R<MET>A<CA> central_sep1 4.49302
+R<LEU>A<C> R<MET>A<CA> central_sep2 2.29247
+R<LEU>A<C> R<MET>A<CA> sep1 -2.59327
+R<LEU>A<C> R<MET>A<CA> sep2 1.12256
+R<LEU>A<C> R<MET>A<CB> central_sep1 1.62165
+R<LEU>A<C> R<MET>A<CB> central_sep2 1.22076
+R<LEU>A<C> R<MET>A<CB> sep1 -0.0373768
+R<LEU>A<C> R<MET>A<CB> sep2 0.0210161
+R<LEU>A<C> R<MET>A<CE> central_sep1 0.570652
+R<LEU>A<C> R<MET>A<CE> central_sep2 -0.270283
+R<LEU>A<C> R<MET>A<CE> sep1 1.20683
+R<LEU>A<C> R<MET>A<CE> sep2 -0.799837
+R<LEU>A<C> R<MET>A<CG> central_sep1 0.272933
+R<LEU>A<C> R<MET>A<CG> central_sep2 0.449066
+R<LEU>A<C> R<MET>A<CG> sep1 -0.612595
+R<LEU>A<C> R<MET>A<CG> sep2 -0.500938
+R<LEU>A<C> R<MET>A<N> central_sep1 -0.607811
+R<LEU>A<C> R<MET>A<N> central_sep2 3.29821
+R<LEU>A<C> R<MET>A<N> sep1 -1.6677
+R<LEU>A<C> R<MET>A<N> sep2 1.56845
+R<LEU>A<C> R<MET>A<O> central_sep1 -0.626677
+R<LEU>A<C> R<MET>A<O> central_sep2 2.429
+R<LEU>A<C> R<MET>A<O> sep1 -1.39896
+R<LEU>A<C> R<MET>A<O> sep2 1.31605
+R<LEU>A<C> R<MET>A<SD> central_sep1 0.91248
+R<LEU>A<C> R<MET>A<SD> central_sep2 -0.106973
+R<LEU>A<C> R<MET>A<SD> sep1 0.486965
+R<LEU>A<C> R<MET>A<SD> sep2 -0.566805
+R<LEU>A<C> R<PHE>A<C> central_sep1 3.62516
+R<LEU>A<C> R<PHE>A<C> central_sep2 3.38115
+R<LEU>A<C> R<PHE>A<C> sep1 -2.37056
+R<LEU>A<C> R<PHE>A<C> sep2 2.32212
+R<LEU>A<C> R<PHE>A<CA> central_sep1 4.58977
+R<LEU>A<C> R<PHE>A<CA> central_sep2 2.33652
+R<LEU>A<C> R<PHE>A<CA> sep1 -2.51339
+R<LEU>A<C> R<PHE>A<CA> sep2 1.00342
+R<LEU>A<C> R<PHE>A<CB> central_sep1 1.5058
+R<LEU>A<C> R<PHE>A<CB> central_sep2 0.785397
+R<LEU>A<C> R<PHE>A<CB> sep1 -0.115936
+R<LEU>A<C> R<PHE>A<CB> sep2 -0.27921
+R<LEU>A<C> R<PHE>A<CD1> central_sep1 -0.534869
+R<LEU>A<C> R<PHE>A<CD1> central_sep2 -0.0986248
+R<LEU>A<C> R<PHE>A<CD1> sep1 -0.574013
+R<LEU>A<C> R<PHE>A<CD1> sep2 -0.645853
+R<LEU>A<C> R<PHE>A<CE1> central_sep1 0.897501
+R<LEU>A<C> R<PHE>A<CE1> central_sep2 -0.322452
+R<LEU>A<C> R<PHE>A<CE1> sep1 1.63956
+R<LEU>A<C> R<PHE>A<CE1> sep2 -0.807667
+R<LEU>A<C> R<PHE>A<CG> central_sep1 1.28806
+R<LEU>A<C> R<PHE>A<CG> central_sep2 1.0638
+R<LEU>A<C> R<PHE>A<CG> sep1 -1.73839
+R<LEU>A<C> R<PHE>A<CG> sep2 0.156262
+R<LEU>A<C> R<PHE>A<CZ> central_sep1 2.16912
+R<LEU>A<C> R<PHE>A<CZ> central_sep2 -0.428612
+R<LEU>A<C> R<PHE>A<CZ> sep1 2.77703
+R<LEU>A<C> R<PHE>A<CZ> sep2 -0.935458
+R<LEU>A<C> R<PHE>A<N> central_sep1 -0.571072
+R<LEU>A<C> R<PHE>A<N> central_sep2 3.45037
+R<LEU>A<C> R<PHE>A<N> sep1 -1.48814
+R<LEU>A<C> R<PHE>A<N> sep2 1.85834
+R<LEU>A<C> R<PHE>A<O> central_sep1 -0.605332
+R<LEU>A<C> R<PHE>A<O> central_sep2 2.36258
+R<LEU>A<C> R<PHE>A<O> sep1 -1.2861
+R<LEU>A<C> R<PHE>A<O> sep2 1.04278
+R<LEU>A<C> R<PRO>A<C> central_sep1 2.68075
+R<LEU>A<C> R<PRO>A<C> central_sep2 3.90016
+R<LEU>A<C> R<PRO>A<C> sep1 -2.70248
+R<LEU>A<C> R<PRO>A<C> sep2 2.89142
+R<LEU>A<C> R<PRO>A<CA> central_sep1 3.74766
+R<LEU>A<C> R<PRO>A<CA> central_sep2 1.84817
+R<LEU>A<C> R<PRO>A<CA> sep1 -2.54637
+R<LEU>A<C> R<PRO>A<CA> sep2 0.462839
+R<LEU>A<C> R<PRO>A<CB> central_sep1 2.70468
+R<LEU>A<C> R<PRO>A<CB> central_sep2 0.644325
+R<LEU>A<C> R<PRO>A<CB> sep1 1.41891
+R<LEU>A<C> R<PRO>A<CB> sep2 -0.220851
+R<LEU>A<C> R<PRO>A<CD> central_sep1 -0.199501
+R<LEU>A<C> R<PRO>A<CD> central_sep2 1.4091
+R<LEU>A<C> R<PRO>A<CD> sep1 -0.843821
+R<LEU>A<C> R<PRO>A<CD> sep2 0.209891
+R<LEU>A<C> R<PRO>A<CG> central_sep1 2.67871
+R<LEU>A<C> R<PRO>A<CG> central_sep2 0.560173
+R<LEU>A<C> R<PRO>A<CG> sep1 2.55197
+R<LEU>A<C> R<PRO>A<CG> sep2 -0.173335
+R<LEU>A<C> R<PRO>A<N> central_sep1 0.710186
+R<LEU>A<C> R<PRO>A<N> central_sep2 2.82032
+R<LEU>A<C> R<PRO>A<N> sep1 -1.37177
+R<LEU>A<C> R<PRO>A<N> sep2 2.19592
+R<LEU>A<C> R<PRO>A<O> central_sep1 -0.625178
+R<LEU>A<C> R<PRO>A<O> central_sep2 2.71067
+R<LEU>A<C> R<PRO>A<O> sep1 -1.91211
+R<LEU>A<C> R<PRO>A<O> sep2 1.55832
+R<LEU>A<C> R<SER>A<C> central_sep1 3.87235
+R<LEU>A<C> R<SER>A<C> central_sep2 3.83252
+R<LEU>A<C> R<SER>A<C> sep1 -2.51574
+R<LEU>A<C> R<SER>A<C> sep2 2.04664
+R<LEU>A<C> R<SER>A<CA> central_sep1 3.69908
+R<LEU>A<C> R<SER>A<CA> central_sep2 2.06258
+R<LEU>A<C> R<SER>A<CA> sep1 -2.63168
+R<LEU>A<C> R<SER>A<CA> sep2 0.602235
+R<LEU>A<C> R<SER>A<CB> central_sep1 2.40788
+R<LEU>A<C> R<SER>A<CB> central_sep2 1.09033
+R<LEU>A<C> R<SER>A<CB> sep1 -0.17266
+R<LEU>A<C> R<SER>A<CB> sep2 -0.134707
+R<LEU>A<C> R<SER>A<N> central_sep1 -0.462086
+R<LEU>A<C> R<SER>A<N> central_sep2 2.73622
+R<LEU>A<C> R<SER>A<N> sep1 -1.70852
+R<LEU>A<C> R<SER>A<N> sep2 1.7079
+R<LEU>A<C> R<SER>A<O> central_sep1 -0.579119
+R<LEU>A<C> R<SER>A<O> central_sep2 2.43653
+R<LEU>A<C> R<SER>A<O> sep1 -1.55156
+R<LEU>A<C> R<SER>A<O> sep2 1.22866
+R<LEU>A<C> R<SER>A<OG> central_sep1 2.0102
+R<LEU>A<C> R<SER>A<OG> central_sep2 1.4412
+R<LEU>A<C> R<SER>A<OG> sep1 0.222088
+R<LEU>A<C> R<SER>A<OG> sep2 0.333386
+R<LEU>A<C> R<THR>A<C> central_sep1 4.78015
+R<LEU>A<C> R<THR>A<C> central_sep2 4.04298
+R<LEU>A<C> R<THR>A<C> sep1 -2.60391
+R<LEU>A<C> R<THR>A<C> sep2 2.70976
+R<LEU>A<C> R<THR>A<CA> central_sep1 4.81425
+R<LEU>A<C> R<THR>A<CA> central_sep2 2.38436
+R<LEU>A<C> R<THR>A<CA> sep1 -2.73353
+R<LEU>A<C> R<THR>A<CA> sep2 0.911293
+R<LEU>A<C> R<THR>A<CB> central_sep1 2.2554
+R<LEU>A<C> R<THR>A<CB> central_sep2 1.40968
+R<LEU>A<C> R<THR>A<CB> sep1 -0.0608326
+R<LEU>A<C> R<THR>A<CB> sep2 -0.0346546
+R<LEU>A<C> R<THR>A<CG2> central_sep1 0.3831
+R<LEU>A<C> R<THR>A<CG2> central_sep2 0.548031
+R<LEU>A<C> R<THR>A<CG2> sep1 -0.629982
+R<LEU>A<C> R<THR>A<CG2> sep2 -0.429718
+R<LEU>A<C> R<THR>A<N> central_sep1 -0.376579
+R<LEU>A<C> R<THR>A<N> central_sep2 4.04733
+R<LEU>A<C> R<THR>A<N> sep1 -1.6131
+R<LEU>A<C> R<THR>A<N> sep2 2.12045
+R<LEU>A<C> R<THR>A<O> central_sep1 -0.723945
+R<LEU>A<C> R<THR>A<O> central_sep2 2.73444
+R<LEU>A<C> R<THR>A<O> sep1 -1.4575
+R<LEU>A<C> R<THR>A<O> sep2 1.41344
+R<LEU>A<C> R<THR>A<OG1> central_sep1 1.97311
+R<LEU>A<C> R<THR>A<OG1> central_sep2 1.17949
+R<LEU>A<C> R<THR>A<OG1> sep1 -0.317075
+R<LEU>A<C> R<THR>A<OG1> sep2 0.315382
+R<LEU>A<C> R<TRP>A<C> central_sep1 4.57191
+R<LEU>A<C> R<TRP>A<C> central_sep2 3.84776
+R<LEU>A<C> R<TRP>A<C> sep1 -2.43696
+R<LEU>A<C> R<TRP>A<C> sep2 2.78831
+R<LEU>A<C> R<TRP>A<CA> central_sep1 4.22649
+R<LEU>A<C> R<TRP>A<CA> central_sep2 3.37394
+R<LEU>A<C> R<TRP>A<CA> sep1 -2.4868
+R<LEU>A<C> R<TRP>A<CA> sep2 1.10505
+R<LEU>A<C> R<TRP>A<CB> central_sep1 1.59491
+R<LEU>A<C> R<TRP>A<CB> central_sep2 0.823533
+R<LEU>A<C> R<TRP>A<CB> sep1 -0.0905135
+R<LEU>A<C> R<TRP>A<CB> sep2 -0.210479
+R<LEU>A<C> R<TRP>A<CD1> central_sep1 -0.428941
+R<LEU>A<C> R<TRP>A<CD1> central_sep2 0.203388
+R<LEU>A<C> R<TRP>A<CD1> sep1 -0.30172
+R<LEU>A<C> R<TRP>A<CD1> sep2 -0.496831
+R<LEU>A<C> R<TRP>A<CD2> central_sep1 0.270685
+R<LEU>A<C> R<TRP>A<CD2> central_sep2 1.16711
+R<LEU>A<C> R<TRP>A<CD2> sep1 -0.244832
+R<LEU>A<C> R<TRP>A<CD2> sep2 0.641877
+R<LEU>A<C> R<TRP>A<CE2> central_sep1 0.940629
+R<LEU>A<C> R<TRP>A<CE2> central_sep2 0.907113
+R<LEU>A<C> R<TRP>A<CE2> sep1 1.68843
+R<LEU>A<C> R<TRP>A<CE2> sep2 0.0241547
+R<LEU>A<C> R<TRP>A<CE3> central_sep1 -0.289128
+R<LEU>A<C> R<TRP>A<CE3> central_sep2 -0.859558
+R<LEU>A<C> R<TRP>A<CE3> sep1 0.619831
+R<LEU>A<C> R<TRP>A<CE3> sep2 -0.592981
+R<LEU>A<C> R<TRP>A<CG> central_sep1 1.70074
+R<LEU>A<C> R<TRP>A<CG> central_sep2 0.812231
+R<LEU>A<C> R<TRP>A<CG> sep1 -0.919334
+R<LEU>A<C> R<TRP>A<CG> sep2 0.127134
+R<LEU>A<C> R<TRP>A<CH2> central_sep1 2.72374
+R<LEU>A<C> R<TRP>A<CH2> central_sep2 -0.579369
+R<LEU>A<C> R<TRP>A<CH2> sep1 3.77188
+R<LEU>A<C> R<TRP>A<CH2> sep2 -0.907885
+R<LEU>A<C> R<TRP>A<CZ2> central_sep1 2.69338
+R<LEU>A<C> R<TRP>A<CZ2> central_sep2 -0.52364
+R<LEU>A<C> R<TRP>A<CZ2> sep1 3.23959
+R<LEU>A<C> R<TRP>A<CZ2> sep2 -0.933545
+R<LEU>A<C> R<TRP>A<CZ3> central_sep1 1.43438
+R<LEU>A<C> R<TRP>A<CZ3> central_sep2 -0.619943
+R<LEU>A<C> R<TRP>A<CZ3> sep1 2.04372
+R<LEU>A<C> R<TRP>A<CZ3> sep2 -1.06208
+R<LEU>A<C> R<TRP>A<N> central_sep1 -0.500762
+R<LEU>A<C> R<TRP>A<N> central_sep2 3.77114
+R<LEU>A<C> R<TRP>A<N> sep1 -1.57086
+R<LEU>A<C> R<TRP>A<N> sep2 2.12894
+R<LEU>A<C> R<TRP>A<NE1> central_sep1 1.34819
+R<LEU>A<C> R<TRP>A<NE1> central_sep2 0.251495
+R<LEU>A<C> R<TRP>A<NE1> sep1 1.75882
+R<LEU>A<C> R<TRP>A<NE1> sep2 -0.719123
+R<LEU>A<C> R<TRP>A<O> central_sep1 -0.75439
+R<LEU>A<C> R<TRP>A<O> central_sep2 2.67671
+R<LEU>A<C> R<TRP>A<O> sep1 -1.26766
+R<LEU>A<C> R<TRP>A<O> sep2 1.36478
+R<LEU>A<C> R<TYR>A<C> central_sep1 3.77338
+R<LEU>A<C> R<TYR>A<C> central_sep2 3.78983
+R<LEU>A<C> R<TYR>A<C> sep1 -2.46414
+R<LEU>A<C> R<TYR>A<C> sep2 2.39469
+R<LEU>A<C> R<TYR>A<CA> central_sep1 3.88461
+R<LEU>A<C> R<TYR>A<CA> central_sep2 2.72342
+R<LEU>A<C> R<TYR>A<CA> sep1 -2.53653
+R<LEU>A<C> R<TYR>A<CA> sep2 1.16488
+R<LEU>A<C> R<TYR>A<CB> central_sep1 1.66909
+R<LEU>A<C> R<TYR>A<CB> central_sep2 0.701966
+R<LEU>A<C> R<TYR>A<CB> sep1 -0.204814
+R<LEU>A<C> R<TYR>A<CB> sep2 -0.32573
+R<LEU>A<C> R<TYR>A<CD1> central_sep1 -0.405722
+R<LEU>A<C> R<TYR>A<CD1> central_sep2 -0.123534
+R<LEU>A<C> R<TYR>A<CD1> sep1 -0.461742
+R<LEU>A<C> R<TYR>A<CD1> sep2 -0.62713
+R<LEU>A<C> R<TYR>A<CE1> central_sep1 1.10538
+R<LEU>A<C> R<TYR>A<CE1> central_sep2 0.0664674
+R<LEU>A<C> R<TYR>A<CE1> sep1 1.86314
+R<LEU>A<C> R<TYR>A<CE1> sep2 -0.477801
+R<LEU>A<C> R<TYR>A<CG> central_sep1 1.47782
+R<LEU>A<C> R<TYR>A<CG> central_sep2 0.865308
+R<LEU>A<C> R<TYR>A<CG> sep1 -1.65845
+R<LEU>A<C> R<TYR>A<CG> sep2 -0.0784795
+R<LEU>A<C> R<TYR>A<CZ> central_sep1 1.68482
+R<LEU>A<C> R<TYR>A<CZ> central_sep2 0.691118
+R<LEU>A<C> R<TYR>A<CZ> sep1 2.05127
+R<LEU>A<C> R<TYR>A<CZ> sep2 -0.126624
+R<LEU>A<C> R<TYR>A<N> central_sep1 -0.593643
+R<LEU>A<C> R<TYR>A<N> central_sep2 3.30482
+R<LEU>A<C> R<TYR>A<N> sep1 -1.57332
+R<LEU>A<C> R<TYR>A<N> sep2 2.05914
+R<LEU>A<C> R<TYR>A<O> central_sep1 -0.663448
+R<LEU>A<C> R<TYR>A<O> central_sep2 2.18492
+R<LEU>A<C> R<TYR>A<O> sep1 -1.32553
+R<LEU>A<C> R<TYR>A<O> sep2 1.24144
+R<LEU>A<C> R<TYR>A<OH> central_sep1 3.74722
+R<LEU>A<C> R<TYR>A<OH> central_sep2 0.589973
+R<LEU>A<C> R<TYR>A<OH> sep1 3.93941
+R<LEU>A<C> R<TYR>A<OH> sep2 -0.268517
+R<LEU>A<C> R<VAL>A<C> central_sep1 4.93805
+R<LEU>A<C> R<VAL>A<C> central_sep2 4.92378
+R<LEU>A<C> R<VAL>A<C> sep1 -2.60384
+R<LEU>A<C> R<VAL>A<C> sep2 3.36035
+R<LEU>A<C> R<VAL>A<CA> central_sep1 4.50155
+R<LEU>A<C> R<VAL>A<CA> central_sep2 2.64353
+R<LEU>A<C> R<VAL>A<CA> sep1 -2.64116
+R<LEU>A<C> R<VAL>A<CA> sep2 1.06199
+R<LEU>A<C> R<VAL>A<CB> central_sep1 1.33924
+R<LEU>A<C> R<VAL>A<CB> central_sep2 0.984789
+R<LEU>A<C> R<VAL>A<CB> sep1 0.0281877
+R<LEU>A<C> R<VAL>A<CB> sep2 -0.540548
+R<LEU>A<C> R<VAL>A<CG1> central_sep1 0.126198
+R<LEU>A<C> R<VAL>A<CG1> central_sep2 0.253104
+R<LEU>A<C> R<VAL>A<CG1> sep1 -0.363977
+R<LEU>A<C> R<VAL>A<CG1> sep2 -0.707852
+R<LEU>A<C> R<VAL>A<CG2> central_sep1 0.511131
+R<LEU>A<C> R<VAL>A<CG2> central_sep2 -0.0110474
+R<LEU>A<C> R<VAL>A<CG2> sep1 -0.826515
+R<LEU>A<C> R<VAL>A<CG2> sep2 -0.703079
+R<LEU>A<C> R<VAL>A<N> central_sep1 -0.183856
+R<LEU>A<C> R<VAL>A<N> central_sep2 3.68743
+R<LEU>A<C> R<VAL>A<N> sep1 -1.39822
+R<LEU>A<C> R<VAL>A<N> sep2 1.81816
+R<LEU>A<C> R<VAL>A<O> central_sep1 -0.56354
+R<LEU>A<C> R<VAL>A<O> central_sep2 2.69447
+R<LEU>A<C> R<VAL>A<O> sep1 -1.2109
+R<LEU>A<C> R<VAL>A<O> sep2 1.29954
+R<LEU>A<C> c<solvent> . 2.13035
+R<LEU>A<CA> R<LEU>A<CA> central_sep1 1.69441
+R<LEU>A<CA> R<LEU>A<CA> central_sep2 0.26033
+R<LEU>A<CA> R<LEU>A<CA> sep1 3.38401
+R<LEU>A<CA> R<LEU>A<CA> sep2 0.822664
+R<LEU>A<CA> R<LEU>A<CB> central_sep1 -1.63846
+R<LEU>A<CA> R<LEU>A<CB> central_sep2 0.109216
+R<LEU>A<CA> R<LEU>A<CB> sep1 0.949984
+R<LEU>A<CA> R<LEU>A<CB> sep2 0.426551
+R<LEU>A<CA> R<LEU>A<CD1> central_sep1 -0.599972
+R<LEU>A<CA> R<LEU>A<CD1> central_sep2 -0.733707
+R<LEU>A<CA> R<LEU>A<CD1> sep1 1.428
+R<LEU>A<CA> R<LEU>A<CD1> sep2 -0.301109
+R<LEU>A<CA> R<LEU>A<CD2> central_sep1 0.989685
+R<LEU>A<CA> R<LEU>A<CD2> central_sep2 -0.607919
+R<LEU>A<CA> R<LEU>A<CD2> sep1 1.5133
+R<LEU>A<CA> R<LEU>A<CD2> sep2 -0.217494
+R<LEU>A<CA> R<LEU>A<CG> central_sep1 -0.741276
+R<LEU>A<CA> R<LEU>A<CG> central_sep2 0.621811
+R<LEU>A<CA> R<LEU>A<CG> sep1 0.364612
+R<LEU>A<CA> R<LEU>A<CG> sep2 0.156228
+R<LEU>A<CA> R<LEU>A<N> central_sep1 3.03073
+R<LEU>A<CA> R<LEU>A<N> central_sep2 2.10842
+R<LEU>A<CA> R<LEU>A<N> sep1 -2.09991
+R<LEU>A<CA> R<LEU>A<N> sep2 1.05382
+R<LEU>A<CA> R<LEU>A<O> central_sep1 1.31577
+R<LEU>A<CA> R<LEU>A<O> central_sep2 -0.829006
+R<LEU>A<CA> R<LEU>A<O> sep1 -2.01586
+R<LEU>A<CA> R<LEU>A<O> sep2 0.254807
+R<LEU>A<CA> R<LYS>A<C> central_sep1 3.78594
+R<LEU>A<CA> R<LYS>A<C> central_sep2 2.99115
+R<LEU>A<CA> R<LYS>A<C> sep1 -2.83472
+R<LEU>A<CA> R<LYS>A<C> sep2 1.63247
+R<LEU>A<CA> R<LYS>A<CA> central_sep1 2.01744
+R<LEU>A<CA> R<LYS>A<CA> central_sep2 1.15765
+R<LEU>A<CA> R<LYS>A<CA> sep1 2.79697
+R<LEU>A<CA> R<LYS>A<CA> sep2 1.42053
+R<LEU>A<CA> R<LYS>A<CB> central_sep1 -0.91558
+R<LEU>A<CA> R<LYS>A<CB> central_sep2 1.02705
+R<LEU>A<CA> R<LYS>A<CB> sep1 1.13906
+R<LEU>A<CA> R<LYS>A<CB> sep2 1.08623
+R<LEU>A<CA> R<LYS>A<CD> central_sep1 0.265448
+R<LEU>A<CA> R<LYS>A<CD> central_sep2 0.605531
+R<LEU>A<CA> R<LYS>A<CD> sep1 1.19897
+R<LEU>A<CA> R<LYS>A<CD> sep2 0.591701
+R<LEU>A<CA> R<LYS>A<CE> central_sep1 1.34618
+R<LEU>A<CA> R<LYS>A<CE> central_sep2 1.15137
+R<LEU>A<CA> R<LYS>A<CE> sep1 2.37568
+R<LEU>A<CA> R<LYS>A<CE> sep2 0.787658
+R<LEU>A<CA> R<LYS>A<CG> central_sep1 0.350015
+R<LEU>A<CA> R<LYS>A<CG> central_sep2 0.871366
+R<LEU>A<CA> R<LYS>A<CG> sep1 1.02778
+R<LEU>A<CA> R<LYS>A<CG> sep2 0.802965
+R<LEU>A<CA> R<LYS>A<N> central_sep1 2.93931
+R<LEU>A<CA> R<LYS>A<N> central_sep2 2.31239
+R<LEU>A<CA> R<LYS>A<N> sep1 -2.33637
+R<LEU>A<CA> R<LYS>A<N> sep2 1.64346
+R<LEU>A<CA> R<LYS>A<NZ> central_sep1 2.66913
+R<LEU>A<CA> R<LYS>A<NZ> central_sep2 1.92221
+R<LEU>A<CA> R<LYS>A<NZ> sep1 2.93577
+R<LEU>A<CA> R<LYS>A<NZ> sep2 0.784967
+R<LEU>A<CA> R<LYS>A<O> central_sep1 1.08705
+R<LEU>A<CA> R<LYS>A<O> central_sep2 -0.188003
+R<LEU>A<CA> R<LYS>A<O> sep1 -2.06887
+R<LEU>A<CA> R<LYS>A<O> sep2 0.860017
+R<LEU>A<CA> R<MET>A<C> central_sep1 3.80209
+R<LEU>A<CA> R<MET>A<C> central_sep2 2.60522
+R<LEU>A<CA> R<MET>A<C> sep1 -2.76537
+R<LEU>A<CA> R<MET>A<C> sep2 1.32469
+R<LEU>A<CA> R<MET>A<CA> central_sep1 1.82198
+R<LEU>A<CA> R<MET>A<CA> central_sep2 0.429185
+R<LEU>A<CA> R<MET>A<CA> sep1 3.69537
+R<LEU>A<CA> R<MET>A<CA> sep2 0.65829
+R<LEU>A<CA> R<MET>A<CB> central_sep1 -1.38857
+R<LEU>A<CA> R<MET>A<CB> central_sep2 0.347634
+R<LEU>A<CA> R<MET>A<CB> sep1 1.26881
+R<LEU>A<CA> R<MET>A<CB> sep2 0.526086
+R<LEU>A<CA> R<MET>A<CE> central_sep1 -0.0570395
+R<LEU>A<CA> R<MET>A<CE> central_sep2 -0.330529
+R<LEU>A<CA> R<MET>A<CE> sep1 2.21621
+R<LEU>A<CA> R<MET>A<CE> sep2 -0.227189
+R<LEU>A<CA> R<MET>A<CG> central_sep1 -0.194054
+R<LEU>A<CA> R<MET>A<CG> central_sep2 0.15728
+R<LEU>A<CA> R<MET>A<CG> sep1 1.03345
+R<LEU>A<CA> R<MET>A<CG> sep2 0.165285
+R<LEU>A<CA> R<MET>A<N> central_sep1 3.22794
+R<LEU>A<CA> R<MET>A<N> central_sep2 2.22392
+R<LEU>A<CA> R<MET>A<N> sep1 -1.98196
+R<LEU>A<CA> R<MET>A<N> sep2 1.32813
+R<LEU>A<CA> R<MET>A<O> central_sep1 1.45784
+R<LEU>A<CA> R<MET>A<O> central_sep2 -0.662418
+R<LEU>A<CA> R<MET>A<O> sep1 -2.03381
+R<LEU>A<CA> R<MET>A<O> sep2 0.616384
+R<LEU>A<CA> R<MET>A<SD> central_sep1 -0.665486
+R<LEU>A<CA> R<MET>A<SD> central_sep2 -0.6218
+R<LEU>A<CA> R<MET>A<SD> sep1 1.29315
+R<LEU>A<CA> R<MET>A<SD> sep2 -0.159315
+R<LEU>A<CA> R<PHE>A<C> central_sep1 3.13222
+R<LEU>A<CA> R<PHE>A<C> central_sep2 2.91842
+R<LEU>A<CA> R<PHE>A<C> sep1 -2.739
+R<LEU>A<CA> R<PHE>A<C> sep2 1.47691
+R<LEU>A<CA> R<PHE>A<CA> central_sep1 1.71086
+R<LEU>A<CA> R<PHE>A<CA> central_sep2 0.16102
+R<LEU>A<CA> R<PHE>A<CA> sep1 3.27191
+R<LEU>A<CA> R<PHE>A<CA> sep2 0.661242
+R<LEU>A<CA> R<PHE>A<CB> central_sep1 -1.09092
+R<LEU>A<CA> R<PHE>A<CB> central_sep2 0.022112
+R<LEU>A<CA> R<PHE>A<CB> sep1 1.16703
+R<LEU>A<CA> R<PHE>A<CB> sep2 0.226507
+R<LEU>A<CA> R<PHE>A<CD1> central_sep1 -0.442228
+R<LEU>A<CA> R<PHE>A<CD1> central_sep2 -0.207265
+R<LEU>A<CA> R<PHE>A<CD1> sep1 -0.0571702
+R<LEU>A<CA> R<PHE>A<CD1> sep2 -0.225986
+R<LEU>A<CA> R<PHE>A<CE1> central_sep1 0.967188
+R<LEU>A<CA> R<PHE>A<CE1> central_sep2 -0.507091
+R<LEU>A<CA> R<PHE>A<CE1> sep1 1.48915
+R<LEU>A<CA> R<PHE>A<CE1> sep2 -0.485105
+R<LEU>A<CA> R<PHE>A<CG> central_sep1 1.01786
+R<LEU>A<CA> R<PHE>A<CG> central_sep2 0.841475
+R<LEU>A<CA> R<PHE>A<CG> sep1 1.12626
+R<LEU>A<CA> R<PHE>A<CG> sep2 -0.681048
+R<LEU>A<CA> R<PHE>A<CZ> central_sep1 1.57911
+R<LEU>A<CA> R<PHE>A<CZ> central_sep2 -0.678312
+R<LEU>A<CA> R<PHE>A<CZ> sep1 2.3723
+R<LEU>A<CA> R<PHE>A<CZ> sep2 -0.529368
+R<LEU>A<CA> R<PHE>A<N> central_sep1 2.8958
+R<LEU>A<CA> R<PHE>A<N> central_sep2 2.46631
+R<LEU>A<CA> R<PHE>A<N> sep1 -2.09334
+R<LEU>A<CA> R<PHE>A<N> sep2 1.60857
+R<LEU>A<CA> R<PHE>A<O> central_sep1 0.933231
+R<LEU>A<CA> R<PHE>A<O> central_sep2 -0.828773
+R<LEU>A<CA> R<PHE>A<O> sep1 -2.00494
+R<LEU>A<CA> R<PHE>A<O> sep2 0.365207
+R<LEU>A<CA> R<PRO>A<C> central_sep1 2.731
+R<LEU>A<CA> R<PRO>A<C> central_sep2 3.18404
+R<LEU>A<CA> R<PRO>A<C> sep1 -2.72814
+R<LEU>A<CA> R<PRO>A<C> sep2 1.73217
+R<LEU>A<CA> R<PRO>A<CA> central_sep1 0.446395
+R<LEU>A<CA> R<PRO>A<CA> central_sep2 0.546718
+R<LEU>A<CA> R<PRO>A<CA> sep1 2.36346
+R<LEU>A<CA> R<PRO>A<CA> sep2 0.848204
+R<LEU>A<CA> R<PRO>A<CB> central_sep1 1.8571
+R<LEU>A<CA> R<PRO>A<CB> central_sep2 0.433971
+R<LEU>A<CA> R<PRO>A<CB> sep1 2.67289
+R<LEU>A<CA> R<PRO>A<CB> sep2 0.431851
+R<LEU>A<CA> R<PRO>A<CD> central_sep1 -2.35687
+R<LEU>A<CA> R<PRO>A<CD> central_sep2 0.796576
+R<LEU>A<CA> R<PRO>A<CD> sep1 1.30254
+R<LEU>A<CA> R<PRO>A<CD> sep2 0.811896
+R<LEU>A<CA> R<PRO>A<CG> central_sep1 1.59833
+R<LEU>A<CA> R<PRO>A<CG> central_sep2 0.285301
+R<LEU>A<CA> R<PRO>A<CG> sep1 2.13011
+R<LEU>A<CA> R<PRO>A<CG> sep2 0.291901
+R<LEU>A<CA> R<PRO>A<N> central_sep1 3.27874
+R<LEU>A<CA> R<PRO>A<N> central_sep2 2.98213
+R<LEU>A<CA> R<PRO>A<N> sep1 -1.62506
+R<LEU>A<CA> R<PRO>A<N> sep2 1.34132
+R<LEU>A<CA> R<PRO>A<O> central_sep1 2.84505
+R<LEU>A<CA> R<PRO>A<O> central_sep2 0.513627
+R<LEU>A<CA> R<PRO>A<O> sep1 -2.03154
+R<LEU>A<CA> R<PRO>A<O> sep2 0.903054
+R<LEU>A<CA> R<SER>A<C> central_sep1 3.771
+R<LEU>A<CA> R<SER>A<C> central_sep2 2.64823
+R<LEU>A<CA> R<SER>A<C> sep1 -2.81467
+R<LEU>A<CA> R<SER>A<C> sep2 1.22261
+R<LEU>A<CA> R<SER>A<CA> central_sep1 2.45745
+R<LEU>A<CA> R<SER>A<CA> central_sep2 0.671216
+R<LEU>A<CA> R<SER>A<CA> sep1 3.64665
+R<LEU>A<CA> R<SER>A<CA> sep2 0.886809
+R<LEU>A<CA> R<SER>A<CB> central_sep1 -0.0680742
+R<LEU>A<CA> R<SER>A<CB> central_sep2 0.564777
+R<LEU>A<CA> R<SER>A<CB> sep1 1.53171
+R<LEU>A<CA> R<SER>A<CB> sep2 0.641355
+R<LEU>A<CA> R<SER>A<N> central_sep1 3.05785
+R<LEU>A<CA> R<SER>A<N> central_sep2 2.18186
+R<LEU>A<CA> R<SER>A<N> sep1 -2.38374
+R<LEU>A<CA> R<SER>A<N> sep2 1.53927
+R<LEU>A<CA> R<SER>A<O> central_sep1 1.44523
+R<LEU>A<CA> R<SER>A<O> central_sep2 -0.331183
+R<LEU>A<CA> R<SER>A<O> sep1 -2.08472
+R<LEU>A<CA> R<SER>A<O> sep2 0.714237
+R<LEU>A<CA> R<SER>A<OG> central_sep1 0.094904
+R<LEU>A<CA> R<SER>A<OG> central_sep2 0.457653
+R<LEU>A<CA> R<SER>A<OG> sep1 1.03967
+R<LEU>A<CA> R<SER>A<OG> sep2 0.626344
+R<LEU>A<CA> R<THR>A<C> central_sep1 4.63679
+R<LEU>A<CA> R<THR>A<C> central_sep2 2.4985
+R<LEU>A<CA> R<THR>A<C> sep1 -2.9583
+R<LEU>A<CA> R<THR>A<C> sep2 1.16726
+R<LEU>A<CA> R<THR>A<CA> central_sep1 2.18582
+R<LEU>A<CA> R<THR>A<CA> central_sep2 0.504047
+R<LEU>A<CA> R<THR>A<CA> sep1 3.83429
+R<LEU>A<CA> R<THR>A<CA> sep2 0.901648
+R<LEU>A<CA> R<THR>A<CB> central_sep1 -0.692625
+R<LEU>A<CA> R<THR>A<CB> central_sep2 0.6354
+R<LEU>A<CA> R<THR>A<CB> sep1 1.4481
+R<LEU>A<CA> R<THR>A<CB> sep2 0.540479
+R<LEU>A<CA> R<THR>A<CG2> central_sep1 0.936921
+R<LEU>A<CA> R<THR>A<CG2> central_sep2 0.274494
+R<LEU>A<CA> R<THR>A<CG2> sep1 1.46534
+R<LEU>A<CA> R<THR>A<CG2> sep2 0.515821
+R<LEU>A<CA> R<THR>A<N> central_sep1 3.35733
+R<LEU>A<CA> R<THR>A<N> central_sep2 2.56108
+R<LEU>A<CA> R<THR>A<N> sep1 -2.53132
+R<LEU>A<CA> R<THR>A<N> sep2 1.68712
+R<LEU>A<CA> R<THR>A<O> central_sep1 1.18935
+R<LEU>A<CA> R<THR>A<O> central_sep2 -0.655695
+R<LEU>A<CA> R<THR>A<O> sep1 -2.1534
+R<LEU>A<CA> R<THR>A<O> sep2 0.570892
+R<LEU>A<CA> R<THR>A<OG1> central_sep1 0.161951
+R<LEU>A<CA> R<THR>A<OG1> central_sep2 0.519241
+R<LEU>A<CA> R<THR>A<OG1> sep1 1.05495
+R<LEU>A<CA> R<THR>A<OG1> sep2 0.687938
+R<LEU>A<CA> R<TRP>A<C> central_sep1 3.53864
+R<LEU>A<CA> R<TRP>A<C> central_sep2 3.93385
+R<LEU>A<CA> R<TRP>A<C> sep1 -2.77992
+R<LEU>A<CA> R<TRP>A<C> sep2 1.23902
+R<LEU>A<CA> R<TRP>A<CA> central_sep1 1.39678
+R<LEU>A<CA> R<TRP>A<CA> central_sep2 -0.139097
+R<LEU>A<CA> R<TRP>A<CA> sep1 2.94882
+R<LEU>A<CA> R<TRP>A<CA> sep2 0.493472
+R<LEU>A<CA> R<TRP>A<CB> central_sep1 -1.08929
+R<LEU>A<CA> R<TRP>A<CB> central_sep2 -0.0245566
+R<LEU>A<CA> R<TRP>A<CB> sep1 1.20796
+R<LEU>A<CA> R<TRP>A<CB> sep2 0.375321
+R<LEU>A<CA> R<TRP>A<CD1> central_sep1 0.0290848
+R<LEU>A<CA> R<TRP>A<CD1> central_sep2 -0.14039
+R<LEU>A<CA> R<TRP>A<CD1> sep1 0.628388
+R<LEU>A<CA> R<TRP>A<CD1> sep2 -0.20635
+R<LEU>A<CA> R<TRP>A<CD2> central_sep1 0.889292
+R<LEU>A<CA> R<TRP>A<CD2> central_sep2 0.575811
+R<LEU>A<CA> R<TRP>A<CD2> sep1 0.607969
+R<LEU>A<CA> R<TRP>A<CD2> sep2 -0.613004
+R<LEU>A<CA> R<TRP>A<CE2> central_sep1 1.83887
+R<LEU>A<CA> R<TRP>A<CE2> central_sep2 0.138157
+R<LEU>A<CA> R<TRP>A<CE2> sep1 1.63523
+R<LEU>A<CA> R<TRP>A<CE2> sep2 -0.575333
+R<LEU>A<CA> R<TRP>A<CE3> central_sep1 -1.41974
+R<LEU>A<CA> R<TRP>A<CE3> central_sep2 -0.445021
+R<LEU>A<CA> R<TRP>A<CE3> sep1 0.889126
+R<LEU>A<CA> R<TRP>A<CE3> sep2 -0.136544
+R<LEU>A<CA> R<TRP>A<CG> central_sep1 0.898934
+R<LEU>A<CA> R<TRP>A<CG> central_sep2 0.809748
+R<LEU>A<CA> R<TRP>A<CG> sep1 0.964925
+R<LEU>A<CA> R<TRP>A<CG> sep2 -0.940321
+R<LEU>A<CA> R<TRP>A<CH2> central_sep1 2.20228
+R<LEU>A<CA> R<TRP>A<CH2> central_sep2 -0.509262
+R<LEU>A<CA> R<TRP>A<CH2> sep1 3.21245
+R<LEU>A<CA> R<TRP>A<CH2> sep2 -0.534163
+R<LEU>A<CA> R<TRP>A<CZ2> central_sep1 1.43143
+R<LEU>A<CA> R<TRP>A<CZ2> central_sep2 -0.374717
+R<LEU>A<CA> R<TRP>A<CZ2> sep1 2.95286
+R<LEU>A<CA> R<TRP>A<CZ2> sep2 -0.399225
+R<LEU>A<CA> R<TRP>A<CZ3> central_sep1 1.43245
+R<LEU>A<CA> R<TRP>A<CZ3> central_sep2 -0.611703
+R<LEU>A<CA> R<TRP>A<CZ3> sep1 1.06704
+R<LEU>A<CA> R<TRP>A<CZ3> sep2 -0.61839
+R<LEU>A<CA> R<TRP>A<N> central_sep1 2.88201
+R<LEU>A<CA> R<TRP>A<N> central_sep2 2.03246
+R<LEU>A<CA> R<TRP>A<N> sep1 -2.05936
+R<LEU>A<CA> R<TRP>A<N> sep2 1.70621
+R<LEU>A<CA> R<TRP>A<NE1> central_sep1 1.04499
+R<LEU>A<CA> R<TRP>A<NE1> central_sep2 -0.04647
+R<LEU>A<CA> R<TRP>A<NE1> sep1 1.90661
+R<LEU>A<CA> R<TRP>A<NE1> sep2 -0.493696
+R<LEU>A<CA> R<TRP>A<O> central_sep1 1.04644
+R<LEU>A<CA> R<TRP>A<O> central_sep2 -0.68238
+R<LEU>A<CA> R<TRP>A<O> sep1 -2.03578
+R<LEU>A<CA> R<TRP>A<O> sep2 0.245675
+R<LEU>A<CA> R<TYR>A<C> central_sep1 3.15358
+R<LEU>A<CA> R<TYR>A<C> central_sep2 3.21573
+R<LEU>A<CA> R<TYR>A<C> sep1 -2.81552
+R<LEU>A<CA> R<TYR>A<C> sep2 1.34755
+R<LEU>A<CA> R<TYR>A<CA> central_sep1 1.37582
+R<LEU>A<CA> R<TYR>A<CA> central_sep2 0.179098
+R<LEU>A<CA> R<TYR>A<CA> sep1 3.39377
+R<LEU>A<CA> R<TYR>A<CA> sep2 0.940133
+R<LEU>A<CA> R<TYR>A<CB> central_sep1 -1.0377
+R<LEU>A<CA> R<TYR>A<CB> central_sep2 0.0645326
+R<LEU>A<CA> R<TYR>A<CB> sep1 1.14714
+R<LEU>A<CA> R<TYR>A<CB> sep2 0.219675
+R<LEU>A<CA> R<TYR>A<CD1> central_sep1 -0.418715
+R<LEU>A<CA> R<TYR>A<CD1> central_sep2 -0.217535
+R<LEU>A<CA> R<TYR>A<CD1> sep1 -0.0576157
+R<LEU>A<CA> R<TYR>A<CD1> sep2 -0.123998
+R<LEU>A<CA> R<TYR>A<CE1> central_sep1 1.20472
+R<LEU>A<CA> R<TYR>A<CE1> central_sep2 -0.0748905
+R<LEU>A<CA> R<TYR>A<CE1> sep1 1.65713
+R<LEU>A<CA> R<TYR>A<CE1> sep2 -0.172618
+R<LEU>A<CA> R<TYR>A<CG> central_sep1 1.57985
+R<LEU>A<CA> R<TYR>A<CG> central_sep2 0.558867
+R<LEU>A<CA> R<TYR>A<CG> sep1 1.30235
+R<LEU>A<CA> R<TYR>A<CG> sep2 -0.917577
+R<LEU>A<CA> R<TYR>A<CZ> central_sep1 1.41309
+R<LEU>A<CA> R<TYR>A<CZ> central_sep2 -0.0640092
+R<LEU>A<CA> R<TYR>A<CZ> sep1 1.83567
+R<LEU>A<CA> R<TYR>A<CZ> sep2 -0.6313
+R<LEU>A<CA> R<TYR>A<N> central_sep1 2.71768
+R<LEU>A<CA> R<TYR>A<N> central_sep2 2.23671
+R<LEU>A<CA> R<TYR>A<N> sep1 -2.18387
+R<LEU>A<CA> R<TYR>A<N> sep2 1.48298
+R<LEU>A<CA> R<TYR>A<O> central_sep1 0.809051
+R<LEU>A<CA> R<TYR>A<O> central_sep2 -0.85683
+R<LEU>A<CA> R<TYR>A<O> sep1 -2.07866
+R<LEU>A<CA> R<TYR>A<O> sep2 0.310092
+R<LEU>A<CA> R<TYR>A<OH> central_sep1 1.72013
+R<LEU>A<CA> R<TYR>A<OH> central_sep2 -0.268596
+R<LEU>A<CA> R<TYR>A<OH> sep1 3.12147
+R<LEU>A<CA> R<TYR>A<OH> sep2 -0.160279
+R<LEU>A<CA> R<VAL>A<C> central_sep1 4.40682
+R<LEU>A<CA> R<VAL>A<C> central_sep2 3.32857
+R<LEU>A<CA> R<VAL>A<C> sep1 -2.98413
+R<LEU>A<CA> R<VAL>A<C> sep2 1.59121
+R<LEU>A<CA> R<VAL>A<CA> central_sep1 1.67604
+R<LEU>A<CA> R<VAL>A<CA> central_sep2 0.121204
+R<LEU>A<CA> R<VAL>A<CA> sep1 3.78452
+R<LEU>A<CA> R<VAL>A<CA> sep2 0.509686
+R<LEU>A<CA> R<VAL>A<CB> central_sep1 -1.34461
+R<LEU>A<CA> R<VAL>A<CB> central_sep2 -0.437172
+R<LEU>A<CA> R<VAL>A<CB> sep1 1.04342
+R<LEU>A<CA> R<VAL>A<CB> sep2 0.0491049
+R<LEU>A<CA> R<VAL>A<CG1> central_sep1 0.798716
+R<LEU>A<CA> R<VAL>A<CG1> central_sep2 -0.235519
+R<LEU>A<CA> R<VAL>A<CG1> sep1 1.27763
+R<LEU>A<CA> R<VAL>A<CG1> sep2 0.0397029
+R<LEU>A<CA> R<VAL>A<CG2> central_sep1 -0.224991
+R<LEU>A<CA> R<VAL>A<CG2> central_sep2 -0.354274
+R<LEU>A<CA> R<VAL>A<CG2> sep1 1.13642
+R<LEU>A<CA> R<VAL>A<CG2> sep2 0.00857605
+R<LEU>A<CA> R<VAL>A<N> central_sep1 2.92302
+R<LEU>A<CA> R<VAL>A<N> central_sep2 2.27415
+R<LEU>A<CA> R<VAL>A<N> sep1 -2.3554
+R<LEU>A<CA> R<VAL>A<N> sep2 1.12403
+R<LEU>A<CA> R<VAL>A<O> central_sep1 1.06917
+R<LEU>A<CA> R<VAL>A<O> central_sep2 -1.07903
+R<LEU>A<CA> R<VAL>A<O> sep1 -2.14918
+R<LEU>A<CA> R<VAL>A<O> sep2 0.152122
+R<LEU>A<CA> c<solvent> . 1.98051
+R<LEU>A<CB> R<LEU>A<CB> central_sep1 -0.574445
+R<LEU>A<CB> R<LEU>A<CB> central_sep2 -1.34721
+R<LEU>A<CB> R<LEU>A<CB> sep1 1.35007
+R<LEU>A<CB> R<LEU>A<CB> sep2 -0.610178
+R<LEU>A<CB> R<LEU>A<CD1> central_sep1 -0.501332
+R<LEU>A<CB> R<LEU>A<CD1> central_sep2 -1.76594
+R<LEU>A<CB> R<LEU>A<CD1> sep1 1.43492
+R<LEU>A<CB> R<LEU>A<CD1> sep2 -1.01602
+R<LEU>A<CB> R<LEU>A<CD2> central_sep1 -0.300648
+R<LEU>A<CB> R<LEU>A<CD2> central_sep2 -1.65156
+R<LEU>A<CB> R<LEU>A<CD2> sep1 1.25853
+R<LEU>A<CB> R<LEU>A<CD2> sep2 -0.958947
+R<LEU>A<CB> R<LEU>A<CG> central_sep1 -1.07298
+R<LEU>A<CB> R<LEU>A<CG> central_sep2 -0.846989
+R<LEU>A<CB> R<LEU>A<CG> sep1 -0.152023
+R<LEU>A<CB> R<LEU>A<CG> sep2 -1.24278
+R<LEU>A<CB> R<LEU>A<N> central_sep1 1.47702
+R<LEU>A<CB> R<LEU>A<N> central_sep2 1.30242
+R<LEU>A<CB> R<LEU>A<N> sep1 -1.31561
+R<LEU>A<CB> R<LEU>A<N> sep2 0.871926
+R<LEU>A<CB> R<LEU>A<O> central_sep1 -1.84397
+R<LEU>A<CB> R<LEU>A<O> central_sep2 -0.105904
+R<LEU>A<CB> R<LEU>A<O> sep1 0.378407
+R<LEU>A<CB> R<LEU>A<O> sep2 -0.569639
+R<LEU>A<CB> R<LYS>A<C> central_sep1 1.67684
+R<LEU>A<CB> R<LYS>A<C> central_sep2 1.38107
+R<LEU>A<CB> R<LYS>A<C> sep1 0.334685
+R<LEU>A<CB> R<LYS>A<C> sep2 0.366242
+R<LEU>A<CB> R<LYS>A<CA> central_sep1 -0.901681
+R<LEU>A<CB> R<LYS>A<CA> central_sep2 0.884891
+R<LEU>A<CB> R<LYS>A<CA> sep1 1.19137
+R<LEU>A<CB> R<LYS>A<CA> sep2 0.766681
+R<LEU>A<CB> R<LYS>A<CB> central_sep1 0.518285
+R<LEU>A<CB> R<LYS>A<CB> central_sep2 -0.130547
+R<LEU>A<CB> R<LYS>A<CB> sep1 1.85479
+R<LEU>A<CB> R<LYS>A<CB> sep2 0.53717
+R<LEU>A<CB> R<LYS>A<CD> central_sep1 1.10771
+R<LEU>A<CB> R<LYS>A<CD> central_sep2 0.0653503
+R<LEU>A<CB> R<LYS>A<CD> sep1 1.9545
+R<LEU>A<CB> R<LYS>A<CD> sep2 0.209457
+R<LEU>A<CB> R<LYS>A<CE> central_sep1 0.751319
+R<LEU>A<CB> R<LYS>A<CE> central_sep2 0.527397
+R<LEU>A<CB> R<LYS>A<CE> sep1 2.2714
+R<LEU>A<CB> R<LYS>A<CE> sep2 0.528562
+R<LEU>A<CB> R<LYS>A<CG> central_sep1 0.27192
+R<LEU>A<CB> R<LYS>A<CG> central_sep2 0.048256
+R<LEU>A<CB> R<LYS>A<CG> sep1 0.620897
+R<LEU>A<CB> R<LYS>A<CG> sep2 0.321892
+R<LEU>A<CB> R<LYS>A<N> central_sep1 1.3013
+R<LEU>A<CB> R<LYS>A<N> central_sep2 1.69733
+R<LEU>A<CB> R<LYS>A<N> sep1 -1.57369
+R<LEU>A<CB> R<LYS>A<N> sep2 1.44963
+R<LEU>A<CB> R<LYS>A<NZ> central_sep1 2.00887
+R<LEU>A<CB> R<LYS>A<NZ> central_sep2 1.56009
+R<LEU>A<CB> R<LYS>A<NZ> sep1 2.82472
+R<LEU>A<CB> R<LYS>A<NZ> sep2 1.09591
+R<LEU>A<CB> R<LYS>A<O> central_sep1 -1.34907
+R<LEU>A<CB> R<LYS>A<O> central_sep2 0.529826
+R<LEU>A<CB> R<LYS>A<O> sep1 0.667472
+R<LEU>A<CB> R<LYS>A<O> sep2 0.0211984
+R<LEU>A<CB> R<MET>A<C> central_sep1 1.51526
+R<LEU>A<CB> R<MET>A<C> central_sep2 1.10941
+R<LEU>A<CB> R<MET>A<C> sep1 0.241283
+R<LEU>A<CB> R<MET>A<C> sep2 0.0313472
+R<LEU>A<CB> R<MET>A<CA> central_sep1 -1.41572
+R<LEU>A<CB> R<MET>A<CA> central_sep2 0.202578
+R<LEU>A<CB> R<MET>A<CA> sep1 1.24219
+R<LEU>A<CB> R<MET>A<CA> sep2 0.395473
+R<LEU>A<CB> R<MET>A<CB> central_sep1 -0.258105
+R<LEU>A<CB> R<MET>A<CB> central_sep2 -1.00715
+R<LEU>A<CB> R<MET>A<CB> sep1 1.7165
+R<LEU>A<CB> R<MET>A<CB> sep2 -0.391566
+R<LEU>A<CB> R<MET>A<CE> central_sep1 -0.329792
+R<LEU>A<CB> R<MET>A<CE> central_sep2 -1.47261
+R<LEU>A<CB> R<MET>A<CE> sep1 1.62641
+R<LEU>A<CB> R<MET>A<CE> sep2 -0.844582
+R<LEU>A<CB> R<MET>A<CG> central_sep1 -0.442046
+R<LEU>A<CB> R<MET>A<CG> central_sep2 -1.08103
+R<LEU>A<CB> R<MET>A<CG> sep1 0.61782
+R<LEU>A<CB> R<MET>A<CG> sep2 -0.624439
+R<LEU>A<CB> R<MET>A<N> central_sep1 1.58233
+R<LEU>A<CB> R<MET>A<N> central_sep2 1.2956
+R<LEU>A<CB> R<MET>A<N> sep1 -1.22327
+R<LEU>A<CB> R<MET>A<N> sep2 0.996865
+R<LEU>A<CB> R<MET>A<O> central_sep1 -1.72296
+R<LEU>A<CB> R<MET>A<O> central_sep2 0.0131677
+R<LEU>A<CB> R<MET>A<O> sep1 0.499638
+R<LEU>A<CB> R<MET>A<O> sep2 -0.419024
+R<LEU>A<CB> R<MET>A<SD> central_sep1 -0.421892
+R<LEU>A<CB> R<MET>A<SD> central_sep2 -1.53133
+R<LEU>A<CB> R<MET>A<SD> sep1 1.23749
+R<LEU>A<CB> R<MET>A<SD> sep2 -0.960561
+R<LEU>A<CB> R<PHE>A<C> central_sep1 1.77447
+R<LEU>A<CB> R<PHE>A<C> central_sep2 1.17197
+R<LEU>A<CB> R<PHE>A<C> sep1 0.172677
+R<LEU>A<CB> R<PHE>A<C> sep2 -0.0515418
+R<LEU>A<CB> R<PHE>A<CA> central_sep1 -1.09211
+R<LEU>A<CB> R<PHE>A<CA> central_sep2 0.13012
+R<LEU>A<CB> R<PHE>A<CA> sep1 1.15507
+R<LEU>A<CB> R<PHE>A<CA> sep2 0.496316
+R<LEU>A<CB> R<PHE>A<CB> central_sep1 -0.525482
+R<LEU>A<CB> R<PHE>A<CB> central_sep2 -1.26059
+R<LEU>A<CB> R<PHE>A<CB> sep1 1.59649
+R<LEU>A<CB> R<PHE>A<CB> sep2 -0.656478
+R<LEU>A<CB> R<PHE>A<CD1> central_sep1 -0.739078
+R<LEU>A<CB> R<PHE>A<CD1> central_sep2 -1.32315
+R<LEU>A<CB> R<PHE>A<CD1> sep1 0.632342
+R<LEU>A<CB> R<PHE>A<CD1> sep2 -1.07509
+R<LEU>A<CB> R<PHE>A<CE1> central_sep1 -0.828667
+R<LEU>A<CB> R<PHE>A<CE1> central_sep2 -1.60764
+R<LEU>A<CB> R<PHE>A<CE1> sep1 0.803585
+R<LEU>A<CB> R<PHE>A<CE1> sep2 -1.33372
+R<LEU>A<CB> R<PHE>A<CG> central_sep1 0.1678
+R<LEU>A<CB> R<PHE>A<CG> central_sep2 -1.3239
+R<LEU>A<CB> R<PHE>A<CG> sep1 0.434043
+R<LEU>A<CB> R<PHE>A<CG> sep2 -2.14692
+R<LEU>A<CB> R<PHE>A<CZ> central_sep1 0.0230652
+R<LEU>A<CB> R<PHE>A<CZ> central_sep2 -1.6827
+R<LEU>A<CB> R<PHE>A<CZ> sep1 0.854427
+R<LEU>A<CB> R<PHE>A<CZ> sep2 -1.41441
+R<LEU>A<CB> R<PHE>A<N> central_sep1 1.27193
+R<LEU>A<CB> R<PHE>A<N> central_sep2 1.17703
+R<LEU>A<CB> R<PHE>A<N> sep1 -1.15549
+R<LEU>A<CB> R<PHE>A<N> sep2 0.79323
+R<LEU>A<CB> R<PHE>A<O> central_sep1 -1.67787
+R<LEU>A<CB> R<PHE>A<O> central_sep2 -0.0431395
+R<LEU>A<CB> R<PHE>A<O> sep1 0.642036
+R<LEU>A<CB> R<PHE>A<O> sep2 -0.552722
+R<LEU>A<CB> R<PRO>A<C> central_sep1 2.61084
+R<LEU>A<CB> R<PRO>A<C> central_sep2 1.59533
+R<LEU>A<CB> R<PRO>A<C> sep1 0.482693
+R<LEU>A<CB> R<PRO>A<C> sep2 0.498031
+R<LEU>A<CB> R<PRO>A<CA> central_sep1 -0.515881
+R<LEU>A<CB> R<PRO>A<CA> central_sep2 0.301145
+R<LEU>A<CB> R<PRO>A<CA> sep1 0.756864
+R<LEU>A<CB> R<PRO>A<CA> sep2 0.520182
+R<LEU>A<CB> R<PRO>A<CB> central_sep1 0.724279
+R<LEU>A<CB> R<PRO>A<CB> central_sep2 -0.479763
+R<LEU>A<CB> R<PRO>A<CB> sep1 1.97235
+R<LEU>A<CB> R<PRO>A<CB> sep2 -0.0854863
+R<LEU>A<CB> R<PRO>A<CD> central_sep1 -0.260149
+R<LEU>A<CB> R<PRO>A<CD> central_sep2 0.176791
+R<LEU>A<CB> R<PRO>A<CD> sep1 -0.898974
+R<LEU>A<CB> R<PRO>A<CD> sep2 0.315168
+R<LEU>A<CB> R<PRO>A<CG> central_sep1 0.852655
+R<LEU>A<CB> R<PRO>A<CG> central_sep2 -0.58898
+R<LEU>A<CB> R<PRO>A<CG> sep1 1.91282
+R<LEU>A<CB> R<PRO>A<CG> sep2 -0.316236
+R<LEU>A<CB> R<PRO>A<N> central_sep1 1.44898
+R<LEU>A<CB> R<PRO>A<N> central_sep2 1.65978
+R<LEU>A<CB> R<PRO>A<N> sep1 -1.79182
+R<LEU>A<CB> R<PRO>A<N> sep2 0.0311814
+R<LEU>A<CB> R<PRO>A<O> central_sep1 -1.36424
+R<LEU>A<CB> R<PRO>A<O> central_sep2 0.16282
+R<LEU>A<CB> R<PRO>A<O> sep1 -0.400161
+R<LEU>A<CB> R<PRO>A<O> sep2 0.260436
+R<LEU>A<CB> R<SER>A<C> central_sep1 1.80579
+R<LEU>A<CB> R<SER>A<C> central_sep2 1.07456
+R<LEU>A<CB> R<SER>A<C> sep1 0.184997
+R<LEU>A<CB> R<SER>A<C> sep2 0.32281
+R<LEU>A<CB> R<SER>A<CA> central_sep1 -0.555522
+R<LEU>A<CB> R<SER>A<CA> central_sep2 0.355614
+R<LEU>A<CB> R<SER>A<CA> sep1 1.56949
+R<LEU>A<CB> R<SER>A<CA> sep2 0.42409
+R<LEU>A<CB> R<SER>A<CB> central_sep1 0.48059
+R<LEU>A<CB> R<SER>A<CB> central_sep2 -0.464276
+R<LEU>A<CB> R<SER>A<CB> sep1 1.61238
+R<LEU>A<CB> R<SER>A<CB> sep2 0.136209
+R<LEU>A<CB> R<SER>A<N> central_sep1 0.748088
+R<LEU>A<CB> R<SER>A<N> central_sep2 1.31892
+R<LEU>A<CB> R<SER>A<N> sep1 -1.43467
+R<LEU>A<CB> R<SER>A<N> sep2 1.04034
+R<LEU>A<CB> R<SER>A<O> central_sep1 -1.38211
+R<LEU>A<CB> R<SER>A<O> central_sep2 0.387585
+R<LEU>A<CB> R<SER>A<O> sep1 0.506229
+R<LEU>A<CB> R<SER>A<O> sep2 0.0169436
+R<LEU>A<CB> R<SER>A<OG> central_sep1 -0.36184
+R<LEU>A<CB> R<SER>A<OG> central_sep2 -0.105008
+R<LEU>A<CB> R<SER>A<OG> sep1 1.40314
+R<LEU>A<CB> R<SER>A<OG> sep2 0.0565058
+R<LEU>A<CB> R<THR>A<C> central_sep1 2.10972
+R<LEU>A<CB> R<THR>A<C> central_sep2 1.09119
+R<LEU>A<CB> R<THR>A<C> sep1 0.101042
+R<LEU>A<CB> R<THR>A<C> sep2 0.14407
+R<LEU>A<CB> R<THR>A<CA> central_sep1 -0.67418
+R<LEU>A<CB> R<THR>A<CA> central_sep2 0.359859
+R<LEU>A<CB> R<THR>A<CA> sep1 1.45643
+R<LEU>A<CB> R<THR>A<CA> sep2 0.527211
+R<LEU>A<CB> R<THR>A<CB> central_sep1 0.270941
+R<LEU>A<CB> R<THR>A<CB> central_sep2 -0.513509
+R<LEU>A<CB> R<THR>A<CB> sep1 1.29321
+R<LEU>A<CB> R<THR>A<CB> sep2 -0.312097
+R<LEU>A<CB> R<THR>A<CG2> central_sep1 0.13916
+R<LEU>A<CB> R<THR>A<CG2> central_sep2 -0.765286
+R<LEU>A<CB> R<THR>A<CG2> sep1 0.975895
+R<LEU>A<CB> R<THR>A<CG2> sep2 -0.0518035
+R<LEU>A<CB> R<THR>A<N> central_sep1 0.954084
+R<LEU>A<CB> R<THR>A<N> central_sep2 1.61001
+R<LEU>A<CB> R<THR>A<N> sep1 -1.35417
+R<LEU>A<CB> R<THR>A<N> sep2 1.2372
+R<LEU>A<CB> R<THR>A<O> central_sep1 -1.38209
+R<LEU>A<CB> R<THR>A<O> central_sep2 0.246118
+R<LEU>A<CB> R<THR>A<O> sep1 0.397488
+R<LEU>A<CB> R<THR>A<O> sep2 -0.225082
+R<LEU>A<CB> R<THR>A<OG1> central_sep1 -0.317334
+R<LEU>A<CB> R<THR>A<OG1> central_sep2 -0.163857
+R<LEU>A<CB> R<THR>A<OG1> sep1 1.34985
+R<LEU>A<CB> R<THR>A<OG1> sep2 0.154084
+R<LEU>A<CB> R<TRP>A<C> central_sep1 1.46529
+R<LEU>A<CB> R<TRP>A<C> central_sep2 0.872589
+R<LEU>A<CB> R<TRP>A<C> sep1 0.24814
+R<LEU>A<CB> R<TRP>A<C> sep2 -0.341403
+R<LEU>A<CB> R<TRP>A<CA> central_sep1 -1.00349
+R<LEU>A<CB> R<TRP>A<CA> central_sep2 0.123053
+R<LEU>A<CB> R<TRP>A<CA> sep1 1.24714
+R<LEU>A<CB> R<TRP>A<CA> sep2 0.56312
+R<LEU>A<CB> R<TRP>A<CB> central_sep1 -0.259193
+R<LEU>A<CB> R<TRP>A<CB> central_sep2 -1.27184
+R<LEU>A<CB> R<TRP>A<CB> sep1 1.70698
+R<LEU>A<CB> R<TRP>A<CB> sep2 -0.434987
+R<LEU>A<CB> R<TRP>A<CD1> central_sep1 -0.363092
+R<LEU>A<CB> R<TRP>A<CD1> central_sep2 -0.953806
+R<LEU>A<CB> R<TRP>A<CD1> sep1 1.12208
+R<LEU>A<CB> R<TRP>A<CD1> sep2 -0.575481
+R<LEU>A<CB> R<TRP>A<CD2> central_sep1 -0.229655
+R<LEU>A<CB> R<TRP>A<CD2> central_sep2 -1.40908
+R<LEU>A<CB> R<TRP>A<CD2> sep1 0.306877
+R<LEU>A<CB> R<TRP>A<CD2> sep2 -1.45144
+R<LEU>A<CB> R<TRP>A<CE2> central_sep1 -0.652305
+R<LEU>A<CB> R<TRP>A<CE2> central_sep2 -1.7928
+R<LEU>A<CB> R<TRP>A<CE2> sep1 -0.0358452
+R<LEU>A<CB> R<TRP>A<CE2> sep2 -1.67159
+R<LEU>A<CB> R<TRP>A<CE3> central_sep1 -0.737253
+R<LEU>A<CB> R<TRP>A<CE3> central_sep2 -1.41402
+R<LEU>A<CB> R<TRP>A<CE3> sep1 0.370444
+R<LEU>A<CB> R<TRP>A<CE3> sep2 -0.99248
+R<LEU>A<CB> R<TRP>A<CG> central_sep1 0.212828
+R<LEU>A<CB> R<TRP>A<CG> central_sep2 -0.976744
+R<LEU>A<CB> R<TRP>A<CG> sep1 0.487824
+R<LEU>A<CB> R<TRP>A<CG> sep2 -1.99364
+R<LEU>A<CB> R<TRP>A<CH2> central_sep1 0.962692
+R<LEU>A<CB> R<TRP>A<CH2> central_sep2 -1.65391
+R<LEU>A<CB> R<TRP>A<CH2> sep1 1.82465
+R<LEU>A<CB> R<TRP>A<CH2> sep2 -1.48554
+R<LEU>A<CB> R<TRP>A<CZ2> central_sep1 0.421919
+R<LEU>A<CB> R<TRP>A<CZ2> central_sep2 -1.39009
+R<LEU>A<CB> R<TRP>A<CZ2> sep1 1.99825
+R<LEU>A<CB> R<TRP>A<CZ2> sep2 -1.16184
+R<LEU>A<CB> R<TRP>A<CZ3> central_sep1 -0.194886
+R<LEU>A<CB> R<TRP>A<CZ3> central_sep2 -1.71179
+R<LEU>A<CB> R<TRP>A<CZ3> sep1 1.06423
+R<LEU>A<CB> R<TRP>A<CZ3> sep2 -1.34712
+R<LEU>A<CB> R<TRP>A<N> central_sep1 1.2234
+R<LEU>A<CB> R<TRP>A<N> central_sep2 1.20842
+R<LEU>A<CB> R<TRP>A<N> sep1 -1.15425
+R<LEU>A<CB> R<TRP>A<N> sep2 0.866253
+R<LEU>A<CB> R<TRP>A<NE1> central_sep1 -0.140015
+R<LEU>A<CB> R<TRP>A<NE1> central_sep2 -0.93661
+R<LEU>A<CB> R<TRP>A<NE1> sep1 1.17704
+R<LEU>A<CB> R<TRP>A<NE1> sep2 -1.03134
+R<LEU>A<CB> R<TRP>A<O> central_sep1 -1.49227
+R<LEU>A<CB> R<TRP>A<O> central_sep2 -0.101703
+R<LEU>A<CB> R<TRP>A<O> sep1 0.748829
+R<LEU>A<CB> R<TRP>A<O> sep2 -0.494198
+R<LEU>A<CB> R<TYR>A<C> central_sep1 1.63289
+R<LEU>A<CB> R<TYR>A<C> central_sep2 0.94964
+R<LEU>A<CB> R<TYR>A<C> sep1 0.160786
+R<LEU>A<CB> R<TYR>A<C> sep2 -0.0800787
+R<LEU>A<CB> R<TYR>A<CA> central_sep1 -1.01638
+R<LEU>A<CB> R<TYR>A<CA> central_sep2 0.227346
+R<LEU>A<CB> R<TYR>A<CA> sep1 1.19793
+R<LEU>A<CB> R<TYR>A<CA> sep2 0.467955
+R<LEU>A<CB> R<TYR>A<CB> central_sep1 -0.42645
+R<LEU>A<CB> R<TYR>A<CB> central_sep2 -1.24102
+R<LEU>A<CB> R<TYR>A<CB> sep1 1.67515
+R<LEU>A<CB> R<TYR>A<CB> sep2 -0.501524
+R<LEU>A<CB> R<TYR>A<CD1> central_sep1 -0.47686
+R<LEU>A<CB> R<TYR>A<CD1> central_sep2 -1.14572
+R<LEU>A<CB> R<TYR>A<CD1> sep1 0.883612
+R<LEU>A<CB> R<TYR>A<CD1> sep2 -0.856949
+R<LEU>A<CB> R<TYR>A<CE1> central_sep1 -0.421894
+R<LEU>A<CB> R<TYR>A<CE1> central_sep2 -1.19467
+R<LEU>A<CB> R<TYR>A<CE1> sep1 1.17164
+R<LEU>A<CB> R<TYR>A<CE1> sep2 -0.897615
+R<LEU>A<CB> R<TYR>A<CG> central_sep1 0.567038
+R<LEU>A<CB> R<TYR>A<CG> central_sep2 -1.08128
+R<LEU>A<CB> R<TYR>A<CG> sep1 0.617544
+R<LEU>A<CB> R<TYR>A<CG> sep2 -1.96964
+R<LEU>A<CB> R<TYR>A<CZ> central_sep1 -0.361212
+R<LEU>A<CB> R<TYR>A<CZ> central_sep2 -1.29041
+R<LEU>A<CB> R<TYR>A<CZ> sep1 0.27178
+R<LEU>A<CB> R<TYR>A<CZ> sep2 -1.67157
+R<LEU>A<CB> R<TYR>A<N> central_sep1 1.21273
+R<LEU>A<CB> R<TYR>A<N> central_sep2 1.10308
+R<LEU>A<CB> R<TYR>A<N> sep1 -1.19486
+R<LEU>A<CB> R<TYR>A<N> sep2 0.822967
+R<LEU>A<CB> R<TYR>A<O> central_sep1 -1.56558
+R<LEU>A<CB> R<TYR>A<O> central_sep2 0.00502003
+R<LEU>A<CB> R<TYR>A<O> sep1 0.652003
+R<LEU>A<CB> R<TYR>A<O> sep2 -0.57011
+R<LEU>A<CB> R<TYR>A<OH> central_sep1 1.325
+R<LEU>A<CB> R<TYR>A<OH> central_sep2 -0.906041
+R<LEU>A<CB> R<TYR>A<OH> sep1 2.58263
+R<LEU>A<CB> R<TYR>A<OH> sep2 -0.747112
+R<LEU>A<CB> R<VAL>A<C> central_sep1 2.59782
+R<LEU>A<CB> R<VAL>A<C> central_sep2 1.41654
+R<LEU>A<CB> R<VAL>A<C> sep1 0.300975
+R<LEU>A<CB> R<VAL>A<C> sep2 -0.0550699
+R<LEU>A<CB> R<VAL>A<CA> central_sep1 -1.02899
+R<LEU>A<CB> R<VAL>A<CA> central_sep2 -0.233474
+R<LEU>A<CB> R<VAL>A<CA> sep1 1.36185
+R<LEU>A<CB> R<VAL>A<CA> sep2 0.444637
+R<LEU>A<CB> R<VAL>A<CB> central_sep1 -0.378486
+R<LEU>A<CB> R<VAL>A<CB> central_sep2 -1.37986
+R<LEU>A<CB> R<VAL>A<CB> sep1 1.23058
+R<LEU>A<CB> R<VAL>A<CB> sep2 -1.05253
+R<LEU>A<CB> R<VAL>A<CG1> central_sep1 -0.141915
+R<LEU>A<CB> R<VAL>A<CG1> central_sep2 -1.45312
+R<LEU>A<CB> R<VAL>A<CG1> sep1 1.26142
+R<LEU>A<CB> R<VAL>A<CG1> sep2 -0.67857
+R<LEU>A<CB> R<VAL>A<CG2> central_sep1 -0.595919
+R<LEU>A<CB> R<VAL>A<CG2> central_sep2 -1.55128
+R<LEU>A<CB> R<VAL>A<CG2> sep1 1.0953
+R<LEU>A<CB> R<VAL>A<CG2> sep2 -0.712405
+R<LEU>A<CB> R<VAL>A<N> central_sep1 1.61047
+R<LEU>A<CB> R<VAL>A<N> central_sep2 1.40589
+R<LEU>A<CB> R<VAL>A<N> sep1 -1.20624
+R<LEU>A<CB> R<VAL>A<N> sep2 0.921288
+R<LEU>A<CB> R<VAL>A<O> central_sep1 -1.49951
+R<LEU>A<CB> R<VAL>A<O> central_sep2 -0.101074
+R<LEU>A<CB> R<VAL>A<O> sep1 0.498096
+R<LEU>A<CB> R<VAL>A<O> sep2 -0.690738
+R<LEU>A<CB> c<solvent> . 1.01813
+R<LEU>A<CD1> R<LEU>A<CD1> central_sep1 -0.618127
+R<LEU>A<CD1> R<LEU>A<CD1> central_sep2 -2.16305
+R<LEU>A<CD1> R<LEU>A<CD1> sep1 1.51245
+R<LEU>A<CD1> R<LEU>A<CD1> sep2 -0.898921
+R<LEU>A<CD1> R<LEU>A<CD2> central_sep1 -0.768899
+R<LEU>A<CD1> R<LEU>A<CD2> central_sep2 -2.15198
+R<LEU>A<CD1> R<LEU>A<CD2> sep1 0.782504
+R<LEU>A<CD1> R<LEU>A<CD2> sep2 -0.834443
+R<LEU>A<CD1> R<LEU>A<CG> central_sep1 -1.53491
+R<LEU>A<CD1> R<LEU>A<CG> central_sep2 -1.51174
+R<LEU>A<CD1> R<LEU>A<CG> sep1 0.825066
+R<LEU>A<CD1> R<LEU>A<CG> sep2 -1.6536
+R<LEU>A<CD1> R<LEU>A<N> central_sep1 1.50083
+R<LEU>A<CD1> R<LEU>A<N> central_sep2 0.0276101
+R<LEU>A<CD1> R<LEU>A<N> sep1 1.42804
+R<LEU>A<CD1> R<LEU>A<N> sep2 -0.053668
+R<LEU>A<CD1> R<LEU>A<O> central_sep1 0.4824
+R<LEU>A<CD1> R<LEU>A<O> central_sep2 -0.595854
+R<LEU>A<CD1> R<LEU>A<O> sep1 0.974523
+R<LEU>A<CD1> R<LEU>A<O> sep2 0.175988
+R<LEU>A<CD1> R<LYS>A<C> central_sep1 1.06454
+R<LEU>A<CD1> R<LYS>A<C> central_sep2 0.0845239
+R<LEU>A<CD1> R<LYS>A<C> sep1 0.636522
+R<LEU>A<CD1> R<LYS>A<C> sep2 -0.265633
+R<LEU>A<CD1> R<LYS>A<CA> central_sep1 -0.176642
+R<LEU>A<CD1> R<LYS>A<CA> central_sep2 -0.114816
+R<LEU>A<CD1> R<LYS>A<CA> sep1 1.63995
+R<LEU>A<CD1> R<LYS>A<CA> sep2 0.356137
+R<LEU>A<CD1> R<LYS>A<CB> central_sep1 0.335677
+R<LEU>A<CD1> R<LYS>A<CB> central_sep2 -0.621404
+R<LEU>A<CD1> R<LYS>A<CB> sep1 1.7792
+R<LEU>A<CD1> R<LYS>A<CB> sep2 0.236653
+R<LEU>A<CD1> R<LYS>A<CD> central_sep1 0.25925
+R<LEU>A<CD1> R<LYS>A<CD> central_sep2 -0.303955
+R<LEU>A<CD1> R<LYS>A<CD> sep1 1.92956
+R<LEU>A<CD1> R<LYS>A<CD> sep2 0.07666
+R<LEU>A<CD1> R<LYS>A<CE> central_sep1 0.422967
+R<LEU>A<CD1> R<LYS>A<CE> central_sep2 0.188955
+R<LEU>A<CD1> R<LYS>A<CE> sep1 2.04016
+R<LEU>A<CD1> R<LYS>A<CE> sep2 0.403931
+R<LEU>A<CD1> R<LYS>A<CG> central_sep1 -0.042213
+R<LEU>A<CD1> R<LYS>A<CG> central_sep2 -0.547513
+R<LEU>A<CD1> R<LYS>A<CG> sep1 1.49465
+R<LEU>A<CD1> R<LYS>A<CG> sep2 0.105938
+R<LEU>A<CD1> R<LYS>A<N> central_sep1 1.6087
+R<LEU>A<CD1> R<LYS>A<N> central_sep2 0.74111
+R<LEU>A<CD1> R<LYS>A<N> sep1 1.46442
+R<LEU>A<CD1> R<LYS>A<N> sep2 0.659701
+R<LEU>A<CD1> R<LYS>A<NZ> central_sep1 1.76042
+R<LEU>A<CD1> R<LYS>A<NZ> central_sep2 1.19738
+R<LEU>A<CD1> R<LYS>A<NZ> sep1 2.49881
+R<LEU>A<CD1> R<LYS>A<NZ> sep2 0.960027
+R<LEU>A<CD1> R<LYS>A<O> central_sep1 0.756616
+R<LEU>A<CD1> R<LYS>A<O> central_sep2 0.210292
+R<LEU>A<CD1> R<LYS>A<O> sep1 1.41528
+R<LEU>A<CD1> R<LYS>A<O> sep2 0.783625
+R<LEU>A<CD1> R<MET>A<C> central_sep1 1.08499
+R<LEU>A<CD1> R<MET>A<C> central_sep2 -0.368916
+R<LEU>A<CD1> R<MET>A<C> sep1 0.174398
+R<LEU>A<CD1> R<MET>A<C> sep2 -0.799926
+R<LEU>A<CD1> R<MET>A<CA> central_sep1 -0.353896
+R<LEU>A<CD1> R<MET>A<CA> central_sep2 -0.58792
+R<LEU>A<CD1> R<MET>A<CA> sep1 1.525
+R<LEU>A<CD1> R<MET>A<CA> sep2 -0.224362
+R<LEU>A<CD1> R<MET>A<CB> central_sep1 -0.215343
+R<LEU>A<CD1> R<MET>A<CB> central_sep2 -1.50899
+R<LEU>A<CD1> R<MET>A<CB> sep1 1.62752
+R<LEU>A<CD1> R<MET>A<CB> sep2 -0.59955
+R<LEU>A<CD1> R<MET>A<CE> central_sep1 -0.358217
+R<LEU>A<CD1> R<MET>A<CE> central_sep2 -1.64611
+R<LEU>A<CD1> R<MET>A<CE> sep1 1.828
+R<LEU>A<CD1> R<MET>A<CE> sep2 -0.655812
+R<LEU>A<CD1> R<MET>A<CG> central_sep1 -0.718849
+R<LEU>A<CD1> R<MET>A<CG> central_sep2 -1.48553
+R<LEU>A<CD1> R<MET>A<CG> sep1 1.50141
+R<LEU>A<CD1> R<MET>A<CG> sep2 -0.723823
+R<LEU>A<CD1> R<MET>A<N> central_sep1 1.55481
+R<LEU>A<CD1> R<MET>A<N> central_sep2 0.26608
+R<LEU>A<CD1> R<MET>A<N> sep1 1.53203
+R<LEU>A<CD1> R<MET>A<N> sep2 0.258934
+R<LEU>A<CD1> R<MET>A<O> central_sep1 0.483074
+R<LEU>A<CD1> R<MET>A<O> central_sep2 -0.408205
+R<LEU>A<CD1> R<MET>A<O> sep1 1.01374
+R<LEU>A<CD1> R<MET>A<O> sep2 0.218121
+R<LEU>A<CD1> R<MET>A<SD> central_sep1 -0.656678
+R<LEU>A<CD1> R<MET>A<SD> central_sep2 -1.83859
+R<LEU>A<CD1> R<MET>A<SD> sep1 1.26441
+R<LEU>A<CD1> R<MET>A<SD> sep2 -0.966056
+R<LEU>A<CD1> R<PHE>A<C> central_sep1 0.959981
+R<LEU>A<CD1> R<PHE>A<C> central_sep2 -0.313633
+R<LEU>A<CD1> R<PHE>A<C> sep1 0.600507
+R<LEU>A<CD1> R<PHE>A<C> sep2 -0.761435
+R<LEU>A<CD1> R<PHE>A<CA> central_sep1 -0.230964
+R<LEU>A<CD1> R<PHE>A<CA> central_sep2 -0.613688
+R<LEU>A<CD1> R<PHE>A<CA> sep1 1.65031
+R<LEU>A<CD1> R<PHE>A<CA> sep2 -0.0746591
+R<LEU>A<CD1> R<PHE>A<CB> central_sep1 -0.293122
+R<LEU>A<CD1> R<PHE>A<CB> central_sep2 -1.74617
+R<LEU>A<CD1> R<PHE>A<CB> sep1 1.67814
+R<LEU>A<CD1> R<PHE>A<CB> sep2 -0.878061
+R<LEU>A<CD1> R<PHE>A<CD1> central_sep1 -0.496371
+R<LEU>A<CD1> R<PHE>A<CD1> central_sep2 -1.66462
+R<LEU>A<CD1> R<PHE>A<CD1> sep1 1.14537
+R<LEU>A<CD1> R<PHE>A<CD1> sep2 -1.40754
+R<LEU>A<CD1> R<PHE>A<CE1> central_sep1 -0.342208
+R<LEU>A<CD1> R<PHE>A<CE1> central_sep2 -1.78112
+R<LEU>A<CD1> R<PHE>A<CE1> sep1 1.0084
+R<LEU>A<CD1> R<PHE>A<CE1> sep2 -1.43827
+R<LEU>A<CD1> R<PHE>A<CG> central_sep1 0.544511
+R<LEU>A<CD1> R<PHE>A<CG> central_sep2 -1.77051
+R<LEU>A<CD1> R<PHE>A<CG> sep1 0.234579
+R<LEU>A<CD1> R<PHE>A<CG> sep2 -2.82738
+R<LEU>A<CD1> R<PHE>A<CZ> central_sep1 -0.366382
+R<LEU>A<CD1> R<PHE>A<CZ> central_sep2 -1.90658
+R<LEU>A<CD1> R<PHE>A<CZ> sep1 1.1175
+R<LEU>A<CD1> R<PHE>A<CZ> sep2 -1.53943
+R<LEU>A<CD1> R<PHE>A<N> central_sep1 1.49009
+R<LEU>A<CD1> R<PHE>A<N> central_sep2 0.25264
+R<LEU>A<CD1> R<PHE>A<N> sep1 1.43186
+R<LEU>A<CD1> R<PHE>A<N> sep2 0.105558
+R<LEU>A<CD1> R<PHE>A<O> central_sep1 0.459315
+R<LEU>A<CD1> R<PHE>A<O> central_sep2 -0.340853
+R<LEU>A<CD1> R<PHE>A<O> sep1 1.35987
+R<LEU>A<CD1> R<PHE>A<O> sep2 0.314592
+R<LEU>A<CD1> R<PRO>A<C> central_sep1 1.68134
+R<LEU>A<CD1> R<PRO>A<C> central_sep2 0.400564
+R<LEU>A<CD1> R<PRO>A<C> sep1 1.02732
+R<LEU>A<CD1> R<PRO>A<C> sep2 -0.080313
+R<LEU>A<CD1> R<PRO>A<CA> central_sep1 0.0187974
+R<LEU>A<CD1> R<PRO>A<CA> central_sep2 -0.0611991
+R<LEU>A<CD1> R<PRO>A<CA> sep1 1.86352
+R<LEU>A<CD1> R<PRO>A<CA> sep2 0.168429
+R<LEU>A<CD1> R<PRO>A<CB> central_sep1 0.661714
+R<LEU>A<CD1> R<PRO>A<CB> central_sep2 -0.936287
+R<LEU>A<CD1> R<PRO>A<CB> sep1 1.91344
+R<LEU>A<CD1> R<PRO>A<CB> sep2 -0.213327
+R<LEU>A<CD1> R<PRO>A<CD> central_sep1 0.373789
+R<LEU>A<CD1> R<PRO>A<CD> central_sep2 -0.322972
+R<LEU>A<CD1> R<PRO>A<CD> sep1 1.94863
+R<LEU>A<CD1> R<PRO>A<CD> sep2 0.107764
+R<LEU>A<CD1> R<PRO>A<CG> central_sep1 0.561321
+R<LEU>A<CD1> R<PRO>A<CG> central_sep2 -0.895995
+R<LEU>A<CD1> R<PRO>A<CG> sep1 1.93895
+R<LEU>A<CD1> R<PRO>A<CG> sep2 -0.433486
+R<LEU>A<CD1> R<PRO>A<N> central_sep1 1.78916
+R<LEU>A<CD1> R<PRO>A<N> central_sep2 0.440317
+R<LEU>A<CD1> R<PRO>A<N> sep1 0.922347
+R<LEU>A<CD1> R<PRO>A<N> sep2 -0.541102
+R<LEU>A<CD1> R<PRO>A<O> central_sep1 0.769734
+R<LEU>A<CD1> R<PRO>A<O> central_sep2 -0.147887
+R<LEU>A<CD1> R<PRO>A<O> sep1 1.47565
+R<LEU>A<CD1> R<PRO>A<O> sep2 0.639598
+R<LEU>A<CD1> R<SER>A<C> central_sep1 1.03857
+R<LEU>A<CD1> R<SER>A<C> central_sep2 -0.129499
+R<LEU>A<CD1> R<SER>A<C> sep1 0.477851
+R<LEU>A<CD1> R<SER>A<C> sep2 -0.466695
+R<LEU>A<CD1> R<SER>A<CA> central_sep1 0.11138
+R<LEU>A<CD1> R<SER>A<CA> central_sep2 -0.278177
+R<LEU>A<CD1> R<SER>A<CA> sep1 1.7485
+R<LEU>A<CD1> R<SER>A<CA> sep2 0.141852
+R<LEU>A<CD1> R<SER>A<CB> central_sep1 0.474725
+R<LEU>A<CD1> R<SER>A<CB> central_sep2 -0.77671
+R<LEU>A<CD1> R<SER>A<CB> sep1 1.87927
+R<LEU>A<CD1> R<SER>A<CB> sep2 0.251048
+R<LEU>A<CD1> R<SER>A<N> central_sep1 1.35534
+R<LEU>A<CD1> R<SER>A<N> central_sep2 0.534532
+R<LEU>A<CD1> R<SER>A<N> sep1 1.40827
+R<LEU>A<CD1> R<SER>A<N> sep2 0.453596
+R<LEU>A<CD1> R<SER>A<O> central_sep1 0.669196
+R<LEU>A<CD1> R<SER>A<O> central_sep2 0.00200485
+R<LEU>A<CD1> R<SER>A<O> sep1 1.3834
+R<LEU>A<CD1> R<SER>A<O> sep2 0.621353
+R<LEU>A<CD1> R<SER>A<OG> central_sep1 0.476349
+R<LEU>A<CD1> R<SER>A<OG> central_sep2 -0.155769
+R<LEU>A<CD1> R<SER>A<OG> sep1 1.74074
+R<LEU>A<CD1> R<SER>A<OG> sep2 0.0449045
+R<LEU>A<CD1> R<THR>A<C> central_sep1 0.901335
+R<LEU>A<CD1> R<THR>A<C> central_sep2 -0.238866
+R<LEU>A<CD1> R<THR>A<C> sep1 0.40061
+R<LEU>A<CD1> R<THR>A<C> sep2 -0.531318
+R<LEU>A<CD1> R<THR>A<CA> central_sep1 0.0862017
+R<LEU>A<CD1> R<THR>A<CA> central_sep2 -0.235632
+R<LEU>A<CD1> R<THR>A<CA> sep1 1.66206
+R<LEU>A<CD1> R<THR>A<CA> sep2 0.0978997
+R<LEU>A<CD1> R<THR>A<CB> central_sep1 0.357397
+R<LEU>A<CD1> R<THR>A<CB> central_sep2 -0.633419
+R<LEU>A<CD1> R<THR>A<CB> sep1 1.68361
+R<LEU>A<CD1> R<THR>A<CB> sep2 -0.553107
+R<LEU>A<CD1> R<THR>A<CG2> central_sep1 -0.141237
+R<LEU>A<CD1> R<THR>A<CG2> central_sep2 -1.14082
+R<LEU>A<CD1> R<THR>A<CG2> sep1 1.83699
+R<LEU>A<CD1> R<THR>A<CG2> sep2 0.10808
+R<LEU>A<CD1> R<THR>A<N> central_sep1 1.35305
+R<LEU>A<CD1> R<THR>A<N> central_sep2 0.725785
+R<LEU>A<CD1> R<THR>A<N> sep1 1.2641
+R<LEU>A<CD1> R<THR>A<N> sep2 0.581053
+R<LEU>A<CD1> R<THR>A<O> central_sep1 0.60059
+R<LEU>A<CD1> R<THR>A<O> central_sep2 -0.0785534
+R<LEU>A<CD1> R<THR>A<O> sep1 1.26532
+R<LEU>A<CD1> R<THR>A<O> sep2 0.47833
+R<LEU>A<CD1> R<THR>A<OG1> central_sep1 0.524331
+R<LEU>A<CD1> R<THR>A<OG1> central_sep2 -0.307682
+R<LEU>A<CD1> R<THR>A<OG1> sep1 1.97385
+R<LEU>A<CD1> R<THR>A<OG1> sep2 0.1298
+R<LEU>A<CD1> R<TRP>A<C> central_sep1 0.885502
+R<LEU>A<CD1> R<TRP>A<C> central_sep2 -0.38772
+R<LEU>A<CD1> R<TRP>A<C> sep1 0.467016
+R<LEU>A<CD1> R<TRP>A<C> sep2 -0.725632
+R<LEU>A<CD1> R<TRP>A<CA> central_sep1 -0.12181
+R<LEU>A<CD1> R<TRP>A<CA> central_sep2 -0.566013
+R<LEU>A<CD1> R<TRP>A<CA> sep1 1.74613
+R<LEU>A<CD1> R<TRP>A<CA> sep2 0.0652683
+R<LEU>A<CD1> R<TRP>A<CB> central_sep1 -0.239765
+R<LEU>A<CD1> R<TRP>A<CB> central_sep2 -1.70712
+R<LEU>A<CD1> R<TRP>A<CB> sep1 1.74784
+R<LEU>A<CD1> R<TRP>A<CB> sep2 -0.700919
+R<LEU>A<CD1> R<TRP>A<CD1> central_sep1 0.206462
+R<LEU>A<CD1> R<TRP>A<CD1> central_sep2 -1.05996
+R<LEU>A<CD1> R<TRP>A<CD1> sep1 1.75669
+R<LEU>A<CD1> R<TRP>A<CD1> sep2 -0.659979
+R<LEU>A<CD1> R<TRP>A<CD2> central_sep1 0.0236783
+R<LEU>A<CD1> R<TRP>A<CD2> central_sep2 -1.79244
+R<LEU>A<CD1> R<TRP>A<CD2> sep1 0.695879
+R<LEU>A<CD1> R<TRP>A<CD2> sep2 -1.94043
+R<LEU>A<CD1> R<TRP>A<CE2> central_sep1 -0.128707
+R<LEU>A<CD1> R<TRP>A<CE2> central_sep2 -1.39966
+R<LEU>A<CD1> R<TRP>A<CE2> sep1 0.784419
+R<LEU>A<CD1> R<TRP>A<CE2> sep2 -1.94075
+R<LEU>A<CD1> R<TRP>A<CE3> central_sep1 -0.885843
+R<LEU>A<CD1> R<TRP>A<CE3> central_sep2 -1.60264
+R<LEU>A<CD1> R<TRP>A<CE3> sep1 1.50116
+R<LEU>A<CD1> R<TRP>A<CE3> sep2 -1.44581
+R<LEU>A<CD1> R<TRP>A<CG> central_sep1 0.925801
+R<LEU>A<CD1> R<TRP>A<CG> central_sep2 -1.66315
+R<LEU>A<CD1> R<TRP>A<CG> sep1 0.512287
+R<LEU>A<CD1> R<TRP>A<CG> sep2 -2.6859
+R<LEU>A<CD1> R<TRP>A<CH2> central_sep1 0.511907
+R<LEU>A<CD1> R<TRP>A<CH2> central_sep2 -1.6852
+R<LEU>A<CD1> R<TRP>A<CH2> sep1 1.34911
+R<LEU>A<CD1> R<TRP>A<CH2> sep2 -1.3815
+R<LEU>A<CD1> R<TRP>A<CZ2> central_sep1 0.087207
+R<LEU>A<CD1> R<TRP>A<CZ2> central_sep2 -1.30434
+R<LEU>A<CD1> R<TRP>A<CZ2> sep1 1.71228
+R<LEU>A<CD1> R<TRP>A<CZ2> sep2 -1.08413
+R<LEU>A<CD1> R<TRP>A<CZ3> central_sep1 -0.38999
+R<LEU>A<CD1> R<TRP>A<CZ3> central_sep2 -1.74741
+R<LEU>A<CD1> R<TRP>A<CZ3> sep1 0.982336
+R<LEU>A<CD1> R<TRP>A<CZ3> sep2 -1.34978
+R<LEU>A<CD1> R<TRP>A<N> central_sep1 1.2505
+R<LEU>A<CD1> R<TRP>A<N> central_sep2 0.315257
+R<LEU>A<CD1> R<TRP>A<N> sep1 1.39206
+R<LEU>A<CD1> R<TRP>A<N> sep2 0.041945
+R<LEU>A<CD1> R<TRP>A<NE1> central_sep1 0.141858
+R<LEU>A<CD1> R<TRP>A<NE1> central_sep2 -0.670516
+R<LEU>A<CD1> R<TRP>A<NE1> sep1 1.51137
+R<LEU>A<CD1> R<TRP>A<NE1> sep2 -0.891576
+R<LEU>A<CD1> R<TRP>A<O> central_sep1 0.471341
+R<LEU>A<CD1> R<TRP>A<O> central_sep2 -0.271512
+R<LEU>A<CD1> R<TRP>A<O> sep1 1.274
+R<LEU>A<CD1> R<TRP>A<O> sep2 0.304451
+R<LEU>A<CD1> R<TYR>A<C> central_sep1 0.761335
+R<LEU>A<CD1> R<TYR>A<C> central_sep2 -0.420685
+R<LEU>A<CD1> R<TYR>A<C> sep1 0.592088
+R<LEU>A<CD1> R<TYR>A<C> sep2 -0.797429
+R<LEU>A<CD1> R<TYR>A<CA> central_sep1 -0.123865
+R<LEU>A<CD1> R<TYR>A<CA> central_sep2 -0.549924
+R<LEU>A<CD1> R<TYR>A<CA> sep1 1.71492
+R<LEU>A<CD1> R<TYR>A<CA> sep2 0.00796671
+R<LEU>A<CD1> R<TYR>A<CB> central_sep1 -0.237178
+R<LEU>A<CD1> R<TYR>A<CB> central_sep2 -1.68511
+R<LEU>A<CD1> R<TYR>A<CB> sep1 1.70982
+R<LEU>A<CD1> R<TYR>A<CB> sep2 -0.71829
+R<LEU>A<CD1> R<TYR>A<CD1> central_sep1 -0.279714
+R<LEU>A<CD1> R<TYR>A<CD1> central_sep2 -1.46732
+R<LEU>A<CD1> R<TYR>A<CD1> sep1 1.30672
+R<LEU>A<CD1> R<TYR>A<CD1> sep2 -1.20055
+R<LEU>A<CD1> R<TYR>A<CE1> central_sep1 -0.103851
+R<LEU>A<CD1> R<TYR>A<CE1> central_sep2 -1.28014
+R<LEU>A<CD1> R<TYR>A<CE1> sep1 1.26136
+R<LEU>A<CD1> R<TYR>A<CE1> sep2 -0.956127
+R<LEU>A<CD1> R<TYR>A<CG> central_sep1 0.901118
+R<LEU>A<CD1> R<TYR>A<CG> central_sep2 -1.62529
+R<LEU>A<CD1> R<TYR>A<CG> sep1 0.493544
+R<LEU>A<CD1> R<TYR>A<CG> sep2 -2.66874
+R<LEU>A<CD1> R<TYR>A<CZ> central_sep1 -0.265778
+R<LEU>A<CD1> R<TYR>A<CZ> central_sep2 -1.26082
+R<LEU>A<CD1> R<TYR>A<CZ> sep1 0.734403
+R<LEU>A<CD1> R<TYR>A<CZ> sep2 -1.77261
+R<LEU>A<CD1> R<TYR>A<N> central_sep1 1.35812
+R<LEU>A<CD1> R<TYR>A<N> central_sep2 0.301971
+R<LEU>A<CD1> R<TYR>A<N> sep1 1.3216
+R<LEU>A<CD1> R<TYR>A<N> sep2 0.114111
+R<LEU>A<CD1> R<TYR>A<O> central_sep1 0.398685
+R<LEU>A<CD1> R<TYR>A<O> central_sep2 -0.307067
+R<LEU>A<CD1> R<TYR>A<O> sep1 1.38372
+R<LEU>A<CD1> R<TYR>A<O> sep2 0.253728
+R<LEU>A<CD1> R<TYR>A<OH> central_sep1 0.461101
+R<LEU>A<CD1> R<TYR>A<OH> central_sep2 -0.813058
+R<LEU>A<CD1> R<TYR>A<OH> sep1 1.3404
+R<LEU>A<CD1> R<TYR>A<OH> sep2 -0.656473
+R<LEU>A<CD1> R<VAL>A<C> central_sep1 0.88622
+R<LEU>A<CD1> R<VAL>A<C> central_sep2 -0.136695
+R<LEU>A<CD1> R<VAL>A<C> sep1 0.479014
+R<LEU>A<CD1> R<VAL>A<C> sep2 -0.781139
+R<LEU>A<CD1> R<VAL>A<CA> central_sep1 -0.324593
+R<LEU>A<CD1> R<VAL>A<CA> central_sep2 -0.562743
+R<LEU>A<CD1> R<VAL>A<CA> sep1 1.59539
+R<LEU>A<CD1> R<VAL>A<CA> sep2 -0.185658
+R<LEU>A<CD1> R<VAL>A<CB> central_sep1 0.0703887
+R<LEU>A<CD1> R<VAL>A<CB> central_sep2 -1.32829
+R<LEU>A<CD1> R<VAL>A<CB> sep1 1.40723
+R<LEU>A<CD1> R<VAL>A<CB> sep2 -1.50886
+R<LEU>A<CD1> R<VAL>A<CG1> central_sep1 -0.630368
+R<LEU>A<CD1> R<VAL>A<CG1> central_sep2 -1.9073
+R<LEU>A<CD1> R<VAL>A<CG1> sep1 1.63038
+R<LEU>A<CD1> R<VAL>A<CG1> sep2 -0.62511
+R<LEU>A<CD1> R<VAL>A<CG2> central_sep1 -0.286304
+R<LEU>A<CD1> R<VAL>A<CG2> central_sep2 -1.93941
+R<LEU>A<CD1> R<VAL>A<CG2> sep1 1.53537
+R<LEU>A<CD1> R<VAL>A<CG2> sep2 -0.554397
+R<LEU>A<CD1> R<VAL>A<N> central_sep1 1.14386
+R<LEU>A<CD1> R<VAL>A<N> central_sep2 0.321392
+R<LEU>A<CD1> R<VAL>A<N> sep1 1.07211
+R<LEU>A<CD1> R<VAL>A<N> sep2 0.13962
+R<LEU>A<CD1> R<VAL>A<O> central_sep1 0.468025
+R<LEU>A<CD1> R<VAL>A<O> central_sep2 -0.414008
+R<LEU>A<CD1> R<VAL>A<O> sep1 1.19774
+R<LEU>A<CD1> R<VAL>A<O> sep2 0.391053
+R<LEU>A<CD1> c<solvent> . 0.680977
+R<LEU>A<CD2> R<LEU>A<CD2> central_sep1 -0.585508
+R<LEU>A<CD2> R<LEU>A<CD2> central_sep2 -2.16403
+R<LEU>A<CD2> R<LEU>A<CD2> sep1 1.39945
+R<LEU>A<CD2> R<LEU>A<CD2> sep2 -0.773426
+R<LEU>A<CD2> R<LEU>A<CG> central_sep1 -0.59929
+R<LEU>A<CD2> R<LEU>A<CG> central_sep2 -1.41733
+R<LEU>A<CD2> R<LEU>A<CG> sep1 0.776536
+R<LEU>A<CD2> R<LEU>A<CG> sep2 -1.61778
+R<LEU>A<CD2> R<LEU>A<N> central_sep1 1.97473
+R<LEU>A<CD2> R<LEU>A<N> central_sep2 0.346548
+R<LEU>A<CD2> R<LEU>A<N> sep1 1.99776
+R<LEU>A<CD2> R<LEU>A<N> sep2 0.0574353
+R<LEU>A<CD2> R<LEU>A<O> central_sep1 0.499626
+R<LEU>A<CD2> R<LEU>A<O> central_sep2 -0.491604
+R<LEU>A<CD2> R<LEU>A<O> sep1 1.29957
+R<LEU>A<CD2> R<LEU>A<O> sep2 0.261205
+R<LEU>A<CD2> R<LYS>A<C> central_sep1 1.01201
+R<LEU>A<CD2> R<LYS>A<C> central_sep2 0.187765
+R<LEU>A<CD2> R<LYS>A<C> sep1 0.342561
+R<LEU>A<CD2> R<LYS>A<C> sep2 -0.153551
+R<LEU>A<CD2> R<LYS>A<CA> central_sep1 1.27496
+R<LEU>A<CD2> R<LYS>A<CA> central_sep2 -0.179869
+R<LEU>A<CD2> R<LYS>A<CA> sep1 1.48651
+R<LEU>A<CD2> R<LYS>A<CA> sep2 0.314786
+R<LEU>A<CD2> R<LYS>A<CB> central_sep1 0.381312
+R<LEU>A<CD2> R<LYS>A<CB> central_sep2 -0.626763
+R<LEU>A<CD2> R<LYS>A<CB> sep1 1.3863
+R<LEU>A<CD2> R<LYS>A<CB> sep2 0.136886
+R<LEU>A<CD2> R<LYS>A<CD> central_sep1 -0.0710095
+R<LEU>A<CD2> R<LYS>A<CD> central_sep2 -0.480727
+R<LEU>A<CD2> R<LYS>A<CD> sep1 1.76495
+R<LEU>A<CD2> R<LYS>A<CD> sep2 -0.0457556
+R<LEU>A<CD2> R<LYS>A<CE> central_sep1 0.374207
+R<LEU>A<CD2> R<LYS>A<CE> central_sep2 0.0130059
+R<LEU>A<CD2> R<LYS>A<CE> sep1 1.65905
+R<LEU>A<CD2> R<LYS>A<CE> sep2 0.238343
+R<LEU>A<CD2> R<LYS>A<CG> central_sep1 0.240239
+R<LEU>A<CD2> R<LYS>A<CG> central_sep2 -0.638516
+R<LEU>A<CD2> R<LYS>A<CG> sep1 1.54194
+R<LEU>A<CD2> R<LYS>A<CG> sep2 0.0271001
+R<LEU>A<CD2> R<LYS>A<N> central_sep1 2.10309
+R<LEU>A<CD2> R<LYS>A<N> central_sep2 0.952234
+R<LEU>A<CD2> R<LYS>A<N> sep1 2.01348
+R<LEU>A<CD2> R<LYS>A<N> sep2 0.678613
+R<LEU>A<CD2> R<LYS>A<NZ> central_sep1 1.15364
+R<LEU>A<CD2> R<LYS>A<NZ> central_sep2 0.941361
+R<LEU>A<CD2> R<LYS>A<NZ> sep1 1.85676
+R<LEU>A<CD2> R<LYS>A<NZ> sep2 0.717022
+R<LEU>A<CD2> R<LYS>A<O> central_sep1 0.523635
+R<LEU>A<CD2> R<LYS>A<O> central_sep2 0.213186
+R<LEU>A<CD2> R<LYS>A<O> sep1 1.10401
+R<LEU>A<CD2> R<LYS>A<O> sep2 0.800329
+R<LEU>A<CD2> R<MET>A<C> central_sep1 1.20275
+R<LEU>A<CD2> R<MET>A<C> central_sep2 -0.10118
+R<LEU>A<CD2> R<MET>A<C> sep1 0.450865
+R<LEU>A<CD2> R<MET>A<C> sep2 -0.603805
+R<LEU>A<CD2> R<MET>A<CA> central_sep1 1.17578
+R<LEU>A<CD2> R<MET>A<CA> central_sep2 -0.560625
+R<LEU>A<CD2> R<MET>A<CA> sep1 1.67812
+R<LEU>A<CD2> R<MET>A<CA> sep2 -0.215059
+R<LEU>A<CD2> R<MET>A<CB> central_sep1 0.0858156
+R<LEU>A<CD2> R<MET>A<CB> central_sep2 -1.42276
+R<LEU>A<CD2> R<MET>A<CB> sep1 1.36409
+R<LEU>A<CD2> R<MET>A<CB> sep2 -0.546062
+R<LEU>A<CD2> R<MET>A<CE> central_sep1 -0.515094
+R<LEU>A<CD2> R<MET>A<CE> central_sep2 -1.71748
+R<LEU>A<CD2> R<MET>A<CE> sep1 1.55537
+R<LEU>A<CD2> R<MET>A<CE> sep2 -0.659221
+R<LEU>A<CD2> R<MET>A<CG> central_sep1 -0.134649
+R<LEU>A<CD2> R<MET>A<CG> central_sep2 -1.41494
+R<LEU>A<CD2> R<MET>A<CG> sep1 1.54038
+R<LEU>A<CD2> R<MET>A<CG> sep2 -0.688569
+R<LEU>A<CD2> R<MET>A<N> central_sep1 2.13883
+R<LEU>A<CD2> R<MET>A<N> central_sep2 0.529529
+R<LEU>A<CD2> R<MET>A<N> sep1 2.25697
+R<LEU>A<CD2> R<MET>A<N> sep2 0.299003
+R<LEU>A<CD2> R<MET>A<O> central_sep1 0.56618
+R<LEU>A<CD2> R<MET>A<O> central_sep2 -0.374413
+R<LEU>A<CD2> R<MET>A<O> sep1 1.38129
+R<LEU>A<CD2> R<MET>A<O> sep2 0.488446
+R<LEU>A<CD2> R<MET>A<SD> central_sep1 -0.802664
+R<LEU>A<CD2> R<MET>A<SD> central_sep2 -1.84006
+R<LEU>A<CD2> R<MET>A<SD> sep1 1.06884
+R<LEU>A<CD2> R<MET>A<SD> sep2 -0.92057
+R<LEU>A<CD2> R<PHE>A<C> central_sep1 0.99769
+R<LEU>A<CD2> R<PHE>A<C> central_sep2 -0.0372605
+R<LEU>A<CD2> R<PHE>A<C> sep1 0.61454
+R<LEU>A<CD2> R<PHE>A<C> sep2 -0.439676
+R<LEU>A<CD2> R<PHE>A<CA> central_sep1 1.12112
+R<LEU>A<CD2> R<PHE>A<CA> central_sep2 -0.538486
+R<LEU>A<CD2> R<PHE>A<CA> sep1 1.67199
+R<LEU>A<CD2> R<PHE>A<CA> sep2 0.0497022
+R<LEU>A<CD2> R<PHE>A<CB> central_sep1 -0.2581
+R<LEU>A<CD2> R<PHE>A<CB> central_sep2 -1.61928
+R<LEU>A<CD2> R<PHE>A<CB> sep1 1.60473
+R<LEU>A<CD2> R<PHE>A<CB> sep2 -0.831321
+R<LEU>A<CD2> R<PHE>A<CD1> central_sep1 -0.650151
+R<LEU>A<CD2> R<PHE>A<CD1> central_sep2 -1.60521
+R<LEU>A<CD2> R<PHE>A<CD1> sep1 1.33632
+R<LEU>A<CD2> R<PHE>A<CD1> sep2 -1.3709
+R<LEU>A<CD2> R<PHE>A<CE1> central_sep1 -0.571454
+R<LEU>A<CD2> R<PHE>A<CE1> central_sep2 -1.77882
+R<LEU>A<CD2> R<PHE>A<CE1> sep1 0.742781
+R<LEU>A<CD2> R<PHE>A<CE1> sep2 -1.45184
+R<LEU>A<CD2> R<PHE>A<CG> central_sep1 0.421222
+R<LEU>A<CD2> R<PHE>A<CG> central_sep2 -1.6787
+R<LEU>A<CD2> R<PHE>A<CG> sep1 0.209082
+R<LEU>A<CD2> R<PHE>A<CG> sep2 -2.74898
+R<LEU>A<CD2> R<PHE>A<CZ> central_sep1 -0.331541
+R<LEU>A<CD2> R<PHE>A<CZ> central_sep2 -1.91918
+R<LEU>A<CD2> R<PHE>A<CZ> sep1 0.985342
+R<LEU>A<CD2> R<PHE>A<CZ> sep2 -1.5425
+R<LEU>A<CD2> R<PHE>A<N> central_sep1 2.05527
+R<LEU>A<CD2> R<PHE>A<N> central_sep2 0.557193
+R<LEU>A<CD2> R<PHE>A<N> sep1 2.13951
+R<LEU>A<CD2> R<PHE>A<N> sep2 0.207718
+R<LEU>A<CD2> R<PHE>A<O> central_sep1 0.474216
+R<LEU>A<CD2> R<PHE>A<O> central_sep2 -0.307926
+R<LEU>A<CD2> R<PHE>A<O> sep1 1.39135
+R<LEU>A<CD2> R<PHE>A<O> sep2 0.459314
+R<LEU>A<CD2> R<PRO>A<C> central_sep1 1.5955
+R<LEU>A<CD2> R<PRO>A<C> central_sep2 0.567091
+R<LEU>A<CD2> R<PRO>A<C> sep1 0.359618
+R<LEU>A<CD2> R<PRO>A<C> sep2 -0.00192543
+R<LEU>A<CD2> R<PRO>A<CA> central_sep1 0.787889
+R<LEU>A<CD2> R<PRO>A<CA> central_sep2 -0.189065
+R<LEU>A<CD2> R<PRO>A<CA> sep1 1.43472
+R<LEU>A<CD2> R<PRO>A<CA> sep2 0.225338
+R<LEU>A<CD2> R<PRO>A<CB> central_sep1 0.526475
+R<LEU>A<CD2> R<PRO>A<CB> central_sep2 -0.899259
+R<LEU>A<CD2> R<PRO>A<CB> sep1 1.52865
+R<LEU>A<CD2> R<PRO>A<CB> sep2 -0.292855
+R<LEU>A<CD2> R<PRO>A<CD> central_sep1 -0.130926
+R<LEU>A<CD2> R<PRO>A<CD> central_sep2 -0.401611
+R<LEU>A<CD2> R<PRO>A<CD> sep1 0.418877
+R<LEU>A<CD2> R<PRO>A<CD> sep2 0.0138734
+R<LEU>A<CD2> R<PRO>A<CG> central_sep1 0.491316
+R<LEU>A<CD2> R<PRO>A<CG> central_sep2 -0.986648
+R<LEU>A<CD2> R<PRO>A<CG> sep1 1.82744
+R<LEU>A<CD2> R<PRO>A<CG> sep2 -0.470855
+R<LEU>A<CD2> R<PRO>A<N> central_sep1 1.49164
+R<LEU>A<CD2> R<PRO>A<N> central_sep2 0.249658
+R<LEU>A<CD2> R<PRO>A<N> sep1 1.46505
+R<LEU>A<CD2> R<PRO>A<N> sep2 -0.766009
+R<LEU>A<CD2> R<PRO>A<O> central_sep1 0.339103
+R<LEU>A<CD2> R<PRO>A<O> central_sep2 -0.153015
+R<LEU>A<CD2> R<PRO>A<O> sep1 1.14314
+R<LEU>A<CD2> R<PRO>A<O> sep2 0.710263
+R<LEU>A<CD2> R<SER>A<C> central_sep1 1.06157
+R<LEU>A<CD2> R<SER>A<C> central_sep2 0.0264332
+R<LEU>A<CD2> R<SER>A<C> sep1 0.372559
+R<LEU>A<CD2> R<SER>A<C> sep2 -0.257401
+R<LEU>A<CD2> R<SER>A<CA> central_sep1 1.39415
+R<LEU>A<CD2> R<SER>A<CA> central_sep2 -0.284346
+R<LEU>A<CD2> R<SER>A<CA> sep1 1.70859
+R<LEU>A<CD2> R<SER>A<CA> sep2 0.119221
+R<LEU>A<CD2> R<SER>A<CB> central_sep1 0.62058
+R<LEU>A<CD2> R<SER>A<CB> central_sep2 -0.758096
+R<LEU>A<CD2> R<SER>A<CB> sep1 1.83325
+R<LEU>A<CD2> R<SER>A<CB> sep2 0.21906
+R<LEU>A<CD2> R<SER>A<N> central_sep1 1.91518
+R<LEU>A<CD2> R<SER>A<N> central_sep2 0.732123
+R<LEU>A<CD2> R<SER>A<N> sep1 2.00758
+R<LEU>A<CD2> R<SER>A<N> sep2 0.438391
+R<LEU>A<CD2> R<SER>A<O> central_sep1 0.47775
+R<LEU>A<CD2> R<SER>A<O> central_sep2 0.0750352
+R<LEU>A<CD2> R<SER>A<O> sep1 1.12155
+R<LEU>A<CD2> R<SER>A<O> sep2 0.647762
+R<LEU>A<CD2> R<SER>A<OG> central_sep1 0.601033
+R<LEU>A<CD2> R<SER>A<OG> central_sep2 -0.179563
+R<LEU>A<CD2> R<SER>A<OG> sep1 1.53385
+R<LEU>A<CD2> R<SER>A<OG> sep2 -0.0102107
+R<LEU>A<CD2> R<THR>A<C> central_sep1 0.962804
+R<LEU>A<CD2> R<THR>A<C> central_sep2 -0.10835
+R<LEU>A<CD2> R<THR>A<C> sep1 0.324107
+R<LEU>A<CD2> R<THR>A<C> sep2 -0.29595
+R<LEU>A<CD2> R<THR>A<CA> central_sep1 1.48923
+R<LEU>A<CD2> R<THR>A<CA> central_sep2 -0.254461
+R<LEU>A<CD2> R<THR>A<CA> sep1 1.59252
+R<LEU>A<CD2> R<THR>A<CA> sep2 0.113287
+R<LEU>A<CD2> R<THR>A<CB> central_sep1 0.722877
+R<LEU>A<CD2> R<THR>A<CB> central_sep2 -0.625394
+R<LEU>A<CD2> R<THR>A<CB> sep1 1.48761
+R<LEU>A<CD2> R<THR>A<CB> sep2 -0.565433
+R<LEU>A<CD2> R<THR>A<CG2> central_sep1 -0.013927
+R<LEU>A<CD2> R<THR>A<CG2> central_sep2 -1.10706
+R<LEU>A<CD2> R<THR>A<CG2> sep1 1.78468
+R<LEU>A<CD2> R<THR>A<CG2> sep2 0.115078
+R<LEU>A<CD2> R<THR>A<N> central_sep1 2.11646
+R<LEU>A<CD2> R<THR>A<N> central_sep2 0.983212
+R<LEU>A<CD2> R<THR>A<N> sep1 2.04181
+R<LEU>A<CD2> R<THR>A<N> sep2 0.675125
+R<LEU>A<CD2> R<THR>A<O> central_sep1 0.493877
+R<LEU>A<CD2> R<THR>A<O> central_sep2 0.018302
+R<LEU>A<CD2> R<THR>A<O> sep1 1.24405
+R<LEU>A<CD2> R<THR>A<O> sep2 0.563779
+R<LEU>A<CD2> R<THR>A<OG1> central_sep1 0.628559
+R<LEU>A<CD2> R<THR>A<OG1> central_sep2 -0.298004
+R<LEU>A<CD2> R<THR>A<OG1> sep1 1.82543
+R<LEU>A<CD2> R<THR>A<OG1> sep2 0.0476401
+R<LEU>A<CD2> R<TRP>A<C> central_sep1 0.969735
+R<LEU>A<CD2> R<TRP>A<C> central_sep2 -0.0460415
+R<LEU>A<CD2> R<TRP>A<C> sep1 0.526849
+R<LEU>A<CD2> R<TRP>A<C> sep2 -0.524443
+R<LEU>A<CD2> R<TRP>A<CA> central_sep1 1.03232
+R<LEU>A<CD2> R<TRP>A<CA> central_sep2 -0.479233
+R<LEU>A<CD2> R<TRP>A<CA> sep1 1.81378
+R<LEU>A<CD2> R<TRP>A<CA> sep2 0.0814563
+R<LEU>A<CD2> R<TRP>A<CB> central_sep1 -0.0592525
+R<LEU>A<CD2> R<TRP>A<CB> central_sep2 -1.57043
+R<LEU>A<CD2> R<TRP>A<CB> sep1 1.76232
+R<LEU>A<CD2> R<TRP>A<CB> sep2 -0.654707
+R<LEU>A<CD2> R<TRP>A<CD1> central_sep1 0.093008
+R<LEU>A<CD2> R<TRP>A<CD1> central_sep2 -1.07128
+R<LEU>A<CD2> R<TRP>A<CD1> sep1 1.91224
+R<LEU>A<CD2> R<TRP>A<CD1> sep2 -0.581507
+R<LEU>A<CD2> R<TRP>A<CD2> central_sep1 0.258821
+R<LEU>A<CD2> R<TRP>A<CD2> central_sep2 -1.58347
+R<LEU>A<CD2> R<TRP>A<CD2> sep1 0.714273
+R<LEU>A<CD2> R<TRP>A<CD2> sep2 -1.94102
+R<LEU>A<CD2> R<TRP>A<CE2> central_sep1 -0.0102799
+R<LEU>A<CD2> R<TRP>A<CE2> central_sep2 -1.33115
+R<LEU>A<CD2> R<TRP>A<CE2> sep1 0.512972
+R<LEU>A<CD2> R<TRP>A<CE2> sep2 -1.96423
+R<LEU>A<CD2> R<TRP>A<CE3> central_sep1 -0.928902
+R<LEU>A<CD2> R<TRP>A<CE3> central_sep2 -1.54936
+R<LEU>A<CD2> R<TRP>A<CE3> sep1 1.40332
+R<LEU>A<CD2> R<TRP>A<CE3> sep2 -1.31706
+R<LEU>A<CD2> R<TRP>A<CG> central_sep1 0.808179
+R<LEU>A<CD2> R<TRP>A<CG> central_sep2 -1.329
+R<LEU>A<CD2> R<TRP>A<CG> sep1 0.564654
+R<LEU>A<CD2> R<TRP>A<CG> sep2 -2.59251
+R<LEU>A<CD2> R<TRP>A<CH2> central_sep1 0.484537
+R<LEU>A<CD2> R<TRP>A<CH2> central_sep2 -1.69094
+R<LEU>A<CD2> R<TRP>A<CH2> sep1 1.26944
+R<LEU>A<CD2> R<TRP>A<CH2> sep2 -1.41621
+R<LEU>A<CD2> R<TRP>A<CZ2> central_sep1 -0.0179659
+R<LEU>A<CD2> R<TRP>A<CZ2> central_sep2 -1.35672
+R<LEU>A<CD2> R<TRP>A<CZ2> sep1 1.72314
+R<LEU>A<CD2> R<TRP>A<CZ2> sep2 -1.13383
+R<LEU>A<CD2> R<TRP>A<CZ3> central_sep1 -0.759973
+R<LEU>A<CD2> R<TRP>A<CZ3> central_sep2 -1.72051
+R<LEU>A<CD2> R<TRP>A<CZ3> sep1 0.994099
+R<LEU>A<CD2> R<TRP>A<CZ3> sep2 -1.33532
+R<LEU>A<CD2> R<TRP>A<N> central_sep1 2.11272
+R<LEU>A<CD2> R<TRP>A<N> central_sep2 0.476592
+R<LEU>A<CD2> R<TRP>A<N> sep1 2.13639
+R<LEU>A<CD2> R<TRP>A<N> sep2 0.357717
+R<LEU>A<CD2> R<TRP>A<NE1> central_sep1 0.192296
+R<LEU>A<CD2> R<TRP>A<NE1> central_sep2 -0.715896
+R<LEU>A<CD2> R<TRP>A<NE1> sep1 1.18992
+R<LEU>A<CD2> R<TRP>A<NE1> sep2 -0.937953
+R<LEU>A<CD2> R<TRP>A<O> central_sep1 0.358181
+R<LEU>A<CD2> R<TRP>A<O> central_sep2 -0.2566
+R<LEU>A<CD2> R<TRP>A<O> sep1 1.51667
+R<LEU>A<CD2> R<TRP>A<O> sep2 0.531598
+R<LEU>A<CD2> R<TYR>A<C> central_sep1 0.878361
+R<LEU>A<CD2> R<TYR>A<C> central_sep2 -0.080641
+R<LEU>A<CD2> R<TYR>A<C> sep1 0.535756
+R<LEU>A<CD2> R<TYR>A<C> sep2 -0.504816
+R<LEU>A<CD2> R<TYR>A<CA> central_sep1 1.30424
+R<LEU>A<CD2> R<TYR>A<CA> central_sep2 -0.45791
+R<LEU>A<CD2> R<TYR>A<CA> sep1 1.77224
+R<LEU>A<CD2> R<TYR>A<CA> sep2 0.0978404
+R<LEU>A<CD2> R<TYR>A<CB> central_sep1 -0.182039
+R<LEU>A<CD2> R<TYR>A<CB> central_sep2 -1.50433
+R<LEU>A<CD2> R<TYR>A<CB> sep1 1.6326
+R<LEU>A<CD2> R<TYR>A<CB> sep2 -0.698843
+R<LEU>A<CD2> R<TYR>A<CD1> central_sep1 -0.482441
+R<LEU>A<CD2> R<TYR>A<CD1> central_sep2 -1.40902
+R<LEU>A<CD2> R<TYR>A<CD1> sep1 1.47723
+R<LEU>A<CD2> R<TYR>A<CD1> sep2 -1.1109
+R<LEU>A<CD2> R<TYR>A<CE1> central_sep1 -0.370204
+R<LEU>A<CD2> R<TYR>A<CE1> central_sep2 -1.27484
+R<LEU>A<CD2> R<TYR>A<CE1> sep1 0.886786
+R<LEU>A<CD2> R<TYR>A<CE1> sep2 -0.971369
+R<LEU>A<CD2> R<TYR>A<CG> central_sep1 0.616029
+R<LEU>A<CD2> R<TYR>A<CG> central_sep2 -1.44973
+R<LEU>A<CD2> R<TYR>A<CG> sep1 0.357868
+R<LEU>A<CD2> R<TYR>A<CG> sep2 -2.55103
+R<LEU>A<CD2> R<TYR>A<CZ> central_sep1 -0.325529
+R<LEU>A<CD2> R<TYR>A<CZ> central_sep2 -1.24262
+R<LEU>A<CD2> R<TYR>A<CZ> sep1 0.734481
+R<LEU>A<CD2> R<TYR>A<CZ> sep2 -1.79548
+R<LEU>A<CD2> R<TYR>A<N> central_sep1 2.03563
+R<LEU>A<CD2> R<TYR>A<N> central_sep2 0.56297
+R<LEU>A<CD2> R<TYR>A<N> sep1 2.15419
+R<LEU>A<CD2> R<TYR>A<N> sep2 0.303511
+R<LEU>A<CD2> R<TYR>A<O> central_sep1 0.381551
+R<LEU>A<CD2> R<TYR>A<O> central_sep2 -0.251861
+R<LEU>A<CD2> R<TYR>A<O> sep1 1.39365
+R<LEU>A<CD2> R<TYR>A<O> sep2 0.576595
+R<LEU>A<CD2> R<TYR>A<OH> central_sep1 0.405936
+R<LEU>A<CD2> R<TYR>A<OH> central_sep2 -0.916271
+R<LEU>A<CD2> R<TYR>A<OH> sep1 1.3856
+R<LEU>A<CD2> R<TYR>A<OH> sep2 -0.650769
+R<LEU>A<CD2> R<VAL>A<C> central_sep1 0.887595
+R<LEU>A<CD2> R<VAL>A<C> central_sep2 0.126143
+R<LEU>A<CD2> R<VAL>A<C> sep1 0.207411
+R<LEU>A<CD2> R<VAL>A<C> sep2 -0.364537
+R<LEU>A<CD2> R<VAL>A<CA> central_sep1 1.27276
+R<LEU>A<CD2> R<VAL>A<CA> central_sep2 -0.620586
+R<LEU>A<CD2> R<VAL>A<CA> sep1 1.40766
+R<LEU>A<CD2> R<VAL>A<CA> sep2 -0.207529
+R<LEU>A<CD2> R<VAL>A<CB> central_sep1 0.0896478
+R<LEU>A<CD2> R<VAL>A<CB> central_sep2 -1.32915
+R<LEU>A<CD2> R<VAL>A<CB> sep1 1.06816
+R<LEU>A<CD2> R<VAL>A<CB> sep2 -1.48371
+R<LEU>A<CD2> R<VAL>A<CG1> central_sep1 -0.508204
+R<LEU>A<CD2> R<VAL>A<CG1> central_sep2 -1.85301
+R<LEU>A<CD2> R<VAL>A<CG1> sep1 1.54086
+R<LEU>A<CD2> R<VAL>A<CG1> sep2 -0.636843
+R<LEU>A<CD2> R<VAL>A<CG2> central_sep1 -0.380099
+R<LEU>A<CD2> R<VAL>A<CG2> central_sep2 -1.88809
+R<LEU>A<CD2> R<VAL>A<CG2> sep1 1.64125
+R<LEU>A<CD2> R<VAL>A<CG2> sep2 -0.599065
+R<LEU>A<CD2> R<VAL>A<N> central_sep1 1.85594
+R<LEU>A<CD2> R<VAL>A<N> central_sep2 0.641809
+R<LEU>A<CD2> R<VAL>A<N> sep1 1.87682
+R<LEU>A<CD2> R<VAL>A<N> sep2 0.237354
+R<LEU>A<CD2> R<VAL>A<O> central_sep1 0.517855
+R<LEU>A<CD2> R<VAL>A<O> central_sep2 -0.234137
+R<LEU>A<CD2> R<VAL>A<O> sep1 1.27572
+R<LEU>A<CD2> R<VAL>A<O> sep2 0.5394
+R<LEU>A<CD2> c<solvent> . 0.530446
+R<LEU>A<CG> R<LEU>A<CG> central_sep1 -1.75981
+R<LEU>A<CG> R<LEU>A<CG> central_sep2 -0.622051
+R<LEU>A<CG> R<LEU>A<CG> sep1 -0.687237
+R<LEU>A<CG> R<LEU>A<CG> sep2 -1.53714
+R<LEU>A<CG> R<LEU>A<N> central_sep1 1.0116
+R<LEU>A<CG> R<LEU>A<N> central_sep2 0.747791
+R<LEU>A<CG> R<LEU>A<N> sep1 -0.499925
+R<LEU>A<CG> R<LEU>A<N> sep2 0.484737
+R<LEU>A<CG> R<LEU>A<O> central_sep1 -2.12536
+R<LEU>A<CG> R<LEU>A<O> central_sep2 0.132157
+R<LEU>A<CG> R<LEU>A<O> sep1 0.572457
+R<LEU>A<CG> R<LEU>A<O> sep2 -0.47704
+R<LEU>A<CG> R<LYS>A<C> central_sep1 0.086305
+R<LEU>A<CG> R<LYS>A<C> central_sep2 0.991324
+R<LEU>A<CG> R<LYS>A<C> sep1 -1.00756
+R<LEU>A<CG> R<LYS>A<C> sep2 0.182021
+R<LEU>A<CG> R<LYS>A<CA> central_sep1 0.208578
+R<LEU>A<CG> R<LYS>A<CA> central_sep2 0.877255
+R<LEU>A<CG> R<LYS>A<CA> sep1 0.633735
+R<LEU>A<CG> R<LYS>A<CA> sep2 0.536221
+R<LEU>A<CG> R<LYS>A<CB> central_sep1 -0.14291
+R<LEU>A<CG> R<LYS>A<CB> central_sep2 0.274356
+R<LEU>A<CG> R<LYS>A<CB> sep1 0.127082
+R<LEU>A<CG> R<LYS>A<CB> sep2 -0.110635
+R<LEU>A<CG> R<LYS>A<CD> central_sep1 0.246249
+R<LEU>A<CG> R<LYS>A<CD> central_sep2 0.480271
+R<LEU>A<CG> R<LYS>A<CD> sep1 1.07607
+R<LEU>A<CG> R<LYS>A<CD> sep2 -0.117325
+R<LEU>A<CG> R<LYS>A<CE> central_sep1 0.236822
+R<LEU>A<CG> R<LYS>A<CE> central_sep2 0.958112
+R<LEU>A<CG> R<LYS>A<CE> sep1 1.81399
+R<LEU>A<CG> R<LYS>A<CE> sep2 0.273215
+R<LEU>A<CG> R<LYS>A<CG> central_sep1 -0.313976
+R<LEU>A<CG> R<LYS>A<CG> central_sep2 0.32575
+R<LEU>A<CG> R<LYS>A<CG> sep1 0.429708
+R<LEU>A<CG> R<LYS>A<CG> sep2 -0.205388
+R<LEU>A<CG> R<LYS>A<N> central_sep1 0.906337
+R<LEU>A<CG> R<LYS>A<N> central_sep2 1.41547
+R<LEU>A<CG> R<LYS>A<N> sep1 -0.414647
+R<LEU>A<CG> R<LYS>A<N> sep2 1.15533
+R<LEU>A<CG> R<LYS>A<NZ> central_sep1 2.14594
+R<LEU>A<CG> R<LYS>A<NZ> central_sep2 2.14868
+R<LEU>A<CG> R<LYS>A<NZ> sep1 2.46699
+R<LEU>A<CG> R<LYS>A<NZ> sep2 1.08791
+R<LEU>A<CG> R<LYS>A<O> central_sep1 -1.53753
+R<LEU>A<CG> R<LYS>A<O> central_sep2 0.84899
+R<LEU>A<CG> R<LYS>A<O> sep1 1.00015
+R<LEU>A<CG> R<LYS>A<O> sep2 0.246151
+R<LEU>A<CG> R<MET>A<C> central_sep1 -0.161925
+R<LEU>A<CG> R<MET>A<C> central_sep2 0.655367
+R<LEU>A<CG> R<MET>A<C> sep1 -1.07423
+R<LEU>A<CG> R<MET>A<C> sep2 -0.328393
+R<LEU>A<CG> R<MET>A<CA> central_sep1 -0.418356
+R<LEU>A<CG> R<MET>A<CA> central_sep2 0.423969
+R<LEU>A<CG> R<MET>A<CA> sep1 0.49828
+R<LEU>A<CG> R<MET>A<CA> sep2 0.20302
+R<LEU>A<CG> R<MET>A<CB> central_sep1 -0.622119
+R<LEU>A<CG> R<MET>A<CB> central_sep2 -0.592472
+R<LEU>A<CG> R<MET>A<CB> sep1 0.0947033
+R<LEU>A<CG> R<MET>A<CB> sep2 -0.90949
+R<LEU>A<CG> R<MET>A<CE> central_sep1 -0.605693
+R<LEU>A<CG> R<MET>A<CE> central_sep2 -1.18823
+R<LEU>A<CG> R<MET>A<CE> sep1 0.928798
+R<LEU>A<CG> R<MET>A<CE> sep2 -1.33079
+R<LEU>A<CG> R<MET>A<CG> central_sep1 -1.11852
+R<LEU>A<CG> R<MET>A<CG> central_sep2 -0.674985
+R<LEU>A<CG> R<MET>A<CG> sep1 0.00118995
+R<LEU>A<CG> R<MET>A<CG> sep2 -1.12987
+R<LEU>A<CG> R<MET>A<N> central_sep1 0.997635
+R<LEU>A<CG> R<MET>A<N> central_sep2 0.917972
+R<LEU>A<CG> R<MET>A<N> sep1 -0.385248
+R<LEU>A<CG> R<MET>A<N> sep2 0.635914
+R<LEU>A<CG> R<MET>A<O> central_sep1 -1.97133
+R<LEU>A<CG> R<MET>A<O> central_sep2 0.22759
+R<LEU>A<CG> R<MET>A<O> sep1 0.727165
+R<LEU>A<CG> R<MET>A<O> sep2 -0.266684
+R<LEU>A<CG> R<MET>A<SD> central_sep1 -1.0892
+R<LEU>A<CG> R<MET>A<SD> central_sep2 -1.23379
+R<LEU>A<CG> R<MET>A<SD> sep1 0.800032
+R<LEU>A<CG> R<MET>A<SD> sep2 -1.4372
+R<LEU>A<CG> R<PHE>A<C> central_sep1 -0.399204
+R<LEU>A<CG> R<PHE>A<C> central_sep2 0.512951
+R<LEU>A<CG> R<PHE>A<C> sep1 -1.24906
+R<LEU>A<CG> R<PHE>A<C> sep2 -0.376768
+R<LEU>A<CG> R<PHE>A<CA> central_sep1 -0.425421
+R<LEU>A<CG> R<PHE>A<CA> central_sep2 0.125043
+R<LEU>A<CG> R<PHE>A<CA> sep1 0.605243
+R<LEU>A<CG> R<PHE>A<CA> sep2 0.169031
+R<LEU>A<CG> R<PHE>A<CB> central_sep1 -0.712303
+R<LEU>A<CG> R<PHE>A<CB> central_sep2 -0.807268
+R<LEU>A<CG> R<PHE>A<CB> sep1 0.335248
+R<LEU>A<CG> R<PHE>A<CB> sep2 -1.1659
+R<LEU>A<CG> R<PHE>A<CD1> central_sep1 -0.904697
+R<LEU>A<CG> R<PHE>A<CD1> central_sep2 -0.995327
+R<LEU>A<CG> R<PHE>A<CD1> sep1 -0.0440921
+R<LEU>A<CG> R<PHE>A<CD1> sep2 -1.40601
+R<LEU>A<CG> R<PHE>A<CE1> central_sep1 -0.617372
+R<LEU>A<CG> R<PHE>A<CE1> central_sep2 -1.2682
+R<LEU>A<CG> R<PHE>A<CE1> sep1 0.586181
+R<LEU>A<CG> R<PHE>A<CE1> sep2 -1.60602
+R<LEU>A<CG> R<PHE>A<CG> central_sep1 0.45764
+R<LEU>A<CG> R<PHE>A<CG> central_sep2 -0.764895
+R<LEU>A<CG> R<PHE>A<CG> sep1 0.0849567
+R<LEU>A<CG> R<PHE>A<CG> sep2 -1.83711
+R<LEU>A<CG> R<PHE>A<CZ> central_sep1 0.0419462
+R<LEU>A<CG> R<PHE>A<CZ> central_sep2 -1.35944
+R<LEU>A<CG> R<PHE>A<CZ> sep1 0.815606
+R<LEU>A<CG> R<PHE>A<CZ> sep2 -1.68294
+R<LEU>A<CG> R<PHE>A<N> central_sep1 0.926868
+R<LEU>A<CG> R<PHE>A<N> central_sep2 1.19961
+R<LEU>A<CG> R<PHE>A<N> sep1 -0.4792
+R<LEU>A<CG> R<PHE>A<N> sep2 0.707035
+R<LEU>A<CG> R<PHE>A<O> central_sep1 -1.80869
+R<LEU>A<CG> R<PHE>A<O> central_sep2 0.192893
+R<LEU>A<CG> R<PHE>A<O> sep1 0.697524
+R<LEU>A<CG> R<PHE>A<O> sep2 -0.376278
+R<LEU>A<CG> R<PRO>A<C> central_sep1 0.448441
+R<LEU>A<CG> R<PRO>A<C> central_sep2 1.29162
+R<LEU>A<CG> R<PRO>A<C> sep1 -0.787719
+R<LEU>A<CG> R<PRO>A<C> sep2 0.345223
+R<LEU>A<CG> R<PRO>A<CA> central_sep1 0.0820277
+R<LEU>A<CG> R<PRO>A<CA> central_sep2 0.788781
+R<LEU>A<CG> R<PRO>A<CA> sep1 0.868462
+R<LEU>A<CG> R<PRO>A<CA> sep2 0.27673
+R<LEU>A<CG> R<PRO>A<CB> central_sep1 -0.0969933
+R<LEU>A<CG> R<PRO>A<CB> central_sep2 -0.210267
+R<LEU>A<CG> R<PRO>A<CB> sep1 0.410252
+R<LEU>A<CG> R<PRO>A<CB> sep2 -0.597906
+R<LEU>A<CG> R<PRO>A<CD> central_sep1 0.434351
+R<LEU>A<CG> R<PRO>A<CD> central_sep2 0.48099
+R<LEU>A<CG> R<PRO>A<CD> sep1 0.472501
+R<LEU>A<CG> R<PRO>A<CD> sep2 0.0744263
+R<LEU>A<CG> R<PRO>A<CG> central_sep1 -0.0611196
+R<LEU>A<CG> R<PRO>A<CG> central_sep2 -0.28554
+R<LEU>A<CG> R<PRO>A<CG> sep1 0.9285
+R<LEU>A<CG> R<PRO>A<CG> sep2 -0.661176
+R<LEU>A<CG> R<PRO>A<N> central_sep1 0.605079
+R<LEU>A<CG> R<PRO>A<N> central_sep2 1.53526
+R<LEU>A<CG> R<PRO>A<N> sep1 -1.15298
+R<LEU>A<CG> R<PRO>A<N> sep2 0.18185
+R<LEU>A<CG> R<PRO>A<O> central_sep1 -1.5032
+R<LEU>A<CG> R<PRO>A<O> central_sep2 0.580098
+R<LEU>A<CG> R<PRO>A<O> sep1 0.802092
+R<LEU>A<CG> R<PRO>A<O> sep2 0.243066
+R<LEU>A<CG> R<SER>A<C> central_sep1 0.176495
+R<LEU>A<CG> R<SER>A<C> central_sep2 0.785808
+R<LEU>A<CG> R<SER>A<C> sep1 -1.15932
+R<LEU>A<CG> R<SER>A<C> sep2 0.0405853
+R<LEU>A<CG> R<SER>A<CA> central_sep1 0.298586
+R<LEU>A<CG> R<SER>A<CA> central_sep2 0.404098
+R<LEU>A<CG> R<SER>A<CA> sep1 0.56098
+R<LEU>A<CG> R<SER>A<CA> sep2 0.200322
+R<LEU>A<CG> R<SER>A<CB> central_sep1 0.167468
+R<LEU>A<CG> R<SER>A<CB> central_sep2 -0.146277
+R<LEU>A<CG> R<SER>A<CB> sep1 0.723712
+R<LEU>A<CG> R<SER>A<CB> sep2 -0.427779
+R<LEU>A<CG> R<SER>A<N> central_sep1 0.562644
+R<LEU>A<CG> R<SER>A<N> central_sep2 1.21869
+R<LEU>A<CG> R<SER>A<N> sep1 -0.36738
+R<LEU>A<CG> R<SER>A<N> sep2 0.896971
+R<LEU>A<CG> R<SER>A<O> central_sep1 -1.44781
+R<LEU>A<CG> R<SER>A<O> central_sep2 0.615402
+R<LEU>A<CG> R<SER>A<O> sep1 0.956641
+R<LEU>A<CG> R<SER>A<O> sep2 0.129193
+R<LEU>A<CG> R<SER>A<OG> central_sep1 -0.555909
+R<LEU>A<CG> R<SER>A<OG> central_sep2 0.393448
+R<LEU>A<CG> R<SER>A<OG> sep1 0.799882
+R<LEU>A<CG> R<SER>A<OG> sep2 -0.157383
+R<LEU>A<CG> R<THR>A<C> central_sep1 0.0495929
+R<LEU>A<CG> R<THR>A<C> central_sep2 0.521885
+R<LEU>A<CG> R<THR>A<C> sep1 -1.30407
+R<LEU>A<CG> R<THR>A<C> sep2 -0.16762
+R<LEU>A<CG> R<THR>A<CA> central_sep1 0.179021
+R<LEU>A<CG> R<THR>A<CA> central_sep2 0.545664
+R<LEU>A<CG> R<THR>A<CA> sep1 0.647744
+R<LEU>A<CG> R<THR>A<CA> sep2 0.290483
+R<LEU>A<CG> R<THR>A<CB> central_sep1 0.0360893
+R<LEU>A<CG> R<THR>A<CB> central_sep2 0.0664278
+R<LEU>A<CG> R<THR>A<CB> sep1 0.276892
+R<LEU>A<CG> R<THR>A<CB> sep2 -0.549541
+R<LEU>A<CG> R<THR>A<CG2> central_sep1 -0.57982
+R<LEU>A<CG> R<THR>A<CG2> central_sep2 -0.5665
+R<LEU>A<CG> R<THR>A<CG2> sep1 0.517559
+R<LEU>A<CG> R<THR>A<CG2> sep2 -0.752938
+R<LEU>A<CG> R<THR>A<N> central_sep1 0.798039
+R<LEU>A<CG> R<THR>A<N> central_sep2 1.72389
+R<LEU>A<CG> R<THR>A<N> sep1 -0.563982
+R<LEU>A<CG> R<THR>A<N> sep2 1.08457
+R<LEU>A<CG> R<THR>A<O> central_sep1 -1.80829
+R<LEU>A<CG> R<THR>A<O> central_sep2 0.359192
+R<LEU>A<CG> R<THR>A<O> sep1 0.796125
+R<LEU>A<CG> R<THR>A<O> sep2 -0.0901203
+R<LEU>A<CG> R<THR>A<OG1> central_sep1 -0.465209
+R<LEU>A<CG> R<THR>A<OG1> central_sep2 0.332045
+R<LEU>A<CG> R<THR>A<OG1> sep1 0.898239
+R<LEU>A<CG> R<THR>A<OG1> sep2 -0.0546855
+R<LEU>A<CG> R<TRP>A<C> central_sep1 -0.248045
+R<LEU>A<CG> R<TRP>A<C> central_sep2 0.266427
+R<LEU>A<CG> R<TRP>A<C> sep1 -1.27553
+R<LEU>A<CG> R<TRP>A<C> sep2 -0.657683
+R<LEU>A<CG> R<TRP>A<CA> central_sep1 -0.311586
+R<LEU>A<CG> R<TRP>A<CA> central_sep2 0.13728
+R<LEU>A<CG> R<TRP>A<CA> sep1 0.51959
+R<LEU>A<CG> R<TRP>A<CA> sep2 0.156895
+R<LEU>A<CG> R<TRP>A<CB> central_sep1 -0.575147
+R<LEU>A<CG> R<TRP>A<CB> central_sep2 -0.666893
+R<LEU>A<CG> R<TRP>A<CB> sep1 0.408531
+R<LEU>A<CG> R<TRP>A<CB> sep2 -1.0077
+R<LEU>A<CG> R<TRP>A<CD1> central_sep1 -0.350997
+R<LEU>A<CG> R<TRP>A<CD1> central_sep2 -0.514414
+R<LEU>A<CG> R<TRP>A<CD1> sep1 0.833415
+R<LEU>A<CG> R<TRP>A<CD1> sep2 -0.696189
+R<LEU>A<CG> R<TRP>A<CD2> central_sep1 -0.646433
+R<LEU>A<CG> R<TRP>A<CD2> central_sep2 -0.692763
+R<LEU>A<CG> R<TRP>A<CD2> sep1 -0.142793
+R<LEU>A<CG> R<TRP>A<CD2> sep2 -1.2915
+R<LEU>A<CG> R<TRP>A<CE2> central_sep1 -0.815458
+R<LEU>A<CG> R<TRP>A<CE2> central_sep2 -0.865372
+R<LEU>A<CG> R<TRP>A<CE2> sep1 -0.103133
+R<LEU>A<CG> R<TRP>A<CE2> sep2 -1.43669
+R<LEU>A<CG> R<TRP>A<CE3> central_sep1 -1.3674
+R<LEU>A<CG> R<TRP>A<CE3> central_sep2 -1.1171
+R<LEU>A<CG> R<TRP>A<CE3> sep1 0.120677
+R<LEU>A<CG> R<TRP>A<CE3> sep2 -1.122
+R<LEU>A<CG> R<TRP>A<CG> central_sep1 0.894904
+R<LEU>A<CG> R<TRP>A<CG> central_sep2 -0.690331
+R<LEU>A<CG> R<TRP>A<CG> sep1 0.496897
+R<LEU>A<CG> R<TRP>A<CG> sep2 -1.72688
+R<LEU>A<CG> R<TRP>A<CH2> central_sep1 1.28417
+R<LEU>A<CG> R<TRP>A<CH2> central_sep2 -1.27279
+R<LEU>A<CG> R<TRP>A<CH2> sep1 1.66934
+R<LEU>A<CG> R<TRP>A<CH2> sep2 -1.61168
+R<LEU>A<CG> R<TRP>A<CZ2> central_sep1 0.56029
+R<LEU>A<CG> R<TRP>A<CZ2> central_sep2 -0.949726
+R<LEU>A<CG> R<TRP>A<CZ2> sep1 1.55414
+R<LEU>A<CG> R<TRP>A<CZ2> sep2 -1.25564
+R<LEU>A<CG> R<TRP>A<CZ3> central_sep1 0.060673
+R<LEU>A<CG> R<TRP>A<CZ3> central_sep2 -1.35763
+R<LEU>A<CG> R<TRP>A<CZ3> sep1 0.973098
+R<LEU>A<CG> R<TRP>A<CZ3> sep2 -1.68222
+R<LEU>A<CG> R<TRP>A<N> central_sep1 0.699817
+R<LEU>A<CG> R<TRP>A<N> central_sep2 1.37703
+R<LEU>A<CG> R<TRP>A<N> sep1 -0.412563
+R<LEU>A<CG> R<TRP>A<N> sep2 0.561675
+R<LEU>A<CG> R<TRP>A<NE1> central_sep1 0.347738
+R<LEU>A<CG> R<TRP>A<NE1> central_sep2 -0.333736
+R<LEU>A<CG> R<TRP>A<NE1> sep1 1.04779
+R<LEU>A<CG> R<TRP>A<NE1> sep2 -0.886401
+R<LEU>A<CG> R<TRP>A<O> central_sep1 -1.67202
+R<LEU>A<CG> R<TRP>A<O> central_sep2 0.208071
+R<LEU>A<CG> R<TRP>A<O> sep1 0.75011
+R<LEU>A<CG> R<TRP>A<O> sep2 -0.27623
+R<LEU>A<CG> R<TYR>A<C> central_sep1 -0.423699
+R<LEU>A<CG> R<TYR>A<C> central_sep2 0.189252
+R<LEU>A<CG> R<TYR>A<C> sep1 -1.29267
+R<LEU>A<CG> R<TYR>A<C> sep2 -0.526649
+R<LEU>A<CG> R<TYR>A<CA> central_sep1 -0.22107
+R<LEU>A<CG> R<TYR>A<CA> central_sep2 -0.0061691
+R<LEU>A<CG> R<TYR>A<CA> sep1 0.679044
+R<LEU>A<CG> R<TYR>A<CA> sep2 0.191129
+R<LEU>A<CG> R<TYR>A<CB> central_sep1 -0.74022
+R<LEU>A<CG> R<TYR>A<CB> central_sep2 -0.768843
+R<LEU>A<CG> R<TYR>A<CB> sep1 0.370913
+R<LEU>A<CG> R<TYR>A<CB> sep2 -1.04279
+R<LEU>A<CG> R<TYR>A<CD1> central_sep1 -0.710303
+R<LEU>A<CG> R<TYR>A<CD1> central_sep2 -0.868896
+R<LEU>A<CG> R<TYR>A<CD1> sep1 0.106257
+R<LEU>A<CG> R<TYR>A<CD1> sep2 -1.19621
+R<LEU>A<CG> R<TYR>A<CE1> central_sep1 -0.325707
+R<LEU>A<CG> R<TYR>A<CE1> central_sep2 -0.838121
+R<LEU>A<CG> R<TYR>A<CE1> sep1 0.817552
+R<LEU>A<CG> R<TYR>A<CE1> sep2 -1.19013
+R<LEU>A<CG> R<TYR>A<CG> central_sep1 0.891863
+R<LEU>A<CG> R<TYR>A<CG> central_sep2 -0.516646
+R<LEU>A<CG> R<TYR>A<CG> sep1 0.401159
+R<LEU>A<CG> R<TYR>A<CG> sep2 -1.71578
+R<LEU>A<CG> R<TYR>A<CZ> central_sep1 -0.522145
+R<LEU>A<CG> R<TYR>A<CZ> central_sep2 -0.805251
+R<LEU>A<CG> R<TYR>A<CZ> sep1 0.143369
+R<LEU>A<CG> R<TYR>A<CZ> sep2 -1.58867
+R<LEU>A<CG> R<TYR>A<N> central_sep1 0.708111
+R<LEU>A<CG> R<TYR>A<N> central_sep2 1.23491
+R<LEU>A<CG> R<TYR>A<N> sep1 -0.532724
+R<LEU>A<CG> R<TYR>A<N> sep2 0.585644
+R<LEU>A<CG> R<TYR>A<O> central_sep1 -1.76818
+R<LEU>A<CG> R<TYR>A<O> central_sep2 0.189931
+R<LEU>A<CG> R<TYR>A<O> sep1 0.709752
+R<LEU>A<CG> R<TYR>A<O> sep2 -0.313691
+R<LEU>A<CG> R<TYR>A<OH> central_sep1 1.71328
+R<LEU>A<CG> R<TYR>A<OH> central_sep2 -0.390353
+R<LEU>A<CG> R<TYR>A<OH> sep1 2.2169
+R<LEU>A<CG> R<TYR>A<OH> sep2 -0.933845
+R<LEU>A<CG> R<VAL>A<C> central_sep1 -0.186843
+R<LEU>A<CG> R<VAL>A<C> central_sep2 0.745034
+R<LEU>A<CG> R<VAL>A<C> sep1 -1.47835
+R<LEU>A<CG> R<VAL>A<C> sep2 -0.538056
+R<LEU>A<CG> R<VAL>A<CA> central_sep1 -0.228194
+R<LEU>A<CG> R<VAL>A<CA> central_sep2 0.231285
+R<LEU>A<CG> R<VAL>A<CA> sep1 0.686649
+R<LEU>A<CG> R<VAL>A<CA> sep2 0.193665
+R<LEU>A<CG> R<VAL>A<CB> central_sep1 0.113889
+R<LEU>A<CG> R<VAL>A<CB> central_sep2 -0.632661
+R<LEU>A<CG> R<VAL>A<CB> sep1 -0.0404994
+R<LEU>A<CG> R<VAL>A<CB> sep2 -1.34505
+R<LEU>A<CG> R<VAL>A<CG1> central_sep1 -1.03913
+R<LEU>A<CG> R<VAL>A<CG1> central_sep2 -1.25288
+R<LEU>A<CG> R<VAL>A<CG1> sep1 -0.0272623
+R<LEU>A<CG> R<VAL>A<CG1> sep2 -1.4959
+R<LEU>A<CG> R<VAL>A<CG2> central_sep1 -1.07639
+R<LEU>A<CG> R<VAL>A<CG2> central_sep2 -1.25153
+R<LEU>A<CG> R<VAL>A<CG2> sep1 0.593433
+R<LEU>A<CG> R<VAL>A<CG2> sep2 -1.47329
+R<LEU>A<CG> R<VAL>A<N> central_sep1 0.921935
+R<LEU>A<CG> R<VAL>A<N> central_sep2 0.97764
+R<LEU>A<CG> R<VAL>A<N> sep1 -0.81332
+R<LEU>A<CG> R<VAL>A<N> sep2 0.456782
+R<LEU>A<CG> R<VAL>A<O> central_sep1 -2.00984
+R<LEU>A<CG> R<VAL>A<O> central_sep2 0.049206
+R<LEU>A<CG> R<VAL>A<O> sep1 0.645587
+R<LEU>A<CG> R<VAL>A<O> sep2 -0.629694
+R<LEU>A<CG> c<solvent> . 1.35802
+R<LEU>A<N> R<LEU>A<N> central_sep1 2.18733
+R<LEU>A<N> R<LEU>A<N> central_sep2 1.89635
+R<LEU>A<N> R<LEU>A<N> sep1 -2.26371
+R<LEU>A<N> R<LEU>A<N> sep2 1.18
+R<LEU>A<N> R<LEU>A<O> central_sep1 -2.36896
+R<LEU>A<N> R<LEU>A<O> central_sep2 -1.45455
+R<LEU>A<N> R<LEU>A<O> sep1 0.295544
+R<LEU>A<N> R<LEU>A<O> sep2 0.685916
+R<LEU>A<N> R<LYS>A<C> central_sep1 -0.519351
+R<LEU>A<N> R<LYS>A<C> central_sep2 3.61201
+R<LEU>A<N> R<LYS>A<C> sep1 -1.94067
+R<LEU>A<N> R<LYS>A<C> sep2 2.3121
+R<LEU>A<N> R<LYS>A<CA> central_sep1 2.70285
+R<LEU>A<N> R<LYS>A<CA> central_sep2 2.35877
+R<LEU>A<N> R<LYS>A<CA> sep1 -2.14102
+R<LEU>A<N> R<LYS>A<CA> sep2 1.59855
+R<LEU>A<N> R<LYS>A<CB> central_sep1 2.06024
+R<LEU>A<N> R<LYS>A<CB> central_sep2 2.18593
+R<LEU>A<N> R<LYS>A<CB> sep1 -1.21573
+R<LEU>A<N> R<LYS>A<CB> sep2 1.60922
+R<LEU>A<N> R<LYS>A<CD> central_sep1 2.51662
+R<LEU>A<N> R<LYS>A<CD> central_sep2 2.06601
+R<LEU>A<N> R<LYS>A<CD> sep1 2.20439
+R<LEU>A<N> R<LYS>A<CD> sep2 1.49549
+R<LEU>A<N> R<LYS>A<CE> central_sep1 3.10959
+R<LEU>A<N> R<LYS>A<CE> central_sep2 2.01185
+R<LEU>A<N> R<LYS>A<CE> sep1 2.98741
+R<LEU>A<N> R<LYS>A<CE> sep2 1.61764
+R<LEU>A<N> R<LYS>A<CG> central_sep1 1.26886
+R<LEU>A<N> R<LYS>A<CG> central_sep2 2.08414
+R<LEU>A<N> R<LYS>A<CG> sep1 -0.0626894
+R<LEU>A<N> R<LYS>A<CG> sep2 1.44897
+R<LEU>A<N> R<LYS>A<N> central_sep1 1.57684
+R<LEU>A<N> R<LYS>A<N> central_sep2 2.56116
+R<LEU>A<N> R<LYS>A<N> sep1 -2.33712
+R<LEU>A<N> R<LYS>A<N> sep2 1.9373
+R<LEU>A<N> R<LYS>A<NZ> central_sep1 3.57297
+R<LEU>A<N> R<LYS>A<NZ> central_sep2 2.35075
+R<LEU>A<N> R<LYS>A<NZ> sep1 3.72896
+R<LEU>A<N> R<LYS>A<NZ> sep2 1.68032
+R<LEU>A<N> R<LYS>A<O> central_sep1 -1.65564
+R<LEU>A<N> R<LYS>A<O> central_sep2 -0.711155
+R<LEU>A<N> R<LYS>A<O> sep1 0.28309
+R<LEU>A<N> R<LYS>A<O> sep2 1.40245
+R<LEU>A<N> R<MET>A<C> central_sep1 -0.77992
+R<LEU>A<N> R<MET>A<C> central_sep2 3.01341
+R<LEU>A<N> R<MET>A<C> sep1 -1.64931
+R<LEU>A<N> R<MET>A<C> sep2 1.64933
+R<LEU>A<N> R<MET>A<CA> central_sep1 2.44257
+R<LEU>A<N> R<MET>A<CA> central_sep2 1.52175
+R<LEU>A<N> R<MET>A<CA> sep1 -2.05176
+R<LEU>A<N> R<MET>A<CA> sep2 0.889936
+R<LEU>A<N> R<MET>A<CB> central_sep1 1.57969
+R<LEU>A<N> R<MET>A<CB> central_sep2 1.25899
+R<LEU>A<N> R<MET>A<CB> sep1 -1.24283
+R<LEU>A<N> R<MET>A<CB> sep2 1.02409
+R<LEU>A<N> R<MET>A<CE> central_sep1 1.58266
+R<LEU>A<N> R<MET>A<CE> central_sep2 0.1599
+R<LEU>A<N> R<MET>A<CE> sep1 1.89264
+R<LEU>A<N> R<MET>A<CE> sep2 0.161429
+R<LEU>A<N> R<MET>A<CG> central_sep1 0.787584
+R<LEU>A<N> R<MET>A<CG> central_sep2 0.761869
+R<LEU>A<N> R<MET>A<CG> sep1 0.146025
+R<LEU>A<N> R<MET>A<CG> sep2 0.644214
+R<LEU>A<N> R<MET>A<N> central_sep1 1.89637
+R<LEU>A<N> R<MET>A<N> central_sep2 2.22862
+R<LEU>A<N> R<MET>A<N> sep1 -2.18337
+R<LEU>A<N> R<MET>A<N> sep2 1.52822
+R<LEU>A<N> R<MET>A<O> central_sep1 -2.23145
+R<LEU>A<N> R<MET>A<O> central_sep2 -1.32252
+R<LEU>A<N> R<MET>A<O> sep1 0.356873
+R<LEU>A<N> R<MET>A<O> sep2 0.865013
+R<LEU>A<N> R<MET>A<SD> central_sep1 1.19327
+R<LEU>A<N> R<MET>A<SD> central_sep2 0.243565
+R<LEU>A<N> R<MET>A<SD> sep1 1.57006
+R<LEU>A<N> R<MET>A<SD> sep2 0.112109
+R<LEU>A<N> R<PHE>A<C> central_sep1 -0.416511
+R<LEU>A<N> R<PHE>A<C> central_sep2 3.72945
+R<LEU>A<N> R<PHE>A<C> sep1 -1.51073
+R<LEU>A<N> R<PHE>A<C> sep2 1.67015
+R<LEU>A<N> R<PHE>A<CA> central_sep1 2.88788
+R<LEU>A<N> R<PHE>A<CA> central_sep2 1.36266
+R<LEU>A<N> R<PHE>A<CA> sep1 -2.01943
+R<LEU>A<N> R<PHE>A<CA> sep2 0.767256
+R<LEU>A<N> R<PHE>A<CB> central_sep1 1.49099
+R<LEU>A<N> R<PHE>A<CB> central_sep2 0.860209
+R<LEU>A<N> R<PHE>A<CB> sep1 -1.0624
+R<LEU>A<N> R<PHE>A<CB> sep2 0.551337
+R<LEU>A<N> R<PHE>A<CD1> central_sep1 0.330392
+R<LEU>A<N> R<PHE>A<CD1> central_sep2 0.493739
+R<LEU>A<N> R<PHE>A<CD1> sep1 0.095602
+R<LEU>A<N> R<PHE>A<CD1> sep2 0.14801
+R<LEU>A<N> R<PHE>A<CE1> central_sep1 1.81036
+R<LEU>A<N> R<PHE>A<CE1> central_sep2 0.064517
+R<LEU>A<N> R<PHE>A<CE1> sep1 2.21215
+R<LEU>A<N> R<PHE>A<CE1> sep2 -0.0991414
+R<LEU>A<N> R<PHE>A<CG> central_sep1 1.18779
+R<LEU>A<N> R<PHE>A<CG> central_sep2 1.72506
+R<LEU>A<N> R<PHE>A<CG> sep1 -0.518876
+R<LEU>A<N> R<PHE>A<CG> sep2 0.435487
+R<LEU>A<N> R<PHE>A<CZ> central_sep1 2.95942
+R<LEU>A<N> R<PHE>A<CZ> central_sep2 -0.00685662
+R<LEU>A<N> R<PHE>A<CZ> sep1 3.12702
+R<LEU>A<N> R<PHE>A<CZ> sep2 -0.12829
+R<LEU>A<N> R<PHE>A<N> central_sep1 1.96319
+R<LEU>A<N> R<PHE>A<N> central_sep2 2.08924
+R<LEU>A<N> R<PHE>A<N> sep1 -2.16412
+R<LEU>A<N> R<PHE>A<N> sep2 1.16184
+R<LEU>A<N> R<PHE>A<O> central_sep1 -2.14145
+R<LEU>A<N> R<PHE>A<O> central_sep2 -1.50459
+R<LEU>A<N> R<PHE>A<O> sep1 0.340035
+R<LEU>A<N> R<PHE>A<O> sep2 0.785708
+R<LEU>A<N> R<PRO>A<C> central_sep1 -0.638956
+R<LEU>A<N> R<PRO>A<C> central_sep2 3.12342
+R<LEU>A<N> R<PRO>A<C> sep1 -1.66494
+R<LEU>A<N> R<PRO>A<C> sep2 2.16126
+R<LEU>A<N> R<PRO>A<CA> central_sep1 3.03194
+R<LEU>A<N> R<PRO>A<CA> central_sep2 2.30519
+R<LEU>A<N> R<PRO>A<CA> sep1 -2.20806
+R<LEU>A<N> R<PRO>A<CA> sep2 1.43636
+R<LEU>A<N> R<PRO>A<CB> central_sep1 1.20479
+R<LEU>A<N> R<PRO>A<CB> central_sep2 0.937041
+R<LEU>A<N> R<PRO>A<CB> sep1 -1.04
+R<LEU>A<N> R<PRO>A<CB> sep2 0.864351
+R<LEU>A<N> R<PRO>A<CD> central_sep1 -0.166276
+R<LEU>A<N> R<PRO>A<CD> central_sep2 1.7016
+R<LEU>A<N> R<PRO>A<CD> sep1 0.25193
+R<LEU>A<N> R<PRO>A<CD> sep2 1.19323
+R<LEU>A<N> R<PRO>A<CG> central_sep1 1.95497
+R<LEU>A<N> R<PRO>A<CG> central_sep2 1.19285
+R<LEU>A<N> R<PRO>A<CG> sep1 0.707754
+R<LEU>A<N> R<PRO>A<CG> sep2 0.724453
+R<LEU>A<N> R<PRO>A<N> central_sep1 2.34061
+R<LEU>A<N> R<PRO>A<N> central_sep2 4.1435
+R<LEU>A<N> R<PRO>A<N> sep1 -2.67925
+R<LEU>A<N> R<PRO>A<N> sep2 1.94753
+R<LEU>A<N> R<PRO>A<O> central_sep1 -1.53391
+R<LEU>A<N> R<PRO>A<O> central_sep2 -0.280563
+R<LEU>A<N> R<PRO>A<O> sep1 -0.011886
+R<LEU>A<N> R<PRO>A<O> sep2 0.955346
+R<LEU>A<N> R<SER>A<C> central_sep1 -0.703214
+R<LEU>A<N> R<SER>A<C> central_sep2 2.1974
+R<LEU>A<N> R<SER>A<C> sep1 -1.84078
+R<LEU>A<N> R<SER>A<C> sep2 1.7177
+R<LEU>A<N> R<SER>A<CA> central_sep1 2.83704
+R<LEU>A<N> R<SER>A<CA> central_sep2 1.68988
+R<LEU>A<N> R<SER>A<CA> sep1 -2.08465
+R<LEU>A<N> R<SER>A<CA> sep2 1.06121
+R<LEU>A<N> R<SER>A<CB> central_sep1 1.56663
+R<LEU>A<N> R<SER>A<CB> central_sep2 1.29305
+R<LEU>A<N> R<SER>A<CB> sep1 -0.802332
+R<LEU>A<N> R<SER>A<CB> sep2 0.692454
+R<LEU>A<N> R<SER>A<N> central_sep1 1.5179
+R<LEU>A<N> R<SER>A<N> central_sep2 2.52747
+R<LEU>A<N> R<SER>A<N> sep1 -2.22052
+R<LEU>A<N> R<SER>A<N> sep2 1.68347
+R<LEU>A<N> R<SER>A<O> central_sep1 -1.70567
+R<LEU>A<N> R<SER>A<O> central_sep2 -0.71455
+R<LEU>A<N> R<SER>A<O> sep1 0.339638
+R<LEU>A<N> R<SER>A<O> sep2 1.2134
+R<LEU>A<N> R<SER>A<OG> central_sep1 -0.565197
+R<LEU>A<N> R<SER>A<OG> central_sep2 0.36701
+R<LEU>A<N> R<SER>A<OG> sep1 -0.0404906
+R<LEU>A<N> R<SER>A<OG> sep2 0.66767
+R<LEU>A<N> R<THR>A<C> central_sep1 -0.440053
+R<LEU>A<N> R<THR>A<C> central_sep2 3.05556
+R<LEU>A<N> R<THR>A<C> sep1 -1.73691
+R<LEU>A<N> R<THR>A<C> sep2 1.78162
+R<LEU>A<N> R<THR>A<CA> central_sep1 3.02002
+R<LEU>A<N> R<THR>A<CA> central_sep2 1.67714
+R<LEU>A<N> R<THR>A<CA> sep1 -2.21937
+R<LEU>A<N> R<THR>A<CA> sep2 0.964598
+R<LEU>A<N> R<THR>A<CB> central_sep1 0.947283
+R<LEU>A<N> R<THR>A<CB> central_sep2 1.49033
+R<LEU>A<N> R<THR>A<CB> sep1 -1.57202
+R<LEU>A<N> R<THR>A<CB> sep2 0.769597
+R<LEU>A<N> R<THR>A<CG2> central_sep1 0.927501
+R<LEU>A<N> R<THR>A<CG2> central_sep2 0.868482
+R<LEU>A<N> R<THR>A<CG2> sep1 -0.0528475
+R<LEU>A<N> R<THR>A<CG2> sep2 0.747073
+R<LEU>A<N> R<THR>A<N> central_sep1 1.56716
+R<LEU>A<N> R<THR>A<N> central_sep2 2.36603
+R<LEU>A<N> R<THR>A<N> sep1 -2.16298
+R<LEU>A<N> R<THR>A<N> sep2 1.58213
+R<LEU>A<N> R<THR>A<O> central_sep1 -1.88162
+R<LEU>A<N> R<THR>A<O> central_sep2 -1.08279
+R<LEU>A<N> R<THR>A<O> sep1 0.260046
+R<LEU>A<N> R<THR>A<O> sep2 1.01204
+R<LEU>A<N> R<THR>A<OG1> central_sep1 -0.136088
+R<LEU>A<N> R<THR>A<OG1> central_sep2 0.540233
+R<LEU>A<N> R<THR>A<OG1> sep1 0.432444
+R<LEU>A<N> R<THR>A<OG1> sep2 0.701996
+R<LEU>A<N> R<TRP>A<C> central_sep1 -0.463775
+R<LEU>A<N> R<TRP>A<C> central_sep2 3.22055
+R<LEU>A<N> R<TRP>A<C> sep1 -1.54792
+R<LEU>A<N> R<TRP>A<C> sep2 1.85796
+R<LEU>A<N> R<TRP>A<CA> central_sep1 2.73555
+R<LEU>A<N> R<TRP>A<CA> central_sep2 1.2125
+R<LEU>A<N> R<TRP>A<CA> sep1 -2.05494
+R<LEU>A<N> R<TRP>A<CA> sep2 0.622615
+R<LEU>A<N> R<TRP>A<CB> central_sep1 1.73959
+R<LEU>A<N> R<TRP>A<CB> central_sep2 0.723784
+R<LEU>A<N> R<TRP>A<CB> sep1 -1.07335
+R<LEU>A<N> R<TRP>A<CB> sep2 0.717571
+R<LEU>A<N> R<TRP>A<CD1> central_sep1 0.599213
+R<LEU>A<N> R<TRP>A<CD1> central_sep2 0.417473
+R<LEU>A<N> R<TRP>A<CD1> sep1 0.625161
+R<LEU>A<N> R<TRP>A<CD1> sep2 0.344575
+R<LEU>A<N> R<TRP>A<CD2> central_sep1 -0.179706
+R<LEU>A<N> R<TRP>A<CD2> central_sep2 1.42833
+R<LEU>A<N> R<TRP>A<CD2> sep1 0.215181
+R<LEU>A<N> R<TRP>A<CD2> sep2 1.07693
+R<LEU>A<N> R<TRP>A<CE2> central_sep1 2.50903
+R<LEU>A<N> R<TRP>A<CE2> central_sep2 0.828714
+R<LEU>A<N> R<TRP>A<CE2> sep1 2.20333
+R<LEU>A<N> R<TRP>A<CE2> sep2 -0.0379005
+R<LEU>A<N> R<TRP>A<CE3> central_sep1 -0.658965
+R<LEU>A<N> R<TRP>A<CE3> central_sep2 0.121357
+R<LEU>A<N> R<TRP>A<CE3> sep1 0.839672
+R<LEU>A<N> R<TRP>A<CE3> sep2 0.216286
+R<LEU>A<N> R<TRP>A<CG> central_sep1 0.184697
+R<LEU>A<N> R<TRP>A<CG> central_sep2 1.3317
+R<LEU>A<N> R<TRP>A<CG> sep1 -0.602115
+R<LEU>A<N> R<TRP>A<CG> sep2 0.74152
+R<LEU>A<N> R<TRP>A<CH2> central_sep1 3.21851
+R<LEU>A<N> R<TRP>A<CH2> central_sep2 0.0180937
+R<LEU>A<N> R<TRP>A<CH2> sep1 3.52845
+R<LEU>A<N> R<TRP>A<CH2> sep2 -0.12389
+R<LEU>A<N> R<TRP>A<CZ2> central_sep1 2.84079
+R<LEU>A<N> R<TRP>A<CZ2> central_sep2 -0.12281
+R<LEU>A<N> R<TRP>A<CZ2> sep1 3.64412
+R<LEU>A<N> R<TRP>A<CZ2> sep2 0.101872
+R<LEU>A<N> R<TRP>A<CZ3> central_sep1 1.39349
+R<LEU>A<N> R<TRP>A<CZ3> central_sep2 -0.386387
+R<LEU>A<N> R<TRP>A<CZ3> sep1 2.1539
+R<LEU>A<N> R<TRP>A<CZ3> sep2 -0.336419
+R<LEU>A<N> R<TRP>A<N> central_sep1 2.23923
+R<LEU>A<N> R<TRP>A<N> central_sep2 2.06341
+R<LEU>A<N> R<TRP>A<N> sep1 -2.15335
+R<LEU>A<N> R<TRP>A<N> sep2 1.31566
+R<LEU>A<N> R<TRP>A<NE1> central_sep1 2.64087
+R<LEU>A<N> R<TRP>A<NE1> central_sep2 0.169509
+R<LEU>A<N> R<TRP>A<NE1> sep1 2.3889
+R<LEU>A<N> R<TRP>A<NE1> sep2 0.178873
+R<LEU>A<N> R<TRP>A<O> central_sep1 -1.96236
+R<LEU>A<N> R<TRP>A<O> central_sep2 -1.45142
+R<LEU>A<N> R<TRP>A<O> sep1 0.492529
+R<LEU>A<N> R<TRP>A<O> sep2 0.566255
+R<LEU>A<N> R<TYR>A<C> central_sep1 -0.45074
+R<LEU>A<N> R<TYR>A<C> central_sep2 3.15331
+R<LEU>A<N> R<TYR>A<C> sep1 -1.62581
+R<LEU>A<N> R<TYR>A<C> sep2 1.75293
+R<LEU>A<N> R<TYR>A<CA> central_sep1 2.60852
+R<LEU>A<N> R<TYR>A<CA> central_sep2 1.17236
+R<LEU>A<N> R<TYR>A<CA> sep1 -2.09657
+R<LEU>A<N> R<TYR>A<CA> sep2 0.612545
+R<LEU>A<N> R<TYR>A<CB> central_sep1 1.58329
+R<LEU>A<N> R<TYR>A<CB> central_sep2 0.90429
+R<LEU>A<N> R<TYR>A<CB> sep1 -1.10475
+R<LEU>A<N> R<TYR>A<CB> sep2 0.645313
+R<LEU>A<N> R<TYR>A<CD1> central_sep1 0.303789
+R<LEU>A<N> R<TYR>A<CD1> central_sep2 0.505897
+R<LEU>A<N> R<TYR>A<CD1> sep1 0.163606
+R<LEU>A<N> R<TYR>A<CD1> sep2 0.195648
+R<LEU>A<N> R<TYR>A<CE1> central_sep1 1.90617
+R<LEU>A<N> R<TYR>A<CE1> central_sep2 0.354543
+R<LEU>A<N> R<TYR>A<CE1> sep1 2.12248
+R<LEU>A<N> R<TYR>A<CE1> sep2 0.0371694
+R<LEU>A<N> R<TYR>A<CG> central_sep1 0.932286
+R<LEU>A<N> R<TYR>A<CG> central_sep2 1.77038
+R<LEU>A<N> R<TYR>A<CG> sep1 -0.566329
+R<LEU>A<N> R<TYR>A<CG> sep2 0.368203
+R<LEU>A<N> R<TYR>A<CZ> central_sep1 2.9402
+R<LEU>A<N> R<TYR>A<CZ> central_sep2 0.543205
+R<LEU>A<N> R<TYR>A<CZ> sep1 2.50925
+R<LEU>A<N> R<TYR>A<CZ> sep2 -0.113382
+R<LEU>A<N> R<TYR>A<N> central_sep1 2.12165
+R<LEU>A<N> R<TYR>A<N> central_sep2 1.94209
+R<LEU>A<N> R<TYR>A<N> sep1 -2.18532
+R<LEU>A<N> R<TYR>A<N> sep2 1.28065
+R<LEU>A<N> R<TYR>A<O> central_sep1 -2.03191
+R<LEU>A<N> R<TYR>A<O> central_sep2 -1.47851
+R<LEU>A<N> R<TYR>A<O> sep1 0.300693
+R<LEU>A<N> R<TYR>A<O> sep2 1.02008
+R<LEU>A<N> R<TYR>A<OH> central_sep1 2.26058
+R<LEU>A<N> R<TYR>A<OH> central_sep2 -0.0953099
+R<LEU>A<N> R<TYR>A<OH> sep1 3.90601
+R<LEU>A<N> R<TYR>A<OH> sep2 0.136235
+R<LEU>A<N> R<VAL>A<C> central_sep1 -0.0827918
+R<LEU>A<N> R<VAL>A<C> central_sep2 4.20691
+R<LEU>A<N> R<VAL>A<C> sep1 -1.49514
+R<LEU>A<N> R<VAL>A<C> sep2 2.17674
+R<LEU>A<N> R<VAL>A<CA> central_sep1 2.91061
+R<LEU>A<N> R<VAL>A<CA> central_sep2 1.49959
+R<LEU>A<N> R<VAL>A<CA> sep1 -2.19224
+R<LEU>A<N> R<VAL>A<CA> sep2 0.64137
+R<LEU>A<N> R<VAL>A<CB> central_sep1 2.00275
+R<LEU>A<N> R<VAL>A<CB> central_sep2 1.04327
+R<LEU>A<N> R<VAL>A<CB> sep1 -1.44699
+R<LEU>A<N> R<VAL>A<CB> sep2 0.738142
+R<LEU>A<N> R<VAL>A<CG1> central_sep1 0.521103
+R<LEU>A<N> R<VAL>A<CG1> central_sep2 0.388189
+R<LEU>A<N> R<VAL>A<CG1> sep1 -0.519051
+R<LEU>A<N> R<VAL>A<CG1> sep2 0.291723
+R<LEU>A<N> R<VAL>A<CG2> central_sep1 1.04069
+R<LEU>A<N> R<VAL>A<CG2> central_sep2 0.522821
+R<LEU>A<N> R<VAL>A<CG2> sep1 1.31971
+R<LEU>A<N> R<VAL>A<CG2> sep2 0.340091
+R<LEU>A<N> R<VAL>A<N> central_sep1 2.16018
+R<LEU>A<N> R<VAL>A<N> central_sep2 1.88664
+R<LEU>A<N> R<VAL>A<N> sep1 -1.9945
+R<LEU>A<N> R<VAL>A<N> sep2 0.995991
+R<LEU>A<N> R<VAL>A<O> central_sep1 -2.07188
+R<LEU>A<N> R<VAL>A<O> central_sep2 -1.7954
+R<LEU>A<N> R<VAL>A<O> sep1 0.0979333
+R<LEU>A<N> R<VAL>A<O> sep2 0.665903
+R<LEU>A<N> c<solvent> . 2.02708
+R<LEU>A<O> R<LEU>A<O> central_sep1 0.566679
+R<LEU>A<O> R<LEU>A<O> central_sep2 0.34071
+R<LEU>A<O> R<LEU>A<O> sep1 0.835629
+R<LEU>A<O> R<LEU>A<O> sep2 0.782504
+R<LEU>A<O> R<LYS>A<C> central_sep1 -1.18876
+R<LEU>A<O> R<LYS>A<C> central_sep2 2.51789
+R<LEU>A<O> R<LYS>A<C> sep1 -1.58898
+R<LEU>A<O> R<LYS>A<C> sep2 1.62762
+R<LEU>A<O> R<LYS>A<CA> central_sep1 0.694409
+R<LEU>A<O> R<LYS>A<CA> central_sep2 -0.0281555
+R<LEU>A<O> R<LYS>A<CA> sep1 -2.09896
+R<LEU>A<O> R<LYS>A<CA> sep2 1.02807
+R<LEU>A<O> R<LYS>A<CB> central_sep1 -1.30087
+R<LEU>A<O> R<LYS>A<CB> central_sep2 0.557182
+R<LEU>A<O> R<LYS>A<CB> sep1 0.335627
+R<LEU>A<O> R<LYS>A<CB> sep2 0.105665
+R<LEU>A<O> R<LYS>A<CD> central_sep1 0.562869
+R<LEU>A<O> R<LYS>A<CD> central_sep2 0.00310961
+R<LEU>A<O> R<LYS>A<CD> sep1 1.02713
+R<LEU>A<O> R<LYS>A<CD> sep2 0.263115
+R<LEU>A<O> R<LYS>A<CE> central_sep1 0.569945
+R<LEU>A<O> R<LYS>A<CE> central_sep2 -0.10929
+R<LEU>A<O> R<LYS>A<CE> sep1 1.41909
+R<LEU>A<O> R<LYS>A<CE> sep2 0.193885
+R<LEU>A<O> R<LYS>A<CG> central_sep1 -1.02501
+R<LEU>A<O> R<LYS>A<CG> central_sep2 0.352298
+R<LEU>A<O> R<LYS>A<CG> sep1 0.531771
+R<LEU>A<O> R<LYS>A<CG> sep2 0.319033
+R<LEU>A<O> R<LYS>A<N> central_sep1 -1.81327
+R<LEU>A<O> R<LYS>A<N> central_sep2 -0.471591
+R<LEU>A<O> R<LYS>A<N> sep1 0.118555
+R<LEU>A<O> R<LYS>A<N> sep2 1.06187
+R<LEU>A<O> R<LYS>A<NZ> central_sep1 1.00126
+R<LEU>A<O> R<LYS>A<NZ> central_sep2 -0.212361
+R<LEU>A<O> R<LYS>A<NZ> sep1 2.37378
+R<LEU>A<O> R<LYS>A<NZ> sep2 0.572276
+R<LEU>A<O> R<LYS>A<O> central_sep1 0.620258
+R<LEU>A<O> R<LYS>A<O> central_sep2 1.04773
+R<LEU>A<O> R<LYS>A<O> sep1 0.512309
+R<LEU>A<O> R<LYS>A<O> sep2 1.20345
+R<LEU>A<O> R<MET>A<C> central_sep1 -0.677329
+R<LEU>A<O> R<MET>A<C> central_sep2 2.15657
+R<LEU>A<O> R<MET>A<C> sep1 -1.29934
+R<LEU>A<O> R<MET>A<C> sep2 1.20359
+R<LEU>A<O> R<MET>A<CA> central_sep1 1.29117
+R<LEU>A<O> R<MET>A<CA> central_sep2 -0.653524
+R<LEU>A<O> R<MET>A<CA> sep1 -1.86875
+R<LEU>A<O> R<MET>A<CA> sep2 0.497821
+R<LEU>A<O> R<MET>A<CB> central_sep1 -1.61529
+R<LEU>A<O> R<MET>A<CB> central_sep2 -0.0180097
+R<LEU>A<O> R<MET>A<CB> sep1 0.460555
+R<LEU>A<O> R<MET>A<CB> sep2 -0.358181
+R<LEU>A<O> R<MET>A<CE> central_sep1 0.359833
+R<LEU>A<O> R<MET>A<CE> central_sep2 -0.67747
+R<LEU>A<O> R<MET>A<CE> sep1 2.06449
+R<LEU>A<O> R<MET>A<CE> sep2 0.31561
+R<LEU>A<O> R<MET>A<CG> central_sep1 -1.45731
+R<LEU>A<O> R<MET>A<CG> central_sep2 -0.382301
+R<LEU>A<O> R<MET>A<CG> sep1 0.954558
+R<LEU>A<O> R<MET>A<CG> sep2 0.161492
+R<LEU>A<O> R<MET>A<N> central_sep1 -2.13969
+R<LEU>A<O> R<MET>A<N> central_sep2 -1.19285
+R<LEU>A<O> R<MET>A<N> sep1 0.463847
+R<LEU>A<O> R<MET>A<N> sep2 0.92203
+R<LEU>A<O> R<MET>A<O> central_sep1 0.539272
+R<LEU>A<O> R<MET>A<O> central_sep2 0.489052
+R<LEU>A<O> R<MET>A<O> sep1 0.872117
+R<LEU>A<O> R<MET>A<O> sep2 0.85756
+R<LEU>A<O> R<MET>A<SD> central_sep1 1.04473
+R<LEU>A<O> R<MET>A<SD> central_sep2 0.0603459
+R<LEU>A<O> R<MET>A<SD> sep1 1.33713
+R<LEU>A<O> R<MET>A<SD> sep2 0.0692928
+R<LEU>A<O> R<PHE>A<C> central_sep1 -0.602624
+R<LEU>A<O> R<PHE>A<C> central_sep2 2.16602
+R<LEU>A<O> R<PHE>A<C> sep1 -0.962083
+R<LEU>A<O> R<PHE>A<C> sep2 1.08028
+R<LEU>A<O> R<PHE>A<CA> central_sep1 1.39479
+R<LEU>A<O> R<PHE>A<CA> central_sep2 -0.745466
+R<LEU>A<O> R<PHE>A<CA> sep1 -1.84044
+R<LEU>A<O> R<PHE>A<CA> sep2 0.408837
+R<LEU>A<O> R<PHE>A<CB> central_sep1 -1.52095
+R<LEU>A<O> R<PHE>A<CB> central_sep2 -0.393893
+R<LEU>A<O> R<PHE>A<CB> sep1 0.60717
+R<LEU>A<O> R<PHE>A<CB> sep2 -0.43065
+R<LEU>A<O> R<PHE>A<CD1> central_sep1 -0.846955
+R<LEU>A<O> R<PHE>A<CD1> central_sep2 -0.475728
+R<LEU>A<O> R<PHE>A<CD1> sep1 0.803856
+R<LEU>A<O> R<PHE>A<CD1> sep2 -0.017482
+R<LEU>A<O> R<PHE>A<CE1> central_sep1 0.669519
+R<LEU>A<O> R<PHE>A<CE1> central_sep2 -0.476456
+R<LEU>A<O> R<PHE>A<CE1> sep1 1.45471
+R<LEU>A<O> R<PHE>A<CE1> sep2 -0.214103
+R<LEU>A<O> R<PHE>A<CG> central_sep1 -0.337043
+R<LEU>A<O> R<PHE>A<CG> central_sep2 1.51993
+R<LEU>A<O> R<PHE>A<CG> sep1 -0.0380923
+R<LEU>A<O> R<PHE>A<CG> sep2 -0.118356
+R<LEU>A<O> R<PHE>A<CZ> central_sep1 1.90759
+R<LEU>A<O> R<PHE>A<CZ> central_sep2 -0.630807
+R<LEU>A<O> R<PHE>A<CZ> sep1 2.3255
+R<LEU>A<O> R<PHE>A<CZ> sep2 -0.226253
+R<LEU>A<O> R<PHE>A<N> central_sep1 -2.09995
+R<LEU>A<O> R<PHE>A<N> central_sep2 -1.42059
+R<LEU>A<O> R<PHE>A<N> sep1 0.483252
+R<LEU>A<O> R<PHE>A<N> sep2 0.548476
+R<LEU>A<O> R<PHE>A<O> central_sep1 0.491138
+R<LEU>A<O> R<PHE>A<O> central_sep2 0.322997
+R<LEU>A<O> R<PHE>A<O> sep1 0.923896
+R<LEU>A<O> R<PHE>A<O> sep2 0.65966
+R<LEU>A<O> R<PRO>A<C> central_sep1 -1.46983
+R<LEU>A<O> R<PRO>A<C> central_sep2 2.45049
+R<LEU>A<O> R<PRO>A<C> sep1 -1.87848
+R<LEU>A<O> R<PRO>A<C> sep2 1.68517
+R<LEU>A<O> R<PRO>A<CA> central_sep1 0.366143
+R<LEU>A<O> R<PRO>A<CA> central_sep2 -0.302066
+R<LEU>A<O> R<PRO>A<CA> sep1 -1.88593
+R<LEU>A<O> R<PRO>A<CA> sep2 0.408712
+R<LEU>A<O> R<PRO>A<CB> central_sep1 0.567946
+R<LEU>A<O> R<PRO>A<CB> central_sep2 0.03554
+R<LEU>A<O> R<PRO>A<CB> sep1 0.458463
+R<LEU>A<O> R<PRO>A<CB> sep2 -0.0590874
+R<LEU>A<O> R<PRO>A<CD> central_sep1 -0.818002
+R<LEU>A<O> R<PRO>A<CD> central_sep2 -0.0809122
+R<LEU>A<O> R<PRO>A<CD> sep1 -0.111107
+R<LEU>A<O> R<PRO>A<CD> sep2 0.748752
+R<LEU>A<O> R<PRO>A<CG> central_sep1 0.971216
+R<LEU>A<O> R<PRO>A<CG> central_sep2 -0.160894
+R<LEU>A<O> R<PRO>A<CG> sep1 1.04405
+R<LEU>A<O> R<PRO>A<CG> sep2 0.0926396
+R<LEU>A<O> R<PRO>A<N> central_sep1 -0.06915
+R<LEU>A<O> R<PRO>A<N> central_sep2 1.77829
+R<LEU>A<O> R<PRO>A<N> sep1 -1.34787
+R<LEU>A<O> R<PRO>A<N> sep2 0.13916
+R<LEU>A<O> R<PRO>A<O> central_sep1 0.74001
+R<LEU>A<O> R<PRO>A<O> central_sep2 1.32159
+R<LEU>A<O> R<PRO>A<O> sep1 0.143101
+R<LEU>A<O> R<PRO>A<O> sep2 1.16546
+R<LEU>A<O> R<SER>A<C> central_sep1 -0.732954
+R<LEU>A<O> R<SER>A<C> central_sep2 1.88767
+R<LEU>A<O> R<SER>A<C> sep1 -1.64682
+R<LEU>A<O> R<SER>A<C> sep2 1.02377
+R<LEU>A<O> R<SER>A<CA> central_sep1 1.26262
+R<LEU>A<O> R<SER>A<CA> central_sep2 -0.386768
+R<LEU>A<O> R<SER>A<CA> sep1 -1.99191
+R<LEU>A<O> R<SER>A<CA> sep2 0.518417
+R<LEU>A<O> R<SER>A<CB> central_sep1 -0.578537
+R<LEU>A<O> R<SER>A<CB> central_sep2 0.0108418
+R<LEU>A<O> R<SER>A<CB> sep1 0.413538
+R<LEU>A<O> R<SER>A<CB> sep2 -0.0311674
+R<LEU>A<O> R<SER>A<N> central_sep1 -1.46206
+R<LEU>A<O> R<SER>A<N> central_sep2 -0.668369
+R<LEU>A<O> R<SER>A<N> sep1 0.0667811
+R<LEU>A<O> R<SER>A<N> sep2 0.750106
+R<LEU>A<O> R<SER>A<O> central_sep1 0.408743
+R<LEU>A<O> R<SER>A<O> central_sep2 0.874012
+R<LEU>A<O> R<SER>A<O> sep1 0.630597
+R<LEU>A<O> R<SER>A<O> sep2 0.976336
+R<LEU>A<O> R<SER>A<OG> central_sep1 -0.499022
+R<LEU>A<O> R<SER>A<OG> central_sep2 0.18355
+R<LEU>A<O> R<SER>A<OG> sep1 1.23181
+R<LEU>A<O> R<SER>A<OG> sep2 0.395467
+R<LEU>A<O> R<THR>A<C> central_sep1 -0.453406
+R<LEU>A<O> R<THR>A<C> central_sep2 2.33204
+R<LEU>A<O> R<THR>A<C> sep1 -1.38082
+R<LEU>A<O> R<THR>A<C> sep2 1.27437
+R<LEU>A<O> R<THR>A<CA> central_sep1 1.32838
+R<LEU>A<O> R<THR>A<CA> central_sep2 -0.691023
+R<LEU>A<O> R<THR>A<CA> sep1 -2.14559
+R<LEU>A<O> R<THR>A<CA> sep2 0.656717
+R<LEU>A<O> R<THR>A<CB> central_sep1 -0.79692
+R<LEU>A<O> R<THR>A<CB> central_sep2 -0.0692771
+R<LEU>A<O> R<THR>A<CB> sep1 0.45442
+R<LEU>A<O> R<THR>A<CB> sep2 -0.670839
+R<LEU>A<O> R<THR>A<CG2> central_sep1 -0.442013
+R<LEU>A<O> R<THR>A<CG2> central_sep2 -0.0426852
+R<LEU>A<O> R<THR>A<CG2> sep1 0.828367
+R<LEU>A<O> R<THR>A<CG2> sep2 0.531242
+R<LEU>A<O> R<THR>A<N> central_sep1 -1.4688
+R<LEU>A<O> R<THR>A<N> central_sep2 -0.95602
+R<LEU>A<O> R<THR>A<N> sep1 0.202663
+R<LEU>A<O> R<THR>A<N> sep2 1.15962
+R<LEU>A<O> R<THR>A<O> central_sep1 0.661182
+R<LEU>A<O> R<THR>A<O> central_sep2 0.68578
+R<LEU>A<O> R<THR>A<O> sep1 0.874315
+R<LEU>A<O> R<THR>A<O> sep2 1.0152
+R<LEU>A<O> R<THR>A<OG1> central_sep1 -0.705995
+R<LEU>A<O> R<THR>A<OG1> central_sep2 0.189173
+R<LEU>A<O> R<THR>A<OG1> sep1 0.982274
+R<LEU>A<O> R<THR>A<OG1> sep2 0.443562
+R<LEU>A<O> R<TRP>A<C> central_sep1 -0.648288
+R<LEU>A<O> R<TRP>A<C> central_sep2 2.96038
+R<LEU>A<O> R<TRP>A<C> sep1 -0.972288
+R<LEU>A<O> R<TRP>A<C> sep2 1.30661
+R<LEU>A<O> R<TRP>A<CA> central_sep1 1.19415
+R<LEU>A<O> R<TRP>A<CA> central_sep2 -0.643578
+R<LEU>A<O> R<TRP>A<CA> sep1 -1.75609
+R<LEU>A<O> R<TRP>A<CA> sep2 0.655093
+R<LEU>A<O> R<TRP>A<CB> central_sep1 -1.40502
+R<LEU>A<O> R<TRP>A<CB> central_sep2 -0.329978
+R<LEU>A<O> R<TRP>A<CB> sep1 0.688853
+R<LEU>A<O> R<TRP>A<CB> sep2 -0.203786
+R<LEU>A<O> R<TRP>A<CD1> central_sep1 -0.663234
+R<LEU>A<O> R<TRP>A<CD1> central_sep2 -0.314344
+R<LEU>A<O> R<TRP>A<CD1> sep1 1.0616
+R<LEU>A<O> R<TRP>A<CD1> sep2 -0.170455
+R<LEU>A<O> R<TRP>A<CD2> central_sep1 0.338424
+R<LEU>A<O> R<TRP>A<CD2> central_sep2 1.42488
+R<LEU>A<O> R<TRP>A<CD2> sep1 0.732183
+R<LEU>A<O> R<TRP>A<CD2> sep2 0.739749
+R<LEU>A<O> R<TRP>A<CE2> central_sep1 1.5036
+R<LEU>A<O> R<TRP>A<CE2> central_sep2 1.51213
+R<LEU>A<O> R<TRP>A<CE2> sep1 1.27906
+R<LEU>A<O> R<TRP>A<CE2> sep2 0.300672
+R<LEU>A<O> R<TRP>A<CE3> central_sep1 -0.0688737
+R<LEU>A<O> R<TRP>A<CE3> central_sep2 -0.190791
+R<LEU>A<O> R<TRP>A<CE3> sep1 1.47576
+R<LEU>A<O> R<TRP>A<CE3> sep2 0.132915
+R<LEU>A<O> R<TRP>A<CG> central_sep1 -0.0871817
+R<LEU>A<O> R<TRP>A<CG> central_sep2 1.61626
+R<LEU>A<O> R<TRP>A<CG> sep1 0.1329
+R<LEU>A<O> R<TRP>A<CG> sep2 0.111093
+R<LEU>A<O> R<TRP>A<CH2> central_sep1 2.60093
+R<LEU>A<O> R<TRP>A<CH2> central_sep2 -0.521171
+R<LEU>A<O> R<TRP>A<CH2> sep1 3.39887
+R<LEU>A<O> R<TRP>A<CH2> sep2 -0.377015
+R<LEU>A<O> R<TRP>A<CZ2> central_sep1 1.77037
+R<LEU>A<O> R<TRP>A<CZ2> central_sep2 -0.676176
+R<LEU>A<O> R<TRP>A<CZ2> sep1 2.64509
+R<LEU>A<O> R<TRP>A<CZ2> sep2 -0.497842
+R<LEU>A<O> R<TRP>A<CZ3> central_sep1 1.08725
+R<LEU>A<O> R<TRP>A<CZ3> central_sep2 -0.586767
+R<LEU>A<O> R<TRP>A<CZ3> sep1 2.66964
+R<LEU>A<O> R<TRP>A<CZ3> sep2 -0.146445
+R<LEU>A<O> R<TRP>A<N> central_sep1 -1.90995
+R<LEU>A<O> R<TRP>A<N> central_sep2 -1.25136
+R<LEU>A<O> R<TRP>A<N> sep1 0.487873
+R<LEU>A<O> R<TRP>A<N> sep2 0.55418
+R<LEU>A<O> R<TRP>A<NE1> central_sep1 0.030134
+R<LEU>A<O> R<TRP>A<NE1> central_sep2 -1.1687
+R<LEU>A<O> R<TRP>A<NE1> sep1 1.3888
+R<LEU>A<O> R<TRP>A<NE1> sep2 -0.17901
+R<LEU>A<O> R<TRP>A<O> central_sep1 0.662126
+R<LEU>A<O> R<TRP>A<O> central_sep2 0.530789
+R<LEU>A<O> R<TRP>A<O> sep1 1.04946
+R<LEU>A<O> R<TRP>A<O> sep2 0.725444
+R<LEU>A<O> R<TYR>A<C> central_sep1 -0.79946
+R<LEU>A<O> R<TYR>A<C> central_sep2 2.47161
+R<LEU>A<O> R<TYR>A<C> sep1 -0.997596
+R<LEU>A<O> R<TYR>A<C> sep2 1.11529
+R<LEU>A<O> R<TYR>A<CA> central_sep1 1.23777
+R<LEU>A<O> R<TYR>A<CA> central_sep2 -0.724362
+R<LEU>A<O> R<TYR>A<CA> sep1 -1.85058
+R<LEU>A<O> R<TYR>A<CA> sep2 0.708879
+R<LEU>A<O> R<TYR>A<CB> central_sep1 -1.52059
+R<LEU>A<O> R<TYR>A<CB> central_sep2 -0.301852
+R<LEU>A<O> R<TYR>A<CB> sep1 0.584558
+R<LEU>A<O> R<TYR>A<CB> sep2 -0.465882
+R<LEU>A<O> R<TYR>A<CD1> central_sep1 -0.720487
+R<LEU>A<O> R<TYR>A<CD1> central_sep2 -0.370454
+R<LEU>A<O> R<TYR>A<CD1> sep1 0.912755
+R<LEU>A<O> R<TYR>A<CD1> sep2 0.111393
+R<LEU>A<O> R<TYR>A<CE1> central_sep1 0.737791
+R<LEU>A<O> R<TYR>A<CE1> central_sep2 -0.461738
+R<LEU>A<O> R<TYR>A<CE1> sep1 1.49847
+R<LEU>A<O> R<TYR>A<CE1> sep2 0.0805518
+R<LEU>A<O> R<TYR>A<CG> central_sep1 -0.0452694
+R<LEU>A<O> R<TYR>A<CG> central_sep2 1.67479
+R<LEU>A<O> R<TYR>A<CG> sep1 0.0841591
+R<LEU>A<O> R<TYR>A<CG> sep2 -0.183568
+R<LEU>A<O> R<TYR>A<CZ> central_sep1 1.44206
+R<LEU>A<O> R<TYR>A<CZ> central_sep2 1.10949
+R<LEU>A<O> R<TYR>A<CZ> sep1 1.48195
+R<LEU>A<O> R<TYR>A<CZ> sep2 0.116628
+R<LEU>A<O> R<TYR>A<N> central_sep1 -2.11484
+R<LEU>A<O> R<TYR>A<N> central_sep2 -1.37626
+R<LEU>A<O> R<TYR>A<N> sep1 0.424465
+R<LEU>A<O> R<TYR>A<N> sep2 0.739252
+R<LEU>A<O> R<TYR>A<O> central_sep1 0.550699
+R<LEU>A<O> R<TYR>A<O> central_sep2 0.40926
+R<LEU>A<O> R<TYR>A<O> sep1 0.913732
+R<LEU>A<O> R<TYR>A<O> sep2 0.831038
+R<LEU>A<O> R<TYR>A<OH> central_sep1 2.26682
+R<LEU>A<O> R<TYR>A<OH> central_sep2 -0.565412
+R<LEU>A<O> R<TYR>A<OH> sep1 2.9743
+R<LEU>A<O> R<TYR>A<OH> sep2 -0.118914
+R<LEU>A<O> R<VAL>A<C> central_sep1 -0.544581
+R<LEU>A<O> R<VAL>A<C> central_sep2 3.04915
+R<LEU>A<O> R<VAL>A<C> sep1 -0.931579
+R<LEU>A<O> R<VAL>A<C> sep2 1.47272
+R<LEU>A<O> R<VAL>A<CA> central_sep1 1.27325
+R<LEU>A<O> R<VAL>A<CA> central_sep2 -1.2421
+R<LEU>A<O> R<VAL>A<CA> sep1 -1.95446
+R<LEU>A<O> R<VAL>A<CA> sep2 0.411319
+R<LEU>A<O> R<VAL>A<CB> central_sep1 -1.5359
+R<LEU>A<O> R<VAL>A<CB> central_sep2 -0.340586
+R<LEU>A<O> R<VAL>A<CB> sep1 0.631734
+R<LEU>A<O> R<VAL>A<CB> sep2 -1.04454
+R<LEU>A<O> R<VAL>A<CG1> central_sep1 -0.264449
+R<LEU>A<O> R<VAL>A<CG1> central_sep2 -0.489585
+R<LEU>A<O> R<VAL>A<CG1> sep1 1.19373
+R<LEU>A<O> R<VAL>A<CG1> sep2 0.179646
+R<LEU>A<O> R<VAL>A<CG2> central_sep1 -0.851843
+R<LEU>A<O> R<VAL>A<CG2> central_sep2 -0.299051
+R<LEU>A<O> R<VAL>A<CG2> sep1 0.801093
+R<LEU>A<O> R<VAL>A<CG2> sep2 -0.0223265
+R<LEU>A<O> R<VAL>A<N> central_sep1 -1.88707
+R<LEU>A<O> R<VAL>A<N> central_sep2 -1.7654
+R<LEU>A<O> R<VAL>A<N> sep1 0.21746
+R<LEU>A<O> R<VAL>A<N> sep2 0.77729
+R<LEU>A<O> R<VAL>A<O> central_sep1 0.649423
+R<LEU>A<O> R<VAL>A<O> central_sep2 0.122131
+R<LEU>A<O> R<VAL>A<O> sep1 0.942729
+R<LEU>A<O> R<VAL>A<O> sep2 0.681138
+R<LEU>A<O> c<solvent> . 0.766911
+R<LYS>A<C> R<LYS>A<C> central_sep1 4.64412
+R<LYS>A<C> R<LYS>A<C> central_sep2 3.34128
+R<LYS>A<C> R<LYS>A<C> sep1 -2.67635
+R<LYS>A<C> R<LYS>A<C> sep2 2.20425
+R<LYS>A<C> R<LYS>A<CA> central_sep1 3.51891
+R<LYS>A<C> R<LYS>A<CA> central_sep2 2.10167
+R<LYS>A<C> R<LYS>A<CA> sep1 -2.77248
+R<LYS>A<C> R<LYS>A<CA> sep2 1.03999
+R<LYS>A<C> R<LYS>A<CB> central_sep1 2.03242
+R<LYS>A<C> R<LYS>A<CB> central_sep2 1.3131
+R<LYS>A<C> R<LYS>A<CB> sep1 -0.0931129
+R<LYS>A<C> R<LYS>A<CB> sep2 0.380397
+R<LYS>A<C> R<LYS>A<CD> central_sep1 1.64054
+R<LYS>A<C> R<LYS>A<CD> central_sep2 0.92907
+R<LYS>A<C> R<LYS>A<CD> sep1 0.443928
+R<LYS>A<C> R<LYS>A<CD> sep2 0.364085
+R<LYS>A<C> R<LYS>A<CE> central_sep1 1.76783
+R<LYS>A<C> R<LYS>A<CE> central_sep2 1.5739
+R<LYS>A<C> R<LYS>A<CE> sep1 1.20345
+R<LYS>A<C> R<LYS>A<CE> sep2 0.584605
+R<LYS>A<C> R<LYS>A<CG> central_sep1 0.443336
+R<LYS>A<C> R<LYS>A<CG> central_sep2 0.846029
+R<LYS>A<C> R<LYS>A<CG> sep1 -0.842745
+R<LYS>A<C> R<LYS>A<CG> sep2 0.267413
+R<LYS>A<C> R<LYS>A<N> central_sep1 -0.618104
+R<LYS>A<C> R<LYS>A<N> central_sep2 2.59541
+R<LYS>A<C> R<LYS>A<N> sep1 -1.74899
+R<LYS>A<C> R<LYS>A<N> sep2 2.07247
+R<LYS>A<C> R<LYS>A<NZ> central_sep1 2.49029
+R<LYS>A<C> R<LYS>A<NZ> central_sep2 2.02331
+R<LYS>A<C> R<LYS>A<NZ> sep1 2.28103
+R<LYS>A<C> R<LYS>A<NZ> sep2 0.58638
+R<LYS>A<C> R<LYS>A<O> central_sep1 -0.857718
+R<LYS>A<C> R<LYS>A<O> central_sep2 2.87004
+R<LYS>A<C> R<LYS>A<O> sep1 -1.60182
+R<LYS>A<C> R<LYS>A<O> sep2 1.57294
+R<LYS>A<C> R<MET>A<C> central_sep1 5.09888
+R<LYS>A<C> R<MET>A<C> central_sep2 4.29812
+R<LYS>A<C> R<MET>A<C> sep1 -2.71214
+R<LYS>A<C> R<MET>A<C> sep2 2.65964
+R<LYS>A<C> R<MET>A<CA> central_sep1 3.07035
+R<LYS>A<C> R<MET>A<CA> central_sep2 2.68172
+R<LYS>A<C> R<MET>A<CA> sep1 -2.66584
+R<LYS>A<C> R<MET>A<CA> sep2 1.14508
+R<LYS>A<C> R<MET>A<CB> central_sep1 2.27421
+R<LYS>A<C> R<MET>A<CB> central_sep2 1.39297
+R<LYS>A<C> R<MET>A<CB> sep1 0.0137207
+R<LYS>A<C> R<MET>A<CB> sep2 0.414901
+R<LYS>A<C> R<MET>A<CE> central_sep1 0.667661
+R<LYS>A<C> R<MET>A<CE> central_sep2 0.0429978
+R<LYS>A<C> R<MET>A<CE> sep1 1.30408
+R<LYS>A<C> R<MET>A<CE> sep2 -0.196961
+R<LYS>A<C> R<MET>A<CG> central_sep1 0.508247
+R<LYS>A<C> R<MET>A<CG> central_sep2 0.741424
+R<LYS>A<C> R<MET>A<CG> sep1 -0.585758
+R<LYS>A<C> R<MET>A<CG> sep2 -0.148521
+R<LYS>A<C> R<MET>A<N> central_sep1 -0.431764
+R<LYS>A<C> R<MET>A<N> central_sep2 3.72705
+R<LYS>A<C> R<MET>A<N> sep1 -1.82026
+R<LYS>A<C> R<MET>A<N> sep2 1.63327
+R<LYS>A<C> R<MET>A<O> central_sep1 -1.08547
+R<LYS>A<C> R<MET>A<O> central_sep2 2.62895
+R<LYS>A<C> R<MET>A<O> sep1 -1.68348
+R<LYS>A<C> R<MET>A<O> sep2 1.89338
+R<LYS>A<C> R<MET>A<SD> central_sep1 0.952549
+R<LYS>A<C> R<MET>A<SD> central_sep2 0.263054
+R<LYS>A<C> R<MET>A<SD> sep1 0.630528
+R<LYS>A<C> R<MET>A<SD> sep2 -0.049776
+R<LYS>A<C> R<PHE>A<C> central_sep1 3.71745
+R<LYS>A<C> R<PHE>A<C> central_sep2 4.01819
+R<LYS>A<C> R<PHE>A<C> sep1 -2.52298
+R<LYS>A<C> R<PHE>A<C> sep2 2.89311
+R<LYS>A<C> R<PHE>A<CA> central_sep1 3.34116
+R<LYS>A<C> R<PHE>A<CA> central_sep2 2.78362
+R<LYS>A<C> R<PHE>A<CA> sep1 -2.60689
+R<LYS>A<C> R<PHE>A<CA> sep2 1.002
+R<LYS>A<C> R<PHE>A<CB> central_sep1 1.84369
+R<LYS>A<C> R<PHE>A<CB> central_sep2 1.0906
+R<LYS>A<C> R<PHE>A<CB> sep1 -0.0103023
+R<LYS>A<C> R<PHE>A<CB> sep2 -0.00542547
+R<LYS>A<C> R<PHE>A<CD1> central_sep1 -0.516688
+R<LYS>A<C> R<PHE>A<CD1> central_sep2 -0.0100331
+R<LYS>A<C> R<PHE>A<CD1> sep1 -0.460121
+R<LYS>A<C> R<PHE>A<CD1> sep2 -0.257146
+R<LYS>A<C> R<PHE>A<CE1> central_sep1 0.613931
+R<LYS>A<C> R<PHE>A<CE1> central_sep2 -0.0183433
+R<LYS>A<C> R<PHE>A<CE1> sep1 1.54088
+R<LYS>A<C> R<PHE>A<CE1> sep2 -0.282809
+R<LYS>A<C> R<PHE>A<CG> central_sep1 1.12812
+R<LYS>A<C> R<PHE>A<CG> central_sep2 1.57428
+R<LYS>A<C> R<PHE>A<CG> sep1 -1.77983
+R<LYS>A<C> R<PHE>A<CG> sep2 0.495167
+R<LYS>A<C> R<PHE>A<CZ> central_sep1 1.88256
+R<LYS>A<C> R<PHE>A<CZ> central_sep2 -0.136045
+R<LYS>A<C> R<PHE>A<CZ> sep1 2.50312
+R<LYS>A<C> R<PHE>A<CZ> sep2 -0.349808
+R<LYS>A<C> R<PHE>A<N> central_sep1 -0.515743
+R<LYS>A<C> R<PHE>A<N> central_sep2 3.57201
+R<LYS>A<C> R<PHE>A<N> sep1 -1.8354
+R<LYS>A<C> R<PHE>A<N> sep2 2.23363
+R<LYS>A<C> R<PHE>A<O> central_sep1 -0.960432
+R<LYS>A<C> R<PHE>A<O> central_sep2 2.67614
+R<LYS>A<C> R<PHE>A<O> sep1 -1.29261
+R<LYS>A<C> R<PHE>A<O> sep2 1.52245
+R<LYS>A<C> R<PRO>A<C> central_sep1 2.75133
+R<LYS>A<C> R<PRO>A<C> central_sep2 3.74608
+R<LYS>A<C> R<PRO>A<C> sep1 -2.45744
+R<LYS>A<C> R<PRO>A<C> sep2 2.76985
+R<LYS>A<C> R<PRO>A<CA> central_sep1 3.54671
+R<LYS>A<C> R<PRO>A<CA> central_sep2 1.49593
+R<LYS>A<C> R<PRO>A<CA> sep1 -2.25141
+R<LYS>A<C> R<PRO>A<CA> sep2 0.423579
+R<LYS>A<C> R<PRO>A<CB> central_sep1 2.35817
+R<LYS>A<C> R<PRO>A<CB> central_sep2 0.819045
+R<LYS>A<C> R<PRO>A<CB> sep1 1.85921
+R<LYS>A<C> R<PRO>A<CB> sep2 -0.0119408
+R<LYS>A<C> R<PRO>A<CD> central_sep1 -0.248276
+R<LYS>A<C> R<PRO>A<CD> central_sep2 1.42275
+R<LYS>A<C> R<PRO>A<CD> sep1 -0.64954
+R<LYS>A<C> R<PRO>A<CD> sep2 0.337909
+R<LYS>A<C> R<PRO>A<CG> central_sep1 2.3055
+R<LYS>A<C> R<PRO>A<CG> central_sep2 0.610492
+R<LYS>A<C> R<PRO>A<CG> sep1 2.49237
+R<LYS>A<C> R<PRO>A<CG> sep2 0.0683136
+R<LYS>A<C> R<PRO>A<N> central_sep1 1.49602
+R<LYS>A<C> R<PRO>A<N> central_sep2 1.66825
+R<LYS>A<C> R<PRO>A<N> sep1 -0.723018
+R<LYS>A<C> R<PRO>A<N> sep2 1.99942
+R<LYS>A<C> R<PRO>A<O> central_sep1 -0.610098
+R<LYS>A<C> R<PRO>A<O> central_sep2 3.00022
+R<LYS>A<C> R<PRO>A<O> sep1 -1.84987
+R<LYS>A<C> R<PRO>A<O> sep2 1.682
+R<LYS>A<C> R<SER>A<C> central_sep1 4.9011
+R<LYS>A<C> R<SER>A<C> central_sep2 3.52329
+R<LYS>A<C> R<SER>A<C> sep1 -2.23309
+R<LYS>A<C> R<SER>A<C> sep2 2.36053
+R<LYS>A<C> R<SER>A<CA> central_sep1 4.04145
+R<LYS>A<C> R<SER>A<CA> central_sep2 1.77569
+R<LYS>A<C> R<SER>A<CA> sep1 -2.42857
+R<LYS>A<C> R<SER>A<CA> sep2 0.680133
+R<LYS>A<C> R<SER>A<CB> central_sep1 2.34836
+R<LYS>A<C> R<SER>A<CB> central_sep2 1.16581
+R<LYS>A<C> R<SER>A<CB> sep1 -0.0636139
+R<LYS>A<C> R<SER>A<CB> sep2 0.125148
+R<LYS>A<C> R<SER>A<N> central_sep1 -0.401395
+R<LYS>A<C> R<SER>A<N> central_sep2 2.84391
+R<LYS>A<C> R<SER>A<N> sep1 -1.39879
+R<LYS>A<C> R<SER>A<N> sep2 1.78868
+R<LYS>A<C> R<SER>A<O> central_sep1 -0.575223
+R<LYS>A<C> R<SER>A<O> central_sep2 2.48454
+R<LYS>A<C> R<SER>A<O> sep1 -1.4737
+R<LYS>A<C> R<SER>A<O> sep2 1.47397
+R<LYS>A<C> R<SER>A<OG> central_sep1 1.97518
+R<LYS>A<C> R<SER>A<OG> central_sep2 1.55733
+R<LYS>A<C> R<SER>A<OG> sep1 0.443373
+R<LYS>A<C> R<SER>A<OG> sep2 0.542242
+R<LYS>A<C> R<THR>A<C> central_sep1 5.08586
+R<LYS>A<C> R<THR>A<C> central_sep2 3.59493
+R<LYS>A<C> R<THR>A<C> sep1 -2.44904
+R<LYS>A<C> R<THR>A<C> sep2 2.42236
+R<LYS>A<C> R<THR>A<CA> central_sep1 4.06143
+R<LYS>A<C> R<THR>A<CA> central_sep2 2.33633
+R<LYS>A<C> R<THR>A<CA> sep1 -2.68364
+R<LYS>A<C> R<THR>A<CA> sep2 0.81612
+R<LYS>A<C> R<THR>A<CB> central_sep1 2.11283
+R<LYS>A<C> R<THR>A<CB> central_sep2 1.46448
+R<LYS>A<C> R<THR>A<CB> sep1 0.13018
+R<LYS>A<C> R<THR>A<CB> sep2 0.0180887
+R<LYS>A<C> R<THR>A<CG2> central_sep1 0.707222
+R<LYS>A<C> R<THR>A<CG2> central_sep2 0.627926
+R<LYS>A<C> R<THR>A<CG2> sep1 -0.374158
+R<LYS>A<C> R<THR>A<CG2> sep2 -0.139003
+R<LYS>A<C> R<THR>A<N> central_sep1 -0.236176
+R<LYS>A<C> R<THR>A<N> central_sep2 2.73211
+R<LYS>A<C> R<THR>A<N> sep1 -1.39266
+R<LYS>A<C> R<THR>A<N> sep2 2.26999
+R<LYS>A<C> R<THR>A<O> central_sep1 -0.770374
+R<LYS>A<C> R<THR>A<O> central_sep2 2.67145
+R<LYS>A<C> R<THR>A<O> sep1 -1.28432
+R<LYS>A<C> R<THR>A<O> sep2 1.51048
+R<LYS>A<C> R<THR>A<OG1> central_sep1 1.82459
+R<LYS>A<C> R<THR>A<OG1> central_sep2 1.52713
+R<LYS>A<C> R<THR>A<OG1> sep1 -0.172609
+R<LYS>A<C> R<THR>A<OG1> sep2 0.617348
+R<LYS>A<C> R<TRP>A<C> central_sep1 3.5599
+R<LYS>A<C> R<TRP>A<C> central_sep2 4.95928
+R<LYS>A<C> R<TRP>A<C> sep1 -2.54321
+R<LYS>A<C> R<TRP>A<C> sep2 3.30521
+R<LYS>A<C> R<TRP>A<CA> central_sep1 4.01308
+R<LYS>A<C> R<TRP>A<CA> central_sep2 3.1341
+R<LYS>A<C> R<TRP>A<CA> sep1 -2.62558
+R<LYS>A<C> R<TRP>A<CA> sep2 1.10533
+R<LYS>A<C> R<TRP>A<CB> central_sep1 1.92042
+R<LYS>A<C> R<TRP>A<CB> central_sep2 0.9176
+R<LYS>A<C> R<TRP>A<CB> sep1 0.151237
+R<LYS>A<C> R<TRP>A<CB> sep2 -0.0269873
+R<LYS>A<C> R<TRP>A<CD1> central_sep1 -0.559354
+R<LYS>A<C> R<TRP>A<CD1> central_sep2 0.392589
+R<LYS>A<C> R<TRP>A<CD1> sep1 -0.368253
+R<LYS>A<C> R<TRP>A<CD1> sep2 -0.204494
+R<LYS>A<C> R<TRP>A<CD2> central_sep1 -0.442007
+R<LYS>A<C> R<TRP>A<CD2> central_sep2 1.56351
+R<LYS>A<C> R<TRP>A<CD2> sep1 -0.328007
+R<LYS>A<C> R<TRP>A<CD2> sep2 0.682624
+R<LYS>A<C> R<TRP>A<CE2> central_sep1 0.443468
+R<LYS>A<C> R<TRP>A<CE2> central_sep2 1.08572
+R<LYS>A<C> R<TRP>A<CE2> sep1 1.44201
+R<LYS>A<C> R<TRP>A<CE2> sep2 0.530453
+R<LYS>A<C> R<TRP>A<CE3> central_sep1 -0.573237
+R<LYS>A<C> R<TRP>A<CE3> central_sep2 -0.852418
+R<LYS>A<C> R<TRP>A<CE3> sep1 0.612201
+R<LYS>A<C> R<TRP>A<CE3> sep2 -0.257782
+R<LYS>A<C> R<TRP>A<CG> central_sep1 1.08943
+R<LYS>A<C> R<TRP>A<CG> central_sep2 1.28798
+R<LYS>A<C> R<TRP>A<CG> sep1 -1.15954
+R<LYS>A<C> R<TRP>A<CG> sep2 0.25928
+R<LYS>A<C> R<TRP>A<CH2> central_sep1 2.13532
+R<LYS>A<C> R<TRP>A<CH2> central_sep2 -0.256923
+R<LYS>A<C> R<TRP>A<CH2> sep1 3.40347
+R<LYS>A<C> R<TRP>A<CH2> sep2 -0.510517
+R<LYS>A<C> R<TRP>A<CZ2> central_sep1 1.68978
+R<LYS>A<C> R<TRP>A<CZ2> central_sep2 -0.00813389
+R<LYS>A<C> R<TRP>A<CZ2> sep1 2.87808
+R<LYS>A<C> R<TRP>A<CZ2> sep2 -0.398264
+R<LYS>A<C> R<TRP>A<CZ3> central_sep1 0.720129
+R<LYS>A<C> R<TRP>A<CZ3> central_sep2 -0.269598
+R<LYS>A<C> R<TRP>A<CZ3> sep1 2.02852
+R<LYS>A<C> R<TRP>A<CZ3> sep2 -0.627585
+R<LYS>A<C> R<TRP>A<N> central_sep1 -0.362043
+R<LYS>A<C> R<TRP>A<N> central_sep2 4.30515
+R<LYS>A<C> R<TRP>A<N> sep1 -1.71374
+R<LYS>A<C> R<TRP>A<N> sep2 2.02754
+R<LYS>A<C> R<TRP>A<NE1> central_sep1 1.05787
+R<LYS>A<C> R<TRP>A<NE1> central_sep2 0.672416
+R<LYS>A<C> R<TRP>A<NE1> sep1 1.68281
+R<LYS>A<C> R<TRP>A<NE1> sep2 -0.244134
+R<LYS>A<C> R<TRP>A<O> central_sep1 -0.941566
+R<LYS>A<C> R<TRP>A<O> central_sep2 2.47942
+R<LYS>A<C> R<TRP>A<O> sep1 -1.39557
+R<LYS>A<C> R<TRP>A<O> sep2 1.59992
+R<LYS>A<C> R<TYR>A<C> central_sep1 4.18404
+R<LYS>A<C> R<TYR>A<C> central_sep2 3.75
+R<LYS>A<C> R<TYR>A<C> sep1 -2.45867
+R<LYS>A<C> R<TYR>A<C> sep2 2.71023
+R<LYS>A<C> R<TYR>A<CA> central_sep1 3.53036
+R<LYS>A<C> R<TYR>A<CA> central_sep2 2.44408
+R<LYS>A<C> R<TYR>A<CA> sep1 -2.7413
+R<LYS>A<C> R<TYR>A<CA> sep2 0.745232
+R<LYS>A<C> R<TYR>A<CB> central_sep1 1.70371
+R<LYS>A<C> R<TYR>A<CB> central_sep2 0.791893
+R<LYS>A<C> R<TYR>A<CB> sep1 0.0136458
+R<LYS>A<C> R<TYR>A<CB> sep2 -0.223583
+R<LYS>A<C> R<TYR>A<CD1> central_sep1 -0.768371
+R<LYS>A<C> R<TYR>A<CD1> central_sep2 -0.337658
+R<LYS>A<C> R<TYR>A<CD1> sep1 -0.593609
+R<LYS>A<C> R<TYR>A<CD1> sep2 -0.54336
+R<LYS>A<C> R<TYR>A<CE1> central_sep1 0.27497
+R<LYS>A<C> R<TYR>A<CE1> central_sep2 0.0817392
+R<LYS>A<C> R<TYR>A<CE1> sep1 1.29436
+R<LYS>A<C> R<TYR>A<CE1> sep2 -0.297759
+R<LYS>A<C> R<TYR>A<CG> central_sep1 0.841991
+R<LYS>A<C> R<TYR>A<CG> central_sep2 0.729028
+R<LYS>A<C> R<TYR>A<CG> sep1 -2.28202
+R<LYS>A<C> R<TYR>A<CG> sep2 -0.131137
+R<LYS>A<C> R<TYR>A<CZ> central_sep1 1.12018
+R<LYS>A<C> R<TYR>A<CZ> central_sep2 0.823677
+R<LYS>A<C> R<TYR>A<CZ> sep1 1.75556
+R<LYS>A<C> R<TYR>A<CZ> sep2 0.0708504
+R<LYS>A<C> R<TYR>A<N> central_sep1 -0.62281
+R<LYS>A<C> R<TYR>A<N> central_sep2 3.30551
+R<LYS>A<C> R<TYR>A<N> sep1 -1.78564
+R<LYS>A<C> R<TYR>A<N> sep2 1.90386
+R<LYS>A<C> R<TYR>A<O> central_sep1 -0.937125
+R<LYS>A<C> R<TYR>A<O> central_sep2 2.55019
+R<LYS>A<C> R<TYR>A<O> sep1 -1.2315
+R<LYS>A<C> R<TYR>A<O> sep2 1.4413
+R<LYS>A<C> R<TYR>A<OH> central_sep1 3.35045
+R<LYS>A<C> R<TYR>A<OH> central_sep2 0.736302
+R<LYS>A<C> R<TYR>A<OH> sep1 3.43579
+R<LYS>A<C> R<TYR>A<OH> sep2 -0.0114181
+R<LYS>A<C> R<VAL>A<C> central_sep1 5.54968
+R<LYS>A<C> R<VAL>A<C> central_sep2 4.73511
+R<LYS>A<C> R<VAL>A<C> sep1 -2.78888
+R<LYS>A<C> R<VAL>A<C> sep2 2.65261
+R<LYS>A<C> R<VAL>A<CA> central_sep1 4.41629
+R<LYS>A<C> R<VAL>A<CA> central_sep2 2.98895
+R<LYS>A<C> R<VAL>A<CA> sep1 -2.77258
+R<LYS>A<C> R<VAL>A<CA> sep2 1.06136
+R<LYS>A<C> R<VAL>A<CB> central_sep1 1.94908
+R<LYS>A<C> R<VAL>A<CB> central_sep2 1.05655
+R<LYS>A<C> R<VAL>A<CB> sep1 0.104384
+R<LYS>A<C> R<VAL>A<CB> sep2 -0.361209
+R<LYS>A<C> R<VAL>A<CG1> central_sep1 0.224528
+R<LYS>A<C> R<VAL>A<CG1> central_sep2 0.383517
+R<LYS>A<C> R<VAL>A<CG1> sep1 -0.2801
+R<LYS>A<C> R<VAL>A<CG1> sep2 -0.415794
+R<LYS>A<C> R<VAL>A<CG2> central_sep1 0.671158
+R<LYS>A<C> R<VAL>A<CG2> central_sep2 0.359993
+R<LYS>A<C> R<VAL>A<CG2> sep1 -0.818703
+R<LYS>A<C> R<VAL>A<CG2> sep2 -0.171361
+R<LYS>A<C> R<VAL>A<N> central_sep1 -0.0407163
+R<LYS>A<C> R<VAL>A<N> central_sep2 3.01911
+R<LYS>A<C> R<VAL>A<N> sep1 -1.62547
+R<LYS>A<C> R<VAL>A<N> sep2 2.18161
+R<LYS>A<C> R<VAL>A<O> central_sep1 -0.932393
+R<LYS>A<C> R<VAL>A<O> central_sep2 2.84141
+R<LYS>A<C> R<VAL>A<O> sep1 -1.29916
+R<LYS>A<C> R<VAL>A<O> sep2 1.50936
+R<LYS>A<C> c<solvent> . 1.70189
+R<LYS>A<CA> R<LYS>A<CA> central_sep1 1.80044
+R<LYS>A<CA> R<LYS>A<CA> central_sep2 0.858323
+R<LYS>A<CA> R<LYS>A<CA> sep1 1.59299
+R<LYS>A<CA> R<LYS>A<CA> sep2 0.878999
+R<LYS>A<CA> R<LYS>A<CB> central_sep1 -0.919168
+R<LYS>A<CA> R<LYS>A<CB> central_sep2 1.06083
+R<LYS>A<CA> R<LYS>A<CB> sep1 1.17568
+R<LYS>A<CA> R<LYS>A<CB> sep2 0.928888
+R<LYS>A<CA> R<LYS>A<CD> central_sep1 -0.0187609
+R<LYS>A<CA> R<LYS>A<CD> central_sep2 0.897935
+R<LYS>A<CA> R<LYS>A<CD> sep1 0.35649
+R<LYS>A<CA> R<LYS>A<CD> sep2 0.719122
+R<LYS>A<CA> R<LYS>A<CE> central_sep1 0.671014
+R<LYS>A<CA> R<LYS>A<CE> central_sep2 1.15764
+R<LYS>A<CA> R<LYS>A<CE> sep1 1.6733
+R<LYS>A<CA> R<LYS>A<CE> sep2 0.61991
+R<LYS>A<CA> R<LYS>A<CG> central_sep1 0.858302
+R<LYS>A<CA> R<LYS>A<CG> central_sep2 0.814447
+R<LYS>A<CA> R<LYS>A<CG> sep1 0.505492
+R<LYS>A<CA> R<LYS>A<CG> sep2 0.922811
+R<LYS>A<CA> R<LYS>A<N> central_sep1 2.90035
+R<LYS>A<CA> R<LYS>A<N> central_sep2 2.14161
+R<LYS>A<CA> R<LYS>A<N> sep1 -2.18526
+R<LYS>A<CA> R<LYS>A<N> sep2 1.51958
+R<LYS>A<CA> R<LYS>A<NZ> central_sep1 1.57626
+R<LYS>A<CA> R<LYS>A<NZ> central_sep2 1.44085
+R<LYS>A<CA> R<LYS>A<NZ> sep1 1.9645
+R<LYS>A<CA> R<LYS>A<NZ> sep2 0.49145
+R<LYS>A<CA> R<LYS>A<O> central_sep1 0.523973
+R<LYS>A<CA> R<LYS>A<O> central_sep2 0.243886
+R<LYS>A<CA> R<LYS>A<O> sep1 -2.08746
+R<LYS>A<CA> R<LYS>A<O> sep2 0.983092
+R<LYS>A<CA> R<MET>A<C> central_sep1 3.48418
+R<LYS>A<CA> R<MET>A<C> central_sep2 2.53346
+R<LYS>A<CA> R<MET>A<C> sep1 -2.81961
+R<LYS>A<CA> R<MET>A<C> sep2 0.956857
+R<LYS>A<CA> R<MET>A<CA> central_sep1 2.43589
+R<LYS>A<CA> R<MET>A<CA> central_sep2 0.86139
+R<LYS>A<CA> R<MET>A<CA> sep1 3.05129
+R<LYS>A<CA> R<MET>A<CA> sep2 0.83075
+R<LYS>A<CA> R<MET>A<CB> central_sep1 -0.801718
+R<LYS>A<CA> R<MET>A<CB> central_sep2 0.903965
+R<LYS>A<CA> R<MET>A<CB> sep1 1.30907
+R<LYS>A<CA> R<MET>A<CB> sep2 0.768233
+R<LYS>A<CA> R<MET>A<CE> central_sep1 0.443342
+R<LYS>A<CA> R<MET>A<CE> central_sep2 -0.0250671
+R<LYS>A<CA> R<MET>A<CE> sep1 2.17089
+R<LYS>A<CA> R<MET>A<CE> sep2 0.17903
+R<LYS>A<CA> R<MET>A<CG> central_sep1 0.514655
+R<LYS>A<CA> R<MET>A<CG> central_sep2 0.469223
+R<LYS>A<CA> R<MET>A<CG> sep1 1.04277
+R<LYS>A<CA> R<MET>A<CG> sep2 0.396821
+R<LYS>A<CA> R<MET>A<N> central_sep1 2.66544
+R<LYS>A<CA> R<MET>A<N> central_sep2 2.17134
+R<LYS>A<CA> R<MET>A<N> sep1 -1.97745
+R<LYS>A<CA> R<MET>A<N> sep2 1.77965
+R<LYS>A<CA> R<MET>A<O> central_sep1 0.523084
+R<LYS>A<CA> R<MET>A<O> central_sep2 -0.12912
+R<LYS>A<CA> R<MET>A<O> sep1 -2.16443
+R<LYS>A<CA> R<MET>A<O> sep2 0.987701
+R<LYS>A<CA> R<MET>A<SD> central_sep1 0.0484087
+R<LYS>A<CA> R<MET>A<SD> central_sep2 -0.351159
+R<LYS>A<CA> R<MET>A<SD> sep1 1.62829
+R<LYS>A<CA> R<MET>A<SD> sep2 0.15225
+R<LYS>A<CA> R<PHE>A<C> central_sep1 2.93546
+R<LYS>A<CA> R<PHE>A<C> central_sep2 2.25481
+R<LYS>A<CA> R<PHE>A<C> sep1 -2.62056
+R<LYS>A<CA> R<PHE>A<C> sep2 1.12498
+R<LYS>A<CA> R<PHE>A<CA> central_sep1 1.84351
+R<LYS>A<CA> R<PHE>A<CA> central_sep2 0.721151
+R<LYS>A<CA> R<PHE>A<CA> sep1 3.08237
+R<LYS>A<CA> R<PHE>A<CA> sep2 1.02753
+R<LYS>A<CA> R<PHE>A<CB> central_sep1 -0.478151
+R<LYS>A<CA> R<PHE>A<CB> central_sep2 0.515454
+R<LYS>A<CA> R<PHE>A<CB> sep1 1.39715
+R<LYS>A<CA> R<PHE>A<CB> sep2 0.426509
+R<LYS>A<CA> R<PHE>A<CD1> central_sep1 0.375392
+R<LYS>A<CA> R<PHE>A<CD1> central_sep2 -0.0108533
+R<LYS>A<CA> R<PHE>A<CD1> sep1 0.0787378
+R<LYS>A<CA> R<PHE>A<CD1> sep2 -0.071304
+R<LYS>A<CA> R<PHE>A<CE1> central_sep1 0.948941
+R<LYS>A<CA> R<PHE>A<CE1> central_sep2 -0.184669
+R<LYS>A<CA> R<PHE>A<CE1> sep1 1.71806
+R<LYS>A<CA> R<PHE>A<CE1> sep2 -0.246101
+R<LYS>A<CA> R<PHE>A<CG> central_sep1 1.59941
+R<LYS>A<CA> R<PHE>A<CG> central_sep2 0.190607
+R<LYS>A<CA> R<PHE>A<CG> sep1 1.50591
+R<LYS>A<CA> R<PHE>A<CG> sep2 -0.878412
+R<LYS>A<CA> R<PHE>A<CZ> central_sep1 1.37328
+R<LYS>A<CA> R<PHE>A<CZ> central_sep2 -0.365569
+R<LYS>A<CA> R<PHE>A<CZ> sep1 2.27607
+R<LYS>A<CA> R<PHE>A<CZ> sep2 -0.267661
+R<LYS>A<CA> R<PHE>A<N> central_sep1 2.19055
+R<LYS>A<CA> R<PHE>A<N> central_sep2 2.42737
+R<LYS>A<CA> R<PHE>A<N> sep1 -2.09772
+R<LYS>A<CA> R<PHE>A<N> sep2 1.80631
+R<LYS>A<CA> R<PHE>A<O> central_sep1 0.253627
+R<LYS>A<CA> R<PHE>A<O> central_sep2 -0.391684
+R<LYS>A<CA> R<PHE>A<O> sep1 -1.98492
+R<LYS>A<CA> R<PHE>A<O> sep2 0.739586
+R<LYS>A<CA> R<PRO>A<C> central_sep1 2.15284
+R<LYS>A<CA> R<PRO>A<C> central_sep2 2.80246
+R<LYS>A<CA> R<PRO>A<C> sep1 -2.4761
+R<LYS>A<CA> R<PRO>A<C> sep2 1.35963
+R<LYS>A<CA> R<PRO>A<CA> central_sep1 0.180598
+R<LYS>A<CA> R<PRO>A<CA> central_sep2 0.848775
+R<LYS>A<CA> R<PRO>A<CA> sep1 1.86126
+R<LYS>A<CA> R<PRO>A<CA> sep2 0.706838
+R<LYS>A<CA> R<PRO>A<CB> central_sep1 1.9797
+R<LYS>A<CA> R<PRO>A<CB> central_sep2 0.444512
+R<LYS>A<CA> R<PRO>A<CB> sep1 2.433
+R<LYS>A<CA> R<PRO>A<CB> sep2 0.474601
+R<LYS>A<CA> R<PRO>A<CD> central_sep1 -2.12811
+R<LYS>A<CA> R<PRO>A<CD> central_sep2 0.849324
+R<LYS>A<CA> R<PRO>A<CD> sep1 1.43912
+R<LYS>A<CA> R<PRO>A<CD> sep2 0.907923
+R<LYS>A<CA> R<PRO>A<CG> central_sep1 1.89958
+R<LYS>A<CA> R<PRO>A<CG> central_sep2 0.232785
+R<LYS>A<CA> R<PRO>A<CG> sep1 1.85877
+R<LYS>A<CA> R<PRO>A<CG> sep2 0.36924
+R<LYS>A<CA> R<PRO>A<N> central_sep1 3.30868
+R<LYS>A<CA> R<PRO>A<N> central_sep2 2.4614
+R<LYS>A<CA> R<PRO>A<N> sep1 -1.26944
+R<LYS>A<CA> R<PRO>A<N> sep2 1.27064
+R<LYS>A<CA> R<PRO>A<O> central_sep1 2.23594
+R<LYS>A<CA> R<PRO>A<O> central_sep2 0.75462
+R<LYS>A<CA> R<PRO>A<O> sep1 -1.85483
+R<LYS>A<CA> R<PRO>A<O> sep2 1.14607
+R<LYS>A<CA> R<SER>A<C> central_sep1 3.43566
+R<LYS>A<CA> R<SER>A<C> central_sep2 2.38278
+R<LYS>A<CA> R<SER>A<C> sep1 -2.55013
+R<LYS>A<CA> R<SER>A<C> sep2 0.925471
+R<LYS>A<CA> R<SER>A<CA> central_sep1 1.95962
+R<LYS>A<CA> R<SER>A<CA> central_sep2 0.462693
+R<LYS>A<CA> R<SER>A<CA> sep1 2.65223
+R<LYS>A<CA> R<SER>A<CA> sep2 0.668799
+R<LYS>A<CA> R<SER>A<CB> central_sep1 -0.0625003
+R<LYS>A<CA> R<SER>A<CB> central_sep2 0.574809
+R<LYS>A<CA> R<SER>A<CB> sep1 1.64729
+R<LYS>A<CA> R<SER>A<CB> sep2 0.600081
+R<LYS>A<CA> R<SER>A<N> central_sep1 3.02136
+R<LYS>A<CA> R<SER>A<N> central_sep2 2.01223
+R<LYS>A<CA> R<SER>A<N> sep1 -1.90773
+R<LYS>A<CA> R<SER>A<N> sep2 1.51376
+R<LYS>A<CA> R<SER>A<O> central_sep1 0.999309
+R<LYS>A<CA> R<SER>A<O> central_sep2 0.16034
+R<LYS>A<CA> R<SER>A<O> sep1 -1.96232
+R<LYS>A<CA> R<SER>A<O> sep2 0.978687
+R<LYS>A<CA> R<SER>A<OG> central_sep1 0.178466
+R<LYS>A<CA> R<SER>A<OG> central_sep2 0.511071
+R<LYS>A<CA> R<SER>A<OG> sep1 1.03874
+R<LYS>A<CA> R<SER>A<OG> sep2 0.685999
+R<LYS>A<CA> R<THR>A<C> central_sep1 3.73063
+R<LYS>A<CA> R<THR>A<C> central_sep2 2.18825
+R<LYS>A<CA> R<THR>A<C> sep1 -2.52589
+R<LYS>A<CA> R<THR>A<C> sep2 1.02241
+R<LYS>A<CA> R<THR>A<CA> central_sep1 1.39686
+R<LYS>A<CA> R<THR>A<CA> central_sep2 0.0434705
+R<LYS>A<CA> R<THR>A<CA> sep1 2.90239
+R<LYS>A<CA> R<THR>A<CA> sep2 0.712698
+R<LYS>A<CA> R<THR>A<CB> central_sep1 -0.543107
+R<LYS>A<CA> R<THR>A<CB> central_sep2 0.662165
+R<LYS>A<CA> R<THR>A<CB> sep1 1.66632
+R<LYS>A<CA> R<THR>A<CB> sep2 0.357753
+R<LYS>A<CA> R<THR>A<CG2> central_sep1 1.28228
+R<LYS>A<CA> R<THR>A<CG2> central_sep2 0.328402
+R<LYS>A<CA> R<THR>A<CG2> sep1 1.35491
+R<LYS>A<CA> R<THR>A<CG2> sep2 0.594163
+R<LYS>A<CA> R<THR>A<N> central_sep1 3.0683
+R<LYS>A<CA> R<THR>A<N> central_sep2 2.23447
+R<LYS>A<CA> R<THR>A<N> sep1 -2.2514
+R<LYS>A<CA> R<THR>A<N> sep2 1.58185
+R<LYS>A<CA> R<THR>A<O> central_sep1 1.15643
+R<LYS>A<CA> R<THR>A<O> central_sep2 0.0529505
+R<LYS>A<CA> R<THR>A<O> sep1 -1.85127
+R<LYS>A<CA> R<THR>A<O> sep2 0.909685
+R<LYS>A<CA> R<THR>A<OG1> central_sep1 0.180193
+R<LYS>A<CA> R<THR>A<OG1> central_sep2 0.495019
+R<LYS>A<CA> R<THR>A<OG1> sep1 1.11081
+R<LYS>A<CA> R<THR>A<OG1> sep2 0.692092
+R<LYS>A<CA> R<TRP>A<C> central_sep1 2.94765
+R<LYS>A<CA> R<TRP>A<C> central_sep2 3.25684
+R<LYS>A<CA> R<TRP>A<C> sep1 -2.65295
+R<LYS>A<CA> R<TRP>A<C> sep2 1.16623
+R<LYS>A<CA> R<TRP>A<CA> central_sep1 0.695132
+R<LYS>A<CA> R<TRP>A<CA> central_sep2 0.0890114
+R<LYS>A<CA> R<TRP>A<CA> sep1 2.94613
+R<LYS>A<CA> R<TRP>A<CA> sep2 0.935762
+R<LYS>A<CA> R<TRP>A<CB> central_sep1 -0.403704
+R<LYS>A<CA> R<TRP>A<CB> central_sep2 0.246644
+R<LYS>A<CA> R<TRP>A<CB> sep1 1.66748
+R<LYS>A<CA> R<TRP>A<CB> sep2 0.424479
+R<LYS>A<CA> R<TRP>A<CD1> central_sep1 0.447904
+R<LYS>A<CA> R<TRP>A<CD1> central_sep2 -0.00286307
+R<LYS>A<CA> R<TRP>A<CD1> sep1 0.0336242
+R<LYS>A<CA> R<TRP>A<CD1> sep2 0.18682
+R<LYS>A<CA> R<TRP>A<CD2> central_sep1 0.364255
+R<LYS>A<CA> R<TRP>A<CD2> central_sep2 -0.395576
+R<LYS>A<CA> R<TRP>A<CD2> sep1 0.484746
+R<LYS>A<CA> R<TRP>A<CD2> sep2 -0.92012
+R<LYS>A<CA> R<TRP>A<CE2> central_sep1 0.537884
+R<LYS>A<CA> R<TRP>A<CE2> central_sep2 -0.0286041
+R<LYS>A<CA> R<TRP>A<CE2> sep1 1.17362
+R<LYS>A<CA> R<TRP>A<CE2> sep2 -0.403494
+R<LYS>A<CA> R<TRP>A<CE3> central_sep1 -0.803934
+R<LYS>A<CA> R<TRP>A<CE3> central_sep2 -0.282892
+R<LYS>A<CA> R<TRP>A<CE3> sep1 1.20404
+R<LYS>A<CA> R<TRP>A<CE3> sep2 -0.311444
+R<LYS>A<CA> R<TRP>A<CG> central_sep1 0.97536
+R<LYS>A<CA> R<TRP>A<CG> central_sep2 0.0986469
+R<LYS>A<CA> R<TRP>A<CG> sep1 0.949906
+R<LYS>A<CA> R<TRP>A<CG> sep2 -1.32897
+R<LYS>A<CA> R<TRP>A<CH2> central_sep1 1.09949
+R<LYS>A<CA> R<TRP>A<CH2> central_sep2 -0.537488
+R<LYS>A<CA> R<TRP>A<CH2> sep1 2.28849
+R<LYS>A<CA> R<TRP>A<CH2> sep2 -0.440706
+R<LYS>A<CA> R<TRP>A<CZ2> central_sep1 1.12844
+R<LYS>A<CA> R<TRP>A<CZ2> central_sep2 -0.33203
+R<LYS>A<CA> R<TRP>A<CZ2> sep1 2.47611
+R<LYS>A<CA> R<TRP>A<CZ2> sep2 -0.193949
+R<LYS>A<CA> R<TRP>A<CZ3> central_sep1 0.703273
+R<LYS>A<CA> R<TRP>A<CZ3> central_sep2 -0.552044
+R<LYS>A<CA> R<TRP>A<CZ3> sep1 0.818755
+R<LYS>A<CA> R<TRP>A<CZ3> sep2 -0.598948
+R<LYS>A<CA> R<TRP>A<N> central_sep1 2.08136
+R<LYS>A<CA> R<TRP>A<N> central_sep2 2.50811
+R<LYS>A<CA> R<TRP>A<N> sep1 -2.11686
+R<LYS>A<CA> R<TRP>A<N> sep2 1.61269
+R<LYS>A<CA> R<TRP>A<NE1> central_sep1 0.895639
+R<LYS>A<CA> R<TRP>A<NE1> central_sep2 0.258448
+R<LYS>A<CA> R<TRP>A<NE1> sep1 1.67453
+R<LYS>A<CA> R<TRP>A<NE1> sep2 -0.00604192
+R<LYS>A<CA> R<TRP>A<O> central_sep1 0.631046
+R<LYS>A<CA> R<TRP>A<O> central_sep2 -0.0908672
+R<LYS>A<CA> R<TRP>A<O> sep1 -2.04336
+R<LYS>A<CA> R<TRP>A<O> sep2 1.07426
+R<LYS>A<CA> R<TYR>A<C> central_sep1 2.40291
+R<LYS>A<CA> R<TYR>A<C> central_sep2 2.22113
+R<LYS>A<CA> R<TYR>A<C> sep1 -2.54481
+R<LYS>A<CA> R<TYR>A<C> sep2 0.831075
+R<LYS>A<CA> R<TYR>A<CA> central_sep1 1.07746
+R<LYS>A<CA> R<TYR>A<CA> central_sep2 -0.0726425
+R<LYS>A<CA> R<TYR>A<CA> sep1 2.76567
+R<LYS>A<CA> R<TYR>A<CA> sep2 0.501585
+R<LYS>A<CA> R<TYR>A<CB> central_sep1 -0.525
+R<LYS>A<CA> R<TYR>A<CB> central_sep2 0.109445
+R<LYS>A<CA> R<TYR>A<CB> sep1 1.43775
+R<LYS>A<CA> R<TYR>A<CB> sep2 0.216796
+R<LYS>A<CA> R<TYR>A<CD1> central_sep1 0.194479
+R<LYS>A<CA> R<TYR>A<CD1> central_sep2 -0.558222
+R<LYS>A<CA> R<TYR>A<CD1> sep1 -0.0477395
+R<LYS>A<CA> R<TYR>A<CD1> sep2 -0.470238
+R<LYS>A<CA> R<TYR>A<CE1> central_sep1 0.495233
+R<LYS>A<CA> R<TYR>A<CE1> central_sep2 -0.293565
+R<LYS>A<CA> R<TYR>A<CE1> sep1 1.36048
+R<LYS>A<CA> R<TYR>A<CE1> sep2 -0.269215
+R<LYS>A<CA> R<TYR>A<CG> central_sep1 0.614928
+R<LYS>A<CA> R<TYR>A<CG> central_sep2 -0.416949
+R<LYS>A<CA> R<TYR>A<CG> sep1 0.625677
+R<LYS>A<CA> R<TYR>A<CG> sep2 -1.65338
+R<LYS>A<CA> R<TYR>A<CZ> central_sep1 0.192727
+R<LYS>A<CA> R<TYR>A<CZ> central_sep2 -0.251267
+R<LYS>A<CA> R<TYR>A<CZ> sep1 1.17932
+R<LYS>A<CA> R<TYR>A<CZ> sep2 -0.805348
+R<LYS>A<CA> R<TYR>A<N> central_sep1 2.11876
+R<LYS>A<CA> R<TYR>A<N> central_sep2 2.21564
+R<LYS>A<CA> R<TYR>A<N> sep1 -2.12739
+R<LYS>A<CA> R<TYR>A<N> sep2 1.57921
+R<LYS>A<CA> R<TYR>A<O> central_sep1 0.328069
+R<LYS>A<CA> R<TYR>A<O> central_sep2 -0.439352
+R<LYS>A<CA> R<TYR>A<O> sep1 -1.92058
+R<LYS>A<CA> R<TYR>A<O> sep2 0.76755
+R<LYS>A<CA> R<TYR>A<OH> central_sep1 1.41036
+R<LYS>A<CA> R<TYR>A<OH> central_sep2 -0.35751
+R<LYS>A<CA> R<TYR>A<OH> sep1 2.5991
+R<LYS>A<CA> R<TYR>A<OH> sep2 -0.169642
+R<LYS>A<CA> R<VAL>A<C> central_sep1 4.30459
+R<LYS>A<CA> R<VAL>A<C> central_sep2 2.85617
+R<LYS>A<CA> R<VAL>A<C> sep1 -2.82986
+R<LYS>A<CA> R<VAL>A<C> sep2 1.0393
+R<LYS>A<CA> R<VAL>A<CA> central_sep1 1.75642
+R<LYS>A<CA> R<VAL>A<CA> central_sep2 0.531674
+R<LYS>A<CA> R<VAL>A<CA> sep1 3.14024
+R<LYS>A<CA> R<VAL>A<CA> sep2 0.970214
+R<LYS>A<CA> R<VAL>A<CB> central_sep1 -1.00488
+R<LYS>A<CA> R<VAL>A<CB> central_sep2 0.586145
+R<LYS>A<CA> R<VAL>A<CB> sep1 1.45836
+R<LYS>A<CA> R<VAL>A<CB> sep2 0.281084
+R<LYS>A<CA> R<VAL>A<CG1> central_sep1 1.21645
+R<LYS>A<CA> R<VAL>A<CG1> central_sep2 0.0584775
+R<LYS>A<CA> R<VAL>A<CG1> sep1 0.874583
+R<LYS>A<CA> R<VAL>A<CG1> sep2 0.421975
+R<LYS>A<CA> R<VAL>A<CG2> central_sep1 0.492273
+R<LYS>A<CA> R<VAL>A<CG2> central_sep2 0.0102522
+R<LYS>A<CA> R<VAL>A<CG2> sep1 1.26623
+R<LYS>A<CA> R<VAL>A<CG2> sep2 0.459573
+R<LYS>A<CA> R<VAL>A<N> central_sep1 2.39902
+R<LYS>A<CA> R<VAL>A<N> central_sep2 2.22383
+R<LYS>A<CA> R<VAL>A<N> sep1 -2.43414
+R<LYS>A<CA> R<VAL>A<N> sep2 1.39952
+R<LYS>A<CA> R<VAL>A<O> central_sep1 0.54247
+R<LYS>A<CA> R<VAL>A<O> central_sep2 -0.430146
+R<LYS>A<CA> R<VAL>A<O> sep1 -2.08297
+R<LYS>A<CA> R<VAL>A<O> sep2 0.714866
+R<LYS>A<CA> c<solvent> . 0.641863
+R<LYS>A<CB> R<LYS>A<CB> central_sep1 0.589907
+R<LYS>A<CB> R<LYS>A<CB> central_sep2 0.0821761
+R<LYS>A<CB> R<LYS>A<CB> sep1 1.21676
+R<LYS>A<CB> R<LYS>A<CB> sep2 0.914886
+R<LYS>A<CB> R<LYS>A<CD> central_sep1 0.967584
+R<LYS>A<CB> R<LYS>A<CD> central_sep2 0.687566
+R<LYS>A<CB> R<LYS>A<CD> sep1 1.41386
+R<LYS>A<CB> R<LYS>A<CD> sep2 0.660551
+R<LYS>A<CB> R<LYS>A<CE> central_sep1 0.435492
+R<LYS>A<CB> R<LYS>A<CE> central_sep2 0.881568
+R<LYS>A<CB> R<LYS>A<CE> sep1 1.64473
+R<LYS>A<CB> R<LYS>A<CE> sep2 0.922164
+R<LYS>A<CB> R<LYS>A<CG> central_sep1 0.319125
+R<LYS>A<CB> R<LYS>A<CG> central_sep2 0.482411
+R<LYS>A<CB> R<LYS>A<CG> sep1 -0.0535424
+R<LYS>A<CB> R<LYS>A<CG> sep2 0.675004
+R<LYS>A<CB> R<LYS>A<N> central_sep1 1.38236
+R<LYS>A<CB> R<LYS>A<N> central_sep2 1.87182
+R<LYS>A<CB> R<LYS>A<N> sep1 -1.57219
+R<LYS>A<CB> R<LYS>A<N> sep2 1.64241
+R<LYS>A<CB> R<LYS>A<NZ> central_sep1 1.23477
+R<LYS>A<CB> R<LYS>A<NZ> central_sep2 1.28773
+R<LYS>A<CB> R<LYS>A<NZ> sep1 2.2047
+R<LYS>A<CB> R<LYS>A<NZ> sep2 1.04043
+R<LYS>A<CB> R<LYS>A<O> central_sep1 -1.56312
+R<LYS>A<CB> R<LYS>A<O> central_sep2 0.557893
+R<LYS>A<CB> R<LYS>A<O> sep1 0.134291
+R<LYS>A<CB> R<LYS>A<O> sep2 0.172966
+R<LYS>A<CB> R<MET>A<C> central_sep1 2.4491
+R<LYS>A<CB> R<MET>A<C> central_sep2 1.27359
+R<LYS>A<CB> R<MET>A<C> sep1 -0.0972102
+R<LYS>A<CB> R<MET>A<C> sep2 0.463643
+R<LYS>A<CB> R<MET>A<CA> central_sep1 -0.699909
+R<LYS>A<CB> R<MET>A<CA> central_sep2 0.840031
+R<LYS>A<CB> R<MET>A<CA> sep1 1.31707
+R<LYS>A<CB> R<MET>A<CA> sep2 0.972647
+R<LYS>A<CB> R<MET>A<CB> central_sep1 0.547706
+R<LYS>A<CB> R<MET>A<CB> central_sep2 -0.0996634
+R<LYS>A<CB> R<MET>A<CB> sep1 1.86111
+R<LYS>A<CB> R<MET>A<CB> sep2 0.45079
+R<LYS>A<CB> R<MET>A<CE> central_sep1 0.195021
+R<LYS>A<CB> R<MET>A<CE> central_sep2 -0.625278
+R<LYS>A<CB> R<MET>A<CE> sep1 1.88449
+R<LYS>A<CB> R<MET>A<CE> sep2 -0.0232712
+R<LYS>A<CB> R<MET>A<CG> central_sep1 0.257826
+R<LYS>A<CB> R<MET>A<CG> central_sep2 -0.145614
+R<LYS>A<CB> R<MET>A<CG> sep1 0.626805
+R<LYS>A<CB> R<MET>A<CG> sep2 0.223762
+R<LYS>A<CB> R<MET>A<N> central_sep1 1.74008
+R<LYS>A<CB> R<MET>A<N> central_sep2 1.88164
+R<LYS>A<CB> R<MET>A<N> sep1 -1.1442
+R<LYS>A<CB> R<MET>A<N> sep2 1.11454
+R<LYS>A<CB> R<MET>A<O> central_sep1 -1.25791
+R<LYS>A<CB> R<MET>A<O> central_sep2 0.56851
+R<LYS>A<CB> R<MET>A<O> sep1 0.332262
+R<LYS>A<CB> R<MET>A<O> sep2 0.166572
+R<LYS>A<CB> R<MET>A<SD> central_sep1 0.182944
+R<LYS>A<CB> R<MET>A<SD> central_sep2 -0.647292
+R<LYS>A<CB> R<MET>A<SD> sep1 1.62406
+R<LYS>A<CB> R<MET>A<SD> sep2 -0.152057
+R<LYS>A<CB> R<PHE>A<C> central_sep1 2.30171
+R<LYS>A<CB> R<PHE>A<C> central_sep2 0.932856
+R<LYS>A<CB> R<PHE>A<C> sep1 -0.239206
+R<LYS>A<CB> R<PHE>A<C> sep2 0.0921629
+R<LYS>A<CB> R<PHE>A<CA> central_sep1 -0.424019
+R<LYS>A<CB> R<PHE>A<CA> central_sep2 0.579497
+R<LYS>A<CB> R<PHE>A<CA> sep1 1.2348
+R<LYS>A<CB> R<PHE>A<CA> sep2 0.903979
+R<LYS>A<CB> R<PHE>A<CB> central_sep1 0.664976
+R<LYS>A<CB> R<PHE>A<CB> central_sep2 -0.130326
+R<LYS>A<CB> R<PHE>A<CB> sep1 2.13108
+R<LYS>A<CB> R<PHE>A<CB> sep2 0.261494
+R<LYS>A<CB> R<PHE>A<CD1> central_sep1 -0.0823293
+R<LYS>A<CB> R<PHE>A<CD1> central_sep2 -0.352266
+R<LYS>A<CB> R<PHE>A<CD1> sep1 1.19556
+R<LYS>A<CB> R<PHE>A<CD1> sep2 -0.268126
+R<LYS>A<CB> R<PHE>A<CE1> central_sep1 -0.186256
+R<LYS>A<CB> R<PHE>A<CE1> central_sep2 -0.686646
+R<LYS>A<CB> R<PHE>A<CE1> sep1 1.10166
+R<LYS>A<CB> R<PHE>A<CE1> sep2 -0.491733
+R<LYS>A<CB> R<PHE>A<CG> central_sep1 1.29042
+R<LYS>A<CB> R<PHE>A<CG> central_sep2 -0.2916
+R<LYS>A<CB> R<PHE>A<CG> sep1 1.17281
+R<LYS>A<CB> R<PHE>A<CG> sep2 -1.30705
+R<LYS>A<CB> R<PHE>A<CZ> central_sep1 0.492479
+R<LYS>A<CB> R<PHE>A<CZ> central_sep2 -0.798746
+R<LYS>A<CB> R<PHE>A<CZ> sep1 1.06271
+R<LYS>A<CB> R<PHE>A<CZ> sep2 -0.530958
+R<LYS>A<CB> R<PHE>A<N> central_sep1 1.95613
+R<LYS>A<CB> R<PHE>A<N> central_sep2 1.63475
+R<LYS>A<CB> R<PHE>A<N> sep1 -1.13989
+R<LYS>A<CB> R<PHE>A<N> sep2 1.33526
+R<LYS>A<CB> R<PHE>A<O> central_sep1 -1.15071
+R<LYS>A<CB> R<PHE>A<O> central_sep2 0.498809
+R<LYS>A<CB> R<PHE>A<O> sep1 0.239567
+R<LYS>A<CB> R<PHE>A<O> sep2 0.0300745
+R<LYS>A<CB> R<PRO>A<C> central_sep1 2.76381
+R<LYS>A<CB> R<PRO>A<C> central_sep2 1.70652
+R<LYS>A<CB> R<PRO>A<C> sep1 0.515118
+R<LYS>A<CB> R<PRO>A<C> sep2 0.67113
+R<LYS>A<CB> R<PRO>A<CA> central_sep1 -0.229145
+R<LYS>A<CB> R<PRO>A<CA> central_sep2 0.566125
+R<LYS>A<CB> R<PRO>A<CA> sep1 0.789633
+R<LYS>A<CB> R<PRO>A<CA> sep2 0.747729
+R<LYS>A<CB> R<PRO>A<CB> central_sep1 0.837683
+R<LYS>A<CB> R<PRO>A<CB> central_sep2 -0.0613605
+R<LYS>A<CB> R<PRO>A<CB> sep1 1.8951
+R<LYS>A<CB> R<PRO>A<CB> sep2 0.354519
+R<LYS>A<CB> R<PRO>A<CD> central_sep1 -0.0730565
+R<LYS>A<CB> R<PRO>A<CD> central_sep2 0.706306
+R<LYS>A<CB> R<PRO>A<CD> sep1 -0.758479
+R<LYS>A<CB> R<PRO>A<CD> sep2 0.749807
+R<LYS>A<CB> R<PRO>A<CG> central_sep1 1.2895
+R<LYS>A<CB> R<PRO>A<CG> central_sep2 -0.0776484
+R<LYS>A<CB> R<PRO>A<CG> sep1 1.93873
+R<LYS>A<CB> R<PRO>A<CG> sep2 0.132158
+R<LYS>A<CB> R<PRO>A<N> central_sep1 2.35188
+R<LYS>A<CB> R<PRO>A<N> central_sep2 1.85406
+R<LYS>A<CB> R<PRO>A<N> sep1 -1.40218
+R<LYS>A<CB> R<PRO>A<N> sep2 0.309801
+R<LYS>A<CB> R<PRO>A<O> central_sep1 -1.18325
+R<LYS>A<CB> R<PRO>A<O> central_sep2 0.5633
+R<LYS>A<CB> R<PRO>A<O> sep1 -0.360312
+R<LYS>A<CB> R<PRO>A<O> sep2 0.689846
+R<LYS>A<CB> R<SER>A<C> central_sep1 2.18631
+R<LYS>A<CB> R<SER>A<C> central_sep2 1.33132
+R<LYS>A<CB> R<SER>A<C> sep1 0.100563
+R<LYS>A<CB> R<SER>A<C> sep2 0.342002
+R<LYS>A<CB> R<SER>A<CA> central_sep1 -0.451315
+R<LYS>A<CB> R<SER>A<CA> central_sep2 0.506197
+R<LYS>A<CB> R<SER>A<CA> sep1 1.59345
+R<LYS>A<CB> R<SER>A<CA> sep2 0.530677
+R<LYS>A<CB> R<SER>A<CB> central_sep1 0.620879
+R<LYS>A<CB> R<SER>A<CB> central_sep2 -0.104889
+R<LYS>A<CB> R<SER>A<CB> sep1 1.09557
+R<LYS>A<CB> R<SER>A<CB> sep2 0.285033
+R<LYS>A<CB> R<SER>A<N> central_sep1 0.77848
+R<LYS>A<CB> R<SER>A<N> central_sep2 1.29951
+R<LYS>A<CB> R<SER>A<N> sep1 -1.30981
+R<LYS>A<CB> R<SER>A<N> sep2 1.18626
+R<LYS>A<CB> R<SER>A<O> central_sep1 -1.27619
+R<LYS>A<CB> R<SER>A<O> central_sep2 0.426347
+R<LYS>A<CB> R<SER>A<O> sep1 0.355279
+R<LYS>A<CB> R<SER>A<O> sep2 0.0933128
+R<LYS>A<CB> R<SER>A<OG> central_sep1 -0.68551
+R<LYS>A<CB> R<SER>A<OG> central_sep2 -0.140494
+R<LYS>A<CB> R<SER>A<OG> sep1 0.83721
+R<LYS>A<CB> R<SER>A<OG> sep2 0.193632
+R<LYS>A<CB> R<THR>A<C> central_sep1 2.26952
+R<LYS>A<CB> R<THR>A<C> central_sep2 1.10341
+R<LYS>A<CB> R<THR>A<C> sep1 -0.0867699
+R<LYS>A<CB> R<THR>A<C> sep2 0.301667
+R<LYS>A<CB> R<THR>A<CA> central_sep1 -0.469503
+R<LYS>A<CB> R<THR>A<CA> central_sep2 0.488237
+R<LYS>A<CB> R<THR>A<CA> sep1 1.55784
+R<LYS>A<CB> R<THR>A<CA> sep2 0.710573
+R<LYS>A<CB> R<THR>A<CB> central_sep1 0.605776
+R<LYS>A<CB> R<THR>A<CB> central_sep2 -0.366854
+R<LYS>A<CB> R<THR>A<CB> sep1 0.783423
+R<LYS>A<CB> R<THR>A<CB> sep2 0.0224099
+R<LYS>A<CB> R<THR>A<CG2> central_sep1 0.138134
+R<LYS>A<CB> R<THR>A<CG2> central_sep2 -0.424763
+R<LYS>A<CB> R<THR>A<CG2> sep1 0.632878
+R<LYS>A<CB> R<THR>A<CG2> sep2 0.172725
+R<LYS>A<CB> R<THR>A<N> central_sep1 0.794833
+R<LYS>A<CB> R<THR>A<N> central_sep2 1.69714
+R<LYS>A<CB> R<THR>A<N> sep1 -1.3668
+R<LYS>A<CB> R<THR>A<N> sep2 1.22417
+R<LYS>A<CB> R<THR>A<O> central_sep1 -1.15539
+R<LYS>A<CB> R<THR>A<O> central_sep2 0.435032
+R<LYS>A<CB> R<THR>A<O> sep1 0.178494
+R<LYS>A<CB> R<THR>A<O> sep2 0.00571294
+R<LYS>A<CB> R<THR>A<OG1> central_sep1 -0.662455
+R<LYS>A<CB> R<THR>A<OG1> central_sep2 -0.201903
+R<LYS>A<CB> R<THR>A<OG1> sep1 0.580954
+R<LYS>A<CB> R<THR>A<OG1> sep2 0.156035
+R<LYS>A<CB> R<TRP>A<C> central_sep1 2.55095
+R<LYS>A<CB> R<TRP>A<C> central_sep2 1.22323
+R<LYS>A<CB> R<TRP>A<C> sep1 -0.306538
+R<LYS>A<CB> R<TRP>A<C> sep2 0.375684
+R<LYS>A<CB> R<TRP>A<CA> central_sep1 -0.683332
+R<LYS>A<CB> R<TRP>A<CA> central_sep2 0.291899
+R<LYS>A<CB> R<TRP>A<CA> sep1 1.26167
+R<LYS>A<CB> R<TRP>A<CA> sep2 0.765678
+R<LYS>A<CB> R<TRP>A<CB> central_sep1 0.509713
+R<LYS>A<CB> R<TRP>A<CB> central_sep2 -0.33164
+R<LYS>A<CB> R<TRP>A<CB> sep1 2.09653
+R<LYS>A<CB> R<TRP>A<CB> sep2 0.030293
+R<LYS>A<CB> R<TRP>A<CD1> central_sep1 -0.394996
+R<LYS>A<CB> R<TRP>A<CD1> central_sep2 -0.280133
+R<LYS>A<CB> R<TRP>A<CD1> sep1 0.805882
+R<LYS>A<CB> R<TRP>A<CD1> sep2 -0.0447393
+R<LYS>A<CB> R<TRP>A<CD2> central_sep1 -0.465446
+R<LYS>A<CB> R<TRP>A<CD2> central_sep2 -0.99324
+R<LYS>A<CB> R<TRP>A<CD2> sep1 0.333786
+R<LYS>A<CB> R<TRP>A<CD2> sep2 -0.961514
+R<LYS>A<CB> R<TRP>A<CE2> central_sep1 -0.940873
+R<LYS>A<CB> R<TRP>A<CE2> central_sep2 -0.897407
+R<LYS>A<CB> R<TRP>A<CE2> sep1 -0.0548756
+R<LYS>A<CB> R<TRP>A<CE2> sep2 -1.01549
+R<LYS>A<CB> R<TRP>A<CE3> central_sep1 -0.338932
+R<LYS>A<CB> R<TRP>A<CE3> central_sep2 -0.634466
+R<LYS>A<CB> R<TRP>A<CE3> sep1 1.01224
+R<LYS>A<CB> R<TRP>A<CE3> sep2 -0.493129
+R<LYS>A<CB> R<TRP>A<CG> central_sep1 0.560609
+R<LYS>A<CB> R<TRP>A<CG> central_sep2 -0.425929
+R<LYS>A<CB> R<TRP>A<CG> sep1 0.47521
+R<LYS>A<CB> R<TRP>A<CG> sep2 -1.59122
+R<LYS>A<CB> R<TRP>A<CH2> central_sep1 0.398789
+R<LYS>A<CB> R<TRP>A<CH2> central_sep2 -0.994904
+R<LYS>A<CB> R<TRP>A<CH2> sep1 1.48265
+R<LYS>A<CB> R<TRP>A<CH2> sep2 -0.818433
+R<LYS>A<CB> R<TRP>A<CZ2> central_sep1 0.267754
+R<LYS>A<CB> R<TRP>A<CZ2> central_sep2 -0.766753
+R<LYS>A<CB> R<TRP>A<CZ2> sep1 1.57058
+R<LYS>A<CB> R<TRP>A<CZ2> sep2 -0.452552
+R<LYS>A<CB> R<TRP>A<CZ3> central_sep1 0.0663058
+R<LYS>A<CB> R<TRP>A<CZ3> central_sep2 -0.854506
+R<LYS>A<CB> R<TRP>A<CZ3> sep1 1.01725
+R<LYS>A<CB> R<TRP>A<CZ3> sep2 -0.665349
+R<LYS>A<CB> R<TRP>A<N> central_sep1 1.70219
+R<LYS>A<CB> R<TRP>A<N> central_sep2 1.48049
+R<LYS>A<CB> R<TRP>A<N> sep1 -1.22925
+R<LYS>A<CB> R<TRP>A<N> sep2 1.35834
+R<LYS>A<CB> R<TRP>A<NE1> central_sep1 -0.0669374
+R<LYS>A<CB> R<TRP>A<NE1> central_sep2 -0.0846197
+R<LYS>A<CB> R<TRP>A<NE1> sep1 0.842861
+R<LYS>A<CB> R<TRP>A<NE1> sep2 -0.427203
+R<LYS>A<CB> R<TRP>A<O> central_sep1 -1.26508
+R<LYS>A<CB> R<TRP>A<O> central_sep2 0.409329
+R<LYS>A<CB> R<TRP>A<O> sep1 0.122753
+R<LYS>A<CB> R<TRP>A<O> sep2 0.290435
+R<LYS>A<CB> R<TYR>A<C> central_sep1 2.12744
+R<LYS>A<CB> R<TYR>A<C> central_sep2 0.794003
+R<LYS>A<CB> R<TYR>A<C> sep1 -0.239064
+R<LYS>A<CB> R<TYR>A<C> sep2 0.152164
+R<LYS>A<CB> R<TYR>A<CA> central_sep1 -0.542173
+R<LYS>A<CB> R<TYR>A<CA> central_sep2 0.165454
+R<LYS>A<CB> R<TYR>A<CA> sep1 1.23872
+R<LYS>A<CB> R<TYR>A<CA> sep2 0.672197
+R<LYS>A<CB> R<TYR>A<CB> central_sep1 0.491296
+R<LYS>A<CB> R<TYR>A<CB> central_sep2 -0.388806
+R<LYS>A<CB> R<TYR>A<CB> sep1 1.88391
+R<LYS>A<CB> R<TYR>A<CB> sep2 -0.0533816
+R<LYS>A<CB> R<TYR>A<CD1> central_sep1 -0.554623
+R<LYS>A<CB> R<TYR>A<CD1> central_sep2 -0.761381
+R<LYS>A<CB> R<TYR>A<CD1> sep1 0.745449
+R<LYS>A<CB> R<TYR>A<CD1> sep2 -0.673813
+R<LYS>A<CB> R<TYR>A<CE1> central_sep1 -0.804564
+R<LYS>A<CB> R<TYR>A<CE1> central_sep2 -0.965497
+R<LYS>A<CB> R<TYR>A<CE1> sep1 0.664311
+R<LYS>A<CB> R<TYR>A<CE1> sep2 -0.674284
+R<LYS>A<CB> R<TYR>A<CG> central_sep1 0.571692
+R<LYS>A<CB> R<TYR>A<CG> central_sep2 -0.818005
+R<LYS>A<CB> R<TYR>A<CG> sep1 0.410127
+R<LYS>A<CB> R<TYR>A<CG> sep2 -1.86178
+R<LYS>A<CB> R<TYR>A<CZ> central_sep1 -0.967285
+R<LYS>A<CB> R<TYR>A<CZ> central_sep2 -1.06441
+R<LYS>A<CB> R<TYR>A<CZ> sep1 -0.442225
+R<LYS>A<CB> R<TYR>A<CZ> sep2 -1.43175
+R<LYS>A<CB> R<TYR>A<N> central_sep1 1.81204
+R<LYS>A<CB> R<TYR>A<N> central_sep2 1.47924
+R<LYS>A<CB> R<TYR>A<N> sep1 -1.22175
+R<LYS>A<CB> R<TYR>A<N> sep2 1.22656
+R<LYS>A<CB> R<TYR>A<O> central_sep1 -1.34257
+R<LYS>A<CB> R<TYR>A<O> central_sep2 0.312571
+R<LYS>A<CB> R<TYR>A<O> sep1 0.193875
+R<LYS>A<CB> R<TYR>A<O> sep2 -0.186427
+R<LYS>A<CB> R<TYR>A<OH> central_sep1 0.639148
+R<LYS>A<CB> R<TYR>A<OH> central_sep2 -0.629381
+R<LYS>A<CB> R<TYR>A<OH> sep1 1.40475
+R<LYS>A<CB> R<TYR>A<OH> sep2 -0.812178
+R<LYS>A<CB> R<VAL>A<C> central_sep1 2.81352
+R<LYS>A<CB> R<VAL>A<C> central_sep2 1.40255
+R<LYS>A<CB> R<VAL>A<C> sep1 -0.172918
+R<LYS>A<CB> R<VAL>A<C> sep2 0.0994269
+R<LYS>A<CB> R<VAL>A<CA> central_sep1 -0.310855
+R<LYS>A<CB> R<VAL>A<CA> central_sep2 0.623753
+R<LYS>A<CB> R<VAL>A<CA> sep1 1.53391
+R<LYS>A<CB> R<VAL>A<CA> sep2 0.9567
+R<LYS>A<CB> R<VAL>A<CB> central_sep1 0.714108
+R<LYS>A<CB> R<VAL>A<CB> central_sep2 -0.390936
+R<LYS>A<CB> R<VAL>A<CB> sep1 1.61093
+R<LYS>A<CB> R<VAL>A<CB> sep2 -0.151462
+R<LYS>A<CB> R<VAL>A<CG1> central_sep1 0.433588
+R<LYS>A<CB> R<VAL>A<CG1> central_sep2 -0.518308
+R<LYS>A<CB> R<VAL>A<CG1> sep1 1.29752
+R<LYS>A<CB> R<VAL>A<CG1> sep2 0.12812
+R<LYS>A<CB> R<VAL>A<CG2> central_sep1 0.118275
+R<LYS>A<CB> R<VAL>A<CG2> central_sep2 -0.543763
+R<LYS>A<CB> R<VAL>A<CG2> sep1 0.987504
+R<LYS>A<CB> R<VAL>A<CG2> sep2 0.267573
+R<LYS>A<CB> R<VAL>A<N> central_sep1 2.15783
+R<LYS>A<CB> R<VAL>A<N> central_sep2 1.49102
+R<LYS>A<CB> R<VAL>A<N> sep1 -1.22151
+R<LYS>A<CB> R<VAL>A<N> sep2 1.22792
+R<LYS>A<CB> R<VAL>A<O> central_sep1 -0.961556
+R<LYS>A<CB> R<VAL>A<O> central_sep2 0.486836
+R<LYS>A<CB> R<VAL>A<O> sep1 0.268869
+R<LYS>A<CB> R<VAL>A<O> sep2 -0.180532
+R<LYS>A<CB> c<solvent> . -0.110701
+R<LYS>A<CD> R<LYS>A<CD> central_sep1 0.380925
+R<LYS>A<CD> R<LYS>A<CD> central_sep2 0.388173
+R<LYS>A<CD> R<LYS>A<CD> sep1 1.78781
+R<LYS>A<CD> R<LYS>A<CD> sep2 0.638668
+R<LYS>A<CD> R<LYS>A<CE> central_sep1 0.515748
+R<LYS>A<CD> R<LYS>A<CE> central_sep2 0.672442
+R<LYS>A<CD> R<LYS>A<CE> sep1 1.66366
+R<LYS>A<CD> R<LYS>A<CE> sep2 0.646794
+R<LYS>A<CD> R<LYS>A<CG> central_sep1 0.402629
+R<LYS>A<CD> R<LYS>A<CG> central_sep2 0.908125
+R<LYS>A<CD> R<LYS>A<CG> sep1 0.95955
+R<LYS>A<CD> R<LYS>A<CG> sep2 0.6201
+R<LYS>A<CD> R<LYS>A<N> central_sep1 2.2915
+R<LYS>A<CD> R<LYS>A<N> central_sep2 2.38312
+R<LYS>A<CD> R<LYS>A<N> sep1 1.84565
+R<LYS>A<CD> R<LYS>A<N> sep2 1.66341
+R<LYS>A<CD> R<LYS>A<NZ> central_sep1 1.08801
+R<LYS>A<CD> R<LYS>A<NZ> central_sep2 1.00322
+R<LYS>A<CD> R<LYS>A<NZ> sep1 1.96831
+R<LYS>A<CD> R<LYS>A<NZ> sep2 0.788011
+R<LYS>A<CD> R<LYS>A<O> central_sep1 0.226969
+R<LYS>A<CD> R<LYS>A<O> central_sep2 0.239306
+R<LYS>A<CD> R<LYS>A<O> sep1 0.68878
+R<LYS>A<CD> R<LYS>A<O> sep2 0.570938
+R<LYS>A<CD> R<MET>A<C> central_sep1 1.85353
+R<LYS>A<CD> R<MET>A<C> central_sep2 0.898836
+R<LYS>A<CD> R<MET>A<C> sep1 0.550331
+R<LYS>A<CD> R<MET>A<C> sep2 0.117708
+R<LYS>A<CD> R<MET>A<CA> central_sep1 0.284722
+R<LYS>A<CD> R<MET>A<CA> central_sep2 0.664301
+R<LYS>A<CD> R<MET>A<CA> sep1 0.991337
+R<LYS>A<CD> R<MET>A<CA> sep2 0.630515
+R<LYS>A<CD> R<MET>A<CB> central_sep1 0.992235
+R<LYS>A<CD> R<MET>A<CB> central_sep2 0.0470564
+R<LYS>A<CD> R<MET>A<CB> sep1 1.74549
+R<LYS>A<CD> R<MET>A<CB> sep2 0.209927
+R<LYS>A<CD> R<MET>A<CE> central_sep1 0.326226
+R<LYS>A<CD> R<MET>A<CE> central_sep2 -0.357885
+R<LYS>A<CD> R<MET>A<CE> sep1 1.64575
+R<LYS>A<CD> R<MET>A<CE> sep2 -0.239182
+R<LYS>A<CD> R<MET>A<CG> central_sep1 0.545965
+R<LYS>A<CD> R<MET>A<CG> central_sep2 0.0672472
+R<LYS>A<CD> R<MET>A<CG> sep1 1.35973
+R<LYS>A<CD> R<MET>A<CG> sep2 -0.0441892
+R<LYS>A<CD> R<MET>A<N> central_sep1 2.20988
+R<LYS>A<CD> R<MET>A<N> central_sep2 1.67453
+R<LYS>A<CD> R<MET>A<N> sep1 2.12548
+R<LYS>A<CD> R<MET>A<N> sep2 1.15318
+R<LYS>A<CD> R<MET>A<O> central_sep1 0.555043
+R<LYS>A<CD> R<MET>A<O> central_sep2 0.0768342
+R<LYS>A<CD> R<MET>A<O> sep1 1.01916
+R<LYS>A<CD> R<MET>A<O> sep2 0.338956
+R<LYS>A<CD> R<MET>A<SD> central_sep1 0.0240908
+R<LYS>A<CD> R<MET>A<SD> central_sep2 -0.505361
+R<LYS>A<CD> R<MET>A<SD> sep1 1.54672
+R<LYS>A<CD> R<MET>A<SD> sep2 -0.216756
+R<LYS>A<CD> R<PHE>A<C> central_sep1 1.67642
+R<LYS>A<CD> R<PHE>A<C> central_sep2 0.701751
+R<LYS>A<CD> R<PHE>A<C> sep1 0.872107
+R<LYS>A<CD> R<PHE>A<C> sep2 -0.0297663
+R<LYS>A<CD> R<PHE>A<CA> central_sep1 0.424498
+R<LYS>A<CD> R<PHE>A<CA> central_sep2 0.5562
+R<LYS>A<CD> R<PHE>A<CA> sep1 1.12956
+R<LYS>A<CD> R<PHE>A<CA> sep2 0.560438
+R<LYS>A<CD> R<PHE>A<CB> central_sep1 1.24278
+R<LYS>A<CD> R<PHE>A<CB> central_sep2 -0.204735
+R<LYS>A<CD> R<PHE>A<CB> sep1 2.25544
+R<LYS>A<CD> R<PHE>A<CB> sep2 -0.100721
+R<LYS>A<CD> R<PHE>A<CD1> central_sep1 0.466912
+R<LYS>A<CD> R<PHE>A<CD1> central_sep2 -0.201432
+R<LYS>A<CD> R<PHE>A<CD1> sep1 1.81534
+R<LYS>A<CD> R<PHE>A<CD1> sep2 -0.443402
+R<LYS>A<CD> R<PHE>A<CE1> central_sep1 0.0598541
+R<LYS>A<CD> R<PHE>A<CE1> central_sep2 -0.413187
+R<LYS>A<CD> R<PHE>A<CE1> sep1 1.12835
+R<LYS>A<CD> R<PHE>A<CE1> sep2 -0.499185
+R<LYS>A<CD> R<PHE>A<CG> central_sep1 1.68155
+R<LYS>A<CD> R<PHE>A<CG> central_sep2 -0.376137
+R<LYS>A<CD> R<PHE>A<CG> sep1 1.60206
+R<LYS>A<CD> R<PHE>A<CG> sep2 -1.41735
+R<LYS>A<CD> R<PHE>A<CZ> central_sep1 -0.29785
+R<LYS>A<CD> R<PHE>A<CZ> central_sep2 -0.469261
+R<LYS>A<CD> R<PHE>A<CZ> sep1 1.11968
+R<LYS>A<CD> R<PHE>A<CZ> sep2 -0.6243
+R<LYS>A<CD> R<PHE>A<N> central_sep1 2.30592
+R<LYS>A<CD> R<PHE>A<N> central_sep2 1.8354
+R<LYS>A<CD> R<PHE>A<N> sep1 2.25152
+R<LYS>A<CD> R<PHE>A<N> sep2 1.18754
+R<LYS>A<CD> R<PHE>A<O> central_sep1 0.476411
+R<LYS>A<CD> R<PHE>A<O> central_sep2 0.0353157
+R<LYS>A<CD> R<PHE>A<O> sep1 1.1448
+R<LYS>A<CD> R<PHE>A<O> sep2 0.292028
+R<LYS>A<CD> R<PRO>A<C> central_sep1 2.08191
+R<LYS>A<CD> R<PRO>A<C> central_sep2 1.31201
+R<LYS>A<CD> R<PRO>A<C> sep1 0.697863
+R<LYS>A<CD> R<PRO>A<C> sep2 0.314244
+R<LYS>A<CD> R<PRO>A<CA> central_sep1 0.23837
+R<LYS>A<CD> R<PRO>A<CA> central_sep2 0.659159
+R<LYS>A<CD> R<PRO>A<CA> sep1 0.91254
+R<LYS>A<CD> R<PRO>A<CA> sep2 0.676801
+R<LYS>A<CD> R<PRO>A<CB> central_sep1 1.13212
+R<LYS>A<CD> R<PRO>A<CB> central_sep2 0.0884968
+R<LYS>A<CD> R<PRO>A<CB> sep1 1.63971
+R<LYS>A<CD> R<PRO>A<CB> sep2 0.162622
+R<LYS>A<CD> R<PRO>A<CD> central_sep1 0.801703
+R<LYS>A<CD> R<PRO>A<CD> central_sep2 0.578417
+R<LYS>A<CD> R<PRO>A<CD> sep1 0.945395
+R<LYS>A<CD> R<PRO>A<CD> sep2 0.470901
+R<LYS>A<CD> R<PRO>A<CG> central_sep1 1.18171
+R<LYS>A<CD> R<PRO>A<CG> central_sep2 0.0207799
+R<LYS>A<CD> R<PRO>A<CG> sep1 1.95768
+R<LYS>A<CD> R<PRO>A<CG> sep2 -0.0636446
+R<LYS>A<CD> R<PRO>A<N> central_sep1 2.41597
+R<LYS>A<CD> R<PRO>A<N> central_sep2 1.39074
+R<LYS>A<CD> R<PRO>A<N> sep1 1.48479
+R<LYS>A<CD> R<PRO>A<N> sep2 0.047151
+R<LYS>A<CD> R<PRO>A<O> central_sep1 0.373115
+R<LYS>A<CD> R<PRO>A<O> central_sep2 0.0577745
+R<LYS>A<CD> R<PRO>A<O> sep1 0.749673
+R<LYS>A<CD> R<PRO>A<O> sep2 0.425084
+R<LYS>A<CD> R<SER>A<C> central_sep1 1.62878
+R<LYS>A<CD> R<SER>A<C> central_sep2 0.768728
+R<LYS>A<CD> R<SER>A<C> sep1 0.227358
+R<LYS>A<CD> R<SER>A<C> sep2 0.111105
+R<LYS>A<CD> R<SER>A<CA> central_sep1 0.112838
+R<LYS>A<CD> R<SER>A<CA> central_sep2 0.288846
+R<LYS>A<CD> R<SER>A<CA> sep1 0.729566
+R<LYS>A<CD> R<SER>A<CA> sep2 0.275313
+R<LYS>A<CD> R<SER>A<CB> central_sep1 0.790296
+R<LYS>A<CD> R<SER>A<CB> central_sep2 0.0216327
+R<LYS>A<CD> R<SER>A<CB> sep1 1.39603
+R<LYS>A<CD> R<SER>A<CB> sep2 0.00800613
+R<LYS>A<CD> R<SER>A<N> central_sep1 1.75688
+R<LYS>A<CD> R<SER>A<N> central_sep2 1.60792
+R<LYS>A<CD> R<SER>A<N> sep1 1.89423
+R<LYS>A<CD> R<SER>A<N> sep2 1.00573
+R<LYS>A<CD> R<SER>A<O> central_sep1 0.313915
+R<LYS>A<CD> R<SER>A<O> central_sep2 0.0148324
+R<LYS>A<CD> R<SER>A<O> sep1 0.674242
+R<LYS>A<CD> R<SER>A<O> sep2 0.316207
+R<LYS>A<CD> R<SER>A<OG> central_sep1 0.143468
+R<LYS>A<CD> R<SER>A<OG> central_sep2 -0.166737
+R<LYS>A<CD> R<SER>A<OG> sep1 0.837806
+R<LYS>A<CD> R<SER>A<OG> sep2 -0.278233
+R<LYS>A<CD> R<THR>A<C> central_sep1 1.65616
+R<LYS>A<CD> R<THR>A<C> central_sep2 0.718306
+R<LYS>A<CD> R<THR>A<C> sep1 0.527321
+R<LYS>A<CD> R<THR>A<C> sep2 0.1884
+R<LYS>A<CD> R<THR>A<CA> central_sep1 0.1444
+R<LYS>A<CD> R<THR>A<CA> central_sep2 0.516999
+R<LYS>A<CD> R<THR>A<CA> sep1 0.799058
+R<LYS>A<CD> R<THR>A<CA> sep2 0.32249
+R<LYS>A<CD> R<THR>A<CB> central_sep1 0.804503
+R<LYS>A<CD> R<THR>A<CB> central_sep2 0.103389
+R<LYS>A<CD> R<THR>A<CB> sep1 1.25636
+R<LYS>A<CD> R<THR>A<CB> sep2 -0.278728
+R<LYS>A<CD> R<THR>A<CG2> central_sep1 0.381784
+R<LYS>A<CD> R<THR>A<CG2> central_sep2 -0.323097
+R<LYS>A<CD> R<THR>A<CG2> sep1 1.18158
+R<LYS>A<CD> R<THR>A<CG2> sep2 -0.141489
+R<LYS>A<CD> R<THR>A<N> central_sep1 1.8947
+R<LYS>A<CD> R<THR>A<N> central_sep2 1.61404
+R<LYS>A<CD> R<THR>A<N> sep1 1.82373
+R<LYS>A<CD> R<THR>A<N> sep2 1.05723
+R<LYS>A<CD> R<THR>A<O> central_sep1 0.429797
+R<LYS>A<CD> R<THR>A<O> central_sep2 0.104804
+R<LYS>A<CD> R<THR>A<O> sep1 0.883707
+R<LYS>A<CD> R<THR>A<O> sep2 0.359135
+R<LYS>A<CD> R<THR>A<OG1> central_sep1 0.27421
+R<LYS>A<CD> R<THR>A<OG1> central_sep2 -0.252721
+R<LYS>A<CD> R<THR>A<OG1> sep1 0.965915
+R<LYS>A<CD> R<THR>A<OG1> sep2 -0.449808
+R<LYS>A<CD> R<TRP>A<C> central_sep1 1.74494
+R<LYS>A<CD> R<TRP>A<C> central_sep2 0.877556
+R<LYS>A<CD> R<TRP>A<C> sep1 0.840961
+R<LYS>A<CD> R<TRP>A<C> sep2 0.337846
+R<LYS>A<CD> R<TRP>A<CA> central_sep1 0.0167704
+R<LYS>A<CD> R<TRP>A<CA> central_sep2 0.604266
+R<LYS>A<CD> R<TRP>A<CA> sep1 0.876021
+R<LYS>A<CD> R<TRP>A<CA> sep2 0.682335
+R<LYS>A<CD> R<TRP>A<CB> central_sep1 1.18132
+R<LYS>A<CD> R<TRP>A<CB> central_sep2 -0.223159
+R<LYS>A<CD> R<TRP>A<CB> sep1 2.17125
+R<LYS>A<CD> R<TRP>A<CB> sep2 -0.169147
+R<LYS>A<CD> R<TRP>A<CD1> central_sep1 0.0651449
+R<LYS>A<CD> R<TRP>A<CD1> central_sep2 -0.238068
+R<LYS>A<CD> R<TRP>A<CD1> sep1 1.28555
+R<LYS>A<CD> R<TRP>A<CD1> sep2 -0.208645
+R<LYS>A<CD> R<TRP>A<CD2> central_sep1 0.430712
+R<LYS>A<CD> R<TRP>A<CD2> central_sep2 -0.935827
+R<LYS>A<CD> R<TRP>A<CD2> sep1 0.783599
+R<LYS>A<CD> R<TRP>A<CD2> sep2 -1.275
+R<LYS>A<CD> R<TRP>A<CE2> central_sep1 -0.469231
+R<LYS>A<CD> R<TRP>A<CE2> central_sep2 -1.12946
+R<LYS>A<CD> R<TRP>A<CE2> sep1 0.334223
+R<LYS>A<CD> R<TRP>A<CE2> sep2 -1.28998
+R<LYS>A<CD> R<TRP>A<CE3> central_sep1 0.133017
+R<LYS>A<CD> R<TRP>A<CE3> central_sep2 -0.298618
+R<LYS>A<CD> R<TRP>A<CE3> sep1 1.82092
+R<LYS>A<CD> R<TRP>A<CE3> sep2 -0.60288
+R<LYS>A<CD> R<TRP>A<CG> central_sep1 1.21114
+R<LYS>A<CD> R<TRP>A<CG> central_sep2 -0.518174
+R<LYS>A<CD> R<TRP>A<CG> sep1 1.13331
+R<LYS>A<CD> R<TRP>A<CG> sep2 -1.7341
+R<LYS>A<CD> R<TRP>A<CH2> central_sep1 0.187322
+R<LYS>A<CD> R<TRP>A<CH2> central_sep2 -0.573782
+R<LYS>A<CD> R<TRP>A<CH2> sep1 0.96739
+R<LYS>A<CD> R<TRP>A<CH2> sep2 -0.822317
+R<LYS>A<CD> R<TRP>A<CZ2> central_sep1 -0.629183
+R<LYS>A<CD> R<TRP>A<CZ2> central_sep2 -0.924474
+R<LYS>A<CD> R<TRP>A<CZ2> sep1 0.956657
+R<LYS>A<CD> R<TRP>A<CZ2> sep2 -0.801089
+R<LYS>A<CD> R<TRP>A<CZ3> central_sep1 0.0553634
+R<LYS>A<CD> R<TRP>A<CZ3> central_sep2 -0.260825
+R<LYS>A<CD> R<TRP>A<CZ3> sep1 1.31228
+R<LYS>A<CD> R<TRP>A<CZ3> sep2 -0.542233
+R<LYS>A<CD> R<TRP>A<N> central_sep1 2.34085
+R<LYS>A<CD> R<TRP>A<N> central_sep2 1.66093
+R<LYS>A<CD> R<TRP>A<N> sep1 2.04624
+R<LYS>A<CD> R<TRP>A<N> sep2 1.26275
+R<LYS>A<CD> R<TRP>A<NE1> central_sep1 -0.442046
+R<LYS>A<CD> R<TRP>A<NE1> central_sep2 -0.419873
+R<LYS>A<CD> R<TRP>A<NE1> sep1 0.681956
+R<LYS>A<CD> R<TRP>A<NE1> sep2 -0.72468
+R<LYS>A<CD> R<TRP>A<O> central_sep1 0.377934
+R<LYS>A<CD> R<TRP>A<O> central_sep2 0.153386
+R<LYS>A<CD> R<TRP>A<O> sep1 1.21448
+R<LYS>A<CD> R<TRP>A<O> sep2 0.312661
+R<LYS>A<CD> R<TYR>A<C> central_sep1 1.62691
+R<LYS>A<CD> R<TYR>A<C> central_sep2 0.599324
+R<LYS>A<CD> R<TYR>A<C> sep1 1.06013
+R<LYS>A<CD> R<TYR>A<C> sep2 0.0717231
+R<LYS>A<CD> R<TYR>A<CA> central_sep1 0.325596
+R<LYS>A<CD> R<TYR>A<CA> central_sep2 0.490093
+R<LYS>A<CD> R<TYR>A<CA> sep1 1.07454
+R<LYS>A<CD> R<TYR>A<CA> sep2 0.525637
+R<LYS>A<CD> R<TYR>A<CB> central_sep1 1.2225
+R<LYS>A<CD> R<TYR>A<CB> central_sep2 -0.0764429
+R<LYS>A<CD> R<TYR>A<CB> sep1 2.1566
+R<LYS>A<CD> R<TYR>A<CB> sep2 -0.14065
+R<LYS>A<CD> R<TYR>A<CD1> central_sep1 0.19911
+R<LYS>A<CD> R<TYR>A<CD1> central_sep2 -0.340447
+R<LYS>A<CD> R<TYR>A<CD1> sep1 1.34027
+R<LYS>A<CD> R<TYR>A<CD1> sep2 -0.66464
+R<LYS>A<CD> R<TYR>A<CE1> central_sep1 -0.704005
+R<LYS>A<CD> R<TYR>A<CE1> central_sep2 -0.835081
+R<LYS>A<CD> R<TYR>A<CE1> sep1 0.506007
+R<LYS>A<CD> R<TYR>A<CE1> sep2 -0.914591
+R<LYS>A<CD> R<TYR>A<CG> central_sep1 1.61621
+R<LYS>A<CD> R<TYR>A<CG> central_sep2 -0.497137
+R<LYS>A<CD> R<TYR>A<CG> sep1 0.943843
+R<LYS>A<CD> R<TYR>A<CG> sep2 -1.68522
+R<LYS>A<CD> R<TYR>A<CZ> central_sep1 -1.22534
+R<LYS>A<CD> R<TYR>A<CZ> central_sep2 -1.19577
+R<LYS>A<CD> R<TYR>A<CZ> sep1 -0.043915
+R<LYS>A<CD> R<TYR>A<CZ> sep2 -1.61337
+R<LYS>A<CD> R<TYR>A<N> central_sep1 2.35968
+R<LYS>A<CD> R<TYR>A<N> central_sep2 1.71418
+R<LYS>A<CD> R<TYR>A<N> sep1 2.13271
+R<LYS>A<CD> R<TYR>A<N> sep2 1.07898
+R<LYS>A<CD> R<TYR>A<O> central_sep1 0.50734
+R<LYS>A<CD> R<TYR>A<O> central_sep2 0.0181671
+R<LYS>A<CD> R<TYR>A<O> sep1 1.18667
+R<LYS>A<CD> R<TYR>A<O> sep2 0.301025
+R<LYS>A<CD> R<TYR>A<OH> central_sep1 -0.781706
+R<LYS>A<CD> R<TYR>A<OH> central_sep2 -0.998892
+R<LYS>A<CD> R<TYR>A<OH> sep1 0.44609
+R<LYS>A<CD> R<TYR>A<OH> sep2 -1.14637
+R<LYS>A<CD> R<VAL>A<C> central_sep1 1.61077
+R<LYS>A<CD> R<VAL>A<C> central_sep2 0.790158
+R<LYS>A<CD> R<VAL>A<C> sep1 0.693443
+R<LYS>A<CD> R<VAL>A<C> sep2 0.228293
+R<LYS>A<CD> R<VAL>A<CA> central_sep1 0.549014
+R<LYS>A<CD> R<VAL>A<CA> central_sep2 0.847656
+R<LYS>A<CD> R<VAL>A<CA> sep1 1.18312
+R<LYS>A<CD> R<VAL>A<CA> sep2 0.649257
+R<LYS>A<CD> R<VAL>A<CB> central_sep1 1.16285
+R<LYS>A<CD> R<VAL>A<CB> central_sep2 0.360376
+R<LYS>A<CD> R<VAL>A<CB> sep1 1.79549
+R<LYS>A<CD> R<VAL>A<CB> sep2 -0.21082
+R<LYS>A<CD> R<VAL>A<CG1> central_sep1 0.29215
+R<LYS>A<CD> R<VAL>A<CG1> central_sep2 -0.372002
+R<LYS>A<CD> R<VAL>A<CG1> sep1 1.44955
+R<LYS>A<CD> R<VAL>A<CG1> sep2 -0.00521101
+R<LYS>A<CD> R<VAL>A<CG2> central_sep1 0.686711
+R<LYS>A<CD> R<VAL>A<CG2> central_sep2 -0.261862
+R<LYS>A<CD> R<VAL>A<CG2> sep1 1.6052
+R<LYS>A<CD> R<VAL>A<CG2> sep2 0.0156301
+R<LYS>A<CD> R<VAL>A<N> central_sep1 1.92714
+R<LYS>A<CD> R<VAL>A<N> central_sep2 1.71135
+R<LYS>A<CD> R<VAL>A<N> sep1 1.95939
+R<LYS>A<CD> R<VAL>A<N> sep2 1.10657
+R<LYS>A<CD> R<VAL>A<O> central_sep1 0.567808
+R<LYS>A<CD> R<VAL>A<O> central_sep2 0.118839
+R<LYS>A<CD> R<VAL>A<O> sep1 1.0371
+R<LYS>A<CD> R<VAL>A<O> sep2 0.351177
+R<LYS>A<CD> c<solvent> . -0.541321
+R<LYS>A<CE> R<LYS>A<CE> central_sep1 0.297975
+R<LYS>A<CE> R<LYS>A<CE> central_sep2 0.744578
+R<LYS>A<CE> R<LYS>A<CE> sep1 1.96678
+R<LYS>A<CE> R<LYS>A<CE> sep2 0.646641
+R<LYS>A<CE> R<LYS>A<CG> central_sep1 0.368834
+R<LYS>A<CE> R<LYS>A<CG> central_sep2 1.11122
+R<LYS>A<CE> R<LYS>A<CG> sep1 1.63872
+R<LYS>A<CE> R<LYS>A<CG> sep2 0.878844
+R<LYS>A<CE> R<LYS>A<N> central_sep1 2.89754
+R<LYS>A<CE> R<LYS>A<N> central_sep2 2.58589
+R<LYS>A<CE> R<LYS>A<N> sep1 2.5428
+R<LYS>A<CE> R<LYS>A<N> sep2 1.59414
+R<LYS>A<CE> R<LYS>A<NZ> central_sep1 1.0296
+R<LYS>A<CE> R<LYS>A<NZ> central_sep2 0.811279
+R<LYS>A<CE> R<LYS>A<NZ> sep1 1.95598
+R<LYS>A<CE> R<LYS>A<NZ> sep2 0.588566
+R<LYS>A<CE> R<LYS>A<O> central_sep1 0.207238
+R<LYS>A<CE> R<LYS>A<O> central_sep2 0.216362
+R<LYS>A<CE> R<LYS>A<O> sep1 0.88978
+R<LYS>A<CE> R<LYS>A<O> sep2 0.372281
+R<LYS>A<CE> R<MET>A<C> central_sep1 1.99053
+R<LYS>A<CE> R<MET>A<C> central_sep2 1.42946
+R<LYS>A<CE> R<MET>A<C> sep1 1.65609
+R<LYS>A<CE> R<MET>A<C> sep2 0.154574
+R<LYS>A<CE> R<MET>A<CA> central_sep1 1.08899
+R<LYS>A<CE> R<MET>A<CA> central_sep2 1.02676
+R<LYS>A<CE> R<MET>A<CA> sep1 2.29137
+R<LYS>A<CE> R<MET>A<CA> sep2 0.566972
+R<LYS>A<CE> R<MET>A<CB> central_sep1 0.694382
+R<LYS>A<CE> R<MET>A<CB> central_sep2 0.490022
+R<LYS>A<CE> R<MET>A<CB> sep1 2.17674
+R<LYS>A<CE> R<MET>A<CB> sep2 0.457268
+R<LYS>A<CE> R<MET>A<CE> central_sep1 0.419266
+R<LYS>A<CE> R<MET>A<CE> central_sep2 0.0806424
+R<LYS>A<CE> R<MET>A<CE> sep1 1.83506
+R<LYS>A<CE> R<MET>A<CE> sep2 0.0460498
+R<LYS>A<CE> R<MET>A<CG> central_sep1 0.376379
+R<LYS>A<CE> R<MET>A<CG> central_sep2 0.442735
+R<LYS>A<CE> R<MET>A<CG> sep1 1.78853
+R<LYS>A<CE> R<MET>A<CG> sep2 0.163906
+R<LYS>A<CE> R<MET>A<N> central_sep1 2.71633
+R<LYS>A<CE> R<MET>A<N> central_sep2 1.71361
+R<LYS>A<CE> R<MET>A<N> sep1 2.52486
+R<LYS>A<CE> R<MET>A<N> sep2 1.26958
+R<LYS>A<CE> R<MET>A<O> central_sep1 0.493399
+R<LYS>A<CE> R<MET>A<O> central_sep2 -0.0495677
+R<LYS>A<CE> R<MET>A<O> sep1 1.38165
+R<LYS>A<CE> R<MET>A<O> sep2 0.269365
+R<LYS>A<CE> R<MET>A<SD> central_sep1 0.0363244
+R<LYS>A<CE> R<MET>A<SD> central_sep2 -0.192573
+R<LYS>A<CE> R<MET>A<SD> sep1 1.72214
+R<LYS>A<CE> R<MET>A<SD> sep2 0.0757416
+R<LYS>A<CE> R<PHE>A<C> central_sep1 2.31954
+R<LYS>A<CE> R<PHE>A<C> central_sep2 1.15727
+R<LYS>A<CE> R<PHE>A<C> sep1 1.74257
+R<LYS>A<CE> R<PHE>A<C> sep2 0.252638
+R<LYS>A<CE> R<PHE>A<CA> central_sep1 1.16762
+R<LYS>A<CE> R<PHE>A<CA> central_sep2 0.953994
+R<LYS>A<CE> R<PHE>A<CA> sep1 2.32799
+R<LYS>A<CE> R<PHE>A<CA> sep2 0.622662
+R<LYS>A<CE> R<PHE>A<CB> central_sep1 1.10114
+R<LYS>A<CE> R<PHE>A<CB> central_sep2 -0.00854404
+R<LYS>A<CE> R<PHE>A<CB> sep1 2.49874
+R<LYS>A<CE> R<PHE>A<CB> sep2 -0.0553472
+R<LYS>A<CE> R<PHE>A<CD1> central_sep1 1.09928
+R<LYS>A<CE> R<PHE>A<CD1> central_sep2 -0.0190096
+R<LYS>A<CE> R<PHE>A<CD1> sep1 1.76407
+R<LYS>A<CE> R<PHE>A<CD1> sep2 -0.287183
+R<LYS>A<CE> R<PHE>A<CE1> central_sep1 0.442202
+R<LYS>A<CE> R<PHE>A<CE1> central_sep2 -0.0920369
+R<LYS>A<CE> R<PHE>A<CE1> sep1 1.29503
+R<LYS>A<CE> R<PHE>A<CE1> sep2 -0.262144
+R<LYS>A<CE> R<PHE>A<CG> central_sep1 1.84294
+R<LYS>A<CE> R<PHE>A<CG> central_sep2 -0.265499
+R<LYS>A<CE> R<PHE>A<CG> sep1 1.47965
+R<LYS>A<CE> R<PHE>A<CG> sep2 -1.34285
+R<LYS>A<CE> R<PHE>A<CZ> central_sep1 0.0202339
+R<LYS>A<CE> R<PHE>A<CZ> central_sep2 -0.113036
+R<LYS>A<CE> R<PHE>A<CZ> sep1 1.27551
+R<LYS>A<CE> R<PHE>A<CZ> sep2 -0.32037
+R<LYS>A<CE> R<PHE>A<N> central_sep1 3.19351
+R<LYS>A<CE> R<PHE>A<N> central_sep2 1.82133
+R<LYS>A<CE> R<PHE>A<N> sep1 2.94068
+R<LYS>A<CE> R<PHE>A<N> sep2 1.18559
+R<LYS>A<CE> R<PHE>A<O> central_sep1 0.633916
+R<LYS>A<CE> R<PHE>A<O> central_sep2 -0.0528692
+R<LYS>A<CE> R<PHE>A<O> sep1 1.44159
+R<LYS>A<CE> R<PHE>A<O> sep2 0.160131
+R<LYS>A<CE> R<PRO>A<C> central_sep1 2.07178
+R<LYS>A<CE> R<PRO>A<C> central_sep2 1.64546
+R<LYS>A<CE> R<PRO>A<C> sep1 1.52989
+R<LYS>A<CE> R<PRO>A<C> sep2 0.579485
+R<LYS>A<CE> R<PRO>A<CA> central_sep1 0.822881
+R<LYS>A<CE> R<PRO>A<CA> central_sep2 1.01862
+R<LYS>A<CE> R<PRO>A<CA> sep1 1.9949
+R<LYS>A<CE> R<PRO>A<CA> sep2 0.5488
+R<LYS>A<CE> R<PRO>A<CB> central_sep1 0.726081
+R<LYS>A<CE> R<PRO>A<CB> central_sep2 0.422406
+R<LYS>A<CE> R<PRO>A<CB> sep1 1.64969
+R<LYS>A<CE> R<PRO>A<CB> sep2 0.314627
+R<LYS>A<CE> R<PRO>A<CD> central_sep1 1.66907
+R<LYS>A<CE> R<PRO>A<CD> central_sep2 0.746865
+R<LYS>A<CE> R<PRO>A<CD> sep1 2.08221
+R<LYS>A<CE> R<PRO>A<CD> sep2 0.669648
+R<LYS>A<CE> R<PRO>A<CG> central_sep1 1.06158
+R<LYS>A<CE> R<PRO>A<CG> central_sep2 0.33894
+R<LYS>A<CE> R<PRO>A<CG> sep1 1.73311
+R<LYS>A<CE> R<PRO>A<CG> sep2 0.145181
+R<LYS>A<CE> R<PRO>A<N> central_sep1 2.379
+R<LYS>A<CE> R<PRO>A<N> central_sep2 1.89553
+R<LYS>A<CE> R<PRO>A<N> sep1 1.84598
+R<LYS>A<CE> R<PRO>A<N> sep2 0.703941
+R<LYS>A<CE> R<PRO>A<O> central_sep1 0.304764
+R<LYS>A<CE> R<PRO>A<O> central_sep2 0.097262
+R<LYS>A<CE> R<PRO>A<O> sep1 0.799435
+R<LYS>A<CE> R<PRO>A<O> sep2 0.271181
+R<LYS>A<CE> R<SER>A<C> central_sep1 1.38647
+R<LYS>A<CE> R<SER>A<C> central_sep2 1.02825
+R<LYS>A<CE> R<SER>A<C> sep1 1.19473
+R<LYS>A<CE> R<SER>A<C> sep2 0.13846
+R<LYS>A<CE> R<SER>A<CA> central_sep1 0.726692
+R<LYS>A<CE> R<SER>A<CA> central_sep2 0.605675
+R<LYS>A<CE> R<SER>A<CA> sep1 1.67859
+R<LYS>A<CE> R<SER>A<CA> sep2 0.251641
+R<LYS>A<CE> R<SER>A<CB> central_sep1 0.55205
+R<LYS>A<CE> R<SER>A<CB> central_sep2 0.155888
+R<LYS>A<CE> R<SER>A<CB> sep1 1.49953
+R<LYS>A<CE> R<SER>A<CB> sep2 0.000925332
+R<LYS>A<CE> R<SER>A<N> central_sep1 2.40911
+R<LYS>A<CE> R<SER>A<N> central_sep2 1.58781
+R<LYS>A<CE> R<SER>A<N> sep1 2.39994
+R<LYS>A<CE> R<SER>A<N> sep2 1.05698
+R<LYS>A<CE> R<SER>A<O> central_sep1 0.305008
+R<LYS>A<CE> R<SER>A<O> central_sep2 -0.00838846
+R<LYS>A<CE> R<SER>A<O> sep1 1.08924
+R<LYS>A<CE> R<SER>A<O> sep2 0.0424254
+R<LYS>A<CE> R<SER>A<OG> central_sep1 -0.0670135
+R<LYS>A<CE> R<SER>A<OG> central_sep2 -0.241318
+R<LYS>A<CE> R<SER>A<OG> sep1 1.08176
+R<LYS>A<CE> R<SER>A<OG> sep2 -0.242137
+R<LYS>A<CE> R<THR>A<C> central_sep1 1.75724
+R<LYS>A<CE> R<THR>A<C> central_sep2 1.18221
+R<LYS>A<CE> R<THR>A<C> sep1 1.58026
+R<LYS>A<CE> R<THR>A<C> sep2 0.254047
+R<LYS>A<CE> R<THR>A<CA> central_sep1 0.699939
+R<LYS>A<CE> R<THR>A<CA> central_sep2 0.839613
+R<LYS>A<CE> R<THR>A<CA> sep1 1.83837
+R<LYS>A<CE> R<THR>A<CA> sep2 0.381175
+R<LYS>A<CE> R<THR>A<CB> central_sep1 0.708925
+R<LYS>A<CE> R<THR>A<CB> central_sep2 0.291543
+R<LYS>A<CE> R<THR>A<CB> sep1 1.30506
+R<LYS>A<CE> R<THR>A<CB> sep2 -0.116376
+R<LYS>A<CE> R<THR>A<CG2> central_sep1 0.000577678
+R<LYS>A<CE> R<THR>A<CG2> central_sep2 -0.107705
+R<LYS>A<CE> R<THR>A<CG2> sep1 1.55836
+R<LYS>A<CE> R<THR>A<CG2> sep2 0.037895
+R<LYS>A<CE> R<THR>A<N> central_sep1 2.59047
+R<LYS>A<CE> R<THR>A<N> central_sep2 1.65249
+R<LYS>A<CE> R<THR>A<N> sep1 2.53396
+R<LYS>A<CE> R<THR>A<N> sep2 1.09115
+R<LYS>A<CE> R<THR>A<O> central_sep1 0.444713
+R<LYS>A<CE> R<THR>A<O> central_sep2 0.0794423
+R<LYS>A<CE> R<THR>A<O> sep1 1.20197
+R<LYS>A<CE> R<THR>A<O> sep2 0.19099
+R<LYS>A<CE> R<THR>A<OG1> central_sep1 0.0465034
+R<LYS>A<CE> R<THR>A<OG1> central_sep2 -0.265186
+R<LYS>A<CE> R<THR>A<OG1> sep1 1.07334
+R<LYS>A<CE> R<THR>A<OG1> sep2 -0.33376
+R<LYS>A<CE> R<TRP>A<C> central_sep1 1.76202
+R<LYS>A<CE> R<TRP>A<C> central_sep2 1.12206
+R<LYS>A<CE> R<TRP>A<C> sep1 1.91877
+R<LYS>A<CE> R<TRP>A<C> sep2 0.634254
+R<LYS>A<CE> R<TRP>A<CA> central_sep1 0.759253
+R<LYS>A<CE> R<TRP>A<CA> central_sep2 0.954625
+R<LYS>A<CE> R<TRP>A<CA> sep1 2.05644
+R<LYS>A<CE> R<TRP>A<CA> sep2 0.712566
+R<LYS>A<CE> R<TRP>A<CB> central_sep1 1.02836
+R<LYS>A<CE> R<TRP>A<CB> central_sep2 -0.134417
+R<LYS>A<CE> R<TRP>A<CB> sep1 2.55302
+R<LYS>A<CE> R<TRP>A<CB> sep2 -0.369261
+R<LYS>A<CE> R<TRP>A<CD1> central_sep1 0.476262
+R<LYS>A<CE> R<TRP>A<CD1> central_sep2 -0.429026
+R<LYS>A<CE> R<TRP>A<CD1> sep1 1.24243
+R<LYS>A<CE> R<TRP>A<CD1> sep2 -0.334786
+R<LYS>A<CE> R<TRP>A<CD2> central_sep1 0.568819
+R<LYS>A<CE> R<TRP>A<CD2> central_sep2 -0.990969
+R<LYS>A<CE> R<TRP>A<CD2> sep1 1.06961
+R<LYS>A<CE> R<TRP>A<CD2> sep2 -1.29315
+R<LYS>A<CE> R<TRP>A<CE2> central_sep1 -0.183712
+R<LYS>A<CE> R<TRP>A<CE2> central_sep2 -1.04695
+R<LYS>A<CE> R<TRP>A<CE2> sep1 0.516695
+R<LYS>A<CE> R<TRP>A<CE2> sep2 -1.37231
+R<LYS>A<CE> R<TRP>A<CE3> central_sep1 0.731967
+R<LYS>A<CE> R<TRP>A<CE3> central_sep2 -0.0468758
+R<LYS>A<CE> R<TRP>A<CE3> sep1 1.87186
+R<LYS>A<CE> R<TRP>A<CE3> sep2 -0.340576
+R<LYS>A<CE> R<TRP>A<CG> central_sep1 2.02834
+R<LYS>A<CE> R<TRP>A<CG> central_sep2 -0.806219
+R<LYS>A<CE> R<TRP>A<CG> sep1 1.06722
+R<LYS>A<CE> R<TRP>A<CG> sep2 -2.00921
+R<LYS>A<CE> R<TRP>A<CH2> central_sep1 0.354417
+R<LYS>A<CE> R<TRP>A<CH2> central_sep2 -0.364348
+R<LYS>A<CE> R<TRP>A<CH2> sep1 0.753112
+R<LYS>A<CE> R<TRP>A<CH2> sep2 -0.581478
+R<LYS>A<CE> R<TRP>A<CZ2> central_sep1 -0.475064
+R<LYS>A<CE> R<TRP>A<CZ2> central_sep2 -0.566296
+R<LYS>A<CE> R<TRP>A<CZ2> sep1 1.03999
+R<LYS>A<CE> R<TRP>A<CZ2> sep2 -0.787529
+R<LYS>A<CE> R<TRP>A<CZ3> central_sep1 0.459231
+R<LYS>A<CE> R<TRP>A<CZ3> central_sep2 -0.0307817
+R<LYS>A<CE> R<TRP>A<CZ3> sep1 1.30675
+R<LYS>A<CE> R<TRP>A<CZ3> sep2 -0.300072
+R<LYS>A<CE> R<TRP>A<N> central_sep1 2.925
+R<LYS>A<CE> R<TRP>A<N> central_sep2 1.61473
+R<LYS>A<CE> R<TRP>A<N> sep1 2.65623
+R<LYS>A<CE> R<TRP>A<N> sep2 1.46837
+R<LYS>A<CE> R<TRP>A<NE1> central_sep1 -0.152369
+R<LYS>A<CE> R<TRP>A<NE1> central_sep2 -0.383966
+R<LYS>A<CE> R<TRP>A<NE1> sep1 0.82845
+R<LYS>A<CE> R<TRP>A<NE1> sep2 -0.786429
+R<LYS>A<CE> R<TRP>A<O> central_sep1 0.603257
+R<LYS>A<CE> R<TRP>A<O> central_sep2 0.0182013
+R<LYS>A<CE> R<TRP>A<O> sep1 1.48912
+R<LYS>A<CE> R<TRP>A<O> sep2 0.231219
+R<LYS>A<CE> R<TYR>A<C> central_sep1 2.17943
+R<LYS>A<CE> R<TYR>A<C> central_sep2 1.17732
+R<LYS>A<CE> R<TYR>A<C> sep1 1.97857
+R<LYS>A<CE> R<TYR>A<C> sep2 0.513772
+R<LYS>A<CE> R<TYR>A<CA> central_sep1 1.05717
+R<LYS>A<CE> R<TYR>A<CA> central_sep2 0.926001
+R<LYS>A<CE> R<TYR>A<CA> sep1 2.30045
+R<LYS>A<CE> R<TYR>A<CA> sep2 0.698768
+R<LYS>A<CE> R<TYR>A<CB> central_sep1 1.20395
+R<LYS>A<CE> R<TYR>A<CB> central_sep2 0.0991208
+R<LYS>A<CE> R<TYR>A<CB> sep1 2.55759
+R<LYS>A<CE> R<TYR>A<CB> sep2 -0.0692529
+R<LYS>A<CE> R<TYR>A<CD1> central_sep1 0.92109
+R<LYS>A<CE> R<TYR>A<CD1> central_sep2 -0.184185
+R<LYS>A<CE> R<TYR>A<CD1> sep1 1.39619
+R<LYS>A<CE> R<TYR>A<CD1> sep2 -0.467283
+R<LYS>A<CE> R<TYR>A<CE1> central_sep1 -0.249851
+R<LYS>A<CE> R<TYR>A<CE1> central_sep2 -0.569342
+R<LYS>A<CE> R<TYR>A<CE1> sep1 0.543353
+R<LYS>A<CE> R<TYR>A<CE1> sep2 -0.788897
+R<LYS>A<CE> R<TYR>A<CG> central_sep1 1.66319
+R<LYS>A<CE> R<TYR>A<CG> central_sep2 -0.563367
+R<LYS>A<CE> R<TYR>A<CG> sep1 1.18625
+R<LYS>A<CE> R<TYR>A<CG> sep2 -1.57675
+R<LYS>A<CE> R<TYR>A<CZ> central_sep1 -1.1759
+R<LYS>A<CE> R<TYR>A<CZ> central_sep2 -0.923532
+R<LYS>A<CE> R<TYR>A<CZ> sep1 0.33317
+R<LYS>A<CE> R<TYR>A<CZ> sep2 -1.52535
+R<LYS>A<CE> R<TYR>A<N> central_sep1 3.17178
+R<LYS>A<CE> R<TYR>A<N> central_sep2 1.76773
+R<LYS>A<CE> R<TYR>A<N> sep1 2.83824
+R<LYS>A<CE> R<TYR>A<N> sep2 1.3365
+R<LYS>A<CE> R<TYR>A<O> central_sep1 0.631591
+R<LYS>A<CE> R<TYR>A<O> central_sep2 0.0153695
+R<LYS>A<CE> R<TYR>A<O> sep1 1.46608
+R<LYS>A<CE> R<TYR>A<O> sep2 0.171082
+R<LYS>A<CE> R<TYR>A<OH> central_sep1 -0.819289
+R<LYS>A<CE> R<TYR>A<OH> central_sep2 -0.99861
+R<LYS>A<CE> R<TYR>A<OH> sep1 0.614848
+R<LYS>A<CE> R<TYR>A<OH> sep2 -1.02141
+R<LYS>A<CE> R<VAL>A<C> central_sep1 2.56537
+R<LYS>A<CE> R<VAL>A<C> central_sep2 1.39912
+R<LYS>A<CE> R<VAL>A<C> sep1 2.32066
+R<LYS>A<CE> R<VAL>A<C> sep2 0.602481
+R<LYS>A<CE> R<VAL>A<CA> central_sep1 1.40251
+R<LYS>A<CE> R<VAL>A<CA> central_sep2 1.29516
+R<LYS>A<CE> R<VAL>A<CA> sep1 2.44079
+R<LYS>A<CE> R<VAL>A<CA> sep2 0.779736
+R<LYS>A<CE> R<VAL>A<CB> central_sep1 1.26712
+R<LYS>A<CE> R<VAL>A<CB> central_sep2 0.565252
+R<LYS>A<CE> R<VAL>A<CB> sep1 1.83809
+R<LYS>A<CE> R<VAL>A<CB> sep2 0.141969
+R<LYS>A<CE> R<VAL>A<CG1> central_sep1 -0.0351175
+R<LYS>A<CE> R<VAL>A<CG1> central_sep2 0.119142
+R<LYS>A<CE> R<VAL>A<CG1> sep1 2.10319
+R<LYS>A<CE> R<VAL>A<CG1> sep2 0.326241
+R<LYS>A<CE> R<VAL>A<CG2> central_sep1 0.524434
+R<LYS>A<CE> R<VAL>A<CG2> central_sep2 0.137645
+R<LYS>A<CE> R<VAL>A<CG2> sep1 2.28408
+R<LYS>A<CE> R<VAL>A<CG2> sep2 0.346127
+R<LYS>A<CE> R<VAL>A<N> central_sep1 3.051
+R<LYS>A<CE> R<VAL>A<N> central_sep2 1.88351
+R<LYS>A<CE> R<VAL>A<N> sep1 2.94195
+R<LYS>A<CE> R<VAL>A<N> sep2 1.14101
+R<LYS>A<CE> R<VAL>A<O> central_sep1 0.7395
+R<LYS>A<CE> R<VAL>A<O> central_sep2 0.0396218
+R<LYS>A<CE> R<VAL>A<O> sep1 1.50454
+R<LYS>A<CE> R<VAL>A<O> sep2 0.325848
+R<LYS>A<CE> c<solvent> . -0.673141
+R<LYS>A<CG> R<LYS>A<CG> central_sep1 -0.15352
+R<LYS>A<CG> R<LYS>A<CG> central_sep2 0.499835
+R<LYS>A<CG> R<LYS>A<CG> sep1 0.562505
+R<LYS>A<CG> R<LYS>A<CG> sep2 0.598275
+R<LYS>A<CG> R<LYS>A<N> central_sep1 0.82143
+R<LYS>A<CG> R<LYS>A<N> central_sep2 1.99686
+R<LYS>A<CG> R<LYS>A<N> sep1 -0.191176
+R<LYS>A<CG> R<LYS>A<N> sep2 1.56004
+R<LYS>A<CG> R<LYS>A<NZ> central_sep1 1.22065
+R<LYS>A<CG> R<LYS>A<NZ> central_sep2 1.38764
+R<LYS>A<CG> R<LYS>A<NZ> sep1 2.06234
+R<LYS>A<CG> R<LYS>A<NZ> sep2 1.08329
+R<LYS>A<CG> R<LYS>A<O> central_sep1 -1.38563
+R<LYS>A<CG> R<LYS>A<O> central_sep2 0.512635
+R<LYS>A<CG> R<LYS>A<O> sep1 0.399844
+R<LYS>A<CG> R<LYS>A<O> sep2 0.42446
+R<LYS>A<CG> R<MET>A<C> central_sep1 0.800396
+R<LYS>A<CG> R<MET>A<C> central_sep2 0.766233
+R<LYS>A<CG> R<MET>A<C> sep1 -0.870289
+R<LYS>A<CG> R<MET>A<C> sep2 0.0943927
+R<LYS>A<CG> R<MET>A<CA> central_sep1 0.82924
+R<LYS>A<CG> R<MET>A<CA> central_sep2 0.849202
+R<LYS>A<CG> R<MET>A<CA> sep1 0.792261
+R<LYS>A<CG> R<MET>A<CA> sep2 0.912745
+R<LYS>A<CG> R<MET>A<CB> central_sep1 0.226316
+R<LYS>A<CG> R<MET>A<CB> central_sep2 0.104626
+R<LYS>A<CG> R<MET>A<CB> sep1 0.644609
+R<LYS>A<CG> R<MET>A<CB> sep2 0.410827
+R<LYS>A<CG> R<MET>A<CE> central_sep1 -0.00533803
+R<LYS>A<CG> R<MET>A<CE> central_sep2 -0.474465
+R<LYS>A<CG> R<MET>A<CE> sep1 1.83294
+R<LYS>A<CG> R<MET>A<CE> sep2 -0.0600912
+R<LYS>A<CG> R<MET>A<CG> central_sep1 -0.166553
+R<LYS>A<CG> R<MET>A<CG> central_sep2 0.0126511
+R<LYS>A<CG> R<MET>A<CG> sep1 0.995676
+R<LYS>A<CG> R<MET>A<CG> sep2 0.0845281
+R<LYS>A<CG> R<MET>A<N> central_sep1 1.13381
+R<LYS>A<CG> R<MET>A<N> central_sep2 1.71679
+R<LYS>A<CG> R<MET>A<N> sep1 0.0250947
+R<LYS>A<CG> R<MET>A<N> sep2 1.24745
+R<LYS>A<CG> R<MET>A<O> central_sep1 -1.06395
+R<LYS>A<CG> R<MET>A<O> central_sep2 0.292746
+R<LYS>A<CG> R<MET>A<O> sep1 0.538527
+R<LYS>A<CG> R<MET>A<O> sep2 0.378204
+R<LYS>A<CG> R<MET>A<SD> central_sep1 -0.194028
+R<LYS>A<CG> R<MET>A<SD> central_sep2 -0.652217
+R<LYS>A<CG> R<MET>A<SD> sep1 1.29826
+R<LYS>A<CG> R<MET>A<SD> sep2 -0.187178
+R<LYS>A<CG> R<PHE>A<C> central_sep1 0.531419
+R<LYS>A<CG> R<PHE>A<C> central_sep2 0.578007
+R<LYS>A<CG> R<PHE>A<C> sep1 -0.910836
+R<LYS>A<CG> R<PHE>A<C> sep2 -0.283193
+R<LYS>A<CG> R<PHE>A<CA> central_sep1 0.676834
+R<LYS>A<CG> R<PHE>A<CA> central_sep2 0.706456
+R<LYS>A<CG> R<PHE>A<CA> sep1 0.941844
+R<LYS>A<CG> R<PHE>A<CA> sep2 0.813534
+R<LYS>A<CG> R<PHE>A<CB> central_sep1 0.550004
+R<LYS>A<CG> R<PHE>A<CB> central_sep2 -0.111067
+R<LYS>A<CG> R<PHE>A<CB> sep1 1.34323
+R<LYS>A<CG> R<PHE>A<CB> sep2 0.0315517
+R<LYS>A<CG> R<PHE>A<CD1> central_sep1 -0.117593
+R<LYS>A<CG> R<PHE>A<CD1> central_sep2 -0.359592
+R<LYS>A<CG> R<PHE>A<CD1> sep1 1.03141
+R<LYS>A<CG> R<PHE>A<CD1> sep2 -0.448015
+R<LYS>A<CG> R<PHE>A<CE1> central_sep1 -0.0416593
+R<LYS>A<CG> R<PHE>A<CE1> central_sep2 -0.587778
+R<LYS>A<CG> R<PHE>A<CE1> sep1 1.11563
+R<LYS>A<CG> R<PHE>A<CE1> sep2 -0.511741
+R<LYS>A<CG> R<PHE>A<CG> central_sep1 1.02525
+R<LYS>A<CG> R<PHE>A<CG> central_sep2 -0.593971
+R<LYS>A<CG> R<PHE>A<CG> sep1 0.613221
+R<LYS>A<CG> R<PHE>A<CG> sep2 -1.53168
+R<LYS>A<CG> R<PHE>A<CZ> central_sep1 0.317933
+R<LYS>A<CG> R<PHE>A<CZ> central_sep2 -0.688704
+R<LYS>A<CG> R<PHE>A<CZ> sep1 1.17273
+R<LYS>A<CG> R<PHE>A<CZ> sep2 -0.547331
+R<LYS>A<CG> R<PHE>A<N> central_sep1 1.02986
+R<LYS>A<CG> R<PHE>A<N> central_sep2 1.71421
+R<LYS>A<CG> R<PHE>A<N> sep1 -0.0972169
+R<LYS>A<CG> R<PHE>A<N> sep2 1.21425
+R<LYS>A<CG> R<PHE>A<O> central_sep1 -0.939438
+R<LYS>A<CG> R<PHE>A<O> central_sep2 0.223088
+R<LYS>A<CG> R<PHE>A<O> sep1 0.501539
+R<LYS>A<CG> R<PHE>A<O> sep2 0.310318
+R<LYS>A<CG> R<PRO>A<C> central_sep1 1.14046
+R<LYS>A<CG> R<PRO>A<C> central_sep2 1.21505
+R<LYS>A<CG> R<PRO>A<C> sep1 -0.403328
+R<LYS>A<CG> R<PRO>A<C> sep2 0.376703
+R<LYS>A<CG> R<PRO>A<CA> central_sep1 0.580273
+R<LYS>A<CG> R<PRO>A<CA> central_sep2 0.502468
+R<LYS>A<CG> R<PRO>A<CA> sep1 1.07776
+R<LYS>A<CG> R<PRO>A<CA> sep2 0.698904
+R<LYS>A<CG> R<PRO>A<CB> central_sep1 0.308963
+R<LYS>A<CG> R<PRO>A<CB> central_sep2 0.00334786
+R<LYS>A<CG> R<PRO>A<CB> sep1 0.499404
+R<LYS>A<CG> R<PRO>A<CB> sep2 0.0881316
+R<LYS>A<CG> R<PRO>A<CD> central_sep1 0.190831
+R<LYS>A<CG> R<PRO>A<CD> central_sep2 0.598242
+R<LYS>A<CG> R<PRO>A<CD> sep1 0.219412
+R<LYS>A<CG> R<PRO>A<CD> sep2 0.572167
+R<LYS>A<CG> R<PRO>A<CG> central_sep1 0.401469
+R<LYS>A<CG> R<PRO>A<CG> central_sep2 -0.0225976
+R<LYS>A<CG> R<PRO>A<CG> sep1 1.11721
+R<LYS>A<CG> R<PRO>A<CG> sep2 0.0989731
+R<LYS>A<CG> R<PRO>A<N> central_sep1 1.26512
+R<LYS>A<CG> R<PRO>A<N> central_sep2 1.10643
+R<LYS>A<CG> R<PRO>A<N> sep1 -0.756716
+R<LYS>A<CG> R<PRO>A<N> sep2 -0.0389271
+R<LYS>A<CG> R<PRO>A<O> central_sep1 -1.29577
+R<LYS>A<CG> R<PRO>A<O> central_sep2 0.374559
+R<LYS>A<CG> R<PRO>A<O> sep1 0.607204
+R<LYS>A<CG> R<PRO>A<O> sep2 0.636519
+R<LYS>A<CG> R<SER>A<C> central_sep1 0.813645
+R<LYS>A<CG> R<SER>A<C> central_sep2 0.836759
+R<LYS>A<CG> R<SER>A<C> sep1 -0.735075
+R<LYS>A<CG> R<SER>A<C> sep2 0.136509
+R<LYS>A<CG> R<SER>A<CA> central_sep1 0.953336
+R<LYS>A<CG> R<SER>A<CA> central_sep2 0.363304
+R<LYS>A<CG> R<SER>A<CA> sep1 0.736903
+R<LYS>A<CG> R<SER>A<CA> sep2 0.361127
+R<LYS>A<CG> R<SER>A<CB> central_sep1 0.563667
+R<LYS>A<CG> R<SER>A<CB> central_sep2 -0.0862461
+R<LYS>A<CG> R<SER>A<CB> sep1 0.646653
+R<LYS>A<CG> R<SER>A<CB> sep2 0.130958
+R<LYS>A<CG> R<SER>A<N> central_sep1 0.649362
+R<LYS>A<CG> R<SER>A<N> central_sep2 1.63437
+R<LYS>A<CG> R<SER>A<N> sep1 0.110361
+R<LYS>A<CG> R<SER>A<N> sep2 1.00079
+R<LYS>A<CG> R<SER>A<O> central_sep1 -1.18764
+R<LYS>A<CG> R<SER>A<O> central_sep2 0.25836
+R<LYS>A<CG> R<SER>A<O> sep1 0.459952
+R<LYS>A<CG> R<SER>A<O> sep2 0.407254
+R<LYS>A<CG> R<SER>A<OG> central_sep1 -0.741213
+R<LYS>A<CG> R<SER>A<OG> central_sep2 0.00608421
+R<LYS>A<CG> R<SER>A<OG> sep1 0.611357
+R<LYS>A<CG> R<SER>A<OG> sep2 -0.0152344
+R<LYS>A<CG> R<THR>A<C> central_sep1 0.60176
+R<LYS>A<CG> R<THR>A<C> central_sep2 0.688724
+R<LYS>A<CG> R<THR>A<C> sep1 -0.77983
+R<LYS>A<CG> R<THR>A<C> sep2 0.16739
+R<LYS>A<CG> R<THR>A<CA> central_sep1 1.08857
+R<LYS>A<CG> R<THR>A<CA> central_sep2 0.36944
+R<LYS>A<CG> R<THR>A<CA> sep1 0.901453
+R<LYS>A<CG> R<THR>A<CA> sep2 0.451457
+R<LYS>A<CG> R<THR>A<CB> central_sep1 0.389668
+R<LYS>A<CG> R<THR>A<CB> central_sep2 0.00527188
+R<LYS>A<CG> R<THR>A<CB> sep1 0.529913
+R<LYS>A<CG> R<THR>A<CB> sep2 -0.167583
+R<LYS>A<CG> R<THR>A<CG2> central_sep1 -0.181143
+R<LYS>A<CG> R<THR>A<CG2> central_sep2 -0.420029
+R<LYS>A<CG> R<THR>A<CG2> sep1 1.34911
+R<LYS>A<CG> R<THR>A<CG2> sep2 0.0395155
+R<LYS>A<CG> R<THR>A<N> central_sep1 0.582113
+R<LYS>A<CG> R<THR>A<N> central_sep2 1.61574
+R<LYS>A<CG> R<THR>A<N> sep1 -0.145743
+R<LYS>A<CG> R<THR>A<N> sep2 1.19634
+R<LYS>A<CG> R<THR>A<O> central_sep1 -1.19258
+R<LYS>A<CG> R<THR>A<O> central_sep2 0.311321
+R<LYS>A<CG> R<THR>A<O> sep1 0.503734
+R<LYS>A<CG> R<THR>A<O> sep2 0.341365
+R<LYS>A<CG> R<THR>A<OG1> central_sep1 -0.770364
+R<LYS>A<CG> R<THR>A<OG1> central_sep2 -0.192999
+R<LYS>A<CG> R<THR>A<OG1> sep1 0.744669
+R<LYS>A<CG> R<THR>A<OG1> sep2 -0.0505557
+R<LYS>A<CG> R<TRP>A<C> central_sep1 0.459474
+R<LYS>A<CG> R<TRP>A<C> central_sep2 0.825717
+R<LYS>A<CG> R<TRP>A<C> sep1 -0.995907
+R<LYS>A<CG> R<TRP>A<C> sep2 0.198047
+R<LYS>A<CG> R<TRP>A<CA> central_sep1 0.423817
+R<LYS>A<CG> R<TRP>A<CA> central_sep2 0.490918
+R<LYS>A<CG> R<TRP>A<CA> sep1 0.865393
+R<LYS>A<CG> R<TRP>A<CA> sep2 0.938092
+R<LYS>A<CG> R<TRP>A<CB> central_sep1 0.590489
+R<LYS>A<CG> R<TRP>A<CB> central_sep2 -0.166913
+R<LYS>A<CG> R<TRP>A<CB> sep1 1.24309
+R<LYS>A<CG> R<TRP>A<CB> sep2 -0.227171
+R<LYS>A<CG> R<TRP>A<CD1> central_sep1 -0.460146
+R<LYS>A<CG> R<TRP>A<CD1> central_sep2 -0.239803
+R<LYS>A<CG> R<TRP>A<CD1> sep1 1.00717
+R<LYS>A<CG> R<TRP>A<CD1> sep2 -0.0743085
+R<LYS>A<CG> R<TRP>A<CD2> central_sep1 -0.994268
+R<LYS>A<CG> R<TRP>A<CD2> central_sep2 -1.18696
+R<LYS>A<CG> R<TRP>A<CD2> sep1 -0.059424
+R<LYS>A<CG> R<TRP>A<CD2> sep2 -1.30353
+R<LYS>A<CG> R<TRP>A<CE2> central_sep1 -1.26373
+R<LYS>A<CG> R<TRP>A<CE2> central_sep2 -1.18467
+R<LYS>A<CG> R<TRP>A<CE2> sep1 0.0807676
+R<LYS>A<CG> R<TRP>A<CE2> sep2 -1.38235
+R<LYS>A<CG> R<TRP>A<CE3> central_sep1 -0.44892
+R<LYS>A<CG> R<TRP>A<CE3> central_sep2 -0.589409
+R<LYS>A<CG> R<TRP>A<CE3> sep1 1.01779
+R<LYS>A<CG> R<TRP>A<CE3> sep2 -0.594056
+R<LYS>A<CG> R<TRP>A<CG> central_sep1 0.791023
+R<LYS>A<CG> R<TRP>A<CG> central_sep2 -0.762691
+R<LYS>A<CG> R<TRP>A<CG> sep1 0.290983
+R<LYS>A<CG> R<TRP>A<CG> sep2 -1.8288
+R<LYS>A<CG> R<TRP>A<CH2> central_sep1 0.358267
+R<LYS>A<CG> R<TRP>A<CH2> central_sep2 -0.786087
+R<LYS>A<CG> R<TRP>A<CH2> sep1 1.00828
+R<LYS>A<CG> R<TRP>A<CH2> sep2 -0.751162
+R<LYS>A<CG> R<TRP>A<CZ2> central_sep1 -0.0918132
+R<LYS>A<CG> R<TRP>A<CZ2> central_sep2 -0.716844
+R<LYS>A<CG> R<TRP>A<CZ2> sep1 1.29714
+R<LYS>A<CG> R<TRP>A<CZ2> sep2 -0.515387
+R<LYS>A<CG> R<TRP>A<CZ3> central_sep1 0.00589018
+R<LYS>A<CG> R<TRP>A<CZ3> central_sep2 -0.668017
+R<LYS>A<CG> R<TRP>A<CZ3> sep1 0.682369
+R<LYS>A<CG> R<TRP>A<CZ3> sep2 -0.699398
+R<LYS>A<CG> R<TRP>A<N> central_sep1 0.615001
+R<LYS>A<CG> R<TRP>A<N> central_sep2 1.75806
+R<LYS>A<CG> R<TRP>A<N> sep1 -0.0934914
+R<LYS>A<CG> R<TRP>A<N> sep2 1.11289
+R<LYS>A<CG> R<TRP>A<NE1> central_sep1 0.173432
+R<LYS>A<CG> R<TRP>A<NE1> central_sep2 -0.0554849
+R<LYS>A<CG> R<TRP>A<NE1> sep1 0.729097
+R<LYS>A<CG> R<TRP>A<NE1> sep2 -0.562781
+R<LYS>A<CG> R<TRP>A<O> central_sep1 -1.08998
+R<LYS>A<CG> R<TRP>A<O> central_sep2 0.378755
+R<LYS>A<CG> R<TRP>A<O> sep1 0.387888
+R<LYS>A<CG> R<TRP>A<O> sep2 0.597318
+R<LYS>A<CG> R<TYR>A<C> central_sep1 0.555424
+R<LYS>A<CG> R<TYR>A<C> central_sep2 0.438177
+R<LYS>A<CG> R<TYR>A<C> sep1 -0.838581
+R<LYS>A<CG> R<TYR>A<C> sep2 -0.170094
+R<LYS>A<CG> R<TYR>A<CA> central_sep1 0.670762
+R<LYS>A<CG> R<TYR>A<CA> central_sep2 0.466098
+R<LYS>A<CG> R<TYR>A<CA> sep1 0.9262
+R<LYS>A<CG> R<TYR>A<CA> sep2 0.531361
+R<LYS>A<CG> R<TYR>A<CB> central_sep1 0.440891
+R<LYS>A<CG> R<TYR>A<CB> central_sep2 -0.280483
+R<LYS>A<CG> R<TYR>A<CB> sep1 1.27605
+R<LYS>A<CG> R<TYR>A<CB> sep2 -0.175351
+R<LYS>A<CG> R<TYR>A<CD1> central_sep1 -0.656942
+R<LYS>A<CG> R<TYR>A<CD1> central_sep2 -0.599899
+R<LYS>A<CG> R<TYR>A<CD1> sep1 0.411053
+R<LYS>A<CG> R<TYR>A<CD1> sep2 -0.788538
+R<LYS>A<CG> R<TYR>A<CE1> central_sep1 -0.762332
+R<LYS>A<CG> R<TYR>A<CE1> central_sep2 -0.911562
+R<LYS>A<CG> R<TYR>A<CE1> sep1 0.407576
+R<LYS>A<CG> R<TYR>A<CE1> sep2 -0.826825
+R<LYS>A<CG> R<TYR>A<CG> central_sep1 0.22625
+R<LYS>A<CG> R<TYR>A<CG> central_sep2 -0.802393
+R<LYS>A<CG> R<TYR>A<CG> sep1 -0.294818
+R<LYS>A<CG> R<TYR>A<CG> sep2 -1.89529
+R<LYS>A<CG> R<TYR>A<CZ> central_sep1 -1.16823
+R<LYS>A<CG> R<TYR>A<CZ> central_sep2 -1.23235
+R<LYS>A<CG> R<TYR>A<CZ> sep1 -0.267316
+R<LYS>A<CG> R<TYR>A<CZ> sep2 -1.70207
+R<LYS>A<CG> R<TYR>A<N> central_sep1 0.69376
+R<LYS>A<CG> R<TYR>A<N> central_sep2 1.39122
+R<LYS>A<CG> R<TYR>A<N> sep1 -0.225101
+R<LYS>A<CG> R<TYR>A<N> sep2 1.06775
+R<LYS>A<CG> R<TYR>A<O> central_sep1 -1.14996
+R<LYS>A<CG> R<TYR>A<O> central_sep2 0.226137
+R<LYS>A<CG> R<TYR>A<O> sep1 0.535655
+R<LYS>A<CG> R<TYR>A<O> sep2 0.0969623
+R<LYS>A<CG> R<TYR>A<OH> central_sep1 0.50159
+R<LYS>A<CG> R<TYR>A<OH> central_sep2 -0.732348
+R<LYS>A<CG> R<TYR>A<OH> sep1 0.959033
+R<LYS>A<CG> R<TYR>A<OH> sep2 -0.793096
+R<LYS>A<CG> R<VAL>A<C> central_sep1 0.500136
+R<LYS>A<CG> R<VAL>A<C> central_sep2 0.820126
+R<LYS>A<CG> R<VAL>A<C> sep1 -1.13018
+R<LYS>A<CG> R<VAL>A<C> sep2 -0.257152
+R<LYS>A<CG> R<VAL>A<CA> central_sep1 1.06328
+R<LYS>A<CG> R<VAL>A<CA> central_sep2 0.749159
+R<LYS>A<CG> R<VAL>A<CA> sep1 1.10696
+R<LYS>A<CG> R<VAL>A<CA> sep2 0.744144
+R<LYS>A<CG> R<VAL>A<CB> central_sep1 1.05837
+R<LYS>A<CG> R<VAL>A<CB> central_sep2 -0.220417
+R<LYS>A<CG> R<VAL>A<CB> sep1 0.760541
+R<LYS>A<CG> R<VAL>A<CB> sep2 -0.242583
+R<LYS>A<CG> R<VAL>A<CG1> central_sep1 -0.142518
+R<LYS>A<CG> R<VAL>A<CG1> central_sep2 -0.511277
+R<LYS>A<CG> R<VAL>A<CG1> sep1 1.20959
+R<LYS>A<CG> R<VAL>A<CG1> sep2 0.0480996
+R<LYS>A<CG> R<VAL>A<CG2> central_sep1 -0.0868739
+R<LYS>A<CG> R<VAL>A<CG2> central_sep2 -0.467741
+R<LYS>A<CG> R<VAL>A<CG2> sep1 1.64974
+R<LYS>A<CG> R<VAL>A<CG2> sep2 0.131163
+R<LYS>A<CG> R<VAL>A<N> central_sep1 0.715747
+R<LYS>A<CG> R<VAL>A<N> central_sep2 1.57838
+R<LYS>A<CG> R<VAL>A<N> sep1 -0.457888
+R<LYS>A<CG> R<VAL>A<N> sep2 1.09115
+R<LYS>A<CG> R<VAL>A<O> central_sep1 -1.02556
+R<LYS>A<CG> R<VAL>A<O> central_sep2 0.172425
+R<LYS>A<CG> R<VAL>A<O> sep1 0.360019
+R<LYS>A<CG> R<VAL>A<O> sep2 0.137713
+R<LYS>A<CG> c<solvent> . -0.203668
+R<LYS>A<N> R<LYS>A<N> central_sep1 1.02654
+R<LYS>A<N> R<LYS>A<N> central_sep2 2.00179
+R<LYS>A<N> R<LYS>A<N> sep1 -2.43082
+R<LYS>A<N> R<LYS>A<N> sep2 1.75939
+R<LYS>A<N> R<LYS>A<NZ> central_sep1 2.87155
+R<LYS>A<N> R<LYS>A<NZ> central_sep2 2.42163
+R<LYS>A<N> R<LYS>A<NZ> sep1 3.4136
+R<LYS>A<N> R<LYS>A<NZ> sep2 1.59672
+R<LYS>A<N> R<LYS>A<O> central_sep1 -1.8522
+R<LYS>A<N> R<LYS>A<O> central_sep2 -0.417846
+R<LYS>A<N> R<LYS>A<O> sep1 -0.178284
+R<LYS>A<N> R<LYS>A<O> sep2 1.061
+R<LYS>A<N> R<MET>A<C> central_sep1 -0.559223
+R<LYS>A<N> R<MET>A<C> central_sep2 3.03
+R<LYS>A<N> R<MET>A<C> sep1 -1.86268
+R<LYS>A<N> R<MET>A<C> sep2 2.41148
+R<LYS>A<N> R<MET>A<CA> central_sep1 2.83614
+R<LYS>A<N> R<MET>A<CA> central_sep2 1.6418
+R<LYS>A<N> R<MET>A<CA> sep1 -2.38928
+R<LYS>A<N> R<MET>A<CA> sep2 1.32082
+R<LYS>A<N> R<MET>A<CB> central_sep1 1.23843
+R<LYS>A<N> R<MET>A<CB> central_sep2 1.79372
+R<LYS>A<N> R<MET>A<CB> sep1 -1.5575
+R<LYS>A<N> R<MET>A<CB> sep2 1.4626
+R<LYS>A<N> R<MET>A<CE> central_sep1 1.7703
+R<LYS>A<N> R<MET>A<CE> central_sep2 0.63971
+R<LYS>A<N> R<MET>A<CE> sep1 2.02704
+R<LYS>A<N> R<MET>A<CE> sep2 0.525871
+R<LYS>A<N> R<MET>A<CG> central_sep1 0.601878
+R<LYS>A<N> R<MET>A<CG> central_sep2 1.12673
+R<LYS>A<N> R<MET>A<CG> sep1 0.110279
+R<LYS>A<N> R<MET>A<CG> sep2 1.0403
+R<LYS>A<N> R<MET>A<N> central_sep1 1.84008
+R<LYS>A<N> R<MET>A<N> central_sep2 2.50402
+R<LYS>A<N> R<MET>A<N> sep1 -2.27043
+R<LYS>A<N> R<MET>A<N> sep2 1.70808
+R<LYS>A<N> R<MET>A<O> central_sep1 -1.73644
+R<LYS>A<N> R<MET>A<O> central_sep2 -0.473385
+R<LYS>A<N> R<MET>A<O> sep1 0.0397225
+R<LYS>A<N> R<MET>A<O> sep2 0.892134
+R<LYS>A<N> R<MET>A<SD> central_sep1 1.06024
+R<LYS>A<N> R<MET>A<SD> central_sep2 0.694143
+R<LYS>A<N> R<MET>A<SD> sep1 1.93152
+R<LYS>A<N> R<MET>A<SD> sep2 0.469457
+R<LYS>A<N> R<PHE>A<C> central_sep1 -0.568545
+R<LYS>A<N> R<PHE>A<C> central_sep2 3.45662
+R<LYS>A<N> R<PHE>A<C> sep1 -1.91869
+R<LYS>A<N> R<PHE>A<C> sep2 1.84953
+R<LYS>A<N> R<PHE>A<CA> central_sep1 2.60172
+R<LYS>A<N> R<PHE>A<CA> central_sep2 1.40534
+R<LYS>A<N> R<PHE>A<CA> sep1 -2.23766
+R<LYS>A<N> R<PHE>A<CA> sep2 1.11945
+R<LYS>A<N> R<PHE>A<CB> central_sep1 1.32978
+R<LYS>A<N> R<PHE>A<CB> central_sep2 1.16437
+R<LYS>A<N> R<PHE>A<CB> sep1 -1.14731
+R<LYS>A<N> R<PHE>A<CB> sep2 1.05746
+R<LYS>A<N> R<PHE>A<CD1> central_sep1 0.567128
+R<LYS>A<N> R<PHE>A<CD1> central_sep2 1.03361
+R<LYS>A<N> R<PHE>A<CD1> sep1 0.242976
+R<LYS>A<N> R<PHE>A<CD1> sep2 0.491589
+R<LYS>A<N> R<PHE>A<CE1> central_sep1 1.7017
+R<LYS>A<N> R<PHE>A<CE1> central_sep2 0.53935
+R<LYS>A<N> R<PHE>A<CE1> sep1 2.28112
+R<LYS>A<N> R<PHE>A<CE1> sep2 0.296557
+R<LYS>A<N> R<PHE>A<CG> central_sep1 0.868343
+R<LYS>A<N> R<PHE>A<CG> central_sep2 1.98706
+R<LYS>A<N> R<PHE>A<CG> sep1 -0.586295
+R<LYS>A<N> R<PHE>A<CG> sep2 0.876518
+R<LYS>A<N> R<PHE>A<CZ> central_sep1 2.69146
+R<LYS>A<N> R<PHE>A<CZ> central_sep2 0.45559
+R<LYS>A<N> R<PHE>A<CZ> sep1 2.8278
+R<LYS>A<N> R<PHE>A<CZ> sep2 0.28872
+R<LYS>A<N> R<PHE>A<N> central_sep1 1.76677
+R<LYS>A<N> R<PHE>A<N> central_sep2 2.48566
+R<LYS>A<N> R<PHE>A<N> sep1 -2.16017
+R<LYS>A<N> R<PHE>A<N> sep2 1.87085
+R<LYS>A<N> R<PHE>A<O> central_sep1 -1.65459
+R<LYS>A<N> R<PHE>A<O> central_sep2 -0.551947
+R<LYS>A<N> R<PHE>A<O> sep1 0.0779983
+R<LYS>A<N> R<PHE>A<O> sep2 1.19634
+R<LYS>A<N> R<PRO>A<C> central_sep1 -0.522418
+R<LYS>A<N> R<PRO>A<C> central_sep2 2.82786
+R<LYS>A<N> R<PRO>A<C> sep1 -1.35553
+R<LYS>A<N> R<PRO>A<C> sep2 2.1715
+R<LYS>A<N> R<PRO>A<CA> central_sep1 2.99152
+R<LYS>A<N> R<PRO>A<CA> central_sep2 1.89958
+R<LYS>A<N> R<PRO>A<CA> sep1 -2.16049
+R<LYS>A<N> R<PRO>A<CA> sep2 1.35132
+R<LYS>A<N> R<PRO>A<CB> central_sep1 1.5263
+R<LYS>A<N> R<PRO>A<CB> central_sep2 1.41318
+R<LYS>A<N> R<PRO>A<CB> sep1 -1.0775
+R<LYS>A<N> R<PRO>A<CB> sep2 1.14694
+R<LYS>A<N> R<PRO>A<CD> central_sep1 0.237257
+R<LYS>A<N> R<PRO>A<CD> central_sep2 1.91674
+R<LYS>A<N> R<PRO>A<CD> sep1 0.141074
+R<LYS>A<N> R<PRO>A<CD> sep2 1.4206
+R<LYS>A<N> R<PRO>A<CG> central_sep1 2.08188
+R<LYS>A<N> R<PRO>A<CG> central_sep2 1.3232
+R<LYS>A<N> R<PRO>A<CG> sep1 0.579303
+R<LYS>A<N> R<PRO>A<CG> sep2 0.817629
+R<LYS>A<N> R<PRO>A<N> central_sep1 2.56148
+R<LYS>A<N> R<PRO>A<N> central_sep2 2.69773
+R<LYS>A<N> R<PRO>A<N> sep1 -2.51805
+R<LYS>A<N> R<PRO>A<N> sep2 2.00687
+R<LYS>A<N> R<PRO>A<O> central_sep1 -1.42491
+R<LYS>A<N> R<PRO>A<O> central_sep2 0.256383
+R<LYS>A<N> R<PRO>A<O> sep1 -0.0645916
+R<LYS>A<N> R<PRO>A<O> sep2 0.978476
+R<LYS>A<N> R<SER>A<C> central_sep1 -0.694688
+R<LYS>A<N> R<SER>A<C> central_sep2 2.88981
+R<LYS>A<N> R<SER>A<C> sep1 -1.65982
+R<LYS>A<N> R<SER>A<C> sep2 1.69263
+R<LYS>A<N> R<SER>A<CA> central_sep1 3.27994
+R<LYS>A<N> R<SER>A<CA> central_sep2 1.38301
+R<LYS>A<N> R<SER>A<CA> sep1 -1.99235
+R<LYS>A<N> R<SER>A<CA> sep2 1.15037
+R<LYS>A<N> R<SER>A<CB> central_sep1 1.07124
+R<LYS>A<N> R<SER>A<CB> central_sep2 1.43626
+R<LYS>A<N> R<SER>A<CB> sep1 -0.780421
+R<LYS>A<N> R<SER>A<CB> sep2 0.912776
+R<LYS>A<N> R<SER>A<N> central_sep1 1.26415
+R<LYS>A<N> R<SER>A<N> central_sep2 2.23594
+R<LYS>A<N> R<SER>A<N> sep1 -2.17063
+R<LYS>A<N> R<SER>A<N> sep2 1.73486
+R<LYS>A<N> R<SER>A<O> central_sep1 -1.66707
+R<LYS>A<N> R<SER>A<O> central_sep2 -0.582549
+R<LYS>A<N> R<SER>A<O> sep1 0.0234395
+R<LYS>A<N> R<SER>A<O> sep2 1.11302
+R<LYS>A<N> R<SER>A<OG> central_sep1 -0.916672
+R<LYS>A<N> R<SER>A<OG> central_sep2 0.567476
+R<LYS>A<N> R<SER>A<OG> sep1 -0.142985
+R<LYS>A<N> R<SER>A<OG> sep2 0.946233
+R<LYS>A<N> R<THR>A<C> central_sep1 -0.49315
+R<LYS>A<N> R<THR>A<C> central_sep2 2.93317
+R<LYS>A<N> R<THR>A<C> sep1 -1.69174
+R<LYS>A<N> R<THR>A<C> sep2 1.71285
+R<LYS>A<N> R<THR>A<CA> central_sep1 3.35108
+R<LYS>A<N> R<THR>A<CA> central_sep2 1.53729
+R<LYS>A<N> R<THR>A<CA> sep1 -1.9856
+R<LYS>A<N> R<THR>A<CA> sep2 1.18738
+R<LYS>A<N> R<THR>A<CB> central_sep1 0.212932
+R<LYS>A<N> R<THR>A<CB> central_sep2 1.45757
+R<LYS>A<N> R<THR>A<CB> sep1 -1.44708
+R<LYS>A<N> R<THR>A<CB> sep2 0.803358
+R<LYS>A<N> R<THR>A<CG2> central_sep1 0.943038
+R<LYS>A<N> R<THR>A<CG2> central_sep2 1.07373
+R<LYS>A<N> R<THR>A<CG2> sep1 0.424275
+R<LYS>A<N> R<THR>A<CG2> sep2 0.790846
+R<LYS>A<N> R<THR>A<N> central_sep1 1.00523
+R<LYS>A<N> R<THR>A<N> central_sep2 2.15756
+R<LYS>A<N> R<THR>A<N> sep1 -2.26403
+R<LYS>A<N> R<THR>A<N> sep2 1.48019
+R<LYS>A<N> R<THR>A<O> central_sep1 -1.56533
+R<LYS>A<N> R<THR>A<O> central_sep2 -0.860141
+R<LYS>A<N> R<THR>A<O> sep1 -0.042128
+R<LYS>A<N> R<THR>A<O> sep2 1.01792
+R<LYS>A<N> R<THR>A<OG1> central_sep1 -0.64215
+R<LYS>A<N> R<THR>A<OG1> central_sep2 0.690771
+R<LYS>A<N> R<THR>A<OG1> sep1 0.0605025
+R<LYS>A<N> R<THR>A<OG1> sep2 0.929039
+R<LYS>A<N> R<TRP>A<C> central_sep1 -0.670283
+R<LYS>A<N> R<TRP>A<C> central_sep2 3.45015
+R<LYS>A<N> R<TRP>A<C> sep1 -1.89036
+R<LYS>A<N> R<TRP>A<C> sep2 1.55501
+R<LYS>A<N> R<TRP>A<CA> central_sep1 3.97056
+R<LYS>A<N> R<TRP>A<CA> central_sep2 1.48973
+R<LYS>A<N> R<TRP>A<CA> sep1 -2.21814
+R<LYS>A<N> R<TRP>A<CA> sep2 0.73691
+R<LYS>A<N> R<TRP>A<CB> central_sep1 1.44712
+R<LYS>A<N> R<TRP>A<CB> central_sep2 1.03774
+R<LYS>A<N> R<TRP>A<CB> sep1 -1.14594
+R<LYS>A<N> R<TRP>A<CB> sep2 0.753997
+R<LYS>A<N> R<TRP>A<CD1> central_sep1 0.382869
+R<LYS>A<N> R<TRP>A<CD1> central_sep2 0.922701
+R<LYS>A<N> R<TRP>A<CD1> sep1 0.199913
+R<LYS>A<N> R<TRP>A<CD1> sep2 0.40846
+R<LYS>A<N> R<TRP>A<CD2> central_sep1 -0.619563
+R<LYS>A<N> R<TRP>A<CD2> central_sep2 1.3032
+R<LYS>A<N> R<TRP>A<CD2> sep1 0.1858
+R<LYS>A<N> R<TRP>A<CD2> sep2 0.532685
+R<LYS>A<N> R<TRP>A<CE2> central_sep1 1.76927
+R<LYS>A<N> R<TRP>A<CE2> central_sep2 1.06433
+R<LYS>A<N> R<TRP>A<CE2> sep1 1.49569
+R<LYS>A<N> R<TRP>A<CE2> sep2 0.34504
+R<LYS>A<N> R<TRP>A<CE3> central_sep1 -0.212421
+R<LYS>A<N> R<TRP>A<CE3> central_sep2 0.287798
+R<LYS>A<N> R<TRP>A<CE3> sep1 0.745764
+R<LYS>A<N> R<TRP>A<CE3> sep2 0.206015
+R<LYS>A<N> R<TRP>A<CG> central_sep1 -0.438584
+R<LYS>A<N> R<TRP>A<CG> central_sep2 1.32911
+R<LYS>A<N> R<TRP>A<CG> sep1 -0.87962
+R<LYS>A<N> R<TRP>A<CG> sep2 0.207052
+R<LYS>A<N> R<TRP>A<CH2> central_sep1 3.04445
+R<LYS>A<N> R<TRP>A<CH2> central_sep2 0.355368
+R<LYS>A<N> R<TRP>A<CH2> sep1 3.37097
+R<LYS>A<N> R<TRP>A<CH2> sep2 0.0370069
+R<LYS>A<N> R<TRP>A<CZ2> central_sep1 2.53767
+R<LYS>A<N> R<TRP>A<CZ2> central_sep2 0.560771
+R<LYS>A<N> R<TRP>A<CZ2> sep1 3.17871
+R<LYS>A<N> R<TRP>A<CZ2> sep2 0.221712
+R<LYS>A<N> R<TRP>A<CZ3> central_sep1 0.737248
+R<LYS>A<N> R<TRP>A<CZ3> central_sep2 -0.185553
+R<LYS>A<N> R<TRP>A<CZ3> sep1 1.78778
+R<LYS>A<N> R<TRP>A<CZ3> sep2 -0.265855
+R<LYS>A<N> R<TRP>A<N> central_sep1 2.20567
+R<LYS>A<N> R<TRP>A<N> central_sep2 2.54275
+R<LYS>A<N> R<TRP>A<N> sep1 -2.19352
+R<LYS>A<N> R<TRP>A<N> sep2 2.1335
+R<LYS>A<N> R<TRP>A<NE1> central_sep1 2.21561
+R<LYS>A<N> R<TRP>A<NE1> central_sep2 0.887803
+R<LYS>A<N> R<TRP>A<NE1> sep1 2.18626
+R<LYS>A<N> R<TRP>A<NE1> sep2 0.398897
+R<LYS>A<N> R<TRP>A<O> central_sep1 -1.80935
+R<LYS>A<N> R<TRP>A<O> central_sep2 -0.442817
+R<LYS>A<N> R<TRP>A<O> sep1 0.0990608
+R<LYS>A<N> R<TRP>A<O> sep2 1.27577
+R<LYS>A<N> R<TYR>A<C> central_sep1 -0.628124
+R<LYS>A<N> R<TYR>A<C> central_sep2 3.08288
+R<LYS>A<N> R<TYR>A<C> sep1 -1.86276
+R<LYS>A<N> R<TYR>A<C> sep2 1.49937
+R<LYS>A<N> R<TYR>A<CA> central_sep1 2.39963
+R<LYS>A<N> R<TYR>A<CA> central_sep2 1.19368
+R<LYS>A<N> R<TYR>A<CA> sep1 -2.19531
+R<LYS>A<N> R<TYR>A<CA> sep2 0.750219
+R<LYS>A<N> R<TYR>A<CB> central_sep1 1.26906
+R<LYS>A<N> R<TYR>A<CB> central_sep2 0.704952
+R<LYS>A<N> R<TYR>A<CB> sep1 -1.02781
+R<LYS>A<N> R<TYR>A<CB> sep2 0.692395
+R<LYS>A<N> R<TYR>A<CD1> central_sep1 0.201025
+R<LYS>A<N> R<TYR>A<CD1> central_sep2 0.525578
+R<LYS>A<N> R<TYR>A<CD1> sep1 0.0704974
+R<LYS>A<N> R<TYR>A<CD1> sep2 0.0100658
+R<LYS>A<N> R<TYR>A<CE1> central_sep1 1.2014
+R<LYS>A<N> R<TYR>A<CE1> central_sep2 0.393097
+R<LYS>A<N> R<TYR>A<CE1> sep1 1.83586
+R<LYS>A<N> R<TYR>A<CE1> sep2 -0.123592
+R<LYS>A<N> R<TYR>A<CG> central_sep1 0.340522
+R<LYS>A<N> R<TYR>A<CG> central_sep2 1.65849
+R<LYS>A<N> R<TYR>A<CG> sep1 -0.923434
+R<LYS>A<N> R<TYR>A<CG> sep2 0.208349
+R<LYS>A<N> R<TYR>A<CZ> central_sep1 2.14243
+R<LYS>A<N> R<TYR>A<CZ> central_sep2 0.738502
+R<LYS>A<N> R<TYR>A<CZ> sep1 1.85484
+R<LYS>A<N> R<TYR>A<CZ> sep2 -0.167143
+R<LYS>A<N> R<TYR>A<N> central_sep1 1.5634
+R<LYS>A<N> R<TYR>A<N> central_sep2 2.27781
+R<LYS>A<N> R<TYR>A<N> sep1 -2.29023
+R<LYS>A<N> R<TYR>A<N> sep2 1.58548
+R<LYS>A<N> R<TYR>A<O> central_sep1 -1.89355
+R<LYS>A<N> R<TYR>A<O> central_sep2 -0.816575
+R<LYS>A<N> R<TYR>A<O> sep1 0.0413821
+R<LYS>A<N> R<TYR>A<O> sep2 0.92339
+R<LYS>A<N> R<TYR>A<OH> central_sep1 1.39018
+R<LYS>A<N> R<TYR>A<OH> central_sep2 0.22934
+R<LYS>A<N> R<TYR>A<OH> sep1 2.87714
+R<LYS>A<N> R<TYR>A<OH> sep2 0.118528
+R<LYS>A<N> R<VAL>A<C> central_sep1 -0.158829
+R<LYS>A<N> R<VAL>A<C> central_sep2 3.62533
+R<LYS>A<N> R<VAL>A<C> sep1 -1.69601
+R<LYS>A<N> R<VAL>A<C> sep2 2.35454
+R<LYS>A<N> R<VAL>A<CA> central_sep1 3.20236
+R<LYS>A<N> R<VAL>A<CA> central_sep2 1.87211
+R<LYS>A<N> R<VAL>A<CA> sep1 -2.32162
+R<LYS>A<N> R<VAL>A<CA> sep2 1.45499
+R<LYS>A<N> R<VAL>A<CB> central_sep1 1.75026
+R<LYS>A<N> R<VAL>A<CB> central_sep2 1.16844
+R<LYS>A<N> R<VAL>A<CB> sep1 -1.6329
+R<LYS>A<N> R<VAL>A<CB> sep2 1.02246
+R<LYS>A<N> R<VAL>A<CG1> central_sep1 0.350864
+R<LYS>A<N> R<VAL>A<CG1> central_sep2 0.92486
+R<LYS>A<N> R<VAL>A<CG1> sep1 -0.486558
+R<LYS>A<N> R<VAL>A<CG1> sep2 0.714952
+R<LYS>A<N> R<VAL>A<CG2> central_sep1 0.780222
+R<LYS>A<N> R<VAL>A<CG2> central_sep2 0.980147
+R<LYS>A<N> R<VAL>A<CG2> sep1 1.14766
+R<LYS>A<N> R<VAL>A<CG2> sep2 0.852419
+R<LYS>A<N> R<VAL>A<N> central_sep1 1.69645
+R<LYS>A<N> R<VAL>A<N> central_sep2 2.16732
+R<LYS>A<N> R<VAL>A<N> sep1 -2.05292
+R<LYS>A<N> R<VAL>A<N> sep2 1.3297
+R<LYS>A<N> R<VAL>A<O> central_sep1 -1.55864
+R<LYS>A<N> R<VAL>A<O> central_sep2 -0.967572
+R<LYS>A<N> R<VAL>A<O> sep1 0.0665528
+R<LYS>A<N> R<VAL>A<O> sep2 1.01936
+R<LYS>A<N> c<solvent> . 1.37636
+R<LYS>A<NZ> R<LYS>A<NZ> central_sep1 1.22667
+R<LYS>A<NZ> R<LYS>A<NZ> central_sep2 0.234688
+R<LYS>A<NZ> R<LYS>A<NZ> sep1 2.04982
+R<LYS>A<NZ> R<LYS>A<NZ> sep2 0.550404
+R<LYS>A<NZ> R<LYS>A<O> central_sep1 0.510554
+R<LYS>A<NZ> R<LYS>A<O> central_sep2 -0.0780764
+R<LYS>A<NZ> R<LYS>A<O> sep1 2.06707
+R<LYS>A<NZ> R<LYS>A<O> sep2 0.655047
+R<LYS>A<NZ> R<MET>A<C> central_sep1 3.25059
+R<LYS>A<NZ> R<MET>A<C> central_sep2 2.23332
+R<LYS>A<NZ> R<MET>A<C> sep1 2.90262
+R<LYS>A<NZ> R<MET>A<C> sep2 0.485852
+R<LYS>A<NZ> R<MET>A<CA> central_sep1 2.22325
+R<LYS>A<NZ> R<MET>A<CA> central_sep2 1.5184
+R<LYS>A<NZ> R<MET>A<CA> sep1 2.69171
+R<LYS>A<NZ> R<MET>A<CA> sep2 0.680657
+R<LYS>A<NZ> R<MET>A<CB> central_sep1 1.75073
+R<LYS>A<NZ> R<MET>A<CB> central_sep2 1.25964
+R<LYS>A<NZ> R<MET>A<CB> sep1 2.48028
+R<LYS>A<NZ> R<MET>A<CB> sep2 0.836249
+R<LYS>A<NZ> R<MET>A<CE> central_sep1 1.20041
+R<LYS>A<NZ> R<MET>A<CE> central_sep2 0.703097
+R<LYS>A<NZ> R<MET>A<CE> sep1 2.05654
+R<LYS>A<NZ> R<MET>A<CE> sep2 0.475342
+R<LYS>A<NZ> R<MET>A<CG> central_sep1 1.52384
+R<LYS>A<NZ> R<MET>A<CG> central_sep2 1.11715
+R<LYS>A<NZ> R<MET>A<CG> sep1 2.09171
+R<LYS>A<NZ> R<MET>A<CG> sep2 0.562937
+R<LYS>A<NZ> R<MET>A<N> central_sep1 2.65501
+R<LYS>A<NZ> R<MET>A<N> central_sep2 1.97963
+R<LYS>A<NZ> R<MET>A<N> sep1 3.1673
+R<LYS>A<NZ> R<MET>A<N> sep2 1.34081
+R<LYS>A<NZ> R<MET>A<O> central_sep1 0.956502
+R<LYS>A<NZ> R<MET>A<O> central_sep2 -0.205504
+R<LYS>A<NZ> R<MET>A<O> sep1 2.36803
+R<LYS>A<NZ> R<MET>A<O> sep2 0.638294
+R<LYS>A<NZ> R<MET>A<SD> central_sep1 1.13988
+R<LYS>A<NZ> R<MET>A<SD> central_sep2 0.647104
+R<LYS>A<NZ> R<MET>A<SD> sep1 2.01798
+R<LYS>A<NZ> R<MET>A<SD> sep2 0.505105
+R<LYS>A<NZ> R<PHE>A<C> central_sep1 3.24693
+R<LYS>A<NZ> R<PHE>A<C> central_sep2 2.11355
+R<LYS>A<NZ> R<PHE>A<C> sep1 2.86017
+R<LYS>A<NZ> R<PHE>A<C> sep2 0.391568
+R<LYS>A<NZ> R<PHE>A<CA> central_sep1 2.43978
+R<LYS>A<NZ> R<PHE>A<CA> central_sep2 1.57547
+R<LYS>A<NZ> R<PHE>A<CA> sep1 2.60049
+R<LYS>A<NZ> R<PHE>A<CA> sep2 0.622657
+R<LYS>A<NZ> R<PHE>A<CB> central_sep1 2.15999
+R<LYS>A<NZ> R<PHE>A<CB> central_sep2 0.984188
+R<LYS>A<NZ> R<PHE>A<CB> sep1 3.03389
+R<LYS>A<NZ> R<PHE>A<CB> sep2 0.282697
+R<LYS>A<NZ> R<PHE>A<CD1> central_sep1 2.09129
+R<LYS>A<NZ> R<PHE>A<CD1> central_sep2 1.06771
+R<LYS>A<NZ> R<PHE>A<CD1> sep1 2.50864
+R<LYS>A<NZ> R<PHE>A<CD1> sep2 0.332063
+R<LYS>A<NZ> R<PHE>A<CE1> central_sep1 1.47997
+R<LYS>A<NZ> R<PHE>A<CE1> central_sep2 0.916529
+R<LYS>A<NZ> R<PHE>A<CE1> sep1 1.97823
+R<LYS>A<NZ> R<PHE>A<CE1> sep2 0.197145
+R<LYS>A<NZ> R<PHE>A<CG> central_sep1 3.70112
+R<LYS>A<NZ> R<PHE>A<CG> central_sep2 1.65211
+R<LYS>A<NZ> R<PHE>A<CG> sep1 2.99971
+R<LYS>A<NZ> R<PHE>A<CG> sep2 0.1165
+R<LYS>A<NZ> R<PHE>A<CZ> central_sep1 1.62409
+R<LYS>A<NZ> R<PHE>A<CZ> central_sep2 0.965314
+R<LYS>A<NZ> R<PHE>A<CZ> sep1 1.59557
+R<LYS>A<NZ> R<PHE>A<CZ> sep2 0.199762
+R<LYS>A<NZ> R<PHE>A<N> central_sep1 3.24505
+R<LYS>A<NZ> R<PHE>A<N> central_sep2 2.22351
+R<LYS>A<NZ> R<PHE>A<N> sep1 3.60914
+R<LYS>A<NZ> R<PHE>A<N> sep2 1.3465
+R<LYS>A<NZ> R<PHE>A<O> central_sep1 0.912348
+R<LYS>A<NZ> R<PHE>A<O> central_sep2 -0.276173
+R<LYS>A<NZ> R<PHE>A<O> sep1 2.42793
+R<LYS>A<NZ> R<PHE>A<O> sep2 0.457132
+R<LYS>A<NZ> R<PRO>A<C> central_sep1 2.63777
+R<LYS>A<NZ> R<PRO>A<C> central_sep2 2.19201
+R<LYS>A<NZ> R<PRO>A<C> sep1 2.33383
+R<LYS>A<NZ> R<PRO>A<C> sep2 0.547925
+R<LYS>A<NZ> R<PRO>A<CA> central_sep1 1.38409
+R<LYS>A<NZ> R<PRO>A<CA> central_sep2 1.15032
+R<LYS>A<NZ> R<PRO>A<CA> sep1 2.28614
+R<LYS>A<NZ> R<PRO>A<CA> sep2 0.232805
+R<LYS>A<NZ> R<PRO>A<CB> central_sep1 1.21576
+R<LYS>A<NZ> R<PRO>A<CB> central_sep2 0.885159
+R<LYS>A<NZ> R<PRO>A<CB> sep1 2.14484
+R<LYS>A<NZ> R<PRO>A<CB> sep2 0.549227
+R<LYS>A<NZ> R<PRO>A<CD> central_sep1 2.09392
+R<LYS>A<NZ> R<PRO>A<CD> central_sep2 1.15218
+R<LYS>A<NZ> R<PRO>A<CD> sep1 2.69375
+R<LYS>A<NZ> R<PRO>A<CD> sep2 0.754352
+R<LYS>A<NZ> R<PRO>A<CG> central_sep1 1.79991
+R<LYS>A<NZ> R<PRO>A<CG> central_sep2 0.780725
+R<LYS>A<NZ> R<PRO>A<CG> sep1 2.29484
+R<LYS>A<NZ> R<PRO>A<CG> sep2 0.385089
+R<LYS>A<NZ> R<PRO>A<N> central_sep1 2.73759
+R<LYS>A<NZ> R<PRO>A<N> central_sep2 2.4489
+R<LYS>A<NZ> R<PRO>A<N> sep1 2.60576
+R<LYS>A<NZ> R<PRO>A<N> sep2 1.06488
+R<LYS>A<NZ> R<PRO>A<O> central_sep1 0.379841
+R<LYS>A<NZ> R<PRO>A<O> central_sep2 -0.0275394
+R<LYS>A<NZ> R<PRO>A<O> sep1 2.17213
+R<LYS>A<NZ> R<PRO>A<O> sep2 0.579553
+R<LYS>A<NZ> R<SER>A<C> central_sep1 2.4222
+R<LYS>A<NZ> R<SER>A<C> central_sep2 1.49909
+R<LYS>A<NZ> R<SER>A<C> sep1 2.25557
+R<LYS>A<NZ> R<SER>A<C> sep2 0.182169
+R<LYS>A<NZ> R<SER>A<CA> central_sep1 1.5198
+R<LYS>A<NZ> R<SER>A<CA> central_sep2 0.920973
+R<LYS>A<NZ> R<SER>A<CA> sep1 1.96691
+R<LYS>A<NZ> R<SER>A<CA> sep2 -0.0500088
+R<LYS>A<NZ> R<SER>A<CB> central_sep1 1.21944
+R<LYS>A<NZ> R<SER>A<CB> central_sep2 0.510604
+R<LYS>A<NZ> R<SER>A<CB> sep1 1.72463
+R<LYS>A<NZ> R<SER>A<CB> sep2 -0.0768599
+R<LYS>A<NZ> R<SER>A<N> central_sep1 2.37382
+R<LYS>A<NZ> R<SER>A<N> central_sep2 1.57787
+R<LYS>A<NZ> R<SER>A<N> sep1 2.88333
+R<LYS>A<NZ> R<SER>A<N> sep2 0.9876
+R<LYS>A<NZ> R<SER>A<O> central_sep1 0.490375
+R<LYS>A<NZ> R<SER>A<O> central_sep2 -0.364867
+R<LYS>A<NZ> R<SER>A<O> sep1 2.17569
+R<LYS>A<NZ> R<SER>A<O> sep2 0.433043
+R<LYS>A<NZ> R<SER>A<OG> central_sep1 0.406203
+R<LYS>A<NZ> R<SER>A<OG> central_sep2 -0.279493
+R<LYS>A<NZ> R<SER>A<OG> sep1 1.55028
+R<LYS>A<NZ> R<SER>A<OG> sep2 0.182406
+R<LYS>A<NZ> R<THR>A<C> central_sep1 2.61158
+R<LYS>A<NZ> R<THR>A<C> central_sep2 1.91662
+R<LYS>A<NZ> R<THR>A<C> sep1 2.50133
+R<LYS>A<NZ> R<THR>A<C> sep2 0.410849
+R<LYS>A<NZ> R<THR>A<CA> central_sep1 1.70482
+R<LYS>A<NZ> R<THR>A<CA> central_sep2 1.31656
+R<LYS>A<NZ> R<THR>A<CA> sep1 2.22197
+R<LYS>A<NZ> R<THR>A<CA> sep2 0.234533
+R<LYS>A<NZ> R<THR>A<CB> central_sep1 1.5535
+R<LYS>A<NZ> R<THR>A<CB> central_sep2 0.876858
+R<LYS>A<NZ> R<THR>A<CB> sep1 1.81806
+R<LYS>A<NZ> R<THR>A<CB> sep2 -0.159931
+R<LYS>A<NZ> R<THR>A<CG2> central_sep1 1.0537
+R<LYS>A<NZ> R<THR>A<CG2> central_sep2 0.403309
+R<LYS>A<NZ> R<THR>A<CG2> sep1 1.74434
+R<LYS>A<NZ> R<THR>A<CG2> sep2 0.291326
+R<LYS>A<NZ> R<THR>A<N> central_sep1 2.47554
+R<LYS>A<NZ> R<THR>A<N> central_sep2 1.65201
+R<LYS>A<NZ> R<THR>A<N> sep1 2.94417
+R<LYS>A<NZ> R<THR>A<N> sep2 0.889336
+R<LYS>A<NZ> R<THR>A<O> central_sep1 0.711568
+R<LYS>A<NZ> R<THR>A<O> central_sep2 -0.242538
+R<LYS>A<NZ> R<THR>A<O> sep1 2.21519
+R<LYS>A<NZ> R<THR>A<O> sep2 0.650357
+R<LYS>A<NZ> R<THR>A<OG1> central_sep1 0.609112
+R<LYS>A<NZ> R<THR>A<OG1> central_sep2 -0.287354
+R<LYS>A<NZ> R<THR>A<OG1> sep1 1.75412
+R<LYS>A<NZ> R<THR>A<OG1> sep2 0.13796
+R<LYS>A<NZ> R<TRP>A<C> central_sep1 3.53898
+R<LYS>A<NZ> R<TRP>A<C> central_sep2 2.26641
+R<LYS>A<NZ> R<TRP>A<C> sep1 2.91757
+R<LYS>A<NZ> R<TRP>A<C> sep2 0.633397
+R<LYS>A<NZ> R<TRP>A<CA> central_sep1 2.02001
+R<LYS>A<NZ> R<TRP>A<CA> central_sep2 1.76208
+R<LYS>A<NZ> R<TRP>A<CA> sep1 2.39503
+R<LYS>A<NZ> R<TRP>A<CA> sep2 0.691763
+R<LYS>A<NZ> R<TRP>A<CB> central_sep1 2.01705
+R<LYS>A<NZ> R<TRP>A<CB> central_sep2 0.827147
+R<LYS>A<NZ> R<TRP>A<CB> sep1 2.91117
+R<LYS>A<NZ> R<TRP>A<CB> sep2 -0.0732335
+R<LYS>A<NZ> R<TRP>A<CD1> central_sep1 1.31588
+R<LYS>A<NZ> R<TRP>A<CD1> central_sep2 0.422609
+R<LYS>A<NZ> R<TRP>A<CD1> sep1 2.00313
+R<LYS>A<NZ> R<TRP>A<CD1> sep2 -0.302775
+R<LYS>A<NZ> R<TRP>A<CD2> central_sep1 2.1208
+R<LYS>A<NZ> R<TRP>A<CD2> central_sep2 0.93609
+R<LYS>A<NZ> R<TRP>A<CD2> sep1 2.31574
+R<LYS>A<NZ> R<TRP>A<CD2> sep2 -0.0406995
+R<LYS>A<NZ> R<TRP>A<CE2> central_sep1 1.66321
+R<LYS>A<NZ> R<TRP>A<CE2> central_sep2 0.664461
+R<LYS>A<NZ> R<TRP>A<CE2> sep1 1.72906
+R<LYS>A<NZ> R<TRP>A<CE2> sep2 -0.352716
+R<LYS>A<NZ> R<TRP>A<CE3> central_sep1 2.01075
+R<LYS>A<NZ> R<TRP>A<CE3> central_sep2 1.15775
+R<LYS>A<NZ> R<TRP>A<CE3> sep1 2.69986
+R<LYS>A<NZ> R<TRP>A<CE3> sep2 0.407249
+R<LYS>A<NZ> R<TRP>A<CG> central_sep1 4.19559
+R<LYS>A<NZ> R<TRP>A<CG> central_sep2 1.03973
+R<LYS>A<NZ> R<TRP>A<CG> sep1 2.37917
+R<LYS>A<NZ> R<TRP>A<CG> sep2 -0.59554
+R<LYS>A<NZ> R<TRP>A<CH2> central_sep1 1.11578
+R<LYS>A<NZ> R<TRP>A<CH2> central_sep2 0.541343
+R<LYS>A<NZ> R<TRP>A<CH2> sep1 1.39359
+R<LYS>A<NZ> R<TRP>A<CH2> sep2 -0.211549
+R<LYS>A<NZ> R<TRP>A<CZ2> central_sep1 0.849919
+R<LYS>A<NZ> R<TRP>A<CZ2> central_sep2 0.467943
+R<LYS>A<NZ> R<TRP>A<CZ2> sep1 1.2568
+R<LYS>A<NZ> R<TRP>A<CZ2> sep2 -0.487693
+R<LYS>A<NZ> R<TRP>A<CZ3> central_sep1 1.2744
+R<LYS>A<NZ> R<TRP>A<CZ3> central_sep2 0.814325
+R<LYS>A<NZ> R<TRP>A<CZ3> sep1 2.03003
+R<LYS>A<NZ> R<TRP>A<CZ3> sep2 0.255283
+R<LYS>A<NZ> R<TRP>A<N> central_sep1 2.97379
+R<LYS>A<NZ> R<TRP>A<N> central_sep2 2.40314
+R<LYS>A<NZ> R<TRP>A<N> sep1 3.27206
+R<LYS>A<NZ> R<TRP>A<N> sep2 1.65355
+R<LYS>A<NZ> R<TRP>A<NE1> central_sep1 1.06076
+R<LYS>A<NZ> R<TRP>A<NE1> central_sep2 0.361978
+R<LYS>A<NZ> R<TRP>A<NE1> sep1 1.22095
+R<LYS>A<NZ> R<TRP>A<NE1> sep2 -0.607861
+R<LYS>A<NZ> R<TRP>A<O> central_sep1 0.832322
+R<LYS>A<NZ> R<TRP>A<O> central_sep2 -0.163306
+R<LYS>A<NZ> R<TRP>A<O> sep1 2.27447
+R<LYS>A<NZ> R<TRP>A<O> sep2 0.567685
+R<LYS>A<NZ> R<TYR>A<C> central_sep1 3.1293
+R<LYS>A<NZ> R<TYR>A<C> central_sep2 2.1754
+R<LYS>A<NZ> R<TYR>A<C> sep1 2.89161
+R<LYS>A<NZ> R<TYR>A<C> sep2 0.591529
+R<LYS>A<NZ> R<TYR>A<CA> central_sep1 2.30364
+R<LYS>A<NZ> R<TYR>A<CA> central_sep2 1.61357
+R<LYS>A<NZ> R<TYR>A<CA> sep1 2.43131
+R<LYS>A<NZ> R<TYR>A<CA> sep2 0.544977
+R<LYS>A<NZ> R<TYR>A<CB> central_sep1 2.14898
+R<LYS>A<NZ> R<TYR>A<CB> central_sep2 1.04922
+R<LYS>A<NZ> R<TYR>A<CB> sep1 3.10227
+R<LYS>A<NZ> R<TYR>A<CB> sep2 0.361453
+R<LYS>A<NZ> R<TYR>A<CD1> central_sep1 1.77282
+R<LYS>A<NZ> R<TYR>A<CD1> central_sep2 0.955438
+R<LYS>A<NZ> R<TYR>A<CD1> sep1 2.33243
+R<LYS>A<NZ> R<TYR>A<CD1> sep2 0.0696284
+R<LYS>A<NZ> R<TYR>A<CE1> central_sep1 0.957203
+R<LYS>A<NZ> R<TYR>A<CE1> central_sep2 0.333181
+R<LYS>A<NZ> R<TYR>A<CE1> sep1 1.37869
+R<LYS>A<NZ> R<TYR>A<CE1> sep2 -0.426322
+R<LYS>A<NZ> R<TYR>A<CG> central_sep1 3.28907
+R<LYS>A<NZ> R<TYR>A<CG> central_sep2 1.4453
+R<LYS>A<NZ> R<TYR>A<CG> sep1 2.50689
+R<LYS>A<NZ> R<TYR>A<CG> sep2 -0.113468
+R<LYS>A<NZ> R<TYR>A<CZ> central_sep1 1.08687
+R<LYS>A<NZ> R<TYR>A<CZ> central_sep2 0.530529
+R<LYS>A<NZ> R<TYR>A<CZ> sep1 1.48656
+R<LYS>A<NZ> R<TYR>A<CZ> sep2 -0.92605
+R<LYS>A<NZ> R<TYR>A<N> central_sep1 3.21305
+R<LYS>A<NZ> R<TYR>A<N> central_sep2 2.4356
+R<LYS>A<NZ> R<TYR>A<N> sep1 3.47391
+R<LYS>A<NZ> R<TYR>A<N> sep2 1.33036
+R<LYS>A<NZ> R<TYR>A<O> central_sep1 0.80809
+R<LYS>A<NZ> R<TYR>A<O> central_sep2 -0.198451
+R<LYS>A<NZ> R<TYR>A<O> sep1 2.4705
+R<LYS>A<NZ> R<TYR>A<O> sep2 0.567646
+R<LYS>A<NZ> R<TYR>A<OH> central_sep1 -0.0607032
+R<LYS>A<NZ> R<TYR>A<OH> central_sep2 -0.627559
+R<LYS>A<NZ> R<TYR>A<OH> sep1 0.54607
+R<LYS>A<NZ> R<TYR>A<OH> sep2 -0.768055
+R<LYS>A<NZ> R<VAL>A<C> central_sep1 3.37409
+R<LYS>A<NZ> R<VAL>A<C> central_sep2 2.6908
+R<LYS>A<NZ> R<VAL>A<C> sep1 3.13152
+R<LYS>A<NZ> R<VAL>A<C> sep2 0.973168
+R<LYS>A<NZ> R<VAL>A<CA> central_sep1 2.50592
+R<LYS>A<NZ> R<VAL>A<CA> central_sep2 2.12356
+R<LYS>A<NZ> R<VAL>A<CA> sep1 2.988
+R<LYS>A<NZ> R<VAL>A<CA> sep2 0.944531
+R<LYS>A<NZ> R<VAL>A<CB> central_sep1 2.19916
+R<LYS>A<NZ> R<VAL>A<CB> central_sep2 1.49708
+R<LYS>A<NZ> R<VAL>A<CB> sep1 2.72307
+R<LYS>A<NZ> R<VAL>A<CB> sep2 0.723111
+R<LYS>A<NZ> R<VAL>A<CG1> central_sep1 1.44631
+R<LYS>A<NZ> R<VAL>A<CG1> central_sep2 1.09589
+R<LYS>A<NZ> R<VAL>A<CG1> sep1 1.82411
+R<LYS>A<NZ> R<VAL>A<CG1> sep2 0.828141
+R<LYS>A<NZ> R<VAL>A<CG2> central_sep1 1.79512
+R<LYS>A<NZ> R<VAL>A<CG2> central_sep2 1.19418
+R<LYS>A<NZ> R<VAL>A<CG2> sep1 2.60101
+R<LYS>A<NZ> R<VAL>A<CG2> sep2 0.886036
+R<LYS>A<NZ> R<VAL>A<N> central_sep1 3.11091
+R<LYS>A<NZ> R<VAL>A<N> central_sep2 2.35303
+R<LYS>A<NZ> R<VAL>A<N> sep1 3.42703
+R<LYS>A<NZ> R<VAL>A<N> sep2 1.37409
+R<LYS>A<NZ> R<VAL>A<O> central_sep1 1.03141
+R<LYS>A<NZ> R<VAL>A<O> central_sep2 -0.0531609
+R<LYS>A<NZ> R<VAL>A<O> sep1 2.44961
+R<LYS>A<NZ> R<VAL>A<O> sep2 0.65602
+R<LYS>A<NZ> c<solvent> . -0.842665
+R<LYS>A<O> R<LYS>A<O> central_sep1 0.866458
+R<LYS>A<O> R<LYS>A<O> central_sep2 1.04774
+R<LYS>A<O> R<LYS>A<O> sep1 0.241474
+R<LYS>A<O> R<LYS>A<O> sep2 1.30317
+R<LYS>A<O> R<MET>A<C> central_sep1 -0.528215
+R<LYS>A<O> R<MET>A<C> central_sep2 2.8734
+R<LYS>A<O> R<MET>A<C> sep1 -1.46171
+R<LYS>A<O> R<MET>A<C> sep2 1.5909
+R<LYS>A<O> R<MET>A<CA> central_sep1 0.978732
+R<LYS>A<O> R<MET>A<CA> central_sep2 -0.26266
+R<LYS>A<O> R<MET>A<CA> sep1 -1.90862
+R<LYS>A<O> R<MET>A<CA> sep2 0.948822
+R<LYS>A<O> R<MET>A<CB> central_sep1 -1.2368
+R<LYS>A<O> R<MET>A<CB> central_sep2 0.384735
+R<LYS>A<O> R<MET>A<CB> sep1 0.405722
+R<LYS>A<O> R<MET>A<CB> sep2 0.0299711
+R<LYS>A<O> R<MET>A<CE> central_sep1 0.455662
+R<LYS>A<O> R<MET>A<CE> central_sep2 -0.0882484
+R<LYS>A<O> R<MET>A<CE> sep1 2.0416
+R<LYS>A<O> R<MET>A<CE> sep2 0.733148
+R<LYS>A<O> R<MET>A<CG> central_sep1 -1.12026
+R<LYS>A<O> R<MET>A<CG> central_sep2 0.115845
+R<LYS>A<O> R<MET>A<CG> sep1 1.02873
+R<LYS>A<O> R<MET>A<CG> sep2 0.619899
+R<LYS>A<O> R<MET>A<N> central_sep1 -1.56592
+R<LYS>A<O> R<MET>A<N> central_sep2 -0.568897
+R<LYS>A<O> R<MET>A<N> sep1 0.356774
+R<LYS>A<O> R<MET>A<N> sep2 1.21772
+R<LYS>A<O> R<MET>A<O> central_sep1 0.733267
+R<LYS>A<O> R<MET>A<O> central_sep2 0.973383
+R<LYS>A<O> R<MET>A<O> sep1 0.489552
+R<LYS>A<O> R<MET>A<O> sep2 1.31011
+R<LYS>A<O> R<MET>A<SD> central_sep1 0.975995
+R<LYS>A<O> R<MET>A<SD> central_sep2 0.578405
+R<LYS>A<O> R<MET>A<SD> sep1 1.40806
+R<LYS>A<O> R<MET>A<SD> sep2 0.542166
+R<LYS>A<O> R<PHE>A<C> central_sep1 -0.588903
+R<LYS>A<O> R<PHE>A<C> central_sep2 2.75372
+R<LYS>A<O> R<PHE>A<C> sep1 -1.13995
+R<LYS>A<O> R<PHE>A<C> sep2 1.43562
+R<LYS>A<O> R<PHE>A<CA> central_sep1 0.765333
+R<LYS>A<O> R<PHE>A<CA> central_sep2 -0.532293
+R<LYS>A<O> R<PHE>A<CA> sep1 -1.91245
+R<LYS>A<O> R<PHE>A<CA> sep2 0.799896
+R<LYS>A<O> R<PHE>A<CB> central_sep1 -1.12179
+R<LYS>A<O> R<PHE>A<CB> central_sep2 0.0711411
+R<LYS>A<O> R<PHE>A<CB> sep1 0.488317
+R<LYS>A<O> R<PHE>A<CB> sep2 -0.0686239
+R<LYS>A<O> R<PHE>A<CD1> central_sep1 -0.381392
+R<LYS>A<O> R<PHE>A<CD1> central_sep2 0.172549
+R<LYS>A<O> R<PHE>A<CD1> sep1 0.79827
+R<LYS>A<O> R<PHE>A<CD1> sep2 0.459007
+R<LYS>A<O> R<PHE>A<CE1> central_sep1 0.726476
+R<LYS>A<O> R<PHE>A<CE1> central_sep2 0.161266
+R<LYS>A<O> R<PHE>A<CE1> sep1 1.40745
+R<LYS>A<O> R<PHE>A<CE1> sep2 0.210053
+R<LYS>A<O> R<PHE>A<CG> central_sep1 0.500604
+R<LYS>A<O> R<PHE>A<CG> central_sep2 1.99906
+R<LYS>A<O> R<PHE>A<CG> sep1 0.401059
+R<LYS>A<O> R<PHE>A<CG> sep2 0.367917
+R<LYS>A<O> R<PHE>A<CZ> central_sep1 1.71198
+R<LYS>A<O> R<PHE>A<CZ> central_sep2 -0.059369
+R<LYS>A<O> R<PHE>A<CZ> sep1 2.14762
+R<LYS>A<O> R<PHE>A<CZ> sep2 0.146535
+R<LYS>A<O> R<PHE>A<N> central_sep1 -1.50749
+R<LYS>A<O> R<PHE>A<N> central_sep2 -0.662542
+R<LYS>A<O> R<PHE>A<N> sep1 0.216571
+R<LYS>A<O> R<PHE>A<N> sep2 1.08297
+R<LYS>A<O> R<PHE>A<O> central_sep1 0.412597
+R<LYS>A<O> R<PHE>A<O> central_sep2 0.926774
+R<LYS>A<O> R<PHE>A<O> sep1 0.635763
+R<LYS>A<O> R<PHE>A<O> sep2 1.10406
+R<LYS>A<O> R<PRO>A<C> central_sep1 -1.29108
+R<LYS>A<O> R<PRO>A<C> central_sep2 2.7829
+R<LYS>A<O> R<PRO>A<C> sep1 -1.58875
+R<LYS>A<O> R<PRO>A<C> sep2 1.86814
+R<LYS>A<O> R<PRO>A<CA> central_sep1 0.457658
+R<LYS>A<O> R<PRO>A<CA> central_sep2 0.04698
+R<LYS>A<O> R<PRO>A<CA> sep1 -1.47272
+R<LYS>A<O> R<PRO>A<CA> sep2 0.682182
+R<LYS>A<O> R<PRO>A<CB> central_sep1 0.569184
+R<LYS>A<O> R<PRO>A<CB> central_sep2 0.238197
+R<LYS>A<O> R<PRO>A<CB> sep1 0.57436
+R<LYS>A<O> R<PRO>A<CB> sep2 0.196099
+R<LYS>A<O> R<PRO>A<CD> central_sep1 -1.00418
+R<LYS>A<O> R<PRO>A<CD> central_sep2 0.101394
+R<LYS>A<O> R<PRO>A<CD> sep1 -0.181226
+R<LYS>A<O> R<PRO>A<CD> sep2 0.988829
+R<LYS>A<O> R<PRO>A<CG> central_sep1 0.533446
+R<LYS>A<O> R<PRO>A<CG> central_sep2 0.0398925
+R<LYS>A<O> R<PRO>A<CG> sep1 0.646005
+R<LYS>A<O> R<PRO>A<CG> sep2 0.125676
+R<LYS>A<O> R<PRO>A<N> central_sep1 -0.0232556
+R<LYS>A<O> R<PRO>A<N> central_sep2 2.45677
+R<LYS>A<O> R<PRO>A<N> sep1 -1.24054
+R<LYS>A<O> R<PRO>A<N> sep2 0.375649
+R<LYS>A<O> R<PRO>A<O> central_sep1 1.27391
+R<LYS>A<O> R<PRO>A<O> central_sep2 1.61772
+R<LYS>A<O> R<PRO>A<O> sep1 0.299057
+R<LYS>A<O> R<PRO>A<O> sep2 1.35252
+R<LYS>A<O> R<SER>A<C> central_sep1 -0.332292
+R<LYS>A<O> R<SER>A<C> central_sep2 2.52878
+R<LYS>A<O> R<SER>A<C> sep1 -1.36703
+R<LYS>A<O> R<SER>A<C> sep2 1.36754
+R<LYS>A<O> R<SER>A<CA> central_sep1 1.36339
+R<LYS>A<O> R<SER>A<CA> central_sep2 0.0410529
+R<LYS>A<O> R<SER>A<CA> sep1 -1.75434
+R<LYS>A<O> R<SER>A<CA> sep2 0.744848
+R<LYS>A<O> R<SER>A<CB> central_sep1 -0.707527
+R<LYS>A<O> R<SER>A<CB> central_sep2 0.292888
+R<LYS>A<O> R<SER>A<CB> sep1 0.387898
+R<LYS>A<O> R<SER>A<CB> sep2 0.129264
+R<LYS>A<O> R<SER>A<N> central_sep1 -1.41105
+R<LYS>A<O> R<SER>A<N> central_sep2 -0.530318
+R<LYS>A<O> R<SER>A<N> sep1 -0.0917057
+R<LYS>A<O> R<SER>A<N> sep2 1.01977
+R<LYS>A<O> R<SER>A<O> central_sep1 0.72335
+R<LYS>A<O> R<SER>A<O> central_sep2 1.0506
+R<LYS>A<O> R<SER>A<O> sep1 0.650104
+R<LYS>A<O> R<SER>A<O> sep2 1.19663
+R<LYS>A<O> R<SER>A<OG> central_sep1 -0.58444
+R<LYS>A<O> R<SER>A<OG> central_sep2 0.395453
+R<LYS>A<O> R<SER>A<OG> sep1 1.12706
+R<LYS>A<O> R<SER>A<OG> sep2 0.523126
+R<LYS>A<O> R<THR>A<C> central_sep1 -0.267578
+R<LYS>A<O> R<THR>A<C> central_sep2 2.62698
+R<LYS>A<O> R<THR>A<C> sep1 -1.32859
+R<LYS>A<O> R<THR>A<C> sep2 1.51469
+R<LYS>A<O> R<THR>A<CA> central_sep1 1.162
+R<LYS>A<O> R<THR>A<CA> central_sep2 -0.31737
+R<LYS>A<O> R<THR>A<CA> sep1 -2.03567
+R<LYS>A<O> R<THR>A<CA> sep2 0.794698
+R<LYS>A<O> R<THR>A<CB> central_sep1 -0.744341
+R<LYS>A<O> R<THR>A<CB> central_sep2 0.138359
+R<LYS>A<O> R<THR>A<CB> sep1 0.598898
+R<LYS>A<O> R<THR>A<CB> sep2 -0.438676
+R<LYS>A<O> R<THR>A<CG2> central_sep1 -0.374509
+R<LYS>A<O> R<THR>A<CG2> central_sep2 0.159635
+R<LYS>A<O> R<THR>A<CG2> sep1 0.975319
+R<LYS>A<O> R<THR>A<CG2> sep2 0.740334
+R<LYS>A<O> R<THR>A<N> central_sep1 -1.31334
+R<LYS>A<O> R<THR>A<N> central_sep2 -0.914897
+R<LYS>A<O> R<THR>A<N> sep1 0.0705976
+R<LYS>A<O> R<THR>A<N> sep2 1.11932
+R<LYS>A<O> R<THR>A<O> central_sep1 0.896563
+R<LYS>A<O> R<THR>A<O> central_sep2 0.883978
+R<LYS>A<O> R<THR>A<O> sep1 0.73717
+R<LYS>A<O> R<THR>A<O> sep2 1.03592
+R<LYS>A<O> R<THR>A<OG1> central_sep1 -0.78498
+R<LYS>A<O> R<THR>A<OG1> central_sep2 0.446083
+R<LYS>A<O> R<THR>A<OG1> sep1 0.873599
+R<LYS>A<O> R<THR>A<OG1> sep2 0.539341
+R<LYS>A<O> R<TRP>A<C> central_sep1 -0.562593
+R<LYS>A<O> R<TRP>A<C> central_sep2 3.01736
+R<LYS>A<O> R<TRP>A<C> sep1 -1.26704
+R<LYS>A<O> R<TRP>A<C> sep2 1.6271
+R<LYS>A<O> R<TRP>A<CA> central_sep1 0.829904
+R<LYS>A<O> R<TRP>A<CA> central_sep2 -0.584765
+R<LYS>A<O> R<TRP>A<CA> sep1 -1.84523
+R<LYS>A<O> R<TRP>A<CA> sep2 0.742644
+R<LYS>A<O> R<TRP>A<CB> central_sep1 -0.977665
+R<LYS>A<O> R<TRP>A<CB> central_sep2 0.191419
+R<LYS>A<O> R<TRP>A<CB> sep1 0.638764
+R<LYS>A<O> R<TRP>A<CB> sep2 0.0348782
+R<LYS>A<O> R<TRP>A<CD1> central_sep1 -0.75756
+R<LYS>A<O> R<TRP>A<CD1> central_sep2 -0.00399454
+R<LYS>A<O> R<TRP>A<CD1> sep1 0.939092
+R<LYS>A<O> R<TRP>A<CD1> sep2 0.291535
+R<LYS>A<O> R<TRP>A<CD2> central_sep1 0.157519
+R<LYS>A<O> R<TRP>A<CD2> central_sep2 1.89468
+R<LYS>A<O> R<TRP>A<CD2> sep1 0.570213
+R<LYS>A<O> R<TRP>A<CD2> sep2 0.970237
+R<LYS>A<O> R<TRP>A<CE2> central_sep1 0.789025
+R<LYS>A<O> R<TRP>A<CE2> central_sep2 2.21872
+R<LYS>A<O> R<TRP>A<CE2> sep1 0.91389
+R<LYS>A<O> R<TRP>A<CE2> sep2 0.937949
+R<LYS>A<O> R<TRP>A<CE3> central_sep1 0.259018
+R<LYS>A<O> R<TRP>A<CE3> central_sep2 0.287054
+R<LYS>A<O> R<TRP>A<CE3> sep1 1.04241
+R<LYS>A<O> R<TRP>A<CE3> sep2 0.265056
+R<LYS>A<O> R<TRP>A<CG> central_sep1 0.0328971
+R<LYS>A<O> R<TRP>A<CG> central_sep2 2.37022
+R<LYS>A<O> R<TRP>A<CG> sep1 0.472511
+R<LYS>A<O> R<TRP>A<CG> sep2 0.386375
+R<LYS>A<O> R<TRP>A<CH2> central_sep1 2.41585
+R<LYS>A<O> R<TRP>A<CH2> central_sep2 -0.0455979
+R<LYS>A<O> R<TRP>A<CH2> sep1 2.57602
+R<LYS>A<O> R<TRP>A<CH2> sep2 -0.124321
+R<LYS>A<O> R<TRP>A<CZ2> central_sep1 1.83931
+R<LYS>A<O> R<TRP>A<CZ2> central_sep2 -0.178887
+R<LYS>A<O> R<TRP>A<CZ2> sep1 2.38659
+R<LYS>A<O> R<TRP>A<CZ2> sep2 -0.0301351
+R<LYS>A<O> R<TRP>A<CZ3> central_sep1 0.901261
+R<LYS>A<O> R<TRP>A<CZ3> central_sep2 0.023968
+R<LYS>A<O> R<TRP>A<CZ3> sep1 2.38142
+R<LYS>A<O> R<TRP>A<CZ3> sep2 0.167036
+R<LYS>A<O> R<TRP>A<N> central_sep1 -1.44084
+R<LYS>A<O> R<TRP>A<N> central_sep2 -0.516091
+R<LYS>A<O> R<TRP>A<N> sep1 0.303784
+R<LYS>A<O> R<TRP>A<N> sep2 1.25957
+R<LYS>A<O> R<TRP>A<NE1> central_sep1 0.405925
+R<LYS>A<O> R<TRP>A<NE1> central_sep2 -0.4871
+R<LYS>A<O> R<TRP>A<NE1> sep1 0.99486
+R<LYS>A<O> R<TRP>A<NE1> sep2 0.0210121
+R<LYS>A<O> R<TRP>A<O> central_sep1 0.739778
+R<LYS>A<O> R<TRP>A<O> central_sep2 1.04419
+R<LYS>A<O> R<TRP>A<O> sep1 0.670898
+R<LYS>A<O> R<TRP>A<O> sep2 1.33552
+R<LYS>A<O> R<TYR>A<C> central_sep1 -0.42672
+R<LYS>A<O> R<TYR>A<C> central_sep2 2.77312
+R<LYS>A<O> R<TYR>A<C> sep1 -1.17219
+R<LYS>A<O> R<TYR>A<C> sep2 1.31875
+R<LYS>A<O> R<TYR>A<CA> central_sep1 0.605315
+R<LYS>A<O> R<TYR>A<CA> central_sep2 -0.767403
+R<LYS>A<O> R<TYR>A<CA> sep1 -2.1267
+R<LYS>A<O> R<TYR>A<CA> sep2 0.643964
+R<LYS>A<O> R<TYR>A<CB> central_sep1 -1.08677
+R<LYS>A<O> R<TYR>A<CB> central_sep2 -0.103825
+R<LYS>A<O> R<TYR>A<CB> sep1 0.613286
+R<LYS>A<O> R<TYR>A<CB> sep2 -0.272262
+R<LYS>A<O> R<TYR>A<CD1> central_sep1 -0.718069
+R<LYS>A<O> R<TYR>A<CD1> central_sep2 -0.111946
+R<LYS>A<O> R<TYR>A<CD1> sep1 0.352782
+R<LYS>A<O> R<TYR>A<CD1> sep2 0.249522
+R<LYS>A<O> R<TYR>A<CE1> central_sep1 0.247427
+R<LYS>A<O> R<TYR>A<CE1> central_sep2 -0.21497
+R<LYS>A<O> R<TYR>A<CE1> sep1 0.985268
+R<LYS>A<O> R<TYR>A<CE1> sep2 0.19676
+R<LYS>A<O> R<TYR>A<CG> central_sep1 0.165067
+R<LYS>A<O> R<TYR>A<CG> central_sep2 1.77011
+R<LYS>A<O> R<TYR>A<CG> sep1 0.117847
+R<LYS>A<O> R<TYR>A<CG> sep2 -0.0472128
+R<LYS>A<O> R<TYR>A<CZ> central_sep1 1.14386
+R<LYS>A<O> R<TYR>A<CZ> central_sep2 1.27784
+R<LYS>A<O> R<TYR>A<CZ> sep1 1.13788
+R<LYS>A<O> R<TYR>A<CZ> sep2 0.274117
+R<LYS>A<O> R<TYR>A<N> central_sep1 -1.5402
+R<LYS>A<O> R<TYR>A<N> central_sep2 -0.796915
+R<LYS>A<O> R<TYR>A<N> sep1 0.249779
+R<LYS>A<O> R<TYR>A<N> sep2 0.955254
+R<LYS>A<O> R<TYR>A<O> central_sep1 0.53129
+R<LYS>A<O> R<TYR>A<O> central_sep2 0.742816
+R<LYS>A<O> R<TYR>A<O> sep1 0.682367
+R<LYS>A<O> R<TYR>A<O> sep2 0.907655
+R<LYS>A<O> R<TYR>A<OH> central_sep1 1.73446
+R<LYS>A<O> R<TYR>A<OH> central_sep2 -0.157722
+R<LYS>A<O> R<TYR>A<OH> sep1 2.49285
+R<LYS>A<O> R<TYR>A<OH> sep2 -0.142345
+R<LYS>A<O> R<VAL>A<C> central_sep1 -0.33414
+R<LYS>A<O> R<VAL>A<C> central_sep2 3.31653
+R<LYS>A<O> R<VAL>A<C> sep1 -1.11765
+R<LYS>A<O> R<VAL>A<C> sep2 2.01864
+R<LYS>A<O> R<VAL>A<CA> central_sep1 1.01296
+R<LYS>A<O> R<VAL>A<CA> central_sep2 -0.589528
+R<LYS>A<O> R<VAL>A<CA> sep1 -2.03
+R<LYS>A<O> R<VAL>A<CA> sep2 0.722009
+R<LYS>A<O> R<VAL>A<CB> central_sep1 -1.11239
+R<LYS>A<O> R<VAL>A<CB> central_sep2 -0.109524
+R<LYS>A<O> R<VAL>A<CB> sep1 0.536778
+R<LYS>A<O> R<VAL>A<CB> sep2 -0.583233
+R<LYS>A<O> R<VAL>A<CG1> central_sep1 -0.287527
+R<LYS>A<O> R<VAL>A<CG1> central_sep2 0.0778091
+R<LYS>A<O> R<VAL>A<CG1> sep1 1.30025
+R<LYS>A<O> R<VAL>A<CG1> sep2 0.640476
+R<LYS>A<O> R<VAL>A<CG2> central_sep1 -0.593586
+R<LYS>A<O> R<VAL>A<CG2> central_sep2 0.243949
+R<LYS>A<O> R<VAL>A<CG2> sep1 0.885199
+R<LYS>A<O> R<VAL>A<CG2> sep2 0.460346
+R<LYS>A<O> R<VAL>A<N> central_sep1 -1.26927
+R<LYS>A<O> R<VAL>A<N> central_sep2 -1.1952
+R<LYS>A<O> R<VAL>A<N> sep1 0.0567037
+R<LYS>A<O> R<VAL>A<N> sep2 1.29009
+R<LYS>A<O> R<VAL>A<O> central_sep1 0.660133
+R<LYS>A<O> R<VAL>A<O> central_sep2 0.610039
+R<LYS>A<O> R<VAL>A<O> sep1 0.742703
+R<LYS>A<O> R<VAL>A<O> sep2 1.04497
+R<LYS>A<O> c<solvent> . 0.18259
+R<MET>A<C> R<MET>A<C> central_sep1 3.61391
+R<MET>A<C> R<MET>A<C> central_sep2 2.32103
+R<MET>A<C> R<MET>A<C> sep1 -2.59072
+R<MET>A<C> R<MET>A<C> sep2 1.10148
+R<MET>A<C> R<MET>A<CA> central_sep1 4.25219
+R<MET>A<C> R<MET>A<CA> central_sep2 2.536
+R<MET>A<C> R<MET>A<CA> sep1 -2.78674
+R<MET>A<C> R<MET>A<CA> sep2 0.380682
+R<MET>A<C> R<MET>A<CB> central_sep1 1.45545
+R<MET>A<C> R<MET>A<CB> central_sep2 0.723075
+R<MET>A<C> R<MET>A<CB> sep1 -0.201245
+R<MET>A<C> R<MET>A<CB> sep2 -0.258141
+R<MET>A<C> R<MET>A<CE> central_sep1 0.230355
+R<MET>A<C> R<MET>A<CE> central_sep2 -0.522121
+R<MET>A<C> R<MET>A<CE> sep1 1.14863
+R<MET>A<C> R<MET>A<CE> sep2 -0.99678
+R<MET>A<C> R<MET>A<CG> central_sep1 0.250462
+R<MET>A<C> R<MET>A<CG> central_sep2 0.094252
+R<MET>A<C> R<MET>A<CG> sep1 -0.81365
+R<MET>A<C> R<MET>A<CG> sep2 -0.710166
+R<MET>A<C> R<MET>A<N> central_sep1 -0.745522
+R<MET>A<C> R<MET>A<N> central_sep2 2.82077
+R<MET>A<C> R<MET>A<N> sep1 -1.81408
+R<MET>A<C> R<MET>A<N> sep2 1.51401
+R<MET>A<C> R<MET>A<O> central_sep1 -0.855431
+R<MET>A<C> R<MET>A<O> central_sep2 1.77726
+R<MET>A<C> R<MET>A<O> sep1 -1.56539
+R<MET>A<C> R<MET>A<O> sep2 1.06547
+R<MET>A<C> R<MET>A<SD> central_sep1 0.518683
+R<MET>A<C> R<MET>A<SD> central_sep2 -0.559145
+R<MET>A<C> R<MET>A<SD> sep1 0.145247
+R<MET>A<C> R<MET>A<SD> sep2 -0.810377
+R<MET>A<C> R<PHE>A<C> central_sep1 3.54364
+R<MET>A<C> R<PHE>A<C> central_sep2 4.05399
+R<MET>A<C> R<PHE>A<C> sep1 -2.30253
+R<MET>A<C> R<PHE>A<C> sep2 2.09191
+R<MET>A<C> R<PHE>A<CA> central_sep1 4.02821
+R<MET>A<C> R<PHE>A<CA> central_sep2 2.35241
+R<MET>A<C> R<PHE>A<CA> sep1 -2.50632
+R<MET>A<C> R<PHE>A<CA> sep2 0.652725
+R<MET>A<C> R<PHE>A<CB> central_sep1 1.40591
+R<MET>A<C> R<PHE>A<CB> central_sep2 0.586593
+R<MET>A<C> R<PHE>A<CB> sep1 -0.134701
+R<MET>A<C> R<PHE>A<CB> sep2 -0.405172
+R<MET>A<C> R<PHE>A<CD1> central_sep1 -0.492841
+R<MET>A<C> R<PHE>A<CD1> central_sep2 -0.405449
+R<MET>A<C> R<PHE>A<CD1> sep1 -0.579434
+R<MET>A<C> R<PHE>A<CD1> sep2 -0.731784
+R<MET>A<C> R<PHE>A<CE1> central_sep1 0.611892
+R<MET>A<C> R<PHE>A<CE1> central_sep2 -0.455104
+R<MET>A<C> R<PHE>A<CE1> sep1 1.5145
+R<MET>A<C> R<PHE>A<CE1> sep2 -0.902914
+R<MET>A<C> R<PHE>A<CG> central_sep1 1.10543
+R<MET>A<C> R<PHE>A<CG> central_sep2 0.406193
+R<MET>A<C> R<PHE>A<CG> sep1 -1.73586
+R<MET>A<C> R<PHE>A<CG> sep2 -0.282511
+R<MET>A<C> R<PHE>A<CZ> central_sep1 1.94518
+R<MET>A<C> R<PHE>A<CZ> central_sep2 -0.501006
+R<MET>A<C> R<PHE>A<CZ> sep1 2.56692
+R<MET>A<C> R<PHE>A<CZ> sep2 -0.966278
+R<MET>A<C> R<PHE>A<N> central_sep1 -0.642533
+R<MET>A<C> R<PHE>A<N> central_sep2 2.75034
+R<MET>A<C> R<PHE>A<N> sep1 -1.5616
+R<MET>A<C> R<PHE>A<N> sep2 1.47226
+R<MET>A<C> R<PHE>A<O> central_sep1 -0.507868
+R<MET>A<C> R<PHE>A<O> central_sep2 1.91184
+R<MET>A<C> R<PHE>A<O> sep1 -1.19663
+R<MET>A<C> R<PHE>A<O> sep2 1.04958
+R<MET>A<C> R<PRO>A<C> central_sep1 2.22637
+R<MET>A<C> R<PRO>A<C> central_sep2 4.93863
+R<MET>A<C> R<PRO>A<C> sep1 -2.52226
+R<MET>A<C> R<PRO>A<C> sep2 2.31509
+R<MET>A<C> R<PRO>A<CA> central_sep1 2.95426
+R<MET>A<C> R<PRO>A<CA> central_sep2 1.69211
+R<MET>A<C> R<PRO>A<CA> sep1 -2.38595
+R<MET>A<C> R<PRO>A<CA> sep2 0.30557
+R<MET>A<C> R<PRO>A<CB> central_sep1 2.27158
+R<MET>A<C> R<PRO>A<CB> central_sep2 0.717062
+R<MET>A<C> R<PRO>A<CB> sep1 1.57535
+R<MET>A<C> R<PRO>A<CB> sep2 -0.146077
+R<MET>A<C> R<PRO>A<CD> central_sep1 -0.10399
+R<MET>A<C> R<PRO>A<CD> central_sep2 1.33726
+R<MET>A<C> R<PRO>A<CD> sep1 -0.706112
+R<MET>A<C> R<PRO>A<CD> sep2 0.147357
+R<MET>A<C> R<PRO>A<CG> central_sep1 2.37262
+R<MET>A<C> R<PRO>A<CG> central_sep2 0.422644
+R<MET>A<C> R<PRO>A<CG> sep1 2.48458
+R<MET>A<C> R<PRO>A<CG> sep2 -0.179999
+R<MET>A<C> R<PRO>A<N> central_sep1 1.16641
+R<MET>A<C> R<PRO>A<N> central_sep2 0.95596
+R<MET>A<C> R<PRO>A<N> sep1 -1.22355
+R<MET>A<C> R<PRO>A<N> sep2 2.20181
+R<MET>A<C> R<PRO>A<O> central_sep1 -0.468964
+R<MET>A<C> R<PRO>A<O> central_sep2 2.13015
+R<MET>A<C> R<PRO>A<O> sep1 -1.75627
+R<MET>A<C> R<PRO>A<O> sep2 1.24775
+R<MET>A<C> R<SER>A<C> central_sep1 4.32515
+R<MET>A<C> R<SER>A<C> central_sep2 3.4986
+R<MET>A<C> R<SER>A<C> sep1 -2.3711
+R<MET>A<C> R<SER>A<C> sep2 1.85475
+R<MET>A<C> R<SER>A<CA> central_sep1 2.71752
+R<MET>A<C> R<SER>A<CA> central_sep2 1.91198
+R<MET>A<C> R<SER>A<CA> sep1 -2.49582
+R<MET>A<C> R<SER>A<CA> sep2 0.294244
+R<MET>A<C> R<SER>A<CB> central_sep1 2.15027
+R<MET>A<C> R<SER>A<CB> central_sep2 0.709755
+R<MET>A<C> R<SER>A<CB> sep1 -0.0515222
+R<MET>A<C> R<SER>A<CB> sep2 -0.185198
+R<MET>A<C> R<SER>A<N> central_sep1 -0.402604
+R<MET>A<C> R<SER>A<N> central_sep2 2.19026
+R<MET>A<C> R<SER>A<N> sep1 -1.58291
+R<MET>A<C> R<SER>A<N> sep2 1.59866
+R<MET>A<C> R<SER>A<O> central_sep1 -0.582131
+R<MET>A<C> R<SER>A<O> central_sep2 2.39654
+R<MET>A<C> R<SER>A<O> sep1 -1.46817
+R<MET>A<C> R<SER>A<O> sep2 1.11056
+R<MET>A<C> R<SER>A<OG> central_sep1 1.97999
+R<MET>A<C> R<SER>A<OG> central_sep2 0.964094
+R<MET>A<C> R<SER>A<OG> sep1 0.356016
+R<MET>A<C> R<SER>A<OG> sep2 0.245813
+R<MET>A<C> R<THR>A<C> central_sep1 5.92824
+R<MET>A<C> R<THR>A<C> central_sep2 3.92289
+R<MET>A<C> R<THR>A<C> sep1 -2.47816
+R<MET>A<C> R<THR>A<C> sep2 2.13888
+R<MET>A<C> R<THR>A<CA> central_sep1 4.29766
+R<MET>A<C> R<THR>A<CA> central_sep2 2.44016
+R<MET>A<C> R<THR>A<CA> sep1 -2.73398
+R<MET>A<C> R<THR>A<CA> sep2 0.632728
+R<MET>A<C> R<THR>A<CB> central_sep1 2.20917
+R<MET>A<C> R<THR>A<CB> central_sep2 1.29039
+R<MET>A<C> R<THR>A<CB> sep1 -0.0909607
+R<MET>A<C> R<THR>A<CB> sep2 -0.274234
+R<MET>A<C> R<THR>A<CG2> central_sep1 0.731244
+R<MET>A<C> R<THR>A<CG2> central_sep2 0.342142
+R<MET>A<C> R<THR>A<CG2> sep1 -0.459849
+R<MET>A<C> R<THR>A<CG2> sep2 -0.466074
+R<MET>A<C> R<THR>A<N> central_sep1 -0.380098
+R<MET>A<C> R<THR>A<N> central_sep2 2.62934
+R<MET>A<C> R<THR>A<N> sep1 -1.57802
+R<MET>A<C> R<THR>A<N> sep2 1.74351
+R<MET>A<C> R<THR>A<O> central_sep1 -0.675206
+R<MET>A<C> R<THR>A<O> central_sep2 2.41068
+R<MET>A<C> R<THR>A<O> sep1 -1.36595
+R<MET>A<C> R<THR>A<O> sep2 1.16142
+R<MET>A<C> R<THR>A<OG1> central_sep1 1.871
+R<MET>A<C> R<THR>A<OG1> central_sep2 1.0645
+R<MET>A<C> R<THR>A<OG1> sep1 -0.30848
+R<MET>A<C> R<THR>A<OG1> sep2 0.204812
+R<MET>A<C> R<TRP>A<C> central_sep2 3.01638
+R<MET>A<C> R<TRP>A<C> sep1 -2.32013
+R<MET>A<C> R<TRP>A<C> sep2 2.94881
+R<MET>A<C> R<TRP>A<CA> central_sep2 2.79828
+R<MET>A<C> R<TRP>A<CA> sep1 -2.36035
+R<MET>A<C> R<TRP>A<CA> sep2 0.906997
+R<MET>A<C> R<TRP>A<CB> central_sep1 1.32125
+R<MET>A<C> R<TRP>A<CB> central_sep2 0.374952
+R<MET>A<C> R<TRP>A<CB> sep1 0.0967876
+R<MET>A<C> R<TRP>A<CB> sep2 -0.311919
+R<MET>A<C> R<TRP>A<CD1> central_sep1 -0.596293
+R<MET>A<C> R<TRP>A<CD1> central_sep2 -0.0624383
+R<MET>A<C> R<TRP>A<CD1> sep1 -0.410268
+R<MET>A<C> R<TRP>A<CD1> sep2 -0.660933
+R<MET>A<C> R<TRP>A<CD2> central_sep1 -0.107822
+R<MET>A<C> R<TRP>A<CD2> central_sep2 1.0993
+R<MET>A<C> R<TRP>A<CD2> sep1 -0.594816
+R<MET>A<C> R<TRP>A<CD2> sep2 0.373558
+R<MET>A<C> R<TRP>A<CE2> central_sep1 0.896969
+R<MET>A<C> R<TRP>A<CE2> central_sep2 0.588942
+R<MET>A<C> R<TRP>A<CE2> sep1 0.969835
+R<MET>A<C> R<TRP>A<CE2> sep2 -0.0370912
+R<MET>A<C> R<TRP>A<CE3> central_sep1 -0.861215
+R<MET>A<C> R<TRP>A<CE3> central_sep2 -1.01462
+R<MET>A<C> R<TRP>A<CE3> sep1 0.30167
+R<MET>A<C> R<TRP>A<CE3> sep2 -0.737857
+R<MET>A<C> R<TRP>A<CG> central_sep1 1.21262
+R<MET>A<C> R<TRP>A<CG> central_sep2 0.421571
+R<MET>A<C> R<TRP>A<CG> sep1 -0.819078
+R<MET>A<C> R<TRP>A<CG> sep2 0.0176079
+R<MET>A<C> R<TRP>A<CH2> central_sep1 2.33375
+R<MET>A<C> R<TRP>A<CH2> central_sep2 -0.744115
+R<MET>A<C> R<TRP>A<CH2> sep1 3.48385
+R<MET>A<C> R<TRP>A<CH2> sep2 -1.06395
+R<MET>A<C> R<TRP>A<CZ2> central_sep1 2.3705
+R<MET>A<C> R<TRP>A<CZ2> central_sep2 -0.444432
+R<MET>A<C> R<TRP>A<CZ2> sep1 3.05046
+R<MET>A<C> R<TRP>A<CZ2> sep2 -0.913225
+R<MET>A<C> R<TRP>A<CZ3> central_sep1 1.00823
+R<MET>A<C> R<TRP>A<CZ3> central_sep2 -0.651796
+R<MET>A<C> R<TRP>A<CZ3> sep1 1.56103
+R<MET>A<C> R<TRP>A<CZ3> sep2 -1.12519
+R<MET>A<C> R<TRP>A<N> central_sep1 -0.580326
+R<MET>A<C> R<TRP>A<N> central_sep2 3.74331
+R<MET>A<C> R<TRP>A<N> sep1 -1.62119
+R<MET>A<C> R<TRP>A<N> sep2 1.7455
+R<MET>A<C> R<TRP>A<NE1> central_sep1 1.35653
+R<MET>A<C> R<TRP>A<NE1> central_sep2 0.213534
+R<MET>A<C> R<TRP>A<NE1> sep1 1.28734
+R<MET>A<C> R<TRP>A<NE1> sep2 -0.667392
+R<MET>A<C> R<TRP>A<O> central_sep1 -0.661977
+R<MET>A<C> R<TRP>A<O> central_sep2 1.71537
+R<MET>A<C> R<TRP>A<O> sep1 -1.2972
+R<MET>A<C> R<TRP>A<O> sep2 1.044
+R<MET>A<C> R<TYR>A<C> central_sep1 2.99172
+R<MET>A<C> R<TYR>A<C> central_sep2 4.16262
+R<MET>A<C> R<TYR>A<C> sep1 -2.34112
+R<MET>A<C> R<TYR>A<C> sep2 2.24093
+R<MET>A<C> R<TYR>A<CA> central_sep1 5.0419
+R<MET>A<C> R<TYR>A<CA> central_sep2 2.2699
+R<MET>A<C> R<TYR>A<CA> sep1 -2.5102
+R<MET>A<C> R<TYR>A<CA> sep2 0.789733
+R<MET>A<C> R<TYR>A<CB> central_sep1 1.54788
+R<MET>A<C> R<TYR>A<CB> central_sep2 0.474067
+R<MET>A<C> R<TYR>A<CB> sep1 -0.0673274
+R<MET>A<C> R<TYR>A<CB> sep2 -0.422652
+R<MET>A<C> R<TYR>A<CD1> central_sep1 -0.482073
+R<MET>A<C> R<TYR>A<CD1> central_sep2 -0.266226
+R<MET>A<C> R<TYR>A<CD1> sep1 -0.474973
+R<MET>A<C> R<TYR>A<CD1> sep2 -0.711656
+R<MET>A<C> R<TYR>A<CE1> central_sep1 0.801757
+R<MET>A<C> R<TYR>A<CE1> central_sep2 -0.0431178
+R<MET>A<C> R<TYR>A<CE1> sep1 1.59513
+R<MET>A<C> R<TYR>A<CE1> sep2 -0.676479
+R<MET>A<C> R<TYR>A<CG> central_sep1 0.934058
+R<MET>A<C> R<TYR>A<CG> central_sep2 0.426031
+R<MET>A<C> R<TYR>A<CG> sep1 -1.6903
+R<MET>A<C> R<TYR>A<CG> sep2 -0.189781
+R<MET>A<C> R<TYR>A<CZ> central_sep1 1.03668
+R<MET>A<C> R<TYR>A<CZ> central_sep2 0.293339
+R<MET>A<C> R<TYR>A<CZ> sep1 1.80881
+R<MET>A<C> R<TYR>A<CZ> sep2 -0.304864
+R<MET>A<C> R<TYR>A<N> central_sep1 -0.797957
+R<MET>A<C> R<TYR>A<N> central_sep2 2.86917
+R<MET>A<C> R<TYR>A<N> sep1 -1.66275
+R<MET>A<C> R<TYR>A<N> sep2 1.72611
+R<MET>A<C> R<TYR>A<O> central_sep1 -0.573048
+R<MET>A<C> R<TYR>A<O> central_sep2 2.17423
+R<MET>A<C> R<TYR>A<O> sep1 -1.21088
+R<MET>A<C> R<TYR>A<O> sep2 0.956577
+R<MET>A<C> R<TYR>A<OH> central_sep1 3.3005
+R<MET>A<C> R<TYR>A<OH> central_sep2 0.286075
+R<MET>A<C> R<TYR>A<OH> sep1 3.93229
+R<MET>A<C> R<TYR>A<OH> sep2 -0.504284
+R<MET>A<C> R<VAL>A<C> central_sep1 4.27757
+R<MET>A<C> R<VAL>A<C> central_sep2 7.16529
+R<MET>A<C> R<VAL>A<C> sep1 -2.59279
+R<MET>A<C> R<VAL>A<C> sep2 3.22204
+R<MET>A<C> R<VAL>A<CA> central_sep1 4.02957
+R<MET>A<C> R<VAL>A<CA> central_sep2 2.70587
+R<MET>A<C> R<VAL>A<CA> sep1 -2.6826
+R<MET>A<C> R<VAL>A<CA> sep2 0.85625
+R<MET>A<C> R<VAL>A<CB> central_sep1 1.41864
+R<MET>A<C> R<VAL>A<CB> central_sep2 0.695161
+R<MET>A<C> R<VAL>A<CB> sep1 -0.0100435
+R<MET>A<C> R<VAL>A<CB> sep2 -0.537412
+R<MET>A<C> R<VAL>A<CG1> central_sep1 0.306077
+R<MET>A<C> R<VAL>A<CG1> central_sep2 0.123188
+R<MET>A<C> R<VAL>A<CG1> sep1 -0.303156
+R<MET>A<C> R<VAL>A<CG1> sep2 -0.689629
+R<MET>A<C> R<VAL>A<CG2> central_sep1 0.605929
+R<MET>A<C> R<VAL>A<CG2> central_sep2 0.00026583
+R<MET>A<C> R<VAL>A<CG2> sep1 -0.781919
+R<MET>A<C> R<VAL>A<CG2> sep2 -0.623201
+R<MET>A<C> R<VAL>A<N> central_sep1 -0.351961
+R<MET>A<C> R<VAL>A<N> central_sep2 3.15398
+R<MET>A<C> R<VAL>A<N> sep1 -1.38604
+R<MET>A<C> R<VAL>A<N> sep2 1.75743
+R<MET>A<C> R<VAL>A<O> central_sep1 -0.629101
+R<MET>A<C> R<VAL>A<O> central_sep2 2.04268
+R<MET>A<C> R<VAL>A<O> sep1 -1.13672
+R<MET>A<C> R<VAL>A<O> sep2 1.1096
+R<MET>A<C> c<solvent> . 1.97827
+R<MET>A<CA> R<MET>A<CA> central_sep1 1.69037
+R<MET>A<CA> R<MET>A<CA> central_sep2 -0.55992
+R<MET>A<CA> R<MET>A<CA> sep1 3.1376
+R<MET>A<CA> R<MET>A<CA> sep2 0.231673
+R<MET>A<CA> R<MET>A<CB> central_sep1 -1.33083
+R<MET>A<CA> R<MET>A<CB> central_sep2 -0.0522851
+R<MET>A<CA> R<MET>A<CB> sep1 1.15476
+R<MET>A<CA> R<MET>A<CB> sep2 0.0342332
+R<MET>A<CA> R<MET>A<CE> central_sep1 -0.0988768
+R<MET>A<CA> R<MET>A<CE> central_sep2 -0.74563
+R<MET>A<CA> R<MET>A<CE> sep1 1.83522
+R<MET>A<CA> R<MET>A<CE> sep2 -0.433083
+R<MET>A<CA> R<MET>A<CG> central_sep1 -0.199288
+R<MET>A<CA> R<MET>A<CG> central_sep2 -0.319261
+R<MET>A<CA> R<MET>A<CG> sep1 0.82931
+R<MET>A<CA> R<MET>A<CG> sep2 -0.44036
+R<MET>A<CA> R<MET>A<N> central_sep1 1.92405
+R<MET>A<CA> R<MET>A<N> central_sep2 1.38606
+R<MET>A<CA> R<MET>A<N> sep1 -2.104
+R<MET>A<CA> R<MET>A<N> sep2 1.07733
+R<MET>A<CA> R<MET>A<O> central_sep1 0.958122
+R<MET>A<CA> R<MET>A<O> central_sep2 -0.780256
+R<MET>A<CA> R<MET>A<O> sep1 -2.08564
+R<MET>A<CA> R<MET>A<O> sep2 0.0524333
+R<MET>A<CA> R<MET>A<SD> central_sep1 -0.557856
+R<MET>A<CA> R<MET>A<SD> central_sep2 -1.04102
+R<MET>A<CA> R<MET>A<SD> sep1 1.11493
+R<MET>A<CA> R<MET>A<SD> sep2 -0.616874
+R<MET>A<CA> R<PHE>A<C> central_sep1 3.28198
+R<MET>A<CA> R<PHE>A<C> central_sep2 1.9721
+R<MET>A<CA> R<PHE>A<C> sep1 -2.56355
+R<MET>A<CA> R<PHE>A<C> sep2 0.78906
+R<MET>A<CA> R<PHE>A<CA> central_sep1 1.56596
+R<MET>A<CA> R<PHE>A<CA> central_sep2 -0.0903929
+R<MET>A<CA> R<PHE>A<CA> sep1 3.73004
+R<MET>A<CA> R<PHE>A<CA> sep2 0.331706
+R<MET>A<CA> R<PHE>A<CB> central_sep1 -0.992545
+R<MET>A<CA> R<PHE>A<CB> central_sep2 -0.121519
+R<MET>A<CA> R<PHE>A<CB> sep1 1.28607
+R<MET>A<CA> R<PHE>A<CB> sep2 0.176045
+R<MET>A<CA> R<PHE>A<CD1> central_sep1 -0.340769
+R<MET>A<CA> R<PHE>A<CD1> central_sep2 -0.462864
+R<MET>A<CA> R<PHE>A<CD1> sep1 0.0538281
+R<MET>A<CA> R<PHE>A<CD1> sep2 -0.57644
+R<MET>A<CA> R<PHE>A<CE1> central_sep1 0.94356
+R<MET>A<CA> R<PHE>A<CE1> central_sep2 -0.798423
+R<MET>A<CA> R<PHE>A<CE1> sep1 1.39594
+R<MET>A<CA> R<PHE>A<CE1> sep2 -0.746794
+R<MET>A<CA> R<PHE>A<CG> central_sep1 0.398179
+R<MET>A<CA> R<PHE>A<CG> central_sep2 -0.148807
+R<MET>A<CA> R<PHE>A<CG> sep1 1.02731
+R<MET>A<CA> R<PHE>A<CG> sep2 -0.963449
+R<MET>A<CA> R<PHE>A<CZ> central_sep1 1.28858
+R<MET>A<CA> R<PHE>A<CZ> central_sep2 -0.979825
+R<MET>A<CA> R<PHE>A<CZ> sep1 2.16364
+R<MET>A<CA> R<PHE>A<CZ> sep2 -0.695257
+R<MET>A<CA> R<PHE>A<N> central_sep1 2.30189
+R<MET>A<CA> R<PHE>A<N> central_sep2 1.53649
+R<MET>A<CA> R<PHE>A<N> sep1 -2.01336
+R<MET>A<CA> R<PHE>A<N> sep2 1.01829
+R<MET>A<CA> R<PHE>A<O> central_sep1 0.969971
+R<MET>A<CA> R<PHE>A<O> central_sep2 -0.864321
+R<MET>A<CA> R<PHE>A<O> sep1 -1.85093
+R<MET>A<CA> R<PHE>A<O> sep2 0.142118
+R<MET>A<CA> R<PRO>A<C> central_sep1 2.46748
+R<MET>A<CA> R<PRO>A<C> central_sep2 2.77145
+R<MET>A<CA> R<PRO>A<C> sep1 -2.51243
+R<MET>A<CA> R<PRO>A<C> sep2 1.20206
+R<MET>A<CA> R<PRO>A<CA> central_sep1 0.261849
+R<MET>A<CA> R<PRO>A<CA> central_sep2 0.218052
+R<MET>A<CA> R<PRO>A<CA> sep1 2.42851
+R<MET>A<CA> R<PRO>A<CA> sep2 0.542837
+R<MET>A<CA> R<PRO>A<CB> central_sep1 2.00744
+R<MET>A<CA> R<PRO>A<CB> central_sep2 0.156484
+R<MET>A<CA> R<PRO>A<CB> sep1 2.68877
+R<MET>A<CA> R<PRO>A<CB> sep2 0.321207
+R<MET>A<CA> R<PRO>A<CD> central_sep1 -2.18723
+R<MET>A<CA> R<PRO>A<CD> central_sep2 0.412679
+R<MET>A<CA> R<PRO>A<CD> sep1 1.4636
+R<MET>A<CA> R<PRO>A<CD> sep2 0.660843
+R<MET>A<CA> R<PRO>A<CG> central_sep1 1.44271
+R<MET>A<CA> R<PRO>A<CG> central_sep2 -0.00116615
+R<MET>A<CA> R<PRO>A<CG> sep1 2.25909
+R<MET>A<CA> R<PRO>A<CG> sep2 0.113103
+R<MET>A<CA> R<PRO>A<N> central_sep1 2.41717
+R<MET>A<CA> R<PRO>A<N> central_sep2 1.80295
+R<MET>A<CA> R<PRO>A<N> sep1 -1.43112
+R<MET>A<CA> R<PRO>A<N> sep2 0.606817
+R<MET>A<CA> R<PRO>A<O> central_sep1 2.61918
+R<MET>A<CA> R<PRO>A<O> central_sep2 0.142062
+R<MET>A<CA> R<PRO>A<O> sep1 -1.80361
+R<MET>A<CA> R<PRO>A<O> sep2 0.735971
+R<MET>A<CA> R<SER>A<C> central_sep1 3.81471
+R<MET>A<CA> R<SER>A<C> central_sep2 2.3157
+R<MET>A<CA> R<SER>A<C> sep1 -2.68528
+R<MET>A<CA> R<SER>A<C> sep2 0.752878
+R<MET>A<CA> R<SER>A<CA> central_sep1 2.20093
+R<MET>A<CA> R<SER>A<CA> central_sep2 0.420088
+R<MET>A<CA> R<SER>A<CA> sep1 3.4479
+R<MET>A<CA> R<SER>A<CA> sep2 0.671565
+R<MET>A<CA> R<SER>A<CB> central_sep1 0.0209982
+R<MET>A<CA> R<SER>A<CB> central_sep2 0.311377
+R<MET>A<CA> R<SER>A<CB> sep1 1.70934
+R<MET>A<CA> R<SER>A<CB> sep2 0.341864
+R<MET>A<CA> R<SER>A<N> central_sep1 2.79951
+R<MET>A<CA> R<SER>A<N> central_sep2 1.45607
+R<MET>A<CA> R<SER>A<N> sep1 -2.16221
+R<MET>A<CA> R<SER>A<N> sep2 1.13138
+R<MET>A<CA> R<SER>A<O> central_sep1 1.39161
+R<MET>A<CA> R<SER>A<O> central_sep2 -0.341092
+R<MET>A<CA> R<SER>A<O> sep1 -1.96451
+R<MET>A<CA> R<SER>A<O> sep2 0.678585
+R<MET>A<CA> R<SER>A<OG> central_sep1 0.352423
+R<MET>A<CA> R<SER>A<OG> central_sep2 0.152487
+R<MET>A<CA> R<SER>A<OG> sep1 1.02777
+R<MET>A<CA> R<SER>A<OG> sep2 0.186773
+R<MET>A<CA> R<THR>A<C> central_sep1 5.00477
+R<MET>A<CA> R<THR>A<C> central_sep2 2.27298
+R<MET>A<CA> R<THR>A<C> sep1 -2.67947
+R<MET>A<CA> R<THR>A<C> sep2 0.840228
+R<MET>A<CA> R<THR>A<CA> central_sep1 2.00748
+R<MET>A<CA> R<THR>A<CA> central_sep2 0.248484
+R<MET>A<CA> R<THR>A<CA> sep1 3.42854
+R<MET>A<CA> R<THR>A<CA> sep2 0.535854
+R<MET>A<CA> R<THR>A<CB> central_sep1 -0.67315
+R<MET>A<CA> R<THR>A<CB> central_sep2 0.564225
+R<MET>A<CA> R<THR>A<CB> sep1 1.35375
+R<MET>A<CA> R<THR>A<CB> sep2 0.225506
+R<MET>A<CA> R<THR>A<CG2> central_sep1 1.02549
+R<MET>A<CA> R<THR>A<CG2> central_sep2 0.137836
+R<MET>A<CA> R<THR>A<CG2> sep1 1.39898
+R<MET>A<CA> R<THR>A<CG2> sep2 0.375456
+R<MET>A<CA> R<THR>A<N> central_sep1 3.05182
+R<MET>A<CA> R<THR>A<N> central_sep2 1.77491
+R<MET>A<CA> R<THR>A<N> sep1 -2.46215
+R<MET>A<CA> R<THR>A<N> sep2 1.20435
+R<MET>A<CA> R<THR>A<O> central_sep1 1.36369
+R<MET>A<CA> R<THR>A<O> central_sep2 -0.595009
+R<MET>A<CA> R<THR>A<O> sep1 -1.87988
+R<MET>A<CA> R<THR>A<O> sep2 0.638349
+R<MET>A<CA> R<THR>A<OG1> central_sep1 0.269043
+R<MET>A<CA> R<THR>A<OG1> central_sep2 0.0975658
+R<MET>A<CA> R<THR>A<OG1> sep1 0.929588
+R<MET>A<CA> R<THR>A<OG1> sep2 0.225652
+R<MET>A<CA> R<TRP>A<C> central_sep1 2.95741
+R<MET>A<CA> R<TRP>A<C> central_sep2 2.15039
+R<MET>A<CA> R<TRP>A<C> sep1 -2.70859
+R<MET>A<CA> R<TRP>A<C> sep2 0.703558
+R<MET>A<CA> R<TRP>A<CA> central_sep1 1.343
+R<MET>A<CA> R<TRP>A<CA> central_sep2 0.0277605
+R<MET>A<CA> R<TRP>A<CA> sep1 3.4166
+R<MET>A<CA> R<TRP>A<CA> sep2 0.598282
+R<MET>A<CA> R<TRP>A<CB> central_sep1 -0.991012
+R<MET>A<CA> R<TRP>A<CB> central_sep2 -0.101043
+R<MET>A<CA> R<TRP>A<CB> sep1 1.57005
+R<MET>A<CA> R<TRP>A<CB> sep2 -0.0386145
+R<MET>A<CA> R<TRP>A<CD1> central_sep1 0.0565403
+R<MET>A<CA> R<TRP>A<CD1> central_sep2 -0.208879
+R<MET>A<CA> R<TRP>A<CD1> sep1 0.416829
+R<MET>A<CA> R<TRP>A<CD1> sep2 -0.448047
+R<MET>A<CA> R<TRP>A<CD2> central_sep1 -0.0594498
+R<MET>A<CA> R<TRP>A<CD2> central_sep2 -0.244861
+R<MET>A<CA> R<TRP>A<CD2> sep1 0.557111
+R<MET>A<CA> R<TRP>A<CD2> sep2 -0.881781
+R<MET>A<CA> R<TRP>A<CE2> central_sep1 0.508385
+R<MET>A<CA> R<TRP>A<CE2> central_sep2 -0.451343
+R<MET>A<CA> R<TRP>A<CE2> sep1 0.682637
+R<MET>A<CA> R<TRP>A<CE2> sep2 -0.991412
+R<MET>A<CA> R<TRP>A<CE3> central_sep1 -1.3828
+R<MET>A<CA> R<TRP>A<CE3> central_sep2 -0.369376
+R<MET>A<CA> R<TRP>A<CE3> sep1 0.862885
+R<MET>A<CA> R<TRP>A<CE3> sep2 -0.555189
+R<MET>A<CA> R<TRP>A<CG> central_sep1 0.330567
+R<MET>A<CA> R<TRP>A<CG> central_sep2 -0.493348
+R<MET>A<CA> R<TRP>A<CG> sep1 0.579864
+R<MET>A<CA> R<TRP>A<CG> sep2 -1.42788
+R<MET>A<CA> R<TRP>A<CH2> central_sep1 1.83089
+R<MET>A<CA> R<TRP>A<CH2> central_sep2 -1.03088
+R<MET>A<CA> R<TRP>A<CH2> sep1 3.29583
+R<MET>A<CA> R<TRP>A<CH2> sep2 -0.906233
+R<MET>A<CA> R<TRP>A<CZ2> central_sep1 1.4457
+R<MET>A<CA> R<TRP>A<CZ2> central_sep2 -0.786498
+R<MET>A<CA> R<TRP>A<CZ2> sep1 2.50955
+R<MET>A<CA> R<TRP>A<CZ2> sep2 -0.430179
+R<MET>A<CA> R<TRP>A<CZ3> central_sep1 0.667237
+R<MET>A<CA> R<TRP>A<CZ3> central_sep2 -0.998516
+R<MET>A<CA> R<TRP>A<CZ3> sep1 0.771456
+R<MET>A<CA> R<TRP>A<CZ3> sep2 -0.988916
+R<MET>A<CA> R<TRP>A<N> central_sep1 2.03399
+R<MET>A<CA> R<TRP>A<N> central_sep2 1.37231
+R<MET>A<CA> R<TRP>A<N> sep1 -1.82866
+R<MET>A<CA> R<TRP>A<N> sep2 1.28709
+R<MET>A<CA> R<TRP>A<NE1> central_sep1 0.791832
+R<MET>A<CA> R<TRP>A<NE1> central_sep2 -0.258877
+R<MET>A<CA> R<TRP>A<NE1> sep1 1.79137
+R<MET>A<CA> R<TRP>A<NE1> sep2 -0.49367
+R<MET>A<CA> R<TRP>A<O> central_sep1 0.834813
+R<MET>A<CA> R<TRP>A<O> central_sep2 -0.889806
+R<MET>A<CA> R<TRP>A<O> sep1 -1.97553
+R<MET>A<CA> R<TRP>A<O> sep2 0.29916
+R<MET>A<CA> R<TYR>A<C> central_sep1 3.28869
+R<MET>A<CA> R<TYR>A<C> central_sep2 2.43429
+R<MET>A<CA> R<TYR>A<C> sep1 -2.61575
+R<MET>A<CA> R<TYR>A<C> sep2 0.749086
+R<MET>A<CA> R<TYR>A<CA> central_sep1 1.74679
+R<MET>A<CA> R<TYR>A<CA> central_sep2 0.00110095
+R<MET>A<CA> R<TYR>A<CA> sep1 3.29336
+R<MET>A<CA> R<TYR>A<CA> sep2 0.500518
+R<MET>A<CA> R<TYR>A<CB> central_sep1 -0.913754
+R<MET>A<CA> R<TYR>A<CB> central_sep2 -0.145915
+R<MET>A<CA> R<TYR>A<CB> sep1 1.27387
+R<MET>A<CA> R<TYR>A<CB> sep2 0.13249
+R<MET>A<CA> R<TYR>A<CD1> central_sep1 -0.246019
+R<MET>A<CA> R<TYR>A<CD1> central_sep2 -0.436027
+R<MET>A<CA> R<TYR>A<CD1> sep1 -0.0681338
+R<MET>A<CA> R<TYR>A<CD1> sep2 -0.470432
+R<MET>A<CA> R<TYR>A<CE1> central_sep1 0.889244
+R<MET>A<CA> R<TYR>A<CE1> central_sep2 -0.468073
+R<MET>A<CA> R<TYR>A<CE1> sep1 1.45574
+R<MET>A<CA> R<TYR>A<CE1> sep2 -0.485342
+R<MET>A<CA> R<TYR>A<CG> central_sep1 0.577454
+R<MET>A<CA> R<TYR>A<CG> central_sep2 -0.0437484
+R<MET>A<CA> R<TYR>A<CG> sep1 1.33003
+R<MET>A<CA> R<TYR>A<CG> sep2 -1.22552
+R<MET>A<CA> R<TYR>A<CZ> central_sep1 0.591002
+R<MET>A<CA> R<TYR>A<CZ> central_sep2 -0.831638
+R<MET>A<CA> R<TYR>A<CZ> sep1 1.6446
+R<MET>A<CA> R<TYR>A<CZ> sep2 -0.980677
+R<MET>A<CA> R<TYR>A<N> central_sep1 2.33392
+R<MET>A<CA> R<TYR>A<N> central_sep2 1.5424
+R<MET>A<CA> R<TYR>A<N> sep1 -2.04635
+R<MET>A<CA> R<TYR>A<N> sep2 1.02012
+R<MET>A<CA> R<TYR>A<O> central_sep1 0.678626
+R<MET>A<CA> R<TYR>A<O> central_sep2 -0.990399
+R<MET>A<CA> R<TYR>A<O> sep1 -1.90005
+R<MET>A<CA> R<TYR>A<O> sep2 0.119888
+R<MET>A<CA> R<TYR>A<OH> central_sep1 1.69217
+R<MET>A<CA> R<TYR>A<OH> central_sep2 -0.69482
+R<MET>A<CA> R<TYR>A<OH> sep1 2.61463
+R<MET>A<CA> R<TYR>A<OH> sep2 -0.481108
+R<MET>A<CA> R<VAL>A<C> central_sep1 4.26759
+R<MET>A<CA> R<VAL>A<C> central_sep2 2.78464
+R<MET>A<CA> R<VAL>A<C> sep1 -2.8742
+R<MET>A<CA> R<VAL>A<C> sep2 1.31258
+R<MET>A<CA> R<VAL>A<CA> central_sep1 1.96621
+R<MET>A<CA> R<VAL>A<CA> central_sep2 0.0471361
+R<MET>A<CA> R<VAL>A<CA> sep1 3.74336
+R<MET>A<CA> R<VAL>A<CA> sep2 0.510074
+R<MET>A<CA> R<VAL>A<CB> central_sep1 -1.29952
+R<MET>A<CA> R<VAL>A<CB> central_sep2 -0.209139
+R<MET>A<CA> R<VAL>A<CB> sep1 1.26444
+R<MET>A<CA> R<VAL>A<CB> sep2 -0.0583915
+R<MET>A<CA> R<VAL>A<CG1> central_sep1 1.06052
+R<MET>A<CA> R<VAL>A<CG1> central_sep2 -0.260831
+R<MET>A<CA> R<VAL>A<CG1> sep1 1.30434
+R<MET>A<CA> R<VAL>A<CG1> sep2 0.00563815
+R<MET>A<CA> R<VAL>A<CG2> central_sep1 0.00267151
+R<MET>A<CA> R<VAL>A<CG2> central_sep2 -0.343079
+R<MET>A<CA> R<VAL>A<CG2> sep1 1.12261
+R<MET>A<CA> R<VAL>A<CG2> sep2 0.00056606
+R<MET>A<CA> R<VAL>A<N> central_sep1 2.73428
+R<MET>A<CA> R<VAL>A<N> central_sep2 1.53281
+R<MET>A<CA> R<VAL>A<N> sep1 -2.29079
+R<MET>A<CA> R<VAL>A<N> sep2 0.739254
+R<MET>A<CA> R<VAL>A<O> central_sep1 0.846087
+R<MET>A<CA> R<VAL>A<O> central_sep2 -1.0668
+R<MET>A<CA> R<VAL>A<O> sep1 -2.01532
+R<MET>A<CA> R<VAL>A<O> sep2 0.0681581
+R<MET>A<CA> c<solvent> . 1.30727
+R<MET>A<CB> R<MET>A<CB> central_sep1 -0.267757
+R<MET>A<CB> R<MET>A<CB> central_sep2 -1.27979
+R<MET>A<CB> R<MET>A<CB> sep1 1.54481
+R<MET>A<CB> R<MET>A<CB> sep2 -0.869276
+R<MET>A<CB> R<MET>A<CE> central_sep1 -0.436786
+R<MET>A<CB> R<MET>A<CE> central_sep2 -1.62039
+R<MET>A<CB> R<MET>A<CE> sep1 1.63099
+R<MET>A<CB> R<MET>A<CE> sep2 -1.0067
+R<MET>A<CB> R<MET>A<CG> central_sep1 -0.367502
+R<MET>A<CB> R<MET>A<CG> central_sep2 -1.28914
+R<MET>A<CB> R<MET>A<CG> sep1 0.411834
+R<MET>A<CB> R<MET>A<CG> sep2 -1.06643
+R<MET>A<CB> R<MET>A<N> central_sep1 1.41758
+R<MET>A<CB> R<MET>A<N> central_sep2 0.99013
+R<MET>A<CB> R<MET>A<N> sep1 -1.3369
+R<MET>A<CB> R<MET>A<N> sep2 0.675999
+R<MET>A<CB> R<MET>A<O> central_sep1 -1.75099
+R<MET>A<CB> R<MET>A<O> central_sep2 -0.383092
+R<MET>A<CB> R<MET>A<O> sep1 0.32209
+R<MET>A<CB> R<MET>A<O> sep2 -0.507282
+R<MET>A<CB> R<MET>A<SD> central_sep1 -0.485925
+R<MET>A<CB> R<MET>A<SD> central_sep2 -1.76873
+R<MET>A<CB> R<MET>A<SD> sep1 1.11056
+R<MET>A<CB> R<MET>A<SD> sep2 -1.20982
+R<MET>A<CB> R<PHE>A<C> central_sep1 2.04654
+R<MET>A<CB> R<PHE>A<C> central_sep2 0.790434
+R<MET>A<CB> R<PHE>A<C> sep1 -0.1888
+R<MET>A<CB> R<PHE>A<C> sep2 -0.140826
+R<MET>A<CB> R<PHE>A<CA> central_sep1 -0.955166
+R<MET>A<CB> R<PHE>A<CA> central_sep2 0.0712251
+R<MET>A<CB> R<PHE>A<CA> sep1 1.26372
+R<MET>A<CB> R<PHE>A<CA> sep2 0.231275
+R<MET>A<CB> R<PHE>A<CB> central_sep1 -0.411351
+R<MET>A<CB> R<PHE>A<CB> central_sep2 -1.17214
+R<MET>A<CB> R<PHE>A<CB> sep1 1.73907
+R<MET>A<CB> R<PHE>A<CB> sep2 -0.658899
+R<MET>A<CB> R<PHE>A<CD1> central_sep1 -0.627052
+R<MET>A<CB> R<PHE>A<CD1> central_sep2 -1.35971
+R<MET>A<CB> R<PHE>A<CD1> sep1 0.783394
+R<MET>A<CB> R<PHE>A<CD1> sep2 -1.16442
+R<MET>A<CB> R<PHE>A<CE1> central_sep1 -0.720298
+R<MET>A<CB> R<PHE>A<CE1> central_sep2 -1.61598
+R<MET>A<CB> R<PHE>A<CE1> sep1 0.8678
+R<MET>A<CB> R<PHE>A<CE1> sep2 -1.33808
+R<MET>A<CB> R<PHE>A<CG> central_sep1 0.323167
+R<MET>A<CB> R<PHE>A<CG> central_sep2 -1.25383
+R<MET>A<CB> R<PHE>A<CG> sep1 0.565278
+R<MET>A<CB> R<PHE>A<CG> sep2 -2.29853
+R<MET>A<CB> R<PHE>A<CZ> central_sep1 0.0165937
+R<MET>A<CB> R<PHE>A<CZ> central_sep2 -1.66393
+R<MET>A<CB> R<PHE>A<CZ> sep1 0.892935
+R<MET>A<CB> R<PHE>A<CZ> sep2 -1.38352
+R<MET>A<CB> R<PHE>A<N> central_sep1 1.06992
+R<MET>A<CB> R<PHE>A<N> central_sep2 0.86414
+R<MET>A<CB> R<PHE>A<N> sep1 -1.09162
+R<MET>A<CB> R<PHE>A<N> sep2 0.776071
+R<MET>A<CB> R<PHE>A<O> central_sep1 -1.56209
+R<MET>A<CB> R<PHE>A<O> central_sep2 -0.238777
+R<MET>A<CB> R<PHE>A<O> sep1 0.37899
+R<MET>A<CB> R<PHE>A<O> sep2 -0.570829
+R<MET>A<CB> R<PRO>A<C> central_sep1 2.28295
+R<MET>A<CB> R<PRO>A<C> central_sep2 1.45736
+R<MET>A<CB> R<PRO>A<C> sep1 0.0855685
+R<MET>A<CB> R<PRO>A<C> sep2 0.241577
+R<MET>A<CB> R<PRO>A<CA> central_sep1 -0.436729
+R<MET>A<CB> R<PRO>A<CA> central_sep2 0.208569
+R<MET>A<CB> R<PRO>A<CA> sep1 0.977745
+R<MET>A<CB> R<PRO>A<CA> sep2 0.214167
+R<MET>A<CB> R<PRO>A<CB> central_sep1 0.476974
+R<MET>A<CB> R<PRO>A<CB> central_sep2 -0.504487
+R<MET>A<CB> R<PRO>A<CB> sep1 2.02503
+R<MET>A<CB> R<PRO>A<CB> sep2 -0.0787998
+R<MET>A<CB> R<PRO>A<CD> central_sep1 -0.140649
+R<MET>A<CB> R<PRO>A<CD> central_sep2 0.0557835
+R<MET>A<CB> R<PRO>A<CD> sep1 -0.562815
+R<MET>A<CB> R<PRO>A<CD> sep2 0.206398
+R<MET>A<CB> R<PRO>A<CG> central_sep1 1.02919
+R<MET>A<CB> R<PRO>A<CG> central_sep2 -0.622706
+R<MET>A<CB> R<PRO>A<CG> sep1 1.88063
+R<MET>A<CB> R<PRO>A<CG> sep2 -0.276354
+R<MET>A<CB> R<PRO>A<N> central_sep1 1.43732
+R<MET>A<CB> R<PRO>A<N> central_sep2 1.39705
+R<MET>A<CB> R<PRO>A<N> sep1 -1.4326
+R<MET>A<CB> R<PRO>A<N> sep2 0.002108
+R<MET>A<CB> R<PRO>A<O> central_sep1 -1.18568
+R<MET>A<CB> R<PRO>A<O> central_sep2 0.131252
+R<MET>A<CB> R<PRO>A<O> sep1 -0.253813
+R<MET>A<CB> R<PRO>A<O> sep2 0.239009
+R<MET>A<CB> R<SER>A<C> central_sep1 2.36675
+R<MET>A<CB> R<SER>A<C> central_sep2 0.971242
+R<MET>A<CB> R<SER>A<C> sep1 -0.154882
+R<MET>A<CB> R<SER>A<C> sep2 0.0013503
+R<MET>A<CB> R<SER>A<CA> central_sep1 -0.478653
+R<MET>A<CB> R<SER>A<CA> central_sep2 0.281712
+R<MET>A<CB> R<SER>A<CA> sep1 1.68757
+R<MET>A<CB> R<SER>A<CA> sep2 0.280683
+R<MET>A<CB> R<SER>A<CB> central_sep1 0.492942
+R<MET>A<CB> R<SER>A<CB> central_sep2 -0.511712
+R<MET>A<CB> R<SER>A<CB> sep1 1.67482
+R<MET>A<CB> R<SER>A<CB> sep2 -0.0166068
+R<MET>A<CB> R<SER>A<N> central_sep1 0.439268
+R<MET>A<CB> R<SER>A<N> central_sep2 1.03594
+R<MET>A<CB> R<SER>A<N> sep1 -1.23444
+R<MET>A<CB> R<SER>A<N> sep2 0.848776
+R<MET>A<CB> R<SER>A<O> central_sep1 -1.27308
+R<MET>A<CB> R<SER>A<O> central_sep2 0.122497
+R<MET>A<CB> R<SER>A<O> sep1 0.355687
+R<MET>A<CB> R<SER>A<O> sep2 -0.0487684
+R<MET>A<CB> R<SER>A<OG> central_sep1 -0.280514
+R<MET>A<CB> R<SER>A<OG> central_sep2 -0.345329
+R<MET>A<CB> R<SER>A<OG> sep1 1.26228
+R<MET>A<CB> R<SER>A<OG> sep2 -0.0939022
+R<MET>A<CB> R<THR>A<C> central_sep1 2.1628
+R<MET>A<CB> R<THR>A<C> central_sep2 0.861532
+R<MET>A<CB> R<THR>A<C> sep1 -0.186282
+R<MET>A<CB> R<THR>A<C> sep2 -0.0780665
+R<MET>A<CB> R<THR>A<CA> central_sep1 -0.584547
+R<MET>A<CB> R<THR>A<CA> central_sep2 0.288605
+R<MET>A<CB> R<THR>A<CA> sep1 1.5533
+R<MET>A<CB> R<THR>A<CA> sep2 0.329743
+R<MET>A<CB> R<THR>A<CB> central_sep1 0.382108
+R<MET>A<CB> R<THR>A<CB> central_sep2 -0.488702
+R<MET>A<CB> R<THR>A<CB> sep1 1.37087
+R<MET>A<CB> R<THR>A<CB> sep2 -0.398341
+R<MET>A<CB> R<THR>A<CG2> central_sep1 0.282851
+R<MET>A<CB> R<THR>A<CG2> central_sep2 -0.832115
+R<MET>A<CB> R<THR>A<CG2> sep1 1.06909
+R<MET>A<CB> R<THR>A<CG2> sep2 -0.0807436
+R<MET>A<CB> R<THR>A<N> central_sep1 0.632933
+R<MET>A<CB> R<THR>A<N> central_sep2 1.2038
+R<MET>A<CB> R<THR>A<N> sep1 -1.34652
+R<MET>A<CB> R<THR>A<N> sep2 0.916322
+R<MET>A<CB> R<THR>A<O> central_sep1 -1.35692
+R<MET>A<CB> R<THR>A<O> central_sep2 0.0767501
+R<MET>A<CB> R<THR>A<O> sep1 0.248951
+R<MET>A<CB> R<THR>A<O> sep2 -0.223894
+R<MET>A<CB> R<THR>A<OG1> central_sep1 -0.311579
+R<MET>A<CB> R<THR>A<OG1> central_sep2 -0.391786
+R<MET>A<CB> R<THR>A<OG1> sep1 1.1398
+R<MET>A<CB> R<THR>A<OG1> sep2 -0.0982229
+R<MET>A<CB> R<TRP>A<C> central_sep1 2.05238
+R<MET>A<CB> R<TRP>A<C> central_sep2 0.845372
+R<MET>A<CB> R<TRP>A<C> sep1 -0.201551
+R<MET>A<CB> R<TRP>A<C> sep2 -0.575902
+R<MET>A<CB> R<TRP>A<CA> central_sep1 -0.981194
+R<MET>A<CB> R<TRP>A<CA> central_sep2 0.060712
+R<MET>A<CB> R<TRP>A<CA> sep1 1.30504
+R<MET>A<CB> R<TRP>A<CA> sep2 0.104025
+R<MET>A<CB> R<TRP>A<CB> central_sep1 -0.0501037
+R<MET>A<CB> R<TRP>A<CB> central_sep2 -1.28287
+R<MET>A<CB> R<TRP>A<CB> sep1 1.69664
+R<MET>A<CB> R<TRP>A<CB> sep2 -0.563954
+R<MET>A<CB> R<TRP>A<CD1> central_sep1 -0.493901
+R<MET>A<CB> R<TRP>A<CD1> central_sep2 -1.03067
+R<MET>A<CB> R<TRP>A<CD1> sep1 0.90412
+R<MET>A<CB> R<TRP>A<CD1> sep2 -0.767359
+R<MET>A<CB> R<TRP>A<CD2> central_sep1 -0.51549
+R<MET>A<CB> R<TRP>A<CD2> central_sep2 -1.41175
+R<MET>A<CB> R<TRP>A<CD2> sep1 0.0805462
+R<MET>A<CB> R<TRP>A<CD2> sep2 -1.52385
+R<MET>A<CB> R<TRP>A<CE2> central_sep1 -0.75843
+R<MET>A<CB> R<TRP>A<CE2> central_sep2 -1.47044
+R<MET>A<CB> R<TRP>A<CE2> sep1 -0.114993
+R<MET>A<CB> R<TRP>A<CE2> sep2 -1.88785
+R<MET>A<CB> R<TRP>A<CE3> central_sep1 -0.822064
+R<MET>A<CB> R<TRP>A<CE3> central_sep2 -1.45241
+R<MET>A<CB> R<TRP>A<CE3> sep1 0.648186
+R<MET>A<CB> R<TRP>A<CE3> sep2 -1.23308
+R<MET>A<CB> R<TRP>A<CG> central_sep1 0.0368201
+R<MET>A<CB> R<TRP>A<CG> central_sep2 -0.937733
+R<MET>A<CB> R<TRP>A<CG> sep1 0.371386
+R<MET>A<CB> R<TRP>A<CG> sep2 -2.09325
+R<MET>A<CB> R<TRP>A<CH2> central_sep1 0.533795
+R<MET>A<CB> R<TRP>A<CH2> central_sep2 -1.65172
+R<MET>A<CB> R<TRP>A<CH2> sep1 1.57092
+R<MET>A<CB> R<TRP>A<CH2> sep2 -1.50891
+R<MET>A<CB> R<TRP>A<CZ2> central_sep1 0.285203
+R<MET>A<CB> R<TRP>A<CZ2> central_sep2 -1.39155
+R<MET>A<CB> R<TRP>A<CZ2> sep1 1.38591
+R<MET>A<CB> R<TRP>A<CZ2> sep2 -1.18134
+R<MET>A<CB> R<TRP>A<CZ3> central_sep1 -0.226893
+R<MET>A<CB> R<TRP>A<CZ3> central_sep2 -1.68494
+R<MET>A<CB> R<TRP>A<CZ3> sep1 0.536795
+R<MET>A<CB> R<TRP>A<CZ3> sep2 -1.41322
+R<MET>A<CB> R<TRP>A<N> central_sep1 1.26443
+R<MET>A<CB> R<TRP>A<N> central_sep2 0.627697
+R<MET>A<CB> R<TRP>A<N> sep1 -1.0195
+R<MET>A<CB> R<TRP>A<N> sep2 0.126372
+R<MET>A<CB> R<TRP>A<NE1> central_sep1 -0.293013
+R<MET>A<CB> R<TRP>A<NE1> central_sep2 -0.985293
+R<MET>A<CB> R<TRP>A<NE1> sep1 0.790423
+R<MET>A<CB> R<TRP>A<NE1> sep2 -1.16894
+R<MET>A<CB> R<TRP>A<O> central_sep1 -1.51811
+R<MET>A<CB> R<TRP>A<O> central_sep2 -0.468386
+R<MET>A<CB> R<TRP>A<O> sep1 0.460888
+R<MET>A<CB> R<TRP>A<O> sep2 -0.485098
+R<MET>A<CB> R<TYR>A<C> central_sep1 1.92337
+R<MET>A<CB> R<TYR>A<C> central_sep2 0.851286
+R<MET>A<CB> R<TYR>A<C> sep1 -0.212806
+R<MET>A<CB> R<TYR>A<C> sep2 -0.316011
+R<MET>A<CB> R<TYR>A<CA> central_sep1 -0.914691
+R<MET>A<CB> R<TYR>A<CA> central_sep2 -0.00886606
+R<MET>A<CB> R<TYR>A<CA> sep1 1.27355
+R<MET>A<CB> R<TYR>A<CA> sep2 0.219202
+R<MET>A<CB> R<TYR>A<CB> central_sep1 -0.232861
+R<MET>A<CB> R<TYR>A<CB> central_sep2 -1.14117
+R<MET>A<CB> R<TYR>A<CB> sep1 1.74978
+R<MET>A<CB> R<TYR>A<CB> sep2 -0.567232
+R<MET>A<CB> R<TYR>A<CD1> central_sep1 -0.408939
+R<MET>A<CB> R<TYR>A<CD1> central_sep2 -1.20934
+R<MET>A<CB> R<TYR>A<CD1> sep1 0.922426
+R<MET>A<CB> R<TYR>A<CD1> sep2 -0.94149
+R<MET>A<CB> R<TYR>A<CE1> central_sep1 -0.392579
+R<MET>A<CB> R<TYR>A<CE1> central_sep2 -1.24129
+R<MET>A<CB> R<TYR>A<CE1> sep1 0.958216
+R<MET>A<CB> R<TYR>A<CE1> sep2 -1.01723
+R<MET>A<CB> R<TYR>A<CG> central_sep1 0.799797
+R<MET>A<CB> R<TYR>A<CG> central_sep2 -1.16785
+R<MET>A<CB> R<TYR>A<CG> sep1 0.553603
+R<MET>A<CB> R<TYR>A<CG> sep2 -2.1064
+R<MET>A<CB> R<TYR>A<CZ> central_sep1 -0.434107
+R<MET>A<CB> R<TYR>A<CZ> central_sep2 -1.30665
+R<MET>A<CB> R<TYR>A<CZ> sep1 0.161817
+R<MET>A<CB> R<TYR>A<CZ> sep2 -1.77384
+R<MET>A<CB> R<TYR>A<N> central_sep1 1.14265
+R<MET>A<CB> R<TYR>A<N> central_sep2 1.01609
+R<MET>A<CB> R<TYR>A<N> sep1 -1.16265
+R<MET>A<CB> R<TYR>A<N> sep2 0.505569
+R<MET>A<CB> R<TYR>A<O> central_sep1 -1.50571
+R<MET>A<CB> R<TYR>A<O> central_sep2 -0.285433
+R<MET>A<CB> R<TYR>A<O> sep1 0.436562
+R<MET>A<CB> R<TYR>A<O> sep2 -0.601402
+R<MET>A<CB> R<TYR>A<OH> central_sep1 0.956907
+R<MET>A<CB> R<TYR>A<OH> central_sep2 -1.07408
+R<MET>A<CB> R<TYR>A<OH> sep1 1.8841
+R<MET>A<CB> R<TYR>A<OH> sep2 -0.956097
+R<MET>A<CB> R<VAL>A<C> central_sep1 2.80687
+R<MET>A<CB> R<VAL>A<C> central_sep2 1.5993
+R<MET>A<CB> R<VAL>A<C> sep1 -0.215791
+R<MET>A<CB> R<VAL>A<C> sep2 -0.265466
+R<MET>A<CB> R<VAL>A<CA> central_sep1 -0.885529
+R<MET>A<CB> R<VAL>A<CA> central_sep2 0.0348604
+R<MET>A<CB> R<VAL>A<CA> sep1 1.45749
+R<MET>A<CB> R<VAL>A<CA> sep2 0.401375
+R<MET>A<CB> R<VAL>A<CB> central_sep1 -0.069783
+R<MET>A<CB> R<VAL>A<CB> central_sep2 -1.15786
+R<MET>A<CB> R<VAL>A<CB> sep1 1.44416
+R<MET>A<CB> R<VAL>A<CB> sep2 -0.963191
+R<MET>A<CB> R<VAL>A<CG1> central_sep1 0.00271478
+R<MET>A<CB> R<VAL>A<CG1> central_sep2 -1.31116
+R<MET>A<CB> R<VAL>A<CG1> sep1 1.42204
+R<MET>A<CB> R<VAL>A<CG1> sep2 -0.521763
+R<MET>A<CB> R<VAL>A<CG2> central_sep1 -0.301087
+R<MET>A<CB> R<VAL>A<CG2> central_sep2 -1.34778
+R<MET>A<CB> R<VAL>A<CG2> sep1 1.16106
+R<MET>A<CB> R<VAL>A<CG2> sep2 -0.513812
+R<MET>A<CB> R<VAL>A<N> central_sep1 1.73534
+R<MET>A<CB> R<VAL>A<N> central_sep2 1.28359
+R<MET>A<CB> R<VAL>A<N> sep1 -1.24106
+R<MET>A<CB> R<VAL>A<N> sep2 0.860735
+R<MET>A<CB> R<VAL>A<O> central_sep1 -1.40687
+R<MET>A<CB> R<VAL>A<O> central_sep2 -0.168197
+R<MET>A<CB> R<VAL>A<O> sep1 0.342664
+R<MET>A<CB> R<VAL>A<O> sep2 -0.674556
+R<MET>A<CB> c<solvent> . 0.642255
+R<MET>A<CE> R<MET>A<CE> central_sep1 -0.362643
+R<MET>A<CE> R<MET>A<CE> central_sep2 -1.86175
+R<MET>A<CE> R<MET>A<CE> sep1 1.52988
+R<MET>A<CE> R<MET>A<CE> sep2 -1.02271
+R<MET>A<CE> R<MET>A<CG> central_sep1 -0.624156
+R<MET>A<CE> R<MET>A<CG> central_sep2 -1.50564
+R<MET>A<CE> R<MET>A<CG> sep1 1.36896
+R<MET>A<CE> R<MET>A<CG> sep2 -1.11115
+R<MET>A<CE> R<MET>A<N> central_sep1 1.40856
+R<MET>A<CE> R<MET>A<N> central_sep2 0.0440654
+R<MET>A<CE> R<MET>A<N> sep1 1.77141
+R<MET>A<CE> R<MET>A<N> sep2 0.0128409
+R<MET>A<CE> R<MET>A<O> central_sep1 0.116047
+R<MET>A<CE> R<MET>A<O> central_sep2 -0.891921
+R<MET>A<CE> R<MET>A<O> sep1 1.79163
+R<MET>A<CE> R<MET>A<O> sep2 -0.0834863
+R<MET>A<CE> R<MET>A<SD> central_sep1 -0.822294
+R<MET>A<CE> R<MET>A<SD> central_sep2 -2.05116
+R<MET>A<CE> R<MET>A<SD> sep1 1.40967
+R<MET>A<CE> R<MET>A<SD> sep2 -1.14725
+R<MET>A<CE> R<PHE>A<C> central_sep1 0.707953
+R<MET>A<CE> R<PHE>A<C> central_sep2 -0.442993
+R<MET>A<CE> R<PHE>A<C> sep1 1.51884
+R<MET>A<CE> R<PHE>A<C> sep2 -0.699421
+R<MET>A<CE> R<PHE>A<CA> central_sep1 -0.00668471
+R<MET>A<CE> R<PHE>A<CA> central_sep2 -0.638893
+R<MET>A<CE> R<PHE>A<CA> sep1 2.00343
+R<MET>A<CE> R<PHE>A<CA> sep2 -0.278138
+R<MET>A<CE> R<PHE>A<CB> central_sep1 -0.261088
+R<MET>A<CE> R<PHE>A<CB> central_sep2 -1.60361
+R<MET>A<CE> R<PHE>A<CB> sep1 1.93401
+R<MET>A<CE> R<PHE>A<CB> sep2 -1.06076
+R<MET>A<CE> R<PHE>A<CD1> central_sep1 -0.44879
+R<MET>A<CE> R<PHE>A<CD1> central_sep2 -1.61015
+R<MET>A<CE> R<PHE>A<CD1> sep1 1.11203
+R<MET>A<CE> R<PHE>A<CD1> sep2 -1.42268
+R<MET>A<CE> R<PHE>A<CE1> central_sep1 -0.394131
+R<MET>A<CE> R<PHE>A<CE1> central_sep2 -1.65416
+R<MET>A<CE> R<PHE>A<CE1> sep1 0.932813
+R<MET>A<CE> R<PHE>A<CE1> sep2 -1.50035
+R<MET>A<CE> R<PHE>A<CG> central_sep1 0.0590008
+R<MET>A<CE> R<PHE>A<CG> central_sep2 -1.83959
+R<MET>A<CE> R<PHE>A<CG> sep1 0.0926589
+R<MET>A<CE> R<PHE>A<CG> sep2 -2.89434
+R<MET>A<CE> R<PHE>A<CZ> central_sep1 -0.347199
+R<MET>A<CE> R<PHE>A<CZ> central_sep2 -1.77203
+R<MET>A<CE> R<PHE>A<CZ> sep1 0.989679
+R<MET>A<CE> R<PHE>A<CZ> sep2 -1.56059
+R<MET>A<CE> R<PHE>A<N> central_sep1 1.64914
+R<MET>A<CE> R<PHE>A<N> central_sep2 0.0621581
+R<MET>A<CE> R<PHE>A<N> sep1 2.02141
+R<MET>A<CE> R<PHE>A<N> sep2 0.0434778
+R<MET>A<CE> R<PHE>A<O> central_sep1 0.34766
+R<MET>A<CE> R<PHE>A<O> central_sep2 -0.675921
+R<MET>A<CE> R<PHE>A<O> sep1 1.97753
+R<MET>A<CE> R<PHE>A<O> sep2 0.22108
+R<MET>A<CE> R<PRO>A<C> central_sep1 1.02085
+R<MET>A<CE> R<PRO>A<C> central_sep2 0.290769
+R<MET>A<CE> R<PRO>A<C> sep1 1.64604
+R<MET>A<CE> R<PRO>A<C> sep2 -0.240444
+R<MET>A<CE> R<PRO>A<CA> central_sep1 0.559332
+R<MET>A<CE> R<PRO>A<CA> central_sep2 -0.126423
+R<MET>A<CE> R<PRO>A<CA> sep1 2.225
+R<MET>A<CE> R<PRO>A<CA> sep2 -0.0622551
+R<MET>A<CE> R<PRO>A<CB> central_sep1 0.464762
+R<MET>A<CE> R<PRO>A<CB> central_sep2 -0.877306
+R<MET>A<CE> R<PRO>A<CB> sep1 1.93945
+R<MET>A<CE> R<PRO>A<CB> sep2 -0.447529
+R<MET>A<CE> R<PRO>A<CD> central_sep1 0.291255
+R<MET>A<CE> R<PRO>A<CD> central_sep2 -0.320736
+R<MET>A<CE> R<PRO>A<CD> sep1 1.64708
+R<MET>A<CE> R<PRO>A<CD> sep2 -0.292792
+R<MET>A<CE> R<PRO>A<CG> central_sep1 0.572707
+R<MET>A<CE> R<PRO>A<CG> central_sep2 -0.843489
+R<MET>A<CE> R<PRO>A<CG> sep1 1.6482
+R<MET>A<CE> R<PRO>A<CG> sep2 -0.639134
+R<MET>A<CE> R<PRO>A<N> central_sep1 1.39426
+R<MET>A<CE> R<PRO>A<N> central_sep2 0.148739
+R<MET>A<CE> R<PRO>A<N> sep1 1.32151
+R<MET>A<CE> R<PRO>A<N> sep2 -0.808399
+R<MET>A<CE> R<PRO>A<O> central_sep1 0.0989927
+R<MET>A<CE> R<PRO>A<O> central_sep2 -0.507132
+R<MET>A<CE> R<PRO>A<O> sep1 1.89848
+R<MET>A<CE> R<PRO>A<O> sep2 0.582672
+R<MET>A<CE> R<SER>A<C> central_sep1 0.384703
+R<MET>A<CE> R<SER>A<C> central_sep2 -0.186753
+R<MET>A<CE> R<SER>A<C> sep1 1.25052
+R<MET>A<CE> R<SER>A<C> sep2 -0.527981
+R<MET>A<CE> R<SER>A<CA> central_sep1 0.616561
+R<MET>A<CE> R<SER>A<CA> central_sep2 -0.317387
+R<MET>A<CE> R<SER>A<CA> sep1 2.14246
+R<MET>A<CE> R<SER>A<CA> sep2 -0.0818253
+R<MET>A<CE> R<SER>A<CB> central_sep1 0.334099
+R<MET>A<CE> R<SER>A<CB> central_sep2 -0.776377
+R<MET>A<CE> R<SER>A<CB> sep1 2.08844
+R<MET>A<CE> R<SER>A<CB> sep2 -0.0732586
+R<MET>A<CE> R<SER>A<N> central_sep1 1.56435
+R<MET>A<CE> R<SER>A<N> central_sep2 0.357176
+R<MET>A<CE> R<SER>A<N> sep1 2.14002
+R<MET>A<CE> R<SER>A<N> sep2 0.170213
+R<MET>A<CE> R<SER>A<O> central_sep1 0.359854
+R<MET>A<CE> R<SER>A<O> central_sep2 -0.286662
+R<MET>A<CE> R<SER>A<O> sep1 2.05529
+R<MET>A<CE> R<SER>A<O> sep2 0.551502
+R<MET>A<CE> R<SER>A<OG> central_sep1 0.277001
+R<MET>A<CE> R<SER>A<OG> central_sep2 -0.463014
+R<MET>A<CE> R<SER>A<OG> sep1 2.03564
+R<MET>A<CE> R<SER>A<OG> sep2 -0.113661
+R<MET>A<CE> R<THR>A<C> central_sep1 0.590248
+R<MET>A<CE> R<THR>A<C> central_sep2 -0.238323
+R<MET>A<CE> R<THR>A<C> sep1 1.41765
+R<MET>A<CE> R<THR>A<C> sep2 -0.492091
+R<MET>A<CE> R<THR>A<CA> central_sep1 0.471695
+R<MET>A<CE> R<THR>A<CA> central_sep2 -0.322249
+R<MET>A<CE> R<THR>A<CA> sep1 2.18849
+R<MET>A<CE> R<THR>A<CA> sep2 -0.134652
+R<MET>A<CE> R<THR>A<CB> central_sep1 0.487397
+R<MET>A<CE> R<THR>A<CB> central_sep2 -0.680459
+R<MET>A<CE> R<THR>A<CB> sep1 1.68367
+R<MET>A<CE> R<THR>A<CB> sep2 -0.642586
+R<MET>A<CE> R<THR>A<CG2> central_sep1 -0.103504
+R<MET>A<CE> R<THR>A<CG2> central_sep2 -1.03114
+R<MET>A<CE> R<THR>A<CG2> sep1 2.18491
+R<MET>A<CE> R<THR>A<CG2> sep2 -0.059374
+R<MET>A<CE> R<THR>A<N> central_sep1 1.68572
+R<MET>A<CE> R<THR>A<N> central_sep2 0.598946
+R<MET>A<CE> R<THR>A<N> sep1 2.1488
+R<MET>A<CE> R<THR>A<N> sep2 0.321704
+R<MET>A<CE> R<THR>A<O> central_sep1 0.303536
+R<MET>A<CE> R<THR>A<O> central_sep2 -0.33634
+R<MET>A<CE> R<THR>A<O> sep1 2.18485
+R<MET>A<CE> R<THR>A<O> sep2 0.406608
+R<MET>A<CE> R<THR>A<OG1> central_sep1 0.257498
+R<MET>A<CE> R<THR>A<OG1> central_sep2 -0.662889
+R<MET>A<CE> R<THR>A<OG1> sep1 2.12246
+R<MET>A<CE> R<THR>A<OG1> sep2 -0.0842392
+R<MET>A<CE> R<TRP>A<C> central_sep1 0.793114
+R<MET>A<CE> R<TRP>A<C> central_sep2 -0.461449
+R<MET>A<CE> R<TRP>A<C> sep1 1.48722
+R<MET>A<CE> R<TRP>A<C> sep2 -0.472138
+R<MET>A<CE> R<TRP>A<CA> central_sep1 -0.0146325
+R<MET>A<CE> R<TRP>A<CA> central_sep2 -0.648434
+R<MET>A<CE> R<TRP>A<CA> sep1 2.31241
+R<MET>A<CE> R<TRP>A<CA> sep2 -0.18452
+R<MET>A<CE> R<TRP>A<CB> central_sep1 -0.0497908
+R<MET>A<CE> R<TRP>A<CB> central_sep2 -1.60033
+R<MET>A<CE> R<TRP>A<CB> sep1 2.08457
+R<MET>A<CE> R<TRP>A<CB> sep2 -0.883511
+R<MET>A<CE> R<TRP>A<CD1> central_sep1 0.0347371
+R<MET>A<CE> R<TRP>A<CD1> central_sep2 -1.24727
+R<MET>A<CE> R<TRP>A<CD1> sep1 1.42562
+R<MET>A<CE> R<TRP>A<CD1> sep2 -0.992519
+R<MET>A<CE> R<TRP>A<CD2> central_sep1 -0.200195
+R<MET>A<CE> R<TRP>A<CD2> central_sep2 -1.98214
+R<MET>A<CE> R<TRP>A<CD2> sep1 0.263202
+R<MET>A<CE> R<TRP>A<CD2> sep2 -2.14815
+R<MET>A<CE> R<TRP>A<CE2> central_sep1 -0.354864
+R<MET>A<CE> R<TRP>A<CE2> central_sep2 -1.61746
+R<MET>A<CE> R<TRP>A<CE2> sep1 0.154851
+R<MET>A<CE> R<TRP>A<CE2> sep2 -2.39208
+R<MET>A<CE> R<TRP>A<CE3> central_sep1 -0.625405
+R<MET>A<CE> R<TRP>A<CE3> central_sep2 -1.59035
+R<MET>A<CE> R<TRP>A<CE3> sep1 1.2307
+R<MET>A<CE> R<TRP>A<CE3> sep2 -1.5504
+R<MET>A<CE> R<TRP>A<CG> central_sep1 0.528574
+R<MET>A<CE> R<TRP>A<CG> central_sep2 -1.75372
+R<MET>A<CE> R<TRP>A<CG> sep1 0.218501
+R<MET>A<CE> R<TRP>A<CG> sep2 -2.84565
+R<MET>A<CE> R<TRP>A<CH2> central_sep1 0.0787405
+R<MET>A<CE> R<TRP>A<CH2> central_sep2 -1.69836
+R<MET>A<CE> R<TRP>A<CH2> sep1 1.09702
+R<MET>A<CE> R<TRP>A<CH2> sep2 -1.49583
+R<MET>A<CE> R<TRP>A<CZ2> central_sep1 -0.251412
+R<MET>A<CE> R<TRP>A<CZ2> central_sep2 -1.4662
+R<MET>A<CE> R<TRP>A<CZ2> sep1 1.36407
+R<MET>A<CE> R<TRP>A<CZ2> sep2 -1.36493
+R<MET>A<CE> R<TRP>A<CZ3> central_sep1 -0.280052
+R<MET>A<CE> R<TRP>A<CZ3> central_sep2 -1.61391
+R<MET>A<CE> R<TRP>A<CZ3> sep1 0.844401
+R<MET>A<CE> R<TRP>A<CZ3> sep2 -1.50688
+R<MET>A<CE> R<TRP>A<N> central_sep1 1.60165
+R<MET>A<CE> R<TRP>A<N> central_sep2 0.269509
+R<MET>A<CE> R<TRP>A<N> sep1 2.14813
+R<MET>A<CE> R<TRP>A<N> sep2 -0.0426203
+R<MET>A<CE> R<TRP>A<NE1> central_sep1 -0.178395
+R<MET>A<CE> R<TRP>A<NE1> central_sep2 -0.973183
+R<MET>A<CE> R<TRP>A<NE1> sep1 1.22773
+R<MET>A<CE> R<TRP>A<NE1> sep2 -1.35753
+R<MET>A<CE> R<TRP>A<O> central_sep1 0.319124
+R<MET>A<CE> R<TRP>A<O> central_sep2 -0.617555
+R<MET>A<CE> R<TRP>A<O> sep1 2.19094
+R<MET>A<CE> R<TRP>A<O> sep2 0.179369
+R<MET>A<CE> R<TYR>A<C> central_sep1 0.652464
+R<MET>A<CE> R<TYR>A<C> central_sep2 -0.434122
+R<MET>A<CE> R<TYR>A<C> sep1 1.5269
+R<MET>A<CE> R<TYR>A<C> sep2 -0.636973
+R<MET>A<CE> R<TYR>A<CA> central_sep1 0.219755
+R<MET>A<CE> R<TYR>A<CA> central_sep2 -0.492177
+R<MET>A<CE> R<TYR>A<CA> sep1 2.22467
+R<MET>A<CE> R<TYR>A<CA> sep2 -0.142012
+R<MET>A<CE> R<TYR>A<CB> central_sep1 -0.211758
+R<MET>A<CE> R<TYR>A<CB> central_sep2 -1.55126
+R<MET>A<CE> R<TYR>A<CB> sep1 1.959
+R<MET>A<CE> R<TYR>A<CB> sep2 -0.880632
+R<MET>A<CE> R<TYR>A<CD1> central_sep1 -0.278211
+R<MET>A<CE> R<TYR>A<CD1> central_sep2 -1.44312
+R<MET>A<CE> R<TYR>A<CD1> sep1 1.18044
+R<MET>A<CE> R<TYR>A<CD1> sep2 -1.24058
+R<MET>A<CE> R<TYR>A<CE1> central_sep1 -0.225266
+R<MET>A<CE> R<TYR>A<CE1> central_sep2 -1.37056
+R<MET>A<CE> R<TYR>A<CE1> sep1 1.10128
+R<MET>A<CE> R<TYR>A<CE1> sep2 -1.20271
+R<MET>A<CE> R<TYR>A<CG> central_sep1 0.30697
+R<MET>A<CE> R<TYR>A<CG> central_sep2 -1.72946
+R<MET>A<CE> R<TYR>A<CG> sep1 0.0575377
+R<MET>A<CE> R<TYR>A<CG> sep2 -2.75483
+R<MET>A<CE> R<TYR>A<CZ> central_sep1 -0.376395
+R<MET>A<CE> R<TYR>A<CZ> central_sep2 -1.52658
+R<MET>A<CE> R<TYR>A<CZ> sep1 0.568835
+R<MET>A<CE> R<TYR>A<CZ> sep2 -2.02249
+R<MET>A<CE> R<TYR>A<N> central_sep1 1.68813
+R<MET>A<CE> R<TYR>A<N> central_sep2 0.205243
+R<MET>A<CE> R<TYR>A<N> sep1 2.06671
+R<MET>A<CE> R<TYR>A<N> sep2 0.0348312
+R<MET>A<CE> R<TYR>A<O> central_sep1 0.371153
+R<MET>A<CE> R<TYR>A<O> central_sep2 -0.591164
+R<MET>A<CE> R<TYR>A<O> sep1 2.06447
+R<MET>A<CE> R<TYR>A<O> sep2 0.23959
+R<MET>A<CE> R<TYR>A<OH> central_sep1 0.0726796
+R<MET>A<CE> R<TYR>A<OH> central_sep2 -1.22573
+R<MET>A<CE> R<TYR>A<OH> sep1 1.38501
+R<MET>A<CE> R<TYR>A<OH> sep2 -0.687393
+R<MET>A<CE> R<VAL>A<C> central_sep1 0.970468
+R<MET>A<CE> R<VAL>A<C> central_sep2 -0.145343
+R<MET>A<CE> R<VAL>A<C> sep1 1.51583
+R<MET>A<CE> R<VAL>A<C> sep2 -0.605801
+R<MET>A<CE> R<VAL>A<CA> central_sep1 0.109151
+R<MET>A<CE> R<VAL>A<CA> central_sep2 -0.357226
+R<MET>A<CE> R<VAL>A<CA> sep1 2.35049
+R<MET>A<CE> R<VAL>A<CA> sep2 -0.1039
+R<MET>A<CE> R<VAL>A<CB> central_sep1 0.17792
+R<MET>A<CE> R<VAL>A<CB> central_sep2 -1.01491
+R<MET>A<CE> R<VAL>A<CB> sep1 1.33997
+R<MET>A<CE> R<VAL>A<CB> sep2 -1.30996
+R<MET>A<CE> R<VAL>A<CG1> central_sep1 -0.380749
+R<MET>A<CE> R<VAL>A<CG1> central_sep2 -1.53627
+R<MET>A<CE> R<VAL>A<CG1> sep1 2.17174
+R<MET>A<CE> R<VAL>A<CG1> sep2 -0.458688
+R<MET>A<CE> R<VAL>A<CG2> central_sep1 -0.249088
+R<MET>A<CE> R<VAL>A<CG2> central_sep2 -1.53524
+R<MET>A<CE> R<VAL>A<CG2> sep1 2.29846
+R<MET>A<CE> R<VAL>A<CG2> sep2 -0.476011
+R<MET>A<CE> R<VAL>A<N> central_sep1 1.89388
+R<MET>A<CE> R<VAL>A<N> central_sep2 0.345053
+R<MET>A<CE> R<VAL>A<N> sep1 2.01152
+R<MET>A<CE> R<VAL>A<N> sep2 0.076554
+R<MET>A<CE> R<VAL>A<O> central_sep1 0.354123
+R<MET>A<CE> R<VAL>A<O> central_sep2 -0.553851
+R<MET>A<CE> R<VAL>A<O> sep1 2.23063
+R<MET>A<CE> R<VAL>A<O> sep2 0.451669
+R<MET>A<CE> c<solvent> . 0.278393
+R<MET>A<CG> R<MET>A<CG> central_sep1 -1.01142
+R<MET>A<CG> R<MET>A<CG> central_sep2 -1.66347
+R<MET>A<CG> R<MET>A<CG> sep1 0.820121
+R<MET>A<CG> R<MET>A<CG> sep2 -1.10674
+R<MET>A<CG> R<MET>A<N> central_sep1 0.803549
+R<MET>A<CG> R<MET>A<N> central_sep2 0.604546
+R<MET>A<CG> R<MET>A<N> sep1 0.155547
+R<MET>A<CG> R<MET>A<N> sep2 0.335818
+R<MET>A<CG> R<MET>A<O> central_sep1 -1.70228
+R<MET>A<CG> R<MET>A<O> central_sep2 -0.645232
+R<MET>A<CG> R<MET>A<O> sep1 0.804962
+R<MET>A<CG> R<MET>A<O> sep2 -0.0743992
+R<MET>A<CG> R<MET>A<SD> central_sep1 -0.925202
+R<MET>A<CG> R<MET>A<SD> central_sep2 -1.92795
+R<MET>A<CG> R<MET>A<SD> sep1 1.04398
+R<MET>A<CG> R<MET>A<SD> sep2 -1.22687
+R<MET>A<CG> R<PHE>A<C> central_sep1 0.213181
+R<MET>A<CG> R<PHE>A<C> central_sep2 0.299488
+R<MET>A<CG> R<PHE>A<C> sep1 -0.692221
+R<MET>A<CG> R<PHE>A<C> sep2 -0.769332
+R<MET>A<CG> R<PHE>A<CA> central_sep1 0.0763799
+R<MET>A<CG> R<PHE>A<CA> central_sep2 -0.0837404
+R<MET>A<CG> R<PHE>A<CA> sep1 1.21541
+R<MET>A<CG> R<PHE>A<CA> sep2 0.121593
+R<MET>A<CG> R<PHE>A<CB> central_sep1 -0.373817
+R<MET>A<CG> R<PHE>A<CB> central_sep2 -1.14253
+R<MET>A<CG> R<PHE>A<CB> sep1 0.951753
+R<MET>A<CG> R<PHE>A<CB> sep2 -0.843526
+R<MET>A<CG> R<PHE>A<CD1> central_sep1 -0.540185
+R<MET>A<CG> R<PHE>A<CD1> central_sep2 -1.40815
+R<MET>A<CG> R<PHE>A<CD1> sep1 0.1411
+R<MET>A<CG> R<PHE>A<CD1> sep2 -1.33465
+R<MET>A<CG> R<PHE>A<CE1> central_sep1 -0.814479
+R<MET>A<CG> R<PHE>A<CE1> central_sep2 -1.51156
+R<MET>A<CG> R<PHE>A<CE1> sep1 0.595631
+R<MET>A<CG> R<PHE>A<CE1> sep2 -1.4265
+R<MET>A<CG> R<PHE>A<CG> central_sep1 0.457359
+R<MET>A<CG> R<PHE>A<CG> central_sep2 -1.72034
+R<MET>A<CG> R<PHE>A<CG> sep1 0.0233531
+R<MET>A<CG> R<PHE>A<CG> sep2 -2.46669
+R<MET>A<CG> R<PHE>A<CZ> central_sep1 -0.500753
+R<MET>A<CG> R<PHE>A<CZ> central_sep2 -1.55103
+R<MET>A<CG> R<PHE>A<CZ> sep1 0.73859
+R<MET>A<CG> R<PHE>A<CZ> sep2 -1.47968
+R<MET>A<CG> R<PHE>A<N> central_sep1 0.445842
+R<MET>A<CG> R<PHE>A<N> central_sep2 0.672521
+R<MET>A<CG> R<PHE>A<N> sep1 0.146874
+R<MET>A<CG> R<PHE>A<N> sep2 0.465997
+R<MET>A<CG> R<PHE>A<O> central_sep1 -1.459
+R<MET>A<CG> R<PHE>A<O> central_sep2 -0.446541
+R<MET>A<CG> R<PHE>A<O> sep1 0.862681
+R<MET>A<CG> R<PHE>A<O> sep2 -0.0672001
+R<MET>A<CG> R<PRO>A<C> central_sep1 0.731988
+R<MET>A<CG> R<PRO>A<C> central_sep2 0.729657
+R<MET>A<CG> R<PRO>A<C> sep1 -0.369856
+R<MET>A<CG> R<PRO>A<C> sep2 -0.108613
+R<MET>A<CG> R<PRO>A<CA> central_sep1 0.358984
+R<MET>A<CG> R<PRO>A<CA> central_sep2 0.0735784
+R<MET>A<CG> R<PRO>A<CA> sep1 1.25758
+R<MET>A<CG> R<PRO>A<CA> sep2 0.0833987
+R<MET>A<CG> R<PRO>A<CB> central_sep1 0.280991
+R<MET>A<CG> R<PRO>A<CB> central_sep2 -0.602604
+R<MET>A<CG> R<PRO>A<CB> sep1 0.97967
+R<MET>A<CG> R<PRO>A<CB> sep2 -0.494899
+R<MET>A<CG> R<PRO>A<CD> central_sep1 0.216731
+R<MET>A<CG> R<PRO>A<CD> central_sep2 -0.0658724
+R<MET>A<CG> R<PRO>A<CD> sep1 0.939203
+R<MET>A<CG> R<PRO>A<CD> sep2 -0.0245012
+R<MET>A<CG> R<PRO>A<CG> central_sep1 0.442553
+R<MET>A<CG> R<PRO>A<CG> central_sep2 -0.619743
+R<MET>A<CG> R<PRO>A<CG> sep1 1.49286
+R<MET>A<CG> R<PRO>A<CG> sep2 -0.571383
+R<MET>A<CG> R<PRO>A<N> central_sep1 0.978516
+R<MET>A<CG> R<PRO>A<N> central_sep2 0.849375
+R<MET>A<CG> R<PRO>A<N> sep1 -0.731494
+R<MET>A<CG> R<PRO>A<N> sep2 -0.371254
+R<MET>A<CG> R<PRO>A<O> central_sep1 -1.28133
+R<MET>A<CG> R<PRO>A<O> central_sep2 -0.190693
+R<MET>A<CG> R<PRO>A<O> sep1 0.956515
+R<MET>A<CG> R<PRO>A<O> sep2 0.507718
+R<MET>A<CG> R<SER>A<C> central_sep1 0.458236
+R<MET>A<CG> R<SER>A<C> central_sep2 0.434338
+R<MET>A<CG> R<SER>A<C> sep1 -0.669744
+R<MET>A<CG> R<SER>A<C> sep2 -0.316076
+R<MET>A<CG> R<SER>A<CA> central_sep1 0.481183
+R<MET>A<CG> R<SER>A<CA> central_sep2 0.0669101
+R<MET>A<CG> R<SER>A<CA> sep1 1.06974
+R<MET>A<CG> R<SER>A<CA> sep2 0.128141
+R<MET>A<CG> R<SER>A<CB> central_sep1 0.479977
+R<MET>A<CG> R<SER>A<CB> central_sep2 -0.568853
+R<MET>A<CG> R<SER>A<CB> sep1 1.12041
+R<MET>A<CG> R<SER>A<CB> sep2 -0.169626
+R<MET>A<CG> R<SER>A<N> central_sep1 0.567861
+R<MET>A<CG> R<SER>A<N> central_sep2 0.907456
+R<MET>A<CG> R<SER>A<N> sep1 0.259058
+R<MET>A<CG> R<SER>A<N> sep2 0.62915
+R<MET>A<CG> R<SER>A<O> central_sep1 -1.11562
+R<MET>A<CG> R<SER>A<O> central_sep2 -0.112926
+R<MET>A<CG> R<SER>A<O> sep1 0.894959
+R<MET>A<CG> R<SER>A<O> sep2 0.336786
+R<MET>A<CG> R<SER>A<OG> central_sep1 -0.426004
+R<MET>A<CG> R<SER>A<OG> central_sep2 -0.273288
+R<MET>A<CG> R<SER>A<OG> sep1 1.07616
+R<MET>A<CG> R<SER>A<OG> sep2 -0.181401
+R<MET>A<CG> R<THR>A<C> central_sep1 0.44797
+R<MET>A<CG> R<THR>A<C> central_sep2 0.336155
+R<MET>A<CG> R<THR>A<C> sep1 -0.787537
+R<MET>A<CG> R<THR>A<C> sep2 -0.438434
+R<MET>A<CG> R<THR>A<CA> central_sep1 0.570078
+R<MET>A<CG> R<THR>A<CA> central_sep2 0.0155845
+R<MET>A<CG> R<THR>A<CA> sep1 1.14957
+R<MET>A<CG> R<THR>A<CA> sep2 0.0539995
+R<MET>A<CG> R<THR>A<CB> central_sep1 0.357821
+R<MET>A<CG> R<THR>A<CB> central_sep2 -0.482324
+R<MET>A<CG> R<THR>A<CB> sep1 0.83181
+R<MET>A<CG> R<THR>A<CB> sep2 -0.543729
+R<MET>A<CG> R<THR>A<CG2> central_sep1 -0.270792
+R<MET>A<CG> R<THR>A<CG2> central_sep2 -0.851859
+R<MET>A<CG> R<THR>A<CG2> sep1 1.54921
+R<MET>A<CG> R<THR>A<CG2> sep2 -0.220003
+R<MET>A<CG> R<THR>A<N> central_sep1 0.480446
+R<MET>A<CG> R<THR>A<N> central_sep2 1.01093
+R<MET>A<CG> R<THR>A<N> sep1 0.0136832
+R<MET>A<CG> R<THR>A<N> sep2 0.691518
+R<MET>A<CG> R<THR>A<O> central_sep1 -1.33513
+R<MET>A<CG> R<THR>A<O> central_sep2 -0.186572
+R<MET>A<CG> R<THR>A<O> sep1 0.825869
+R<MET>A<CG> R<THR>A<O> sep2 0.20815
+R<MET>A<CG> R<THR>A<OG1> central_sep1 -0.454107
+R<MET>A<CG> R<THR>A<OG1> central_sep2 -0.513733
+R<MET>A<CG> R<THR>A<OG1> sep1 1.53117
+R<MET>A<CG> R<THR>A<OG1> sep2 -0.11995
+R<MET>A<CG> R<TRP>A<C> central_sep1 0.118558
+R<MET>A<CG> R<TRP>A<C> central_sep2 -0.0295747
+R<MET>A<CG> R<TRP>A<C> sep1 -0.794247
+R<MET>A<CG> R<TRP>A<C> sep2 -0.618495
+R<MET>A<CG> R<TRP>A<CA> central_sep1 -0.0387848
+R<MET>A<CG> R<TRP>A<CA> central_sep2 -0.164065
+R<MET>A<CG> R<TRP>A<CA> sep1 1.17562
+R<MET>A<CG> R<TRP>A<CA> sep2 0.0117262
+R<MET>A<CG> R<TRP>A<CB> central_sep1 -0.226125
+R<MET>A<CG> R<TRP>A<CB> central_sep2 -1.11248
+R<MET>A<CG> R<TRP>A<CB> sep1 0.966599
+R<MET>A<CG> R<TRP>A<CB> sep2 -0.814304
+R<MET>A<CG> R<TRP>A<CD1> central_sep1 -0.426949
+R<MET>A<CG> R<TRP>A<CD1> central_sep2 -0.986569
+R<MET>A<CG> R<TRP>A<CD1> sep1 0.681414
+R<MET>A<CG> R<TRP>A<CD1> sep2 -0.63377
+R<MET>A<CG> R<TRP>A<CD2> central_sep1 -0.945805
+R<MET>A<CG> R<TRP>A<CD2> central_sep2 -1.79308
+R<MET>A<CG> R<TRP>A<CD2> sep1 -0.456409
+R<MET>A<CG> R<TRP>A<CD2> sep2 -2.02199
+R<MET>A<CG> R<TRP>A<CE2> central_sep1 -1.5435
+R<MET>A<CG> R<TRP>A<CE2> central_sep2 -1.73057
+R<MET>A<CG> R<TRP>A<CE2> sep1 -0.0878986
+R<MET>A<CG> R<TRP>A<CE2> sep2 -2.0463
+R<MET>A<CG> R<TRP>A<CE3> central_sep1 -1.16121
+R<MET>A<CG> R<TRP>A<CE3> central_sep2 -1.35845
+R<MET>A<CG> R<TRP>A<CE3> sep1 0.840887
+R<MET>A<CG> R<TRP>A<CE3> sep2 -1.4181
+R<MET>A<CG> R<TRP>A<CG> central_sep1 0.456444
+R<MET>A<CG> R<TRP>A<CG> central_sep2 -1.38148
+R<MET>A<CG> R<TRP>A<CG> sep1 0.356273
+R<MET>A<CG> R<TRP>A<CG> sep2 -2.48475
+R<MET>A<CG> R<TRP>A<CH2> central_sep1 0.241171
+R<MET>A<CG> R<TRP>A<CH2> central_sep2 -1.583
+R<MET>A<CG> R<TRP>A<CH2> sep1 0.907736
+R<MET>A<CG> R<TRP>A<CH2> sep2 -1.48392
+R<MET>A<CG> R<TRP>A<CZ2> central_sep1 -0.321088
+R<MET>A<CG> R<TRP>A<CZ2> central_sep2 -1.26293
+R<MET>A<CG> R<TRP>A<CZ2> sep1 1.09055
+R<MET>A<CG> R<TRP>A<CZ2> sep2 -1.2824
+R<MET>A<CG> R<TRP>A<CZ3> central_sep1 -0.611295
+R<MET>A<CG> R<TRP>A<CZ3> central_sep2 -1.60209
+R<MET>A<CG> R<TRP>A<CZ3> sep1 0.559355
+R<MET>A<CG> R<TRP>A<CZ3> sep2 -1.46383
+R<MET>A<CG> R<TRP>A<N> central_sep1 0.346364
+R<MET>A<CG> R<TRP>A<N> central_sep2 0.495643
+R<MET>A<CG> R<TRP>A<N> sep1 0.356679
+R<MET>A<CG> R<TRP>A<N> sep2 0.254108
+R<MET>A<CG> R<TRP>A<NE1> central_sep1 -0.537115
+R<MET>A<CG> R<TRP>A<NE1> central_sep2 -0.601243
+R<MET>A<CG> R<TRP>A<NE1> sep1 0.814184
+R<MET>A<CG> R<TRP>A<NE1> sep2 -1.21621
+R<MET>A<CG> R<TRP>A<O> central_sep1 -1.39904
+R<MET>A<CG> R<TRP>A<O> central_sep2 -0.507782
+R<MET>A<CG> R<TRP>A<O> sep1 0.818421
+R<MET>A<CG> R<TRP>A<O> sep2 0.101566
+R<MET>A<CG> R<TYR>A<C> central_sep1 0.131777
+R<MET>A<CG> R<TYR>A<C> central_sep2 0.264912
+R<MET>A<CG> R<TYR>A<C> sep1 -0.797225
+R<MET>A<CG> R<TYR>A<C> sep2 -0.691591
+R<MET>A<CG> R<TYR>A<CA> central_sep1 0.188059
+R<MET>A<CG> R<TYR>A<CA> central_sep2 -0.0235996
+R<MET>A<CG> R<TYR>A<CA> sep1 1.15604
+R<MET>A<CG> R<TYR>A<CA> sep2 0.0535066
+R<MET>A<CG> R<TYR>A<CB> central_sep1 -0.264089
+R<MET>A<CG> R<TYR>A<CB> central_sep2 -1.17973
+R<MET>A<CG> R<TYR>A<CB> sep1 1.03008
+R<MET>A<CG> R<TYR>A<CB> sep2 -0.775227
+R<MET>A<CG> R<TYR>A<CD1> central_sep1 -0.486345
+R<MET>A<CG> R<TYR>A<CD1> central_sep2 -1.24359
+R<MET>A<CG> R<TYR>A<CD1> sep1 0.414327
+R<MET>A<CG> R<TYR>A<CD1> sep2 -1.18503
+R<MET>A<CG> R<TYR>A<CE1> central_sep1 -0.586402
+R<MET>A<CG> R<TYR>A<CE1> central_sep2 -1.22486
+R<MET>A<CG> R<TYR>A<CE1> sep1 0.77877
+R<MET>A<CG> R<TYR>A<CE1> sep2 -1.15889
+R<MET>A<CG> R<TYR>A<CG> central_sep1 0.696511
+R<MET>A<CG> R<TYR>A<CG> central_sep2 -1.60308
+R<MET>A<CG> R<TYR>A<CG> sep1 0.12811
+R<MET>A<CG> R<TYR>A<CG> sep2 -2.37178
+R<MET>A<CG> R<TYR>A<CZ> central_sep1 -1.12903
+R<MET>A<CG> R<TYR>A<CZ> central_sep2 -1.44315
+R<MET>A<CG> R<TYR>A<CZ> sep1 0.155792
+R<MET>A<CG> R<TYR>A<CZ> sep2 -1.90262
+R<MET>A<CG> R<TYR>A<N> central_sep1 0.652847
+R<MET>A<CG> R<TYR>A<N> central_sep2 0.621185
+R<MET>A<CG> R<TYR>A<N> sep1 0.163119
+R<MET>A<CG> R<TYR>A<N> sep2 0.357934
+R<MET>A<CG> R<TYR>A<O> central_sep1 -1.42356
+R<MET>A<CG> R<TYR>A<O> central_sep2 -0.479749
+R<MET>A<CG> R<TYR>A<O> sep1 0.933609
+R<MET>A<CG> R<TYR>A<O> sep2 -0.10176
+R<MET>A<CG> R<TYR>A<OH> central_sep1 0.702067
+R<MET>A<CG> R<TYR>A<OH> central_sep2 -0.968023
+R<MET>A<CG> R<TYR>A<OH> sep1 0.910618
+R<MET>A<CG> R<TYR>A<OH> sep2 -0.704512
+R<MET>A<CG> R<VAL>A<C> central_sep1 0.338688
+R<MET>A<CG> R<VAL>A<C> central_sep2 0.566715
+R<MET>A<CG> R<VAL>A<C> sep1 -1.00869
+R<MET>A<CG> R<VAL>A<C> sep2 -0.682365
+R<MET>A<CG> R<VAL>A<CA> central_sep1 0.2513
+R<MET>A<CG> R<VAL>A<CA> central_sep2 -0.0651103
+R<MET>A<CG> R<VAL>A<CA> sep1 1.15274
+R<MET>A<CG> R<VAL>A<CA> sep2 0.155489
+R<MET>A<CG> R<VAL>A<CB> central_sep1 0.37615
+R<MET>A<CG> R<VAL>A<CB> central_sep2 -0.994532
+R<MET>A<CG> R<VAL>A<CB> sep1 0.607456
+R<MET>A<CG> R<VAL>A<CB> sep2 -1.07795
+R<MET>A<CG> R<VAL>A<CG1> central_sep1 -0.756285
+R<MET>A<CG> R<VAL>A<CG1> central_sep2 -1.34348
+R<MET>A<CG> R<VAL>A<CG1> sep1 1.26854
+R<MET>A<CG> R<VAL>A<CG1> sep2 -0.660085
+R<MET>A<CG> R<VAL>A<CG2> central_sep1 -0.511829
+R<MET>A<CG> R<VAL>A<CG2> central_sep2 -1.38017
+R<MET>A<CG> R<VAL>A<CG2> sep1 1.68928
+R<MET>A<CG> R<VAL>A<CG2> sep2 -0.646964
+R<MET>A<CG> R<VAL>A<N> central_sep1 0.576055
+R<MET>A<CG> R<VAL>A<N> central_sep2 0.785224
+R<MET>A<CG> R<VAL>A<N> sep1 -0.192665
+R<MET>A<CG> R<VAL>A<N> sep2 0.441423
+R<MET>A<CG> R<VAL>A<O> central_sep1 -1.36193
+R<MET>A<CG> R<VAL>A<O> central_sep2 -0.481172
+R<MET>A<CG> R<VAL>A<O> sep1 0.74957
+R<MET>A<CG> R<VAL>A<O> sep2 -0.00606941
+R<MET>A<CG> c<solvent> . 0.560737
+R<MET>A<N> R<MET>A<N> central_sep1 1.94051
+R<MET>A<N> R<MET>A<N> central_sep2 0.839275
+R<MET>A<N> R<MET>A<N> sep1 -2.32497
+R<MET>A<N> R<MET>A<N> sep2 1.14062
+R<MET>A<N> R<MET>A<O> central_sep1 -2.32615
+R<MET>A<N> R<MET>A<O> central_sep2 -1.23583
+R<MET>A<N> R<MET>A<O> sep1 0.249406
+R<MET>A<N> R<MET>A<O> sep2 0.582315
+R<MET>A<N> R<MET>A<SD> central_sep1 1.17672
+R<MET>A<N> R<MET>A<SD> central_sep2 0.0214499
+R<MET>A<N> R<MET>A<SD> sep1 1.52748
+R<MET>A<N> R<MET>A<SD> sep2 -0.13775
+R<MET>A<N> R<PHE>A<C> central_sep1 -0.503888
+R<MET>A<N> R<PHE>A<C> central_sep2 2.593
+R<MET>A<N> R<PHE>A<C> sep1 -1.56772
+R<MET>A<N> R<PHE>A<C> sep2 1.56385
+R<MET>A<N> R<PHE>A<CA> central_sep1 3.14493
+R<MET>A<N> R<PHE>A<CA> central_sep2 1.59896
+R<MET>A<N> R<PHE>A<CA> sep1 -1.928
+R<MET>A<N> R<PHE>A<CA> sep2 0.784423
+R<MET>A<N> R<PHE>A<CB> central_sep1 1.37574
+R<MET>A<N> R<PHE>A<CB> central_sep2 0.822864
+R<MET>A<N> R<PHE>A<CB> sep1 -0.932494
+R<MET>A<N> R<PHE>A<CB> sep2 0.670852
+R<MET>A<N> R<PHE>A<CD1> central_sep1 0.52049
+R<MET>A<N> R<PHE>A<CD1> central_sep2 0.596375
+R<MET>A<N> R<PHE>A<CD1> sep1 0.153133
+R<MET>A<N> R<PHE>A<CD1> sep2 0.103964
+R<MET>A<N> R<PHE>A<CE1> central_sep1 1.71998
+R<MET>A<N> R<PHE>A<CE1> central_sep2 0.0486773
+R<MET>A<N> R<PHE>A<CE1> sep1 2.14011
+R<MET>A<N> R<PHE>A<CE1> sep2 -0.161457
+R<MET>A<N> R<PHE>A<CG> central_sep1 0.729163
+R<MET>A<N> R<PHE>A<CG> central_sep2 1.56866
+R<MET>A<N> R<PHE>A<CG> sep1 -0.727825
+R<MET>A<N> R<PHE>A<CG> sep2 0.194033
+R<MET>A<N> R<PHE>A<CZ> central_sep1 2.83314
+R<MET>A<N> R<PHE>A<CZ> central_sep2 0.0197044
+R<MET>A<N> R<PHE>A<CZ> sep1 2.89262
+R<MET>A<N> R<PHE>A<CZ> sep2 -0.195003
+R<MET>A<N> R<PHE>A<N> central_sep1 1.94913
+R<MET>A<N> R<PHE>A<N> central_sep2 1.91272
+R<MET>A<N> R<PHE>A<N> sep1 -2.06678
+R<MET>A<N> R<PHE>A<N> sep2 1.15014
+R<MET>A<N> R<PHE>A<O> central_sep1 -2.10315
+R<MET>A<N> R<PHE>A<O> central_sep2 -1.38084
+R<MET>A<N> R<PHE>A<O> sep1 0.360799
+R<MET>A<N> R<PHE>A<O> sep2 0.524581
+R<MET>A<N> R<PRO>A<C> central_sep1 -0.638441
+R<MET>A<N> R<PRO>A<C> central_sep2 3.31945
+R<MET>A<N> R<PRO>A<C> sep1 -1.58243
+R<MET>A<N> R<PRO>A<C> sep2 1.65422
+R<MET>A<N> R<PRO>A<CA> central_sep1 2.59628
+R<MET>A<N> R<PRO>A<CA> central_sep2 1.99537
+R<MET>A<N> R<PRO>A<CA> sep1 -2.06396
+R<MET>A<N> R<PRO>A<CA> sep2 1.16665
+R<MET>A<N> R<PRO>A<CB> central_sep1 1.28866
+R<MET>A<N> R<PRO>A<CB> central_sep2 1.00489
+R<MET>A<N> R<PRO>A<CB> sep1 -0.902206
+R<MET>A<N> R<PRO>A<CB> sep2 0.813754
+R<MET>A<N> R<PRO>A<CD> central_sep1 0.0999529
+R<MET>A<N> R<PRO>A<CD> central_sep2 1.40845
+R<MET>A<N> R<PRO>A<CD> sep1 0.27517
+R<MET>A<N> R<PRO>A<CD> sep2 0.980509
+R<MET>A<N> R<PRO>A<CG> central_sep1 2.2042
+R<MET>A<N> R<PRO>A<CG> central_sep2 0.912339
+R<MET>A<N> R<PRO>A<CG> sep1 0.910027
+R<MET>A<N> R<PRO>A<CG> sep2 0.589931
+R<MET>A<N> R<PRO>A<N> central_sep1 2.19448
+R<MET>A<N> R<PRO>A<N> central_sep2 3.66398
+R<MET>A<N> R<PRO>A<N> sep1 -2.50142
+R<MET>A<N> R<PRO>A<N> sep2 1.8122
+R<MET>A<N> R<PRO>A<O> central_sep1 -1.49147
+R<MET>A<N> R<PRO>A<O> central_sep2 -0.0567542
+R<MET>A<N> R<PRO>A<O> sep1 0.0643244
+R<MET>A<N> R<PRO>A<O> sep2 0.907257
+R<MET>A<N> R<SER>A<C> central_sep1 -0.638562
+R<MET>A<N> R<SER>A<C> central_sep2 2.47583
+R<MET>A<N> R<SER>A<C> sep1 -1.74783
+R<MET>A<N> R<SER>A<C> sep2 1.27215
+R<MET>A<N> R<SER>A<CA> central_sep1 2.48314
+R<MET>A<N> R<SER>A<CA> central_sep2 1.54158
+R<MET>A<N> R<SER>A<CA> sep1 -1.96369
+R<MET>A<N> R<SER>A<CA> sep2 1.10938
+R<MET>A<N> R<SER>A<CB> central_sep1 1.15352
+R<MET>A<N> R<SER>A<CB> central_sep2 1.04609
+R<MET>A<N> R<SER>A<CB> sep1 -0.750982
+R<MET>A<N> R<SER>A<CB> sep2 0.48339
+R<MET>A<N> R<SER>A<N> central_sep1 1.52832
+R<MET>A<N> R<SER>A<N> central_sep2 2.0922
+R<MET>A<N> R<SER>A<N> sep1 -2.10548
+R<MET>A<N> R<SER>A<N> sep2 1.3586
+R<MET>A<N> R<SER>A<O> central_sep1 -1.67091
+R<MET>A<N> R<SER>A<O> central_sep2 -0.655497
+R<MET>A<N> R<SER>A<O> sep1 0.38122
+R<MET>A<N> R<SER>A<O> sep2 1.04943
+R<MET>A<N> R<SER>A<OG> central_sep1 -0.654803
+R<MET>A<N> R<SER>A<OG> central_sep2 0.239267
+R<MET>A<N> R<SER>A<OG> sep1 -0.107703
+R<MET>A<N> R<SER>A<OG> sep2 0.517083
+R<MET>A<N> R<THR>A<C> central_sep1 -0.413539
+R<MET>A<N> R<THR>A<C> central_sep2 2.58535
+R<MET>A<N> R<THR>A<C> sep1 -1.65683
+R<MET>A<N> R<THR>A<C> sep2 1.49231
+R<MET>A<N> R<THR>A<CA> central_sep1 2.66638
+R<MET>A<N> R<THR>A<CA> central_sep2 1.54887
+R<MET>A<N> R<THR>A<CA> sep1 -1.92943
+R<MET>A<N> R<THR>A<CA> sep2 0.87977
+R<MET>A<N> R<THR>A<CB> central_sep1 0.912868
+R<MET>A<N> R<THR>A<CB> central_sep2 1.18254
+R<MET>A<N> R<THR>A<CB> sep1 -1.43241
+R<MET>A<N> R<THR>A<CB> sep2 0.565029
+R<MET>A<N> R<THR>A<CG2> central_sep1 0.977548
+R<MET>A<N> R<THR>A<CG2> central_sep2 0.658846
+R<MET>A<N> R<THR>A<CG2> sep1 0.395351
+R<MET>A<N> R<THR>A<CG2> sep2 0.591565
+R<MET>A<N> R<THR>A<N> central_sep1 1.51527
+R<MET>A<N> R<THR>A<N> central_sep2 2.01103
+R<MET>A<N> R<THR>A<N> sep1 -2.11949
+R<MET>A<N> R<THR>A<N> sep2 1.2223
+R<MET>A<N> R<THR>A<O> central_sep1 -1.83067
+R<MET>A<N> R<THR>A<O> central_sep2 -0.963395
+R<MET>A<N> R<THR>A<O> sep1 0.348187
+R<MET>A<N> R<THR>A<O> sep2 0.917335
+R<MET>A<N> R<THR>A<OG1> central_sep1 -0.311209
+R<MET>A<N> R<THR>A<OG1> central_sep2 0.255714
+R<MET>A<N> R<THR>A<OG1> sep1 0.301697
+R<MET>A<N> R<THR>A<OG1> sep2 0.581493
+R<MET>A<N> R<TRP>A<C> central_sep1 -0.486311
+R<MET>A<N> R<TRP>A<C> central_sep2 2.8165
+R<MET>A<N> R<TRP>A<C> sep1 -1.63457
+R<MET>A<N> R<TRP>A<C> sep2 1.49958
+R<MET>A<N> R<TRP>A<CA> central_sep1 2.38241
+R<MET>A<N> R<TRP>A<CA> central_sep2 1.18853
+R<MET>A<N> R<TRP>A<CA> sep1 -2.00572
+R<MET>A<N> R<TRP>A<CA> sep2 0.690939
+R<MET>A<N> R<TRP>A<CB> central_sep1 1.57954
+R<MET>A<N> R<TRP>A<CB> central_sep2 0.763831
+R<MET>A<N> R<TRP>A<CB> sep1 -0.991571
+R<MET>A<N> R<TRP>A<CB> sep2 0.553312
+R<MET>A<N> R<TRP>A<CD1> central_sep1 0.498914
+R<MET>A<N> R<TRP>A<CD1> central_sep2 0.502611
+R<MET>A<N> R<TRP>A<CD1> sep1 0.617222
+R<MET>A<N> R<TRP>A<CD1> sep2 0.442673
+R<MET>A<N> R<TRP>A<CD2> central_sep1 -0.414016
+R<MET>A<N> R<TRP>A<CD2> central_sep2 1.34704
+R<MET>A<N> R<TRP>A<CD2> sep1 -0.114241
+R<MET>A<N> R<TRP>A<CD2> sep2 0.489545
+R<MET>A<N> R<TRP>A<CE2> central_sep1 1.92505
+R<MET>A<N> R<TRP>A<CE2> central_sep2 0.734833
+R<MET>A<N> R<TRP>A<CE2> sep1 1.61695
+R<MET>A<N> R<TRP>A<CE2> sep2 0.0738396
+R<MET>A<N> R<TRP>A<CE3> central_sep1 -0.416058
+R<MET>A<N> R<TRP>A<CE3> central_sep2 0.104028
+R<MET>A<N> R<TRP>A<CE3> sep1 0.62972
+R<MET>A<N> R<TRP>A<CE3> sep2 0.0034043
+R<MET>A<N> R<TRP>A<CG> central_sep1 -0.290866
+R<MET>A<N> R<TRP>A<CG> central_sep2 2.09132
+R<MET>A<N> R<TRP>A<CG> sep1 -0.984591
+R<MET>A<N> R<TRP>A<CG> sep2 0.0157119
+R<MET>A<N> R<TRP>A<CH2> central_sep1 3.20364
+R<MET>A<N> R<TRP>A<CH2> central_sep2 -0.15279
+R<MET>A<N> R<TRP>A<CH2> sep1 3.32908
+R<MET>A<N> R<TRP>A<CH2> sep2 -0.32452
+R<MET>A<N> R<TRP>A<CZ2> central_sep1 2.39389
+R<MET>A<N> R<TRP>A<CZ2> central_sep2 0.171251
+R<MET>A<N> R<TRP>A<CZ2> sep1 3.33021
+R<MET>A<N> R<TRP>A<CZ2> sep2 0.173657
+R<MET>A<N> R<TRP>A<CZ3> central_sep1 1.21778
+R<MET>A<N> R<TRP>A<CZ3> central_sep2 -0.390041
+R<MET>A<N> R<TRP>A<CZ3> sep1 1.96838
+R<MET>A<N> R<TRP>A<CZ3> sep2 -0.500903
+R<MET>A<N> R<TRP>A<N> central_sep1 2.38179
+R<MET>A<N> R<TRP>A<N> central_sep2 2.32866
+R<MET>A<N> R<TRP>A<N> sep1 -2.0618
+R<MET>A<N> R<TRP>A<N> sep2 0.827965
+R<MET>A<N> R<TRP>A<NE1> central_sep1 2.4459
+R<MET>A<N> R<TRP>A<NE1> central_sep2 0.468399
+R<MET>A<N> R<TRP>A<NE1> sep1 2.4031
+R<MET>A<N> R<TRP>A<NE1> sep2 0.0789965
+R<MET>A<N> R<TRP>A<O> central_sep1 -2.03891
+R<MET>A<N> R<TRP>A<O> central_sep2 -1.30804
+R<MET>A<N> R<TRP>A<O> sep1 0.36929
+R<MET>A<N> R<TRP>A<O> sep2 0.865
+R<MET>A<N> R<TYR>A<C> central_sep1 -0.385601
+R<MET>A<N> R<TYR>A<C> central_sep2 2.38775
+R<MET>A<N> R<TYR>A<C> sep1 -1.67213
+R<MET>A<N> R<TYR>A<C> sep2 1.70736
+R<MET>A<N> R<TYR>A<CA> central_sep1 2.5693
+R<MET>A<N> R<TYR>A<CA> central_sep2 1.54341
+R<MET>A<N> R<TYR>A<CA> sep1 -1.9756
+R<MET>A<N> R<TYR>A<CA> sep2 0.862458
+R<MET>A<N> R<TYR>A<CB> central_sep1 1.58998
+R<MET>A<N> R<TYR>A<CB> central_sep2 0.708082
+R<MET>A<N> R<TYR>A<CB> sep1 -0.909939
+R<MET>A<N> R<TYR>A<CB> sep2 0.533002
+R<MET>A<N> R<TYR>A<CD1> central_sep1 0.37631
+R<MET>A<N> R<TYR>A<CD1> central_sep2 0.614471
+R<MET>A<N> R<TYR>A<CD1> sep1 0.222715
+R<MET>A<N> R<TYR>A<CD1> sep2 0.149726
+R<MET>A<N> R<TYR>A<CE1> central_sep1 1.69957
+R<MET>A<N> R<TYR>A<CE1> central_sep2 0.259371
+R<MET>A<N> R<TYR>A<CE1> sep1 2.09033
+R<MET>A<N> R<TYR>A<CE1> sep2 -0.0293747
+R<MET>A<N> R<TYR>A<CG> central_sep1 0.660643
+R<MET>A<N> R<TYR>A<CG> central_sep2 1.52642
+R<MET>A<N> R<TYR>A<CG> sep1 -0.795868
+R<MET>A<N> R<TYR>A<CG> sep2 0.105894
+R<MET>A<N> R<TYR>A<CZ> central_sep1 2.51217
+R<MET>A<N> R<TYR>A<CZ> central_sep2 0.335427
+R<MET>A<N> R<TYR>A<CZ> sep1 1.83047
+R<MET>A<N> R<TYR>A<CZ> sep2 -0.296217
+R<MET>A<N> R<TYR>A<N> central_sep1 1.84668
+R<MET>A<N> R<TYR>A<N> central_sep2 2.06533
+R<MET>A<N> R<TYR>A<N> sep1 -2.09406
+R<MET>A<N> R<TYR>A<N> sep2 1.22552
+R<MET>A<N> R<TYR>A<O> central_sep1 -2.01003
+R<MET>A<N> R<TYR>A<O> central_sep2 -1.30937
+R<MET>A<N> R<TYR>A<O> sep1 0.290505
+R<MET>A<N> R<TYR>A<O> sep2 0.786029
+R<MET>A<N> R<TYR>A<OH> central_sep1 2.1711
+R<MET>A<N> R<TYR>A<OH> central_sep2 0.00846798
+R<MET>A<N> R<TYR>A<OH> sep1 3.34119
+R<MET>A<N> R<TYR>A<OH> sep2 -0.0998976
+R<MET>A<N> R<VAL>A<C> central_sep1 -0.0745577
+R<MET>A<N> R<VAL>A<C> central_sep2 2.79253
+R<MET>A<N> R<VAL>A<C> sep1 -1.53186
+R<MET>A<N> R<VAL>A<C> sep2 1.58562
+R<MET>A<N> R<VAL>A<CA> central_sep1 2.84599
+R<MET>A<N> R<VAL>A<CA> central_sep2 1.73899
+R<MET>A<N> R<VAL>A<CA> sep1 -2.11771
+R<MET>A<N> R<VAL>A<CA> sep2 0.850545
+R<MET>A<N> R<VAL>A<CB> central_sep1 1.7836
+R<MET>A<N> R<VAL>A<CB> central_sep2 0.78162
+R<MET>A<N> R<VAL>A<CB> sep1 -1.46414
+R<MET>A<N> R<VAL>A<CB> sep2 0.517015
+R<MET>A<N> R<VAL>A<CG1> central_sep1 0.510355
+R<MET>A<N> R<VAL>A<CG1> central_sep2 0.470253
+R<MET>A<N> R<VAL>A<CG1> sep1 -0.378659
+R<MET>A<N> R<VAL>A<CG1> sep2 0.335763
+R<MET>A<N> R<VAL>A<CG2> central_sep1 0.982135
+R<MET>A<N> R<VAL>A<CG2> central_sep2 0.607442
+R<MET>A<N> R<VAL>A<CG2> sep1 1.26568
+R<MET>A<N> R<VAL>A<CG2> sep2 0.426259
+R<MET>A<N> R<VAL>A<N> central_sep1 2.12888
+R<MET>A<N> R<VAL>A<N> central_sep2 1.80423
+R<MET>A<N> R<VAL>A<N> sep1 -2.00758
+R<MET>A<N> R<VAL>A<N> sep2 1.00741
+R<MET>A<N> R<VAL>A<O> central_sep1 -1.93702
+R<MET>A<N> R<VAL>A<O> central_sep2 -1.63353
+R<MET>A<N> R<VAL>A<O> sep1 0.238832
+R<MET>A<N> R<VAL>A<O> sep2 0.677271
+R<MET>A<N> c<solvent> . 1.08558
+R<MET>A<O> R<MET>A<O> central_sep1 0.33498
+R<MET>A<O> R<MET>A<O> central_sep2 -0.115434
+R<MET>A<O> R<MET>A<O> sep1 0.622325
+R<MET>A<O> R<MET>A<O> sep2 0.549282
+R<MET>A<O> R<MET>A<SD> central_sep1 0.717156
+R<MET>A<O> R<MET>A<SD> central_sep2 -0.265686
+R<MET>A<O> R<MET>A<SD> sep1 1.09799
+R<MET>A<O> R<MET>A<SD> sep2 -0.258008
+R<MET>A<O> R<PHE>A<C> central_sep1 -0.490245
+R<MET>A<O> R<PHE>A<C> central_sep2 2.34787
+R<MET>A<O> R<PHE>A<C> sep1 -1.0682
+R<MET>A<O> R<PHE>A<C> sep2 0.803339
+R<MET>A<O> R<PHE>A<CA> central_sep1 1.07919
+R<MET>A<O> R<PHE>A<CA> central_sep2 -0.943181
+R<MET>A<O> R<PHE>A<CA> sep1 -1.85651
+R<MET>A<O> R<PHE>A<CA> sep2 0.397094
+R<MET>A<O> R<PHE>A<CB> central_sep1 -1.53305
+R<MET>A<O> R<PHE>A<CB> central_sep2 -0.40701
+R<MET>A<O> R<PHE>A<CB> sep1 0.462405
+R<MET>A<O> R<PHE>A<CB> sep2 -0.490311
+R<MET>A<O> R<PHE>A<CD1> central_sep1 -0.877419
+R<MET>A<O> R<PHE>A<CD1> central_sep2 -0.468602
+R<MET>A<O> R<PHE>A<CD1> sep1 0.783128
+R<MET>A<O> R<PHE>A<CD1> sep2 -0.0690796
+R<MET>A<O> R<PHE>A<CE1> central_sep1 0.532621
+R<MET>A<O> R<PHE>A<CE1> central_sep2 -0.541373
+R<MET>A<O> R<PHE>A<CE1> sep1 1.355
+R<MET>A<O> R<PHE>A<CE1> sep2 -0.304225
+R<MET>A<O> R<PHE>A<CG> central_sep1 -0.438755
+R<MET>A<O> R<PHE>A<CG> central_sep2 1.30149
+R<MET>A<O> R<PHE>A<CG> sep1 -0.0387348
+R<MET>A<O> R<PHE>A<CG> sep2 -0.386702
+R<MET>A<O> R<PHE>A<CZ> central_sep1 1.46203
+R<MET>A<O> R<PHE>A<CZ> central_sep2 -0.651167
+R<MET>A<O> R<PHE>A<CZ> sep1 2.13594
+R<MET>A<O> R<PHE>A<CZ> sep2 -0.30492
+R<MET>A<O> R<PHE>A<N> central_sep1 -2.12899
+R<MET>A<O> R<PHE>A<N> central_sep2 -1.37393
+R<MET>A<O> R<PHE>A<N> sep1 0.390523
+R<MET>A<O> R<PHE>A<N> sep2 0.454046
+R<MET>A<O> R<PHE>A<O> central_sep1 0.326647
+R<MET>A<O> R<PHE>A<O> central_sep2 0.293973
+R<MET>A<O> R<PHE>A<O> sep1 0.917134
+R<MET>A<O> R<PHE>A<O> sep2 0.565488
+R<MET>A<O> R<PRO>A<C> central_sep1 -1.33443
+R<MET>A<O> R<PRO>A<C> central_sep2 2.56376
+R<MET>A<O> R<PRO>A<C> sep1 -1.7626
+R<MET>A<O> R<PRO>A<C> sep2 1.56398
+R<MET>A<O> R<PRO>A<CA> central_sep1 0.51399
+R<MET>A<O> R<PRO>A<CA> central_sep2 -0.295953
+R<MET>A<O> R<PRO>A<CA> sep1 -1.73104
+R<MET>A<O> R<PRO>A<CA> sep2 0.441457
+R<MET>A<O> R<PRO>A<CB> central_sep1 0.557962
+R<MET>A<O> R<PRO>A<CB> central_sep2 0.00981935
+R<MET>A<O> R<PRO>A<CB> sep1 0.716897
+R<MET>A<O> R<PRO>A<CB> sep2 0.0260613
+R<MET>A<O> R<PRO>A<CD> central_sep1 -0.76534
+R<MET>A<O> R<PRO>A<CD> central_sep2 -0.104033
+R<MET>A<O> R<PRO>A<CD> sep1 -0.0234513
+R<MET>A<O> R<PRO>A<CD> sep2 0.684063
+R<MET>A<O> R<PRO>A<CG> central_sep1 0.907818
+R<MET>A<O> R<PRO>A<CG> central_sep2 -0.225618
+R<MET>A<O> R<PRO>A<CG> sep1 1.07879
+R<MET>A<O> R<PRO>A<CG> sep2 0.0996647
+R<MET>A<O> R<PRO>A<N> central_sep1 0.0953986
+R<MET>A<O> R<PRO>A<N> central_sep2 1.83162
+R<MET>A<O> R<PRO>A<N> sep1 -1.31395
+R<MET>A<O> R<PRO>A<N> sep2 0.1823
+R<MET>A<O> R<PRO>A<O> central_sep1 0.756611
+R<MET>A<O> R<PRO>A<O> central_sep2 1.25062
+R<MET>A<O> R<PRO>A<O> sep1 0.337658
+R<MET>A<O> R<PRO>A<O> sep2 1.11186
+R<MET>A<O> R<SER>A<C> central_sep1 -0.540468
+R<MET>A<O> R<SER>A<C> central_sep2 2.02579
+R<MET>A<O> R<SER>A<C> sep1 -1.58937
+R<MET>A<O> R<SER>A<C> sep2 1.07303
+R<MET>A<O> R<SER>A<CA> central_sep1 1.11751
+R<MET>A<O> R<SER>A<CA> central_sep2 -0.394372
+R<MET>A<O> R<SER>A<CA> sep1 -1.88674
+R<MET>A<O> R<SER>A<CA> sep2 0.494813
+R<MET>A<O> R<SER>A<CB> central_sep1 -0.620207
+R<MET>A<O> R<SER>A<CB> central_sep2 -0.0491294
+R<MET>A<O> R<SER>A<CB> sep1 0.474928
+R<MET>A<O> R<SER>A<CB> sep2 -0.0875148
+R<MET>A<O> R<SER>A<N> central_sep1 -1.4565
+R<MET>A<O> R<SER>A<N> central_sep2 -0.700826
+R<MET>A<O> R<SER>A<N> sep1 0.0222127
+R<MET>A<O> R<SER>A<N> sep2 0.905454
+R<MET>A<O> R<SER>A<O> central_sep1 0.412414
+R<MET>A<O> R<SER>A<O> central_sep2 0.867663
+R<MET>A<O> R<SER>A<O> sep1 0.62975
+R<MET>A<O> R<SER>A<O> sep2 0.933041
+R<MET>A<O> R<SER>A<OG> central_sep1 -0.524934
+R<MET>A<O> R<SER>A<OG> central_sep2 0.220936
+R<MET>A<O> R<SER>A<OG> sep1 1.14462
+R<MET>A<O> R<SER>A<OG> sep2 0.371596
+R<MET>A<O> R<THR>A<C> central_sep1 -0.388579
+R<MET>A<O> R<THR>A<C> central_sep2 2.30689
+R<MET>A<O> R<THR>A<C> sep1 -1.43863
+R<MET>A<O> R<THR>A<C> sep2 0.85086
+R<MET>A<O> R<THR>A<CA> central_sep1 1.28481
+R<MET>A<O> R<THR>A<CA> central_sep2 -0.742135
+R<MET>A<O> R<THR>A<CA> sep1 -2.14219
+R<MET>A<O> R<THR>A<CA> sep2 0.508914
+R<MET>A<O> R<THR>A<CB> central_sep1 -0.824767
+R<MET>A<O> R<THR>A<CB> central_sep2 -0.114959
+R<MET>A<O> R<THR>A<CB> sep1 0.412849
+R<MET>A<O> R<THR>A<CB> sep2 -0.648162
+R<MET>A<O> R<THR>A<CG2> central_sep1 -0.325842
+R<MET>A<O> R<THR>A<CG2> central_sep2 -0.120298
+R<MET>A<O> R<THR>A<CG2> sep1 0.964291
+R<MET>A<O> R<THR>A<CG2> sep2 0.493713
+R<MET>A<O> R<THR>A<N> central_sep1 -1.44673
+R<MET>A<O> R<THR>A<N> central_sep2 -1.03321
+R<MET>A<O> R<THR>A<N> sep1 0.0631466
+R<MET>A<O> R<THR>A<N> sep2 0.988485
+R<MET>A<O> R<THR>A<O> central_sep1 0.72403
+R<MET>A<O> R<THR>A<O> central_sep2 0.582152
+R<MET>A<O> R<THR>A<O> sep1 0.919747
+R<MET>A<O> R<THR>A<O> sep2 0.898715
+R<MET>A<O> R<THR>A<OG1> central_sep1 -0.758044
+R<MET>A<O> R<THR>A<OG1> central_sep2 0.00676122
+R<MET>A<O> R<THR>A<OG1> sep1 0.982978
+R<MET>A<O> R<THR>A<OG1> sep2 0.380309
+R<MET>A<O> R<TRP>A<C> central_sep1 -0.516856
+R<MET>A<O> R<TRP>A<C> central_sep2 2.38876
+R<MET>A<O> R<TRP>A<C> sep1 -0.924295
+R<MET>A<O> R<TRP>A<C> sep2 1.28156
+R<MET>A<O> R<TRP>A<CA> central_sep1 0.851724
+R<MET>A<O> R<TRP>A<CA> central_sep2 -1.03415
+R<MET>A<O> R<TRP>A<CA> sep1 -1.64033
+R<MET>A<O> R<TRP>A<CA> sep2 0.688983
+R<MET>A<O> R<TRP>A<CB> central_sep1 -1.40487
+R<MET>A<O> R<TRP>A<CB> central_sep2 -0.159676
+R<MET>A<O> R<TRP>A<CB> sep1 0.78288
+R<MET>A<O> R<TRP>A<CB> sep2 -0.408331
+R<MET>A<O> R<TRP>A<CD1> central_sep1 -0.876048
+R<MET>A<O> R<TRP>A<CD1> central_sep2 -0.368382
+R<MET>A<O> R<TRP>A<CD1> sep1 0.846024
+R<MET>A<O> R<TRP>A<CD1> sep2 -0.320565
+R<MET>A<O> R<TRP>A<CD2> central_sep1 -0.390464
+R<MET>A<O> R<TRP>A<CD2> central_sep2 1.48815
+R<MET>A<O> R<TRP>A<CD2> sep1 0.5996
+R<MET>A<O> R<TRP>A<CD2> sep2 0.630553
+R<MET>A<O> R<TRP>A<CE2> central_sep1 0.816145
+R<MET>A<O> R<TRP>A<CE2> central_sep2 1.43396
+R<MET>A<O> R<TRP>A<CE2> sep1 0.732977
+R<MET>A<O> R<TRP>A<CE2> sep2 0.110655
+R<MET>A<O> R<TRP>A<CE3> central_sep1 -0.168456
+R<MET>A<O> R<TRP>A<CE3> central_sep2 -0.326297
+R<MET>A<O> R<TRP>A<CE3> sep1 1.0827
+R<MET>A<O> R<TRP>A<CE3> sep2 -0.0567808
+R<MET>A<O> R<TRP>A<CG> central_sep1 -0.645677
+R<MET>A<O> R<TRP>A<CG> central_sep2 1.62459
+R<MET>A<O> R<TRP>A<CG> sep1 -0.0725646
+R<MET>A<O> R<TRP>A<CG> sep2 -0.0581371
+R<MET>A<O> R<TRP>A<CH2> central_sep1 2.59067
+R<MET>A<O> R<TRP>A<CH2> central_sep2 -0.646038
+R<MET>A<O> R<TRP>A<CH2> sep1 2.95633
+R<MET>A<O> R<TRP>A<CH2> sep2 -0.639757
+R<MET>A<O> R<TRP>A<CZ2> central_sep1 1.44983
+R<MET>A<O> R<TRP>A<CZ2> central_sep2 -0.670185
+R<MET>A<O> R<TRP>A<CZ2> sep1 2.69637
+R<MET>A<O> R<TRP>A<CZ2> sep2 -0.569969
+R<MET>A<O> R<TRP>A<CZ3> central_sep1 0.993518
+R<MET>A<O> R<TRP>A<CZ3> central_sep2 -0.64994
+R<MET>A<O> R<TRP>A<CZ3> sep1 2.50295
+R<MET>A<O> R<TRP>A<CZ3> sep2 -0.262765
+R<MET>A<O> R<TRP>A<N> central_sep1 -1.95631
+R<MET>A<O> R<TRP>A<N> central_sep2 -1.13129
+R<MET>A<O> R<TRP>A<N> sep1 0.37278
+R<MET>A<O> R<TRP>A<N> sep2 0.432178
+R<MET>A<O> R<TRP>A<NE1> central_sep1 0.224034
+R<MET>A<O> R<TRP>A<NE1> central_sep2 -1.3047
+R<MET>A<O> R<TRP>A<NE1> sep1 1.14337
+R<MET>A<O> R<TRP>A<NE1> sep2 -0.333809
+R<MET>A<O> R<TRP>A<O> central_sep1 0.529869
+R<MET>A<O> R<TRP>A<O> central_sep2 0.347836
+R<MET>A<O> R<TRP>A<O> sep1 1.0501
+R<MET>A<O> R<TRP>A<O> sep2 0.902137
+R<MET>A<O> R<TYR>A<C> central_sep1 -0.746914
+R<MET>A<O> R<TYR>A<C> central_sep2 2.12469
+R<MET>A<O> R<TYR>A<C> sep1 -1.097
+R<MET>A<O> R<TYR>A<C> sep2 1.13278
+R<MET>A<O> R<TYR>A<CA> central_sep1 1.11355
+R<MET>A<O> R<TYR>A<CA> central_sep2 -0.862284
+R<MET>A<O> R<TYR>A<CA> sep1 -1.85472
+R<MET>A<O> R<TYR>A<CA> sep2 0.282604
+R<MET>A<O> R<TYR>A<CB> central_sep1 -1.46102
+R<MET>A<O> R<TYR>A<CB> central_sep2 -0.468688
+R<MET>A<O> R<TYR>A<CB> sep1 0.57283
+R<MET>A<O> R<TYR>A<CB> sep2 -0.49107
+R<MET>A<O> R<TYR>A<CD1> central_sep1 -0.689772
+R<MET>A<O> R<TYR>A<CD1> central_sep2 -0.468865
+R<MET>A<O> R<TYR>A<CD1> sep1 0.809897
+R<MET>A<O> R<TYR>A<CD1> sep2 -0.0752917
+R<MET>A<O> R<TYR>A<CE1> central_sep1 0.546539
+R<MET>A<O> R<TYR>A<CE1> central_sep2 -0.53889
+R<MET>A<O> R<TYR>A<CE1> sep1 1.40656
+R<MET>A<O> R<TYR>A<CE1> sep2 -0.0582185
+R<MET>A<O> R<TYR>A<CG> central_sep1 0.19924
+R<MET>A<O> R<TYR>A<CG> central_sep2 1.31165
+R<MET>A<O> R<TYR>A<CG> sep1 0.0274483
+R<MET>A<O> R<TYR>A<CG> sep2 -0.449674
+R<MET>A<O> R<TYR>A<CZ> central_sep1 1.18773
+R<MET>A<O> R<TYR>A<CZ> central_sep2 0.963111
+R<MET>A<O> R<TYR>A<CZ> sep1 1.26254
+R<MET>A<O> R<TYR>A<CZ> sep2 -0.262399
+R<MET>A<O> R<TYR>A<N> central_sep1 -2.057
+R<MET>A<O> R<TYR>A<N> central_sep2 -1.29001
+R<MET>A<O> R<TYR>A<N> sep1 0.343377
+R<MET>A<O> R<TYR>A<N> sep2 0.670489
+R<MET>A<O> R<TYR>A<O> central_sep1 0.400994
+R<MET>A<O> R<TYR>A<O> central_sep2 0.387306
+R<MET>A<O> R<TYR>A<O> sep1 0.948928
+R<MET>A<O> R<TYR>A<O> sep2 0.693485
+R<MET>A<O> R<TYR>A<OH> central_sep1 2.4217
+R<MET>A<O> R<TYR>A<OH> central_sep2 -0.591906
+R<MET>A<O> R<TYR>A<OH> sep1 2.92519
+R<MET>A<O> R<TYR>A<OH> sep2 -0.330079
+R<MET>A<O> R<VAL>A<C> central_sep1 -0.537169
+R<MET>A<O> R<VAL>A<C> central_sep2 2.99595
+R<MET>A<O> R<VAL>A<C> sep1 -1.10778
+R<MET>A<O> R<VAL>A<C> sep2 1.53665
+R<MET>A<O> R<VAL>A<CA> central_sep1 1.22001
+R<MET>A<O> R<VAL>A<CA> central_sep2 -1.07256
+R<MET>A<O> R<VAL>A<CA> sep1 -1.98541
+R<MET>A<O> R<VAL>A<CA> sep2 0.431815
+R<MET>A<O> R<VAL>A<CB> central_sep1 -1.48295
+R<MET>A<O> R<VAL>A<CB> central_sep2 -0.429542
+R<MET>A<O> R<VAL>A<CB> sep1 0.568112
+R<MET>A<O> R<VAL>A<CB> sep2 -0.921045
+R<MET>A<O> R<VAL>A<CG1> central_sep1 -0.202957
+R<MET>A<O> R<VAL>A<CG1> central_sep2 -0.418433
+R<MET>A<O> R<VAL>A<CG1> sep1 1.26628
+R<MET>A<O> R<VAL>A<CG1> sep2 0.249887
+R<MET>A<O> R<VAL>A<CG2> central_sep1 -0.841493
+R<MET>A<O> R<VAL>A<CG2> central_sep2 -0.285906
+R<MET>A<O> R<VAL>A<CG2> sep1 0.878648
+R<MET>A<O> R<VAL>A<CG2> sep2 0.0381919
+R<MET>A<O> R<VAL>A<N> central_sep1 -1.80188
+R<MET>A<O> R<VAL>A<N> central_sep2 -1.6965
+R<MET>A<O> R<VAL>A<N> sep1 0.183093
+R<MET>A<O> R<VAL>A<N> sep2 0.768084
+R<MET>A<O> R<VAL>A<O> central_sep1 0.597
+R<MET>A<O> R<VAL>A<O> central_sep2 0.100237
+R<MET>A<O> R<VAL>A<O> sep1 0.981215
+R<MET>A<O> R<VAL>A<O> sep2 0.645002
+R<MET>A<O> c<solvent> . 0.728656
+R<MET>A<SD> R<MET>A<SD> central_sep1 -0.409801
+R<MET>A<SD> R<MET>A<SD> central_sep2 -1.83331
+R<MET>A<SD> R<MET>A<SD> sep1 0.810881
+R<MET>A<SD> R<MET>A<SD> sep2 -1.43054
+R<MET>A<SD> R<PHE>A<C> central_sep1 0.847661
+R<MET>A<SD> R<PHE>A<C> central_sep2 -0.231736
+R<MET>A<SD> R<PHE>A<C> sep1 0.806285
+R<MET>A<SD> R<PHE>A<C> sep2 -0.631502
+R<MET>A<SD> R<PHE>A<CA> central_sep1 -0.582566
+R<MET>A<SD> R<PHE>A<CA> central_sep2 -0.986252
+R<MET>A<SD> R<PHE>A<CA> sep1 1.42953
+R<MET>A<SD> R<PHE>A<CA> sep2 -0.316305
+R<MET>A<SD> R<PHE>A<CB> central_sep1 -0.56807
+R<MET>A<SD> R<PHE>A<CB> central_sep2 -1.83545
+R<MET>A<SD> R<PHE>A<CB> sep1 1.48363
+R<MET>A<SD> R<PHE>A<CB> sep2 -0.964875
+R<MET>A<SD> R<PHE>A<CD1> central_sep1 -0.84616
+R<MET>A<SD> R<PHE>A<CD1> central_sep2 -1.64098
+R<MET>A<SD> R<PHE>A<CD1> sep1 1.17393
+R<MET>A<SD> R<PHE>A<CD1> sep2 -1.35926
+R<MET>A<SD> R<PHE>A<CE1> central_sep1 -0.549476
+R<MET>A<SD> R<PHE>A<CE1> central_sep2 -1.77832
+R<MET>A<SD> R<PHE>A<CE1> sep1 0.637658
+R<MET>A<SD> R<PHE>A<CE1> sep2 -1.46381
+R<MET>A<SD> R<PHE>A<CG> central_sep1 0.953104
+R<MET>A<SD> R<PHE>A<CG> central_sep2 -1.2737
+R<MET>A<SD> R<PHE>A<CG> sep1 0.46004
+R<MET>A<SD> R<PHE>A<CG> sep2 -2.38629
+R<MET>A<SD> R<PHE>A<CZ> central_sep1 -0.587542
+R<MET>A<SD> R<PHE>A<CZ> central_sep2 -1.91221
+R<MET>A<SD> R<PHE>A<CZ> sep1 0.805471
+R<MET>A<SD> R<PHE>A<CZ> sep2 -1.55913
+R<MET>A<SD> R<PHE>A<N> central_sep1 1.15522
+R<MET>A<SD> R<PHE>A<N> central_sep2 0.114736
+R<MET>A<SD> R<PHE>A<N> sep1 1.70437
+R<MET>A<SD> R<PHE>A<N> sep2 -0.225441
+R<MET>A<SD> R<PHE>A<O> central_sep1 1.04891
+R<MET>A<SD> R<PHE>A<O> central_sep2 0.0844469
+R<MET>A<SD> R<PHE>A<O> sep1 1.54179
+R<MET>A<SD> R<PHE>A<O> sep2 0.0463347
+R<MET>A<SD> R<PRO>A<C> central_sep1 1.59634
+R<MET>A<SD> R<PRO>A<C> central_sep2 0.429225
+R<MET>A<SD> R<PRO>A<C> sep1 1.00828
+R<MET>A<SD> R<PRO>A<C> sep2 -0.0497333
+R<MET>A<SD> R<PRO>A<CA> central_sep1 0.00210963
+R<MET>A<SD> R<PRO>A<CA> central_sep2 -0.679168
+R<MET>A<SD> R<PRO>A<CA> sep1 1.93663
+R<MET>A<SD> R<PRO>A<CA> sep2 -0.171382
+R<MET>A<SD> R<PRO>A<CB> central_sep1 0.380747
+R<MET>A<SD> R<PRO>A<CB> central_sep2 -1.12456
+R<MET>A<SD> R<PRO>A<CB> sep1 1.71911
+R<MET>A<SD> R<PRO>A<CB> sep2 -0.645922
+R<MET>A<SD> R<PRO>A<CD> central_sep1 -0.287686
+R<MET>A<SD> R<PRO>A<CD> central_sep2 -0.823996
+R<MET>A<SD> R<PRO>A<CD> sep1 1.44706
+R<MET>A<SD> R<PRO>A<CD> sep2 -0.289428
+R<MET>A<SD> R<PRO>A<CG> central_sep1 0.306722
+R<MET>A<SD> R<PRO>A<CG> central_sep2 -1.15624
+R<MET>A<SD> R<PRO>A<CG> sep1 1.56059
+R<MET>A<SD> R<PRO>A<CG> sep2 -0.754773
+R<MET>A<SD> R<PRO>A<N> central_sep1 0.717699
+R<MET>A<SD> R<PRO>A<N> central_sep2 -0.392815
+R<MET>A<SD> R<PRO>A<N> sep1 0.778528
+R<MET>A<SD> R<PRO>A<N> sep2 -1.11187
+R<MET>A<SD> R<PRO>A<O> central_sep1 0.967948
+R<MET>A<SD> R<PRO>A<O> central_sep2 0.267852
+R<MET>A<SD> R<PRO>A<O> sep1 1.45484
+R<MET>A<SD> R<PRO>A<O> sep2 0.278031
+R<MET>A<SD> R<SER>A<C> central_sep1 0.90582
+R<MET>A<SD> R<SER>A<C> central_sep2 -0.0135085
+R<MET>A<SD> R<SER>A<C> sep1 0.683434
+R<MET>A<SD> R<SER>A<C> sep2 -0.200658
+R<MET>A<SD> R<SER>A<CA> central_sep1 0.323499
+R<MET>A<SD> R<SER>A<CA> central_sep2 -0.578973
+R<MET>A<SD> R<SER>A<CA> sep1 1.9598
+R<MET>A<SD> R<SER>A<CA> sep2 -0.0225412
+R<MET>A<SD> R<SER>A<CB> central_sep1 0.505507
+R<MET>A<SD> R<SER>A<CB> central_sep2 -0.867483
+R<MET>A<SD> R<SER>A<CB> sep1 1.8723
+R<MET>A<SD> R<SER>A<CB> sep2 -0.107004
+R<MET>A<SD> R<SER>A<N> central_sep1 0.994732
+R<MET>A<SD> R<SER>A<N> central_sep2 0.291173
+R<MET>A<SD> R<SER>A<N> sep1 1.9016
+R<MET>A<SD> R<SER>A<N> sep2 0.142
+R<MET>A<SD> R<SER>A<O> central_sep1 1.0504
+R<MET>A<SD> R<SER>A<O> central_sep2 0.380858
+R<MET>A<SD> R<SER>A<O> sep1 1.47431
+R<MET>A<SD> R<SER>A<O> sep2 0.3199
+R<MET>A<SD> R<SER>A<OG> central_sep1 0.754369
+R<MET>A<SD> R<SER>A<OG> central_sep2 0.0531283
+R<MET>A<SD> R<SER>A<OG> sep1 1.6559
+R<MET>A<SD> R<SER>A<OG> sep2 -0.11856
+R<MET>A<SD> R<THR>A<C> central_sep1 0.896711
+R<MET>A<SD> R<THR>A<C> central_sep2 -0.146138
+R<MET>A<SD> R<THR>A<C> sep1 0.540673
+R<MET>A<SD> R<THR>A<C> sep2 -0.363767
+R<MET>A<SD> R<THR>A<CA> central_sep1 0.230633
+R<MET>A<SD> R<THR>A<CA> central_sep2 -0.414487
+R<MET>A<SD> R<THR>A<CA> sep1 1.80113
+R<MET>A<SD> R<THR>A<CA> sep2 0.0418352
+R<MET>A<SD> R<THR>A<CB> central_sep1 0.33588
+R<MET>A<SD> R<THR>A<CB> central_sep2 -0.773485
+R<MET>A<SD> R<THR>A<CB> sep1 1.51509
+R<MET>A<SD> R<THR>A<CB> sep2 -0.745075
+R<MET>A<SD> R<THR>A<CG2> central_sep1 -0.203642
+R<MET>A<SD> R<THR>A<CG2> central_sep2 -1.0444
+R<MET>A<SD> R<THR>A<CG2> sep1 1.71512
+R<MET>A<SD> R<THR>A<CG2> sep2 -0.3045
+R<MET>A<SD> R<THR>A<N> central_sep1 0.51348
+R<MET>A<SD> R<THR>A<N> central_sep2 0.471944
+R<MET>A<SD> R<THR>A<N> sep1 1.89917
+R<MET>A<SD> R<THR>A<N> sep2 0.397954
+R<MET>A<SD> R<THR>A<O> central_sep1 0.886604
+R<MET>A<SD> R<THR>A<O> central_sep2 0.380978
+R<MET>A<SD> R<THR>A<O> sep1 1.43206
+R<MET>A<SD> R<THR>A<O> sep2 0.232149
+R<MET>A<SD> R<THR>A<OG1> central_sep1 0.769134
+R<MET>A<SD> R<THR>A<OG1> central_sep2 -0.1302
+R<MET>A<SD> R<THR>A<OG1> sep1 1.80466
+R<MET>A<SD> R<THR>A<OG1> sep2 -0.189502
+R<MET>A<SD> R<TRP>A<C> central_sep1 0.672672
+R<MET>A<SD> R<TRP>A<C> central_sep2 -0.277947
+R<MET>A<SD> R<TRP>A<C> sep1 0.755157
+R<MET>A<SD> R<TRP>A<C> sep2 -0.590526
+R<MET>A<SD> R<TRP>A<CA> central_sep1 -0.436153
+R<MET>A<SD> R<TRP>A<CA> central_sep2 -1.05906
+R<MET>A<SD> R<TRP>A<CA> sep1 1.53889
+R<MET>A<SD> R<TRP>A<CA> sep2 -0.173914
+R<MET>A<SD> R<TRP>A<CB> central_sep1 -0.387477
+R<MET>A<SD> R<TRP>A<CB> central_sep2 -1.67739
+R<MET>A<SD> R<TRP>A<CB> sep1 1.63837
+R<MET>A<SD> R<TRP>A<CB> sep2 -0.800977
+R<MET>A<SD> R<TRP>A<CD1> central_sep1 -0.279975
+R<MET>A<SD> R<TRP>A<CD1> central_sep2 -1.08943
+R<MET>A<SD> R<TRP>A<CD1> sep1 1.7397
+R<MET>A<SD> R<TRP>A<CD1> sep2 -0.772936
+R<MET>A<SD> R<TRP>A<CD2> central_sep1 0.949101
+R<MET>A<SD> R<TRP>A<CD2> central_sep2 -0.876265
+R<MET>A<SD> R<TRP>A<CD2> sep1 1.31644
+R<MET>A<SD> R<TRP>A<CD2> sep2 -1.60115
+R<MET>A<SD> R<TRP>A<CE2> central_sep1 0.485682
+R<MET>A<SD> R<TRP>A<CE2> central_sep2 -0.686337
+R<MET>A<SD> R<TRP>A<CE2> sep1 0.865199
+R<MET>A<SD> R<TRP>A<CE2> sep2 -1.63992
+R<MET>A<SD> R<TRP>A<CE3> central_sep1 -1.00224
+R<MET>A<SD> R<TRP>A<CE3> central_sep2 -1.43142
+R<MET>A<SD> R<TRP>A<CE3> sep1 1.32651
+R<MET>A<SD> R<TRP>A<CE3> sep2 -1.28035
+R<MET>A<SD> R<TRP>A<CG> central_sep1 1.57668
+R<MET>A<SD> R<TRP>A<CG> central_sep2 -1.06277
+R<MET>A<SD> R<TRP>A<CG> sep1 1.11803
+R<MET>A<SD> R<TRP>A<CG> sep2 -2.20641
+R<MET>A<SD> R<TRP>A<CH2> central_sep1 0.521129
+R<MET>A<SD> R<TRP>A<CH2> central_sep2 -1.67872
+R<MET>A<SD> R<TRP>A<CH2> sep1 1.40364
+R<MET>A<SD> R<TRP>A<CH2> sep2 -1.43106
+R<MET>A<SD> R<TRP>A<CZ2> central_sep1 -0.209835
+R<MET>A<SD> R<TRP>A<CZ2> central_sep2 -1.44562
+R<MET>A<SD> R<TRP>A<CZ2> sep1 1.23449
+R<MET>A<SD> R<TRP>A<CZ2> sep2 -1.21375
+R<MET>A<SD> R<TRP>A<CZ3> central_sep1 -0.308986
+R<MET>A<SD> R<TRP>A<CZ3> central_sep2 -1.59854
+R<MET>A<SD> R<TRP>A<CZ3> sep1 0.754262
+R<MET>A<SD> R<TRP>A<CZ3> sep2 -1.32211
+R<MET>A<SD> R<TRP>A<N> central_sep1 0.898944
+R<MET>A<SD> R<TRP>A<N> central_sep2 -0.145698
+R<MET>A<SD> R<TRP>A<N> sep1 1.42845
+R<MET>A<SD> R<TRP>A<N> sep2 -0.193895
+R<MET>A<SD> R<TRP>A<NE1> central_sep1 -0.303469
+R<MET>A<SD> R<TRP>A<NE1> central_sep2 -1.07408
+R<MET>A<SD> R<TRP>A<NE1> sep1 0.904646
+R<MET>A<SD> R<TRP>A<NE1> sep2 -0.957446
+R<MET>A<SD> R<TRP>A<O> central_sep1 0.933137
+R<MET>A<SD> R<TRP>A<O> central_sep2 0.219675
+R<MET>A<SD> R<TRP>A<O> sep1 1.55207
+R<MET>A<SD> R<TRP>A<O> sep2 0.0237448
+R<MET>A<SD> R<TYR>A<C> central_sep1 0.873033
+R<MET>A<SD> R<TYR>A<C> central_sep2 -0.228207
+R<MET>A<SD> R<TYR>A<C> sep1 0.880873
+R<MET>A<SD> R<TYR>A<C> sep2 -0.534374
+R<MET>A<SD> R<TYR>A<CA> central_sep1 -0.308221
+R<MET>A<SD> R<TYR>A<CA> central_sep2 -0.904208
+R<MET>A<SD> R<TYR>A<CA> sep1 1.53324
+R<MET>A<SD> R<TYR>A<CA> sep2 -0.18535
+R<MET>A<SD> R<TYR>A<CB> central_sep1 -0.472652
+R<MET>A<SD> R<TYR>A<CB> central_sep2 -1.74386
+R<MET>A<SD> R<TYR>A<CB> sep1 1.70014
+R<MET>A<SD> R<TYR>A<CB> sep2 -0.824967
+R<MET>A<SD> R<TYR>A<CD1> central_sep1 -0.643651
+R<MET>A<SD> R<TYR>A<CD1> central_sep2 -1.4543
+R<MET>A<SD> R<TYR>A<CD1> sep1 1.34871
+R<MET>A<SD> R<TYR>A<CD1> sep2 -1.18363
+R<MET>A<SD> R<TYR>A<CE1> central_sep1 -0.20633
+R<MET>A<SD> R<TYR>A<CE1> central_sep2 -1.15028
+R<MET>A<SD> R<TYR>A<CE1> sep1 0.835718
+R<MET>A<SD> R<TYR>A<CE1> sep2 -1.00945
+R<MET>A<SD> R<TYR>A<CG> central_sep1 1.25295
+R<MET>A<SD> R<TYR>A<CG> central_sep2 -1.14613
+R<MET>A<SD> R<TYR>A<CG> sep1 0.531634
+R<MET>A<SD> R<TYR>A<CG> sep2 -2.2454
+R<MET>A<SD> R<TYR>A<CZ> central_sep1 0.0807242
+R<MET>A<SD> R<TYR>A<CZ> central_sep2 -0.550105
+R<MET>A<SD> R<TYR>A<CZ> sep1 0.792561
+R<MET>A<SD> R<TYR>A<CZ> sep2 -1.50537
+R<MET>A<SD> R<TYR>A<N> central_sep1 1.17743
+R<MET>A<SD> R<TYR>A<N> central_sep2 0.0378963
+R<MET>A<SD> R<TYR>A<N> sep1 1.73306
+R<MET>A<SD> R<TYR>A<N> sep2 -0.107654
+R<MET>A<SD> R<TYR>A<O> central_sep1 0.864032
+R<MET>A<SD> R<TYR>A<O> central_sep2 0.0947523
+R<MET>A<SD> R<TYR>A<O> sep1 1.59504
+R<MET>A<SD> R<TYR>A<O> sep2 0.0650006
+R<MET>A<SD> R<TYR>A<OH> central_sep1 0.490622
+R<MET>A<SD> R<TYR>A<OH> central_sep2 -0.522269
+R<MET>A<SD> R<TYR>A<OH> sep1 1.2055
+R<MET>A<SD> R<TYR>A<OH> sep2 -0.731651
+R<MET>A<SD> R<VAL>A<C> central_sep1 0.893787
+R<MET>A<SD> R<VAL>A<C> central_sep2 -0.0298116
+R<MET>A<SD> R<VAL>A<C> sep1 0.516927
+R<MET>A<SD> R<VAL>A<C> sep2 -0.38348
+R<MET>A<SD> R<VAL>A<CA> central_sep1 -0.3655
+R<MET>A<SD> R<VAL>A<CA> central_sep2 -0.653051
+R<MET>A<SD> R<VAL>A<CA> sep1 1.51057
+R<MET>A<SD> R<VAL>A<CA> sep2 -0.14834
+R<MET>A<SD> R<VAL>A<CB> central_sep1 -0.108875
+R<MET>A<SD> R<VAL>A<CB> central_sep2 -1.28955
+R<MET>A<SD> R<VAL>A<CB> sep1 1.10443
+R<MET>A<SD> R<VAL>A<CB> sep2 -1.46914
+R<MET>A<SD> R<VAL>A<CG1> central_sep1 -0.588419
+R<MET>A<SD> R<VAL>A<CG1> central_sep2 -1.68814
+R<MET>A<SD> R<VAL>A<CG1> sep1 1.34021
+R<MET>A<SD> R<VAL>A<CG1> sep2 -0.837905
+R<MET>A<SD> R<VAL>A<CG2> central_sep1 -0.380145
+R<MET>A<SD> R<VAL>A<CG2> central_sep2 -1.69672
+R<MET>A<SD> R<VAL>A<CG2> sep1 1.56653
+R<MET>A<SD> R<VAL>A<CG2> sep2 -0.787191
+R<MET>A<SD> R<VAL>A<N> central_sep1 1.26047
+R<MET>A<SD> R<VAL>A<N> central_sep2 0.337288
+R<MET>A<SD> R<VAL>A<N> sep1 1.78739
+R<MET>A<SD> R<VAL>A<N> sep2 0.251789
+R<MET>A<SD> R<VAL>A<O> central_sep1 1.00619
+R<MET>A<SD> R<VAL>A<O> central_sep2 0.155483
+R<MET>A<SD> R<VAL>A<O> sep1 1.39908
+R<MET>A<SD> R<VAL>A<O> sep2 0.221925
+R<MET>A<SD> c<solvent> . 0.542501
+R<PHE>A<C> R<PHE>A<C> central_sep1 2.80539
+R<PHE>A<C> R<PHE>A<C> central_sep2 2.124
+R<PHE>A<C> R<PHE>A<C> sep1 -2.29224
+R<PHE>A<C> R<PHE>A<C> sep2 1.63575
+R<PHE>A<C> R<PHE>A<CA> central_sep1 2.94889
+R<PHE>A<C> R<PHE>A<CA> central_sep2 1.98138
+R<PHE>A<C> R<PHE>A<CA> sep1 -2.59275
+R<PHE>A<C> R<PHE>A<CA> sep2 0.452546
+R<PHE>A<C> R<PHE>A<CB> central_sep1 1.81157
+R<PHE>A<C> R<PHE>A<CB> central_sep2 0.559723
+R<PHE>A<C> R<PHE>A<CB> sep1 -0.198313
+R<PHE>A<C> R<PHE>A<CB> sep2 -0.534967
+R<PHE>A<C> R<PHE>A<CD1> central_sep1 -0.655957
+R<PHE>A<C> R<PHE>A<CD1> central_sep2 -0.339431
+R<PHE>A<C> R<PHE>A<CD1> sep1 -0.548694
+R<PHE>A<C> R<PHE>A<CD1> sep2 -0.808824
+R<PHE>A<C> R<PHE>A<CE1> central_sep1 0.608441
+R<PHE>A<C> R<PHE>A<CE1> central_sep2 -0.377148
+R<PHE>A<C> R<PHE>A<CE1> sep1 1.46295
+R<PHE>A<C> R<PHE>A<CE1> sep2 -0.889703
+R<PHE>A<C> R<PHE>A<CG> central_sep1 1.08025
+R<PHE>A<C> R<PHE>A<CG> central_sep2 1.26294
+R<PHE>A<C> R<PHE>A<CG> sep1 -1.71168
+R<PHE>A<C> R<PHE>A<CG> sep2 -0.16547
+R<PHE>A<C> R<PHE>A<CZ> central_sep1 1.83102
+R<PHE>A<C> R<PHE>A<CZ> central_sep2 -0.359793
+R<PHE>A<C> R<PHE>A<CZ> sep1 2.56385
+R<PHE>A<C> R<PHE>A<CZ> sep2 -0.757982
+R<PHE>A<C> R<PHE>A<N> central_sep1 -0.488161
+R<PHE>A<C> R<PHE>A<N> central_sep2 2.87584
+R<PHE>A<C> R<PHE>A<N> sep1 -1.50265
+R<PHE>A<C> R<PHE>A<N> sep2 1.47062
+R<PHE>A<C> R<PHE>A<O> central_sep1 -0.523984
+R<PHE>A<C> R<PHE>A<O> central_sep2 2.01322
+R<PHE>A<C> R<PHE>A<O> sep1 -1.0834
+R<PHE>A<C> R<PHE>A<O> sep2 0.692549
+R<PHE>A<C> R<PRO>A<C> central_sep1 1.65377
+R<PHE>A<C> R<PRO>A<C> central_sep2 3.87458
+R<PHE>A<C> R<PRO>A<C> sep1 -2.52016
+R<PHE>A<C> R<PRO>A<C> sep2 2.64653
+R<PHE>A<C> R<PRO>A<CA> central_sep1 2.47943
+R<PHE>A<C> R<PRO>A<CA> central_sep2 1.93316
+R<PHE>A<C> R<PRO>A<CA> sep1 -2.4247
+R<PHE>A<C> R<PRO>A<CA> sep2 0.219158
+R<PHE>A<C> R<PRO>A<CB> central_sep1 2.39401
+R<PHE>A<C> R<PRO>A<CB> central_sep2 0.591405
+R<PHE>A<C> R<PRO>A<CB> sep1 1.36309
+R<PHE>A<C> R<PRO>A<CB> sep2 -0.312788
+R<PHE>A<C> R<PRO>A<CD> central_sep1 -0.252009
+R<PHE>A<C> R<PRO>A<CD> central_sep2 1.37633
+R<PHE>A<C> R<PRO>A<CD> sep1 -0.96806
+R<PHE>A<C> R<PRO>A<CD> sep2 0.283958
+R<PHE>A<C> R<PRO>A<CG> central_sep1 2.44657
+R<PHE>A<C> R<PRO>A<CG> central_sep2 0.573945
+R<PHE>A<C> R<PRO>A<CG> sep1 2.36565
+R<PHE>A<C> R<PRO>A<CG> sep2 -0.010927
+R<PHE>A<C> R<PRO>A<N> central_sep1 0.60782
+R<PHE>A<C> R<PRO>A<N> central_sep2 1.72535
+R<PHE>A<C> R<PRO>A<N> sep1 -1.29595
+R<PHE>A<C> R<PRO>A<N> sep2 1.38835
+R<PHE>A<C> R<PRO>A<O> central_sep1 -0.672729
+R<PHE>A<C> R<PRO>A<O> central_sep2 2.82849
+R<PHE>A<C> R<PRO>A<O> sep1 -1.7572
+R<PHE>A<C> R<PRO>A<O> sep2 1.35584
+R<PHE>A<C> R<SER>A<C> central_sep1 3.74349
+R<PHE>A<C> R<SER>A<C> central_sep2 3.78832
+R<PHE>A<C> R<SER>A<C> sep1 -2.42515
+R<PHE>A<C> R<SER>A<C> sep2 2.19968
+R<PHE>A<C> R<SER>A<CA> central_sep1 3.13968
+R<PHE>A<C> R<SER>A<CA> central_sep2 2.01812
+R<PHE>A<C> R<SER>A<CA> sep1 -2.71278
+R<PHE>A<C> R<SER>A<CA> sep2 0.455578
+R<PHE>A<C> R<SER>A<CB> central_sep1 2.22818
+R<PHE>A<C> R<SER>A<CB> central_sep2 0.834839
+R<PHE>A<C> R<SER>A<CB> sep1 -0.572914
+R<PHE>A<C> R<SER>A<CB> sep2 -0.399763
+R<PHE>A<C> R<SER>A<N> central_sep1 -0.416331
+R<PHE>A<C> R<SER>A<N> central_sep2 3.09147
+R<PHE>A<C> R<SER>A<N> sep1 -1.6726
+R<PHE>A<C> R<SER>A<N> sep2 1.4288
+R<PHE>A<C> R<SER>A<O> central_sep1 -0.755769
+R<PHE>A<C> R<SER>A<O> central_sep2 2.24865
+R<PHE>A<C> R<SER>A<O> sep1 -1.38079
+R<PHE>A<C> R<SER>A<O> sep2 1.22148
+R<PHE>A<C> R<SER>A<OG> central_sep1 1.60054
+R<PHE>A<C> R<SER>A<OG> central_sep2 0.969177
+R<PHE>A<C> R<SER>A<OG> sep1 -0.10428
+R<PHE>A<C> R<SER>A<OG> sep2 0.071742
+R<PHE>A<C> R<THR>A<C> central_sep1 4.35332
+R<PHE>A<C> R<THR>A<C> central_sep2 3.87617
+R<PHE>A<C> R<THR>A<C> sep1 -2.49589
+R<PHE>A<C> R<THR>A<C> sep2 2.34794
+R<PHE>A<C> R<THR>A<CA> central_sep1 3.10929
+R<PHE>A<C> R<THR>A<CA> central_sep2 2.80999
+R<PHE>A<C> R<THR>A<CA> sep1 -2.79713
+R<PHE>A<C> R<THR>A<CA> sep2 0.582204
+R<PHE>A<C> R<THR>A<CB> central_sep1 2.30405
+R<PHE>A<C> R<THR>A<CB> central_sep2 1.23505
+R<PHE>A<C> R<THR>A<CB> sep1 -0.25892
+R<PHE>A<C> R<THR>A<CB> sep2 -0.330252
+R<PHE>A<C> R<THR>A<CG2> central_sep1 0.319652
+R<PHE>A<C> R<THR>A<CG2> central_sep2 0.345353
+R<PHE>A<C> R<THR>A<CG2> sep1 -0.764648
+R<PHE>A<C> R<THR>A<CG2> sep2 -0.767823
+R<PHE>A<C> R<THR>A<N> central_sep1 -0.250013
+R<PHE>A<C> R<THR>A<N> central_sep2 2.25357
+R<PHE>A<C> R<THR>A<N> sep1 -1.60468
+R<PHE>A<C> R<THR>A<N> sep2 1.81359
+R<PHE>A<C> R<THR>A<O> central_sep1 -0.800063
+R<PHE>A<C> R<THR>A<O> central_sep2 2.31473
+R<PHE>A<C> R<THR>A<O> sep1 -1.23069
+R<PHE>A<C> R<THR>A<O> sep2 0.875731
+R<PHE>A<C> R<THR>A<OG1> central_sep1 1.60674
+R<PHE>A<C> R<THR>A<OG1> central_sep2 0.969092
+R<PHE>A<C> R<THR>A<OG1> sep1 -0.745287
+R<PHE>A<C> R<THR>A<OG1> sep2 0.0448219
+R<PHE>A<C> R<TRP>A<C> central_sep1 3.73923
+R<PHE>A<C> R<TRP>A<C> central_sep2 3.93239
+R<PHE>A<C> R<TRP>A<C> sep1 -2.33617
+R<PHE>A<C> R<TRP>A<C> sep2 3.09825
+R<PHE>A<C> R<TRP>A<CA> central_sep1 3.79368
+R<PHE>A<C> R<TRP>A<CA> central_sep2 2.05839
+R<PHE>A<C> R<TRP>A<CA> sep1 -2.64659
+R<PHE>A<C> R<TRP>A<CA> sep2 0.638753
+R<PHE>A<C> R<TRP>A<CB> central_sep1 1.48227
+R<PHE>A<C> R<TRP>A<CB> central_sep2 0.771727
+R<PHE>A<C> R<TRP>A<CB> sep1 -0.285835
+R<PHE>A<C> R<TRP>A<CB> sep2 -0.548412
+R<PHE>A<C> R<TRP>A<CD1> central_sep1 -0.537332
+R<PHE>A<C> R<TRP>A<CD1> central_sep2 0.163729
+R<PHE>A<C> R<TRP>A<CD1> sep1 -0.322069
+R<PHE>A<C> R<TRP>A<CD1> sep2 -0.730745
+R<PHE>A<C> R<TRP>A<CD2> central_sep1 -0.400614
+R<PHE>A<C> R<TRP>A<CD2> central_sep2 1.01219
+R<PHE>A<C> R<TRP>A<CD2> sep1 -0.0820476
+R<PHE>A<C> R<TRP>A<CD2> sep2 0.288749
+R<PHE>A<C> R<TRP>A<CE2> central_sep1 1.29521
+R<PHE>A<C> R<TRP>A<CE2> central_sep2 0.858999
+R<PHE>A<C> R<TRP>A<CE2> sep1 1.29625
+R<PHE>A<C> R<TRP>A<CE2> sep2 -0.0257592
+R<PHE>A<C> R<TRP>A<CE3> central_sep1 -0.45754
+R<PHE>A<C> R<TRP>A<CE3> central_sep2 -1.34713
+R<PHE>A<C> R<TRP>A<CE3> sep1 0.408485
+R<PHE>A<C> R<TRP>A<CE3> sep2 -0.728657
+R<PHE>A<C> R<TRP>A<CG> central_sep1 0.789791
+R<PHE>A<C> R<TRP>A<CG> central_sep2 0.583694
+R<PHE>A<C> R<TRP>A<CG> sep1 -0.849874
+R<PHE>A<C> R<TRP>A<CG> sep2 0.328431
+R<PHE>A<C> R<TRP>A<CH2> central_sep1 3.01055
+R<PHE>A<C> R<TRP>A<CH2> central_sep2 -0.614037
+R<PHE>A<C> R<TRP>A<CH2> sep1 3.13453
+R<PHE>A<C> R<TRP>A<CH2> sep2 -1.0937
+R<PHE>A<C> R<TRP>A<CZ2> central_sep1 2.03047
+R<PHE>A<C> R<TRP>A<CZ2> central_sep2 -0.522975
+R<PHE>A<C> R<TRP>A<CZ2> sep1 3.10785
+R<PHE>A<C> R<TRP>A<CZ2> sep2 -0.803592
+R<PHE>A<C> R<TRP>A<CZ3> central_sep1 1.19162
+R<PHE>A<C> R<TRP>A<CZ3> central_sep2 -0.79356
+R<PHE>A<C> R<TRP>A<CZ3> sep1 1.72581
+R<PHE>A<C> R<TRP>A<CZ3> sep2 -1.23779
+R<PHE>A<C> R<TRP>A<N> central_sep1 -0.563395
+R<PHE>A<C> R<TRP>A<N> central_sep2 2.89587
+R<PHE>A<C> R<TRP>A<N> sep1 -1.57824
+R<PHE>A<C> R<TRP>A<N> sep2 1.92953
+R<PHE>A<C> R<TRP>A<NE1> central_sep1 1.47426
+R<PHE>A<C> R<TRP>A<NE1> central_sep2 0.103253
+R<PHE>A<C> R<TRP>A<NE1> sep1 1.57796
+R<PHE>A<C> R<TRP>A<NE1> sep2 -0.732639
+R<PHE>A<C> R<TRP>A<O> central_sep1 -0.651429
+R<PHE>A<C> R<TRP>A<O> central_sep2 2.35287
+R<PHE>A<C> R<TRP>A<O> sep1 -0.999745
+R<PHE>A<C> R<TRP>A<O> sep2 1.17426
+R<PHE>A<C> R<TYR>A<C> central_sep1 3.10168
+R<PHE>A<C> R<TYR>A<C> central_sep2 4.36902
+R<PHE>A<C> R<TYR>A<C> sep1 -2.47058
+R<PHE>A<C> R<TYR>A<C> sep2 1.87232
+R<PHE>A<C> R<TYR>A<CA> central_sep1 3.10101
+R<PHE>A<C> R<TYR>A<CA> central_sep2 2.24295
+R<PHE>A<C> R<TYR>A<CA> sep1 -2.75389
+R<PHE>A<C> R<TYR>A<CA> sep2 0.715229
+R<PHE>A<C> R<TYR>A<CB> central_sep1 1.74543
+R<PHE>A<C> R<TYR>A<CB> central_sep2 0.533234
+R<PHE>A<C> R<TYR>A<CB> sep1 -0.409358
+R<PHE>A<C> R<TYR>A<CB> sep2 -0.57231
+R<PHE>A<C> R<TYR>A<CD1> central_sep1 -0.730139
+R<PHE>A<C> R<TYR>A<CD1> central_sep2 -0.383142
+R<PHE>A<C> R<TYR>A<CD1> sep1 -0.519915
+R<PHE>A<C> R<TYR>A<CD1> sep2 -0.780228
+R<PHE>A<C> R<TYR>A<CE1> central_sep1 0.637019
+R<PHE>A<C> R<TYR>A<CE1> central_sep2 -0.148054
+R<PHE>A<C> R<TYR>A<CE1> sep1 1.5551
+R<PHE>A<C> R<TYR>A<CE1> sep2 -0.620823
+R<PHE>A<C> R<TYR>A<CG> central_sep1 1.33666
+R<PHE>A<C> R<TYR>A<CG> central_sep2 0.901049
+R<PHE>A<C> R<TYR>A<CG> sep1 -1.7539
+R<PHE>A<C> R<TYR>A<CG> sep2 0.059956
+R<PHE>A<C> R<TYR>A<CZ> central_sep1 0.915533
+R<PHE>A<C> R<TYR>A<CZ> central_sep2 0.345929
+R<PHE>A<C> R<TYR>A<CZ> sep1 1.76604
+R<PHE>A<C> R<TYR>A<CZ> sep2 -0.309749
+R<PHE>A<C> R<TYR>A<N> central_sep1 -0.434835
+R<PHE>A<C> R<TYR>A<N> central_sep2 2.83349
+R<PHE>A<C> R<TYR>A<N> sep1 -1.55914
+R<PHE>A<C> R<TYR>A<N> sep2 1.54687
+R<PHE>A<C> R<TYR>A<O> central_sep1 -0.670931
+R<PHE>A<C> R<TYR>A<O> central_sep2 2.14699
+R<PHE>A<C> R<TYR>A<O> sep1 -1.16389
+R<PHE>A<C> R<TYR>A<O> sep2 0.888983
+R<PHE>A<C> R<TYR>A<OH> central_sep1 2.92603
+R<PHE>A<C> R<TYR>A<OH> central_sep2 0.517637
+R<PHE>A<C> R<TYR>A<OH> sep1 3.65513
+R<PHE>A<C> R<TYR>A<OH> sep2 -0.281655
+R<PHE>A<C> R<VAL>A<C> central_sep1 4.39824
+R<PHE>A<C> R<VAL>A<C> central_sep2 4.49936
+R<PHE>A<C> R<VAL>A<C> sep1 -2.51616
+R<PHE>A<C> R<VAL>A<C> sep2 2.91184
+R<PHE>A<C> R<VAL>A<CA> central_sep1 3.49377
+R<PHE>A<C> R<VAL>A<CA> central_sep2 2.92646
+R<PHE>A<C> R<VAL>A<CA> sep1 -2.6862
+R<PHE>A<C> R<VAL>A<CA> sep2 0.774064
+R<PHE>A<C> R<VAL>A<CB> central_sep1 1.71711
+R<PHE>A<C> R<VAL>A<CB> central_sep2 0.841385
+R<PHE>A<C> R<VAL>A<CB> sep1 0.163836
+R<PHE>A<C> R<VAL>A<CB> sep2 -0.520228
+R<PHE>A<C> R<VAL>A<CG1> central_sep1 0.162159
+R<PHE>A<C> R<VAL>A<CG1> central_sep2 0.209128
+R<PHE>A<C> R<VAL>A<CG1> sep1 -0.484426
+R<PHE>A<C> R<VAL>A<CG1> sep2 -0.723463
+R<PHE>A<C> R<VAL>A<CG2> central_sep1 0.368753
+R<PHE>A<C> R<VAL>A<CG2> central_sep2 -0.0453131
+R<PHE>A<C> R<VAL>A<CG2> sep1 -0.939379
+R<PHE>A<C> R<VAL>A<CG2> sep2 -0.583483
+R<PHE>A<C> R<VAL>A<N> central_sep1 0.0238267
+R<PHE>A<C> R<VAL>A<N> central_sep2 3.24194
+R<PHE>A<C> R<VAL>A<N> sep1 -1.27276
+R<PHE>A<C> R<VAL>A<N> sep2 2.0393
+R<PHE>A<C> R<VAL>A<O> central_sep1 -0.466607
+R<PHE>A<C> R<VAL>A<O> central_sep2 2.3952
+R<PHE>A<C> R<VAL>A<O> sep1 -0.873645
+R<PHE>A<C> R<VAL>A<O> sep2 0.936253
+R<PHE>A<C> c<solvent> . 2.05442
+R<PHE>A<CA> R<PHE>A<CA> central_sep1 1.38612
+R<PHE>A<CA> R<PHE>A<CA> central_sep2 -0.32656
+R<PHE>A<CA> R<PHE>A<CA> sep1 3.0862
+R<PHE>A<CA> R<PHE>A<CA> sep2 0.146908
+R<PHE>A<CA> R<PHE>A<CB> central_sep1 -0.801268
+R<PHE>A<CA> R<PHE>A<CB> central_sep2 -0.551234
+R<PHE>A<CA> R<PHE>A<CB> sep1 1.32709
+R<PHE>A<CA> R<PHE>A<CB> sep2 -0.0235132
+R<PHE>A<CA> R<PHE>A<CD1> central_sep1 -0.184117
+R<PHE>A<CA> R<PHE>A<CD1> central_sep2 -0.480408
+R<PHE>A<CA> R<PHE>A<CD1> sep1 -0.0318809
+R<PHE>A<CA> R<PHE>A<CD1> sep2 -0.529987
+R<PHE>A<CA> R<PHE>A<CE1> central_sep1 0.764776
+R<PHE>A<CA> R<PHE>A<CE1> central_sep2 -0.793765
+R<PHE>A<CA> R<PHE>A<CE1> sep1 1.34978
+R<PHE>A<CA> R<PHE>A<CE1> sep2 -0.679443
+R<PHE>A<CA> R<PHE>A<CG> central_sep1 0.76059
+R<PHE>A<CA> R<PHE>A<CG> central_sep2 0.205419
+R<PHE>A<CA> R<PHE>A<CG> sep1 0.882587
+R<PHE>A<CA> R<PHE>A<CG> sep2 -1.23132
+R<PHE>A<CA> R<PHE>A<CZ> central_sep1 1.3512
+R<PHE>A<CA> R<PHE>A<CZ> central_sep2 -0.941472
+R<PHE>A<CA> R<PHE>A<CZ> sep1 2.09782
+R<PHE>A<CA> R<PHE>A<CZ> sep2 -0.72817
+R<PHE>A<CA> R<PHE>A<N> central_sep1 2.54505
+R<PHE>A<CA> R<PHE>A<N> central_sep2 1.3164
+R<PHE>A<CA> R<PHE>A<N> sep1 -2.09876
+R<PHE>A<CA> R<PHE>A<N> sep2 0.684852
+R<PHE>A<CA> R<PHE>A<O> central_sep1 0.953297
+R<PHE>A<CA> R<PHE>A<O> central_sep2 -1.2128
+R<PHE>A<CA> R<PHE>A<O> sep1 -1.91755
+R<PHE>A<CA> R<PHE>A<O> sep2 0.0266515
+R<PHE>A<CA> R<PRO>A<C> central_sep1 1.64197
+R<PHE>A<CA> R<PRO>A<C> central_sep2 2.4332
+R<PHE>A<CA> R<PRO>A<C> sep1 -2.68606
+R<PHE>A<CA> R<PRO>A<C> sep2 1.17067
+R<PHE>A<CA> R<PRO>A<CA> central_sep1 -0.212862
+R<PHE>A<CA> R<PRO>A<CA> central_sep2 0.013449
+R<PHE>A<CA> R<PRO>A<CA> sep1 2.12867
+R<PHE>A<CA> R<PRO>A<CA> sep2 0.403926
+R<PHE>A<CA> R<PRO>A<CB> central_sep1 2.08762
+R<PHE>A<CA> R<PRO>A<CB> central_sep2 0.109125
+R<PHE>A<CA> R<PRO>A<CB> sep1 2.64129
+R<PHE>A<CA> R<PRO>A<CB> sep2 0.35265
+R<PHE>A<CA> R<PRO>A<CD> central_sep1 -2.16857
+R<PHE>A<CA> R<PRO>A<CD> central_sep2 0.437497
+R<PHE>A<CA> R<PRO>A<CD> sep1 1.38782
+R<PHE>A<CA> R<PRO>A<CD> sep2 0.561428
+R<PHE>A<CA> R<PRO>A<CG> central_sep1 1.46149
+R<PHE>A<CA> R<PRO>A<CG> central_sep2 0.0122663
+R<PHE>A<CA> R<PRO>A<CG> sep1 2.0399
+R<PHE>A<CA> R<PRO>A<CG> sep2 0.267612
+R<PHE>A<CA> R<PRO>A<N> central_sep1 3.35302
+R<PHE>A<CA> R<PRO>A<N> central_sep2 1.96117
+R<PHE>A<CA> R<PRO>A<N> sep1 -1.42325
+R<PHE>A<CA> R<PRO>A<N> sep2 0.805395
+R<PHE>A<CA> R<PRO>A<O> central_sep1 2.23928
+R<PHE>A<CA> R<PRO>A<O> central_sep2 0.00380855
+R<PHE>A<CA> R<PRO>A<O> sep1 -2.0197
+R<PHE>A<CA> R<PRO>A<O> sep2 0.688002
+R<PHE>A<CA> R<SER>A<C> central_sep1 4.05765
+R<PHE>A<CA> R<SER>A<C> central_sep2 2.36742
+R<PHE>A<CA> R<SER>A<C> sep1 -2.74368
+R<PHE>A<CA> R<SER>A<C> sep2 0.627957
+R<PHE>A<CA> R<SER>A<CA> central_sep1 2.02253
+R<PHE>A<CA> R<SER>A<CA> central_sep2 0.368243
+R<PHE>A<CA> R<SER>A<CA> sep1 3.26887
+R<PHE>A<CA> R<SER>A<CA> sep2 0.583694
+R<PHE>A<CA> R<SER>A<CB> central_sep1 0.234114
+R<PHE>A<CA> R<SER>A<CB> central_sep2 0.285395
+R<PHE>A<CA> R<SER>A<CB> sep1 1.52734
+R<PHE>A<CA> R<SER>A<CB> sep2 0.373647
+R<PHE>A<CA> R<SER>A<N> central_sep1 2.83932
+R<PHE>A<CA> R<SER>A<N> central_sep2 1.46165
+R<PHE>A<CA> R<SER>A<N> sep1 -2.40704
+R<PHE>A<CA> R<SER>A<N> sep2 1.00125
+R<PHE>A<CA> R<SER>A<O> central_sep1 1.10598
+R<PHE>A<CA> R<SER>A<O> central_sep2 -0.659244
+R<PHE>A<CA> R<SER>A<O> sep1 -2.02521
+R<PHE>A<CA> R<SER>A<O> sep2 0.539797
+R<PHE>A<CA> R<SER>A<OG> central_sep1 0.0960445
+R<PHE>A<CA> R<SER>A<OG> central_sep2 0.128883
+R<PHE>A<CA> R<SER>A<OG> sep1 0.808686
+R<PHE>A<CA> R<SER>A<OG> sep2 0.247905
+R<PHE>A<CA> R<THR>A<C> central_sep1 3.98567
+R<PHE>A<CA> R<THR>A<C> central_sep2 2.51143
+R<PHE>A<CA> R<THR>A<C> sep1 -2.86486
+R<PHE>A<CA> R<THR>A<C> sep2 0.668916
+R<PHE>A<CA> R<THR>A<CA> central_sep1 2.15069
+R<PHE>A<CA> R<THR>A<CA> central_sep2 0.391054
+R<PHE>A<CA> R<THR>A<CA> sep1 3.81453
+R<PHE>A<CA> R<THR>A<CA> sep2 0.577537
+R<PHE>A<CA> R<THR>A<CB> central_sep1 -0.298008
+R<PHE>A<CA> R<THR>A<CB> central_sep2 0.310462
+R<PHE>A<CA> R<THR>A<CB> sep1 1.41735
+R<PHE>A<CA> R<THR>A<CB> sep2 0.155435
+R<PHE>A<CA> R<THR>A<CG2> central_sep1 0.877913
+R<PHE>A<CA> R<THR>A<CG2> central_sep2 0.0509405
+R<PHE>A<CA> R<THR>A<CG2> sep1 1.19989
+R<PHE>A<CA> R<THR>A<CG2> sep2 0.40152
+R<PHE>A<CA> R<THR>A<N> central_sep1 2.54144
+R<PHE>A<CA> R<THR>A<N> central_sep2 1.57513
+R<PHE>A<CA> R<THR>A<N> sep1 -2.53937
+R<PHE>A<CA> R<THR>A<N> sep2 0.904579
+R<PHE>A<CA> R<THR>A<O> central_sep1 0.951837
+R<PHE>A<CA> R<THR>A<O> central_sep2 -0.888424
+R<PHE>A<CA> R<THR>A<O> sep1 -2.11657
+R<PHE>A<CA> R<THR>A<O> sep2 0.406628
+R<PHE>A<CA> R<THR>A<OG1> central_sep1 0.218075
+R<PHE>A<CA> R<THR>A<OG1> central_sep2 0.0290382
+R<PHE>A<CA> R<THR>A<OG1> sep1 0.882025
+R<PHE>A<CA> R<THR>A<OG1> sep2 0.322195
+R<PHE>A<CA> R<TRP>A<C> central_sep1 6.57195
+R<PHE>A<CA> R<TRP>A<C> central_sep2 2.59168
+R<PHE>A<CA> R<TRP>A<C> sep1 -2.60382
+R<PHE>A<CA> R<TRP>A<C> sep2 0.672554
+R<PHE>A<CA> R<TRP>A<CA> central_sep1 0.757646
+R<PHE>A<CA> R<TRP>A<CA> central_sep2 -0.436515
+R<PHE>A<CA> R<TRP>A<CA> sep1 3.55012
+R<PHE>A<CA> R<TRP>A<CA> sep2 0.2071
+R<PHE>A<CA> R<TRP>A<CB> central_sep1 -0.947185
+R<PHE>A<CA> R<TRP>A<CB> central_sep2 -0.108651
+R<PHE>A<CA> R<TRP>A<CB> sep1 1.27973
+R<PHE>A<CA> R<TRP>A<CB> sep2 0.194821
+R<PHE>A<CA> R<TRP>A<CD1> central_sep1 0.092913
+R<PHE>A<CA> R<TRP>A<CD1> central_sep2 -0.479861
+R<PHE>A<CA> R<TRP>A<CD1> sep1 0.546173
+R<PHE>A<CA> R<TRP>A<CD1> sep2 -0.232175
+R<PHE>A<CA> R<TRP>A<CD2> central_sep1 0.421371
+R<PHE>A<CA> R<TRP>A<CD2> central_sep2 -0.00860169
+R<PHE>A<CA> R<TRP>A<CD2> sep1 0.501195
+R<PHE>A<CA> R<TRP>A<CD2> sep2 -1.031
+R<PHE>A<CA> R<TRP>A<CE2> central_sep1 0.798289
+R<PHE>A<CA> R<TRP>A<CE2> central_sep2 -0.53859
+R<PHE>A<CA> R<TRP>A<CE2> sep1 1.00321
+R<PHE>A<CA> R<TRP>A<CE2> sep2 -1.18317
+R<PHE>A<CA> R<TRP>A<CE3> central_sep1 -1.34089
+R<PHE>A<CA> R<TRP>A<CE3> central_sep2 -0.393819
+R<PHE>A<CA> R<TRP>A<CE3> sep1 0.848528
+R<PHE>A<CA> R<TRP>A<CE3> sep2 -0.564286
+R<PHE>A<CA> R<TRP>A<CG> central_sep1 0.557703
+R<PHE>A<CA> R<TRP>A<CG> central_sep2 0.246871
+R<PHE>A<CA> R<TRP>A<CG> sep1 0.862581
+R<PHE>A<CA> R<TRP>A<CG> sep2 -1.4787
+R<PHE>A<CA> R<TRP>A<CH2> central_sep1 2.11426
+R<PHE>A<CA> R<TRP>A<CH2> central_sep2 -0.856115
+R<PHE>A<CA> R<TRP>A<CH2> sep1 3.0066
+R<PHE>A<CA> R<TRP>A<CH2> sep2 -0.641873
+R<PHE>A<CA> R<TRP>A<CZ2> central_sep1 1.18188
+R<PHE>A<CA> R<TRP>A<CZ2> central_sep2 -0.711704
+R<PHE>A<CA> R<TRP>A<CZ2> sep1 2.61503
+R<PHE>A<CA> R<TRP>A<CZ2> sep2 -0.50538
+R<PHE>A<CA> R<TRP>A<CZ3> central_sep1 1.08409
+R<PHE>A<CA> R<TRP>A<CZ3> central_sep2 -1.11109
+R<PHE>A<CA> R<TRP>A<CZ3> sep1 0.616535
+R<PHE>A<CA> R<TRP>A<CZ3> sep2 -0.83962
+R<PHE>A<CA> R<TRP>A<N> central_sep1 2.28059
+R<PHE>A<CA> R<TRP>A<N> central_sep2 1.29761
+R<PHE>A<CA> R<TRP>A<N> sep1 -2.13343
+R<PHE>A<CA> R<TRP>A<N> sep2 0.896288
+R<PHE>A<CA> R<TRP>A<NE1> central_sep1 0.69933
+R<PHE>A<CA> R<TRP>A<NE1> central_sep2 -0.190364
+R<PHE>A<CA> R<TRP>A<NE1> sep1 1.68584
+R<PHE>A<CA> R<TRP>A<NE1> sep2 -0.677017
+R<PHE>A<CA> R<TRP>A<O> central_sep1 1.15325
+R<PHE>A<CA> R<TRP>A<O> central_sep2 -0.918417
+R<PHE>A<CA> R<TRP>A<O> sep1 -1.91408
+R<PHE>A<CA> R<TRP>A<O> sep2 0.208879
+R<PHE>A<CA> R<TYR>A<C> central_sep1 2.59874
+R<PHE>A<CA> R<TYR>A<C> central_sep2 2.68607
+R<PHE>A<CA> R<TYR>A<C> sep1 -2.81854
+R<PHE>A<CA> R<TYR>A<C> sep2 0.576224
+R<PHE>A<CA> R<TYR>A<CA> central_sep1 1.29794
+R<PHE>A<CA> R<TYR>A<CA> central_sep2 -0.239767
+R<PHE>A<CA> R<TYR>A<CA> sep1 3.34118
+R<PHE>A<CA> R<TYR>A<CA> sep2 0.336149
+R<PHE>A<CA> R<TYR>A<CB> central_sep1 -0.695063
+R<PHE>A<CA> R<TYR>A<CB> central_sep2 -0.325018
+R<PHE>A<CA> R<TYR>A<CB> sep1 1.40243
+R<PHE>A<CA> R<TYR>A<CB> sep2 0.069845
+R<PHE>A<CA> R<TYR>A<CD1> central_sep1 -0.24079
+R<PHE>A<CA> R<TYR>A<CD1> central_sep2 -0.387067
+R<PHE>A<CA> R<TYR>A<CD1> sep1 -0.117924
+R<PHE>A<CA> R<TYR>A<CD1> sep2 -0.394043
+R<PHE>A<CA> R<TYR>A<CE1> central_sep1 0.787524
+R<PHE>A<CA> R<TYR>A<CE1> central_sep2 -0.444877
+R<PHE>A<CA> R<TYR>A<CE1> sep1 1.24815
+R<PHE>A<CA> R<TYR>A<CE1> sep2 -0.394727
+R<PHE>A<CA> R<TYR>A<CG> central_sep1 0.809776
+R<PHE>A<CA> R<TYR>A<CG> central_sep2 0.167783
+R<PHE>A<CA> R<TYR>A<CG> sep1 0.983508
+R<PHE>A<CA> R<TYR>A<CG> sep2 -1.30676
+R<PHE>A<CA> R<TYR>A<CZ> central_sep1 0.765628
+R<PHE>A<CA> R<TYR>A<CZ> central_sep2 -0.572916
+R<PHE>A<CA> R<TYR>A<CZ> sep1 1.14269
+R<PHE>A<CA> R<TYR>A<CZ> sep2 -1.14066
+R<PHE>A<CA> R<TYR>A<N> central_sep1 2.52041
+R<PHE>A<CA> R<TYR>A<N> central_sep2 1.36015
+R<PHE>A<CA> R<TYR>A<N> sep1 -2.27782
+R<PHE>A<CA> R<TYR>A<N> sep2 0.989672
+R<PHE>A<CA> R<TYR>A<O> central_sep1 0.912876
+R<PHE>A<CA> R<TYR>A<O> central_sep2 -1.2299
+R<PHE>A<CA> R<TYR>A<O> sep1 -2.13571
+R<PHE>A<CA> R<TYR>A<O> sep2 0.285647
+R<PHE>A<CA> R<TYR>A<OH> central_sep1 1.80075
+R<PHE>A<CA> R<TYR>A<OH> central_sep2 -0.556187
+R<PHE>A<CA> R<TYR>A<OH> sep1 2.55807
+R<PHE>A<CA> R<TYR>A<OH> sep2 -0.32524
+R<PHE>A<CA> R<VAL>A<C> central_sep1 4.31413
+R<PHE>A<CA> R<VAL>A<C> central_sep2 2.90534
+R<PHE>A<CA> R<VAL>A<C> sep1 -2.84156
+R<PHE>A<CA> R<VAL>A<C> sep2 1.15756
+R<PHE>A<CA> R<VAL>A<CA> central_sep1 1.72119
+R<PHE>A<CA> R<VAL>A<CA> central_sep2 -0.110099
+R<PHE>A<CA> R<VAL>A<CA> sep1 3.80783
+R<PHE>A<CA> R<VAL>A<CA> sep2 0.288693
+R<PHE>A<CA> R<VAL>A<CB> central_sep1 -0.812253
+R<PHE>A<CA> R<VAL>A<CB> central_sep2 -0.639411
+R<PHE>A<CA> R<VAL>A<CB> sep1 1.29739
+R<PHE>A<CA> R<VAL>A<CB> sep2 -0.0275715
+R<PHE>A<CA> R<VAL>A<CG1> central_sep1 1.00353
+R<PHE>A<CA> R<VAL>A<CG1> central_sep2 -0.238614
+R<PHE>A<CA> R<VAL>A<CG1> sep1 1.3716
+R<PHE>A<CA> R<VAL>A<CG1> sep2 0.159553
+R<PHE>A<CA> R<VAL>A<CG2> central_sep1 0.0314369
+R<PHE>A<CA> R<VAL>A<CG2> central_sep2 -0.374103
+R<PHE>A<CA> R<VAL>A<CG2> sep1 1.32858
+R<PHE>A<CA> R<VAL>A<CG2> sep2 0.208733
+R<PHE>A<CA> R<VAL>A<N> central_sep1 2.50458
+R<PHE>A<CA> R<VAL>A<N> central_sep2 1.29418
+R<PHE>A<CA> R<VAL>A<N> sep1 -2.329
+R<PHE>A<CA> R<VAL>A<N> sep2 0.45157
+R<PHE>A<CA> R<VAL>A<O> central_sep1 1.15384
+R<PHE>A<CA> R<VAL>A<O> central_sep2 -1.35376
+R<PHE>A<CA> R<VAL>A<O> sep1 -2.05518
+R<PHE>A<CA> R<VAL>A<O> sep2 0.192144
+R<PHE>A<CA> c<solvent> . 1.57458
+R<PHE>A<CB> R<PHE>A<CB> central_sep1 -0.389391
+R<PHE>A<CB> R<PHE>A<CB> central_sep2 -1.42611
+R<PHE>A<CB> R<PHE>A<CB> sep1 1.80766
+R<PHE>A<CB> R<PHE>A<CB> sep2 -0.826917
+R<PHE>A<CB> R<PHE>A<CD1> central_sep1 -0.529765
+R<PHE>A<CB> R<PHE>A<CD1> central_sep2 -1.60517
+R<PHE>A<CB> R<PHE>A<CD1> sep1 0.640498
+R<PHE>A<CB> R<PHE>A<CD1> sep2 -1.41173
+R<PHE>A<CB> R<PHE>A<CE1> central_sep1 -0.887914
+R<PHE>A<CB> R<PHE>A<CE1> central_sep2 -1.82167
+R<PHE>A<CB> R<PHE>A<CE1> sep1 0.889061
+R<PHE>A<CB> R<PHE>A<CE1> sep2 -1.63842
+R<PHE>A<CB> R<PHE>A<CG> central_sep1 0.457223
+R<PHE>A<CB> R<PHE>A<CG> central_sep2 -1.28137
+R<PHE>A<CB> R<PHE>A<CG> sep1 0.365234
+R<PHE>A<CB> R<PHE>A<CG> sep2 -2.50512
+R<PHE>A<CB> R<PHE>A<CZ> central_sep1 -0.42993
+R<PHE>A<CB> R<PHE>A<CZ> central_sep2 -1.90207
+R<PHE>A<CB> R<PHE>A<CZ> sep1 0.674442
+R<PHE>A<CB> R<PHE>A<CZ> sep2 -1.63236
+R<PHE>A<CB> R<PHE>A<N> central_sep1 1.35142
+R<PHE>A<CB> R<PHE>A<N> central_sep2 0.580789
+R<PHE>A<CB> R<PHE>A<N> sep1 -1.08217
+R<PHE>A<CB> R<PHE>A<N> sep2 0.300644
+R<PHE>A<CB> R<PHE>A<O> central_sep1 -1.5019
+R<PHE>A<CB> R<PHE>A<O> central_sep2 -0.637598
+R<PHE>A<CB> R<PHE>A<O> sep1 0.463209
+R<PHE>A<CB> R<PHE>A<O> sep2 -0.803551
+R<PHE>A<CB> R<PRO>A<C> central_sep1 2.4117
+R<PHE>A<CB> R<PRO>A<C> central_sep2 1.13927
+R<PHE>A<CB> R<PRO>A<C> sep1 -0.220937
+R<PHE>A<CB> R<PRO>A<C> sep2 -0.0586976
+R<PHE>A<CB> R<PRO>A<CA> central_sep1 -0.262859
+R<PHE>A<CB> R<PRO>A<CA> central_sep2 -0.0976299
+R<PHE>A<CB> R<PRO>A<CA> sep1 1.05909
+R<PHE>A<CB> R<PRO>A<CA> sep2 0.17846
+R<PHE>A<CB> R<PRO>A<CB> central_sep1 0.602783
+R<PHE>A<CB> R<PRO>A<CB> central_sep2 -0.730637
+R<PHE>A<CB> R<PRO>A<CB> sep1 2.22298
+R<PHE>A<CB> R<PRO>A<CB> sep2 -0.49491
+R<PHE>A<CB> R<PRO>A<CD> central_sep1 -0.00882268
+R<PHE>A<CB> R<PRO>A<CD> central_sep2 -0.363465
+R<PHE>A<CB> R<PRO>A<CD> sep1 -0.253466
+R<PHE>A<CB> R<PRO>A<CD> sep2 -0.214566
+R<PHE>A<CB> R<PRO>A<CG> central_sep1 0.836823
+R<PHE>A<CB> R<PRO>A<CG> central_sep2 -0.920838
+R<PHE>A<CB> R<PRO>A<CG> sep1 2.05416
+R<PHE>A<CB> R<PRO>A<CG> sep2 -0.821233
+R<PHE>A<CB> R<PRO>A<N> central_sep1 1.83075
+R<PHE>A<CB> R<PRO>A<N> central_sep2 0.696149
+R<PHE>A<CB> R<PRO>A<N> sep1 -1.09803
+R<PHE>A<CB> R<PRO>A<N> sep2 -0.480323
+R<PHE>A<CB> R<PRO>A<O> central_sep1 -1.15194
+R<PHE>A<CB> R<PRO>A<O> central_sep2 -0.220405
+R<PHE>A<CB> R<PRO>A<O> sep1 -0.151508
+R<PHE>A<CB> R<PRO>A<O> sep2 0.161893
+R<PHE>A<CB> R<SER>A<C> central_sep1 1.83143
+R<PHE>A<CB> R<SER>A<C> central_sep2 0.651451
+R<PHE>A<CB> R<SER>A<C> sep1 -0.398965
+R<PHE>A<CB> R<SER>A<C> sep2 -0.157168
+R<PHE>A<CB> R<SER>A<CA> central_sep1 -0.102847
+R<PHE>A<CB> R<SER>A<CA> central_sep2 0.025919
+R<PHE>A<CB> R<SER>A<CA> sep1 1.65829
+R<PHE>A<CB> R<SER>A<CA> sep2 0.148219
+R<PHE>A<CB> R<SER>A<CB> central_sep1 0.473039
+R<PHE>A<CB> R<SER>A<CB> central_sep2 -0.561205
+R<PHE>A<CB> R<SER>A<CB> sep1 1.87042
+R<PHE>A<CB> R<SER>A<CB> sep2 -0.136544
+R<PHE>A<CB> R<SER>A<N> central_sep1 0.681693
+R<PHE>A<CB> R<SER>A<N> central_sep2 0.849742
+R<PHE>A<CB> R<SER>A<N> sep1 -1.26829
+R<PHE>A<CB> R<SER>A<N> sep2 0.627134
+R<PHE>A<CB> R<SER>A<O> central_sep1 -1.29006
+R<PHE>A<CB> R<SER>A<O> central_sep2 -0.221629
+R<PHE>A<CB> R<SER>A<O> sep1 0.0797148
+R<PHE>A<CB> R<SER>A<O> sep2 -0.0990851
+R<PHE>A<CB> R<SER>A<OG> central_sep1 -0.352446
+R<PHE>A<CB> R<SER>A<OG> central_sep2 -0.477189
+R<PHE>A<CB> R<SER>A<OG> sep1 1.50755
+R<PHE>A<CB> R<SER>A<OG> sep2 -0.111065
+R<PHE>A<CB> R<THR>A<C> central_sep1 2.06573
+R<PHE>A<CB> R<THR>A<C> central_sep2 0.571769
+R<PHE>A<CB> R<THR>A<C> sep1 -0.417174
+R<PHE>A<CB> R<THR>A<C> sep2 -0.269359
+R<PHE>A<CB> R<THR>A<CA> central_sep1 -0.223646
+R<PHE>A<CB> R<THR>A<CA> central_sep2 0.0961587
+R<PHE>A<CB> R<THR>A<CA> sep1 1.75458
+R<PHE>A<CB> R<THR>A<CA> sep2 0.360735
+R<PHE>A<CB> R<THR>A<CB> central_sep1 0.304083
+R<PHE>A<CB> R<THR>A<CB> central_sep2 -0.565805
+R<PHE>A<CB> R<THR>A<CB> sep1 1.51956
+R<PHE>A<CB> R<THR>A<CB> sep2 -0.404238
+R<PHE>A<CB> R<THR>A<CG2> central_sep1 0.147955
+R<PHE>A<CB> R<THR>A<CG2> central_sep2 -0.747689
+R<PHE>A<CB> R<THR>A<CG2> sep1 1.42463
+R<PHE>A<CB> R<THR>A<CG2> sep2 -0.0762748
+R<PHE>A<CB> R<THR>A<N> central_sep1 1.04753
+R<PHE>A<CB> R<THR>A<N> central_sep2 1.10644
+R<PHE>A<CB> R<THR>A<N> sep1 -1.30058
+R<PHE>A<CB> R<THR>A<N> sep2 0.779574
+R<PHE>A<CB> R<THR>A<O> central_sep1 -1.21467
+R<PHE>A<CB> R<THR>A<O> central_sep2 -0.257909
+R<PHE>A<CB> R<THR>A<O> sep1 0.174557
+R<PHE>A<CB> R<THR>A<O> sep2 -0.407871
+R<PHE>A<CB> R<THR>A<OG1> central_sep1 -0.233185
+R<PHE>A<CB> R<THR>A<OG1> central_sep2 -0.424776
+R<PHE>A<CB> R<THR>A<OG1> sep1 1.44704
+R<PHE>A<CB> R<THR>A<OG1> sep2 0.0606801
+R<PHE>A<CB> R<TRP>A<C> central_sep1 1.18937
+R<PHE>A<CB> R<TRP>A<C> central_sep2 0.671541
+R<PHE>A<CB> R<TRP>A<C> sep1 -0.264687
+R<PHE>A<CB> R<TRP>A<C> sep2 -0.448771
+R<PHE>A<CB> R<TRP>A<CA> central_sep1 -0.885753
+R<PHE>A<CB> R<TRP>A<CA> central_sep2 -0.242477
+R<PHE>A<CB> R<TRP>A<CA> sep1 1.51211
+R<PHE>A<CB> R<TRP>A<CA> sep2 0.172825
+R<PHE>A<CB> R<TRP>A<CB> central_sep1 -0.251123
+R<PHE>A<CB> R<TRP>A<CB> central_sep2 -1.40616
+R<PHE>A<CB> R<TRP>A<CB> sep1 1.79684
+R<PHE>A<CB> R<TRP>A<CB> sep2 -0.57379
+R<PHE>A<CB> R<TRP>A<CD1> central_sep1 -0.252937
+R<PHE>A<CB> R<TRP>A<CD1> central_sep2 -1.1825
+R<PHE>A<CB> R<TRP>A<CD1> sep1 1.04767
+R<PHE>A<CB> R<TRP>A<CD1> sep2 -0.759348
+R<PHE>A<CB> R<TRP>A<CD2> central_sep1 -0.491118
+R<PHE>A<CB> R<TRP>A<CD2> central_sep2 -1.4921
+R<PHE>A<CB> R<TRP>A<CD2> sep1 0.0439273
+R<PHE>A<CB> R<TRP>A<CD2> sep2 -1.78196
+R<PHE>A<CB> R<TRP>A<CE2> central_sep1 -1.01698
+R<PHE>A<CB> R<TRP>A<CE2> central_sep2 -1.66472
+R<PHE>A<CB> R<TRP>A<CE2> sep1 -0.0313119
+R<PHE>A<CB> R<TRP>A<CE2> sep2 -1.86335
+R<PHE>A<CB> R<TRP>A<CE3> central_sep1 -0.888267
+R<PHE>A<CB> R<TRP>A<CE3> central_sep2 -1.5997
+R<PHE>A<CB> R<TRP>A<CE3> sep1 0.505668
+R<PHE>A<CB> R<TRP>A<CE3> sep2 -1.21134
+R<PHE>A<CB> R<TRP>A<CG> central_sep1 0.270655
+R<PHE>A<CB> R<TRP>A<CG> central_sep2 -0.992678
+R<PHE>A<CB> R<TRP>A<CG> sep1 0.26891
+R<PHE>A<CB> R<TRP>A<CG> sep2 -2.25414
+R<PHE>A<CB> R<TRP>A<CH2> central_sep1 0.535702
+R<PHE>A<CB> R<TRP>A<CH2> central_sep2 -1.7385
+R<PHE>A<CB> R<TRP>A<CH2> sep1 1.45726
+R<PHE>A<CB> R<TRP>A<CH2> sep2 -1.52197
+R<PHE>A<CB> R<TRP>A<CZ2> central_sep1 -0.00984607
+R<PHE>A<CB> R<TRP>A<CZ2> central_sep2 -1.46004
+R<PHE>A<CB> R<TRP>A<CZ2> sep1 1.70123
+R<PHE>A<CB> R<TRP>A<CZ2> sep2 -1.29209
+R<PHE>A<CB> R<TRP>A<CZ3> central_sep1 -0.237832
+R<PHE>A<CB> R<TRP>A<CZ3> central_sep2 -1.79368
+R<PHE>A<CB> R<TRP>A<CZ3> sep1 1.16925
+R<PHE>A<CB> R<TRP>A<CZ3> sep2 -1.45795
+R<PHE>A<CB> R<TRP>A<N> central_sep1 1.41861
+R<PHE>A<CB> R<TRP>A<N> central_sep2 0.801239
+R<PHE>A<CB> R<TRP>A<N> sep1 -1.17403
+R<PHE>A<CB> R<TRP>A<N> sep2 0.299535
+R<PHE>A<CB> R<TRP>A<NE1> central_sep1 -0.156607
+R<PHE>A<CB> R<TRP>A<NE1> central_sep2 -0.976655
+R<PHE>A<CB> R<TRP>A<NE1> sep1 0.876375
+R<PHE>A<CB> R<TRP>A<NE1> sep2 -1.21328
+R<PHE>A<CB> R<TRP>A<O> central_sep1 -1.36014
+R<PHE>A<CB> R<TRP>A<O> central_sep2 -0.592016
+R<PHE>A<CB> R<TRP>A<O> sep1 0.393642
+R<PHE>A<CB> R<TRP>A<O> sep2 -0.502584
+R<PHE>A<CB> R<TYR>A<C> central_sep1 1.44812
+R<PHE>A<CB> R<TYR>A<C> central_sep2 0.7125
+R<PHE>A<CB> R<TYR>A<C> sep1 -0.354038
+R<PHE>A<CB> R<TYR>A<C> sep2 -0.525893
+R<PHE>A<CB> R<TYR>A<CA> central_sep1 -0.712946
+R<PHE>A<CB> R<TYR>A<CA> central_sep2 -0.176696
+R<PHE>A<CB> R<TYR>A<CA> sep1 1.37967
+R<PHE>A<CB> R<TYR>A<CA> sep2 0.225293
+R<PHE>A<CB> R<TYR>A<CB> central_sep1 -0.297257
+R<PHE>A<CB> R<TYR>A<CB> central_sep2 -1.36177
+R<PHE>A<CB> R<TYR>A<CB> sep1 1.68262
+R<PHE>A<CB> R<TYR>A<CB> sep2 -0.66629
+R<PHE>A<CB> R<TYR>A<CD1> central_sep1 -0.309199
+R<PHE>A<CB> R<TYR>A<CD1> central_sep2 -1.34595
+R<PHE>A<CB> R<TYR>A<CD1> sep1 1.02375
+R<PHE>A<CB> R<TYR>A<CD1> sep2 -1.00688
+R<PHE>A<CB> R<TYR>A<CE1> central_sep1 -0.419099
+R<PHE>A<CB> R<TYR>A<CE1> central_sep2 -1.32929
+R<PHE>A<CB> R<TYR>A<CE1> sep1 1.23288
+R<PHE>A<CB> R<TYR>A<CE1> sep2 -1.11801
+R<PHE>A<CB> R<TYR>A<CG> central_sep1 0.548056
+R<PHE>A<CB> R<TYR>A<CG> central_sep2 -1.24219
+R<PHE>A<CB> R<TYR>A<CG> sep1 0.716182
+R<PHE>A<CB> R<TYR>A<CG> sep2 -2.2379
+R<PHE>A<CB> R<TYR>A<CZ> central_sep1 -0.586872
+R<PHE>A<CB> R<TYR>A<CZ> central_sep2 -1.46823
+R<PHE>A<CB> R<TYR>A<CZ> sep1 0.208906
+R<PHE>A<CB> R<TYR>A<CZ> sep2 -1.89038
+R<PHE>A<CB> R<TYR>A<N> central_sep1 1.26277
+R<PHE>A<CB> R<TYR>A<N> central_sep2 0.739254
+R<PHE>A<CB> R<TYR>A<N> sep1 -1.25521
+R<PHE>A<CB> R<TYR>A<N> sep2 0.467764
+R<PHE>A<CB> R<TYR>A<O> central_sep1 -1.37671
+R<PHE>A<CB> R<TYR>A<O> central_sep2 -0.525447
+R<PHE>A<CB> R<TYR>A<O> sep1 0.296088
+R<PHE>A<CB> R<TYR>A<O> sep2 -0.721649
+R<PHE>A<CB> R<TYR>A<OH> central_sep1 0.921635
+R<PHE>A<CB> R<TYR>A<OH> central_sep2 -1.07025
+R<PHE>A<CB> R<TYR>A<OH> sep1 1.71477
+R<PHE>A<CB> R<TYR>A<OH> sep2 -0.89538
+R<PHE>A<CB> R<VAL>A<C> central_sep1 2.63319
+R<PHE>A<CB> R<VAL>A<C> central_sep2 0.961343
+R<PHE>A<CB> R<VAL>A<C> sep1 -0.156517
+R<PHE>A<CB> R<VAL>A<C> sep2 -0.392867
+R<PHE>A<CB> R<VAL>A<CA> central_sep1 -0.622098
+R<PHE>A<CB> R<VAL>A<CA> central_sep2 -0.292081
+R<PHE>A<CB> R<VAL>A<CA> sep1 1.56101
+R<PHE>A<CB> R<VAL>A<CA> sep2 0.416711
+R<PHE>A<CB> R<VAL>A<CB> central_sep1 -0.133726
+R<PHE>A<CB> R<VAL>A<CB> central_sep2 -1.39354
+R<PHE>A<CB> R<VAL>A<CB> sep1 1.36372
+R<PHE>A<CB> R<VAL>A<CB> sep2 -0.969851
+R<PHE>A<CB> R<VAL>A<CG1> central_sep1 -0.147825
+R<PHE>A<CB> R<VAL>A<CG1> central_sep2 -1.44678
+R<PHE>A<CB> R<VAL>A<CG1> sep1 1.58184
+R<PHE>A<CB> R<VAL>A<CG1> sep2 -0.595862
+R<PHE>A<CB> R<VAL>A<CG2> central_sep1 -0.558436
+R<PHE>A<CB> R<VAL>A<CG2> central_sep2 -1.45987
+R<PHE>A<CB> R<VAL>A<CG2> sep1 1.54258
+R<PHE>A<CB> R<VAL>A<CG2> sep2 -0.603106
+R<PHE>A<CB> R<VAL>A<N> central_sep1 1.73712
+R<PHE>A<CB> R<VAL>A<N> central_sep2 0.903998
+R<PHE>A<CB> R<VAL>A<N> sep1 -1.10235
+R<PHE>A<CB> R<VAL>A<N> sep2 0.544193
+R<PHE>A<CB> R<VAL>A<O> central_sep1 -1.2223
+R<PHE>A<CB> R<VAL>A<O> central_sep2 -0.382467
+R<PHE>A<CB> R<VAL>A<O> sep1 0.499201
+R<PHE>A<CB> R<VAL>A<O> sep2 -0.762625
+R<PHE>A<CB> c<solvent> . 0.985909
+R<PHE>A<CD1> R<PHE>A<CD1> central_sep1 -0.955088
+R<PHE>A<CD1> R<PHE>A<CD1> central_sep2 -1.60339
+R<PHE>A<CD1> R<PHE>A<CD1> sep1 0.766259
+R<PHE>A<CD1> R<PHE>A<CD1> sep2 -1.76656
+R<PHE>A<CD1> R<PHE>A<CE1> central_sep1 -0.495609
+R<PHE>A<CD1> R<PHE>A<CE1> central_sep2 -1.68623
+R<PHE>A<CD1> R<PHE>A<CE1> sep1 0.69107
+R<PHE>A<CD1> R<PHE>A<CE1> sep2 -1.84661
+R<PHE>A<CD1> R<PHE>A<CG> central_sep1 -0.224534
+R<PHE>A<CD1> R<PHE>A<CG> central_sep2 -1.75846
+R<PHE>A<CD1> R<PHE>A<CG> sep1 -0.153204
+R<PHE>A<CD1> R<PHE>A<CG> sep2 -2.49936
+R<PHE>A<CD1> R<PHE>A<CZ> central_sep1 -0.415488
+R<PHE>A<CD1> R<PHE>A<CZ> central_sep2 -1.74437
+R<PHE>A<CD1> R<PHE>A<CZ> sep1 0.894793
+R<PHE>A<CD1> R<PHE>A<CZ> sep2 -1.92677
+R<PHE>A<CD1> R<PHE>A<N> central_sep1 0.308037
+R<PHE>A<CD1> R<PHE>A<N> central_sep2 0.505406
+R<PHE>A<CD1> R<PHE>A<N> sep1 0.0970012
+R<PHE>A<CD1> R<PHE>A<N> sep2 -0.0325234
+R<PHE>A<CD1> R<PHE>A<O> central_sep1 -0.726602
+R<PHE>A<CD1> R<PHE>A<O> central_sep2 -0.675501
+R<PHE>A<CD1> R<PHE>A<O> sep1 0.791799
+R<PHE>A<CD1> R<PHE>A<O> sep2 -0.187799
+R<PHE>A<CD1> R<PRO>A<C> central_sep1 -0.0900863
+R<PHE>A<CD1> R<PRO>A<C> central_sep2 0.470956
+R<PHE>A<CD1> R<PRO>A<C> sep1 -0.268747
+R<PHE>A<CD1> R<PRO>A<C> sep2 -0.179933
+R<PHE>A<CD1> R<PRO>A<CA> central_sep1 -0.144511
+R<PHE>A<CD1> R<PRO>A<CA> central_sep2 -0.396079
+R<PHE>A<CD1> R<PRO>A<CA> sep1 0.829008
+R<PHE>A<CD1> R<PRO>A<CA> sep2 -0.174435
+R<PHE>A<CD1> R<PRO>A<CB> central_sep1 0.065647
+R<PHE>A<CD1> R<PRO>A<CB> central_sep2 -0.795849
+R<PHE>A<CD1> R<PRO>A<CB> sep1 1.21914
+R<PHE>A<CD1> R<PRO>A<CB> sep2 -0.767777
+R<PHE>A<CD1> R<PRO>A<CD> central_sep1 -0.388011
+R<PHE>A<CD1> R<PRO>A<CD> central_sep2 -0.511669
+R<PHE>A<CD1> R<PRO>A<CD> sep1 0.331409
+R<PHE>A<CD1> R<PRO>A<CD> sep2 -0.537027
+R<PHE>A<CD1> R<PRO>A<CG> central_sep1 0.136353
+R<PHE>A<CD1> R<PRO>A<CG> central_sep2 -0.862293
+R<PHE>A<CD1> R<PRO>A<CG> sep1 1.48574
+R<PHE>A<CD1> R<PRO>A<CG> sep2 -0.975819
+R<PHE>A<CD1> R<PRO>A<N> central_sep1 -0.728219
+R<PHE>A<CD1> R<PRO>A<N> central_sep2 -0.136865
+R<PHE>A<CD1> R<PRO>A<N> sep1 -0.36374
+R<PHE>A<CD1> R<PRO>A<N> sep2 -0.987921
+R<PHE>A<CD1> R<PRO>A<O> central_sep1 -0.687831
+R<PHE>A<CD1> R<PRO>A<O> central_sep2 -0.0786448
+R<PHE>A<CD1> R<PRO>A<O> sep1 0.797016
+R<PHE>A<CD1> R<PRO>A<O> sep2 0.338688
+R<PHE>A<CD1> R<SER>A<C> central_sep1 -0.632299
+R<PHE>A<CD1> R<SER>A<C> central_sep2 -0.0866816
+R<PHE>A<CD1> R<SER>A<C> sep1 -0.637728
+R<PHE>A<CD1> R<SER>A<C> sep2 -0.535348
+R<PHE>A<CD1> R<SER>A<CA> central_sep1 0.326409
+R<PHE>A<CD1> R<SER>A<CA> central_sep2 -0.238287
+R<PHE>A<CD1> R<SER>A<CA> sep1 -0.0616408
+R<PHE>A<CD1> R<SER>A<CA> sep2 -0.30519
+R<PHE>A<CD1> R<SER>A<CB> central_sep1 0.139802
+R<PHE>A<CD1> R<SER>A<CB> central_sep2 -0.638039
+R<PHE>A<CD1> R<SER>A<CB> sep1 1.31228
+R<PHE>A<CD1> R<SER>A<CB> sep2 -0.436847
+R<PHE>A<CD1> R<SER>A<N> central_sep1 0.286113
+R<PHE>A<CD1> R<SER>A<N> central_sep2 0.727295
+R<PHE>A<CD1> R<SER>A<N> sep1 0.102929
+R<PHE>A<CD1> R<SER>A<N> sep2 0.322712
+R<PHE>A<CD1> R<SER>A<O> central_sep1 -0.4303
+R<PHE>A<CD1> R<SER>A<O> central_sep2 -0.166492
+R<PHE>A<CD1> R<SER>A<O> sep1 0.84785
+R<PHE>A<CD1> R<SER>A<O> sep2 0.30036
+R<PHE>A<CD1> R<SER>A<OG> central_sep1 -0.205487
+R<PHE>A<CD1> R<SER>A<OG> central_sep2 -0.179772
+R<PHE>A<CD1> R<SER>A<OG> sep1 1.37784
+R<PHE>A<CD1> R<SER>A<OG> sep2 -0.168977
+R<PHE>A<CD1> R<THR>A<C> central_sep1 -0.799165
+R<PHE>A<CD1> R<THR>A<C> central_sep2 -0.198683
+R<PHE>A<CD1> R<THR>A<C> sep1 -0.799527
+R<PHE>A<CD1> R<THR>A<C> sep2 -0.52921
+R<PHE>A<CD1> R<THR>A<CA> central_sep1 0.433999
+R<PHE>A<CD1> R<THR>A<CA> central_sep2 -0.052415
+R<PHE>A<CD1> R<THR>A<CA> sep1 -0.0877938
+R<PHE>A<CD1> R<THR>A<CA> sep2 -0.159164
+R<PHE>A<CD1> R<THR>A<CB> central_sep1 -0.104232
+R<PHE>A<CD1> R<THR>A<CB> central_sep2 -0.471175
+R<PHE>A<CD1> R<THR>A<CB> sep1 1.20495
+R<PHE>A<CD1> R<THR>A<CB> sep2 -0.686718
+R<PHE>A<CD1> R<THR>A<CG2> central_sep1 -0.0147783
+R<PHE>A<CD1> R<THR>A<CG2> central_sep2 -0.818737
+R<PHE>A<CD1> R<THR>A<CG2> sep1 1.15356
+R<PHE>A<CD1> R<THR>A<CG2> sep2 -0.549279
+R<PHE>A<CD1> R<THR>A<N> central_sep1 0.493915
+R<PHE>A<CD1> R<THR>A<N> central_sep2 1.06503
+R<PHE>A<CD1> R<THR>A<N> sep1 0.107308
+R<PHE>A<CD1> R<THR>A<N> sep2 0.507602
+R<PHE>A<CD1> R<THR>A<O> central_sep1 -0.645695
+R<PHE>A<CD1> R<THR>A<O> central_sep2 -0.219987
+R<PHE>A<CD1> R<THR>A<O> sep1 0.711674
+R<PHE>A<CD1> R<THR>A<O> sep2 0.345718
+R<PHE>A<CD1> R<THR>A<OG1> central_sep1 0.032396
+R<PHE>A<CD1> R<THR>A<OG1> central_sep2 -0.225037
+R<PHE>A<CD1> R<THR>A<OG1> sep1 1.35722
+R<PHE>A<CD1> R<THR>A<OG1> sep2 -0.0794171
+R<PHE>A<CD1> R<TRP>A<C> central_sep1 -0.786474
+R<PHE>A<CD1> R<TRP>A<C> central_sep2 -0.30439
+R<PHE>A<CD1> R<TRP>A<C> sep1 -0.570419
+R<PHE>A<CD1> R<TRP>A<C> sep2 -0.828274
+R<PHE>A<CD1> R<TRP>A<CA> central_sep1 -0.0431154
+R<PHE>A<CD1> R<TRP>A<CA> central_sep2 -0.395323
+R<PHE>A<CD1> R<TRP>A<CA> sep1 -0.189816
+R<PHE>A<CD1> R<TRP>A<CA> sep2 -0.379822
+R<PHE>A<CD1> R<TRP>A<CB> central_sep1 -0.447584
+R<PHE>A<CD1> R<TRP>A<CB> central_sep2 -1.48707
+R<PHE>A<CD1> R<TRP>A<CB> sep1 0.78391
+R<PHE>A<CD1> R<TRP>A<CB> sep2 -1.21757
+R<PHE>A<CD1> R<TRP>A<CD1> central_sep1 -0.349371
+R<PHE>A<CD1> R<TRP>A<CD1> central_sep2 -1.04718
+R<PHE>A<CD1> R<TRP>A<CD1> sep1 1.26936
+R<PHE>A<CD1> R<TRP>A<CD1> sep2 -1.23672
+R<PHE>A<CD1> R<TRP>A<CD2> central_sep1 -1.07
+R<PHE>A<CD1> R<TRP>A<CD2> central_sep2 -1.69534
+R<PHE>A<CD1> R<TRP>A<CD2> sep1 0.410518
+R<PHE>A<CD1> R<TRP>A<CD2> sep2 -1.80278
+R<PHE>A<CD1> R<TRP>A<CE2> central_sep1 -0.941804
+R<PHE>A<CD1> R<TRP>A<CE2> central_sep2 -1.40495
+R<PHE>A<CD1> R<TRP>A<CE2> sep1 0.361932
+R<PHE>A<CD1> R<TRP>A<CE2> sep2 -1.93634
+R<PHE>A<CD1> R<TRP>A<CE3> central_sep1 -1.07939
+R<PHE>A<CD1> R<TRP>A<CE3> central_sep2 -1.48134
+R<PHE>A<CD1> R<TRP>A<CE3> sep1 0.28279
+R<PHE>A<CD1> R<TRP>A<CE3> sep2 -1.55735
+R<PHE>A<CD1> R<TRP>A<CG> central_sep1 -0.198214
+R<PHE>A<CD1> R<TRP>A<CG> central_sep2 -1.61245
+R<PHE>A<CD1> R<TRP>A<CG> sep1 -0.126293
+R<PHE>A<CD1> R<TRP>A<CG> sep2 -2.45692
+R<PHE>A<CD1> R<TRP>A<CH2> central_sep1 0.368648
+R<PHE>A<CD1> R<TRP>A<CH2> central_sep2 -1.50669
+R<PHE>A<CD1> R<TRP>A<CH2> sep1 1.15771
+R<PHE>A<CD1> R<TRP>A<CH2> sep2 -1.652
+R<PHE>A<CD1> R<TRP>A<CZ2> central_sep1 0.0158573
+R<PHE>A<CD1> R<TRP>A<CZ2> central_sep2 -1.2256
+R<PHE>A<CD1> R<TRP>A<CZ2> sep1 1.14473
+R<PHE>A<CD1> R<TRP>A<CZ2> sep2 -1.5172
+R<PHE>A<CD1> R<TRP>A<CZ3> central_sep1 -0.673352
+R<PHE>A<CD1> R<TRP>A<CZ3> central_sep2 -1.58084
+R<PHE>A<CD1> R<TRP>A<CZ3> sep1 0.924787
+R<PHE>A<CD1> R<TRP>A<CZ3> sep2 -1.70895
+R<PHE>A<CD1> R<TRP>A<N> central_sep1 -0.0144881
+R<PHE>A<CD1> R<TRP>A<N> central_sep2 0.479853
+R<PHE>A<CD1> R<TRP>A<N> sep1 0.0620948
+R<PHE>A<CD1> R<TRP>A<N> sep2 -0.00333432
+R<PHE>A<CD1> R<TRP>A<NE1> central_sep1 -0.0342232
+R<PHE>A<CD1> R<TRP>A<NE1> central_sep2 -0.847407
+R<PHE>A<CD1> R<TRP>A<NE1> sep1 0.91896
+R<PHE>A<CD1> R<TRP>A<NE1> sep2 -1.19349
+R<PHE>A<CD1> R<TRP>A<O> central_sep1 -0.705359
+R<PHE>A<CD1> R<TRP>A<O> central_sep2 -0.527625
+R<PHE>A<CD1> R<TRP>A<O> sep1 0.737264
+R<PHE>A<CD1> R<TRP>A<O> sep2 -0.0436352
+R<PHE>A<CD1> R<TYR>A<C> central_sep1 -0.823387
+R<PHE>A<CD1> R<TYR>A<C> central_sep2 -0.359312
+R<PHE>A<CD1> R<TYR>A<C> sep1 -0.777986
+R<PHE>A<CD1> R<TYR>A<C> sep2 -0.844698
+R<PHE>A<CD1> R<TYR>A<CA> central_sep1 -0.120213
+R<PHE>A<CD1> R<TYR>A<CA> central_sep2 -0.441265
+R<PHE>A<CD1> R<TYR>A<CA> sep1 -0.102675
+R<PHE>A<CD1> R<TYR>A<CA> sep2 -0.505716
+R<PHE>A<CD1> R<TYR>A<CB> central_sep1 -0.632498
+R<PHE>A<CD1> R<TYR>A<CB> central_sep2 -1.48671
+R<PHE>A<CD1> R<TYR>A<CB> sep1 0.657102
+R<PHE>A<CD1> R<TYR>A<CB> sep2 -1.33716
+R<PHE>A<CD1> R<TYR>A<CD1> central_sep1 -0.822729
+R<PHE>A<CD1> R<TYR>A<CD1> central_sep2 -1.34346
+R<PHE>A<CD1> R<TYR>A<CD1> sep1 0.914799
+R<PHE>A<CD1> R<TYR>A<CD1> sep2 -1.49234
+R<PHE>A<CD1> R<TYR>A<CE1> central_sep1 -0.216937
+R<PHE>A<CD1> R<TYR>A<CE1> central_sep2 -1.15212
+R<PHE>A<CD1> R<TYR>A<CE1> sep1 0.994406
+R<PHE>A<CD1> R<TYR>A<CE1> sep2 -1.338
+R<PHE>A<CD1> R<TYR>A<CG> central_sep1 -0.0857177
+R<PHE>A<CD1> R<TYR>A<CG> central_sep2 -1.53908
+R<PHE>A<CD1> R<TYR>A<CG> sep1 -0.0461061
+R<PHE>A<CD1> R<TYR>A<CG> sep2 -2.3522
+R<PHE>A<CD1> R<TYR>A<CZ> central_sep1 -0.38871
+R<PHE>A<CD1> R<TYR>A<CZ> central_sep2 -1.17127
+R<PHE>A<CD1> R<TYR>A<CZ> sep1 0.515315
+R<PHE>A<CD1> R<TYR>A<CZ> sep2 -1.76382
+R<PHE>A<CD1> R<TYR>A<N> central_sep1 0.19299
+R<PHE>A<CD1> R<TYR>A<N> central_sep2 0.503665
+R<PHE>A<CD1> R<TYR>A<N> sep1 0.00329384
+R<PHE>A<CD1> R<TYR>A<N> sep2 -0.0350675
+R<PHE>A<CD1> R<TYR>A<O> central_sep1 -0.784513
+R<PHE>A<CD1> R<TYR>A<O> central_sep2 -0.64012
+R<PHE>A<CD1> R<TYR>A<O> sep1 0.631748
+R<PHE>A<CD1> R<TYR>A<O> sep2 -0.0422126
+R<PHE>A<CD1> R<TYR>A<OH> central_sep1 0.531091
+R<PHE>A<CD1> R<TYR>A<OH> central_sep2 -0.776428
+R<PHE>A<CD1> R<TYR>A<OH> sep1 1.96249
+R<PHE>A<CD1> R<TYR>A<OH> sep2 -0.842278
+R<PHE>A<CD1> R<VAL>A<C> central_sep1 -0.670823
+R<PHE>A<CD1> R<VAL>A<C> central_sep2 -0.121361
+R<PHE>A<CD1> R<VAL>A<C> sep1 -0.873729
+R<PHE>A<CD1> R<VAL>A<C> sep2 -0.66923
+R<PHE>A<CD1> R<VAL>A<CA> central_sep1 0.202359
+R<PHE>A<CD1> R<VAL>A<CA> central_sep2 -0.0114359
+R<PHE>A<CD1> R<VAL>A<CA> sep1 -0.0239475
+R<PHE>A<CD1> R<VAL>A<CA> sep2 -0.228865
+R<PHE>A<CD1> R<VAL>A<CB> central_sep1 -0.332121
+R<PHE>A<CD1> R<VAL>A<CB> central_sep2 -1.24792
+R<PHE>A<CD1> R<VAL>A<CB> sep1 0.801401
+R<PHE>A<CD1> R<VAL>A<CB> sep2 -1.47886
+R<PHE>A<CD1> R<VAL>A<CG1> central_sep1 -0.371301
+R<PHE>A<CD1> R<VAL>A<CG1> central_sep2 -1.4696
+R<PHE>A<CD1> R<VAL>A<CG1> sep1 0.885876
+R<PHE>A<CD1> R<VAL>A<CG1> sep2 -1.17566
+R<PHE>A<CD1> R<VAL>A<CG2> central_sep1 -0.409758
+R<PHE>A<CD1> R<VAL>A<CG2> central_sep2 -1.50198
+R<PHE>A<CD1> R<VAL>A<CG2> sep1 0.722978
+R<PHE>A<CD1> R<VAL>A<CG2> sep2 -1.22055
+R<PHE>A<CD1> R<VAL>A<N> central_sep1 0.42893
+R<PHE>A<CD1> R<VAL>A<N> central_sep2 0.682678
+R<PHE>A<CD1> R<VAL>A<N> sep1 0.0302787
+R<PHE>A<CD1> R<VAL>A<N> sep2 0.242834
+R<PHE>A<CD1> R<VAL>A<O> central_sep1 -0.716791
+R<PHE>A<CD1> R<VAL>A<O> central_sep2 -0.621923
+R<PHE>A<CD1> R<VAL>A<O> sep1 0.700561
+R<PHE>A<CD1> R<VAL>A<O> sep2 0.0471862
+R<PHE>A<CD1> c<solvent> . 0.978377
+R<PHE>A<CE1> R<PHE>A<CE1> central_sep1 -0.239934
+R<PHE>A<CE1> R<PHE>A<CE1> central_sep2 -1.76715
+R<PHE>A<CE1> R<PHE>A<CE1> sep1 0.745978
+R<PHE>A<CE1> R<PHE>A<CE1> sep2 -1.94755
+R<PHE>A<CE1> R<PHE>A<CG> central_sep1 0.384307
+R<PHE>A<CE1> R<PHE>A<CG> central_sep2 -1.85229
+R<PHE>A<CE1> R<PHE>A<CG> sep1 -0.0969367
+R<PHE>A<CE1> R<PHE>A<CG> sep2 -2.86084
+R<PHE>A<CE1> R<PHE>A<CZ> central_sep1 0.423126
+R<PHE>A<CE1> R<PHE>A<CZ> central_sep2 -1.85695
+R<PHE>A<CE1> R<PHE>A<CZ> sep1 0.937355
+R<PHE>A<CE1> R<PHE>A<CZ> sep2 -2.04475
+R<PHE>A<CE1> R<PHE>A<N> central_sep1 1.76748
+R<PHE>A<CE1> R<PHE>A<N> central_sep2 -0.0189581
+R<PHE>A<CE1> R<PHE>A<N> sep1 2.13244
+R<PHE>A<CE1> R<PHE>A<N> sep2 -0.253872
+R<PHE>A<CE1> R<PHE>A<O> central_sep1 0.496436
+R<PHE>A<CE1> R<PHE>A<O> central_sep2 -0.429689
+R<PHE>A<CE1> R<PHE>A<O> sep1 1.35733
+R<PHE>A<CE1> R<PHE>A<O> sep2 -0.216301
+R<PHE>A<CE1> R<PRO>A<C> central_sep1 1.33845
+R<PHE>A<CE1> R<PRO>A<C> central_sep2 0.41191
+R<PHE>A<CE1> R<PRO>A<C> sep1 1.76987
+R<PHE>A<CE1> R<PRO>A<C> sep2 -0.147511
+R<PHE>A<CE1> R<PRO>A<CA> central_sep1 0.190572
+R<PHE>A<CE1> R<PRO>A<CA> central_sep2 -0.254473
+R<PHE>A<CE1> R<PRO>A<CA> sep1 1.33379
+R<PHE>A<CE1> R<PRO>A<CA> sep2 -0.357675
+R<PHE>A<CE1> R<PRO>A<CB> central_sep1 -0.235007
+R<PHE>A<CE1> R<PRO>A<CB> central_sep2 -0.924217
+R<PHE>A<CE1> R<PRO>A<CB> sep1 0.739878
+R<PHE>A<CE1> R<PRO>A<CB> sep2 -0.858595
+R<PHE>A<CE1> R<PRO>A<CD> central_sep1 0.527754
+R<PHE>A<CE1> R<PRO>A<CD> central_sep2 -0.650059
+R<PHE>A<CE1> R<PRO>A<CD> sep1 1.18776
+R<PHE>A<CE1> R<PRO>A<CD> sep2 -0.592829
+R<PHE>A<CE1> R<PRO>A<CG> central_sep1 -0.133957
+R<PHE>A<CE1> R<PRO>A<CG> central_sep2 -0.955042
+R<PHE>A<CE1> R<PRO>A<CG> sep1 0.926391
+R<PHE>A<CE1> R<PRO>A<CG> sep2 -1.01669
+R<PHE>A<CE1> R<PRO>A<N> central_sep1 0.480515
+R<PHE>A<CE1> R<PRO>A<N> central_sep2 -0.25936
+R<PHE>A<CE1> R<PRO>A<N> sep1 1.01947
+R<PHE>A<CE1> R<PRO>A<N> sep2 -0.89296
+R<PHE>A<CE1> R<PRO>A<O> central_sep1 0.521189
+R<PHE>A<CE1> R<PRO>A<O> central_sep2 -0.193752
+R<PHE>A<CE1> R<PRO>A<O> sep1 1.19305
+R<PHE>A<CE1> R<PRO>A<O> sep2 0.117347
+R<PHE>A<CE1> R<SER>A<C> central_sep1 0.561245
+R<PHE>A<CE1> R<SER>A<C> central_sep2 -0.229702
+R<PHE>A<CE1> R<SER>A<C> sep1 1.49636
+R<PHE>A<CE1> R<SER>A<C> sep2 -0.579299
+R<PHE>A<CE1> R<SER>A<CA> central_sep1 0.865502
+R<PHE>A<CE1> R<SER>A<CA> central_sep2 -0.357887
+R<PHE>A<CE1> R<SER>A<CA> sep1 1.52362
+R<PHE>A<CE1> R<SER>A<CA> sep2 -0.381296
+R<PHE>A<CE1> R<SER>A<CB> central_sep1 -0.0172406
+R<PHE>A<CE1> R<SER>A<CB> central_sep2 -0.830264
+R<PHE>A<CE1> R<SER>A<CB> sep1 1.31186
+R<PHE>A<CE1> R<SER>A<CB> sep2 -0.529292
+R<PHE>A<CE1> R<SER>A<N> central_sep1 1.4266
+R<PHE>A<CE1> R<SER>A<N> central_sep2 0.303486
+R<PHE>A<CE1> R<SER>A<N> sep1 2.02771
+R<PHE>A<CE1> R<SER>A<N> sep2 0.0410381
+R<PHE>A<CE1> R<SER>A<O> central_sep1 0.696541
+R<PHE>A<CE1> R<SER>A<O> central_sep2 -0.0372303
+R<PHE>A<CE1> R<SER>A<O> sep1 1.41601
+R<PHE>A<CE1> R<SER>A<O> sep2 0.0821714
+R<PHE>A<CE1> R<SER>A<OG> central_sep1 0.533589
+R<PHE>A<CE1> R<SER>A<OG> central_sep2 -0.212504
+R<PHE>A<CE1> R<SER>A<OG> sep1 1.31123
+R<PHE>A<CE1> R<SER>A<OG> sep2 -0.362227
+R<PHE>A<CE1> R<THR>A<C> central_sep1 0.623713
+R<PHE>A<CE1> R<THR>A<C> central_sep2 -0.205477
+R<PHE>A<CE1> R<THR>A<C> sep1 1.46978
+R<PHE>A<CE1> R<THR>A<C> sep2 -0.473768
+R<PHE>A<CE1> R<THR>A<CA> central_sep1 1.03269
+R<PHE>A<CE1> R<THR>A<CA> central_sep2 -0.268436
+R<PHE>A<CE1> R<THR>A<CA> sep1 1.76271
+R<PHE>A<CE1> R<THR>A<CA> sep2 -0.260055
+R<PHE>A<CE1> R<THR>A<CB> central_sep1 0.334302
+R<PHE>A<CE1> R<THR>A<CB> central_sep2 -0.628144
+R<PHE>A<CE1> R<THR>A<CB> sep1 0.966352
+R<PHE>A<CE1> R<THR>A<CB> sep2 -0.846371
+R<PHE>A<CE1> R<THR>A<CG2> central_sep1 -0.153903
+R<PHE>A<CE1> R<THR>A<CG2> central_sep2 -0.970001
+R<PHE>A<CE1> R<THR>A<CG2> sep1 1.35757
+R<PHE>A<CE1> R<THR>A<CG2> sep2 -0.655013
+R<PHE>A<CE1> R<THR>A<N> central_sep1 1.99743
+R<PHE>A<CE1> R<THR>A<N> central_sep2 0.639975
+R<PHE>A<CE1> R<THR>A<N> sep1 2.25481
+R<PHE>A<CE1> R<THR>A<N> sep2 0.318617
+R<PHE>A<CE1> R<THR>A<O> central_sep1 0.595888
+R<PHE>A<CE1> R<THR>A<O> central_sep2 -0.0516611
+R<PHE>A<CE1> R<THR>A<O> sep1 1.36183
+R<PHE>A<CE1> R<THR>A<O> sep2 0.076882
+R<PHE>A<CE1> R<THR>A<OG1> central_sep1 0.489305
+R<PHE>A<CE1> R<THR>A<OG1> central_sep2 -0.357841
+R<PHE>A<CE1> R<THR>A<OG1> sep1 1.72207
+R<PHE>A<CE1> R<THR>A<OG1> sep2 -0.302657
+R<PHE>A<CE1> R<TRP>A<C> central_sep1 0.842141
+R<PHE>A<CE1> R<TRP>A<C> central_sep2 -0.36859
+R<PHE>A<CE1> R<TRP>A<C> sep1 1.40769
+R<PHE>A<CE1> R<TRP>A<C> sep2 -0.71946
+R<PHE>A<CE1> R<TRP>A<CA> central_sep1 0.685268
+R<PHE>A<CE1> R<TRP>A<CA> central_sep2 -0.669148
+R<PHE>A<CE1> R<TRP>A<CA> sep1 1.32557
+R<PHE>A<CE1> R<TRP>A<CA> sep2 -0.565213
+R<PHE>A<CE1> R<TRP>A<CB> central_sep1 -0.806727
+R<PHE>A<CE1> R<TRP>A<CB> central_sep2 -1.71214
+R<PHE>A<CE1> R<TRP>A<CB> sep1 1.01437
+R<PHE>A<CE1> R<TRP>A<CB> sep2 -1.51572
+R<PHE>A<CE1> R<TRP>A<CD1> central_sep1 0.0951925
+R<PHE>A<CE1> R<TRP>A<CD1> central_sep2 -1.1385
+R<PHE>A<CE1> R<TRP>A<CD1> sep1 1.2582
+R<PHE>A<CE1> R<TRP>A<CD1> sep2 -1.27028
+R<PHE>A<CE1> R<TRP>A<CD2> central_sep1 -0.157792
+R<PHE>A<CE1> R<TRP>A<CD2> central_sep2 -1.58959
+R<PHE>A<CE1> R<TRP>A<CD2> sep1 0.345298
+R<PHE>A<CE1> R<TRP>A<CD2> sep2 -2.07082
+R<PHE>A<CE1> R<TRP>A<CE2> central_sep1 -0.32311
+R<PHE>A<CE1> R<TRP>A<CE2> central_sep2 -1.20738
+R<PHE>A<CE1> R<TRP>A<CE2> sep1 0.799011
+R<PHE>A<CE1> R<TRP>A<CE2> sep2 -2.12585
+R<PHE>A<CE1> R<TRP>A<CE3> central_sep1 -0.984306
+R<PHE>A<CE1> R<TRP>A<CE3> central_sep2 -1.50944
+R<PHE>A<CE1> R<TRP>A<CE3> sep1 0.772068
+R<PHE>A<CE1> R<TRP>A<CE3> sep2 -1.75581
+R<PHE>A<CE1> R<TRP>A<CG> central_sep1 0.577199
+R<PHE>A<CE1> R<TRP>A<CG> central_sep2 -1.64167
+R<PHE>A<CE1> R<TRP>A<CG> sep1 0.0536879
+R<PHE>A<CE1> R<TRP>A<CG> sep2 -2.71547
+R<PHE>A<CE1> R<TRP>A<CH2> central_sep1 0.34801
+R<PHE>A<CE1> R<TRP>A<CH2> central_sep2 -1.68882
+R<PHE>A<CE1> R<TRP>A<CH2> sep1 0.85849
+R<PHE>A<CE1> R<TRP>A<CH2> sep2 -1.83392
+R<PHE>A<CE1> R<TRP>A<CZ2> central_sep1 0.231007
+R<PHE>A<CE1> R<TRP>A<CZ2> central_sep2 -1.34569
+R<PHE>A<CE1> R<TRP>A<CZ2> sep1 1.3193
+R<PHE>A<CE1> R<TRP>A<CZ2> sep2 -1.57494
+R<PHE>A<CE1> R<TRP>A<CZ3> central_sep1 -0.636545
+R<PHE>A<CE1> R<TRP>A<CZ3> central_sep2 -1.60124
+R<PHE>A<CE1> R<TRP>A<CZ3> sep1 0.410833
+R<PHE>A<CE1> R<TRP>A<CZ3> sep2 -1.83538
+R<PHE>A<CE1> R<TRP>A<N> central_sep1 1.23335
+R<PHE>A<CE1> R<TRP>A<N> central_sep2 -0.00628582
+R<PHE>A<CE1> R<TRP>A<N> sep1 1.97455
+R<PHE>A<CE1> R<TRP>A<N> sep2 -0.179229
+R<PHE>A<CE1> R<TRP>A<NE1> central_sep1 0.517214
+R<PHE>A<CE1> R<TRP>A<NE1> central_sep2 -0.809362
+R<PHE>A<CE1> R<TRP>A<NE1> sep1 1.09124
+R<PHE>A<CE1> R<TRP>A<NE1> sep2 -1.39921
+R<PHE>A<CE1> R<TRP>A<O> central_sep1 0.524585
+R<PHE>A<CE1> R<TRP>A<O> central_sep2 -0.355017
+R<PHE>A<CE1> R<TRP>A<O> sep1 1.42478
+R<PHE>A<CE1> R<TRP>A<O> sep2 -0.184932
+R<PHE>A<CE1> R<TYR>A<C> central_sep1 0.53482
+R<PHE>A<CE1> R<TYR>A<C> central_sep2 -0.444868
+R<PHE>A<CE1> R<TYR>A<C> sep1 1.36997
+R<PHE>A<CE1> R<TYR>A<C> sep2 -0.840632
+R<PHE>A<CE1> R<TYR>A<CA> central_sep1 0.856069
+R<PHE>A<CE1> R<TYR>A<CA> central_sep2 -0.746056
+R<PHE>A<CE1> R<TYR>A<CA> sep1 1.38063
+R<PHE>A<CE1> R<TYR>A<CA> sep2 -0.556568
+R<PHE>A<CE1> R<TYR>A<CB> central_sep1 -0.968992
+R<PHE>A<CE1> R<TYR>A<CB> central_sep2 -1.73276
+R<PHE>A<CE1> R<TYR>A<CB> sep1 0.818039
+R<PHE>A<CE1> R<TYR>A<CB> sep2 -1.54414
+R<PHE>A<CE1> R<TYR>A<CD1> central_sep1 -0.362589
+R<PHE>A<CE1> R<TYR>A<CD1> central_sep2 -1.50546
+R<PHE>A<CE1> R<TYR>A<CD1> sep1 0.720745
+R<PHE>A<CE1> R<TYR>A<CD1> sep2 -1.62649
+R<PHE>A<CE1> R<TYR>A<CE1> central_sep1 -0.0422278
+R<PHE>A<CE1> R<TYR>A<CE1> central_sep2 -1.22796
+R<PHE>A<CE1> R<TYR>A<CE1> sep1 0.888101
+R<PHE>A<CE1> R<TYR>A<CE1> sep2 -1.46765
+R<PHE>A<CE1> R<TYR>A<CG> central_sep1 0.5317
+R<PHE>A<CE1> R<TYR>A<CG> central_sep2 -1.6881
+R<PHE>A<CE1> R<TYR>A<CG> sep1 -0.0944869
+R<PHE>A<CE1> R<TYR>A<CG> sep2 -2.7653
+R<PHE>A<CE1> R<TYR>A<CZ> central_sep1 0.0963286
+R<PHE>A<CE1> R<TYR>A<CZ> central_sep2 -1.13408
+R<PHE>A<CE1> R<TYR>A<CZ> sep1 0.84162
+R<PHE>A<CE1> R<TYR>A<CZ> sep2 -1.92483
+R<PHE>A<CE1> R<TYR>A<N> central_sep1 1.50209
+R<PHE>A<CE1> R<TYR>A<N> central_sep2 0.0181903
+R<PHE>A<CE1> R<TYR>A<N> sep1 2.03259
+R<PHE>A<CE1> R<TYR>A<N> sep2 -0.225765
+R<PHE>A<CE1> R<TYR>A<O> central_sep1 0.470485
+R<PHE>A<CE1> R<TYR>A<O> central_sep2 -0.336214
+R<PHE>A<CE1> R<TYR>A<O> sep1 1.22139
+R<PHE>A<CE1> R<TYR>A<O> sep2 -0.186728
+R<PHE>A<CE1> R<TYR>A<OH> central_sep1 1.56028
+R<PHE>A<CE1> R<TYR>A<OH> central_sep2 -0.84729
+R<PHE>A<CE1> R<TYR>A<OH> sep1 1.34169
+R<PHE>A<CE1> R<TYR>A<OH> sep2 -0.977906
+R<PHE>A<CE1> R<VAL>A<C> central_sep1 0.900626
+R<PHE>A<CE1> R<VAL>A<C> central_sep2 -0.00611899
+R<PHE>A<CE1> R<VAL>A<C> sep1 1.5785
+R<PHE>A<CE1> R<VAL>A<C> sep2 -0.605623
+R<PHE>A<CE1> R<VAL>A<CA> central_sep1 1.27253
+R<PHE>A<CE1> R<VAL>A<CA> central_sep2 -0.413423
+R<PHE>A<CE1> R<VAL>A<CA> sep1 1.82066
+R<PHE>A<CE1> R<VAL>A<CA> sep2 -0.257429
+R<PHE>A<CE1> R<VAL>A<CB> central_sep1 0.027656
+R<PHE>A<CE1> R<VAL>A<CB> central_sep2 -1.28342
+R<PHE>A<CE1> R<VAL>A<CB> sep1 0.622195
+R<PHE>A<CE1> R<VAL>A<CB> sep2 -1.66987
+R<PHE>A<CE1> R<VAL>A<CG1> central_sep1 -0.468813
+R<PHE>A<CE1> R<VAL>A<CG1> central_sep2 -1.62403
+R<PHE>A<CE1> R<VAL>A<CG1> sep1 1.1103
+R<PHE>A<CE1> R<VAL>A<CG1> sep2 -1.23047
+R<PHE>A<CE1> R<VAL>A<CG2> central_sep1 -0.390154
+R<PHE>A<CE1> R<VAL>A<CG2> central_sep2 -1.67347
+R<PHE>A<CE1> R<VAL>A<CG2> sep1 1.19397
+R<PHE>A<CE1> R<VAL>A<CG2> sep2 -1.23047
+R<PHE>A<CE1> R<VAL>A<N> central_sep1 2.15917
+R<PHE>A<CE1> R<VAL>A<N> central_sep2 0.358306
+R<PHE>A<CE1> R<VAL>A<N> sep1 2.20985
+R<PHE>A<CE1> R<VAL>A<N> sep2 0.0576008
+R<PHE>A<CE1> R<VAL>A<O> central_sep1 0.53872
+R<PHE>A<CE1> R<VAL>A<O> central_sep2 -0.211391
+R<PHE>A<CE1> R<VAL>A<O> sep1 1.43899
+R<PHE>A<CE1> R<VAL>A<O> sep2 0.0573528
+R<PHE>A<CE1> c<solvent> . 0.71121
+R<PHE>A<CG> R<PHE>A<CG> central_sep1 1.25852
+R<PHE>A<CG> R<PHE>A<CG> central_sep2 -2.43599
+R<PHE>A<CG> R<PHE>A<CG> sep1 1.52224
+R<PHE>A<CG> R<PHE>A<CG> sep2 -2.48431
+R<PHE>A<CG> R<PHE>A<CZ> central_sep1 -0.224281
+R<PHE>A<CG> R<PHE>A<CZ> central_sep2 -1.99486
+R<PHE>A<CG> R<PHE>A<CZ> sep1 -0.283959
+R<PHE>A<CG> R<PHE>A<CZ> sep2 -3.02676
+R<PHE>A<CG> R<PHE>A<N> central_sep1 0.666926
+R<PHE>A<CG> R<PHE>A<N> central_sep2 1.65778
+R<PHE>A<CG> R<PHE>A<N> sep1 -0.673304
+R<PHE>A<CG> R<PHE>A<N> sep2 0.397327
+R<PHE>A<CG> R<PHE>A<O> central_sep1 0.107706
+R<PHE>A<CG> R<PHE>A<O> central_sep2 1.45047
+R<PHE>A<CG> R<PHE>A<O> sep1 0.030324
+R<PHE>A<CG> R<PHE>A<O> sep2 -0.427058
+R<PHE>A<CG> R<PRO>A<C> central_sep1 1.39968
+R<PHE>A<CG> R<PRO>A<C> central_sep2 1.20559
+R<PHE>A<CG> R<PRO>A<C> sep1 -1.27757
+R<PHE>A<CG> R<PRO>A<C> sep2 0.643697
+R<PHE>A<CG> R<PRO>A<CA> central_sep1 -0.521581
+R<PHE>A<CG> R<PRO>A<CA> central_sep2 -0.165157
+R<PHE>A<CG> R<PRO>A<CA> sep1 0.876068
+R<PHE>A<CG> R<PRO>A<CA> sep2 -1.21897
+R<PHE>A<CG> R<PRO>A<CB> central_sep1 1.11705
+R<PHE>A<CG> R<PRO>A<CB> central_sep2 -0.922369
+R<PHE>A<CG> R<PRO>A<CB> sep1 0.738862
+R<PHE>A<CG> R<PRO>A<CB> sep2 -2.00628
+R<PHE>A<CG> R<PRO>A<CD> central_sep1 -0.485326
+R<PHE>A<CG> R<PRO>A<CD> central_sep2 -0.961291
+R<PHE>A<CG> R<PRO>A<CD> sep1 0.169843
+R<PHE>A<CG> R<PRO>A<CD> sep2 -1.67329
+R<PHE>A<CG> R<PRO>A<CG> central_sep1 0.916649
+R<PHE>A<CG> R<PRO>A<CG> central_sep2 -1.23892
+R<PHE>A<CG> R<PRO>A<CG> sep1 0.912733
+R<PHE>A<CG> R<PRO>A<CG> sep2 -2.07856
+R<PHE>A<CG> R<PRO>A<N> central_sep1 1.07392
+R<PHE>A<CG> R<PRO>A<N> central_sep2 0.110089
+R<PHE>A<CG> R<PRO>A<N> sep1 -1.14309
+R<PHE>A<CG> R<PRO>A<N> sep2 -0.380783
+R<PHE>A<CG> R<PRO>A<O> central_sep1 0.76295
+R<PHE>A<CG> R<PRO>A<O> central_sep2 1.66554
+R<PHE>A<CG> R<PRO>A<O> sep1 0.691012
+R<PHE>A<CG> R<PRO>A<O> sep2 0.0959984
+R<PHE>A<CG> R<SER>A<C> central_sep1 0.908618
+R<PHE>A<CG> R<SER>A<C> central_sep2 0.645013
+R<PHE>A<CG> R<SER>A<C> sep1 -1.69082
+R<PHE>A<CG> R<SER>A<C> sep2 0.0192071
+R<PHE>A<CG> R<SER>A<CA> central_sep1 1.14521
+R<PHE>A<CG> R<SER>A<CA> central_sep2 0.0490853
+R<PHE>A<CG> R<SER>A<CA> sep1 1.55272
+R<PHE>A<CG> R<SER>A<CA> sep2 -0.918653
+R<PHE>A<CG> R<SER>A<CB> central_sep1 1.61997
+R<PHE>A<CG> R<SER>A<CB> central_sep2 -0.309765
+R<PHE>A<CG> R<SER>A<CB> sep1 1.38514
+R<PHE>A<CG> R<SER>A<CB> sep2 -1.54639
+R<PHE>A<CG> R<SER>A<N> central_sep1 0.422519
+R<PHE>A<CG> R<SER>A<N> central_sep2 1.5244
+R<PHE>A<CG> R<SER>A<N> sep1 -0.710503
+R<PHE>A<CG> R<SER>A<N> sep2 0.276566
+R<PHE>A<CG> R<SER>A<O> central_sep1 0.718531
+R<PHE>A<CG> R<SER>A<O> central_sep2 1.77439
+R<PHE>A<CG> R<SER>A<O> sep1 0.105707
+R<PHE>A<CG> R<SER>A<O> sep2 0.048196
+R<PHE>A<CG> R<SER>A<OG> central_sep1 2.30152
+R<PHE>A<CG> R<SER>A<OG> central_sep2 1.51665
+R<PHE>A<CG> R<SER>A<OG> sep1 1.68148
+R<PHE>A<CG> R<SER>A<OG> sep2 -0.466637
+R<PHE>A<CG> R<THR>A<C> central_sep1 1.12093
+R<PHE>A<CG> R<THR>A<C> central_sep2 0.916584
+R<PHE>A<CG> R<THR>A<C> sep1 -1.9505
+R<PHE>A<CG> R<THR>A<C> sep2 0.210477
+R<PHE>A<CG> R<THR>A<CA> central_sep1 1.42358
+R<PHE>A<CG> R<THR>A<CA> central_sep2 0.943779
+R<PHE>A<CG> R<THR>A<CA> sep1 1.52016
+R<PHE>A<CG> R<THR>A<CA> sep2 -0.324936
+R<PHE>A<CG> R<THR>A<CB> central_sep1 1.07506
+R<PHE>A<CG> R<THR>A<CB> central_sep2 0.104853
+R<PHE>A<CG> R<THR>A<CB> sep1 1.02479
+R<PHE>A<CG> R<THR>A<CB> sep2 -1.21879
+R<PHE>A<CG> R<THR>A<CG2> central_sep1 1.25608
+R<PHE>A<CG> R<THR>A<CG2> central_sep2 -0.437796
+R<PHE>A<CG> R<THR>A<CG2> sep1 0.645245
+R<PHE>A<CG> R<THR>A<CG2> sep2 -1.71106
+R<PHE>A<CG> R<THR>A<N> central_sep1 0.798902
+R<PHE>A<CG> R<THR>A<N> central_sep2 2.80161
+R<PHE>A<CG> R<THR>A<N> sep1 -0.92628
+R<PHE>A<CG> R<THR>A<N> sep2 1.13609
+R<PHE>A<CG> R<THR>A<O> central_sep1 0.271405
+R<PHE>A<CG> R<THR>A<O> central_sep2 1.60376
+R<PHE>A<CG> R<THR>A<O> sep1 -0.0368275
+R<PHE>A<CG> R<THR>A<O> sep2 -0.00545098
+R<PHE>A<CG> R<THR>A<OG1> central_sep1 2.2217
+R<PHE>A<CG> R<THR>A<OG1> central_sep2 1.37343
+R<PHE>A<CG> R<THR>A<OG1> sep1 1.85866
+R<PHE>A<CG> R<THR>A<OG1> sep2 -0.322259
+R<PHE>A<CG> R<TRP>A<C> central_sep1 1.10232
+R<PHE>A<CG> R<TRP>A<C> central_sep2 0.300251
+R<PHE>A<CG> R<TRP>A<C> sep1 -1.76286
+R<PHE>A<CG> R<TRP>A<C> sep2 -0.246911
+R<PHE>A<CG> R<TRP>A<CA> central_sep1 1.10492
+R<PHE>A<CG> R<TRP>A<CA> central_sep2 0.220488
+R<PHE>A<CG> R<TRP>A<CA> sep1 1.75611
+R<PHE>A<CG> R<TRP>A<CA> sep2 -1.09988
+R<PHE>A<CG> R<TRP>A<CB> central_sep1 1.39931
+R<PHE>A<CG> R<TRP>A<CB> central_sep2 -0.997066
+R<PHE>A<CG> R<TRP>A<CB> sep1 0.49998
+R<PHE>A<CG> R<TRP>A<CB> sep2 -2.27198
+R<PHE>A<CG> R<TRP>A<CD1> central_sep1 0.759922
+R<PHE>A<CG> R<TRP>A<CD1> central_sep2 -1.00271
+R<PHE>A<CG> R<TRP>A<CD1> sep1 0.616994
+R<PHE>A<CG> R<TRP>A<CD1> sep2 -1.97822
+R<PHE>A<CG> R<TRP>A<CD2> central_sep1 1.84584
+R<PHE>A<CG> R<TRP>A<CD2> central_sep2 -1.36797
+R<PHE>A<CG> R<TRP>A<CD2> sep1 2.017
+R<PHE>A<CG> R<TRP>A<CD2> sep2 -1.75345
+R<PHE>A<CG> R<TRP>A<CE2> central_sep1 0.680514
+R<PHE>A<CG> R<TRP>A<CE2> central_sep2 -1.11225
+R<PHE>A<CG> R<TRP>A<CE2> sep1 1.3915
+R<PHE>A<CG> R<TRP>A<CE2> sep2 -1.55468
+R<PHE>A<CG> R<TRP>A<CE3> central_sep1 -0.666643
+R<PHE>A<CG> R<TRP>A<CE3> central_sep2 -1.73662
+R<PHE>A<CG> R<TRP>A<CE3> sep1 -0.289831
+R<PHE>A<CG> R<TRP>A<CE3> sep2 -2.47648
+R<PHE>A<CG> R<TRP>A<CG> central_sep1 1.71058
+R<PHE>A<CG> R<TRP>A<CG> central_sep2 -1.63482
+R<PHE>A<CG> R<TRP>A<CG> sep1 1.79582
+R<PHE>A<CG> R<TRP>A<CG> sep2 -2.22225
+R<PHE>A<CG> R<TRP>A<CH2> central_sep1 0.367366
+R<PHE>A<CG> R<TRP>A<CH2> central_sep2 -1.45744
+R<PHE>A<CG> R<TRP>A<CH2> sep1 0.760601
+R<PHE>A<CG> R<TRP>A<CH2> sep2 -2.61848
+R<PHE>A<CG> R<TRP>A<CZ2> central_sep1 -0.131532
+R<PHE>A<CG> R<TRP>A<CZ2> central_sep2 -1.26951
+R<PHE>A<CG> R<TRP>A<CZ2> sep1 0.212591
+R<PHE>A<CG> R<TRP>A<CZ2> sep2 -2.46005
+R<PHE>A<CG> R<TRP>A<CZ3> central_sep1 -0.207818
+R<PHE>A<CG> R<TRP>A<CZ3> central_sep2 -1.54252
+R<PHE>A<CG> R<TRP>A<CZ3> sep1 -0.152139
+R<PHE>A<CG> R<TRP>A<CZ3> sep2 -2.56868
+R<PHE>A<CG> R<TRP>A<N> central_sep1 0.418725
+R<PHE>A<CG> R<TRP>A<N> central_sep2 1.46573
+R<PHE>A<CG> R<TRP>A<N> sep1 -0.588318
+R<PHE>A<CG> R<TRP>A<N> sep2 0.490565
+R<PHE>A<CG> R<TRP>A<NE1> central_sep1 2.17522
+R<PHE>A<CG> R<TRP>A<NE1> central_sep2 -0.711938
+R<PHE>A<CG> R<TRP>A<NE1> sep1 0.675541
+R<PHE>A<CG> R<TRP>A<NE1> sep2 -1.84087
+R<PHE>A<CG> R<TRP>A<O> central_sep1 -0.0156769
+R<PHE>A<CG> R<TRP>A<O> central_sep2 1.42679
+R<PHE>A<CG> R<TRP>A<O> sep1 -0.274003
+R<PHE>A<CG> R<TRP>A<O> sep2 -0.240452
+R<PHE>A<CG> R<TYR>A<C> central_sep1 0.848761
+R<PHE>A<CG> R<TYR>A<C> central_sep2 1.12414
+R<PHE>A<CG> R<TYR>A<C> sep1 -1.96785
+R<PHE>A<CG> R<TYR>A<C> sep2 -0.118727
+R<PHE>A<CG> R<TYR>A<CA> central_sep1 0.848551
+R<PHE>A<CG> R<TYR>A<CA> central_sep2 0.210746
+R<PHE>A<CG> R<TYR>A<CA> sep1 1.20299
+R<PHE>A<CG> R<TYR>A<CA> sep2 -1.19033
+R<PHE>A<CG> R<TYR>A<CB> central_sep1 0.524393
+R<PHE>A<CG> R<TYR>A<CB> central_sep2 -1.14735
+R<PHE>A<CG> R<TYR>A<CB> sep1 0.473147
+R<PHE>A<CG> R<TYR>A<CB> sep2 -2.36839
+R<PHE>A<CG> R<TYR>A<CD1> central_sep1 -0.0727042
+R<PHE>A<CG> R<TYR>A<CD1> central_sep2 -1.44935
+R<PHE>A<CG> R<TYR>A<CD1> sep1 -0.0781909
+R<PHE>A<CG> R<TYR>A<CD1> sep2 -2.23448
+R<PHE>A<CG> R<TYR>A<CE1> central_sep1 1.306
+R<PHE>A<CG> R<TYR>A<CE1> central_sep2 -0.906152
+R<PHE>A<CG> R<TYR>A<CE1> sep1 0.614165
+R<PHE>A<CG> R<TYR>A<CE1> sep2 -2.07491
+R<PHE>A<CG> R<TYR>A<CG> central_sep1 1.52279
+R<PHE>A<CG> R<TYR>A<CG> central_sep2 -1.84038
+R<PHE>A<CG> R<TYR>A<CG> sep1 2.02053
+R<PHE>A<CG> R<TYR>A<CG> sep2 -2.16816
+R<PHE>A<CG> R<TYR>A<CZ> central_sep1 1.20518
+R<PHE>A<CG> R<TYR>A<CZ> central_sep2 -0.689988
+R<PHE>A<CG> R<TYR>A<CZ> sep1 0.607066
+R<PHE>A<CG> R<TYR>A<CZ> sep2 -1.61806
+R<PHE>A<CG> R<TYR>A<N> central_sep1 0.461603
+R<PHE>A<CG> R<TYR>A<N> central_sep2 1.30148
+R<PHE>A<CG> R<TYR>A<N> sep1 -0.746
+R<PHE>A<CG> R<TYR>A<N> sep2 0.172753
+R<PHE>A<CG> R<TYR>A<O> central_sep1 0.185999
+R<PHE>A<CG> R<TYR>A<O> central_sep2 1.46413
+R<PHE>A<CG> R<TYR>A<O> sep1 -0.194547
+R<PHE>A<CG> R<TYR>A<O> sep2 -0.546472
+R<PHE>A<CG> R<TYR>A<OH> central_sep1 2.02904
+R<PHE>A<CG> R<TYR>A<OH> central_sep2 0.566222
+R<PHE>A<CG> R<TYR>A<OH> sep1 0.684599
+R<PHE>A<CG> R<TYR>A<OH> sep2 -1.30515
+R<PHE>A<CG> R<VAL>A<C> central_sep1 1.43752
+R<PHE>A<CG> R<VAL>A<C> central_sep2 2.07644
+R<PHE>A<CG> R<VAL>A<C> sep1 -2.03921
+R<PHE>A<CG> R<VAL>A<C> sep2 0.535358
+R<PHE>A<CG> R<VAL>A<CA> central_sep1 0.990718
+R<PHE>A<CG> R<VAL>A<CA> central_sep2 0.807219
+R<PHE>A<CG> R<VAL>A<CA> sep1 1.47354
+R<PHE>A<CG> R<VAL>A<CA> sep2 -0.425731
+R<PHE>A<CG> R<VAL>A<CB> central_sep1 0.436982
+R<PHE>A<CG> R<VAL>A<CB> central_sep2 -0.730256
+R<PHE>A<CG> R<VAL>A<CB> sep1 0.698177
+R<PHE>A<CG> R<VAL>A<CB> sep2 -2.25286
+R<PHE>A<CG> R<VAL>A<CG1> central_sep1 0.642578
+R<PHE>A<CG> R<VAL>A<CG1> central_sep2 -1.24567
+R<PHE>A<CG> R<VAL>A<CG1> sep1 0.139507
+R<PHE>A<CG> R<VAL>A<CG1> sep2 -2.38985
+R<PHE>A<CG> R<VAL>A<CG2> central_sep1 0.772794
+R<PHE>A<CG> R<VAL>A<CG2> central_sep2 -1.34692
+R<PHE>A<CG> R<VAL>A<CG2> sep1 0.452292
+R<PHE>A<CG> R<VAL>A<CG2> sep2 -2.42224
+R<PHE>A<CG> R<VAL>A<N> central_sep1 0.938677
+R<PHE>A<CG> R<VAL>A<N> central_sep2 2.4759
+R<PHE>A<CG> R<VAL>A<N> sep1 -1.06871
+R<PHE>A<CG> R<VAL>A<N> sep2 0.752438
+R<PHE>A<CG> R<VAL>A<O> central_sep1 0.157164
+R<PHE>A<CG> R<VAL>A<O> central_sep2 1.85809
+R<PHE>A<CG> R<VAL>A<O> sep1 -0.0107359
+R<PHE>A<CG> R<VAL>A<O> sep2 -0.158354
+R<PHE>A<CG> c<solvent> . 1.6803
+R<PHE>A<CZ> R<PHE>A<CZ> central_sep1 0.727826
+R<PHE>A<CZ> R<PHE>A<CZ> central_sep2 -2.07061
+R<PHE>A<CZ> R<PHE>A<CZ> sep1 1.0668
+R<PHE>A<CZ> R<PHE>A<CZ> sep2 -2.12104
+R<PHE>A<CZ> R<PHE>A<N> central_sep1 2.49701
+R<PHE>A<CZ> R<PHE>A<N> central_sep2 -0.098804
+R<PHE>A<CZ> R<PHE>A<N> sep1 2.79077
+R<PHE>A<CZ> R<PHE>A<N> sep2 -0.298893
+R<PHE>A<CZ> R<PHE>A<O> central_sep1 1.59441
+R<PHE>A<CZ> R<PHE>A<O> central_sep2 -0.557282
+R<PHE>A<CZ> R<PHE>A<O> sep1 2.16316
+R<PHE>A<CZ> R<PHE>A<O> sep2 -0.167638
+R<PHE>A<CZ> R<PRO>A<C> central_sep1 2.79593
+R<PHE>A<CZ> R<PRO>A<C> central_sep2 0.171005
+R<PHE>A<CZ> R<PRO>A<C> sep1 3.01024
+R<PHE>A<CZ> R<PRO>A<C> sep2 -0.192665
+R<PHE>A<CZ> R<PRO>A<CA> central_sep1 0.323536
+R<PHE>A<CZ> R<PRO>A<CA> central_sep2 -0.285618
+R<PHE>A<CZ> R<PRO>A<CA> sep1 1.33321
+R<PHE>A<CZ> R<PRO>A<CA> sep2 -0.36699
+R<PHE>A<CZ> R<PRO>A<CB> central_sep1 0.0172083
+R<PHE>A<CZ> R<PRO>A<CB> central_sep2 -0.94584
+R<PHE>A<CZ> R<PRO>A<CB> sep1 0.752045
+R<PHE>A<CZ> R<PRO>A<CB> sep2 -0.920872
+R<PHE>A<CZ> R<PRO>A<CD> central_sep1 0.890566
+R<PHE>A<CZ> R<PRO>A<CD> central_sep2 -0.639898
+R<PHE>A<CZ> R<PRO>A<CD> sep1 1.87335
+R<PHE>A<CZ> R<PRO>A<CD> sep2 -0.607124
+R<PHE>A<CZ> R<PRO>A<CG> central_sep1 0.231193
+R<PHE>A<CZ> R<PRO>A<CG> central_sep2 -0.959574
+R<PHE>A<CZ> R<PRO>A<CG> sep1 0.855254
+R<PHE>A<CZ> R<PRO>A<CG> sep2 -1.05951
+R<PHE>A<CZ> R<PRO>A<N> central_sep1 1.33588
+R<PHE>A<CZ> R<PRO>A<N> central_sep2 -0.161115
+R<PHE>A<CZ> R<PRO>A<N> sep1 1.55544
+R<PHE>A<CZ> R<PRO>A<N> sep2 -0.804829
+R<PHE>A<CZ> R<PRO>A<O> central_sep1 1.79335
+R<PHE>A<CZ> R<PRO>A<O> central_sep2 -0.260232
+R<PHE>A<CZ> R<PRO>A<O> sep1 2.304
+R<PHE>A<CZ> R<PRO>A<O> sep2 0.0784971
+R<PHE>A<CZ> R<SER>A<C> central_sep1 1.54686
+R<PHE>A<CZ> R<SER>A<C> central_sep2 -0.381904
+R<PHE>A<CZ> R<SER>A<C> sep1 2.17771
+R<PHE>A<CZ> R<SER>A<C> sep2 -0.60516
+R<PHE>A<CZ> R<SER>A<CA> central_sep1 1.14243
+R<PHE>A<CZ> R<SER>A<CA> central_sep2 -0.345202
+R<PHE>A<CZ> R<SER>A<CA> sep1 2.0792
+R<PHE>A<CZ> R<SER>A<CA> sep2 -0.344114
+R<PHE>A<CZ> R<SER>A<CB> central_sep1 0.414087
+R<PHE>A<CZ> R<SER>A<CB> central_sep2 -0.854628
+R<PHE>A<CZ> R<SER>A<CB> sep1 1.28614
+R<PHE>A<CZ> R<SER>A<CB> sep2 -0.569273
+R<PHE>A<CZ> R<SER>A<N> central_sep1 2.25017
+R<PHE>A<CZ> R<SER>A<N> central_sep2 0.33298
+R<PHE>A<CZ> R<SER>A<N> sep1 2.4859
+R<PHE>A<CZ> R<SER>A<N> sep2 0.0810962
+R<PHE>A<CZ> R<SER>A<O> central_sep1 1.51109
+R<PHE>A<CZ> R<SER>A<O> central_sep2 -0.108394
+R<PHE>A<CZ> R<SER>A<O> sep1 2.15749
+R<PHE>A<CZ> R<SER>A<O> sep2 -0.0199933
+R<PHE>A<CZ> R<SER>A<OG> central_sep1 1.37357
+R<PHE>A<CZ> R<SER>A<OG> central_sep2 -0.2265
+R<PHE>A<CZ> R<SER>A<OG> sep1 1.5824
+R<PHE>A<CZ> R<SER>A<OG> sep2 -0.423644
+R<PHE>A<CZ> R<THR>A<C> central_sep1 1.73931
+R<PHE>A<CZ> R<THR>A<C> central_sep2 -0.345776
+R<PHE>A<CZ> R<THR>A<C> sep1 2.40223
+R<PHE>A<CZ> R<THR>A<C> sep2 -0.502582
+R<PHE>A<CZ> R<THR>A<CA> central_sep1 1.86935
+R<PHE>A<CZ> R<THR>A<CA> central_sep2 -0.301161
+R<PHE>A<CZ> R<THR>A<CA> sep1 2.61921
+R<PHE>A<CZ> R<THR>A<CA> sep2 -0.328807
+R<PHE>A<CZ> R<THR>A<CB> central_sep1 0.742816
+R<PHE>A<CZ> R<THR>A<CB> central_sep2 -0.694945
+R<PHE>A<CZ> R<THR>A<CB> sep1 1.23627
+R<PHE>A<CZ> R<THR>A<CB> sep2 -0.855801
+R<PHE>A<CZ> R<THR>A<CG2> central_sep1 0.0864819
+R<PHE>A<CZ> R<THR>A<CG2> central_sep2 -1.03087
+R<PHE>A<CZ> R<THR>A<CG2> sep1 1.40128
+R<PHE>A<CZ> R<THR>A<CG2> sep2 -0.702703
+R<PHE>A<CZ> R<THR>A<N> central_sep1 2.88089
+R<PHE>A<CZ> R<THR>A<N> central_sep2 0.677561
+R<PHE>A<CZ> R<THR>A<N> sep1 2.7457
+R<PHE>A<CZ> R<THR>A<N> sep2 0.317636
+R<PHE>A<CZ> R<THR>A<O> central_sep1 1.5634
+R<PHE>A<CZ> R<THR>A<O> central_sep2 -0.137451
+R<PHE>A<CZ> R<THR>A<O> sep1 2.10247
+R<PHE>A<CZ> R<THR>A<O> sep2 -0.0157261
+R<PHE>A<CZ> R<THR>A<OG1> central_sep1 1.16597
+R<PHE>A<CZ> R<THR>A<OG1> central_sep2 -0.332837
+R<PHE>A<CZ> R<THR>A<OG1> sep1 1.95821
+R<PHE>A<CZ> R<THR>A<OG1> sep2 -0.386855
+R<PHE>A<CZ> R<TRP>A<C> central_sep1 2.01837
+R<PHE>A<CZ> R<TRP>A<C> central_sep2 -0.193144
+R<PHE>A<CZ> R<TRP>A<C> sep1 2.69219
+R<PHE>A<CZ> R<TRP>A<C> sep2 -0.726173
+R<PHE>A<CZ> R<TRP>A<CA> central_sep1 1.09855
+R<PHE>A<CZ> R<TRP>A<CA> central_sep2 -0.814418
+R<PHE>A<CZ> R<TRP>A<CA> sep1 2.28281
+R<PHE>A<CZ> R<TRP>A<CA> sep2 -0.560969
+R<PHE>A<CZ> R<TRP>A<CB> central_sep1 -0.147521
+R<PHE>A<CZ> R<TRP>A<CB> central_sep2 -1.81393
+R<PHE>A<CZ> R<TRP>A<CB> sep1 0.795524
+R<PHE>A<CZ> R<TRP>A<CB> sep2 -1.53534
+R<PHE>A<CZ> R<TRP>A<CD1> central_sep1 0.246479
+R<PHE>A<CZ> R<TRP>A<CD1> central_sep2 -1.22285
+R<PHE>A<CZ> R<TRP>A<CD1> sep1 1.45487
+R<PHE>A<CZ> R<TRP>A<CD1> sep2 -1.28722
+R<PHE>A<CZ> R<TRP>A<CD2> central_sep1 -0.025354
+R<PHE>A<CZ> R<TRP>A<CD2> central_sep2 -1.71904
+R<PHE>A<CZ> R<TRP>A<CD2> sep1 0.459853
+R<PHE>A<CZ> R<TRP>A<CD2> sep2 -2.22433
+R<PHE>A<CZ> R<TRP>A<CE2> central_sep1 0.538107
+R<PHE>A<CZ> R<TRP>A<CE2> central_sep2 -1.40272
+R<PHE>A<CZ> R<TRP>A<CE2> sep1 1.04984
+R<PHE>A<CZ> R<TRP>A<CE2> sep2 -2.22811
+R<PHE>A<CZ> R<TRP>A<CE3> central_sep1 -0.770453
+R<PHE>A<CZ> R<TRP>A<CE3> central_sep2 -1.65351
+R<PHE>A<CZ> R<TRP>A<CE3> sep1 1.00144
+R<PHE>A<CZ> R<TRP>A<CE3> sep2 -1.81189
+R<PHE>A<CZ> R<TRP>A<CG> central_sep1 0.0447488
+R<PHE>A<CZ> R<TRP>A<CG> central_sep2 -1.62742
+R<PHE>A<CZ> R<TRP>A<CG> sep1 -0.0258698
+R<PHE>A<CZ> R<TRP>A<CG> sep2 -2.91986
+R<PHE>A<CZ> R<TRP>A<CH2> central_sep1 1.09427
+R<PHE>A<CZ> R<TRP>A<CH2> central_sep2 -1.79447
+R<PHE>A<CZ> R<TRP>A<CH2> sep1 1.36392
+R<PHE>A<CZ> R<TRP>A<CH2> sep2 -1.96183
+R<PHE>A<CZ> R<TRP>A<CZ2> central_sep1 0.965567
+R<PHE>A<CZ> R<TRP>A<CZ2> central_sep2 -1.4905
+R<PHE>A<CZ> R<TRP>A<CZ2> sep1 1.52393
+R<PHE>A<CZ> R<TRP>A<CZ2> sep2 -1.67208
+R<PHE>A<CZ> R<TRP>A<CZ3> central_sep1 0.211732
+R<PHE>A<CZ> R<TRP>A<CZ3> central_sep2 -1.70561
+R<PHE>A<CZ> R<TRP>A<CZ3> sep1 0.418897
+R<PHE>A<CZ> R<TRP>A<CZ3> sep2 -1.87721
+R<PHE>A<CZ> R<TRP>A<N> central_sep1 1.52222
+R<PHE>A<CZ> R<TRP>A<N> central_sep2 0.0146248
+R<PHE>A<CZ> R<TRP>A<N> sep1 2.59394
+R<PHE>A<CZ> R<TRP>A<N> sep2 -0.183187
+R<PHE>A<CZ> R<TRP>A<NE1> central_sep1 0.778848
+R<PHE>A<CZ> R<TRP>A<NE1> central_sep2 -0.904971
+R<PHE>A<CZ> R<TRP>A<NE1> sep1 1.56692
+R<PHE>A<CZ> R<TRP>A<NE1> sep2 -1.3907
+R<PHE>A<CZ> R<TRP>A<O> central_sep1 1.56707
+R<PHE>A<CZ> R<TRP>A<O> central_sep2 -0.445874
+R<PHE>A<CZ> R<TRP>A<O> sep1 2.20706
+R<PHE>A<CZ> R<TRP>A<O> sep2 -0.0241737
+R<PHE>A<CZ> R<TYR>A<C> central_sep1 1.87582
+R<PHE>A<CZ> R<TYR>A<C> central_sep2 -0.454723
+R<PHE>A<CZ> R<TYR>A<C> sep1 2.41441
+R<PHE>A<CZ> R<TYR>A<C> sep2 -0.749219
+R<PHE>A<CZ> R<TYR>A<CA> central_sep1 1.40673
+R<PHE>A<CZ> R<TYR>A<CA> central_sep2 -0.833825
+R<PHE>A<CZ> R<TYR>A<CA> sep1 2.06431
+R<PHE>A<CZ> R<TYR>A<CA> sep2 -0.653678
+R<PHE>A<CZ> R<TYR>A<CB> central_sep1 -0.422178
+R<PHE>A<CZ> R<TYR>A<CB> central_sep2 -1.84865
+R<PHE>A<CZ> R<TYR>A<CB> sep1 0.633037
+R<PHE>A<CZ> R<TYR>A<CB> sep2 -1.52993
+R<PHE>A<CZ> R<TYR>A<CD1> central_sep1 -0.314687
+R<PHE>A<CZ> R<TYR>A<CD1> central_sep2 -1.55179
+R<PHE>A<CZ> R<TYR>A<CD1> sep1 0.934891
+R<PHE>A<CZ> R<TYR>A<CD1> sep2 -1.69642
+R<PHE>A<CZ> R<TYR>A<CE1> central_sep1 0.681989
+R<PHE>A<CZ> R<TYR>A<CE1> central_sep2 -1.28534
+R<PHE>A<CZ> R<TYR>A<CE1> sep1 1.03698
+R<PHE>A<CZ> R<TYR>A<CE1> sep2 -1.52415
+R<PHE>A<CZ> R<TYR>A<CG> central_sep1 0.161205
+R<PHE>A<CZ> R<TYR>A<CG> central_sep2 -1.80001
+R<PHE>A<CZ> R<TYR>A<CG> sep1 -0.244059
+R<PHE>A<CZ> R<TYR>A<CG> sep2 -2.94926
+R<PHE>A<CZ> R<TYR>A<CZ> central_sep1 0.934788
+R<PHE>A<CZ> R<TYR>A<CZ> central_sep2 -1.2794
+R<PHE>A<CZ> R<TYR>A<CZ> sep1 1.37076
+R<PHE>A<CZ> R<TYR>A<CZ> sep2 -1.99532
+R<PHE>A<CZ> R<TYR>A<N> central_sep1 2.81701
+R<PHE>A<CZ> R<TYR>A<N> central_sep2 -0.0202992
+R<PHE>A<CZ> R<TYR>A<N> sep1 2.56263
+R<PHE>A<CZ> R<TYR>A<N> sep2 -0.26601
+R<PHE>A<CZ> R<TYR>A<O> central_sep1 1.54596
+R<PHE>A<CZ> R<TYR>A<O> central_sep2 -0.478691
+R<PHE>A<CZ> R<TYR>A<O> sep1 2.06121
+R<PHE>A<CZ> R<TYR>A<O> sep2 -0.135736
+R<PHE>A<CZ> R<TYR>A<OH> central_sep1 1.3833
+R<PHE>A<CZ> R<TYR>A<OH> central_sep2 -0.926425
+R<PHE>A<CZ> R<TYR>A<OH> sep1 1.80966
+R<PHE>A<CZ> R<TYR>A<OH> sep2 -1.07988
+R<PHE>A<CZ> R<VAL>A<C> central_sep1 2.02853
+R<PHE>A<CZ> R<VAL>A<C> central_sep2 0.101375
+R<PHE>A<CZ> R<VAL>A<C> sep1 2.53338
+R<PHE>A<CZ> R<VAL>A<C> sep2 -0.574954
+R<PHE>A<CZ> R<VAL>A<CA> central_sep1 2.10405
+R<PHE>A<CZ> R<VAL>A<CA> central_sep2 -0.552024
+R<PHE>A<CZ> R<VAL>A<CA> sep1 2.95254
+R<PHE>A<CZ> R<VAL>A<CA> sep2 -0.363675
+R<PHE>A<CZ> R<VAL>A<CB> central_sep1 0.683681
+R<PHE>A<CZ> R<VAL>A<CB> central_sep2 -1.27522
+R<PHE>A<CZ> R<VAL>A<CB> sep1 1.06079
+R<PHE>A<CZ> R<VAL>A<CB> sep2 -1.59012
+R<PHE>A<CZ> R<VAL>A<CG1> central_sep1 -0.188577
+R<PHE>A<CZ> R<VAL>A<CG1> central_sep2 -1.70962
+R<PHE>A<CZ> R<VAL>A<CG1> sep1 1.08831
+R<PHE>A<CZ> R<VAL>A<CG1> sep2 -1.29477
+R<PHE>A<CZ> R<VAL>A<CG2> central_sep1 -0.0427103
+R<PHE>A<CZ> R<VAL>A<CG2> central_sep2 -1.68837
+R<PHE>A<CZ> R<VAL>A<CG2> sep1 1.29371
+R<PHE>A<CZ> R<VAL>A<CG2> sep2 -1.34288
+R<PHE>A<CZ> R<VAL>A<N> central_sep1 3.01276
+R<PHE>A<CZ> R<VAL>A<N> central_sep2 0.409206
+R<PHE>A<CZ> R<VAL>A<N> sep1 2.95529
+R<PHE>A<CZ> R<VAL>A<N> sep2 0.153145
+R<PHE>A<CZ> R<VAL>A<O> central_sep1 1.60235
+R<PHE>A<CZ> R<VAL>A<O> central_sep2 -0.362864
+R<PHE>A<CZ> R<VAL>A<O> sep1 2.30361
+R<PHE>A<CZ> R<VAL>A<O> sep2 0.103699
+R<PHE>A<CZ> c<solvent> . 0.668773
+R<PHE>A<N> R<PHE>A<N> central_sep1 2.26218
+R<PHE>A<N> R<PHE>A<N> central_sep2 1.37862
+R<PHE>A<N> R<PHE>A<N> sep1 -2.10447
+R<PHE>A<N> R<PHE>A<N> sep2 0.762671
+R<PHE>A<N> R<PHE>A<O> central_sep1 -2.03334
+R<PHE>A<N> R<PHE>A<O> central_sep2 -1.89416
+R<PHE>A<N> R<PHE>A<O> sep1 0.302427
+R<PHE>A<N> R<PHE>A<O> sep2 0.41487
+R<PHE>A<N> R<PRO>A<C> central_sep1 -0.822851
+R<PHE>A<N> R<PRO>A<C> central_sep2 2.87225
+R<PHE>A<N> R<PRO>A<C> sep1 -1.75752
+R<PHE>A<N> R<PRO>A<C> sep2 2.0633
+R<PHE>A<N> R<PRO>A<CA> central_sep1 2.4157
+R<PHE>A<N> R<PRO>A<CA> central_sep2 2.07995
+R<PHE>A<N> R<PRO>A<CA> sep1 -2.17857
+R<PHE>A<N> R<PRO>A<CA> sep2 1.12768
+R<PHE>A<N> R<PRO>A<CB> central_sep1 1.13965
+R<PHE>A<N> R<PRO>A<CB> central_sep2 0.8456
+R<PHE>A<N> R<PRO>A<CB> sep1 -1.04919
+R<PHE>A<N> R<PRO>A<CB> sep2 0.660546
+R<PHE>A<N> R<PRO>A<CD> central_sep1 -0.052425
+R<PHE>A<N> R<PRO>A<CD> central_sep2 1.57121
+R<PHE>A<N> R<PRO>A<CD> sep1 -0.175364
+R<PHE>A<N> R<PRO>A<CD> sep2 1.12351
+R<PHE>A<N> R<PRO>A<CG> central_sep1 1.73725
+R<PHE>A<N> R<PRO>A<CG> central_sep2 1.01857
+R<PHE>A<N> R<PRO>A<CG> sep1 0.512414
+R<PHE>A<N> R<PRO>A<CG> sep2 0.476451
+R<PHE>A<N> R<PRO>A<N> central_sep1 1.93557
+R<PHE>A<N> R<PRO>A<N> central_sep2 3.52096
+R<PHE>A<N> R<PRO>A<N> sep1 -2.99174
+R<PHE>A<N> R<PRO>A<N> sep2 1.96222
+R<PHE>A<N> R<PRO>A<O> central_sep1 -1.48999
+R<PHE>A<N> R<PRO>A<O> central_sep2 -0.230815
+R<PHE>A<N> R<PRO>A<O> sep1 -0.0699673
+R<PHE>A<N> R<PRO>A<O> sep2 0.725239
+R<PHE>A<N> R<SER>A<C> central_sep1 -0.788546
+R<PHE>A<N> R<SER>A<C> central_sep2 2.84635
+R<PHE>A<N> R<SER>A<C> sep1 -1.84664
+R<PHE>A<N> R<SER>A<C> sep2 1.61033
+R<PHE>A<N> R<SER>A<CA> central_sep1 2.56791
+R<PHE>A<N> R<SER>A<CA> central_sep2 1.71767
+R<PHE>A<N> R<SER>A<CA> sep1 -2.19156
+R<PHE>A<N> R<SER>A<CA> sep2 1.00365
+R<PHE>A<N> R<SER>A<CB> central_sep1 1.28629
+R<PHE>A<N> R<SER>A<CB> central_sep2 1.01817
+R<PHE>A<N> R<SER>A<CB> sep1 -0.981423
+R<PHE>A<N> R<SER>A<CB> sep2 0.465197
+R<PHE>A<N> R<SER>A<N> central_sep1 1.60775
+R<PHE>A<N> R<SER>A<N> central_sep2 2.45215
+R<PHE>A<N> R<SER>A<N> sep1 -2.18886
+R<PHE>A<N> R<SER>A<N> sep2 1.63013
+R<PHE>A<N> R<SER>A<O> central_sep1 -1.64872
+R<PHE>A<N> R<SER>A<O> central_sep2 -0.851385
+R<PHE>A<N> R<SER>A<O> sep1 0.209
+R<PHE>A<N> R<SER>A<O> sep2 0.804947
+R<PHE>A<N> R<SER>A<OG> central_sep1 -0.80253
+R<PHE>A<N> R<SER>A<OG> central_sep2 0.0965155
+R<PHE>A<N> R<SER>A<OG> sep1 -0.134255
+R<PHE>A<N> R<SER>A<OG> sep2 0.369869
+R<PHE>A<N> R<THR>A<C> central_sep1 -0.508175
+R<PHE>A<N> R<THR>A<C> central_sep2 2.3711
+R<PHE>A<N> R<THR>A<C> sep1 -1.61274
+R<PHE>A<N> R<THR>A<C> sep2 1.66566
+R<PHE>A<N> R<THR>A<CA> central_sep1 2.91769
+R<PHE>A<N> R<THR>A<CA> central_sep2 1.69623
+R<PHE>A<N> R<THR>A<CA> sep1 -2.28745
+R<PHE>A<N> R<THR>A<CA> sep2 0.967795
+R<PHE>A<N> R<THR>A<CB> central_sep1 0.950547
+R<PHE>A<N> R<THR>A<CB> central_sep2 1.04272
+R<PHE>A<N> R<THR>A<CB> sep1 -1.64104
+R<PHE>A<N> R<THR>A<CB> sep2 0.421123
+R<PHE>A<N> R<THR>A<CG2> central_sep1 0.635598
+R<PHE>A<N> R<THR>A<CG2> central_sep2 0.698931
+R<PHE>A<N> R<THR>A<CG2> sep1 -0.103319
+R<PHE>A<N> R<THR>A<CG2> sep2 0.594965
+R<PHE>A<N> R<THR>A<N> central_sep1 1.45532
+R<PHE>A<N> R<THR>A<N> central_sep2 2.09299
+R<PHE>A<N> R<THR>A<N> sep1 -2.13483
+R<PHE>A<N> R<THR>A<N> sep2 1.30667
+R<PHE>A<N> R<THR>A<O> central_sep1 -1.64847
+R<PHE>A<N> R<THR>A<O> central_sep2 -1.14262
+R<PHE>A<N> R<THR>A<O> sep1 0.249531
+R<PHE>A<N> R<THR>A<O> sep2 0.779668
+R<PHE>A<N> R<THR>A<OG1> central_sep1 -0.307617
+R<PHE>A<N> R<THR>A<OG1> central_sep2 0.261005
+R<PHE>A<N> R<THR>A<OG1> sep1 0.247077
+R<PHE>A<N> R<THR>A<OG1> sep2 0.371077
+R<PHE>A<N> R<TRP>A<C> central_sep1 -0.72697
+R<PHE>A<N> R<TRP>A<C> central_sep2 3.02455
+R<PHE>A<N> R<TRP>A<C> sep1 -1.46406
+R<PHE>A<N> R<TRP>A<C> sep2 1.61789
+R<PHE>A<N> R<TRP>A<CA> central_sep1 2.39891
+R<PHE>A<N> R<TRP>A<CA> central_sep2 1.60672
+R<PHE>A<N> R<TRP>A<CA> sep1 -2.11962
+R<PHE>A<N> R<TRP>A<CA> sep2 0.895453
+R<PHE>A<N> R<TRP>A<CB> central_sep1 1.4949
+R<PHE>A<N> R<TRP>A<CB> central_sep2 0.599551
+R<PHE>A<N> R<TRP>A<CB> sep1 -1.06142
+R<PHE>A<N> R<TRP>A<CB> sep2 0.43097
+R<PHE>A<N> R<TRP>A<CD1> central_sep1 0.464926
+R<PHE>A<N> R<TRP>A<CD1> central_sep2 0.262007
+R<PHE>A<N> R<TRP>A<CD1> sep1 0.553248
+R<PHE>A<N> R<TRP>A<CD1> sep2 0.046277
+R<PHE>A<N> R<TRP>A<CD2> central_sep1 -0.487655
+R<PHE>A<N> R<TRP>A<CD2> central_sep2 0.577727
+R<PHE>A<N> R<TRP>A<CD2> sep1 0.161915
+R<PHE>A<N> R<TRP>A<CD2> sep2 0.513448
+R<PHE>A<N> R<TRP>A<CE2> central_sep1 1.72681
+R<PHE>A<N> R<TRP>A<CE2> central_sep2 0.310364
+R<PHE>A<N> R<TRP>A<CE2> sep1 1.94739
+R<PHE>A<N> R<TRP>A<CE2> sep2 -0.177367
+R<PHE>A<N> R<TRP>A<CE3> central_sep1 -0.49905
+R<PHE>A<N> R<TRP>A<CE3> central_sep2 -0.145367
+R<PHE>A<N> R<TRP>A<CE3> sep1 0.681432
+R<PHE>A<N> R<TRP>A<CE3> sep2 -0.088652
+R<PHE>A<N> R<TRP>A<CG> central_sep1 -0.595804
+R<PHE>A<N> R<TRP>A<CG> central_sep2 1.01206
+R<PHE>A<N> R<TRP>A<CG> sep1 -0.438328
+R<PHE>A<N> R<TRP>A<CG> sep2 -0.0436494
+R<PHE>A<N> R<TRP>A<CH2> central_sep1 3.16159
+R<PHE>A<N> R<TRP>A<CH2> central_sep2 -0.135483
+R<PHE>A<N> R<TRP>A<CH2> sep1 3.38637
+R<PHE>A<N> R<TRP>A<CH2> sep2 -0.508543
+R<PHE>A<N> R<TRP>A<CZ2> central_sep1 2.75777
+R<PHE>A<N> R<TRP>A<CZ2> central_sep2 -0.0117926
+R<PHE>A<N> R<TRP>A<CZ2> sep1 3.23214
+R<PHE>A<N> R<TRP>A<CZ2> sep2 -0.0856733
+R<PHE>A<N> R<TRP>A<CZ3> central_sep1 1.3278
+R<PHE>A<N> R<TRP>A<CZ3> central_sep2 -0.367034
+R<PHE>A<N> R<TRP>A<CZ3> sep1 1.96103
+R<PHE>A<N> R<TRP>A<CZ3> sep2 -0.526237
+R<PHE>A<N> R<TRP>A<N> central_sep1 1.96232
+R<PHE>A<N> R<TRP>A<N> central_sep2 1.46238
+R<PHE>A<N> R<TRP>A<N> sep1 -2.13175
+R<PHE>A<N> R<TRP>A<N> sep2 1.21348
+R<PHE>A<N> R<TRP>A<NE1> central_sep1 2.42196
+R<PHE>A<N> R<TRP>A<NE1> central_sep2 0.292931
+R<PHE>A<N> R<TRP>A<NE1> sep1 2.36263
+R<PHE>A<N> R<TRP>A<NE1> sep2 -0.0487796
+R<PHE>A<N> R<TRP>A<O> central_sep1 -1.9444
+R<PHE>A<N> R<TRP>A<O> central_sep2 -1.65798
+R<PHE>A<N> R<TRP>A<O> sep1 0.45856
+R<PHE>A<N> R<TRP>A<O> sep2 0.486212
+R<PHE>A<N> R<TYR>A<C> central_sep1 -0.545385
+R<PHE>A<N> R<TYR>A<C> central_sep2 2.47153
+R<PHE>A<N> R<TYR>A<C> sep1 -1.58459
+R<PHE>A<N> R<TYR>A<C> sep2 1.30225
+R<PHE>A<N> R<TYR>A<CA> central_sep1 2.0504
+R<PHE>A<N> R<TYR>A<CA> central_sep2 1.50245
+R<PHE>A<N> R<TYR>A<CA> sep1 -2.32541
+R<PHE>A<N> R<TYR>A<CA> sep2 0.858052
+R<PHE>A<N> R<TYR>A<CB> central_sep1 1.26994
+R<PHE>A<N> R<TYR>A<CB> central_sep2 0.587298
+R<PHE>A<N> R<TYR>A<CB> sep1 -1.27318
+R<PHE>A<N> R<TYR>A<CB> sep2 0.30566
+R<PHE>A<N> R<TYR>A<CD1> central_sep1 0.0971599
+R<PHE>A<N> R<TYR>A<CD1> central_sep2 0.459129
+R<PHE>A<N> R<TYR>A<CD1> sep1 0.0190403
+R<PHE>A<N> R<TYR>A<CD1> sep2 0.0268632
+R<PHE>A<N> R<TYR>A<CE1> central_sep1 1.55127
+R<PHE>A<N> R<TYR>A<CE1> central_sep2 0.227743
+R<PHE>A<N> R<TYR>A<CE1> sep1 1.88748
+R<PHE>A<N> R<TYR>A<CE1> sep2 -0.114671
+R<PHE>A<N> R<TYR>A<CG> central_sep1 0.237407
+R<PHE>A<N> R<TYR>A<CG> central_sep2 1.73446
+R<PHE>A<N> R<TYR>A<CG> sep1 -0.903871
+R<PHE>A<N> R<TYR>A<CG> sep2 0.22592
+R<PHE>A<N> R<TYR>A<CZ> central_sep1 2.10521
+R<PHE>A<N> R<TYR>A<CZ> central_sep2 0.206016
+R<PHE>A<N> R<TYR>A<CZ> sep1 2.0194
+R<PHE>A<N> R<TYR>A<CZ> sep2 -0.375836
+R<PHE>A<N> R<TYR>A<N> central_sep1 1.80151
+R<PHE>A<N> R<TYR>A<N> central_sep2 1.59688
+R<PHE>A<N> R<TYR>A<N> sep1 -2.29334
+R<PHE>A<N> R<TYR>A<N> sep2 1.145
+R<PHE>A<N> R<TYR>A<O> central_sep1 -1.90822
+R<PHE>A<N> R<TYR>A<O> central_sep2 -1.82296
+R<PHE>A<N> R<TYR>A<O> sep1 0.288529
+R<PHE>A<N> R<TYR>A<O> sep2 0.469237
+R<PHE>A<N> R<TYR>A<OH> central_sep1 2.05441
+R<PHE>A<N> R<TYR>A<OH> central_sep2 -0.212032
+R<PHE>A<N> R<TYR>A<OH> sep1 3.24017
+R<PHE>A<N> R<TYR>A<OH> sep2 -0.128038
+R<PHE>A<N> R<VAL>A<C> central_sep1 0.0190695
+R<PHE>A<N> R<VAL>A<C> central_sep2 4.39178
+R<PHE>A<N> R<VAL>A<C> sep1 -1.31162
+R<PHE>A<N> R<VAL>A<C> sep2 2.29241
+R<PHE>A<N> R<VAL>A<CA> central_sep1 2.60164
+R<PHE>A<N> R<VAL>A<CA> central_sep2 1.76909
+R<PHE>A<N> R<VAL>A<CA> sep1 -2.24949
+R<PHE>A<N> R<VAL>A<CA> sep2 1.07717
+R<PHE>A<N> R<VAL>A<CB> central_sep1 1.94632
+R<PHE>A<N> R<VAL>A<CB> central_sep2 0.822781
+R<PHE>A<N> R<VAL>A<CB> sep1 -1.35331
+R<PHE>A<N> R<VAL>A<CB> sep2 0.4154
+R<PHE>A<N> R<VAL>A<CG1> central_sep1 0.303377
+R<PHE>A<N> R<VAL>A<CG1> central_sep2 0.483406
+R<PHE>A<N> R<VAL>A<CG1> sep1 -0.553302
+R<PHE>A<N> R<VAL>A<CG1> sep2 0.371168
+R<PHE>A<N> R<VAL>A<CG2> central_sep1 0.936664
+R<PHE>A<N> R<VAL>A<CG2> central_sep2 0.665236
+R<PHE>A<N> R<VAL>A<CG2> sep1 1.20839
+R<PHE>A<N> R<VAL>A<CG2> sep2 0.400851
+R<PHE>A<N> R<VAL>A<N> central_sep1 2.07525
+R<PHE>A<N> R<VAL>A<N> central_sep2 1.84386
+R<PHE>A<N> R<VAL>A<N> sep1 -1.93886
+R<PHE>A<N> R<VAL>A<N> sep2 0.938759
+R<PHE>A<N> R<VAL>A<O> central_sep1 -1.72766
+R<PHE>A<N> R<VAL>A<O> central_sep2 -1.93763
+R<PHE>A<N> R<VAL>A<O> sep1 0.301016
+R<PHE>A<N> R<VAL>A<O> sep2 0.492196
+R<PHE>A<N> c<solvent> . 1.96322
+R<PHE>A<O> R<PHE>A<O> central_sep1 0.53749
+R<PHE>A<O> R<PHE>A<O> central_sep2 -0.212066
+R<PHE>A<O> R<PHE>A<O> sep1 0.943639
+R<PHE>A<O> R<PHE>A<O> sep2 0.561255
+R<PHE>A<O> R<PRO>A<C> central_sep1 -1.26293
+R<PHE>A<O> R<PRO>A<C> central_sep2 2.59685
+R<PHE>A<O> R<PRO>A<C> sep1 -1.74552
+R<PHE>A<O> R<PRO>A<C> sep2 1.48757
+R<PHE>A<O> R<PRO>A<CA> central_sep1 0.123213
+R<PHE>A<O> R<PRO>A<CA> central_sep2 -0.600108
+R<PHE>A<O> R<PRO>A<CA> sep1 -1.7199
+R<PHE>A<O> R<PRO>A<CA> sep2 0.39225
+R<PHE>A<O> R<PRO>A<CB> central_sep1 0.250997
+R<PHE>A<O> R<PRO>A<CB> central_sep2 -0.00888848
+R<PHE>A<O> R<PRO>A<CB> sep1 0.696573
+R<PHE>A<O> R<PRO>A<CB> sep2 -0.16209
+R<PHE>A<O> R<PRO>A<CD> central_sep1 -0.927289
+R<PHE>A<O> R<PRO>A<CD> central_sep2 0.00759728
+R<PHE>A<O> R<PRO>A<CD> sep1 -0.256078
+R<PHE>A<O> R<PRO>A<CD> sep2 0.736027
+R<PHE>A<O> R<PRO>A<CG> central_sep1 0.988477
+R<PHE>A<O> R<PRO>A<CG> central_sep2 -0.0977329
+R<PHE>A<O> R<PRO>A<CG> sep1 1.10477
+R<PHE>A<O> R<PRO>A<CG> sep2 0.0861606
+R<PHE>A<O> R<PRO>A<N> central_sep1 -0.079225
+R<PHE>A<O> R<PRO>A<N> central_sep2 1.67541
+R<PHE>A<O> R<PRO>A<N> sep1 -1.19391
+R<PHE>A<O> R<PRO>A<N> sep2 0.0504518
+R<PHE>A<O> R<PRO>A<O> central_sep1 0.415178
+R<PHE>A<O> R<PRO>A<O> central_sep2 1.27497
+R<PHE>A<O> R<PRO>A<O> sep1 0.321798
+R<PHE>A<O> R<PRO>A<O> sep2 0.951223
+R<PHE>A<O> R<SER>A<C> central_sep1 -0.708902
+R<PHE>A<O> R<SER>A<C> central_sep2 1.96314
+R<PHE>A<O> R<SER>A<C> sep1 -1.51952
+R<PHE>A<O> R<SER>A<C> sep2 1.07071
+R<PHE>A<O> R<SER>A<CA> central_sep1 0.730795
+R<PHE>A<O> R<SER>A<CA> central_sep2 -0.716741
+R<PHE>A<O> R<SER>A<CA> sep1 -2.09046
+R<PHE>A<O> R<SER>A<CA> sep2 0.355781
+R<PHE>A<O> R<SER>A<CB> central_sep1 -0.496467
+R<PHE>A<O> R<SER>A<CB> central_sep2 -0.179396
+R<PHE>A<O> R<SER>A<CB> sep1 0.10701
+R<PHE>A<O> R<SER>A<CB> sep2 -0.330409
+R<PHE>A<O> R<SER>A<N> central_sep1 -1.41379
+R<PHE>A<O> R<SER>A<N> central_sep2 -0.959042
+R<PHE>A<O> R<SER>A<N> sep1 -0.0605098
+R<PHE>A<O> R<SER>A<N> sep2 0.686509
+R<PHE>A<O> R<SER>A<O> central_sep1 0.169491
+R<PHE>A<O> R<SER>A<O> central_sep2 0.689156
+R<PHE>A<O> R<SER>A<O> sep1 0.597086
+R<PHE>A<O> R<SER>A<O> sep2 0.850216
+R<PHE>A<O> R<SER>A<OG> central_sep1 -0.549175
+R<PHE>A<O> R<SER>A<OG> central_sep2 0.086412
+R<PHE>A<O> R<SER>A<OG> sep1 1.03775
+R<PHE>A<O> R<SER>A<OG> sep2 0.233193
+R<PHE>A<O> R<THR>A<C> central_sep1 -0.411976
+R<PHE>A<O> R<THR>A<C> central_sep2 2.04526
+R<PHE>A<O> R<THR>A<C> sep1 -1.28783
+R<PHE>A<O> R<THR>A<C> sep2 0.918028
+R<PHE>A<O> R<THR>A<CA> central_sep1 0.789654
+R<PHE>A<O> R<THR>A<CA> central_sep2 -0.973686
+R<PHE>A<O> R<THR>A<CA> sep1 -2.1953
+R<PHE>A<O> R<THR>A<CA> sep2 0.352512
+R<PHE>A<O> R<THR>A<CB> central_sep1 -0.663979
+R<PHE>A<O> R<THR>A<CB> central_sep2 -0.259381
+R<PHE>A<O> R<THR>A<CB> sep1 0.191632
+R<PHE>A<O> R<THR>A<CB> sep2 -0.758613
+R<PHE>A<O> R<THR>A<CG2> central_sep1 -0.506631
+R<PHE>A<O> R<THR>A<CG2> central_sep2 -0.107604
+R<PHE>A<O> R<THR>A<CG2> sep1 0.786093
+R<PHE>A<O> R<THR>A<CG2> sep2 0.379549
+R<PHE>A<O> R<THR>A<N> central_sep1 -1.40151
+R<PHE>A<O> R<THR>A<N> central_sep2 -1.19049
+R<PHE>A<O> R<THR>A<N> sep1 0.101056
+R<PHE>A<O> R<THR>A<N> sep2 1.05645
+R<PHE>A<O> R<THR>A<O> central_sep1 0.551176
+R<PHE>A<O> R<THR>A<O> central_sep2 0.488368
+R<PHE>A<O> R<THR>A<O> sep1 0.852671
+R<PHE>A<O> R<THR>A<O> sep2 0.758646
+R<PHE>A<O> R<THR>A<OG1> central_sep1 -0.656185
+R<PHE>A<O> R<THR>A<OG1> central_sep2 0.133368
+R<PHE>A<O> R<THR>A<OG1> sep1 0.708808
+R<PHE>A<O> R<THR>A<OG1> sep2 0.295732
+R<PHE>A<O> R<TRP>A<C> central_sep1 -0.617347
+R<PHE>A<O> R<TRP>A<C> central_sep2 2.20094
+R<PHE>A<O> R<TRP>A<C> sep1 -1.19428
+R<PHE>A<O> R<TRP>A<C> sep2 0.954224
+R<PHE>A<O> R<TRP>A<CA> central_sep1 1.22338
+R<PHE>A<O> R<TRP>A<CA> central_sep2 -1.10017
+R<PHE>A<O> R<TRP>A<CA> sep1 -1.89251
+R<PHE>A<O> R<TRP>A<CA> sep2 0.256632
+R<PHE>A<O> R<TRP>A<CB> central_sep1 -1.46659
+R<PHE>A<O> R<TRP>A<CB> central_sep2 -0.493253
+R<PHE>A<O> R<TRP>A<CB> sep1 0.496447
+R<PHE>A<O> R<TRP>A<CB> sep2 -0.597599
+R<PHE>A<O> R<TRP>A<CD1> central_sep1 -0.839354
+R<PHE>A<O> R<TRP>A<CD1> central_sep2 -0.544111
+R<PHE>A<O> R<TRP>A<CD1> sep1 1.0606
+R<PHE>A<O> R<TRP>A<CD1> sep2 -0.208809
+R<PHE>A<O> R<TRP>A<CD2> central_sep1 0.870671
+R<PHE>A<O> R<TRP>A<CD2> central_sep2 1.26289
+R<PHE>A<O> R<TRP>A<CD2> sep1 0.872794
+R<PHE>A<O> R<TRP>A<CD2> sep2 0.261697
+R<PHE>A<O> R<TRP>A<CE2> central_sep1 1.06846
+R<PHE>A<O> R<TRP>A<CE2> central_sep2 1.95472
+R<PHE>A<O> R<TRP>A<CE2> sep1 1.22454
+R<PHE>A<O> R<TRP>A<CE2> sep2 0.406507
+R<PHE>A<O> R<TRP>A<CE3> central_sep1 -0.314568
+R<PHE>A<O> R<TRP>A<CE3> central_sep2 -0.410685
+R<PHE>A<O> R<TRP>A<CE3> sep1 1.38175
+R<PHE>A<O> R<TRP>A<CE3> sep2 -0.161463
+R<PHE>A<O> R<TRP>A<CG> central_sep1 0.810663
+R<PHE>A<O> R<TRP>A<CG> central_sep2 1.43541
+R<PHE>A<O> R<TRP>A<CG> sep1 0.365521
+R<PHE>A<O> R<TRP>A<CG> sep2 -0.177056
+R<PHE>A<O> R<TRP>A<CH2> central_sep1 3.09609
+R<PHE>A<O> R<TRP>A<CH2> central_sep2 -0.55901
+R<PHE>A<O> R<TRP>A<CH2> sep1 3.30019
+R<PHE>A<O> R<TRP>A<CH2> sep2 -0.535998
+R<PHE>A<O> R<TRP>A<CZ2> central_sep1 1.72425
+R<PHE>A<O> R<TRP>A<CZ2> central_sep2 -0.650591
+R<PHE>A<O> R<TRP>A<CZ2> sep1 2.72067
+R<PHE>A<O> R<TRP>A<CZ2> sep2 -0.521184
+R<PHE>A<O> R<TRP>A<CZ3> central_sep1 1.2086
+R<PHE>A<O> R<TRP>A<CZ3> central_sep2 -0.587582
+R<PHE>A<O> R<TRP>A<CZ3> sep1 2.41
+R<PHE>A<O> R<TRP>A<CZ3> sep2 -0.241321
+R<PHE>A<O> R<TRP>A<N> central_sep1 -1.94464
+R<PHE>A<O> R<TRP>A<N> central_sep2 -1.62936
+R<PHE>A<O> R<TRP>A<N> sep1 0.325987
+R<PHE>A<O> R<TRP>A<N> sep2 0.583558
+R<PHE>A<O> R<TRP>A<NE1> central_sep1 0.00260327
+R<PHE>A<O> R<TRP>A<NE1> central_sep2 -1.19589
+R<PHE>A<O> R<TRP>A<NE1> sep1 1.18806
+R<PHE>A<O> R<TRP>A<NE1> sep2 -0.283647
+R<PHE>A<O> R<TRP>A<O> central_sep1 0.727718
+R<PHE>A<O> R<TRP>A<O> central_sep2 -0.00841204
+R<PHE>A<O> R<TRP>A<O> sep1 1.14859
+R<PHE>A<O> R<TRP>A<O> sep2 0.563649
+R<PHE>A<O> R<TYR>A<C> central_sep1 -0.738784
+R<PHE>A<O> R<TYR>A<C> central_sep2 2.18316
+R<PHE>A<O> R<TYR>A<C> sep1 -1.14846
+R<PHE>A<O> R<TYR>A<C> sep2 0.857024
+R<PHE>A<O> R<TYR>A<CA> central_sep1 0.702658
+R<PHE>A<O> R<TYR>A<CA> central_sep2 -1.08989
+R<PHE>A<O> R<TYR>A<CA> sep1 -2.06585
+R<PHE>A<O> R<TYR>A<CA> sep2 0.159137
+R<PHE>A<O> R<TYR>A<CB> central_sep1 -1.42946
+R<PHE>A<O> R<TYR>A<CB> central_sep2 -0.570175
+R<PHE>A<O> R<TYR>A<CB> sep1 0.265662
+R<PHE>A<O> R<TYR>A<CB> sep2 -0.824415
+R<PHE>A<O> R<TYR>A<CD1> central_sep1 -0.58267
+R<PHE>A<O> R<TYR>A<CD1> central_sep2 -0.58564
+R<PHE>A<O> R<TYR>A<CD1> sep1 0.785451
+R<PHE>A<O> R<TYR>A<CD1> sep2 -0.147816
+R<PHE>A<O> R<TYR>A<CE1> central_sep1 0.442833
+R<PHE>A<O> R<TYR>A<CE1> central_sep2 -0.493294
+R<PHE>A<O> R<TYR>A<CE1> sep1 1.39319
+R<PHE>A<O> R<TYR>A<CE1> sep2 -0.0950491
+R<PHE>A<O> R<TYR>A<CG> central_sep1 0.617462
+R<PHE>A<O> R<TYR>A<CG> central_sep2 1.27984
+R<PHE>A<O> R<TYR>A<CG> sep1 0.0186874
+R<PHE>A<O> R<TYR>A<CG> sep2 -0.398294
+R<PHE>A<O> R<TYR>A<CZ> central_sep1 1.01674
+R<PHE>A<O> R<TYR>A<CZ> central_sep2 1.11322
+R<PHE>A<O> R<TYR>A<CZ> sep1 1.11552
+R<PHE>A<O> R<TYR>A<CZ> sep2 -0.297729
+R<PHE>A<O> R<TYR>A<N> central_sep1 -1.98104
+R<PHE>A<O> R<TYR>A<N> central_sep2 -1.80666
+R<PHE>A<O> R<TYR>A<N> sep1 0.25619
+R<PHE>A<O> R<TYR>A<N> sep2 0.66794
+R<PHE>A<O> R<TYR>A<O> central_sep1 0.475923
+R<PHE>A<O> R<TYR>A<O> central_sep2 -0.0559083
+R<PHE>A<O> R<TYR>A<O> sep1 0.905853
+R<PHE>A<O> R<TYR>A<O> sep2 0.567653
+R<PHE>A<O> R<TYR>A<OH> central_sep1 2.05656
+R<PHE>A<O> R<TYR>A<OH> central_sep2 -0.576195
+R<PHE>A<O> R<TYR>A<OH> sep1 2.81885
+R<PHE>A<O> R<TYR>A<OH> sep2 -0.221814
+R<PHE>A<O> R<VAL>A<C> central_sep1 -0.488394
+R<PHE>A<O> R<VAL>A<C> central_sep2 2.92029
+R<PHE>A<O> R<VAL>A<C> sep1 -0.880944
+R<PHE>A<O> R<VAL>A<C> sep2 1.38145
+R<PHE>A<O> R<VAL>A<CA> central_sep1 1.13557
+R<PHE>A<O> R<VAL>A<CA> central_sep2 -1.28187
+R<PHE>A<O> R<VAL>A<CA> sep1 -2.0101
+R<PHE>A<O> R<VAL>A<CA> sep2 0.320843
+R<PHE>A<O> R<VAL>A<CB> central_sep1 -1.31879
+R<PHE>A<O> R<VAL>A<CB> central_sep2 -0.497348
+R<PHE>A<O> R<VAL>A<CB> sep1 0.524619
+R<PHE>A<O> R<VAL>A<CB> sep2 -1.21801
+R<PHE>A<O> R<VAL>A<CG1> central_sep1 -0.297673
+R<PHE>A<O> R<VAL>A<CG1> central_sep2 -0.391858
+R<PHE>A<O> R<VAL>A<CG1> sep1 1.12286
+R<PHE>A<O> R<VAL>A<CG1> sep2 0.201638
+R<PHE>A<O> R<VAL>A<CG2> central_sep1 -0.860858
+R<PHE>A<O> R<VAL>A<CG2> central_sep2 -0.209878
+R<PHE>A<O> R<VAL>A<CG2> sep1 0.712138
+R<PHE>A<O> R<VAL>A<CG2> sep2 -0.0938403
+R<PHE>A<O> R<VAL>A<N> central_sep1 -1.81036
+R<PHE>A<O> R<VAL>A<N> central_sep2 -2.00275
+R<PHE>A<O> R<VAL>A<N> sep1 0.16094
+R<PHE>A<O> R<VAL>A<N> sep2 0.847717
+R<PHE>A<O> R<VAL>A<O> central_sep1 0.714474
+R<PHE>A<O> R<VAL>A<O> central_sep2 -0.12093
+R<PHE>A<O> R<VAL>A<O> sep1 1.12184
+R<PHE>A<O> R<VAL>A<O> sep2 0.570244
+R<PHE>A<O> c<solvent> . 0.828803
+R<PRO>A<C> R<PRO>A<C> central_sep1 2.0339
+R<PRO>A<C> R<PRO>A<C> central_sep2 3.10034
+R<PRO>A<C> R<PRO>A<C> sep1 -2.44446
+R<PRO>A<C> R<PRO>A<C> sep2 2.08902
+R<PRO>A<C> R<PRO>A<CA> central_sep1 2.68975
+R<PRO>A<C> R<PRO>A<CA> central_sep2 1.37738
+R<PRO>A<C> R<PRO>A<CA> sep1 -2.27952
+R<PRO>A<C> R<PRO>A<CA> sep2 0.206166
+R<PRO>A<C> R<PRO>A<CB> central_sep1 3.01664
+R<PRO>A<C> R<PRO>A<CB> central_sep2 0.646556
+R<PRO>A<C> R<PRO>A<CB> sep1 2.40362
+R<PRO>A<C> R<PRO>A<CB> sep2 -0.283582
+R<PRO>A<C> R<PRO>A<CD> central_sep1 0.346024
+R<PRO>A<C> R<PRO>A<CD> central_sep2 1.1884
+R<PRO>A<C> R<PRO>A<CD> sep1 -0.589824
+R<PRO>A<C> R<PRO>A<CD> sep2 0.172839
+R<PRO>A<C> R<PRO>A<CG> central_sep1 3.06422
+R<PRO>A<C> R<PRO>A<CG> central_sep2 0.56451
+R<PRO>A<C> R<PRO>A<CG> sep1 3.00438
+R<PRO>A<C> R<PRO>A<CG> sep2 -0.254497
+R<PRO>A<C> R<PRO>A<N> central_sep1 0.849463
+R<PRO>A<C> R<PRO>A<N> central_sep2 1.02164
+R<PRO>A<C> R<PRO>A<N> sep1 -0.890377
+R<PRO>A<C> R<PRO>A<N> sep2 2.15138
+R<PRO>A<C> R<PRO>A<O> central_sep1 -1.40189
+R<PRO>A<C> R<PRO>A<O> central_sep2 2.36385
+R<PRO>A<C> R<PRO>A<O> sep1 -1.98268
+R<PRO>A<C> R<PRO>A<O> sep2 1.37404
+R<PRO>A<C> R<SER>A<C> central_sep1 2.18812
+R<PRO>A<C> R<SER>A<C> central_sep2 4.12927
+R<PRO>A<C> R<SER>A<C> sep1 -2.24552
+R<PRO>A<C> R<SER>A<C> sep2 2.37918
+R<PRO>A<C> R<SER>A<CA> central_sep1 1.62477
+R<PRO>A<C> R<SER>A<CA> central_sep2 2.02546
+R<PRO>A<C> R<SER>A<CA> sep1 -2.58959
+R<PRO>A<C> R<SER>A<CA> sep2 0.814828
+R<PRO>A<C> R<SER>A<CB> central_sep1 2.48447
+R<PRO>A<C> R<SER>A<CB> central_sep2 0.982112
+R<PRO>A<C> R<SER>A<CB> sep1 0.107227
+R<PRO>A<C> R<SER>A<CB> sep2 0.0446632
+R<PRO>A<C> R<SER>A<N> central_sep1 -0.907376
+R<PRO>A<C> R<SER>A<N> central_sep2 2.35425
+R<PRO>A<C> R<SER>A<N> sep1 -1.54405
+R<PRO>A<C> R<SER>A<N> sep2 1.7099
+R<PRO>A<C> R<SER>A<O> central_sep1 -1.28233
+R<PRO>A<C> R<SER>A<O> central_sep2 2.52348
+R<PRO>A<C> R<SER>A<O> sep1 -1.65883
+R<PRO>A<C> R<SER>A<O> sep2 1.21644
+R<PRO>A<C> R<SER>A<OG> central_sep1 2.27509
+R<PRO>A<C> R<SER>A<OG> central_sep2 1.44839
+R<PRO>A<C> R<SER>A<OG> sep1 0.815895
+R<PRO>A<C> R<SER>A<OG> sep2 0.520532
+R<PRO>A<C> R<THR>A<C> central_sep1 2.32392
+R<PRO>A<C> R<THR>A<C> central_sep2 3.60603
+R<PRO>A<C> R<THR>A<C> sep1 -2.58234
+R<PRO>A<C> R<THR>A<C> sep2 2.31733
+R<PRO>A<C> R<THR>A<CA> central_sep1 1.74704
+R<PRO>A<C> R<THR>A<CA> central_sep2 2.54955
+R<PRO>A<C> R<THR>A<CA> sep1 -2.61108
+R<PRO>A<C> R<THR>A<CA> sep2 0.971745
+R<PRO>A<C> R<THR>A<CB> central_sep1 2.43931
+R<PRO>A<C> R<THR>A<CB> central_sep2 1.45578
+R<PRO>A<C> R<THR>A<CB> sep1 0.495996
+R<PRO>A<C> R<THR>A<CB> sep2 0.10486
+R<PRO>A<C> R<THR>A<CG2> central_sep1 1.10106
+R<PRO>A<C> R<THR>A<CG2> central_sep2 0.796825
+R<PRO>A<C> R<THR>A<CG2> sep1 -0.176609
+R<PRO>A<C> R<THR>A<CG2> sep2 -0.0440499
+R<PRO>A<C> R<THR>A<N> central_sep1 -0.687851
+R<PRO>A<C> R<THR>A<N> central_sep2 2.94994
+R<PRO>A<C> R<THR>A<N> sep1 -1.61865
+R<PRO>A<C> R<THR>A<N> sep2 1.81608
+R<PRO>A<C> R<THR>A<O> central_sep1 -1.64337
+R<PRO>A<C> R<THR>A<O> central_sep2 2.71399
+R<PRO>A<C> R<THR>A<O> sep1 -1.82499
+R<PRO>A<C> R<THR>A<O> sep2 1.427
+R<PRO>A<C> R<THR>A<OG1> central_sep1 2.10404
+R<PRO>A<C> R<THR>A<OG1> central_sep2 1.42327
+R<PRO>A<C> R<THR>A<OG1> sep1 0.336874
+R<PRO>A<C> R<THR>A<OG1> sep2 0.460802
+R<PRO>A<C> R<TRP>A<C> central_sep1 2.03134
+R<PRO>A<C> R<TRP>A<C> central_sep2 3.84137
+R<PRO>A<C> R<TRP>A<C> sep1 -2.4052
+R<PRO>A<C> R<TRP>A<C> sep2 2.36535
+R<PRO>A<C> R<TRP>A<CA> central_sep1 1.47521
+R<PRO>A<C> R<TRP>A<CA> central_sep2 2.07015
+R<PRO>A<C> R<TRP>A<CA> sep1 -2.78851
+R<PRO>A<C> R<TRP>A<CA> sep2 0.919672
+R<PRO>A<C> R<TRP>A<CB> central_sep1 2.21546
+R<PRO>A<C> R<TRP>A<CB> central_sep2 0.98285
+R<PRO>A<C> R<TRP>A<CB> sep1 0.080688
+R<PRO>A<C> R<TRP>A<CB> sep2 -0.238271
+R<PRO>A<C> R<TRP>A<CD1> central_sep1 -0.197449
+R<PRO>A<C> R<TRP>A<CD1> central_sep2 0.298241
+R<PRO>A<C> R<TRP>A<CD1> sep1 -0.252654
+R<PRO>A<C> R<TRP>A<CD1> sep2 -0.499182
+R<PRO>A<C> R<TRP>A<CD2> central_sep1 0.432056
+R<PRO>A<C> R<TRP>A<CD2> central_sep2 1.14424
+R<PRO>A<C> R<TRP>A<CD2> sep1 -0.20725
+R<PRO>A<C> R<TRP>A<CD2> sep2 0.579571
+R<PRO>A<C> R<TRP>A<CE2> central_sep1 1.6819
+R<PRO>A<C> R<TRP>A<CE2> central_sep2 0.918488
+R<PRO>A<C> R<TRP>A<CE2> sep1 2.37196
+R<PRO>A<C> R<TRP>A<CE2> sep2 0.276524
+R<PRO>A<C> R<TRP>A<CE3> central_sep1 0.26861
+R<PRO>A<C> R<TRP>A<CE3> central_sep2 0.147118
+R<PRO>A<C> R<TRP>A<CE3> sep1 0.898154
+R<PRO>A<C> R<TRP>A<CE3> sep2 -0.265194
+R<PRO>A<C> R<TRP>A<CG> central_sep1 1.90171
+R<PRO>A<C> R<TRP>A<CG> central_sep2 1.34862
+R<PRO>A<C> R<TRP>A<CG> sep1 -0.601053
+R<PRO>A<C> R<TRP>A<CG> sep2 0.448972
+R<PRO>A<C> R<TRP>A<CH2> central_sep1 3.22046
+R<PRO>A<C> R<TRP>A<CH2> central_sep2 0.0842078
+R<PRO>A<C> R<TRP>A<CH2> sep1 3.22905
+R<PRO>A<C> R<TRP>A<CH2> sep2 -0.481079
+R<PRO>A<C> R<TRP>A<CZ2> central_sep1 2.59311
+R<PRO>A<C> R<TRP>A<CZ2> central_sep2 -0.0298593
+R<PRO>A<C> R<TRP>A<CZ2> sep1 2.61194
+R<PRO>A<C> R<TRP>A<CZ2> sep2 -0.486507
+R<PRO>A<C> R<TRP>A<CZ3> central_sep1 1.51035
+R<PRO>A<C> R<TRP>A<CZ3> central_sep2 -0.0668705
+R<PRO>A<C> R<TRP>A<CZ3> sep1 2.73192
+R<PRO>A<C> R<TRP>A<CZ3> sep2 -0.39349
+R<PRO>A<C> R<TRP>A<N> central_sep1 -0.971863
+R<PRO>A<C> R<TRP>A<N> central_sep2 1.49992
+R<PRO>A<C> R<TRP>A<N> sep1 -1.83876
+R<PRO>A<C> R<TRP>A<N> sep2 2.10213
+R<PRO>A<C> R<TRP>A<NE1> central_sep1 1.25104
+R<PRO>A<C> R<TRP>A<NE1> central_sep2 -0.0391368
+R<PRO>A<C> R<TRP>A<NE1> sep1 1.46841
+R<PRO>A<C> R<TRP>A<NE1> sep2 -0.647996
+R<PRO>A<C> R<TRP>A<O> central_sep1 -1.22771
+R<PRO>A<C> R<TRP>A<O> central_sep2 2.91938
+R<PRO>A<C> R<TRP>A<O> sep1 -1.57054
+R<PRO>A<C> R<TRP>A<O> sep2 1.73621
+R<PRO>A<C> R<TYR>A<C> central_sep1 2.56927
+R<PRO>A<C> R<TYR>A<C> central_sep2 4.48414
+R<PRO>A<C> R<TYR>A<C> sep1 -2.48188
+R<PRO>A<C> R<TYR>A<C> sep2 2.47913
+R<PRO>A<C> R<TYR>A<CA> central_sep1 1.45021
+R<PRO>A<C> R<TYR>A<CA> central_sep2 2.43316
+R<PRO>A<C> R<TYR>A<CA> sep1 -2.66729
+R<PRO>A<C> R<TYR>A<CA> sep2 0.974448
+R<PRO>A<C> R<TYR>A<CB> central_sep1 2.37514
+R<PRO>A<C> R<TYR>A<CB> central_sep2 0.874
+R<PRO>A<C> R<TYR>A<CB> sep1 -0.0361788
+R<PRO>A<C> R<TYR>A<CB> sep2 -0.102189
+R<PRO>A<C> R<TYR>A<CD1> central_sep1 -0.171733
+R<PRO>A<C> R<TYR>A<CD1> central_sep2 0.184574
+R<PRO>A<C> R<TYR>A<CD1> sep1 -0.292828
+R<PRO>A<C> R<TYR>A<CD1> sep2 -0.434007
+R<PRO>A<C> R<TYR>A<CE1> central_sep1 1.16434
+R<PRO>A<C> R<TYR>A<CE1> central_sep2 0.36998
+R<PRO>A<C> R<TYR>A<CE1> sep1 1.59357
+R<PRO>A<C> R<TYR>A<CE1> sep2 -0.362041
+R<PRO>A<C> R<TYR>A<CG> central_sep1 1.47703
+R<PRO>A<C> R<TYR>A<CG> central_sep2 0.897365
+R<PRO>A<C> R<TYR>A<CG> sep1 -1.37907
+R<PRO>A<C> R<TYR>A<CG> sep2 0.0183493
+R<PRO>A<C> R<TYR>A<CZ> central_sep1 2.86743
+R<PRO>A<C> R<TYR>A<CZ> central_sep2 0.995149
+R<PRO>A<C> R<TYR>A<CZ> sep1 2.31311
+R<PRO>A<C> R<TYR>A<CZ> sep2 0.145635
+R<PRO>A<C> R<TYR>A<N> central_sep1 -0.749868
+R<PRO>A<C> R<TYR>A<N> central_sep2 2.78274
+R<PRO>A<C> R<TYR>A<N> sep1 -1.70593
+R<PRO>A<C> R<TYR>A<N> sep2 1.78435
+R<PRO>A<C> R<TYR>A<O> central_sep1 -1.26368
+R<PRO>A<C> R<TYR>A<O> central_sep2 2.55622
+R<PRO>A<C> R<TYR>A<O> sep1 -1.7082
+R<PRO>A<C> R<TYR>A<O> sep2 1.31167
+R<PRO>A<C> R<TYR>A<OH> central_sep1 3.18568
+R<PRO>A<C> R<TYR>A<OH> central_sep2 0.752386
+R<PRO>A<C> R<TYR>A<OH> sep1 3.49893
+R<PRO>A<C> R<TYR>A<OH> sep2 -0.0143659
+R<PRO>A<C> R<VAL>A<C> central_sep1 3.08188
+R<PRO>A<C> R<VAL>A<C> central_sep2 4.48336
+R<PRO>A<C> R<VAL>A<C> sep1 -2.90485
+R<PRO>A<C> R<VAL>A<C> sep2 2.87883
+R<PRO>A<C> R<VAL>A<CA> central_sep1 2.20845
+R<PRO>A<C> R<VAL>A<CA> central_sep2 2.87704
+R<PRO>A<C> R<VAL>A<CA> sep1 -2.76249
+R<PRO>A<C> R<VAL>A<CA> sep2 1.36212
+R<PRO>A<C> R<VAL>A<CB> central_sep1 2.10473
+R<PRO>A<C> R<VAL>A<CB> central_sep2 1.40802
+R<PRO>A<C> R<VAL>A<CB> sep1 0.211164
+R<PRO>A<C> R<VAL>A<CB> sep2 0.0962358
+R<PRO>A<C> R<VAL>A<CG1> central_sep1 1.14347
+R<PRO>A<C> R<VAL>A<CG1> central_sep2 0.731082
+R<PRO>A<C> R<VAL>A<CG1> sep1 0.228149
+R<PRO>A<C> R<VAL>A<CG1> sep2 -0.0900478
+R<PRO>A<C> R<VAL>A<CG2> central_sep1 0.914744
+R<PRO>A<C> R<VAL>A<CG2> central_sep2 0.678883
+R<PRO>A<C> R<VAL>A<CG2> sep1 -0.499761
+R<PRO>A<C> R<VAL>A<CG2> sep2 -0.0135579
+R<PRO>A<C> R<VAL>A<N> central_sep1 -0.449503
+R<PRO>A<C> R<VAL>A<N> central_sep2 3.1116
+R<PRO>A<C> R<VAL>A<N> sep1 -1.67658
+R<PRO>A<C> R<VAL>A<N> sep2 1.93306
+R<PRO>A<C> R<VAL>A<O> central_sep1 -1.47896
+R<PRO>A<C> R<VAL>A<O> central_sep2 2.90393
+R<PRO>A<C> R<VAL>A<O> sep1 -1.80039
+R<PRO>A<C> R<VAL>A<O> sep2 1.49762
+R<PRO>A<C> c<solvent> . 1.84162
+R<PRO>A<CA> R<PRO>A<CA> central_sep1 -0.432529
+R<PRO>A<CA> R<PRO>A<CA> central_sep2 0.134283
+R<PRO>A<CA> R<PRO>A<CA> sep1 1.72389
+R<PRO>A<CA> R<PRO>A<CA> sep2 0.269595
+R<PRO>A<CA> R<PRO>A<CB> central_sep1 0.965918
+R<PRO>A<CA> R<PRO>A<CB> central_sep2 -0.0773382
+R<PRO>A<CA> R<PRO>A<CB> sep1 0.560025
+R<PRO>A<CA> R<PRO>A<CB> sep2 -0.00768307
+R<PRO>A<CA> R<PRO>A<CD> central_sep1 -2.07792
+R<PRO>A<CA> R<PRO>A<CD> central_sep2 0.0963637
+R<PRO>A<CA> R<PRO>A<CD> sep1 1.70917
+R<PRO>A<CA> R<PRO>A<CD> sep2 0.373208
+R<PRO>A<CA> R<PRO>A<CG> central_sep1 0.989271
+R<PRO>A<CA> R<PRO>A<CG> central_sep2 -0.106901
+R<PRO>A<CA> R<PRO>A<CG> sep1 1.97021
+R<PRO>A<CA> R<PRO>A<CG> sep2 -0.023907
+R<PRO>A<CA> R<PRO>A<N> central_sep1 2.52124
+R<PRO>A<CA> R<PRO>A<N> central_sep2 1.01942
+R<PRO>A<CA> R<PRO>A<N> sep1 -1.05105
+R<PRO>A<CA> R<PRO>A<N> sep2 -0.384841
+R<PRO>A<CA> R<PRO>A<O> central_sep1 0.86553
+R<PRO>A<CA> R<PRO>A<O> central_sep2 -0.232708
+R<PRO>A<CA> R<PRO>A<O> sep1 -1.5824
+R<PRO>A<CA> R<PRO>A<O> sep2 0.237624
+R<PRO>A<CA> R<SER>A<C> central_sep1 3.0065
+R<PRO>A<CA> R<SER>A<C> central_sep2 1.44661
+R<PRO>A<CA> R<SER>A<C> sep1 -2.32638
+R<PRO>A<CA> R<SER>A<C> sep2 0.21478
+R<PRO>A<CA> R<SER>A<CA> central_sep1 0.0313922
+R<PRO>A<CA> R<SER>A<CA> central_sep2 0.333973
+R<PRO>A<CA> R<SER>A<CA> sep1 2.15959
+R<PRO>A<CA> R<SER>A<CA> sep2 0.28601
+R<PRO>A<CA> R<SER>A<CB> central_sep1 0.380793
+R<PRO>A<CA> R<SER>A<CB> central_sep2 0.087865
+R<PRO>A<CA> R<SER>A<CB> sep1 1.14481
+R<PRO>A<CA> R<SER>A<CB> sep2 0.138018
+R<PRO>A<CA> R<SER>A<N> central_sep1 2.20356
+R<PRO>A<CA> R<SER>A<N> central_sep2 1.45935
+R<PRO>A<CA> R<SER>A<N> sep1 -2.21381
+R<PRO>A<CA> R<SER>A<N> sep2 0.788941
+R<PRO>A<CA> R<SER>A<O> central_sep1 0.405637
+R<PRO>A<CA> R<SER>A<O> central_sep2 -0.286013
+R<PRO>A<CA> R<SER>A<O> sep1 -1.60465
+R<PRO>A<CA> R<SER>A<O> sep2 0.405911
+R<PRO>A<CA> R<SER>A<OG> central_sep1 0.23007
+R<PRO>A<CA> R<SER>A<OG> central_sep2 -0.146533
+R<PRO>A<CA> R<SER>A<OG> sep1 1.12006
+R<PRO>A<CA> R<SER>A<OG> sep2 0.0641002
+R<PRO>A<CA> R<THR>A<C> central_sep1 2.9604
+R<PRO>A<CA> R<THR>A<C> central_sep2 1.43495
+R<PRO>A<CA> R<THR>A<C> sep1 -2.59271
+R<PRO>A<CA> R<THR>A<C> sep2 0.13907
+R<PRO>A<CA> R<THR>A<CA> central_sep1 0.252268
+R<PRO>A<CA> R<THR>A<CA> central_sep2 0.0487343
+R<PRO>A<CA> R<THR>A<CA> sep1 2.6518
+R<PRO>A<CA> R<THR>A<CA> sep2 0.258436
+R<PRO>A<CA> R<THR>A<CB> central_sep1 -0.242091
+R<PRO>A<CA> R<THR>A<CB> central_sep2 0.271052
+R<PRO>A<CA> R<THR>A<CB> sep1 1.05453
+R<PRO>A<CA> R<THR>A<CB> sep2 -0.0919103
+R<PRO>A<CA> R<THR>A<CG2> central_sep1 0.626436
+R<PRO>A<CA> R<THR>A<CG2> central_sep2 -0.12304
+R<PRO>A<CA> R<THR>A<CG2> sep1 1.40755
+R<PRO>A<CA> R<THR>A<CG2> sep2 0.12663
+R<PRO>A<CA> R<THR>A<N> central_sep1 2.18984
+R<PRO>A<CA> R<THR>A<N> central_sep2 1.86971
+R<PRO>A<CA> R<THR>A<N> sep1 -2.25268
+R<PRO>A<CA> R<THR>A<N> sep2 1.1875
+R<PRO>A<CA> R<THR>A<O> central_sep1 0.57649
+R<PRO>A<CA> R<THR>A<O> central_sep2 -0.413559
+R<PRO>A<CA> R<THR>A<O> sep1 -1.79407
+R<PRO>A<CA> R<THR>A<O> sep2 0.37906
+R<PRO>A<CA> R<THR>A<OG1> central_sep1 0.153946
+R<PRO>A<CA> R<THR>A<OG1> central_sep2 -0.157786
+R<PRO>A<CA> R<THR>A<OG1> sep1 1.25009
+R<PRO>A<CA> R<THR>A<OG1> sep2 0.156459
+R<PRO>A<CA> R<TRP>A<C> central_sep1 2.62631
+R<PRO>A<CA> R<TRP>A<C> central_sep2 1.80159
+R<PRO>A<CA> R<TRP>A<C> sep1 -2.26835
+R<PRO>A<CA> R<TRP>A<C> sep2 0.685706
+R<PRO>A<CA> R<TRP>A<CA> central_sep1 -0.445865
+R<PRO>A<CA> R<TRP>A<CA> central_sep2 -0.388959
+R<PRO>A<CA> R<TRP>A<CA> sep1 2.30145
+R<PRO>A<CA> R<TRP>A<CA> sep2 0.154175
+R<PRO>A<CA> R<TRP>A<CB> central_sep1 -0.256052
+R<PRO>A<CA> R<TRP>A<CB> central_sep2 -0.2718
+R<PRO>A<CA> R<TRP>A<CB> sep1 1.20206
+R<PRO>A<CA> R<TRP>A<CB> sep2 -0.148199
+R<PRO>A<CA> R<TRP>A<CD1> central_sep1 -0.473671
+R<PRO>A<CA> R<TRP>A<CD1> central_sep2 -0.609027
+R<PRO>A<CA> R<TRP>A<CD1> sep1 0.329519
+R<PRO>A<CA> R<TRP>A<CD1> sep2 -0.491609
+R<PRO>A<CA> R<TRP>A<CD2> central_sep1 -0.987988
+R<PRO>A<CA> R<TRP>A<CD2> central_sep2 -1.16978
+R<PRO>A<CA> R<TRP>A<CD2> sep1 0.78648
+R<PRO>A<CA> R<TRP>A<CD2> sep2 -1.414
+R<PRO>A<CA> R<TRP>A<CE2> central_sep1 -0.614591
+R<PRO>A<CA> R<TRP>A<CE2> central_sep2 -1.07366
+R<PRO>A<CA> R<TRP>A<CE2> sep1 -0.0020889
+R<PRO>A<CA> R<TRP>A<CE2> sep2 -1.293
+R<PRO>A<CA> R<TRP>A<CE3> central_sep1 -0.144116
+R<PRO>A<CA> R<TRP>A<CE3> central_sep2 -0.606285
+R<PRO>A<CA> R<TRP>A<CE3> sep1 1.04798
+R<PRO>A<CA> R<TRP>A<CE3> sep2 -0.381854
+R<PRO>A<CA> R<TRP>A<CG> central_sep1 -1.00426
+R<PRO>A<CA> R<TRP>A<CG> central_sep2 -0.942364
+R<PRO>A<CA> R<TRP>A<CG> sep1 0.397705
+R<PRO>A<CA> R<TRP>A<CG> sep2 -1.87908
+R<PRO>A<CA> R<TRP>A<CH2> central_sep1 0.512145
+R<PRO>A<CA> R<TRP>A<CH2> central_sep2 -0.76183
+R<PRO>A<CA> R<TRP>A<CH2> sep1 2.11017
+R<PRO>A<CA> R<TRP>A<CH2> sep2 -0.818781
+R<PRO>A<CA> R<TRP>A<CZ2> central_sep1 -0.136128
+R<PRO>A<CA> R<TRP>A<CZ2> central_sep2 -0.759815
+R<PRO>A<CA> R<TRP>A<CZ2> sep1 1.27555
+R<PRO>A<CA> R<TRP>A<CZ2> sep2 -0.6925
+R<PRO>A<CA> R<TRP>A<CZ3> central_sep1 0.443734
+R<PRO>A<CA> R<TRP>A<CZ3> central_sep2 -0.565005
+R<PRO>A<CA> R<TRP>A<CZ3> sep1 1.38842
+R<PRO>A<CA> R<TRP>A<CZ3> sep2 -0.56167
+R<PRO>A<CA> R<TRP>A<N> central_sep1 2.86675
+R<PRO>A<CA> R<TRP>A<N> central_sep2 1.78249
+R<PRO>A<CA> R<TRP>A<N> sep1 -2.1418
+R<PRO>A<CA> R<TRP>A<N> sep2 1.21887
+R<PRO>A<CA> R<TRP>A<NE1> central_sep1 0.116398
+R<PRO>A<CA> R<TRP>A<NE1> central_sep2 -0.223924
+R<PRO>A<CA> R<TRP>A<NE1> sep1 0.771573
+R<PRO>A<CA> R<TRP>A<NE1> sep2 -0.755086
+R<PRO>A<CA> R<TRP>A<O> central_sep1 0.550566
+R<PRO>A<CA> R<TRP>A<O> central_sep2 -0.391914
+R<PRO>A<CA> R<TRP>A<O> sep1 -1.54336
+R<PRO>A<CA> R<TRP>A<O> sep2 0.422632
+R<PRO>A<CA> R<TYR>A<C> central_sep1 3.04395
+R<PRO>A<CA> R<TYR>A<C> central_sep2 1.93871
+R<PRO>A<CA> R<TYR>A<C> sep1 -2.41795
+R<PRO>A<CA> R<TYR>A<C> sep2 0.299605
+R<PRO>A<CA> R<TYR>A<CA> central_sep1 -0.516669
+R<PRO>A<CA> R<TYR>A<CA> central_sep2 -0.250368
+R<PRO>A<CA> R<TYR>A<CA> sep1 2.08934
+R<PRO>A<CA> R<TYR>A<CA> sep2 0.173522
+R<PRO>A<CA> R<TYR>A<CB> central_sep1 -0.0672545
+R<PRO>A<CA> R<TYR>A<CB> central_sep2 -0.167779
+R<PRO>A<CA> R<TYR>A<CB> sep1 1.02079
+R<PRO>A<CA> R<TYR>A<CB> sep2 -0.0145795
+R<PRO>A<CA> R<TYR>A<CD1> central_sep1 -0.319332
+R<PRO>A<CA> R<TYR>A<CD1> central_sep2 -0.608178
+R<PRO>A<CA> R<TYR>A<CD1> sep1 0.691702
+R<PRO>A<CA> R<TYR>A<CD1> sep2 -0.386965
+R<PRO>A<CA> R<TYR>A<CE1> central_sep1 -0.102943
+R<PRO>A<CA> R<TYR>A<CE1> central_sep2 -0.428269
+R<PRO>A<CA> R<TYR>A<CE1> sep1 0.973629
+R<PRO>A<CA> R<TYR>A<CE1> sep2 -0.594839
+R<PRO>A<CA> R<TYR>A<CG> central_sep1 -0.988029
+R<PRO>A<CA> R<TYR>A<CG> central_sep2 -0.653803
+R<PRO>A<CA> R<TYR>A<CG> sep1 0.54775
+R<PRO>A<CA> R<TYR>A<CG> sep2 -1.59584
+R<PRO>A<CA> R<TYR>A<CZ> central_sep1 -0.699451
+R<PRO>A<CA> R<TYR>A<CZ> central_sep2 -0.583245
+R<PRO>A<CA> R<TYR>A<CZ> sep1 0.28969
+R<PRO>A<CA> R<TYR>A<CZ> sep2 -1.21722
+R<PRO>A<CA> R<TYR>A<N> central_sep1 2.46616
+R<PRO>A<CA> R<TYR>A<N> central_sep2 1.92247
+R<PRO>A<CA> R<TYR>A<N> sep1 -2.10542
+R<PRO>A<CA> R<TYR>A<N> sep2 1.0052
+R<PRO>A<CA> R<TYR>A<O> central_sep1 0.430102
+R<PRO>A<CA> R<TYR>A<O> central_sep2 -0.654291
+R<PRO>A<CA> R<TYR>A<O> sep1 -1.66716
+R<PRO>A<CA> R<TYR>A<O> sep2 0.376844
+R<PRO>A<CA> R<TYR>A<OH> central_sep1 0.41099
+R<PRO>A<CA> R<TYR>A<OH> central_sep2 -0.572672
+R<PRO>A<CA> R<TYR>A<OH> sep1 1.32098
+R<PRO>A<CA> R<TYR>A<OH> sep2 -0.603515
+R<PRO>A<CA> R<VAL>A<C> central_sep1 3.53252
+R<PRO>A<CA> R<VAL>A<C> central_sep2 1.8554
+R<PRO>A<CA> R<VAL>A<C> sep1 -2.5975
+R<PRO>A<CA> R<VAL>A<C> sep2 -0.026039
+R<PRO>A<CA> R<VAL>A<CA> central_sep1 0.49266
+R<PRO>A<CA> R<VAL>A<CA> central_sep2 0.323211
+R<PRO>A<CA> R<VAL>A<CA> sep1 2.83906
+R<PRO>A<CA> R<VAL>A<CA> sep2 0.570303
+R<PRO>A<CA> R<VAL>A<CB> central_sep1 -0.824994
+R<PRO>A<CA> R<VAL>A<CB> central_sep2 -0.137789
+R<PRO>A<CA> R<VAL>A<CB> sep1 1.1469
+R<PRO>A<CA> R<VAL>A<CB> sep2 -0.0559049
+R<PRO>A<CA> R<VAL>A<CG1> central_sep1 0.552615
+R<PRO>A<CA> R<VAL>A<CG1> central_sep2 -0.202955
+R<PRO>A<CA> R<VAL>A<CG1> sep1 1.1822
+R<PRO>A<CA> R<VAL>A<CG1> sep2 0.196784
+R<PRO>A<CA> R<VAL>A<CG2> central_sep1 0.196705
+R<PRO>A<CA> R<VAL>A<CG2> central_sep2 -0.10535
+R<PRO>A<CA> R<VAL>A<CG2> sep1 1.52319
+R<PRO>A<CA> R<VAL>A<CG2> sep2 0.302251
+R<PRO>A<CA> R<VAL>A<N> central_sep1 2.80109
+R<PRO>A<CA> R<VAL>A<N> central_sep2 2.09539
+R<PRO>A<CA> R<VAL>A<N> sep1 -2.49741
+R<PRO>A<CA> R<VAL>A<N> sep2 1.13234
+R<PRO>A<CA> R<VAL>A<O> central_sep1 0.61561
+R<PRO>A<CA> R<VAL>A<O> central_sep2 -0.717079
+R<PRO>A<CA> R<VAL>A<O> sep1 -1.74543
+R<PRO>A<CA> R<VAL>A<O> sep2 0.299703
+R<PRO>A<CA> c<solvent> . 0.547167
+R<PRO>A<CB> R<PRO>A<CB> central_sep1 1.85469
+R<PRO>A<CB> R<PRO>A<CB> central_sep2 -0.904681
+R<PRO>A<CB> R<PRO>A<CB> sep1 2.19467
+R<PRO>A<CB> R<PRO>A<CB> sep2 -0.482787
+R<PRO>A<CB> R<PRO>A<CD> central_sep1 0.158071
+R<PRO>A<CB> R<PRO>A<CD> central_sep2 -0.0589716
+R<PRO>A<CB> R<PRO>A<CD> sep1 -0.942867
+R<PRO>A<CB> R<PRO>A<CD> sep2 -0.12765
+R<PRO>A<CB> R<PRO>A<CG> central_sep1 1.6384
+R<PRO>A<CB> R<PRO>A<CG> central_sep2 -0.750323
+R<PRO>A<CB> R<PRO>A<CG> sep1 1.9968
+R<PRO>A<CB> R<PRO>A<CG> sep2 -0.672533
+R<PRO>A<CB> R<PRO>A<N> central_sep1 1.93575
+R<PRO>A<CB> R<PRO>A<N> central_sep2 0.768866
+R<PRO>A<CB> R<PRO>A<N> sep1 -1.31927
+R<PRO>A<CB> R<PRO>A<N> sep2 -0.436515
+R<PRO>A<CB> R<PRO>A<O> central_sep1 0.429291
+R<PRO>A<CB> R<PRO>A<O> central_sep2 -0.29517
+R<PRO>A<CB> R<PRO>A<O> sep1 -0.302529
+R<PRO>A<CB> R<PRO>A<O> sep2 -0.219739
+R<PRO>A<CB> R<SER>A<C> central_sep1 2.1898
+R<PRO>A<CB> R<SER>A<C> central_sep2 0.496398
+R<PRO>A<CB> R<SER>A<C> sep1 1.6642
+R<PRO>A<CB> R<SER>A<C> sep2 -0.136592
+R<PRO>A<CB> R<SER>A<CA> central_sep1 1.93953
+R<PRO>A<CB> R<SER>A<CA> central_sep2 0.0674506
+R<PRO>A<CB> R<SER>A<CA> sep1 2.32941
+R<PRO>A<CB> R<SER>A<CA> sep2 0.118909
+R<PRO>A<CB> R<SER>A<CB> central_sep1 0.809834
+R<PRO>A<CB> R<SER>A<CB> central_sep2 -0.37961
+R<PRO>A<CB> R<SER>A<CB> sep1 1.68253
+R<PRO>A<CB> R<SER>A<CB> sep2 -0.0691826
+R<PRO>A<CB> R<SER>A<N> central_sep1 1.20338
+R<PRO>A<CB> R<SER>A<N> central_sep2 0.916684
+R<PRO>A<CB> R<SER>A<N> sep1 -1.31986
+R<PRO>A<CB> R<SER>A<N> sep2 0.667338
+R<PRO>A<CB> R<SER>A<O> central_sep1 0.195863
+R<PRO>A<CB> R<SER>A<O> central_sep2 0.0248692
+R<PRO>A<CB> R<SER>A<O> sep1 0.588683
+R<PRO>A<CB> R<SER>A<O> sep2 -0.0192786
+R<PRO>A<CB> R<SER>A<OG> central_sep1 -0.250589
+R<PRO>A<CB> R<SER>A<OG> central_sep2 -0.275783
+R<PRO>A<CB> R<SER>A<OG> sep1 1.12553
+R<PRO>A<CB> R<SER>A<OG> sep2 -0.295932
+R<PRO>A<CB> R<THR>A<C> central_sep1 2.35415
+R<PRO>A<CB> R<THR>A<C> central_sep2 0.274537
+R<PRO>A<CB> R<THR>A<C> sep1 1.63984
+R<PRO>A<CB> R<THR>A<C> sep2 -0.118371
+R<PRO>A<CB> R<THR>A<CA> central_sep1 2.3815
+R<PRO>A<CB> R<THR>A<CA> central_sep2 0.0816901
+R<PRO>A<CB> R<THR>A<CA> sep1 2.62032
+R<PRO>A<CB> R<THR>A<CA> sep2 0.195343
+R<PRO>A<CB> R<THR>A<CB> central_sep1 1.01433
+R<PRO>A<CB> R<THR>A<CB> central_sep2 -0.303087
+R<PRO>A<CB> R<THR>A<CB> sep1 2.01208
+R<PRO>A<CB> R<THR>A<CB> sep2 -0.430811
+R<PRO>A<CB> R<THR>A<CG2> central_sep1 0.339088
+R<PRO>A<CB> R<THR>A<CG2> central_sep2 -0.723696
+R<PRO>A<CB> R<THR>A<CG2> sep1 0.967544
+R<PRO>A<CB> R<THR>A<CG2> sep2 -0.213065
+R<PRO>A<CB> R<THR>A<N> central_sep1 1.52129
+R<PRO>A<CB> R<THR>A<N> central_sep2 1.10764
+R<PRO>A<CB> R<THR>A<N> sep1 -1.04671
+R<PRO>A<CB> R<THR>A<N> sep2 0.72086
+R<PRO>A<CB> R<THR>A<O> central_sep1 0.281308
+R<PRO>A<CB> R<THR>A<O> central_sep2 0.0181895
+R<PRO>A<CB> R<THR>A<O> sep1 0.603121
+R<PRO>A<CB> R<THR>A<O> sep2 -0.147246
+R<PRO>A<CB> R<THR>A<OG1> central_sep1 -0.0718402
+R<PRO>A<CB> R<THR>A<OG1> central_sep2 -0.300547
+R<PRO>A<CB> R<THR>A<OG1> sep1 1.21161
+R<PRO>A<CB> R<THR>A<OG1> sep2 -0.368178
+R<PRO>A<CB> R<TRP>A<C> central_sep1 2.34118
+R<PRO>A<CB> R<TRP>A<C> central_sep2 0.7344
+R<PRO>A<CB> R<TRP>A<C> sep1 1.67656
+R<PRO>A<CB> R<TRP>A<C> sep2 -0.149862
+R<PRO>A<CB> R<TRP>A<CA> central_sep1 1.47009
+R<PRO>A<CB> R<TRP>A<CA> central_sep2 -0.0283388
+R<PRO>A<CB> R<TRP>A<CA> sep1 2.38289
+R<PRO>A<CB> R<TRP>A<CA> sep2 0.0845802
+R<PRO>A<CB> R<TRP>A<CB> central_sep1 0.532107
+R<PRO>A<CB> R<TRP>A<CB> central_sep2 -0.923746
+R<PRO>A<CB> R<TRP>A<CB> sep1 2.05442
+R<PRO>A<CB> R<TRP>A<CB> sep2 -0.747369
+R<PRO>A<CB> R<TRP>A<CD1> central_sep1 -0.654239
+R<PRO>A<CB> R<TRP>A<CD1> central_sep2 -0.906976
+R<PRO>A<CB> R<TRP>A<CD1> sep1 0.782091
+R<PRO>A<CB> R<TRP>A<CD1> sep2 -0.780118
+R<PRO>A<CB> R<TRP>A<CD2> central_sep1 -0.256373
+R<PRO>A<CB> R<TRP>A<CD2> central_sep2 -1.50712
+R<PRO>A<CB> R<TRP>A<CD2> sep1 -0.00796948
+R<PRO>A<CB> R<TRP>A<CD2> sep2 -1.77578
+R<PRO>A<CB> R<TRP>A<CE2> central_sep1 -0.971903
+R<PRO>A<CB> R<TRP>A<CE2> central_sep2 -1.48609
+R<PRO>A<CB> R<TRP>A<CE2> sep1 -0.220652
+R<PRO>A<CB> R<TRP>A<CE2> sep2 -1.89229
+R<PRO>A<CB> R<TRP>A<CE3> central_sep1 -0.117612
+R<PRO>A<CB> R<TRP>A<CE3> central_sep2 -1.10576
+R<PRO>A<CB> R<TRP>A<CE3> sep1 1.25269
+R<PRO>A<CB> R<TRP>A<CE3> sep2 -1.1395
+R<PRO>A<CB> R<TRP>A<CG> central_sep1 0.289975
+R<PRO>A<CB> R<TRP>A<CG> central_sep2 -1.29997
+R<PRO>A<CB> R<TRP>A<CG> sep1 0.444636
+R<PRO>A<CB> R<TRP>A<CG> sep2 -2.31481
+R<PRO>A<CB> R<TRP>A<CH2> central_sep1 0.339928
+R<PRO>A<CB> R<TRP>A<CH2> central_sep2 -1.20326
+R<PRO>A<CB> R<TRP>A<CH2> sep1 1.0104
+R<PRO>A<CB> R<TRP>A<CH2> sep2 -1.3074
+R<PRO>A<CB> R<TRP>A<CZ2> central_sep1 -0.0444081
+R<PRO>A<CB> R<TRP>A<CZ2> central_sep2 -1.1949
+R<PRO>A<CB> R<TRP>A<CZ2> sep1 0.8925
+R<PRO>A<CB> R<TRP>A<CZ2> sep2 -1.15124
+R<PRO>A<CB> R<TRP>A<CZ3> central_sep1 0.233793
+R<PRO>A<CB> R<TRP>A<CZ3> central_sep2 -1.11921
+R<PRO>A<CB> R<TRP>A<CZ3> sep1 1.19975
+R<PRO>A<CB> R<TRP>A<CZ3> sep2 -1.1304
+R<PRO>A<CB> R<TRP>A<N> central_sep1 1.12047
+R<PRO>A<CB> R<TRP>A<N> central_sep2 0.625686
+R<PRO>A<CB> R<TRP>A<N> sep1 -1.14666
+R<PRO>A<CB> R<TRP>A<N> sep2 0.522284
+R<PRO>A<CB> R<TRP>A<NE1> central_sep1 -0.562668
+R<PRO>A<CB> R<TRP>A<NE1> central_sep2 -0.681463
+R<PRO>A<CB> R<TRP>A<NE1> sep1 0.366972
+R<PRO>A<CB> R<TRP>A<NE1> sep2 -1.17548
+R<PRO>A<CB> R<TRP>A<O> central_sep1 0.566757
+R<PRO>A<CB> R<TRP>A<O> central_sep2 0.0506325
+R<PRO>A<CB> R<TRP>A<O> sep1 0.636322
+R<PRO>A<CB> R<TRP>A<O> sep2 -0.176619
+R<PRO>A<CB> R<TYR>A<C> central_sep1 2.25336
+R<PRO>A<CB> R<TYR>A<C> central_sep2 0.475968
+R<PRO>A<CB> R<TYR>A<C> sep1 1.64936
+R<PRO>A<CB> R<TYR>A<C> sep2 -0.196265
+R<PRO>A<CB> R<TYR>A<CA> central_sep1 2.22132
+R<PRO>A<CB> R<TYR>A<CA> central_sep2 0.096418
+R<PRO>A<CB> R<TYR>A<CA> sep1 2.60533
+R<PRO>A<CB> R<TYR>A<CA> sep2 0.185892
+R<PRO>A<CB> R<TYR>A<CB> central_sep1 0.773331
+R<PRO>A<CB> R<TYR>A<CB> central_sep2 -0.76983
+R<PRO>A<CB> R<TYR>A<CB> sep1 2.49589
+R<PRO>A<CB> R<TYR>A<CB> sep2 -0.478502
+R<PRO>A<CB> R<TYR>A<CD1> central_sep1 0.0449982
+R<PRO>A<CB> R<TYR>A<CD1> central_sep2 -0.861182
+R<PRO>A<CB> R<TYR>A<CD1> sep1 0.991761
+R<PRO>A<CB> R<TYR>A<CD1> sep2 -0.943409
+R<PRO>A<CB> R<TYR>A<CE1> central_sep1 -0.469234
+R<PRO>A<CB> R<TYR>A<CE1> central_sep2 -1.06002
+R<PRO>A<CB> R<TYR>A<CE1> sep1 0.431239
+R<PRO>A<CB> R<TYR>A<CE1> sep2 -0.989285
+R<PRO>A<CB> R<TYR>A<CG> central_sep1 1.05439
+R<PRO>A<CB> R<TYR>A<CG> central_sep2 -1.02555
+R<PRO>A<CB> R<TYR>A<CG> sep1 0.690924
+R<PRO>A<CB> R<TYR>A<CG> sep2 -2.11876
+R<PRO>A<CB> R<TYR>A<CZ> central_sep1 -0.928607
+R<PRO>A<CB> R<TYR>A<CZ> central_sep2 -1.22578
+R<PRO>A<CB> R<TYR>A<CZ> sep1 -0.428794
+R<PRO>A<CB> R<TYR>A<CZ> sep2 -1.81281
+R<PRO>A<CB> R<TYR>A<N> central_sep1 1.32375
+R<PRO>A<CB> R<TYR>A<N> central_sep2 0.880684
+R<PRO>A<CB> R<TYR>A<N> sep1 -0.956872
+R<PRO>A<CB> R<TYR>A<N> sep2 0.673253
+R<PRO>A<CB> R<TYR>A<O> central_sep1 0.305688
+R<PRO>A<CB> R<TYR>A<O> central_sep2 0.0360091
+R<PRO>A<CB> R<TYR>A<O> sep1 0.734206
+R<PRO>A<CB> R<TYR>A<O> sep2 -0.179915
+R<PRO>A<CB> R<TYR>A<OH> central_sep1 0.305092
+R<PRO>A<CB> R<TYR>A<OH> central_sep2 -0.965146
+R<PRO>A<CB> R<TYR>A<OH> sep1 0.8489
+R<PRO>A<CB> R<TYR>A<OH> sep2 -1.05142
+R<PRO>A<CB> R<VAL>A<C> central_sep1 2.39075
+R<PRO>A<CB> R<VAL>A<C> central_sep2 0.814117
+R<PRO>A<CB> R<VAL>A<C> sep1 0.842817
+R<PRO>A<CB> R<VAL>A<C> sep2 -0.428949
+R<PRO>A<CB> R<VAL>A<CA> central_sep1 2.48964
+R<PRO>A<CB> R<VAL>A<CA> central_sep2 0.369408
+R<PRO>A<CB> R<VAL>A<CA> sep1 3.01082
+R<PRO>A<CB> R<VAL>A<CA> sep2 0.556474
+R<PRO>A<CB> R<VAL>A<CB> central_sep1 0.957265
+R<PRO>A<CB> R<VAL>A<CB> central_sep2 -0.17959
+R<PRO>A<CB> R<VAL>A<CB> sep1 1.75709
+R<PRO>A<CB> R<VAL>A<CB> sep2 -0.642559
+R<PRO>A<CB> R<VAL>A<CG1> central_sep1 0.700346
+R<PRO>A<CB> R<VAL>A<CG1> central_sep2 -0.890411
+R<PRO>A<CB> R<VAL>A<CG1> sep1 1.82407
+R<PRO>A<CB> R<VAL>A<CG1> sep2 -0.123716
+R<PRO>A<CB> R<VAL>A<CG2> central_sep1 0.0218193
+R<PRO>A<CB> R<VAL>A<CG2> central_sep2 -0.770705
+R<PRO>A<CB> R<VAL>A<CG2> sep1 1.25566
+R<PRO>A<CB> R<VAL>A<CG2> sep2 -0.133156
+R<PRO>A<CB> R<VAL>A<N> central_sep1 1.33049
+R<PRO>A<CB> R<VAL>A<N> central_sep2 0.90781
+R<PRO>A<CB> R<VAL>A<N> sep1 -1.15268
+R<PRO>A<CB> R<VAL>A<N> sep2 0.632875
+R<PRO>A<CB> R<VAL>A<O> central_sep1 0.424129
+R<PRO>A<CB> R<VAL>A<O> central_sep2 0.0865278
+R<PRO>A<CB> R<VAL>A<O> sep1 0.460727
+R<PRO>A<CB> R<VAL>A<O> sep2 -0.21116
+R<PRO>A<CB> c<solvent> . -0.325643
+R<PRO>A<CD> R<PRO>A<CD> central_sep1 1.44762
+R<PRO>A<CD> R<PRO>A<CD> central_sep2 0.257436
+R<PRO>A<CD> R<PRO>A<CD> sep1 2.22325
+R<PRO>A<CD> R<PRO>A<CD> sep2 0.143288
+R<PRO>A<CD> R<PRO>A<CG> central_sep1 1.74235
+R<PRO>A<CD> R<PRO>A<CG> central_sep2 -0.315456
+R<PRO>A<CD> R<PRO>A<CG> sep1 2.63402
+R<PRO>A<CD> R<PRO>A<CG> sep2 -0.375103
+R<PRO>A<CD> R<PRO>A<N> central_sep1 0.180161
+R<PRO>A<CD> R<PRO>A<N> central_sep2 0.65199
+R<PRO>A<CD> R<PRO>A<N> sep1 2.01702
+R<PRO>A<CD> R<PRO>A<N> sep2 -0.404765
+R<PRO>A<CD> R<PRO>A<O> central_sep1 -0.924444
+R<PRO>A<CD> R<PRO>A<O> central_sep2 -0.246632
+R<PRO>A<CD> R<PRO>A<O> sep1 -0.310934
+R<PRO>A<CD> R<PRO>A<O> sep2 0.460309
+R<PRO>A<CD> R<SER>A<C> central_sep1 -0.147625
+R<PRO>A<CD> R<SER>A<C> central_sep2 1.04988
+R<PRO>A<CD> R<SER>A<C> sep1 -0.890041
+R<PRO>A<CD> R<SER>A<C> sep2 0.141249
+R<PRO>A<CD> R<SER>A<CA> central_sep1 -2.13822
+R<PRO>A<CD> R<SER>A<CA> central_sep2 0.340872
+R<PRO>A<CD> R<SER>A<CA> sep1 1.35985
+R<PRO>A<CD> R<SER>A<CA> sep2 0.46574
+R<PRO>A<CD> R<SER>A<CB> central_sep1 -0.0383942
+R<PRO>A<CD> R<SER>A<CB> central_sep2 0.152369
+R<PRO>A<CD> R<SER>A<CB> sep1 -0.314808
+R<PRO>A<CD> R<SER>A<CB> sep2 0.220593
+R<PRO>A<CD> R<SER>A<N> central_sep1 0.58129
+R<PRO>A<CD> R<SER>A<N> central_sep2 1.22153
+R<PRO>A<CD> R<SER>A<N> sep1 -0.11772
+R<PRO>A<CD> R<SER>A<N> sep2 0.797704
+R<PRO>A<CD> R<SER>A<O> central_sep1 -0.916289
+R<PRO>A<CD> R<SER>A<O> central_sep2 -0.0303578
+R<PRO>A<CD> R<SER>A<O> sep1 -0.249546
+R<PRO>A<CD> R<SER>A<O> sep2 0.6506
+R<PRO>A<CD> R<SER>A<OG> central_sep1 -0.336746
+R<PRO>A<CD> R<SER>A<OG> central_sep2 -0.11428
+R<PRO>A<CD> R<SER>A<OG> sep1 1.02525
+R<PRO>A<CD> R<SER>A<OG> sep2 0.121115
+R<PRO>A<CD> R<THR>A<C> central_sep1 -0.107079
+R<PRO>A<CD> R<THR>A<C> central_sep2 0.992158
+R<PRO>A<CD> R<THR>A<C> sep1 -0.880333
+R<PRO>A<CD> R<THR>A<C> sep2 0.160096
+R<PRO>A<CD> R<THR>A<CA> central_sep1 -2.37043
+R<PRO>A<CD> R<THR>A<CA> central_sep2 0.470496
+R<PRO>A<CD> R<THR>A<CA> sep1 1.35897
+R<PRO>A<CD> R<THR>A<CA> sep2 0.563245
+R<PRO>A<CD> R<THR>A<CB> central_sep1 -1.35193
+R<PRO>A<CD> R<THR>A<CB> central_sep2 0.357439
+R<PRO>A<CD> R<THR>A<CB> sep1 -0.595866
+R<PRO>A<CD> R<THR>A<CB> sep2 0.012954
+R<PRO>A<CD> R<THR>A<CG2> central_sep1 -0.00187741
+R<PRO>A<CD> R<THR>A<CG2> central_sep2 -0.0553701
+R<PRO>A<CD> R<THR>A<CG2> sep1 0.771609
+R<PRO>A<CD> R<THR>A<CG2> sep2 0.149649
+R<PRO>A<CD> R<THR>A<N> central_sep1 0.284455
+R<PRO>A<CD> R<THR>A<N> central_sep2 1.46942
+R<PRO>A<CD> R<THR>A<N> sep1 0.0650007
+R<PRO>A<CD> R<THR>A<N> sep2 1.01269
+R<PRO>A<CD> R<THR>A<O> central_sep1 -0.888346
+R<PRO>A<CD> R<THR>A<O> central_sep2 -0.131404
+R<PRO>A<CD> R<THR>A<O> sep1 -0.205224
+R<PRO>A<CD> R<THR>A<O> sep2 0.715783
+R<PRO>A<CD> R<THR>A<OG1> central_sep1 -0.033431
+R<PRO>A<CD> R<THR>A<OG1> central_sep2 -0.0678622
+R<PRO>A<CD> R<THR>A<OG1> sep1 1.58143
+R<PRO>A<CD> R<THR>A<OG1> sep2 0.248557
+R<PRO>A<CD> R<TRP>A<C> central_sep1 -0.189616
+R<PRO>A<CD> R<TRP>A<C> central_sep2 1.2881
+R<PRO>A<CD> R<TRP>A<C> sep1 -0.943303
+R<PRO>A<CD> R<TRP>A<C> sep2 -0.0831553
+R<PRO>A<CD> R<TRP>A<CA> central_sep1 -1.87052
+R<PRO>A<CD> R<TRP>A<CA> central_sep2 0.294278
+R<PRO>A<CD> R<TRP>A<CA> sep1 1.39183
+R<PRO>A<CD> R<TRP>A<CA> sep2 0.385281
+R<PRO>A<CD> R<TRP>A<CB> central_sep1 -0.0580984
+R<PRO>A<CD> R<TRP>A<CB> central_sep2 -0.717822
+R<PRO>A<CD> R<TRP>A<CB> sep1 -0.261368
+R<PRO>A<CD> R<TRP>A<CB> sep2 -0.523193
+R<PRO>A<CD> R<TRP>A<CD1> central_sep1 -0.436974
+R<PRO>A<CD> R<TRP>A<CD1> central_sep2 -0.909638
+R<PRO>A<CD> R<TRP>A<CD1> sep1 0.643336
+R<PRO>A<CD> R<TRP>A<CD1> sep2 -0.750234
+R<PRO>A<CD> R<TRP>A<CD2> central_sep1 -1.03946
+R<PRO>A<CD> R<TRP>A<CD2> central_sep2 -1.71226
+R<PRO>A<CD> R<TRP>A<CD2> sep1 0.334712
+R<PRO>A<CD> R<TRP>A<CD2> sep2 -1.69049
+R<PRO>A<CD> R<TRP>A<CE2> central_sep1 -0.202143
+R<PRO>A<CD> R<TRP>A<CE2> central_sep2 -1.78231
+R<PRO>A<CD> R<TRP>A<CE2> sep1 0.120855
+R<PRO>A<CD> R<TRP>A<CE2> sep2 -1.98473
+R<PRO>A<CD> R<TRP>A<CE3> central_sep1 -0.978678
+R<PRO>A<CD> R<TRP>A<CE3> central_sep2 -0.806864
+R<PRO>A<CD> R<TRP>A<CE3> sep1 0.70453
+R<PRO>A<CD> R<TRP>A<CE3> sep2 -1.02735
+R<PRO>A<CD> R<TRP>A<CG> central_sep1 -0.738605
+R<PRO>A<CD> R<TRP>A<CG> central_sep2 -1.40416
+R<PRO>A<CD> R<TRP>A<CG> sep1 -0.0731698
+R<PRO>A<CD> R<TRP>A<CG> sep2 -2.4032
+R<PRO>A<CD> R<TRP>A<CH2> central_sep1 0.741159
+R<PRO>A<CD> R<TRP>A<CH2> central_sep2 -1.11412
+R<PRO>A<CD> R<TRP>A<CH2> sep1 1.37498
+R<PRO>A<CD> R<TRP>A<CH2> sep2 -1.17233
+R<PRO>A<CD> R<TRP>A<CZ2> central_sep1 0.308848
+R<PRO>A<CD> R<TRP>A<CZ2> central_sep2 -1.2871
+R<PRO>A<CD> R<TRP>A<CZ2> sep1 1.5872
+R<PRO>A<CD> R<TRP>A<CZ2> sep2 -1.19231
+R<PRO>A<CD> R<TRP>A<CZ3> central_sep1 -0.43098
+R<PRO>A<CD> R<TRP>A<CZ3> central_sep2 -1.11866
+R<PRO>A<CD> R<TRP>A<CZ3> sep1 0.988571
+R<PRO>A<CD> R<TRP>A<CZ3> sep2 -0.903733
+R<PRO>A<CD> R<TRP>A<N> central_sep1 -0.30746
+R<PRO>A<CD> R<TRP>A<N> central_sep2 1.2955
+R<PRO>A<CD> R<TRP>A<N> sep1 -0.0140606
+R<PRO>A<CD> R<TRP>A<N> sep2 0.851812
+R<PRO>A<CD> R<TRP>A<NE1> central_sep1 0.807336
+R<PRO>A<CD> R<TRP>A<NE1> central_sep2 -0.932936
+R<PRO>A<CD> R<TRP>A<NE1> sep1 1.02736
+R<PRO>A<CD> R<TRP>A<NE1> sep2 -1.18575
+R<PRO>A<CD> R<TRP>A<O> central_sep1 -0.908912
+R<PRO>A<CD> R<TRP>A<O> central_sep2 -0.216576
+R<PRO>A<CD> R<TRP>A<O> sep1 -0.350069
+R<PRO>A<CD> R<TRP>A<O> sep2 0.622991
+R<PRO>A<CD> R<TYR>A<C> central_sep1 -0.188098
+R<PRO>A<CD> R<TYR>A<C> central_sep2 1.18667
+R<PRO>A<CD> R<TYR>A<C> sep1 -1.09452
+R<PRO>A<CD> R<TYR>A<C> sep2 0.230976
+R<PRO>A<CD> R<TYR>A<CA> central_sep1 -2.16002
+R<PRO>A<CD> R<TYR>A<CA> central_sep2 0.380533
+R<PRO>A<CD> R<TYR>A<CA> sep1 1.30764
+R<PRO>A<CD> R<TYR>A<CA> sep2 0.566613
+R<PRO>A<CD> R<TYR>A<CB> central_sep1 -0.00612219
+R<PRO>A<CD> R<TYR>A<CB> central_sep2 -0.447211
+R<PRO>A<CD> R<TYR>A<CB> sep1 -0.2848
+R<PRO>A<CD> R<TYR>A<CB> sep2 -0.256676
+R<PRO>A<CD> R<TYR>A<CD1> central_sep1 -0.486668
+R<PRO>A<CD> R<TYR>A<CD1> central_sep2 -0.648086
+R<PRO>A<CD> R<TYR>A<CD1> sep1 0.175232
+R<PRO>A<CD> R<TYR>A<CD1> sep2 -0.779919
+R<PRO>A<CD> R<TYR>A<CE1> central_sep1 0.27062
+R<PRO>A<CD> R<TYR>A<CE1> central_sep2 -0.962277
+R<PRO>A<CD> R<TYR>A<CE1> sep1 0.952375
+R<PRO>A<CD> R<TYR>A<CE1> sep2 -0.912553
+R<PRO>A<CD> R<TYR>A<CG> central_sep1 -0.557991
+R<PRO>A<CD> R<TYR>A<CG> central_sep2 -1.12664
+R<PRO>A<CD> R<TYR>A<CG> sep1 0.188322
+R<PRO>A<CD> R<TYR>A<CG> sep2 -1.95034
+R<PRO>A<CD> R<TYR>A<CZ> central_sep1 0.436776
+R<PRO>A<CD> R<TYR>A<CZ> central_sep2 -1.4021
+R<PRO>A<CD> R<TYR>A<CZ> sep1 0.704152
+R<PRO>A<CD> R<TYR>A<CZ> sep2 -1.64591
+R<PRO>A<CD> R<TYR>A<N> central_sep1 -0.121503
+R<PRO>A<CD> R<TYR>A<N> central_sep2 1.55345
+R<PRO>A<CD> R<TYR>A<N> sep1 -0.186016
+R<PRO>A<CD> R<TYR>A<N> sep2 0.876534
+R<PRO>A<CD> R<TYR>A<O> central_sep1 -0.936674
+R<PRO>A<CD> R<TYR>A<O> central_sep2 -0.0668011
+R<PRO>A<CD> R<TYR>A<O> sep1 -0.401208
+R<PRO>A<CD> R<TYR>A<O> sep2 0.737881
+R<PRO>A<CD> R<TYR>A<OH> central_sep1 0.39402
+R<PRO>A<CD> R<TYR>A<OH> central_sep2 -1.05991
+R<PRO>A<CD> R<TYR>A<OH> sep1 2.267
+R<PRO>A<CD> R<TYR>A<OH> sep2 -0.927041
+R<PRO>A<CD> R<VAL>A<C> central_sep1 -0.0728573
+R<PRO>A<CD> R<VAL>A<C> central_sep2 1.56203
+R<PRO>A<CD> R<VAL>A<C> sep1 -0.735536
+R<PRO>A<CD> R<VAL>A<C> sep2 0.247966
+R<PRO>A<CD> R<VAL>A<CA> central_sep1 -2.28509
+R<PRO>A<CD> R<VAL>A<CA> central_sep2 0.615256
+R<PRO>A<CD> R<VAL>A<CA> sep1 1.54612
+R<PRO>A<CD> R<VAL>A<CA> sep2 0.706222
+R<PRO>A<CD> R<VAL>A<CB> central_sep1 -0.948718
+R<PRO>A<CD> R<VAL>A<CB> central_sep2 0.327867
+R<PRO>A<CD> R<VAL>A<CB> sep1 -0.435176
+R<PRO>A<CD> R<VAL>A<CB> sep2 -0.00401828
+R<PRO>A<CD> R<VAL>A<CG1> central_sep1 -0.262039
+R<PRO>A<CD> R<VAL>A<CG1> central_sep2 -0.265419
+R<PRO>A<CD> R<VAL>A<CG1> sep1 0.557925
+R<PRO>A<CD> R<VAL>A<CG1> sep2 0.147019
+R<PRO>A<CD> R<VAL>A<CG2> central_sep1 0.596308
+R<PRO>A<CD> R<VAL>A<CG2> central_sep2 -0.227823
+R<PRO>A<CD> R<VAL>A<CG2> sep1 1.86603
+R<PRO>A<CD> R<VAL>A<CG2> sep2 0.260842
+R<PRO>A<CD> R<VAL>A<N> central_sep1 0.174001
+R<PRO>A<CD> R<VAL>A<N> central_sep2 1.52863
+R<PRO>A<CD> R<VAL>A<N> sep1 0.31482
+R<PRO>A<CD> R<VAL>A<N> sep2 1.11684
+R<PRO>A<CD> R<VAL>A<O> central_sep1 -0.87291
+R<PRO>A<CD> R<VAL>A<O> central_sep2 -0.137508
+R<PRO>A<CD> R<VAL>A<O> sep1 0.0482782
+R<PRO>A<CD> R<VAL>A<O> sep2 0.765355
+R<PRO>A<CD> c<solvent> . 0.20198
+R<PRO>A<CG> R<PRO>A<CG> central_sep1 1.356
+R<PRO>A<CG> R<PRO>A<CG> central_sep2 -0.931614
+R<PRO>A<CG> R<PRO>A<CG> sep1 2.30436
+R<PRO>A<CG> R<PRO>A<CG> sep2 -0.784181
+R<PRO>A<CG> R<PRO>A<N> central_sep1 2.75709
+R<PRO>A<CG> R<PRO>A<N> central_sep2 0.378567
+R<PRO>A<CG> R<PRO>A<N> sep1 1.96327
+R<PRO>A<CG> R<PRO>A<N> sep2 -0.682465
+R<PRO>A<CG> R<PRO>A<O> central_sep1 0.792897
+R<PRO>A<CG> R<PRO>A<O> central_sep2 -0.444693
+R<PRO>A<CG> R<PRO>A<O> sep1 0.421207
+R<PRO>A<CG> R<PRO>A<O> sep2 -0.179796
+R<PRO>A<CG> R<SER>A<C> central_sep1 2.18545
+R<PRO>A<CG> R<SER>A<C> central_sep2 0.403817
+R<PRO>A<CG> R<SER>A<C> sep1 2.09867
+R<PRO>A<CG> R<SER>A<C> sep2 -0.22145
+R<PRO>A<CG> R<SER>A<CA> central_sep1 1.82648
+R<PRO>A<CG> R<SER>A<CA> central_sep2 0.00959007
+R<PRO>A<CG> R<SER>A<CA> sep1 2.06779
+R<PRO>A<CG> R<SER>A<CA> sep2 -0.046468
+R<PRO>A<CG> R<SER>A<CB> central_sep1 1.21553
+R<PRO>A<CG> R<SER>A<CB> central_sep2 -0.395352
+R<PRO>A<CG> R<SER>A<CB> sep1 1.58071
+R<PRO>A<CG> R<SER>A<CB> sep2 -0.221277
+R<PRO>A<CG> R<SER>A<N> central_sep1 1.97278
+R<PRO>A<CG> R<SER>A<N> central_sep2 0.800434
+R<PRO>A<CG> R<SER>A<N> sep1 0.311998
+R<PRO>A<CG> R<SER>A<N> sep2 0.413665
+R<PRO>A<CG> R<SER>A<O> central_sep1 0.615048
+R<PRO>A<CG> R<SER>A<O> central_sep2 -0.161084
+R<PRO>A<CG> R<SER>A<O> sep1 0.744282
+R<PRO>A<CG> R<SER>A<O> sep2 0.0977037
+R<PRO>A<CG> R<SER>A<OG> central_sep1 0.515309
+R<PRO>A<CG> R<SER>A<OG> central_sep2 -0.290629
+R<PRO>A<CG> R<SER>A<OG> sep1 1.13407
+R<PRO>A<CG> R<SER>A<OG> sep2 -0.309594
+R<PRO>A<CG> R<THR>A<C> central_sep1 2.04107
+R<PRO>A<CG> R<THR>A<C> central_sep2 0.239157
+R<PRO>A<CG> R<THR>A<C> sep1 2.24037
+R<PRO>A<CG> R<THR>A<C> sep2 -0.0765005
+R<PRO>A<CG> R<THR>A<CA> central_sep1 1.87343
+R<PRO>A<CG> R<THR>A<CA> central_sep2 0.0277125
+R<PRO>A<CG> R<THR>A<CA> sep1 2.1408
+R<PRO>A<CG> R<THR>A<CA> sep2 0.0748745
+R<PRO>A<CG> R<THR>A<CB> central_sep1 1.72962
+R<PRO>A<CG> R<THR>A<CB> central_sep2 -0.247678
+R<PRO>A<CG> R<THR>A<CB> sep1 1.88191
+R<PRO>A<CG> R<THR>A<CB> sep2 -0.570715
+R<PRO>A<CG> R<THR>A<CG2> central_sep1 0.478826
+R<PRO>A<CG> R<THR>A<CG2> central_sep2 -0.656623
+R<PRO>A<CG> R<THR>A<CG2> sep1 1.4944
+R<PRO>A<CG> R<THR>A<CG2> sep2 -0.30403
+R<PRO>A<CG> R<THR>A<N> central_sep1 2.26658
+R<PRO>A<CG> R<THR>A<N> central_sep2 1.08895
+R<PRO>A<CG> R<THR>A<N> sep1 0.580443
+R<PRO>A<CG> R<THR>A<N> sep2 0.654218
+R<PRO>A<CG> R<THR>A<O> central_sep1 0.790185
+R<PRO>A<CG> R<THR>A<O> central_sep2 -0.0576551
+R<PRO>A<CG> R<THR>A<O> sep1 0.843535
+R<PRO>A<CG> R<THR>A<O> sep2 -0.00929718
+R<PRO>A<CG> R<THR>A<OG1> central_sep1 0.496253
+R<PRO>A<CG> R<THR>A<OG1> central_sep2 -0.319849
+R<PRO>A<CG> R<THR>A<OG1> sep1 1.25078
+R<PRO>A<CG> R<THR>A<OG1> sep2 -0.297268
+R<PRO>A<CG> R<TRP>A<C> central_sep1 2.43076
+R<PRO>A<CG> R<TRP>A<C> central_sep2 0.460466
+R<PRO>A<CG> R<TRP>A<C> sep1 2.34118
+R<PRO>A<CG> R<TRP>A<C> sep2 -0.211036
+R<PRO>A<CG> R<TRP>A<CA> central_sep1 1.16884
+R<PRO>A<CG> R<TRP>A<CA> central_sep2 -0.370115
+R<PRO>A<CG> R<TRP>A<CA> sep1 2.02858
+R<PRO>A<CG> R<TRP>A<CA> sep2 -0.0485232
+R<PRO>A<CG> R<TRP>A<CB> central_sep1 0.780086
+R<PRO>A<CG> R<TRP>A<CB> central_sep2 -1.12998
+R<PRO>A<CG> R<TRP>A<CB> sep1 1.86447
+R<PRO>A<CG> R<TRP>A<CB> sep2 -1.24712
+R<PRO>A<CG> R<TRP>A<CD1> central_sep1 -0.0554586
+R<PRO>A<CG> R<TRP>A<CD1> central_sep2 -1.10681
+R<PRO>A<CG> R<TRP>A<CD1> sep1 1.08273
+R<PRO>A<CG> R<TRP>A<CD1> sep2 -1.24306
+R<PRO>A<CG> R<TRP>A<CD2> central_sep1 -0.246579
+R<PRO>A<CG> R<TRP>A<CD2> central_sep2 -1.75302
+R<PRO>A<CG> R<TRP>A<CD2> sep1 0.509268
+R<PRO>A<CG> R<TRP>A<CD2> sep2 -1.95735
+R<PRO>A<CG> R<TRP>A<CE2> central_sep1 -0.768698
+R<PRO>A<CG> R<TRP>A<CE2> central_sep2 -1.51986
+R<PRO>A<CG> R<TRP>A<CE2> sep1 0.0842845
+R<PRO>A<CG> R<TRP>A<CE2> sep2 -2.11191
+R<PRO>A<CG> R<TRP>A<CE3> central_sep1 -0.128174
+R<PRO>A<CG> R<TRP>A<CE3> central_sep2 -1.13331
+R<PRO>A<CG> R<TRP>A<CE3> sep1 1.17352
+R<PRO>A<CG> R<TRP>A<CE3> sep2 -1.40529
+R<PRO>A<CG> R<TRP>A<CG> central_sep1 0.729656
+R<PRO>A<CG> R<TRP>A<CG> central_sep2 -1.55641
+R<PRO>A<CG> R<TRP>A<CG> sep1 0.618844
+R<PRO>A<CG> R<TRP>A<CG> sep2 -2.62453
+R<PRO>A<CG> R<TRP>A<CH2> central_sep1 0.219402
+R<PRO>A<CG> R<TRP>A<CH2> central_sep2 -1.28968
+R<PRO>A<CG> R<TRP>A<CH2> sep1 0.750594
+R<PRO>A<CG> R<TRP>A<CH2> sep2 -1.64083
+R<PRO>A<CG> R<TRP>A<CZ2> central_sep1 -0.30734
+R<PRO>A<CG> R<TRP>A<CZ2> central_sep2 -1.34449
+R<PRO>A<CG> R<TRP>A<CZ2> sep1 0.736906
+R<PRO>A<CG> R<TRP>A<CZ2> sep2 -1.45673
+R<PRO>A<CG> R<TRP>A<CZ3> central_sep1 -0.119774
+R<PRO>A<CG> R<TRP>A<CZ3> central_sep2 -1.20547
+R<PRO>A<CG> R<TRP>A<CZ3> sep1 0.756087
+R<PRO>A<CG> R<TRP>A<CZ3> sep2 -1.3997
+R<PRO>A<CG> R<TRP>A<N> central_sep1 1.80955
+R<PRO>A<CG> R<TRP>A<N> central_sep2 0.642669
+R<PRO>A<CG> R<TRP>A<N> sep1 0.191785
+R<PRO>A<CG> R<TRP>A<N> sep2 0.266911
+R<PRO>A<CG> R<TRP>A<NE1> central_sep1 -0.111401
+R<PRO>A<CG> R<TRP>A<NE1> central_sep2 -0.983232
+R<PRO>A<CG> R<TRP>A<NE1> sep1 0.368687
+R<PRO>A<CG> R<TRP>A<NE1> sep2 -1.50918
+R<PRO>A<CG> R<TRP>A<O> central_sep1 0.748718
+R<PRO>A<CG> R<TRP>A<O> central_sep2 -0.37704
+R<PRO>A<CG> R<TRP>A<O> sep1 1.15866
+R<PRO>A<CG> R<TRP>A<O> sep2 -0.0549679
+R<PRO>A<CG> R<TYR>A<C> central_sep1 2.12137
+R<PRO>A<CG> R<TYR>A<C> central_sep2 0.415634
+R<PRO>A<CG> R<TYR>A<C> sep1 2.35196
+R<PRO>A<CG> R<TYR>A<C> sep2 -0.228006
+R<PRO>A<CG> R<TYR>A<CA> central_sep1 1.4292
+R<PRO>A<CG> R<TYR>A<CA> central_sep2 -0.0214143
+R<PRO>A<CG> R<TYR>A<CA> sep1 2.07995
+R<PRO>A<CG> R<TYR>A<CA> sep2 0.16861
+R<PRO>A<CG> R<TYR>A<CB> central_sep1 0.932787
+R<PRO>A<CG> R<TYR>A<CB> central_sep2 -0.876638
+R<PRO>A<CG> R<TYR>A<CB> sep1 2.20284
+R<PRO>A<CG> R<TYR>A<CB> sep2 -0.777671
+R<PRO>A<CG> R<TYR>A<CD1> central_sep1 0.117424
+R<PRO>A<CG> R<TYR>A<CD1> central_sep2 -0.936075
+R<PRO>A<CG> R<TYR>A<CD1> sep1 1.27247
+R<PRO>A<CG> R<TYR>A<CD1> sep2 -1.21058
+R<PRO>A<CG> R<TYR>A<CE1> central_sep1 -0.338435
+R<PRO>A<CG> R<TYR>A<CE1> central_sep2 -1.20884
+R<PRO>A<CG> R<TYR>A<CE1> sep1 0.61845
+R<PRO>A<CG> R<TYR>A<CE1> sep2 -1.27097
+R<PRO>A<CG> R<TYR>A<CG> central_sep1 1.15446
+R<PRO>A<CG> R<TYR>A<CG> central_sep2 -1.22848
+R<PRO>A<CG> R<TYR>A<CG> sep1 0.846136
+R<PRO>A<CG> R<TYR>A<CG> sep2 -2.29366
+R<PRO>A<CG> R<TYR>A<CZ> central_sep1 -0.588965
+R<PRO>A<CG> R<TYR>A<CZ> central_sep2 -1.40706
+R<PRO>A<CG> R<TYR>A<CZ> sep1 -0.00392295
+R<PRO>A<CG> R<TYR>A<CZ> sep2 -1.91798
+R<PRO>A<CG> R<TYR>A<N> central_sep1 1.68402
+R<PRO>A<CG> R<TYR>A<N> central_sep2 0.961839
+R<PRO>A<CG> R<TYR>A<N> sep1 0.374426
+R<PRO>A<CG> R<TYR>A<N> sep2 0.537588
+R<PRO>A<CG> R<TYR>A<O> central_sep1 0.93114
+R<PRO>A<CG> R<TYR>A<O> central_sep2 -0.214922
+R<PRO>A<CG> R<TYR>A<O> sep1 1.14658
+R<PRO>A<CG> R<TYR>A<O> sep2 0.0816782
+R<PRO>A<CG> R<TYR>A<OH> central_sep1 0.32159
+R<PRO>A<CG> R<TYR>A<OH> central_sep2 -1.08934
+R<PRO>A<CG> R<TYR>A<OH> sep1 0.582183
+R<PRO>A<CG> R<TYR>A<OH> sep2 -1.51245
+R<PRO>A<CG> R<VAL>A<C> central_sep1 2.5657
+R<PRO>A<CG> R<VAL>A<C> central_sep2 0.732275
+R<PRO>A<CG> R<VAL>A<C> sep1 2.222
+R<PRO>A<CG> R<VAL>A<C> sep2 0.0416427
+R<PRO>A<CG> R<VAL>A<CA> central_sep1 1.98833
+R<PRO>A<CG> R<VAL>A<CA> central_sep2 0.247543
+R<PRO>A<CG> R<VAL>A<CA> sep1 2.49571
+R<PRO>A<CG> R<VAL>A<CA> sep2 0.319003
+R<PRO>A<CG> R<VAL>A<CB> central_sep1 1.4435
+R<PRO>A<CG> R<VAL>A<CB> central_sep2 -0.216318
+R<PRO>A<CG> R<VAL>A<CB> sep1 1.96099
+R<PRO>A<CG> R<VAL>A<CB> sep2 -0.700693
+R<PRO>A<CG> R<VAL>A<CG1> central_sep1 0.815457
+R<PRO>A<CG> R<VAL>A<CG1> central_sep2 -0.833652
+R<PRO>A<CG> R<VAL>A<CG1> sep1 1.80767
+R<PRO>A<CG> R<VAL>A<CG1> sep2 -0.37622
+R<PRO>A<CG> R<VAL>A<CG2> central_sep1 0.0598741
+R<PRO>A<CG> R<VAL>A<CG2> central_sep2 -0.79522
+R<PRO>A<CG> R<VAL>A<CG2> sep1 1.5577
+R<PRO>A<CG> R<VAL>A<CG2> sep2 -0.240347
+R<PRO>A<CG> R<VAL>A<N> central_sep1 2.24684
+R<PRO>A<CG> R<VAL>A<N> central_sep2 1.13271
+R<PRO>A<CG> R<VAL>A<N> sep1 0.869592
+R<PRO>A<CG> R<VAL>A<N> sep2 0.684972
+R<PRO>A<CG> R<VAL>A<O> central_sep1 1.09037
+R<PRO>A<CG> R<VAL>A<O> central_sep2 -0.0344383
+R<PRO>A<CG> R<VAL>A<O> sep1 1.13295
+R<PRO>A<CG> R<VAL>A<O> sep2 0.155748
+R<PRO>A<CG> c<solvent> . -0.452467
+R<PRO>A<N> R<PRO>A<N> central_sep1 4.19692
+R<PRO>A<N> R<PRO>A<N> central_sep2 2.70929
+R<PRO>A<N> R<PRO>A<N> sep1 0.263873
+R<PRO>A<N> R<PRO>A<N> sep2 1.1278
+R<PRO>A<N> R<PRO>A<O> central_sep1 0.193312
+R<PRO>A<N> R<PRO>A<O> central_sep2 1.75434
+R<PRO>A<N> R<PRO>A<O> sep1 -1.59393
+R<PRO>A<N> R<PRO>A<O> sep2 0.0639325
+R<PRO>A<N> R<SER>A<C> central_sep1 1.19097
+R<PRO>A<N> R<SER>A<C> central_sep2 1.24434
+R<PRO>A<N> R<SER>A<C> sep1 -1.1395
+R<PRO>A<N> R<SER>A<C> sep2 1.59284
+R<PRO>A<N> R<SER>A<CA> central_sep1 3.3674
+R<PRO>A<N> R<SER>A<CA> central_sep2 1.64049
+R<PRO>A<N> R<SER>A<CA> sep1 -1.19688
+R<PRO>A<N> R<SER>A<CA> sep2 0.0902154
+R<PRO>A<N> R<SER>A<CB> central_sep1 1.77961
+R<PRO>A<N> R<SER>A<CB> central_sep2 1.03089
+R<PRO>A<N> R<SER>A<CB> sep1 -0.955805
+R<PRO>A<N> R<SER>A<CB> sep2 -0.402195
+R<PRO>A<N> R<SER>A<N> central_sep1 2.05618
+R<PRO>A<N> R<SER>A<N> central_sep2 3.02129
+R<PRO>A<N> R<SER>A<N> sep1 -2.75628
+R<PRO>A<N> R<SER>A<N> sep2 1.6488
+R<PRO>A<N> R<SER>A<O> central_sep1 0.120183
+R<PRO>A<N> R<SER>A<O> central_sep2 1.62666
+R<PRO>A<N> R<SER>A<O> sep1 -1.28176
+R<PRO>A<N> R<SER>A<O> sep2 -0.146695
+R<PRO>A<N> R<SER>A<OG> central_sep1 0.413782
+R<PRO>A<N> R<SER>A<OG> central_sep2 0.596596
+R<PRO>A<N> R<SER>A<OG> sep1 -0.776807
+R<PRO>A<N> R<SER>A<OG> sep2 -0.707496
+R<PRO>A<N> R<THR>A<C> central_sep1 1.12602
+R<PRO>A<N> R<THR>A<C> central_sep2 2.09539
+R<PRO>A<N> R<THR>A<C> sep1 -1.10202
+R<PRO>A<N> R<THR>A<C> sep2 1.20797
+R<PRO>A<N> R<THR>A<CA> central_sep1 3.70609
+R<PRO>A<N> R<THR>A<CA> central_sep2 2.10685
+R<PRO>A<N> R<THR>A<CA> sep1 -1.38485
+R<PRO>A<N> R<THR>A<CA> sep2 0.577339
+R<PRO>A<N> R<THR>A<CB> central_sep1 2.69414
+R<PRO>A<N> R<THR>A<CB> central_sep2 1.50097
+R<PRO>A<N> R<THR>A<CB> sep1 -2.02176
+R<PRO>A<N> R<THR>A<CB> sep2 0.00838959
+R<PRO>A<N> R<THR>A<CG2> central_sep1 0.632662
+R<PRO>A<N> R<THR>A<CG2> central_sep2 0.465999
+R<PRO>A<N> R<THR>A<CG2> sep1 -0.862659
+R<PRO>A<N> R<THR>A<CG2> sep2 -0.89708
+R<PRO>A<N> R<THR>A<N> central_sep1 2.30848
+R<PRO>A<N> R<THR>A<N> central_sep2 3.53493
+R<PRO>A<N> R<THR>A<N> sep1 -2.72987
+R<PRO>A<N> R<THR>A<N> sep2 1.98295
+R<PRO>A<N> R<THR>A<O> central_sep1 0.0881984
+R<PRO>A<N> R<THR>A<O> central_sep2 1.78398
+R<PRO>A<N> R<THR>A<O> sep1 -1.38654
+R<PRO>A<N> R<THR>A<O> sep2 -0.0802424
+R<PRO>A<N> R<THR>A<OG1> central_sep1 0.669397
+R<PRO>A<N> R<THR>A<OG1> central_sep2 0.834214
+R<PRO>A<N> R<THR>A<OG1> sep1 0.0289773
+R<PRO>A<N> R<THR>A<OG1> sep2 -0.639626
+R<PRO>A<N> R<TRP>A<C> central_sep1 1.17911
+R<PRO>A<N> R<TRP>A<C> central_sep2 4.84521
+R<PRO>A<N> R<TRP>A<C> sep1 -1.31945
+R<PRO>A<N> R<TRP>A<C> sep2 2.28866
+R<PRO>A<N> R<TRP>A<CA> central_sep1 4.50845
+R<PRO>A<N> R<TRP>A<CA> central_sep2 1.3266
+R<PRO>A<N> R<TRP>A<CA> sep1 -1.32223
+R<PRO>A<N> R<TRP>A<CA> sep2 0.270668
+R<PRO>A<N> R<TRP>A<CB> central_sep1 1.48913
+R<PRO>A<N> R<TRP>A<CB> central_sep2 0.641964
+R<PRO>A<N> R<TRP>A<CB> sep1 -1.06688
+R<PRO>A<N> R<TRP>A<CB> sep2 -0.762064
+R<PRO>A<N> R<TRP>A<CD1> central_sep1 -0.678551
+R<PRO>A<N> R<TRP>A<CD1> central_sep2 -0.276544
+R<PRO>A<N> R<TRP>A<CD1> sep1 -0.753474
+R<PRO>A<N> R<TRP>A<CD1> sep2 -1.05269
+R<PRO>A<N> R<TRP>A<CD2> central_sep1 -1.31854
+R<PRO>A<N> R<TRP>A<CD2> central_sep2 -0.751238
+R<PRO>A<N> R<TRP>A<CD2> sep1 -0.371573
+R<PRO>A<N> R<TRP>A<CD2> sep2 -1.02817
+R<PRO>A<N> R<TRP>A<CE2> central_sep1 -0.486218
+R<PRO>A<N> R<TRP>A<CE2> central_sep2 -1.13459
+R<PRO>A<N> R<TRP>A<CE2> sep1 0.0529368
+R<PRO>A<N> R<TRP>A<CE2> sep2 -1.5635
+R<PRO>A<N> R<TRP>A<CE3> central_sep1 -0.813027
+R<PRO>A<N> R<TRP>A<CE3> central_sep2 -1.00163
+R<PRO>A<N> R<TRP>A<CE3> sep1 -0.0371282
+R<PRO>A<N> R<TRP>A<CE3> sep2 -0.930767
+R<PRO>A<N> R<TRP>A<CG> central_sep1 0.432797
+R<PRO>A<N> R<TRP>A<CG> central_sep2 -0.780078
+R<PRO>A<N> R<TRP>A<CG> sep1 -1.32936
+R<PRO>A<N> R<TRP>A<CG> sep2 -1.17226
+R<PRO>A<N> R<TRP>A<CH2> central_sep1 0.760884
+R<PRO>A<N> R<TRP>A<CH2> central_sep2 -0.416697
+R<PRO>A<N> R<TRP>A<CH2> sep1 2.01944
+R<PRO>A<N> R<TRP>A<CH2> sep2 -1.218
+R<PRO>A<N> R<TRP>A<CZ2> central_sep1 1.33499
+R<PRO>A<N> R<TRP>A<CZ2> central_sep2 -0.6004
+R<PRO>A<N> R<TRP>A<CZ2> sep1 1.12403
+R<PRO>A<N> R<TRP>A<CZ2> sep2 -1.51039
+R<PRO>A<N> R<TRP>A<CZ3> central_sep1 0.1036
+R<PRO>A<N> R<TRP>A<CZ3> central_sep2 -0.715793
+R<PRO>A<N> R<TRP>A<CZ3> sep1 1.10609
+R<PRO>A<N> R<TRP>A<CZ3> sep2 -1.30303
+R<PRO>A<N> R<TRP>A<N> central_sep1 1.77521
+R<PRO>A<N> R<TRP>A<N> central_sep2 3.72832
+R<PRO>A<N> R<TRP>A<N> sep1 -3.16263
+R<PRO>A<N> R<TRP>A<N> sep2 0.744417
+R<PRO>A<N> R<TRP>A<NE1> central_sep1 0.533721
+R<PRO>A<N> R<TRP>A<NE1> central_sep2 -0.416464
+R<PRO>A<N> R<TRP>A<NE1> sep1 0.731592
+R<PRO>A<N> R<TRP>A<NE1> sep2 -1.13018
+R<PRO>A<N> R<TRP>A<O> central_sep1 0.12391
+R<PRO>A<N> R<TRP>A<O> central_sep2 2.16939
+R<PRO>A<N> R<TRP>A<O> sep1 -1.01817
+R<PRO>A<N> R<TRP>A<O> sep2 0.028454
+R<PRO>A<N> R<TYR>A<C> central_sep1 1.47886
+R<PRO>A<N> R<TYR>A<C> central_sep2 0.924395
+R<PRO>A<N> R<TYR>A<C> sep1 -1.15382
+R<PRO>A<N> R<TYR>A<C> sep2 1.50322
+R<PRO>A<N> R<TYR>A<CA> central_sep1 3.6502
+R<PRO>A<N> R<TYR>A<CA> central_sep2 2.17421
+R<PRO>A<N> R<TYR>A<CA> sep1 -1.42311
+R<PRO>A<N> R<TYR>A<CA> sep2 0.45864
+R<PRO>A<N> R<TYR>A<CB> central_sep1 1.72166
+R<PRO>A<N> R<TYR>A<CB> central_sep2 0.595036
+R<PRO>A<N> R<TYR>A<CB> sep1 -1.08128
+R<PRO>A<N> R<TYR>A<CB> sep2 -0.612554
+R<PRO>A<N> R<TYR>A<CD1> central_sep1 -0.865944
+R<PRO>A<N> R<TYR>A<CD1> central_sep2 -0.530077
+R<PRO>A<N> R<TYR>A<CD1> sep1 -0.517312
+R<PRO>A<N> R<TYR>A<CD1> sep2 -1.18511
+R<PRO>A<N> R<TYR>A<CE1> central_sep1 0.0266201
+R<PRO>A<N> R<TYR>A<CE1> central_sep2 -0.495634
+R<PRO>A<N> R<TYR>A<CE1> sep1 0.60456
+R<PRO>A<N> R<TYR>A<CE1> sep2 -1.06299
+R<PRO>A<N> R<TYR>A<CG> central_sep1 1.08101
+R<PRO>A<N> R<TYR>A<CG> central_sep2 -0.187082
+R<PRO>A<N> R<TYR>A<CG> sep1 -1.37886
+R<PRO>A<N> R<TYR>A<CG> sep2 -0.893874
+R<PRO>A<N> R<TYR>A<CZ> central_sep1 -0.129861
+R<PRO>A<N> R<TYR>A<CZ> central_sep2 -0.648051
+R<PRO>A<N> R<TYR>A<CZ> sep1 0.291184
+R<PRO>A<N> R<TYR>A<CZ> sep2 -1.17932
+R<PRO>A<N> R<TYR>A<N> central_sep1 2.00052
+R<PRO>A<N> R<TYR>A<N> central_sep2 3.07311
+R<PRO>A<N> R<TYR>A<N> sep1 -3.03136
+R<PRO>A<N> R<TYR>A<N> sep2 1.98379
+R<PRO>A<N> R<TYR>A<O> central_sep1 0.0844567
+R<PRO>A<N> R<TYR>A<O> central_sep2 1.41039
+R<PRO>A<N> R<TYR>A<O> sep1 -0.974513
+R<PRO>A<N> R<TYR>A<O> sep2 -0.00828933
+R<PRO>A<N> R<TYR>A<OH> central_sep1 1.56202
+R<PRO>A<N> R<TYR>A<OH> central_sep2 -0.285632
+R<PRO>A<N> R<TYR>A<OH> sep1 2.2116
+R<PRO>A<N> R<TYR>A<OH> sep2 -1.20764
+R<PRO>A<N> R<VAL>A<C> central_sep1 0.857757
+R<PRO>A<N> R<VAL>A<C> central_sep2 2.04176
+R<PRO>A<N> R<VAL>A<C> sep1 -1.14426
+R<PRO>A<N> R<VAL>A<C> sep2 1.93464
+R<PRO>A<N> R<VAL>A<CA> central_sep1 4.11028
+R<PRO>A<N> R<VAL>A<CA> central_sep2 2.64962
+R<PRO>A<N> R<VAL>A<CA> sep1 -1.36799
+R<PRO>A<N> R<VAL>A<CA> sep2 1.32015
+R<PRO>A<N> R<VAL>A<CB> central_sep1 2.1802
+R<PRO>A<N> R<VAL>A<CB> central_sep2 1.6447
+R<PRO>A<N> R<VAL>A<CB> sep1 -1.57618
+R<PRO>A<N> R<VAL>A<CB> sep2 -0.227212
+R<PRO>A<N> R<VAL>A<CG1> central_sep1 0.337824
+R<PRO>A<N> R<VAL>A<CG1> central_sep2 0.288024
+R<PRO>A<N> R<VAL>A<CG1> sep1 -1.40759
+R<PRO>A<N> R<VAL>A<CG1> sep2 -0.938336
+R<PRO>A<N> R<VAL>A<CG2> central_sep1 1.05123
+R<PRO>A<N> R<VAL>A<CG2> central_sep2 0.530936
+R<PRO>A<N> R<VAL>A<CG2> sep1 0.549712
+R<PRO>A<N> R<VAL>A<CG2> sep2 -0.651037
+R<PRO>A<N> R<VAL>A<N> central_sep1 2.45265
+R<PRO>A<N> R<VAL>A<N> central_sep2 3.93979
+R<PRO>A<N> R<VAL>A<N> sep1 -2.47745
+R<PRO>A<N> R<VAL>A<N> sep2 2.05588
+R<PRO>A<N> R<VAL>A<O> central_sep1 0.165665
+R<PRO>A<N> R<VAL>A<O> central_sep2 1.84891
+R<PRO>A<N> R<VAL>A<O> sep1 -1.19378
+R<PRO>A<N> R<VAL>A<O> sep2 0.11444
+R<PRO>A<N> c<solvent> . 1.31759
+R<PRO>A<O> R<PRO>A<O> central_sep1 1.34792
+R<PRO>A<O> R<PRO>A<O> central_sep2 0.967755
+R<PRO>A<O> R<PRO>A<O> sep1 -0.115913
+R<PRO>A<O> R<PRO>A<O> sep2 0.925404
+R<PRO>A<O> R<SER>A<C> central_sep1 -0.583386
+R<PRO>A<O> R<SER>A<C> central_sep2 2.21538
+R<PRO>A<O> R<SER>A<C> sep1 -1.82629
+R<PRO>A<O> R<SER>A<C> sep2 1.13104
+R<PRO>A<O> R<SER>A<CA> central_sep1 2.13016
+R<PRO>A<O> R<SER>A<CA> central_sep2 0.210323
+R<PRO>A<O> R<SER>A<CA> sep1 -1.9585
+R<PRO>A<O> R<SER>A<CA> sep2 0.312649
+R<PRO>A<O> R<SER>A<CB> central_sep1 -0.417694
+R<PRO>A<O> R<SER>A<CB> central_sep2 -0.124806
+R<PRO>A<O> R<SER>A<CB> sep1 0.0758476
+R<PRO>A<O> R<SER>A<CB> sep2 0.026984
+R<PRO>A<O> R<SER>A<N> central_sep1 -1.11033
+R<PRO>A<O> R<SER>A<N> central_sep2 0.187267
+R<PRO>A<O> R<SER>A<N> sep1 -0.31935
+R<PRO>A<O> R<SER>A<N> sep2 0.686185
+R<PRO>A<O> R<SER>A<O> central_sep1 0.942879
+R<PRO>A<O> R<SER>A<O> central_sep2 1.39884
+R<PRO>A<O> R<SER>A<O> sep1 0.410177
+R<PRO>A<O> R<SER>A<O> sep2 1.0381
+R<PRO>A<O> R<SER>A<OG> central_sep1 -0.487556
+R<PRO>A<O> R<SER>A<OG> central_sep2 0.00346301
+R<PRO>A<O> R<SER>A<OG> sep1 0.983888
+R<PRO>A<O> R<SER>A<OG> sep2 0.371185
+R<PRO>A<O> R<THR>A<C> central_sep1 -0.322893
+R<PRO>A<O> R<THR>A<C> central_sep2 2.45466
+R<PRO>A<O> R<THR>A<C> sep1 -1.75027
+R<PRO>A<O> R<THR>A<C> sep2 1.42505
+R<PRO>A<O> R<THR>A<CA> central_sep1 2.65555
+R<PRO>A<O> R<THR>A<CA> central_sep2 0.253055
+R<PRO>A<O> R<THR>A<CA> sep1 -2.04988
+R<PRO>A<O> R<THR>A<CA> sep2 0.531166
+R<PRO>A<O> R<THR>A<CB> central_sep1 -0.594248
+R<PRO>A<O> R<THR>A<CB> central_sep2 -0.142708
+R<PRO>A<O> R<THR>A<CB> sep1 0.0858244
+R<PRO>A<O> R<THR>A<CB> sep2 -0.342809
+R<PRO>A<O> R<THR>A<CG2> central_sep1 -0.937198
+R<PRO>A<O> R<THR>A<CG2> central_sep2 -0.0706553
+R<PRO>A<O> R<THR>A<CG2> sep1 0.883547
+R<PRO>A<O> R<THR>A<CG2> sep2 0.629275
+R<PRO>A<O> R<THR>A<N> central_sep1 -1.09389
+R<PRO>A<O> R<THR>A<N> central_sep2 0.0611778
+R<PRO>A<O> R<THR>A<N> sep1 -0.204544
+R<PRO>A<O> R<THR>A<N> sep2 1.09195
+R<PRO>A<O> R<THR>A<O> central_sep1 0.828018
+R<PRO>A<O> R<THR>A<O> central_sep2 1.29451
+R<PRO>A<O> R<THR>A<O> sep1 0.31913
+R<PRO>A<O> R<THR>A<O> sep2 0.953163
+R<PRO>A<O> R<THR>A<OG1> central_sep1 -0.764936
+R<PRO>A<O> R<THR>A<OG1> central_sep2 0.0265884
+R<PRO>A<O> R<THR>A<OG1> sep1 0.621856
+R<PRO>A<O> R<THR>A<OG1> sep2 0.39232
+R<PRO>A<O> R<TRP>A<C> central_sep1 -0.774592
+R<PRO>A<O> R<TRP>A<C> central_sep2 3.31581
+R<PRO>A<O> R<TRP>A<C> sep1 -1.80455
+R<PRO>A<O> R<TRP>A<C> sep2 1.40822
+R<PRO>A<O> R<TRP>A<CA> central_sep1 2.33233
+R<PRO>A<O> R<TRP>A<CA> central_sep2 0.105745
+R<PRO>A<O> R<TRP>A<CA> sep1 -2.06093
+R<PRO>A<O> R<TRP>A<CA> sep2 0.278884
+R<PRO>A<O> R<TRP>A<CB> central_sep1 -1.28787
+R<PRO>A<O> R<TRP>A<CB> central_sep2 -0.417347
+R<PRO>A<O> R<TRP>A<CB> sep1 0.197075
+R<PRO>A<O> R<TRP>A<CB> sep2 0.0133699
+R<PRO>A<O> R<TRP>A<CD1> central_sep1 -1.21602
+R<PRO>A<O> R<TRP>A<CD1> central_sep2 -0.59782
+R<PRO>A<O> R<TRP>A<CD1> sep1 0.842253
+R<PRO>A<O> R<TRP>A<CD1> sep2 -0.280211
+R<PRO>A<O> R<TRP>A<CD2> central_sep1 0.670823
+R<PRO>A<O> R<TRP>A<CD2> central_sep2 1.21111
+R<PRO>A<O> R<TRP>A<CD2> sep1 1.47883
+R<PRO>A<O> R<TRP>A<CD2> sep2 0.518623
+R<PRO>A<O> R<TRP>A<CE2> central_sep1 1.76393
+R<PRO>A<O> R<TRP>A<CE2> central_sep2 1.34451
+R<PRO>A<O> R<TRP>A<CE2> sep1 1.62198
+R<PRO>A<O> R<TRP>A<CE2> sep2 0.00752759
+R<PRO>A<O> R<TRP>A<CE3> central_sep1 0.377487
+R<PRO>A<O> R<TRP>A<CE3> central_sep2 -0.114595
+R<PRO>A<O> R<TRP>A<CE3> sep1 1.15318
+R<PRO>A<O> R<TRP>A<CE3> sep2 0.416326
+R<PRO>A<O> R<TRP>A<CG> central_sep1 0.300321
+R<PRO>A<O> R<TRP>A<CG> central_sep2 0.882885
+R<PRO>A<O> R<TRP>A<CG> sep1 0.440053
+R<PRO>A<O> R<TRP>A<CG> sep2 -0.457025
+R<PRO>A<O> R<TRP>A<CH2> central_sep1 1.96193
+R<PRO>A<O> R<TRP>A<CH2> central_sep2 -0.469486
+R<PRO>A<O> R<TRP>A<CH2> sep1 3.04788
+R<PRO>A<O> R<TRP>A<CH2> sep2 -0.349744
+R<PRO>A<O> R<TRP>A<CZ2> central_sep1 1.25467
+R<PRO>A<O> R<TRP>A<CZ2> central_sep2 -0.775806
+R<PRO>A<O> R<TRP>A<CZ2> sep1 2.04419
+R<PRO>A<O> R<TRP>A<CZ2> sep2 -0.495822
+R<PRO>A<O> R<TRP>A<CZ3> central_sep1 1.06936
+R<PRO>A<O> R<TRP>A<CZ3> central_sep2 -0.439279
+R<PRO>A<O> R<TRP>A<CZ3> sep1 2.39764
+R<PRO>A<O> R<TRP>A<CZ3> sep2 -0.116996
+R<PRO>A<O> R<TRP>A<N> central_sep1 -1.66626
+R<PRO>A<O> R<TRP>A<N> central_sep2 -0.189426
+R<PRO>A<O> R<TRP>A<N> sep1 -0.0232872
+R<PRO>A<O> R<TRP>A<N> sep2 0.587712
+R<PRO>A<O> R<TRP>A<NE1> central_sep1 -0.273479
+R<PRO>A<O> R<TRP>A<NE1> central_sep2 -1.3631
+R<PRO>A<O> R<TRP>A<NE1> sep1 0.816166
+R<PRO>A<O> R<TRP>A<NE1> sep2 -0.421659
+R<PRO>A<O> R<TRP>A<O> central_sep1 0.542203
+R<PRO>A<O> R<TRP>A<O> central_sep2 1.24426
+R<PRO>A<O> R<TRP>A<O> sep1 0.425263
+R<PRO>A<O> R<TRP>A<O> sep2 0.844883
+R<PRO>A<O> R<TYR>A<C> central_sep1 -0.655499
+R<PRO>A<O> R<TYR>A<C> central_sep2 2.8515
+R<PRO>A<O> R<TYR>A<C> sep1 -1.72769
+R<PRO>A<O> R<TYR>A<C> sep2 1.45194
+R<PRO>A<O> R<TYR>A<CA> central_sep1 1.80998
+R<PRO>A<O> R<TYR>A<CA> central_sep2 -0.0259551
+R<PRO>A<O> R<TYR>A<CA> sep1 -1.9662
+R<PRO>A<O> R<TYR>A<CA> sep2 0.489228
+R<PRO>A<O> R<TYR>A<CB> central_sep1 -1.0289
+R<PRO>A<O> R<TYR>A<CB> central_sep2 -0.283307
+R<PRO>A<O> R<TYR>A<CB> sep1 0.00251068
+R<PRO>A<O> R<TYR>A<CB> sep2 0.152997
+R<PRO>A<O> R<TYR>A<CD1> central_sep1 -0.686724
+R<PRO>A<O> R<TYR>A<CD1> central_sep2 -0.221568
+R<PRO>A<O> R<TYR>A<CD1> sep1 0.738717
+R<PRO>A<O> R<TYR>A<CD1> sep2 0.137543
+R<PRO>A<O> R<TYR>A<CE1> central_sep1 0.260154
+R<PRO>A<O> R<TYR>A<CE1> central_sep2 -0.681466
+R<PRO>A<O> R<TYR>A<CE1> sep1 0.986597
+R<PRO>A<O> R<TYR>A<CE1> sep2 0.0383597
+R<PRO>A<O> R<TYR>A<CG> central_sep1 0.592488
+R<PRO>A<O> R<TYR>A<CG> central_sep2 1.3536
+R<PRO>A<O> R<TYR>A<CG> sep1 0.60878
+R<PRO>A<O> R<TYR>A<CG> sep2 -0.0739592
+R<PRO>A<O> R<TYR>A<CZ> central_sep1 1.72886
+R<PRO>A<O> R<TYR>A<CZ> central_sep2 1.11205
+R<PRO>A<O> R<TYR>A<CZ> sep1 1.47723
+R<PRO>A<O> R<TYR>A<CZ> sep2 -0.103487
+R<PRO>A<O> R<TYR>A<N> central_sep1 -1.41964
+R<PRO>A<O> R<TYR>A<N> central_sep2 -0.197194
+R<PRO>A<O> R<TYR>A<N> sep1 -0.0445128
+R<PRO>A<O> R<TYR>A<N> sep2 0.586257
+R<PRO>A<O> R<TYR>A<O> central_sep1 0.608361
+R<PRO>A<O> R<TYR>A<O> central_sep2 1.13772
+R<PRO>A<O> R<TYR>A<O> sep1 0.424244
+R<PRO>A<O> R<TYR>A<O> sep2 0.931429
+R<PRO>A<O> R<TYR>A<OH> central_sep1 1.13248
+R<PRO>A<O> R<TYR>A<OH> central_sep2 -0.793354
+R<PRO>A<O> R<TYR>A<OH> sep1 2.13011
+R<PRO>A<O> R<TYR>A<OH> sep2 -0.342184
+R<PRO>A<O> R<VAL>A<C> central_sep1 -0.496239
+R<PRO>A<O> R<VAL>A<C> central_sep2 3.16616
+R<PRO>A<O> R<VAL>A<C> sep1 -1.67293
+R<PRO>A<O> R<VAL>A<C> sep2 2.15039
+R<PRO>A<O> R<VAL>A<CA> central_sep1 3.02969
+R<PRO>A<O> R<VAL>A<CA> central_sep2 -0.0291669
+R<PRO>A<O> R<VAL>A<CA> sep1 -2.10751
+R<PRO>A<O> R<VAL>A<CA> sep2 0.820198
+R<PRO>A<O> R<VAL>A<CB> central_sep1 -1.26067
+R<PRO>A<O> R<VAL>A<CB> central_sep2 -0.0757058
+R<PRO>A<O> R<VAL>A<CB> sep1 0.347662
+R<PRO>A<O> R<VAL>A<CB> sep2 -0.274119
+R<PRO>A<O> R<VAL>A<CG1> central_sep1 -0.921925
+R<PRO>A<O> R<VAL>A<CG1> central_sep2 -0.071152
+R<PRO>A<O> R<VAL>A<CG1> sep1 1.34512
+R<PRO>A<O> R<VAL>A<CG1> sep2 0.693173
+R<PRO>A<O> R<VAL>A<CG2> central_sep1 -0.861945
+R<PRO>A<O> R<VAL>A<CG2> central_sep2 -0.111454
+R<PRO>A<O> R<VAL>A<CG2> sep1 0.703542
+R<PRO>A<O> R<VAL>A<CG2> sep2 0.552268
+R<PRO>A<O> R<VAL>A<N> central_sep1 -1.34392
+R<PRO>A<O> R<VAL>A<N> central_sep2 -0.513497
+R<PRO>A<O> R<VAL>A<N> sep1 -0.116134
+R<PRO>A<O> R<VAL>A<N> sep2 0.830646
+R<PRO>A<O> R<VAL>A<O> central_sep1 0.58284
+R<PRO>A<O> R<VAL>A<O> central_sep2 1.16362
+R<PRO>A<O> R<VAL>A<O> sep1 0.319033
+R<PRO>A<O> R<VAL>A<O> sep2 1.02218
+R<PRO>A<O> c<solvent> . 0.311127
+R<SER>A<C> R<SER>A<C> central_sep1 4.54021
+R<SER>A<C> R<SER>A<C> central_sep2 2.62114
+R<SER>A<C> R<SER>A<C> sep1 -2.24224
+R<SER>A<C> R<SER>A<C> sep2 1.52591
+R<SER>A<C> R<SER>A<CA> central_sep1 3.41676
+R<SER>A<C> R<SER>A<CA> central_sep2 1.6267
+R<SER>A<C> R<SER>A<CA> sep1 -2.68575
+R<SER>A<C> R<SER>A<CA> sep2 0.218737
+R<SER>A<C> R<SER>A<CB> central_sep1 2.18446
+R<SER>A<C> R<SER>A<CB> central_sep2 0.665528
+R<SER>A<C> R<SER>A<CB> sep1 -0.418347
+R<SER>A<C> R<SER>A<CB> sep2 -0.219433
+R<SER>A<C> R<SER>A<N> central_sep1 -0.725207
+R<SER>A<C> R<SER>A<N> central_sep2 1.90318
+R<SER>A<C> R<SER>A<N> sep1 -1.63521
+R<SER>A<C> R<SER>A<N> sep2 1.11434
+R<SER>A<C> R<SER>A<O> central_sep1 -0.555728
+R<SER>A<C> R<SER>A<O> central_sep2 1.94967
+R<SER>A<C> R<SER>A<O> sep1 -1.63255
+R<SER>A<C> R<SER>A<O> sep2 0.791098
+R<SER>A<C> R<SER>A<OG> central_sep1 1.53198
+R<SER>A<C> R<SER>A<OG> central_sep2 0.77711
+R<SER>A<C> R<SER>A<OG> sep1 0.148852
+R<SER>A<C> R<SER>A<OG> sep2 0.0414458
+R<SER>A<C> R<THR>A<C> central_sep1 4.00578
+R<SER>A<C> R<THR>A<C> central_sep2 3.03725
+R<SER>A<C> R<THR>A<C> sep1 -2.2578
+R<SER>A<C> R<THR>A<C> sep2 2.02111
+R<SER>A<C> R<THR>A<CA> central_sep1 4.3989
+R<SER>A<C> R<THR>A<CA> central_sep2 2.16771
+R<SER>A<C> R<THR>A<CA> sep1 -2.63389
+R<SER>A<C> R<THR>A<CA> sep2 0.521286
+R<SER>A<C> R<THR>A<CB> central_sep1 2.20527
+R<SER>A<C> R<THR>A<CB> central_sep2 0.85411
+R<SER>A<C> R<THR>A<CB> sep1 0.0257356
+R<SER>A<C> R<THR>A<CB> sep2 -0.168548
+R<SER>A<C> R<THR>A<CG2> central_sep1 0.839286
+R<SER>A<C> R<THR>A<CG2> central_sep2 0.365876
+R<SER>A<C> R<THR>A<CG2> sep1 -0.376223
+R<SER>A<C> R<THR>A<CG2> sep2 -0.317618
+R<SER>A<C> R<THR>A<N> central_sep1 -0.663446
+R<SER>A<C> R<THR>A<N> central_sep2 3.01079
+R<SER>A<C> R<THR>A<N> sep1 -1.59893
+R<SER>A<C> R<THR>A<N> sep2 1.54588
+R<SER>A<C> R<THR>A<O> central_sep1 -0.480924
+R<SER>A<C> R<THR>A<O> central_sep2 2.01594
+R<SER>A<C> R<THR>A<O> sep1 -1.40859
+R<SER>A<C> R<THR>A<O> sep2 0.832543
+R<SER>A<C> R<THR>A<OG1> central_sep1 1.50453
+R<SER>A<C> R<THR>A<OG1> central_sep2 0.687496
+R<SER>A<C> R<THR>A<OG1> sep1 -0.191133
+R<SER>A<C> R<THR>A<OG1> sep2 0.171593
+R<SER>A<C> R<TRP>A<C> central_sep1 4.37842
+R<SER>A<C> R<TRP>A<C> central_sep2 3.27035
+R<SER>A<C> R<TRP>A<C> sep1 -2.46694
+R<SER>A<C> R<TRP>A<C> sep2 1.98957
+R<SER>A<C> R<TRP>A<CA> central_sep1 3.72704
+R<SER>A<C> R<TRP>A<CA> central_sep2 2.21962
+R<SER>A<C> R<TRP>A<CA> sep1 -2.82193
+R<SER>A<C> R<TRP>A<CA> sep2 0.705929
+R<SER>A<C> R<TRP>A<CB> central_sep1 2.11274
+R<SER>A<C> R<TRP>A<CB> central_sep2 0.51493
+R<SER>A<C> R<TRP>A<CB> sep1 -0.328649
+R<SER>A<C> R<TRP>A<CB> sep2 -0.157168
+R<SER>A<C> R<TRP>A<CD1> central_sep1 -0.783061
+R<SER>A<C> R<TRP>A<CD1> central_sep2 0.00826839
+R<SER>A<C> R<TRP>A<CD1> sep1 -0.660778
+R<SER>A<C> R<TRP>A<CD1> sep2 -0.625548
+R<SER>A<C> R<TRP>A<CD2> central_sep1 -0.504581
+R<SER>A<C> R<TRP>A<CD2> central_sep2 0.582318
+R<SER>A<C> R<TRP>A<CD2> sep1 -0.24714
+R<SER>A<C> R<TRP>A<CD2> sep2 0.321068
+R<SER>A<C> R<TRP>A<CE2> central_sep1 0.055886
+R<SER>A<C> R<TRP>A<CE2> central_sep2 0.373685
+R<SER>A<C> R<TRP>A<CE2> sep1 1.1147
+R<SER>A<C> R<TRP>A<CE2> sep2 -0.160455
+R<SER>A<C> R<TRP>A<CE3> central_sep1 -0.677343
+R<SER>A<C> R<TRP>A<CE3> central_sep2 -0.739224
+R<SER>A<C> R<TRP>A<CE3> sep1 0.41672
+R<SER>A<C> R<TRP>A<CE3> sep2 -0.322462
+R<SER>A<C> R<TRP>A<CG> central_sep1 1.32503
+R<SER>A<C> R<TRP>A<CG> central_sep2 0.568949
+R<SER>A<C> R<TRP>A<CG> sep1 -1.09973
+R<SER>A<C> R<TRP>A<CG> sep2 -0.112535
+R<SER>A<C> R<TRP>A<CH2> central_sep1 2.05793
+R<SER>A<C> R<TRP>A<CH2> central_sep2 -0.711083
+R<SER>A<C> R<TRP>A<CH2> sep1 2.93268
+R<SER>A<C> R<TRP>A<CH2> sep2 -0.600461
+R<SER>A<C> R<TRP>A<CZ2> central_sep1 1.73608
+R<SER>A<C> R<TRP>A<CZ2> central_sep2 -0.505974
+R<SER>A<C> R<TRP>A<CZ2> sep1 2.8657
+R<SER>A<C> R<TRP>A<CZ2> sep2 -0.881562
+R<SER>A<C> R<TRP>A<CZ3> central_sep1 0.744798
+R<SER>A<C> R<TRP>A<CZ3> central_sep2 -0.487832
+R<SER>A<C> R<TRP>A<CZ3> sep1 1.93701
+R<SER>A<C> R<TRP>A<CZ3> sep2 -0.774667
+R<SER>A<C> R<TRP>A<N> central_sep1 -0.778901
+R<SER>A<C> R<TRP>A<N> central_sep2 2.49158
+R<SER>A<C> R<TRP>A<N> sep1 -1.73759
+R<SER>A<C> R<TRP>A<N> sep2 1.40577
+R<SER>A<C> R<TRP>A<NE1> central_sep1 0.910331
+R<SER>A<C> R<TRP>A<NE1> central_sep2 -0.240836
+R<SER>A<C> R<TRP>A<NE1> sep1 1.40227
+R<SER>A<C> R<TRP>A<NE1> sep2 -0.710537
+R<SER>A<C> R<TRP>A<O> central_sep1 -0.657419
+R<SER>A<C> R<TRP>A<O> central_sep2 2.08772
+R<SER>A<C> R<TRP>A<O> sep1 -1.53852
+R<SER>A<C> R<TRP>A<O> sep2 1.31778
+R<SER>A<C> R<TYR>A<C> central_sep1 3.82886
+R<SER>A<C> R<TYR>A<C> central_sep2 3.87122
+R<SER>A<C> R<TYR>A<C> sep1 -2.38306
+R<SER>A<C> R<TYR>A<C> sep2 2.02952
+R<SER>A<C> R<TYR>A<CA> central_sep1 3.50262
+R<SER>A<C> R<TYR>A<CA> central_sep2 2.31509
+R<SER>A<C> R<TYR>A<CA> sep1 -2.70116
+R<SER>A<C> R<TYR>A<CA> sep2 0.741368
+R<SER>A<C> R<TYR>A<CB> central_sep1 2.14089
+R<SER>A<C> R<TYR>A<CB> central_sep2 0.484079
+R<SER>A<C> R<TYR>A<CB> sep1 -0.370227
+R<SER>A<C> R<TYR>A<CB> sep2 -0.191168
+R<SER>A<C> R<TYR>A<CD1> central_sep1 -0.61527
+R<SER>A<C> R<TYR>A<CD1> central_sep2 -0.211049
+R<SER>A<C> R<TYR>A<CD1> sep1 -0.452369
+R<SER>A<C> R<TYR>A<CD1> sep2 -0.518789
+R<SER>A<C> R<TYR>A<CE1> central_sep1 0.49187
+R<SER>A<C> R<TYR>A<CE1> central_sep2 -0.0272725
+R<SER>A<C> R<TYR>A<CE1> sep1 1.40219
+R<SER>A<C> R<TYR>A<CE1> sep2 -0.468009
+R<SER>A<C> R<TYR>A<CG> central_sep1 0.679897
+R<SER>A<C> R<TYR>A<CG> central_sep2 0.391327
+R<SER>A<C> R<TYR>A<CG> sep1 -1.52935
+R<SER>A<C> R<TYR>A<CG> sep2 -0.138775
+R<SER>A<C> R<TYR>A<CZ> central_sep1 0.674332
+R<SER>A<C> R<TYR>A<CZ> central_sep2 0.291329
+R<SER>A<C> R<TYR>A<CZ> sep1 1.6172
+R<SER>A<C> R<TYR>A<CZ> sep2 -0.300536
+R<SER>A<C> R<TYR>A<N> central_sep1 -0.882025
+R<SER>A<C> R<TYR>A<N> central_sep2 2.393
+R<SER>A<C> R<TYR>A<N> sep1 -1.83584
+R<SER>A<C> R<TYR>A<N> sep2 1.65075
+R<SER>A<C> R<TYR>A<O> central_sep1 -0.637022
+R<SER>A<C> R<TYR>A<O> central_sep2 2.10331
+R<SER>A<C> R<TYR>A<O> sep1 -1.39154
+R<SER>A<C> R<TYR>A<O> sep2 0.969464
+R<SER>A<C> R<TYR>A<OH> central_sep1 2.69537
+R<SER>A<C> R<TYR>A<OH> central_sep2 0.337641
+R<SER>A<C> R<TYR>A<OH> sep1 3.57276
+R<SER>A<C> R<TYR>A<OH> sep2 -0.191499
+R<SER>A<C> R<VAL>A<C> central_sep1 4.84907
+R<SER>A<C> R<VAL>A<C> central_sep2 4.84524
+R<SER>A<C> R<VAL>A<C> sep1 -2.53174
+R<SER>A<C> R<VAL>A<C> sep2 2.5542
+R<SER>A<C> R<VAL>A<CA> central_sep1 3.80191
+R<SER>A<C> R<VAL>A<CA> central_sep2 2.46268
+R<SER>A<C> R<VAL>A<CA> sep1 -2.70191
+R<SER>A<C> R<VAL>A<CA> sep2 0.92828
+R<SER>A<C> R<VAL>A<CB> central_sep1 2.19366
+R<SER>A<C> R<VAL>A<CB> central_sep2 0.727114
+R<SER>A<C> R<VAL>A<CB> sep1 0.0226371
+R<SER>A<C> R<VAL>A<CB> sep2 -0.384923
+R<SER>A<C> R<VAL>A<CG1> central_sep1 0.451133
+R<SER>A<C> R<VAL>A<CG1> central_sep2 0.251531
+R<SER>A<C> R<VAL>A<CG1> sep1 -0.231326
+R<SER>A<C> R<VAL>A<CG1> sep2 -0.453268
+R<SER>A<C> R<VAL>A<CG2> central_sep1 0.696284
+R<SER>A<C> R<VAL>A<CG2> central_sep2 0.160159
+R<SER>A<C> R<VAL>A<CG2> sep1 -0.71023
+R<SER>A<C> R<VAL>A<CG2> sep2 -0.291936
+R<SER>A<C> R<VAL>A<N> central_sep1 -0.322299
+R<SER>A<C> R<VAL>A<N> central_sep2 2.76531
+R<SER>A<C> R<VAL>A<N> sep1 -1.63831
+R<SER>A<C> R<VAL>A<N> sep2 1.4837
+R<SER>A<C> R<VAL>A<O> central_sep1 -0.587251
+R<SER>A<C> R<VAL>A<O> central_sep2 1.7644
+R<SER>A<C> R<VAL>A<O> sep1 -1.33155
+R<SER>A<C> R<VAL>A<O> sep2 0.820046
+R<SER>A<C> c<solvent> . 1.73647
+R<SER>A<CA> R<SER>A<CA> central_sep1 1.77736
+R<SER>A<CA> R<SER>A<CA> central_sep2 -0.0598985
+R<SER>A<CA> R<SER>A<CA> sep1 2.93159
+R<SER>A<CA> R<SER>A<CA> sep2 0.171051
+R<SER>A<CA> R<SER>A<CB> central_sep1 0.25832
+R<SER>A<CA> R<SER>A<CB> central_sep2 0.0325049
+R<SER>A<CA> R<SER>A<CB> sep1 1.81104
+R<SER>A<CA> R<SER>A<CB> sep2 -0.037878
+R<SER>A<CA> R<SER>A<N> central_sep1 3.04124
+R<SER>A<CA> R<SER>A<N> central_sep2 1.00436
+R<SER>A<CA> R<SER>A<N> sep1 -2.18335
+R<SER>A<CA> R<SER>A<N> sep2 0.726995
+R<SER>A<CA> R<SER>A<O> central_sep1 1.38263
+R<SER>A<CA> R<SER>A<O> central_sep2 -0.379694
+R<SER>A<CA> R<SER>A<O> sep1 -2.05185
+R<SER>A<CA> R<SER>A<O> sep2 0.356784
+R<SER>A<CA> R<SER>A<OG> central_sep1 0.439195
+R<SER>A<CA> R<SER>A<OG> central_sep2 -0.121894
+R<SER>A<CA> R<SER>A<OG> sep1 0.995497
+R<SER>A<CA> R<SER>A<OG> sep2 -0.123862
+R<SER>A<CA> R<THR>A<C> central_sep1 4.45214
+R<SER>A<CA> R<THR>A<C> central_sep2 1.96141
+R<SER>A<CA> R<THR>A<C> sep1 -2.59875
+R<SER>A<CA> R<THR>A<C> sep2 0.321152
+R<SER>A<CA> R<THR>A<CA> central_sep1 1.4725
+R<SER>A<CA> R<THR>A<CA> central_sep2 -0.162015
+R<SER>A<CA> R<THR>A<CA> sep1 3.53125
+R<SER>A<CA> R<THR>A<CA> sep2 0.364938
+R<SER>A<CA> R<THR>A<CB> central_sep1 -0.226439
+R<SER>A<CA> R<THR>A<CB> central_sep2 0.152862
+R<SER>A<CA> R<THR>A<CB> sep1 1.74093
+R<SER>A<CA> R<THR>A<CB> sep2 -0.154894
+R<SER>A<CA> R<THR>A<CG2> central_sep1 1.28649
+R<SER>A<CA> R<THR>A<CG2> central_sep2 -0.0687886
+R<SER>A<CA> R<THR>A<CG2> sep1 1.27601
+R<SER>A<CA> R<THR>A<CG2> sep2 0.13766
+R<SER>A<CA> R<THR>A<N> central_sep1 3.28629
+R<SER>A<CA> R<THR>A<N> central_sep2 1.35618
+R<SER>A<CA> R<THR>A<N> sep1 -2.19984
+R<SER>A<CA> R<THR>A<N> sep2 0.950219
+R<SER>A<CA> R<THR>A<O> central_sep1 1.3387
+R<SER>A<CA> R<THR>A<O> central_sep2 -0.446619
+R<SER>A<CA> R<THR>A<O> sep1 -1.93597
+R<SER>A<CA> R<THR>A<O> sep2 0.33577
+R<SER>A<CA> R<THR>A<OG1> central_sep1 0.297501
+R<SER>A<CA> R<THR>A<OG1> central_sep2 -0.0638964
+R<SER>A<CA> R<THR>A<OG1> sep1 1.06478
+R<SER>A<CA> R<THR>A<OG1> sep2 -0.070328
+R<SER>A<CA> R<TRP>A<C> central_sep1 3.60124
+R<SER>A<CA> R<TRP>A<C> central_sep2 2.69762
+R<SER>A<CA> R<TRP>A<C> sep1 -2.58577
+R<SER>A<CA> R<TRP>A<C> sep2 0.649791
+R<SER>A<CA> R<TRP>A<CA> central_sep1 1.26458
+R<SER>A<CA> R<TRP>A<CA> central_sep2 0.161036
+R<SER>A<CA> R<TRP>A<CA> sep1 2.79102
+R<SER>A<CA> R<TRP>A<CA> sep2 0.655882
+R<SER>A<CA> R<TRP>A<CB> central_sep1 -0.0588717
+R<SER>A<CA> R<TRP>A<CB> central_sep2 0.133284
+R<SER>A<CA> R<TRP>A<CB> sep1 1.86884
+R<SER>A<CA> R<TRP>A<CB> sep2 0.129664
+R<SER>A<CA> R<TRP>A<CD1> central_sep1 0.195604
+R<SER>A<CA> R<TRP>A<CD1> central_sep2 -0.219233
+R<SER>A<CA> R<TRP>A<CD1> sep1 -0.0932145
+R<SER>A<CA> R<TRP>A<CD1> sep2 -0.315372
+R<SER>A<CA> R<TRP>A<CD2> central_sep1 1.0226
+R<SER>A<CA> R<TRP>A<CD2> central_sep2 -0.274997
+R<SER>A<CA> R<TRP>A<CD2> sep1 0.827819
+R<SER>A<CA> R<TRP>A<CD2> sep2 -0.8315
+R<SER>A<CA> R<TRP>A<CE2> central_sep1 0.705456
+R<SER>A<CA> R<TRP>A<CE2> central_sep2 -0.276179
+R<SER>A<CA> R<TRP>A<CE2> sep1 1.10822
+R<SER>A<CA> R<TRP>A<CE2> sep2 -0.700934
+R<SER>A<CA> R<TRP>A<CE3> central_sep1 -0.884315
+R<SER>A<CA> R<TRP>A<CE3> central_sep2 -0.367306
+R<SER>A<CA> R<TRP>A<CE3> sep1 1.24728
+R<SER>A<CA> R<TRP>A<CE3> sep2 -0.302637
+R<SER>A<CA> R<TRP>A<CG> central_sep1 1.72546
+R<SER>A<CA> R<TRP>A<CG> central_sep2 -0.163881
+R<SER>A<CA> R<TRP>A<CG> sep1 1.38591
+R<SER>A<CA> R<TRP>A<CG> sep2 -1.11806
+R<SER>A<CA> R<TRP>A<CH2> central_sep1 1.25958
+R<SER>A<CA> R<TRP>A<CH2> central_sep2 -0.548105
+R<SER>A<CA> R<TRP>A<CH2> sep1 2.45782
+R<SER>A<CA> R<TRP>A<CH2> sep2 -0.5344
+R<SER>A<CA> R<TRP>A<CZ2> central_sep1 0.851919
+R<SER>A<CA> R<TRP>A<CZ2> central_sep2 -0.621088
+R<SER>A<CA> R<TRP>A<CZ2> sep1 2.02375
+R<SER>A<CA> R<TRP>A<CZ2> sep2 -0.497102
+R<SER>A<CA> R<TRP>A<CZ3> central_sep1 0.887143
+R<SER>A<CA> R<TRP>A<CZ3> central_sep2 -0.655096
+R<SER>A<CA> R<TRP>A<CZ3> sep1 0.862785
+R<SER>A<CA> R<TRP>A<CZ3> sep2 -0.548018
+R<SER>A<CA> R<TRP>A<N> central_sep1 2.71022
+R<SER>A<CA> R<TRP>A<N> central_sep2 1.45001
+R<SER>A<CA> R<TRP>A<N> sep1 -2.26255
+R<SER>A<CA> R<TRP>A<N> sep2 0.726968
+R<SER>A<CA> R<TRP>A<NE1> central_sep1 0.654079
+R<SER>A<CA> R<TRP>A<NE1> central_sep2 0.02574
+R<SER>A<CA> R<TRP>A<NE1> sep1 1.48163
+R<SER>A<CA> R<TRP>A<NE1> sep2 -0.58394
+R<SER>A<CA> R<TRP>A<O> central_sep1 1.01051
+R<SER>A<CA> R<TRP>A<O> central_sep2 -0.608309
+R<SER>A<CA> R<TRP>A<O> sep1 -1.96455
+R<SER>A<CA> R<TRP>A<O> sep2 0.40929
+R<SER>A<CA> R<TYR>A<C> central_sep1 3.17278
+R<SER>A<CA> R<TYR>A<C> central_sep2 2.0213
+R<SER>A<CA> R<TYR>A<C> sep1 -2.61015
+R<SER>A<CA> R<TYR>A<C> sep2 0.641245
+R<SER>A<CA> R<TYR>A<CA> central_sep1 1.92363
+R<SER>A<CA> R<TYR>A<CA> central_sep2 0.274291
+R<SER>A<CA> R<TYR>A<CA> sep1 3.58668
+R<SER>A<CA> R<TYR>A<CA> sep2 0.545331
+R<SER>A<CA> R<TYR>A<CB> central_sep1 -0.0609141
+R<SER>A<CA> R<TYR>A<CB> central_sep2 0.0349596
+R<SER>A<CA> R<TYR>A<CB> sep1 1.7856
+R<SER>A<CA> R<TYR>A<CB> sep2 0.180068
+R<SER>A<CA> R<TYR>A<CD1> central_sep1 0.337301
+R<SER>A<CA> R<TYR>A<CD1> central_sep2 -0.278624
+R<SER>A<CA> R<TYR>A<CD1> sep1 -0.0304849
+R<SER>A<CA> R<TYR>A<CD1> sep2 -0.322852
+R<SER>A<CA> R<TYR>A<CE1> central_sep1 0.648907
+R<SER>A<CA> R<TYR>A<CE1> central_sep2 -0.222492
+R<SER>A<CA> R<TYR>A<CE1> sep1 1.27175
+R<SER>A<CA> R<TYR>A<CE1> sep2 -0.341742
+R<SER>A<CA> R<TYR>A<CG> central_sep1 1.3461
+R<SER>A<CA> R<TYR>A<CG> central_sep2 -0.195072
+R<SER>A<CA> R<TYR>A<CG> sep1 1.8455
+R<SER>A<CA> R<TYR>A<CG> sep2 -0.960932
+R<SER>A<CA> R<TYR>A<CZ> central_sep1 0.233255
+R<SER>A<CA> R<TYR>A<CZ> central_sep2 -0.101402
+R<SER>A<CA> R<TYR>A<CZ> sep1 1.18645
+R<SER>A<CA> R<TYR>A<CZ> sep2 -0.833847
+R<SER>A<CA> R<TYR>A<N> central_sep1 2.5055
+R<SER>A<CA> R<TYR>A<N> central_sep2 1.51851
+R<SER>A<CA> R<TYR>A<N> sep1 -2.13382
+R<SER>A<CA> R<TYR>A<N> sep2 0.961896
+R<SER>A<CA> R<TYR>A<O> central_sep1 0.859457
+R<SER>A<CA> R<TYR>A<O> central_sep2 -0.676338
+R<SER>A<CA> R<TYR>A<O> sep1 -1.98495
+R<SER>A<CA> R<TYR>A<O> sep2 0.318815
+R<SER>A<CA> R<TYR>A<OH> central_sep1 1.36185
+R<SER>A<CA> R<TYR>A<OH> central_sep2 -0.378377
+R<SER>A<CA> R<TYR>A<OH> sep1 2.14226
+R<SER>A<CA> R<TYR>A<OH> sep2 -0.319417
+R<SER>A<CA> R<VAL>A<C> central_sep1 4.46167
+R<SER>A<CA> R<VAL>A<C> central_sep2 2.6859
+R<SER>A<CA> R<VAL>A<C> sep1 -2.73869
+R<SER>A<CA> R<VAL>A<C> sep2 0.625821
+R<SER>A<CA> R<VAL>A<CA> central_sep1 1.98595
+R<SER>A<CA> R<VAL>A<CA> central_sep2 0.344427
+R<SER>A<CA> R<VAL>A<CA> sep1 3.91556
+R<SER>A<CA> R<VAL>A<CA> sep2 0.685794
+R<SER>A<CA> R<VAL>A<CB> central_sep1 -0.629876
+R<SER>A<CA> R<VAL>A<CB> central_sep2 0.111973
+R<SER>A<CA> R<VAL>A<CB> sep1 1.67919
+R<SER>A<CA> R<VAL>A<CB> sep2 -0.0150601
+R<SER>A<CA> R<VAL>A<CG1> central_sep1 1.4249
+R<SER>A<CA> R<VAL>A<CG1> central_sep2 -0.107102
+R<SER>A<CA> R<VAL>A<CG1> sep1 1.00615
+R<SER>A<CA> R<VAL>A<CG1> sep2 0.231106
+R<SER>A<CA> R<VAL>A<CG2> central_sep1 0.601933
+R<SER>A<CA> R<VAL>A<CG2> central_sep2 -0.205085
+R<SER>A<CA> R<VAL>A<CG2> sep1 1.31728
+R<SER>A<CA> R<VAL>A<CG2> sep2 0.18408
+R<SER>A<CA> R<VAL>A<N> central_sep1 2.68342
+R<SER>A<CA> R<VAL>A<N> central_sep2 1.54529
+R<SER>A<CA> R<VAL>A<N> sep1 -2.24762
+R<SER>A<CA> R<VAL>A<N> sep2 0.889382
+R<SER>A<CA> R<VAL>A<O> central_sep1 0.932814
+R<SER>A<CA> R<VAL>A<O> central_sep2 -0.741372
+R<SER>A<CA> R<VAL>A<O> sep1 -1.98467
+R<SER>A<CA> R<VAL>A<O> sep2 0.238688
+R<SER>A<CA> c<solvent> . 0.55747
+R<SER>A<CB> R<SER>A<CB> central_sep1 0.496178
+R<SER>A<CB> R<SER>A<CB> central_sep2 -0.665634
+R<SER>A<CB> R<SER>A<CB> sep1 1.15595
+R<SER>A<CB> R<SER>A<CB> sep2 -0.284524
+R<SER>A<CB> R<SER>A<N> central_sep1 0.467622
+R<SER>A<CB> R<SER>A<N> central_sep2 0.771897
+R<SER>A<CB> R<SER>A<N> sep1 -0.946348
+R<SER>A<CB> R<SER>A<N> sep2 0.276962
+R<SER>A<CB> R<SER>A<O> central_sep1 -0.773332
+R<SER>A<CB> R<SER>A<O> central_sep2 -0.191552
+R<SER>A<CB> R<SER>A<O> sep1 0.132614
+R<SER>A<CB> R<SER>A<O> sep2 -0.174549
+R<SER>A<CB> R<SER>A<OG> central_sep1 -0.269137
+R<SER>A<CB> R<SER>A<OG> central_sep2 -0.624485
+R<SER>A<CB> R<SER>A<OG> sep1 0.477272
+R<SER>A<CB> R<SER>A<OG> sep2 -0.540654
+R<SER>A<CB> R<THR>A<C> central_sep1 2.21343
+R<SER>A<CB> R<THR>A<C> central_sep2 0.688228
+R<SER>A<CB> R<THR>A<C> sep1 -0.372825
+R<SER>A<CB> R<THR>A<C> sep2 -0.18075
+R<SER>A<CB> R<THR>A<CA> central_sep1 0.275856
+R<SER>A<CB> R<THR>A<CA> central_sep2 0.177548
+R<SER>A<CB> R<THR>A<CA> sep1 1.80334
+R<SER>A<CB> R<THR>A<CA> sep2 0.205749
+R<SER>A<CB> R<THR>A<CB> central_sep1 0.60755
+R<SER>A<CB> R<THR>A<CB> central_sep2 -0.556775
+R<SER>A<CB> R<THR>A<CB> sep1 0.911698
+R<SER>A<CB> R<THR>A<CB> sep2 -0.474444
+R<SER>A<CB> R<THR>A<CG2> central_sep1 0.386165
+R<SER>A<CB> R<THR>A<CG2> central_sep2 -0.728196
+R<SER>A<CB> R<THR>A<CG2> sep1 1.24758
+R<SER>A<CB> R<THR>A<CG2> sep2 0.0349148
+R<SER>A<CB> R<THR>A<N> central_sep1 0.805529
+R<SER>A<CB> R<THR>A<N> central_sep2 0.990895
+R<SER>A<CB> R<THR>A<N> sep1 -0.785167
+R<SER>A<CB> R<THR>A<N> sep2 0.513723
+R<SER>A<CB> R<THR>A<O> central_sep1 -0.593246
+R<SER>A<CB> R<THR>A<O> central_sep2 -0.0624372
+R<SER>A<CB> R<THR>A<O> sep1 0.133762
+R<SER>A<CB> R<THR>A<O> sep2 -0.173512
+R<SER>A<CB> R<THR>A<OG1> central_sep1 -0.306902
+R<SER>A<CB> R<THR>A<OG1> central_sep2 -0.625356
+R<SER>A<CB> R<THR>A<OG1> sep1 0.562109
+R<SER>A<CB> R<THR>A<OG1> sep2 -0.489344
+R<SER>A<CB> R<TRP>A<C> central_sep1 2.45411
+R<SER>A<CB> R<TRP>A<C> central_sep2 0.823484
+R<SER>A<CB> R<TRP>A<C> sep1 -0.410889
+R<SER>A<CB> R<TRP>A<C> sep2 -0.191179
+R<SER>A<CB> R<TRP>A<CA> central_sep1 0.00908085
+R<SER>A<CB> R<TRP>A<CA> central_sep2 0.292599
+R<SER>A<CB> R<TRP>A<CA> sep1 1.45573
+R<SER>A<CB> R<TRP>A<CA> sep2 0.420171
+R<SER>A<CB> R<TRP>A<CB> central_sep1 0.601699
+R<SER>A<CB> R<TRP>A<CB> central_sep2 -0.63428
+R<SER>A<CB> R<TRP>A<CB> sep1 1.9796
+R<SER>A<CB> R<TRP>A<CB> sep2 0.0412068
+R<SER>A<CB> R<TRP>A<CD1> central_sep1 -0.139742
+R<SER>A<CB> R<TRP>A<CD1> central_sep2 -0.591559
+R<SER>A<CB> R<TRP>A<CD1> sep1 1.02315
+R<SER>A<CB> R<TRP>A<CD1> sep2 -0.535347
+R<SER>A<CB> R<TRP>A<CD2> central_sep1 0.116503
+R<SER>A<CB> R<TRP>A<CD2> central_sep2 -0.796645
+R<SER>A<CB> R<TRP>A<CD2> sep1 0.871234
+R<SER>A<CB> R<TRP>A<CD2> sep2 -1.25689
+R<SER>A<CB> R<TRP>A<CE2> central_sep1 -0.272434
+R<SER>A<CB> R<TRP>A<CE2> central_sep2 -0.840703
+R<SER>A<CB> R<TRP>A<CE2> sep1 0.208143
+R<SER>A<CB> R<TRP>A<CE2> sep2 -1.51665
+R<SER>A<CB> R<TRP>A<CE3> central_sep1 0.00870467
+R<SER>A<CB> R<TRP>A<CE3> central_sep2 -0.607337
+R<SER>A<CB> R<TRP>A<CE3> sep1 1.39613
+R<SER>A<CB> R<TRP>A<CE3> sep2 -0.413299
+R<SER>A<CB> R<TRP>A<CG> central_sep1 1.5307
+R<SER>A<CB> R<TRP>A<CG> central_sep2 -0.158233
+R<SER>A<CB> R<TRP>A<CG> sep1 1.16905
+R<SER>A<CB> R<TRP>A<CG> sep2 -1.64648
+R<SER>A<CB> R<TRP>A<CH2> central_sep1 0.647901
+R<SER>A<CB> R<TRP>A<CH2> central_sep2 -0.850776
+R<SER>A<CB> R<TRP>A<CH2> sep1 1.59663
+R<SER>A<CB> R<TRP>A<CH2> sep2 -0.796112
+R<SER>A<CB> R<TRP>A<CZ2> central_sep1 0.343462
+R<SER>A<CB> R<TRP>A<CZ2> central_sep2 -0.947653
+R<SER>A<CB> R<TRP>A<CZ2> sep1 1.51515
+R<SER>A<CB> R<TRP>A<CZ2> sep2 -0.692889
+R<SER>A<CB> R<TRP>A<CZ3> central_sep1 0.376753
+R<SER>A<CB> R<TRP>A<CZ3> central_sep2 -0.781306
+R<SER>A<CB> R<TRP>A<CZ3> sep1 1.13455
+R<SER>A<CB> R<TRP>A<CZ3> sep2 -0.547996
+R<SER>A<CB> R<TRP>A<N> central_sep1 1.38397
+R<SER>A<CB> R<TRP>A<N> central_sep2 1.10049
+R<SER>A<CB> R<TRP>A<N> sep1 -1.03881
+R<SER>A<CB> R<TRP>A<N> sep2 0.549404
+R<SER>A<CB> R<TRP>A<NE1> central_sep1 0.108842
+R<SER>A<CB> R<TRP>A<NE1> central_sep2 -0.568742
+R<SER>A<CB> R<TRP>A<NE1> sep1 0.805576
+R<SER>A<CB> R<TRP>A<NE1> sep2 -1.10476
+R<SER>A<CB> R<TRP>A<O> central_sep1 -0.546871
+R<SER>A<CB> R<TRP>A<O> central_sep2 -0.213131
+R<SER>A<CB> R<TRP>A<O> sep1 0.0987957
+R<SER>A<CB> R<TRP>A<O> sep2 -0.197869
+R<SER>A<CB> R<TYR>A<C> central_sep1 2.35668
+R<SER>A<CB> R<TYR>A<C> central_sep2 0.849518
+R<SER>A<CB> R<TYR>A<C> sep1 -0.480506
+R<SER>A<CB> R<TYR>A<C> sep2 -0.352907
+R<SER>A<CB> R<TYR>A<CA> central_sep1 0.213308
+R<SER>A<CB> R<TYR>A<CA> central_sep2 0.24361
+R<SER>A<CB> R<TYR>A<CA> sep1 1.44352
+R<SER>A<CB> R<TYR>A<CA> sep2 0.378699
+R<SER>A<CB> R<TYR>A<CB> central_sep1 0.476423
+R<SER>A<CB> R<TYR>A<CB> central_sep2 -0.60128
+R<SER>A<CB> R<TYR>A<CB> sep1 1.73279
+R<SER>A<CB> R<TYR>A<CB> sep2 0.0386182
+R<SER>A<CB> R<TYR>A<CD1> central_sep1 0.0857667
+R<SER>A<CB> R<TYR>A<CD1> central_sep2 -0.555613
+R<SER>A<CB> R<TYR>A<CD1> sep1 1.16728
+R<SER>A<CB> R<TYR>A<CD1> sep2 -0.450002
+R<SER>A<CB> R<TYR>A<CE1> central_sep1 -0.217425
+R<SER>A<CB> R<TYR>A<CE1> central_sep2 -0.803559
+R<SER>A<CB> R<TYR>A<CE1> sep1 1.03114
+R<SER>A<CB> R<TYR>A<CE1> sep2 -0.532926
+R<SER>A<CB> R<TYR>A<CG> central_sep1 1.70011
+R<SER>A<CB> R<TYR>A<CG> central_sep2 -0.0786392
+R<SER>A<CB> R<TYR>A<CG> sep1 1.36841
+R<SER>A<CB> R<TYR>A<CG> sep2 -1.43544
+R<SER>A<CB> R<TYR>A<CZ> central_sep1 -0.301914
+R<SER>A<CB> R<TYR>A<CZ> central_sep2 -0.650112
+R<SER>A<CB> R<TYR>A<CZ> sep1 0.195022
+R<SER>A<CB> R<TYR>A<CZ> sep2 -1.36529
+R<SER>A<CB> R<TYR>A<N> central_sep1 1.10417
+R<SER>A<CB> R<TYR>A<N> central_sep2 0.942757
+R<SER>A<CB> R<TYR>A<N> sep1 -0.921244
+R<SER>A<CB> R<TYR>A<N> sep2 0.493525
+R<SER>A<CB> R<TYR>A<O> central_sep1 -0.55439
+R<SER>A<CB> R<TYR>A<O> central_sep2 -0.1444
+R<SER>A<CB> R<TYR>A<O> sep1 0.162636
+R<SER>A<CB> R<TYR>A<O> sep2 -0.306647
+R<SER>A<CB> R<TYR>A<OH> central_sep1 0.719383
+R<SER>A<CB> R<TYR>A<OH> central_sep2 -0.736798
+R<SER>A<CB> R<TYR>A<OH> sep1 1.31058
+R<SER>A<CB> R<TYR>A<OH> sep2 -0.772335
+R<SER>A<CB> R<VAL>A<C> central_sep1 2.62193
+R<SER>A<CB> R<VAL>A<C> central_sep2 1.18415
+R<SER>A<CB> R<VAL>A<C> sep1 -0.451213
+R<SER>A<CB> R<VAL>A<C> sep2 -0.339184
+R<SER>A<CB> R<VAL>A<CA> central_sep1 0.292377
+R<SER>A<CB> R<VAL>A<CA> central_sep2 0.356309
+R<SER>A<CB> R<VAL>A<CA> sep1 1.91543
+R<SER>A<CB> R<VAL>A<CA> sep2 0.586218
+R<SER>A<CB> R<VAL>A<CB> central_sep1 0.54793
+R<SER>A<CB> R<VAL>A<CB> central_sep2 -0.585018
+R<SER>A<CB> R<VAL>A<CB> sep1 1.51317
+R<SER>A<CB> R<VAL>A<CB> sep2 -0.439417
+R<SER>A<CB> R<VAL>A<CG1> central_sep1 0.391093
+R<SER>A<CB> R<VAL>A<CG1> central_sep2 -0.780951
+R<SER>A<CB> R<VAL>A<CG1> sep1 1.53004
+R<SER>A<CB> R<VAL>A<CG1> sep2 0.237238
+R<SER>A<CB> R<VAL>A<CG2> central_sep1 0.303459
+R<SER>A<CB> R<VAL>A<CG2> central_sep2 -0.750013
+R<SER>A<CB> R<VAL>A<CG2> sep1 1.44017
+R<SER>A<CB> R<VAL>A<CG2> sep2 0.292208
+R<SER>A<CB> R<VAL>A<N> central_sep1 1.70207
+R<SER>A<CB> R<VAL>A<N> central_sep2 1.18634
+R<SER>A<CB> R<VAL>A<N> sep1 -0.89456
+R<SER>A<CB> R<VAL>A<N> sep2 0.56461
+R<SER>A<CB> R<VAL>A<O> central_sep1 -0.367115
+R<SER>A<CB> R<VAL>A<O> central_sep2 -0.103462
+R<SER>A<CB> R<VAL>A<O> sep1 0.236874
+R<SER>A<CB> R<VAL>A<O> sep2 -0.279082
+R<SER>A<CB> c<solvent> . -0.259606
+R<SER>A<N> R<SER>A<N> central_sep1 0.886374
+R<SER>A<N> R<SER>A<N> central_sep2 1.7851
+R<SER>A<N> R<SER>A<N> sep1 -2.32445
+R<SER>A<N> R<SER>A<N> sep2 1.07966
+R<SER>A<N> R<SER>A<O> central_sep1 -1.53281
+R<SER>A<N> R<SER>A<O> central_sep2 -0.873845
+R<SER>A<N> R<SER>A<O> sep1 -0.14756
+R<SER>A<N> R<SER>A<O> sep2 0.580051
+R<SER>A<N> R<SER>A<OG> central_sep1 -1.18686
+R<SER>A<N> R<SER>A<OG> central_sep2 -0.00335735
+R<SER>A<N> R<SER>A<OG> sep1 -0.553512
+R<SER>A<N> R<SER>A<OG> sep2 0.215979
+R<SER>A<N> R<THR>A<C> central_sep1 -0.416379
+R<SER>A<N> R<THR>A<C> central_sep2 2.38999
+R<SER>A<N> R<THR>A<C> sep1 -1.52579
+R<SER>A<N> R<THR>A<C> sep2 1.5022
+R<SER>A<N> R<THR>A<CA> central_sep1 3.08871
+R<SER>A<N> R<THR>A<CA> central_sep2 1.37422
+R<SER>A<N> R<THR>A<CA> sep1 -2.05148
+R<SER>A<N> R<THR>A<CA> sep2 1.02121
+R<SER>A<N> R<THR>A<CB> central_sep1 -0.166548
+R<SER>A<N> R<THR>A<CB> central_sep2 0.788678
+R<SER>A<N> R<THR>A<CB> sep1 -1.49327
+R<SER>A<N> R<THR>A<CB> sep2 0.360629
+R<SER>A<N> R<THR>A<CG2> central_sep1 0.739687
+R<SER>A<N> R<THR>A<CG2> central_sep2 0.729175
+R<SER>A<N> R<THR>A<CG2> sep1 0.48578
+R<SER>A<N> R<THR>A<CG2> sep2 0.505667
+R<SER>A<N> R<THR>A<N> central_sep1 0.962421
+R<SER>A<N> R<THR>A<N> central_sep2 1.94508
+R<SER>A<N> R<THR>A<N> sep1 -2.24081
+R<SER>A<N> R<THR>A<N> sep2 1.34714
+R<SER>A<N> R<THR>A<O> central_sep1 -1.38608
+R<SER>A<N> R<THR>A<O> central_sep2 -1.03154
+R<SER>A<N> R<THR>A<O> sep1 -0.162036
+R<SER>A<N> R<THR>A<O> sep2 0.66717
+R<SER>A<N> R<THR>A<OG1> central_sep1 -0.852338
+R<SER>A<N> R<THR>A<OG1> central_sep2 0.0688964
+R<SER>A<N> R<THR>A<OG1> sep1 -0.406835
+R<SER>A<N> R<THR>A<OG1> sep2 0.408399
+R<SER>A<N> R<TRP>A<C> central_sep1 -0.57949
+R<SER>A<N> R<TRP>A<C> central_sep2 2.66872
+R<SER>A<N> R<TRP>A<C> sep1 -1.70388
+R<SER>A<N> R<TRP>A<C> sep2 1.27655
+R<SER>A<N> R<TRP>A<CA> central_sep1 1.9912
+R<SER>A<N> R<TRP>A<CA> central_sep2 1.59844
+R<SER>A<N> R<TRP>A<CA> sep1 -2.24861
+R<SER>A<N> R<TRP>A<CA> sep2 1.1184
+R<SER>A<N> R<TRP>A<CB> central_sep1 0.785494
+R<SER>A<N> R<TRP>A<CB> central_sep2 0.752325
+R<SER>A<N> R<TRP>A<CB> sep1 -1.19887
+R<SER>A<N> R<TRP>A<CB> sep2 0.579868
+R<SER>A<N> R<TRP>A<CD1> central_sep1 0.0172976
+R<SER>A<N> R<TRP>A<CD1> central_sep2 0.40342
+R<SER>A<N> R<TRP>A<CD1> sep1 0.126361
+R<SER>A<N> R<TRP>A<CD1> sep2 0.0931843
+R<SER>A<N> R<TRP>A<CD2> central_sep1 -0.365013
+R<SER>A<N> R<TRP>A<CD2> central_sep2 0.825606
+R<SER>A<N> R<TRP>A<CD2> sep1 0.158394
+R<SER>A<N> R<TRP>A<CD2> sep2 0.586621
+R<SER>A<N> R<TRP>A<CE2> central_sep1 1.23646
+R<SER>A<N> R<TRP>A<CE2> central_sep2 0.810707
+R<SER>A<N> R<TRP>A<CE2> sep1 1.47593
+R<SER>A<N> R<TRP>A<CE2> sep2 0.0943626
+R<SER>A<N> R<TRP>A<CE3> central_sep1 -0.150565
+R<SER>A<N> R<TRP>A<CE3> central_sep2 0.327163
+R<SER>A<N> R<TRP>A<CE3> sep1 0.753145
+R<SER>A<N> R<TRP>A<CE3> sep2 0.140625
+R<SER>A<N> R<TRP>A<CG> central_sep1 -0.407012
+R<SER>A<N> R<TRP>A<CG> central_sep2 1.0498
+R<SER>A<N> R<TRP>A<CG> sep1 -0.539916
+R<SER>A<N> R<TRP>A<CG> sep2 0.232012
+R<SER>A<N> R<TRP>A<CH2> central_sep1 2.45762
+R<SER>A<N> R<TRP>A<CH2> central_sep2 0.0760846
+R<SER>A<N> R<TRP>A<CH2> sep1 2.80374
+R<SER>A<N> R<TRP>A<CH2> sep2 -0.197696
+R<SER>A<N> R<TRP>A<CZ2> central_sep1 2.08969
+R<SER>A<N> R<TRP>A<CZ2> central_sep2 0.220131
+R<SER>A<N> R<TRP>A<CZ2> sep1 2.69335
+R<SER>A<N> R<TRP>A<CZ2> sep2 -0.0838241
+R<SER>A<N> R<TRP>A<CZ3> central_sep1 0.918475
+R<SER>A<N> R<TRP>A<CZ3> central_sep2 -0.0691182
+R<SER>A<N> R<TRP>A<CZ3> sep1 2.00956
+R<SER>A<N> R<TRP>A<CZ3> sep2 -0.207094
+R<SER>A<N> R<TRP>A<N> central_sep1 1.73661
+R<SER>A<N> R<TRP>A<N> central_sep2 1.91162
+R<SER>A<N> R<TRP>A<N> sep1 -2.20909
+R<SER>A<N> R<TRP>A<N> sep2 1.36967
+R<SER>A<N> R<TRP>A<NE1> central_sep1 1.60441
+R<SER>A<N> R<TRP>A<NE1> central_sep2 0.219766
+R<SER>A<N> R<TRP>A<NE1> sep1 1.91978
+R<SER>A<N> R<TRP>A<NE1> sep2 -0.0924075
+R<SER>A<N> R<TRP>A<O> central_sep1 -1.58252
+R<SER>A<N> R<TRP>A<O> central_sep2 -0.974163
+R<SER>A<N> R<TRP>A<O> sep1 -0.0435953
+R<SER>A<N> R<TRP>A<O> sep2 0.75009
+R<SER>A<N> R<TYR>A<C> central_sep1 -0.418287
+R<SER>A<N> R<TYR>A<C> central_sep2 2.80788
+R<SER>A<N> R<TYR>A<C> sep1 -1.62106
+R<SER>A<N> R<TYR>A<C> sep2 1.54218
+R<SER>A<N> R<TYR>A<CA> central_sep1 2.60547
+R<SER>A<N> R<TYR>A<CA> central_sep2 1.23948
+R<SER>A<N> R<TYR>A<CA> sep1 -2.31739
+R<SER>A<N> R<TYR>A<CA> sep2 0.952855
+R<SER>A<N> R<TYR>A<CB> central_sep1 0.744226
+R<SER>A<N> R<TYR>A<CB> central_sep2 0.843047
+R<SER>A<N> R<TYR>A<CB> sep1 -1.19123
+R<SER>A<N> R<TYR>A<CB> sep2 0.575343
+R<SER>A<N> R<TYR>A<CD1> central_sep1 0.097863
+R<SER>A<N> R<TYR>A<CD1> central_sep2 0.674627
+R<SER>A<N> R<TYR>A<CD1> sep1 0.0733093
+R<SER>A<N> R<TYR>A<CD1> sep2 0.189719
+R<SER>A<N> R<TYR>A<CE1> central_sep1 1.14793
+R<SER>A<N> R<TYR>A<CE1> central_sep2 0.376014
+R<SER>A<N> R<TYR>A<CE1> sep1 1.76977
+R<SER>A<N> R<TYR>A<CE1> sep2 0.047676
+R<SER>A<N> R<TYR>A<CG> central_sep1 0.068675
+R<SER>A<N> R<TYR>A<CG> central_sep2 1.39811
+R<SER>A<N> R<TYR>A<CG> sep1 -0.868439
+R<SER>A<N> R<TYR>A<CG> sep2 0.326676
+R<SER>A<N> R<TYR>A<CZ> central_sep1 1.77612
+R<SER>A<N> R<TYR>A<CZ> central_sep2 0.62761
+R<SER>A<N> R<TYR>A<CZ> sep1 1.69024
+R<SER>A<N> R<TYR>A<CZ> sep2 -0.302175
+R<SER>A<N> R<TYR>A<N> central_sep1 1.55194
+R<SER>A<N> R<TYR>A<N> central_sep2 2.11692
+R<SER>A<N> R<TYR>A<N> sep1 -2.14677
+R<SER>A<N> R<TYR>A<N> sep2 1.53925
+R<SER>A<N> R<TYR>A<O> central_sep1 -1.50322
+R<SER>A<N> R<TYR>A<O> central_sep2 -1.0272
+R<SER>A<N> R<TYR>A<O> sep1 -0.0170583
+R<SER>A<N> R<TYR>A<O> sep2 0.652257
+R<SER>A<N> R<TYR>A<OH> central_sep1 1.49139
+R<SER>A<N> R<TYR>A<OH> central_sep2 0.0271469
+R<SER>A<N> R<TYR>A<OH> sep1 2.82599
+R<SER>A<N> R<TYR>A<OH> sep2 0.0176666
+R<SER>A<N> R<VAL>A<C> central_sep1 0.00533601
+R<SER>A<N> R<VAL>A<C> central_sep2 3.16139
+R<SER>A<N> R<VAL>A<C> sep1 -1.50885
+R<SER>A<N> R<VAL>A<C> sep2 1.88559
+R<SER>A<N> R<VAL>A<CA> central_sep1 3.33417
+R<SER>A<N> R<VAL>A<CA> central_sep2 1.88325
+R<SER>A<N> R<VAL>A<CA> sep1 -2.32272
+R<SER>A<N> R<VAL>A<CA> sep2 1.35981
+R<SER>A<N> R<VAL>A<CB> central_sep1 0.669699
+R<SER>A<N> R<VAL>A<CB> central_sep2 0.562606
+R<SER>A<N> R<VAL>A<CB> sep1 -1.51655
+R<SER>A<N> R<VAL>A<CB> sep2 0.615214
+R<SER>A<N> R<VAL>A<CG1> central_sep1 0.177103
+R<SER>A<N> R<VAL>A<CG1> central_sep2 0.695998
+R<SER>A<N> R<VAL>A<CG1> sep1 -0.407243
+R<SER>A<N> R<VAL>A<CG1> sep2 0.444308
+R<SER>A<N> R<VAL>A<CG2> central_sep1 0.560828
+R<SER>A<N> R<VAL>A<CG2> central_sep2 0.706888
+R<SER>A<N> R<VAL>A<CG2> sep1 0.91393
+R<SER>A<N> R<VAL>A<CG2> sep2 0.50212
+R<SER>A<N> R<VAL>A<N> central_sep1 1.62752
+R<SER>A<N> R<VAL>A<N> central_sep2 2.04363
+R<SER>A<N> R<VAL>A<N> sep1 -1.93784
+R<SER>A<N> R<VAL>A<N> sep2 1.22709
+R<SER>A<N> R<VAL>A<O> central_sep1 -1.25401
+R<SER>A<N> R<VAL>A<O> central_sep2 -1.19093
+R<SER>A<N> R<VAL>A<O> sep1 -0.0297454
+R<SER>A<N> R<VAL>A<O> sep2 0.735389
+R<SER>A<N> c<solvent> . 1.21676
+R<SER>A<O> R<SER>A<O> central_sep1 0.267415
+R<SER>A<O> R<SER>A<O> central_sep2 0.578181
+R<SER>A<O> R<SER>A<O> sep1 0.535421
+R<SER>A<O> R<SER>A<O> sep2 0.806864
+R<SER>A<O> R<SER>A<OG> central_sep1 -0.743391
+R<SER>A<O> R<SER>A<OG> central_sep2 0.00528397
+R<SER>A<O> R<SER>A<OG> sep1 0.911492
+R<SER>A<O> R<SER>A<OG> sep2 0.128107
+R<SER>A<O> R<THR>A<C> central_sep1 -0.249205
+R<SER>A<O> R<THR>A<C> central_sep2 2.01138
+R<SER>A<O> R<THR>A<C> sep1 -1.36401
+R<SER>A<O> R<THR>A<C> sep2 1.14856
+R<SER>A<O> R<THR>A<CA> central_sep1 1.46154
+R<SER>A<O> R<THR>A<CA> central_sep2 -0.431818
+R<SER>A<O> R<THR>A<CA> sep1 -2.02631
+R<SER>A<O> R<THR>A<CA> sep2 0.638372
+R<SER>A<O> R<THR>A<CB> central_sep1 -0.854417
+R<SER>A<O> R<THR>A<CB> central_sep2 -0.137002
+R<SER>A<O> R<THR>A<CB> sep1 0.506758
+R<SER>A<O> R<THR>A<CB> sep2 -0.668156
+R<SER>A<O> R<THR>A<CG2> central_sep1 -0.384137
+R<SER>A<O> R<THR>A<CG2> central_sep2 -0.0395452
+R<SER>A<O> R<THR>A<CG2> sep1 0.960732
+R<SER>A<O> R<THR>A<CG2> sep2 0.465335
+R<SER>A<O> R<THR>A<N> central_sep1 -1.4316
+R<SER>A<O> R<THR>A<N> central_sep2 -1.07515
+R<SER>A<O> R<THR>A<N> sep1 0.0638223
+R<SER>A<O> R<THR>A<N> sep2 1.03474
+R<SER>A<O> R<THR>A<O> central_sep1 0.567909
+R<SER>A<O> R<THR>A<O> central_sep2 0.606936
+R<SER>A<O> R<THR>A<O> sep1 0.778466
+R<SER>A<O> R<THR>A<O> sep2 0.826584
+R<SER>A<O> R<THR>A<OG1> central_sep1 -0.846489
+R<SER>A<O> R<THR>A<OG1> central_sep2 0.0736475
+R<SER>A<O> R<THR>A<OG1> sep1 0.779571
+R<SER>A<O> R<THR>A<OG1> sep2 0.213119
+R<SER>A<O> R<TRP>A<C> central_sep1 -0.87048
+R<SER>A<O> R<TRP>A<C> central_sep2 2.15044
+R<SER>A<O> R<TRP>A<C> sep1 -1.47464
+R<SER>A<O> R<TRP>A<C> sep2 1.34372
+R<SER>A<O> R<TRP>A<CA> central_sep1 1.15024
+R<SER>A<O> R<TRP>A<CA> central_sep2 -0.619445
+R<SER>A<O> R<TRP>A<CA> sep1 -2.06684
+R<SER>A<O> R<TRP>A<CA> sep2 0.537402
+R<SER>A<O> R<TRP>A<CB> central_sep1 -1.15915
+R<SER>A<O> R<TRP>A<CB> central_sep2 -0.173666
+R<SER>A<O> R<TRP>A<CB> sep1 0.183712
+R<SER>A<O> R<TRP>A<CB> sep2 -0.0198141
+R<SER>A<O> R<TRP>A<CD1> central_sep1 -0.860538
+R<SER>A<O> R<TRP>A<CD1> central_sep2 -0.411602
+R<SER>A<O> R<TRP>A<CD1> sep1 0.855407
+R<SER>A<O> R<TRP>A<CD1> sep2 -0.0346247
+R<SER>A<O> R<TRP>A<CD2> central_sep1 0.439866
+R<SER>A<O> R<TRP>A<CD2> central_sep2 1.19852
+R<SER>A<O> R<TRP>A<CD2> sep1 0.559509
+R<SER>A<O> R<TRP>A<CD2> sep2 0.530957
+R<SER>A<O> R<TRP>A<CE2> central_sep1 0.511374
+R<SER>A<O> R<TRP>A<CE2> central_sep2 2.00618
+R<SER>A<O> R<TRP>A<CE2> sep1 0.953819
+R<SER>A<O> R<TRP>A<CE2> sep2 0.381793
+R<SER>A<O> R<TRP>A<CE3> central_sep1 0.170665
+R<SER>A<O> R<TRP>A<CE3> central_sep2 0.145244
+R<SER>A<O> R<TRP>A<CE3> sep1 1.39693
+R<SER>A<O> R<TRP>A<CE3> sep2 0.141812
+R<SER>A<O> R<TRP>A<CG> central_sep1 0.518252
+R<SER>A<O> R<TRP>A<CG> central_sep2 1.49995
+R<SER>A<O> R<TRP>A<CG> sep1 0.236505
+R<SER>A<O> R<TRP>A<CG> sep2 -0.131865
+R<SER>A<O> R<TRP>A<CH2> central_sep1 2.27992
+R<SER>A<O> R<TRP>A<CH2> central_sep2 -0.136935
+R<SER>A<O> R<TRP>A<CH2> sep1 2.83302
+R<SER>A<O> R<TRP>A<CH2> sep2 -0.381233
+R<SER>A<O> R<TRP>A<CZ2> central_sep1 1.33547
+R<SER>A<O> R<TRP>A<CZ2> central_sep2 -0.509334
+R<SER>A<O> R<TRP>A<CZ2> sep1 2.4527
+R<SER>A<O> R<TRP>A<CZ2> sep2 -0.201019
+R<SER>A<O> R<TRP>A<CZ3> central_sep1 1.28681
+R<SER>A<O> R<TRP>A<CZ3> central_sep2 -0.107719
+R<SER>A<O> R<TRP>A<CZ3> sep1 2.4554
+R<SER>A<O> R<TRP>A<CZ3> sep2 0.107674
+R<SER>A<O> R<TRP>A<N> central_sep1 -1.57574
+R<SER>A<O> R<TRP>A<N> central_sep2 -0.847507
+R<SER>A<O> R<TRP>A<N> sep1 0.278333
+R<SER>A<O> R<TRP>A<N> sep2 0.939116
+R<SER>A<O> R<TRP>A<NE1> central_sep1 0.235714
+R<SER>A<O> R<TRP>A<NE1> central_sep2 -0.884931
+R<SER>A<O> R<TRP>A<NE1> sep1 1.09455
+R<SER>A<O> R<TRP>A<NE1> sep2 -0.0958663
+R<SER>A<O> R<TRP>A<O> central_sep1 0.31387
+R<SER>A<O> R<TRP>A<O> central_sep2 0.6322
+R<SER>A<O> R<TRP>A<O> sep1 0.686558
+R<SER>A<O> R<TRP>A<O> sep2 0.981589
+R<SER>A<O> R<TYR>A<C> central_sep1 -0.726201
+R<SER>A<O> R<TYR>A<C> central_sep2 2.22328
+R<SER>A<O> R<TYR>A<C> sep1 -1.34316
+R<SER>A<O> R<TYR>A<C> sep2 1.10035
+R<SER>A<O> R<TYR>A<CA> central_sep1 1.17334
+R<SER>A<O> R<TYR>A<CA> central_sep2 -0.524217
+R<SER>A<O> R<TYR>A<CA> sep1 -1.9971
+R<SER>A<O> R<TYR>A<CA> sep2 0.64908
+R<SER>A<O> R<TYR>A<CB> central_sep1 -1.20541
+R<SER>A<O> R<TYR>A<CB> central_sep2 -0.226624
+R<SER>A<O> R<TYR>A<CB> sep1 0.253697
+R<SER>A<O> R<TYR>A<CB> sep2 -0.197195
+R<SER>A<O> R<TYR>A<CD1> central_sep1 -0.454591
+R<SER>A<O> R<TYR>A<CD1> central_sep2 -0.199642
+R<SER>A<O> R<TYR>A<CD1> sep1 0.81563
+R<SER>A<O> R<TYR>A<CD1> sep2 0.203358
+R<SER>A<O> R<TYR>A<CE1> central_sep1 0.446658
+R<SER>A<O> R<TYR>A<CE1> central_sep2 -0.22278
+R<SER>A<O> R<TYR>A<CE1> sep1 1.22271
+R<SER>A<O> R<TYR>A<CE1> sep2 0.161099
+R<SER>A<O> R<TYR>A<CG> central_sep1 0.75336
+R<SER>A<O> R<TYR>A<CG> central_sep2 1.39285
+R<SER>A<O> R<TYR>A<CG> sep1 0.152241
+R<SER>A<O> R<TYR>A<CG> sep2 -0.119139
+R<SER>A<O> R<TYR>A<CZ> central_sep1 0.906619
+R<SER>A<O> R<TYR>A<CZ> central_sep2 1.1247
+R<SER>A<O> R<TYR>A<CZ> sep1 1.14727
+R<SER>A<O> R<TYR>A<CZ> sep2 -0.0435679
+R<SER>A<O> R<TYR>A<N> central_sep1 -1.61236
+R<SER>A<O> R<TYR>A<N> central_sep2 -0.870563
+R<SER>A<O> R<TYR>A<N> sep1 0.172404
+R<SER>A<O> R<TYR>A<N> sep2 0.853867
+R<SER>A<O> R<TYR>A<O> central_sep1 0.375249
+R<SER>A<O> R<TYR>A<O> central_sep2 0.676422
+R<SER>A<O> R<TYR>A<O> sep1 0.663747
+R<SER>A<O> R<TYR>A<O> sep2 0.918742
+R<SER>A<O> R<TYR>A<OH> central_sep1 1.82581
+R<SER>A<O> R<TYR>A<OH> central_sep2 -0.219137
+R<SER>A<O> R<TYR>A<OH> sep1 2.51253
+R<SER>A<O> R<TYR>A<OH> sep2 -0.107035
+R<SER>A<O> R<VAL>A<C> central_sep1 -0.390788
+R<SER>A<O> R<VAL>A<C> central_sep2 2.69155
+R<SER>A<O> R<VAL>A<C> sep1 -1.21749
+R<SER>A<O> R<VAL>A<C> sep2 1.41853
+R<SER>A<O> R<VAL>A<CA> central_sep1 1.46715
+R<SER>A<O> R<VAL>A<CA> central_sep2 -0.72254
+R<SER>A<O> R<VAL>A<CA> sep1 -1.97437
+R<SER>A<O> R<VAL>A<CA> sep2 0.709246
+R<SER>A<O> R<VAL>A<CB> central_sep1 -1.08681
+R<SER>A<O> R<VAL>A<CB> central_sep2 -0.0998644
+R<SER>A<O> R<VAL>A<CB> sep1 0.40122
+R<SER>A<O> R<VAL>A<CB> sep2 -0.579625
+R<SER>A<O> R<VAL>A<CG1> central_sep1 -0.334853
+R<SER>A<O> R<VAL>A<CG1> central_sep2 -0.0903492
+R<SER>A<O> R<VAL>A<CG1> sep1 1.26565
+R<SER>A<O> R<VAL>A<CG1> sep2 0.50591
+R<SER>A<O> R<VAL>A<CG2> central_sep1 -0.693944
+R<SER>A<O> R<VAL>A<CG2> central_sep2 0.0339331
+R<SER>A<O> R<VAL>A<CG2> sep1 0.920898
+R<SER>A<O> R<VAL>A<CG2> sep2 0.373582
+R<SER>A<O> R<VAL>A<N> central_sep1 -1.35093
+R<SER>A<O> R<VAL>A<N> central_sep2 -1.16418
+R<SER>A<O> R<VAL>A<N> sep1 0.235767
+R<SER>A<O> R<VAL>A<N> sep2 1.05011
+R<SER>A<O> R<VAL>A<O> central_sep1 0.511797
+R<SER>A<O> R<VAL>A<O> central_sep2 0.500363
+R<SER>A<O> R<VAL>A<O> sep1 0.769124
+R<SER>A<O> R<VAL>A<O> sep2 0.851546
+R<SER>A<O> c<solvent> . 0.301153
+R<SER>A<OG> R<SER>A<OG> central_sep1 -0.992864
+R<SER>A<OG> R<SER>A<OG> central_sep2 -0.801083
+R<SER>A<OG> R<SER>A<OG> sep1 0.304704
+R<SER>A<OG> R<SER>A<OG> sep2 -0.435915
+R<SER>A<OG> R<THR>A<C> central_sep1 1.60908
+R<SER>A<OG> R<THR>A<C> central_sep2 0.882034
+R<SER>A<OG> R<THR>A<C> sep1 0.21846
+R<SER>A<OG> R<THR>A<C> sep2 0.270629
+R<SER>A<OG> R<THR>A<CA> central_sep1 0.425059
+R<SER>A<OG> R<THR>A<CA> central_sep2 0.112789
+R<SER>A<OG> R<THR>A<CA> sep1 1.25798
+R<SER>A<OG> R<THR>A<CA> sep2 0.116548
+R<SER>A<OG> R<THR>A<CB> central_sep1 -0.322596
+R<SER>A<OG> R<THR>A<CB> central_sep2 -0.715669
+R<SER>A<OG> R<THR>A<CB> sep1 0.525495
+R<SER>A<OG> R<THR>A<CB> sep2 -0.690738
+R<SER>A<OG> R<THR>A<CG2> central_sep1 -0.306056
+R<SER>A<OG> R<THR>A<CG2> central_sep2 -0.465946
+R<SER>A<OG> R<THR>A<CG2> sep1 1.35104
+R<SER>A<OG> R<THR>A<CG2> sep2 -0.357244
+R<SER>A<OG> R<THR>A<N> central_sep1 -1.15599
+R<SER>A<OG> R<THR>A<N> central_sep2 0.042678
+R<SER>A<OG> R<THR>A<N> sep1 -0.263262
+R<SER>A<OG> R<THR>A<N> sep2 0.561276
+R<SER>A<OG> R<THR>A<O> central_sep1 -0.5506
+R<SER>A<OG> R<THR>A<O> central_sep2 0.0921928
+R<SER>A<OG> R<THR>A<O> sep1 0.980722
+R<SER>A<OG> R<THR>A<O> sep2 0.180802
+R<SER>A<OG> R<THR>A<OG1> central_sep1 -0.964135
+R<SER>A<OG> R<THR>A<OG1> central_sep2 -0.807344
+R<SER>A<OG> R<THR>A<OG1> sep1 0.413273
+R<SER>A<OG> R<THR>A<OG1> sep2 -0.436073
+R<SER>A<OG> R<TRP>A<C> central_sep1 1.63126
+R<SER>A<OG> R<TRP>A<C> central_sep2 1.30056
+R<SER>A<OG> R<TRP>A<C> sep1 0.177492
+R<SER>A<OG> R<TRP>A<C> sep2 0.192755
+R<SER>A<OG> R<TRP>A<CA> central_sep1 0.0395533
+R<SER>A<OG> R<TRP>A<CA> central_sep2 0.308766
+R<SER>A<OG> R<TRP>A<CA> sep1 0.834294
+R<SER>A<OG> R<TRP>A<CA> sep2 0.435401
+R<SER>A<OG> R<TRP>A<CB> central_sep1 -0.323586
+R<SER>A<OG> R<TRP>A<CB> central_sep2 -0.266012
+R<SER>A<OG> R<TRP>A<CB> sep1 1.4299
+R<SER>A<OG> R<TRP>A<CB> sep2 0.0384888
+R<SER>A<OG> R<TRP>A<CD1> central_sep1 -0.934676
+R<SER>A<OG> R<TRP>A<CD1> central_sep2 -0.35713
+R<SER>A<OG> R<TRP>A<CD1> sep1 1.10777
+R<SER>A<OG> R<TRP>A<CD1> sep2 -0.601134
+R<SER>A<OG> R<TRP>A<CD2> central_sep1 0.915226
+R<SER>A<OG> R<TRP>A<CD2> central_sep2 1.31993
+R<SER>A<OG> R<TRP>A<CD2> sep1 1.50814
+R<SER>A<OG> R<TRP>A<CD2> sep2 -0.000728541
+R<SER>A<OG> R<TRP>A<CE2> central_sep1 0.358219
+R<SER>A<OG> R<TRP>A<CE2> central_sep2 1.41803
+R<SER>A<OG> R<TRP>A<CE2> sep1 0.981035
+R<SER>A<OG> R<TRP>A<CE2> sep2 -0.327176
+R<SER>A<OG> R<TRP>A<CE3> central_sep1 0.0636544
+R<SER>A<OG> R<TRP>A<CE3> central_sep2 0.0719379
+R<SER>A<OG> R<TRP>A<CE3> sep1 1.90603
+R<SER>A<OG> R<TRP>A<CE3> sep2 0.113031
+R<SER>A<OG> R<TRP>A<CG> central_sep1 2.40987
+R<SER>A<OG> R<TRP>A<CG> central_sep2 1.5537
+R<SER>A<OG> R<TRP>A<CG> sep1 1.75684
+R<SER>A<OG> R<TRP>A<CG> sep2 -0.350894
+R<SER>A<OG> R<TRP>A<CH2> central_sep1 2.1299
+R<SER>A<OG> R<TRP>A<CH2> central_sep2 -0.191744
+R<SER>A<OG> R<TRP>A<CH2> sep1 2.00083
+R<SER>A<OG> R<TRP>A<CH2> sep2 -0.522667
+R<SER>A<OG> R<TRP>A<CZ2> central_sep1 1.2976
+R<SER>A<OG> R<TRP>A<CZ2> central_sep2 -0.444975
+R<SER>A<OG> R<TRP>A<CZ2> sep1 1.34351
+R<SER>A<OG> R<TRP>A<CZ2> sep2 -0.771741
+R<SER>A<OG> R<TRP>A<CZ3> central_sep1 1.26559
+R<SER>A<OG> R<TRP>A<CZ3> central_sep2 -0.0704851
+R<SER>A<OG> R<TRP>A<CZ3> sep1 1.38622
+R<SER>A<OG> R<TRP>A<CZ3> sep2 -0.236737
+R<SER>A<OG> R<TRP>A<N> central_sep1 -0.80966
+R<SER>A<OG> R<TRP>A<N> central_sep2 0.135937
+R<SER>A<OG> R<TRP>A<N> sep1 -0.27853
+R<SER>A<OG> R<TRP>A<N> sep2 0.593168
+R<SER>A<OG> R<TRP>A<NE1> central_sep1 -0.0494368
+R<SER>A<OG> R<TRP>A<NE1> central_sep2 -1.40725
+R<SER>A<OG> R<TRP>A<NE1> sep1 0.754218
+R<SER>A<OG> R<TRP>A<NE1> sep2 -0.570075
+R<SER>A<OG> R<TRP>A<O> central_sep1 -0.710738
+R<SER>A<OG> R<TRP>A<O> central_sep2 0.0270729
+R<SER>A<OG> R<TRP>A<O> sep1 1.00491
+R<SER>A<OG> R<TRP>A<O> sep2 0.25593
+R<SER>A<OG> R<TYR>A<C> central_sep1 1.69207
+R<SER>A<OG> R<TYR>A<C> central_sep2 1.07097
+R<SER>A<OG> R<TYR>A<C> sep1 -0.0286532
+R<SER>A<OG> R<TYR>A<C> sep2 0.194961
+R<SER>A<OG> R<TYR>A<CA> central_sep1 -0.0498668
+R<SER>A<OG> R<TYR>A<CA> central_sep2 0.141613
+R<SER>A<OG> R<TYR>A<CA> sep1 0.79326
+R<SER>A<OG> R<TYR>A<CA> sep2 0.180603
+R<SER>A<OG> R<TYR>A<CB> central_sep1 -0.414582
+R<SER>A<OG> R<TYR>A<CB> central_sep2 -0.478742
+R<SER>A<OG> R<TYR>A<CB> sep1 1.32335
+R<SER>A<OG> R<TYR>A<CB> sep2 0.0559164
+R<SER>A<OG> R<TYR>A<CD1> central_sep1 -0.337347
+R<SER>A<OG> R<TYR>A<CD1> central_sep2 -0.176163
+R<SER>A<OG> R<TYR>A<CD1> sep1 1.24043
+R<SER>A<OG> R<TYR>A<CD1> sep2 -0.136796
+R<SER>A<OG> R<TYR>A<CE1> central_sep1 0.34091
+R<SER>A<OG> R<TYR>A<CE1> central_sep2 -0.37652
+R<SER>A<OG> R<TYR>A<CE1> sep1 1.02351
+R<SER>A<OG> R<TYR>A<CE1> sep2 -0.456696
+R<SER>A<OG> R<TYR>A<CG> central_sep1 2.25533
+R<SER>A<OG> R<TYR>A<CG> central_sep2 1.65368
+R<SER>A<OG> R<TYR>A<CG> sep1 1.59808
+R<SER>A<OG> R<TYR>A<CG> sep2 -0.471841
+R<SER>A<OG> R<TYR>A<CZ> central_sep1 0.746431
+R<SER>A<OG> R<TYR>A<CZ> central_sep2 1.07329
+R<SER>A<OG> R<TYR>A<CZ> sep1 0.792943
+R<SER>A<OG> R<TYR>A<CZ> sep2 -0.647327
+R<SER>A<OG> R<TYR>A<N> central_sep1 -0.89143
+R<SER>A<OG> R<TYR>A<N> central_sep2 0.119774
+R<SER>A<OG> R<TYR>A<N> sep1 -0.158881
+R<SER>A<OG> R<TYR>A<N> sep2 0.481141
+R<SER>A<OG> R<TYR>A<O> central_sep1 -0.663226
+R<SER>A<OG> R<TYR>A<O> central_sep2 0.00530552
+R<SER>A<OG> R<TYR>A<O> sep1 1.04168
+R<SER>A<OG> R<TYR>A<O> sep2 0.214468
+R<SER>A<OG> R<TYR>A<OH> central_sep1 1.3272
+R<SER>A<OG> R<TYR>A<OH> central_sep2 -0.745673
+R<SER>A<OG> R<TYR>A<OH> sep1 1.44826
+R<SER>A<OG> R<TYR>A<OH> sep2 -0.500444
+R<SER>A<OG> R<VAL>A<C> central_sep1 2.23151
+R<SER>A<OG> R<VAL>A<C> central_sep2 1.48143
+R<SER>A<OG> R<VAL>A<C> sep1 -0.102705
+R<SER>A<OG> R<VAL>A<C> sep2 0.333104
+R<SER>A<OG> R<VAL>A<CA> central_sep1 0.478664
+R<SER>A<OG> R<VAL>A<CA> central_sep2 0.310089
+R<SER>A<OG> R<VAL>A<CA> sep1 1.33921
+R<SER>A<OG> R<VAL>A<CA> sep2 0.57442
+R<SER>A<OG> R<VAL>A<CB> central_sep1 -0.233203
+R<SER>A<OG> R<VAL>A<CB> central_sep2 -0.385986
+R<SER>A<OG> R<VAL>A<CB> sep1 1.29331
+R<SER>A<OG> R<VAL>A<CB> sep2 -0.338076
+R<SER>A<OG> R<VAL>A<CG1> central_sep1 0.0743942
+R<SER>A<OG> R<VAL>A<CG1> central_sep2 -0.20479
+R<SER>A<OG> R<VAL>A<CG1> sep1 1.69338
+R<SER>A<OG> R<VAL>A<CG1> sep2 -0.139563
+R<SER>A<OG> R<VAL>A<CG2> central_sep1 -0.1049
+R<SER>A<OG> R<VAL>A<CG2> central_sep2 -0.246124
+R<SER>A<OG> R<VAL>A<CG2> sep1 1.55069
+R<SER>A<OG> R<VAL>A<CG2> sep2 0.00178172
+R<SER>A<OG> R<VAL>A<N> central_sep1 -0.534942
+R<SER>A<OG> R<VAL>A<N> central_sep2 0.0864894
+R<SER>A<OG> R<VAL>A<N> sep1 -0.0564388
+R<SER>A<OG> R<VAL>A<N> sep2 0.604511
+R<SER>A<OG> R<VAL>A<O> central_sep1 -0.42636
+R<SER>A<OG> R<VAL>A<O> central_sep2 0.136129
+R<SER>A<OG> R<VAL>A<O> sep1 1.10092
+R<SER>A<OG> R<VAL>A<O> sep2 0.227349
+R<SER>A<OG> c<solvent> . -0.144232
+R<THR>A<C> R<THR>A<C> central_sep1 3.39951
+R<THR>A<C> R<THR>A<C> central_sep2 2.86665
+R<THR>A<C> R<THR>A<C> sep1 -2.42954
+R<THR>A<C> R<THR>A<C> sep2 1.9012
+R<THR>A<C> R<THR>A<CA> central_sep1 3.77408
+R<THR>A<C> R<THR>A<CA> central_sep2 2.37576
+R<THR>A<C> R<THR>A<CA> sep1 -2.73619
+R<THR>A<C> R<THR>A<CA> sep2 0.578481
+R<THR>A<C> R<THR>A<CB> central_sep1 2.29292
+R<THR>A<C> R<THR>A<CB> central_sep2 0.843044
+R<THR>A<C> R<THR>A<CB> sep1 -0.120783
+R<THR>A<C> R<THR>A<CB> sep2 -0.332518
+R<THR>A<C> R<THR>A<CG2> central_sep1 0.65695
+R<THR>A<C> R<THR>A<CG2> central_sep2 0.181506
+R<THR>A<C> R<THR>A<CG2> sep1 -0.555202
+R<THR>A<C> R<THR>A<CG2> sep2 -0.411657
+R<THR>A<C> R<THR>A<N> central_sep1 -0.43626
+R<THR>A<C> R<THR>A<N> central_sep2 2.85905
+R<THR>A<C> R<THR>A<N> sep1 -1.55435
+R<THR>A<C> R<THR>A<N> sep2 1.59341
+R<THR>A<C> R<THR>A<O> central_sep1 -0.41485
+R<THR>A<C> R<THR>A<O> central_sep2 1.97049
+R<THR>A<C> R<THR>A<O> sep1 -1.28222
+R<THR>A<C> R<THR>A<O> sep2 0.76445
+R<THR>A<C> R<THR>A<OG1> central_sep1 1.55515
+R<THR>A<C> R<THR>A<OG1> central_sep2 0.649113
+R<THR>A<C> R<THR>A<OG1> sep1 -0.332321
+R<THR>A<C> R<THR>A<OG1> sep2 0.0633299
+R<THR>A<C> R<TRP>A<C> central_sep1 3.58741
+R<THR>A<C> R<TRP>A<C> central_sep2 3.40273
+R<THR>A<C> R<TRP>A<C> sep1 -2.58373
+R<THR>A<C> R<TRP>A<C> sep2 2.74333
+R<THR>A<C> R<TRP>A<CA> central_sep1 4.35797
+R<THR>A<C> R<TRP>A<CA> central_sep2 2.26797
+R<THR>A<C> R<TRP>A<CA> sep1 -2.87492
+R<THR>A<C> R<TRP>A<CA> sep2 0.72149
+R<THR>A<C> R<TRP>A<CB> central_sep1 2.0383
+R<THR>A<C> R<TRP>A<CB> central_sep2 0.756325
+R<THR>A<C> R<TRP>A<CB> sep1 -0.234437
+R<THR>A<C> R<TRP>A<CB> sep2 -0.384879
+R<THR>A<C> R<TRP>A<CD1> central_sep1 -0.922501
+R<THR>A<C> R<TRP>A<CD1> central_sep2 -0.247688
+R<THR>A<C> R<TRP>A<CD1> sep1 -0.705132
+R<THR>A<C> R<TRP>A<CD1> sep2 -0.58233
+R<THR>A<C> R<TRP>A<CD2> central_sep1 -0.36734
+R<THR>A<C> R<TRP>A<CD2> central_sep2 1.17182
+R<THR>A<C> R<TRP>A<CD2> sep1 -0.400765
+R<THR>A<C> R<TRP>A<CD2> sep2 0.827541
+R<THR>A<C> R<TRP>A<CE2> central_sep1 0.324685
+R<THR>A<C> R<TRP>A<CE2> central_sep2 0.589146
+R<THR>A<C> R<TRP>A<CE2> sep1 1.47014
+R<THR>A<C> R<TRP>A<CE2> sep2 0.00361769
+R<THR>A<C> R<TRP>A<CE3> central_sep1 -0.917522
+R<THR>A<C> R<TRP>A<CE3> central_sep2 -1.08375
+R<THR>A<C> R<TRP>A<CE3> sep1 0.467396
+R<THR>A<C> R<TRP>A<CE3> sep2 -0.434177
+R<THR>A<C> R<TRP>A<CG> central_sep1 1.58603
+R<THR>A<C> R<TRP>A<CG> central_sep2 0.607823
+R<THR>A<C> R<TRP>A<CG> sep1 -1.35848
+R<THR>A<C> R<TRP>A<CG> sep2 0.261477
+R<THR>A<C> R<TRP>A<CH2> central_sep1 2.18483
+R<THR>A<C> R<TRP>A<CH2> central_sep2 -0.571984
+R<THR>A<C> R<TRP>A<CH2> sep1 2.67159
+R<THR>A<C> R<TRP>A<CH2> sep2 -0.772127
+R<THR>A<C> R<TRP>A<CZ2> central_sep1 1.70869
+R<THR>A<C> R<TRP>A<CZ2> central_sep2 -0.439979
+R<THR>A<C> R<TRP>A<CZ2> sep1 3.28373
+R<THR>A<C> R<TRP>A<CZ2> sep2 -0.784836
+R<THR>A<C> R<TRP>A<CZ3> central_sep1 0.741825
+R<THR>A<C> R<TRP>A<CZ3> central_sep2 -0.543154
+R<THR>A<C> R<TRP>A<CZ3> sep1 1.61988
+R<THR>A<C> R<TRP>A<CZ3> sep2 -0.99714
+R<THR>A<C> R<TRP>A<N> central_sep1 -0.544414
+R<THR>A<C> R<TRP>A<N> central_sep2 3.32632
+R<THR>A<C> R<TRP>A<N> sep1 -1.58561
+R<THR>A<C> R<TRP>A<N> sep2 1.24981
+R<THR>A<C> R<TRP>A<NE1> central_sep1 1.33535
+R<THR>A<C> R<TRP>A<NE1> central_sep2 -0.182345
+R<THR>A<C> R<TRP>A<NE1> sep1 1.48451
+R<THR>A<C> R<TRP>A<NE1> sep2 -0.566442
+R<THR>A<C> R<TRP>A<O> central_sep1 -0.456153
+R<THR>A<C> R<TRP>A<O> central_sep2 2.37438
+R<THR>A<C> R<TRP>A<O> sep1 -1.33306
+R<THR>A<C> R<TRP>A<O> sep2 1.24425
+R<THR>A<C> R<TYR>A<C> central_sep1 3.91102
+R<THR>A<C> R<TYR>A<C> central_sep2 3.57753
+R<THR>A<C> R<TYR>A<C> sep1 -2.4352
+R<THR>A<C> R<TYR>A<C> sep2 2.06511
+R<THR>A<C> R<TYR>A<CA> central_sep1 4.09625
+R<THR>A<C> R<TYR>A<CA> central_sep2 2.4629
+R<THR>A<C> R<TYR>A<CA> sep1 -2.78279
+R<THR>A<C> R<TYR>A<CA> sep2 0.604419
+R<THR>A<C> R<TYR>A<CB> central_sep1 1.82014
+R<THR>A<C> R<TYR>A<CB> central_sep2 0.507561
+R<THR>A<C> R<TYR>A<CB> sep1 -0.342607
+R<THR>A<C> R<TYR>A<CB> sep2 -0.306648
+R<THR>A<C> R<TYR>A<CD1> central_sep1 -0.768709
+R<THR>A<C> R<TYR>A<CD1> central_sep2 -0.353058
+R<THR>A<C> R<TYR>A<CD1> sep1 -0.6847
+R<THR>A<C> R<TYR>A<CD1> sep2 -0.614321
+R<THR>A<C> R<TYR>A<CE1> central_sep1 0.576391
+R<THR>A<C> R<TYR>A<CE1> central_sep2 -0.0237307
+R<THR>A<C> R<TYR>A<CE1> sep1 1.32444
+R<THR>A<C> R<TYR>A<CE1> sep2 -0.379616
+R<THR>A<C> R<TYR>A<CG> central_sep1 0.975903
+R<THR>A<C> R<TYR>A<CG> central_sep2 0.742451
+R<THR>A<C> R<TYR>A<CG> sep1 -1.94081
+R<THR>A<C> R<TYR>A<CG> sep2 -0.0845778
+R<THR>A<C> R<TYR>A<CZ> central_sep1 1.16126
+R<THR>A<C> R<TYR>A<CZ> central_sep2 0.666615
+R<THR>A<C> R<TYR>A<CZ> sep1 1.59503
+R<THR>A<C> R<TYR>A<CZ> sep2 -0.0193604
+R<THR>A<C> R<TYR>A<N> central_sep1 -0.528991
+R<THR>A<C> R<TYR>A<N> central_sep2 2.73623
+R<THR>A<C> R<TYR>A<N> sep1 -1.59527
+R<THR>A<C> R<TYR>A<N> sep2 1.71519
+R<THR>A<C> R<TYR>A<O> central_sep1 -0.350628
+R<THR>A<C> R<TYR>A<O> central_sep2 2.06104
+R<THR>A<C> R<TYR>A<O> sep1 -1.2024
+R<THR>A<C> R<TYR>A<O> sep2 1.0558
+R<THR>A<C> R<TYR>A<OH> central_sep1 3.14144
+R<THR>A<C> R<TYR>A<OH> central_sep2 0.555982
+R<THR>A<C> R<TYR>A<OH> sep1 3.47322
+R<THR>A<C> R<TYR>A<OH> sep2 -0.136209
+R<THR>A<C> R<VAL>A<C> central_sep1 4.59724
+R<THR>A<C> R<VAL>A<C> central_sep2 3.67051
+R<THR>A<C> R<VAL>A<C> sep1 -2.66291
+R<THR>A<C> R<VAL>A<C> sep2 2.48734
+R<THR>A<C> R<VAL>A<CA> central_sep1 4.44183
+R<THR>A<C> R<VAL>A<CA> central_sep2 2.62594
+R<THR>A<C> R<VAL>A<CA> sep1 -2.94164
+R<THR>A<C> R<VAL>A<CA> sep2 0.810006
+R<THR>A<C> R<VAL>A<CB> central_sep1 2.19958
+R<THR>A<C> R<VAL>A<CB> central_sep2 0.609093
+R<THR>A<C> R<VAL>A<CB> sep1 0.0542634
+R<THR>A<C> R<VAL>A<CB> sep2 -0.560782
+R<THR>A<C> R<VAL>A<CG1> central_sep1 0.306604
+R<THR>A<C> R<VAL>A<CG1> central_sep2 0.0484482
+R<THR>A<C> R<VAL>A<CG1> sep1 -0.567388
+R<THR>A<C> R<VAL>A<CG1> sep2 -0.603598
+R<THR>A<C> R<VAL>A<CG2> central_sep1 0.707029
+R<THR>A<C> R<VAL>A<CG2> central_sep2 -0.0203819
+R<THR>A<C> R<VAL>A<CG2> sep1 -1.05295
+R<THR>A<C> R<VAL>A<CG2> sep2 -0.398536
+R<THR>A<C> R<VAL>A<N> central_sep1 0.0991086
+R<THR>A<C> R<VAL>A<N> central_sep2 3.07998
+R<THR>A<C> R<VAL>A<N> sep1 -1.41202
+R<THR>A<C> R<VAL>A<N> sep2 1.64283
+R<THR>A<C> R<VAL>A<O> central_sep1 -0.279991
+R<THR>A<C> R<VAL>A<O> central_sep2 2.39453
+R<THR>A<C> R<VAL>A<O> sep1 -1.12395
+R<THR>A<C> R<VAL>A<O> sep2 0.84043
+R<THR>A<C> c<solvent> . 1.92461
+R<THR>A<CA> R<THR>A<CA> central_sep1 1.01676
+R<THR>A<CA> R<THR>A<CA> central_sep2 -0.827195
+R<THR>A<CA> R<THR>A<CA> sep1 3.49098
+R<THR>A<CA> R<THR>A<CA> sep2 0.251521
+R<THR>A<CA> R<THR>A<CB> central_sep1 -0.334814
+R<THR>A<CA> R<THR>A<CB> central_sep2 -0.00450779
+R<THR>A<CA> R<THR>A<CB> sep1 1.82889
+R<THR>A<CA> R<THR>A<CB> sep2 -0.176724
+R<THR>A<CA> R<THR>A<CG2> central_sep1 1.40078
+R<THR>A<CA> R<THR>A<CG2> central_sep2 -0.0181425
+R<THR>A<CA> R<THR>A<CG2> sep1 1.32317
+R<THR>A<CA> R<THR>A<CG2> sep2 0.174239
+R<THR>A<CA> R<THR>A<N> central_sep1 3.39217
+R<THR>A<CA> R<THR>A<N> central_sep2 1.33042
+R<THR>A<CA> R<THR>A<N> sep1 -2.25354
+R<THR>A<CA> R<THR>A<N> sep2 0.94299
+R<THR>A<CA> R<THR>A<O> central_sep1 1.26193
+R<THR>A<CA> R<THR>A<O> central_sep2 -0.771108
+R<THR>A<CA> R<THR>A<O> sep1 -2.06914
+R<THR>A<CA> R<THR>A<O> sep2 0.56319
+R<THR>A<CA> R<THR>A<OG1> central_sep1 0.531025
+R<THR>A<CA> R<THR>A<OG1> central_sep2 -0.00648583
+R<THR>A<CA> R<THR>A<OG1> sep1 1.21452
+R<THR>A<CA> R<THR>A<OG1> sep2 -0.0413776
+R<THR>A<CA> R<TRP>A<C> central_sep1 3.19044
+R<THR>A<CA> R<TRP>A<C> central_sep2 4.1718
+R<THR>A<CA> R<TRP>A<C> sep1 -2.76338
+R<THR>A<CA> R<TRP>A<C> sep2 0.985405
+R<THR>A<CA> R<TRP>A<CA> central_sep1 2.27755
+R<THR>A<CA> R<TRP>A<CA> central_sep2 0.402673
+R<THR>A<CA> R<TRP>A<CA> sep1 3.60549
+R<THR>A<CA> R<TRP>A<CA> sep2 0.641856
+R<THR>A<CA> R<TRP>A<CB> central_sep1 -0.236763
+R<THR>A<CA> R<TRP>A<CB> central_sep2 0.2367
+R<THR>A<CA> R<TRP>A<CB> sep1 1.84664
+R<THR>A<CA> R<TRP>A<CB> sep2 0.406714
+R<THR>A<CA> R<TRP>A<CD1> central_sep1 0.446353
+R<THR>A<CA> R<TRP>A<CD1> central_sep2 -0.170098
+R<THR>A<CA> R<TRP>A<CD1> sep1 -0.0688529
+R<THR>A<CA> R<TRP>A<CD1> sep2 -0.246489
+R<THR>A<CA> R<TRP>A<CD2> central_sep1 0.8736
+R<THR>A<CA> R<TRP>A<CD2> central_sep2 0.780676
+R<THR>A<CA> R<TRP>A<CD2> sep1 1.05039
+R<THR>A<CA> R<TRP>A<CD2> sep2 0.0915985
+R<THR>A<CA> R<TRP>A<CE2> central_sep1 1.49391
+R<THR>A<CA> R<TRP>A<CE2> central_sep2 0.392256
+R<THR>A<CA> R<TRP>A<CE2> sep1 1.64372
+R<THR>A<CA> R<TRP>A<CE2> sep2 -0.280438
+R<THR>A<CA> R<TRP>A<CE3> central_sep1 -0.844162
+R<THR>A<CA> R<TRP>A<CE3> central_sep2 -0.0559039
+R<THR>A<CA> R<TRP>A<CE3> sep1 1.1067
+R<THR>A<CA> R<TRP>A<CE3> sep2 -0.155493
+R<THR>A<CA> R<TRP>A<CG> central_sep1 0.960532
+R<THR>A<CA> R<TRP>A<CG> central_sep2 0.402747
+R<THR>A<CA> R<TRP>A<CG> sep1 2.00072
+R<THR>A<CA> R<TRP>A<CG> sep2 -0.467356
+R<THR>A<CA> R<TRP>A<CH2> central_sep1 1.85097
+R<THR>A<CA> R<TRP>A<CH2> central_sep2 -0.327134
+R<THR>A<CA> R<TRP>A<CH2> sep1 3.11621
+R<THR>A<CA> R<TRP>A<CH2> sep2 -0.395774
+R<THR>A<CA> R<TRP>A<CZ2> central_sep1 1.60154
+R<THR>A<CA> R<TRP>A<CZ2> central_sep2 -0.540185
+R<THR>A<CA> R<TRP>A<CZ2> sep1 2.73267
+R<THR>A<CA> R<TRP>A<CZ2> sep2 -0.373623
+R<THR>A<CA> R<TRP>A<CZ3> central_sep1 1.21058
+R<THR>A<CA> R<TRP>A<CZ3> central_sep2 -0.512569
+R<THR>A<CA> R<TRP>A<CZ3> sep1 0.932619
+R<THR>A<CA> R<TRP>A<CZ3> sep2 -0.524576
+R<THR>A<CA> R<TRP>A<N> central_sep1 2.92633
+R<THR>A<CA> R<TRP>A<N> central_sep2 1.64693
+R<THR>A<CA> R<TRP>A<N> sep1 -2.33173
+R<THR>A<CA> R<TRP>A<N> sep2 0.986371
+R<THR>A<CA> R<TRP>A<NE1> central_sep1 0.785958
+R<THR>A<CA> R<TRP>A<NE1> central_sep2 -0.0533066
+R<THR>A<CA> R<TRP>A<NE1> sep1 1.72797
+R<THR>A<CA> R<TRP>A<NE1> sep2 -0.526215
+R<THR>A<CA> R<TRP>A<O> central_sep1 1.25152
+R<THR>A<CA> R<TRP>A<O> central_sep2 -0.85327
+R<THR>A<CA> R<TRP>A<O> sep1 -2.19301
+R<THR>A<CA> R<TRP>A<O> sep2 0.602535
+R<THR>A<CA> R<TYR>A<C> central_sep1 3.08817
+R<THR>A<CA> R<TYR>A<C> central_sep2 2.59341
+R<THR>A<CA> R<TYR>A<C> sep1 -2.71419
+R<THR>A<CA> R<TYR>A<C> sep2 0.935275
+R<THR>A<CA> R<TYR>A<CA> central_sep1 2.33604
+R<THR>A<CA> R<TYR>A<CA> central_sep2 0.389104
+R<THR>A<CA> R<TYR>A<CA> sep1 3.70137
+R<THR>A<CA> R<TYR>A<CA> sep2 0.58656
+R<THR>A<CA> R<TYR>A<CB> central_sep1 -0.179884
+R<THR>A<CA> R<TYR>A<CB> central_sep2 0.166272
+R<THR>A<CA> R<TYR>A<CB> sep1 1.86916
+R<THR>A<CA> R<TYR>A<CB> sep2 0.434471
+R<THR>A<CA> R<TYR>A<CD1> central_sep1 0.366428
+R<THR>A<CA> R<TYR>A<CD1> central_sep2 -0.148073
+R<THR>A<CA> R<TYR>A<CD1> sep1 -0.0611493
+R<THR>A<CA> R<TYR>A<CD1> sep2 -0.237263
+R<THR>A<CA> R<TYR>A<CE1> central_sep1 1.00949
+R<THR>A<CA> R<TYR>A<CE1> central_sep2 -0.0818547
+R<THR>A<CA> R<TYR>A<CE1> sep1 1.52962
+R<THR>A<CA> R<TYR>A<CE1> sep2 -0.223415
+R<THR>A<CA> R<TYR>A<CG> central_sep1 1.52027
+R<THR>A<CA> R<TYR>A<CG> central_sep2 0.620701
+R<THR>A<CA> R<TYR>A<CG> sep1 1.55748
+R<THR>A<CA> R<TYR>A<CG> sep2 -0.585752
+R<THR>A<CA> R<TYR>A<CZ> central_sep1 1.15834
+R<THR>A<CA> R<TYR>A<CZ> central_sep2 0.361538
+R<THR>A<CA> R<TYR>A<CZ> sep1 1.90014
+R<THR>A<CA> R<TYR>A<CZ> sep2 -0.639006
+R<THR>A<CA> R<TYR>A<N> central_sep1 2.80065
+R<THR>A<CA> R<TYR>A<N> central_sep2 1.55925
+R<THR>A<CA> R<TYR>A<N> sep1 -2.2049
+R<THR>A<CA> R<TYR>A<N> sep2 1.25558
+R<THR>A<CA> R<TYR>A<O> central_sep1 0.917303
+R<THR>A<CA> R<TYR>A<O> central_sep2 -0.872966
+R<THR>A<CA> R<TYR>A<O> sep1 -2.11762
+R<THR>A<CA> R<TYR>A<O> sep2 0.525713
+R<THR>A<CA> R<TYR>A<OH> central_sep1 2.12575
+R<THR>A<CA> R<TYR>A<OH> central_sep2 -0.29733
+R<THR>A<CA> R<TYR>A<OH> sep1 3.10643
+R<THR>A<CA> R<TYR>A<OH> sep2 -0.205132
+R<THR>A<CA> R<VAL>A<C> central_sep1 4.44209
+R<THR>A<CA> R<VAL>A<C> central_sep2 3.02962
+R<THR>A<CA> R<VAL>A<C> sep1 -2.96006
+R<THR>A<CA> R<VAL>A<C> sep2 0.980799
+R<THR>A<CA> R<VAL>A<CA> central_sep1 1.54626
+R<THR>A<CA> R<VAL>A<CA> central_sep2 -0.128722
+R<THR>A<CA> R<VAL>A<CA> sep1 3.97788
+R<THR>A<CA> R<VAL>A<CA> sep2 0.683989
+R<THR>A<CA> R<VAL>A<CB> central_sep1 -0.627327
+R<THR>A<CA> R<VAL>A<CB> central_sep2 0.0160331
+R<THR>A<CA> R<VAL>A<CB> sep1 1.49229
+R<THR>A<CA> R<VAL>A<CB> sep2 0.0236841
+R<THR>A<CA> R<VAL>A<CG1> central_sep1 1.50023
+R<THR>A<CA> R<VAL>A<CG1> central_sep2 -0.119611
+R<THR>A<CA> R<VAL>A<CG1> sep1 1.20528
+R<THR>A<CA> R<VAL>A<CG1> sep2 0.169332
+R<THR>A<CA> R<VAL>A<CG2> central_sep1 0.678822
+R<THR>A<CA> R<VAL>A<CG2> central_sep2 -0.201409
+R<THR>A<CA> R<VAL>A<CG2> sep1 1.43485
+R<THR>A<CA> R<VAL>A<CG2> sep2 0.0962159
+R<THR>A<CA> R<VAL>A<N> central_sep1 2.94492
+R<THR>A<CA> R<VAL>A<N> central_sep2 1.47235
+R<THR>A<CA> R<VAL>A<N> sep1 -2.49665
+R<THR>A<CA> R<VAL>A<N> sep2 0.625317
+R<THR>A<CA> R<VAL>A<O> central_sep1 0.938969
+R<THR>A<CA> R<VAL>A<O> central_sep2 -1.15531
+R<THR>A<CA> R<VAL>A<O> sep1 -2.2411
+R<THR>A<CA> R<VAL>A<O> sep2 0.296833
+R<THR>A<CA> c<solvent> . 0.974933
+R<THR>A<CB> R<THR>A<CB> central_sep1 0.613316
+R<THR>A<CB> R<THR>A<CB> central_sep2 -0.912995
+R<THR>A<CB> R<THR>A<CB> sep1 0.713668
+R<THR>A<CB> R<THR>A<CB> sep2 -0.753387
+R<THR>A<CB> R<THR>A<CG2> central_sep1 0.411657
+R<THR>A<CB> R<THR>A<CG2> central_sep2 -0.765496
+R<THR>A<CB> R<THR>A<CG2> sep1 1.06227
+R<THR>A<CB> R<THR>A<CG2> sep2 -0.580465
+R<THR>A<CB> R<THR>A<N> central_sep1 0.0783956
+R<THR>A<CB> R<THR>A<N> central_sep2 1.09838
+R<THR>A<CB> R<THR>A<N> sep1 -1.49414
+R<THR>A<CB> R<THR>A<N> sep2 0.450495
+R<THR>A<CB> R<THR>A<O> central_sep1 -0.781246
+R<THR>A<CB> R<THR>A<O> central_sep2 -0.227734
+R<THR>A<CB> R<THR>A<O> sep1 0.29288
+R<THR>A<CB> R<THR>A<O> sep2 -0.871053
+R<THR>A<CB> R<THR>A<OG1> central_sep1 -0.318549
+R<THR>A<CB> R<THR>A<OG1> central_sep2 -0.901266
+R<THR>A<CB> R<THR>A<OG1> sep1 0.316926
+R<THR>A<CB> R<THR>A<OG1> sep2 -0.999207
+R<THR>A<CB> R<TRP>A<C> central_sep1 2.32346
+R<THR>A<CB> R<TRP>A<C> central_sep2 1.09038
+R<THR>A<CB> R<TRP>A<C> sep1 -0.23609
+R<THR>A<CB> R<TRP>A<C> sep2 -0.0254964
+R<THR>A<CB> R<TRP>A<CA> central_sep1 -0.479512
+R<THR>A<CB> R<TRP>A<CA> central_sep2 0.517126
+R<THR>A<CB> R<TRP>A<CA> sep1 1.49149
+R<THR>A<CB> R<TRP>A<CA> sep2 0.234734
+R<THR>A<CB> R<TRP>A<CB> central_sep1 0.560568
+R<THR>A<CB> R<TRP>A<CB> central_sep2 -0.44149
+R<THR>A<CB> R<TRP>A<CB> sep1 1.60357
+R<THR>A<CB> R<TRP>A<CB> sep2 -0.369111
+R<THR>A<CB> R<TRP>A<CD1> central_sep1 -0.190087
+R<THR>A<CB> R<TRP>A<CD1> central_sep2 -0.542404
+R<THR>A<CB> R<TRP>A<CD1> sep1 0.940672
+R<THR>A<CB> R<TRP>A<CD1> sep2 -0.700843
+R<THR>A<CB> R<TRP>A<CD2> central_sep1 0.277896
+R<THR>A<CB> R<TRP>A<CD2> central_sep2 -0.149715
+R<THR>A<CB> R<TRP>A<CD2> sep1 0.855618
+R<THR>A<CB> R<TRP>A<CD2> sep2 -0.843251
+R<THR>A<CB> R<TRP>A<CE2> central_sep1 0.0981272
+R<THR>A<CB> R<TRP>A<CE2> central_sep2 -0.248494
+R<THR>A<CB> R<TRP>A<CE2> sep1 0.537823
+R<THR>A<CB> R<TRP>A<CE2> sep2 -1.07264
+R<THR>A<CB> R<TRP>A<CE3> central_sep1 -0.340299
+R<THR>A<CB> R<TRP>A<CE3> central_sep2 -0.264969
+R<THR>A<CB> R<TRP>A<CE3> sep1 1.36818
+R<THR>A<CB> R<TRP>A<CE3> sep2 -0.41259
+R<THR>A<CB> R<TRP>A<CG> central_sep1 0.780901
+R<THR>A<CB> R<TRP>A<CG> central_sep2 0.00401892
+R<THR>A<CB> R<TRP>A<CG> sep1 1.08686
+R<THR>A<CB> R<TRP>A<CG> sep2 -1.30965
+R<THR>A<CB> R<TRP>A<CH2> central_sep1 1.08121
+R<THR>A<CB> R<TRP>A<CH2> central_sep2 -0.684969
+R<THR>A<CB> R<TRP>A<CH2> sep1 1.82465
+R<THR>A<CB> R<TRP>A<CH2> sep2 -0.992832
+R<THR>A<CB> R<TRP>A<CZ2> central_sep1 0.871493
+R<THR>A<CB> R<TRP>A<CZ2> central_sep2 -0.667237
+R<THR>A<CB> R<TRP>A<CZ2> sep1 1.31975
+R<THR>A<CB> R<TRP>A<CZ2> sep2 -0.850331
+R<THR>A<CB> R<TRP>A<CZ3> central_sep1 0.682651
+R<THR>A<CB> R<TRP>A<CZ3> central_sep2 -0.622178
+R<THR>A<CB> R<TRP>A<CZ3> sep1 1.19795
+R<THR>A<CB> R<TRP>A<CZ3> sep2 -0.75998
+R<THR>A<CB> R<TRP>A<N> central_sep1 0.826165
+R<THR>A<CB> R<TRP>A<N> central_sep2 1.21001
+R<THR>A<CB> R<TRP>A<N> sep1 -1.75643
+R<THR>A<CB> R<TRP>A<N> sep2 0.556328
+R<THR>A<CB> R<TRP>A<NE1> central_sep1 0.130148
+R<THR>A<CB> R<TRP>A<NE1> central_sep2 -0.29215
+R<THR>A<CB> R<TRP>A<NE1> sep1 0.588807
+R<THR>A<CB> R<TRP>A<NE1> sep2 -1.06851
+R<THR>A<CB> R<TRP>A<O> central_sep1 -0.841537
+R<THR>A<CB> R<TRP>A<O> central_sep2 -0.334746
+R<THR>A<CB> R<TRP>A<O> sep1 0.068505
+R<THR>A<CB> R<TRP>A<O> sep2 -0.719521
+R<THR>A<CB> R<TYR>A<C> central_sep1 2.66028
+R<THR>A<CB> R<TYR>A<C> central_sep2 1.19897
+R<THR>A<CB> R<TYR>A<C> sep1 -0.286938
+R<THR>A<CB> R<TYR>A<C> sep2 -0.272482
+R<THR>A<CB> R<TYR>A<CA> central_sep1 -0.251226
+R<THR>A<CB> R<TYR>A<CA> central_sep2 0.34484
+R<THR>A<CB> R<TYR>A<CA> sep1 1.56575
+R<THR>A<CB> R<TYR>A<CA> sep2 0.250898
+R<THR>A<CB> R<TYR>A<CB> central_sep1 0.507202
+R<THR>A<CB> R<TYR>A<CB> central_sep2 -0.607139
+R<THR>A<CB> R<TYR>A<CB> sep1 1.47024
+R<THR>A<CB> R<TYR>A<CB> sep2 -0.317246
+R<THR>A<CB> R<TYR>A<CD1> central_sep1 -0.149658
+R<THR>A<CB> R<TYR>A<CD1> central_sep2 -0.392536
+R<THR>A<CB> R<TYR>A<CD1> sep1 1.15265
+R<THR>A<CB> R<TYR>A<CD1> sep2 -0.697285
+R<THR>A<CB> R<TYR>A<CE1> central_sep1 0.0133987
+R<THR>A<CB> R<TYR>A<CE1> central_sep2 -0.604802
+R<THR>A<CB> R<TYR>A<CE1> sep1 0.678365
+R<THR>A<CB> R<TYR>A<CE1> sep2 -0.741126
+R<THR>A<CB> R<TYR>A<CG> central_sep1 1.60245
+R<THR>A<CB> R<TYR>A<CG> central_sep2 0.118581
+R<THR>A<CB> R<TYR>A<CG> sep1 1.1589
+R<THR>A<CB> R<TYR>A<CG> sep2 -1.23204
+R<THR>A<CB> R<TYR>A<CZ> central_sep1 0.147791
+R<THR>A<CB> R<TYR>A<CZ> central_sep2 -0.510866
+R<THR>A<CB> R<TYR>A<CZ> sep1 0.55104
+R<THR>A<CB> R<TYR>A<CZ> sep2 -1.22941
+R<THR>A<CB> R<TYR>A<N> central_sep1 0.813484
+R<THR>A<CB> R<TYR>A<N> central_sep2 1.26585
+R<THR>A<CB> R<TYR>A<N> sep1 -1.58018
+R<THR>A<CB> R<TYR>A<N> sep2 0.474921
+R<THR>A<CB> R<TYR>A<O> central_sep1 -0.736589
+R<THR>A<CB> R<TYR>A<O> central_sep2 -0.255425
+R<THR>A<CB> R<TYR>A<O> sep1 0.180963
+R<THR>A<CB> R<TYR>A<O> sep2 -0.832665
+R<THR>A<CB> R<TYR>A<OH> central_sep1 0.617463
+R<THR>A<CB> R<TYR>A<OH> central_sep2 -0.616149
+R<THR>A<CB> R<TYR>A<OH> sep1 0.914032
+R<THR>A<CB> R<TYR>A<OH> sep2 -1.01101
+R<THR>A<CB> R<VAL>A<C> central_sep1 2.54327
+R<THR>A<CB> R<VAL>A<C> central_sep2 1.53021
+R<THR>A<CB> R<VAL>A<C> sep1 -0.422911
+R<THR>A<CB> R<VAL>A<C> sep2 -0.358087
+R<THR>A<CB> R<VAL>A<CA> central_sep1 -0.363844
+R<THR>A<CB> R<VAL>A<CA> central_sep2 0.167872
+R<THR>A<CB> R<VAL>A<CA> sep1 1.66005
+R<THR>A<CB> R<VAL>A<CA> sep2 0.241147
+R<THR>A<CB> R<VAL>A<CB> central_sep1 0.442439
+R<THR>A<CB> R<VAL>A<CB> central_sep2 -0.890035
+R<THR>A<CB> R<VAL>A<CB> sep1 1.36549
+R<THR>A<CB> R<VAL>A<CB> sep2 -0.658954
+R<THR>A<CB> R<VAL>A<CG1> central_sep1 0.502078
+R<THR>A<CB> R<VAL>A<CG1> central_sep2 -0.693301
+R<THR>A<CB> R<VAL>A<CG1> sep1 1.54833
+R<THR>A<CB> R<VAL>A<CG1> sep2 -0.514634
+R<THR>A<CB> R<VAL>A<CG2> central_sep1 0.47358
+R<THR>A<CB> R<VAL>A<CG2> central_sep2 -0.766656
+R<THR>A<CB> R<VAL>A<CG2> sep1 0.988777
+R<THR>A<CB> R<VAL>A<CG2> sep2 -0.534893
+R<THR>A<CB> R<VAL>A<N> central_sep1 1.25571
+R<THR>A<CB> R<VAL>A<N> central_sep2 1.24808
+R<THR>A<CB> R<VAL>A<N> sep1 -1.58655
+R<THR>A<CB> R<VAL>A<N> sep2 0.510923
+R<THR>A<CB> R<VAL>A<O> central_sep1 -0.710052
+R<THR>A<CB> R<VAL>A<O> central_sep2 -0.269974
+R<THR>A<CB> R<VAL>A<O> sep1 0.217187
+R<THR>A<CB> R<VAL>A<O> sep2 -1.02762
+R<THR>A<CB> c<solvent> . 0.0451396
+R<THR>A<CG2> R<THR>A<CG2> central_sep1 -0.202705
+R<THR>A<CG2> R<THR>A<CG2> central_sep2 -1.11832
+R<THR>A<CG2> R<THR>A<CG2> sep1 1.96586
+R<THR>A<CG2> R<THR>A<CG2> sep2 -0.216908
+R<THR>A<CG2> R<THR>A<N> central_sep1 0.725877
+R<THR>A<CG2> R<THR>A<N> central_sep2 0.892656
+R<THR>A<CG2> R<THR>A<N> sep1 0.199861
+R<THR>A<CG2> R<THR>A<N> sep2 0.586268
+R<THR>A<CG2> R<THR>A<O> central_sep1 -0.504339
+R<THR>A<CG2> R<THR>A<O> central_sep2 -0.131207
+R<THR>A<CG2> R<THR>A<O> sep1 0.825151
+R<THR>A<CG2> R<THR>A<O> sep2 0.303231
+R<THR>A<CG2> R<THR>A<OG1> central_sep1 -0.636985
+R<THR>A<CG2> R<THR>A<OG1> central_sep2 -0.812933
+R<THR>A<CG2> R<THR>A<OG1> sep1 1.33624
+R<THR>A<CG2> R<THR>A<OG1> sep2 -0.442036
+R<THR>A<CG2> R<TRP>A<C> central_sep1 0.430122
+R<THR>A<CG2> R<TRP>A<C> central_sep2 0.501661
+R<THR>A<CG2> R<TRP>A<C> sep1 -0.599196
+R<THR>A<CG2> R<TRP>A<C> sep2 -0.477671
+R<THR>A<CG2> R<TRP>A<CA> central_sep1 0.841978
+R<THR>A<CG2> R<TRP>A<CA> central_sep2 0.182814
+R<THR>A<CG2> R<TRP>A<CA> sep1 1.28465
+R<THR>A<CG2> R<TRP>A<CA> sep2 0.720637
+R<THR>A<CG2> R<TRP>A<CB> central_sep1 0.233788
+R<THR>A<CG2> R<TRP>A<CB> central_sep2 -0.742691
+R<THR>A<CG2> R<TRP>A<CB> sep1 1.54804
+R<THR>A<CG2> R<TRP>A<CB> sep2 0.124763
+R<THR>A<CG2> R<TRP>A<CD1> central_sep1 -0.116824
+R<THR>A<CG2> R<TRP>A<CD1> central_sep2 -0.673161
+R<THR>A<CG2> R<TRP>A<CD1> sep1 1.49806
+R<THR>A<CG2> R<TRP>A<CD1> sep2 -0.188664
+R<THR>A<CG2> R<TRP>A<CD2> central_sep1 -0.147988
+R<THR>A<CG2> R<TRP>A<CD2> central_sep2 -0.498647
+R<THR>A<CG2> R<TRP>A<CD2> sep1 0.448266
+R<THR>A<CG2> R<TRP>A<CD2> sep2 -1.07337
+R<THR>A<CG2> R<TRP>A<CE2> central_sep1 -0.707558
+R<THR>A<CG2> R<TRP>A<CE2> central_sep2 -0.452995
+R<THR>A<CG2> R<TRP>A<CE2> sep1 0.50645
+R<THR>A<CG2> R<TRP>A<CE2> sep2 -1.18394
+R<THR>A<CG2> R<TRP>A<CE3> central_sep1 -0.192607
+R<THR>A<CG2> R<TRP>A<CE3> central_sep2 -0.641475
+R<THR>A<CG2> R<TRP>A<CE3> sep1 1.58488
+R<THR>A<CG2> R<TRP>A<CE3> sep2 -0.345689
+R<THR>A<CG2> R<TRP>A<CG> central_sep1 1.67332
+R<THR>A<CG2> R<TRP>A<CG> central_sep2 -0.079231
+R<THR>A<CG2> R<TRP>A<CG> sep1 0.565068
+R<THR>A<CG2> R<TRP>A<CG> sep2 -1.69926
+R<THR>A<CG2> R<TRP>A<CH2> central_sep1 0.833653
+R<THR>A<CG2> R<TRP>A<CH2> central_sep2 -1.03719
+R<THR>A<CG2> R<TRP>A<CH2> sep1 1.47395
+R<THR>A<CG2> R<TRP>A<CH2> sep2 -0.706711
+R<THR>A<CG2> R<TRP>A<CZ2> central_sep1 0.00531051
+R<THR>A<CG2> R<TRP>A<CZ2> central_sep2 -0.892086
+R<THR>A<CG2> R<TRP>A<CZ2> sep1 1.33442
+R<THR>A<CG2> R<TRP>A<CZ2> sep2 -0.550536
+R<THR>A<CG2> R<TRP>A<CZ3> central_sep1 0.217885
+R<THR>A<CG2> R<TRP>A<CZ3> central_sep2 -0.892657
+R<THR>A<CG2> R<TRP>A<CZ3> sep1 1.31028
+R<THR>A<CG2> R<TRP>A<CZ3> sep2 -0.611308
+R<THR>A<CG2> R<TRP>A<N> central_sep1 0.752214
+R<THR>A<CG2> R<TRP>A<N> central_sep2 0.779324
+R<THR>A<CG2> R<TRP>A<N> sep1 0.0812814
+R<THR>A<CG2> R<TRP>A<N> sep2 0.735964
+R<THR>A<CG2> R<TRP>A<NE1> central_sep1 -0.0145931
+R<THR>A<CG2> R<TRP>A<NE1> central_sep2 -0.552987
+R<THR>A<CG2> R<TRP>A<NE1> sep1 0.762455
+R<THR>A<CG2> R<TRP>A<NE1> sep2 -0.610993
+R<THR>A<CG2> R<TRP>A<O> central_sep1 -0.52525
+R<THR>A<CG2> R<TRP>A<O> central_sep2 -0.0139926
+R<THR>A<CG2> R<TRP>A<O> sep1 0.813661
+R<THR>A<CG2> R<TRP>A<O> sep2 0.468553
+R<THR>A<CG2> R<TYR>A<C> central_sep1 0.385574
+R<THR>A<CG2> R<TYR>A<C> central_sep2 0.374361
+R<THR>A<CG2> R<TYR>A<C> sep1 -0.677831
+R<THR>A<CG2> R<TYR>A<C> sep2 -0.599936
+R<THR>A<CG2> R<TYR>A<CA> central_sep1 0.953159
+R<THR>A<CG2> R<TYR>A<CA> central_sep2 0.0865371
+R<THR>A<CG2> R<TYR>A<CA> sep1 1.36559
+R<THR>A<CG2> R<TYR>A<CA> sep2 0.478055
+R<THR>A<CG2> R<TYR>A<CB> central_sep1 0.218281
+R<THR>A<CG2> R<TYR>A<CB> central_sep2 -0.794656
+R<THR>A<CG2> R<TYR>A<CB> sep1 1.54012
+R<THR>A<CG2> R<TYR>A<CB> sep2 -0.00296925
+R<THR>A<CG2> R<TYR>A<CD1> central_sep1 0.0764792
+R<THR>A<CG2> R<TYR>A<CD1> central_sep2 -0.708832
+R<THR>A<CG2> R<TYR>A<CD1> sep1 1.02576
+R<THR>A<CG2> R<TYR>A<CD1> sep2 -0.573682
+R<THR>A<CG2> R<TYR>A<CE1> central_sep1 -0.314496
+R<THR>A<CG2> R<TYR>A<CE1> central_sep2 -0.830224
+R<THR>A<CG2> R<TYR>A<CE1> sep1 1.08902
+R<THR>A<CG2> R<TYR>A<CE1> sep2 -0.451787
+R<THR>A<CG2> R<TYR>A<CG> central_sep1 1.35312
+R<THR>A<CG2> R<TYR>A<CG> central_sep2 -0.319767
+R<THR>A<CG2> R<TYR>A<CG> sep1 0.749284
+R<THR>A<CG2> R<TYR>A<CG> sep2 -1.64382
+R<THR>A<CG2> R<TYR>A<CZ> central_sep1 -0.844425
+R<THR>A<CG2> R<TYR>A<CZ> central_sep2 -0.597728
+R<THR>A<CG2> R<TYR>A<CZ> sep1 0.476691
+R<THR>A<CG2> R<TYR>A<CZ> sep2 -1.36713
+R<THR>A<CG2> R<TYR>A<N> central_sep1 0.717443
+R<THR>A<CG2> R<TYR>A<N> central_sep2 0.725655
+R<THR>A<CG2> R<TYR>A<N> sep1 0.0134003
+R<THR>A<CG2> R<TYR>A<N> sep2 0.616715
+R<THR>A<CG2> R<TYR>A<O> central_sep1 -0.466644
+R<THR>A<CG2> R<TYR>A<O> central_sep2 -0.118787
+R<THR>A<CG2> R<TYR>A<O> sep1 0.831239
+R<THR>A<CG2> R<TYR>A<O> sep2 0.412567
+R<THR>A<CG2> R<TYR>A<OH> central_sep1 0.87491
+R<THR>A<CG2> R<TYR>A<OH> central_sep2 -0.741048
+R<THR>A<CG2> R<TYR>A<OH> sep1 0.713359
+R<THR>A<CG2> R<TYR>A<OH> sep2 -0.41962
+R<THR>A<CG2> R<VAL>A<C> central_sep1 0.21041
+R<THR>A<CG2> R<VAL>A<C> central_sep2 0.402077
+R<THR>A<CG2> R<VAL>A<C> sep1 -1.00461
+R<THR>A<CG2> R<VAL>A<C> sep2 -0.788021
+R<THR>A<CG2> R<VAL>A<CA> central_sep1 1.37832
+R<THR>A<CG2> R<VAL>A<CA> central_sep2 0.101551
+R<THR>A<CG2> R<VAL>A<CA> sep1 1.42911
+R<THR>A<CG2> R<VAL>A<CA> sep2 0.419937
+R<THR>A<CG2> R<VAL>A<CB> central_sep1 0.578559
+R<THR>A<CG2> R<VAL>A<CB> central_sep2 -0.741075
+R<THR>A<CG2> R<VAL>A<CB> sep1 1.14536
+R<THR>A<CG2> R<VAL>A<CB> sep2 -0.765576
+R<THR>A<CG2> R<VAL>A<CG1> central_sep1 -0.251645
+R<THR>A<CG2> R<VAL>A<CG1> central_sep2 -1.14022
+R<THR>A<CG2> R<VAL>A<CG1> sep1 2.14539
+R<THR>A<CG2> R<VAL>A<CG1> sep2 0.012643
+R<THR>A<CG2> R<VAL>A<CG2> central_sep1 -0.348106
+R<THR>A<CG2> R<VAL>A<CG2> central_sep2 -1.14326
+R<THR>A<CG2> R<VAL>A<CG2> sep1 2.10763
+R<THR>A<CG2> R<VAL>A<CG2> sep2 0.114905
+R<THR>A<CG2> R<VAL>A<N> central_sep1 0.604606
+R<THR>A<CG2> R<VAL>A<N> central_sep2 0.581821
+R<THR>A<CG2> R<VAL>A<N> sep1 -0.385811
+R<THR>A<CG2> R<VAL>A<N> sep2 0.496879
+R<THR>A<CG2> R<VAL>A<O> central_sep1 -0.466192
+R<THR>A<CG2> R<VAL>A<O> central_sep2 -0.19836
+R<THR>A<CG2> R<VAL>A<O> sep1 0.590526
+R<THR>A<CG2> R<VAL>A<O> sep2 0.313909
+R<THR>A<CG2> c<solvent> . -0.165031
+R<THR>A<N> R<THR>A<N> central_sep1 0.664959
+R<THR>A<N> R<THR>A<N> central_sep2 1.51421
+R<THR>A<N> R<THR>A<N> sep1 -2.28248
+R<THR>A<N> R<THR>A<N> sep2 1.09257
+R<THR>A<N> R<THR>A<O> central_sep1 -1.37088
+R<THR>A<N> R<THR>A<O> central_sep2 -1.42531
+R<THR>A<N> R<THR>A<O> sep1 -0.178347
+R<THR>A<N> R<THR>A<O> sep2 0.769592
+R<THR>A<N> R<THR>A<OG1> central_sep1 -0.914796
+R<THR>A<N> R<THR>A<OG1> central_sep2 0.110064
+R<THR>A<N> R<THR>A<OG1> sep1 -0.237058
+R<THR>A<N> R<THR>A<OG1> sep2 0.335237
+R<THR>A<N> R<TRP>A<C> central_sep1 -0.425916
+R<THR>A<N> R<TRP>A<C> central_sep2 3.78863
+R<THR>A<N> R<TRP>A<C> sep1 -1.66535
+R<THR>A<N> R<TRP>A<C> sep2 1.97463
+R<THR>A<N> R<TRP>A<CA> central_sep1 3.11179
+R<THR>A<N> R<TRP>A<CA> central_sep2 1.55177
+R<THR>A<N> R<TRP>A<CA> sep1 -2.45965
+R<THR>A<N> R<TRP>A<CA> sep2 0.932895
+R<THR>A<N> R<TRP>A<CB> central_sep1 1.04268
+R<THR>A<N> R<TRP>A<CB> central_sep2 0.932631
+R<THR>A<N> R<TRP>A<CB> sep1 -1.23243
+R<THR>A<N> R<TRP>A<CB> sep2 0.915231
+R<THR>A<N> R<TRP>A<CD1> central_sep1 0.127322
+R<THR>A<N> R<TRP>A<CD1> central_sep2 0.556819
+R<THR>A<N> R<TRP>A<CD1> sep1 0.297447
+R<THR>A<N> R<TRP>A<CD1> sep2 0.325927
+R<THR>A<N> R<TRP>A<CD2> central_sep1 -0.0401702
+R<THR>A<N> R<TRP>A<CD2> central_sep2 2.0507
+R<THR>A<N> R<TRP>A<CD2> sep1 -0.0214285
+R<THR>A<N> R<TRP>A<CD2> sep2 1.34399
+R<THR>A<N> R<TRP>A<CE2> central_sep1 1.98006
+R<THR>A<N> R<TRP>A<CE2> central_sep2 1.89379
+R<THR>A<N> R<TRP>A<CE2> sep1 1.9334
+R<THR>A<N> R<TRP>A<CE2> sep2 0.767772
+R<THR>A<N> R<TRP>A<CE3> central_sep1 0.0614866
+R<THR>A<N> R<TRP>A<CE3> central_sep2 0.205371
+R<THR>A<N> R<TRP>A<CE3> sep1 0.748913
+R<THR>A<N> R<TRP>A<CE3> sep2 0.16551
+R<THR>A<N> R<TRP>A<CG> central_sep1 -0.00798411
+R<THR>A<N> R<TRP>A<CG> central_sep2 2.12771
+R<THR>A<N> R<TRP>A<CG> sep1 -1.05049
+R<THR>A<N> R<TRP>A<CG> sep2 0.587405
+R<THR>A<N> R<TRP>A<CH2> central_sep1 3.01383
+R<THR>A<N> R<TRP>A<CH2> central_sep2 0.617858
+R<THR>A<N> R<TRP>A<CH2> sep1 3.48753
+R<THR>A<N> R<TRP>A<CH2> sep2 0.199559
+R<THR>A<N> R<TRP>A<CZ2> central_sep1 2.70123
+R<THR>A<N> R<TRP>A<CZ2> central_sep2 0.456773
+R<THR>A<N> R<TRP>A<CZ2> sep1 2.98051
+R<THR>A<N> R<TRP>A<CZ2> sep2 0.347148
+R<THR>A<N> R<TRP>A<CZ3> central_sep1 1.86629
+R<THR>A<N> R<TRP>A<CZ3> central_sep2 0.39542
+R<THR>A<N> R<TRP>A<CZ3> sep1 2.38349
+R<THR>A<N> R<TRP>A<CZ3> sep2 0.0462842
+R<THR>A<N> R<TRP>A<N> central_sep1 1.73645
+R<THR>A<N> R<TRP>A<N> central_sep2 2.02771
+R<THR>A<N> R<TRP>A<N> sep1 -2.13796
+R<THR>A<N> R<TRP>A<N> sep2 1.599
+R<THR>A<N> R<TRP>A<NE1> central_sep1 2.06381
+R<THR>A<N> R<TRP>A<NE1> central_sep2 0.334808
+R<THR>A<N> R<TRP>A<NE1> sep1 2.45562
+R<THR>A<N> R<TRP>A<NE1> sep2 0.16975
+R<THR>A<N> R<TRP>A<O> central_sep1 -1.54814
+R<THR>A<N> R<TRP>A<O> central_sep2 -0.926178
+R<THR>A<N> R<TRP>A<O> sep1 0.124465
+R<THR>A<N> R<TRP>A<O> sep2 0.823531
+R<THR>A<N> R<TYR>A<C> central_sep1 -0.20333
+R<THR>A<N> R<TYR>A<C> central_sep2 3.3276
+R<THR>A<N> R<TYR>A<C> sep1 -1.58944
+R<THR>A<N> R<TYR>A<C> sep2 1.631
+R<THR>A<N> R<TYR>A<CA> central_sep1 2.38311
+R<THR>A<N> R<TYR>A<CA> central_sep2 1.32868
+R<THR>A<N> R<TYR>A<CA> sep1 -2.46241
+R<THR>A<N> R<TYR>A<CA> sep2 0.894238
+R<THR>A<N> R<TYR>A<CB> central_sep1 0.890341
+R<THR>A<N> R<TYR>A<CB> central_sep2 0.962708
+R<THR>A<N> R<TYR>A<CB> sep1 -1.19394
+R<THR>A<N> R<TYR>A<CB> sep2 0.79722
+R<THR>A<N> R<TYR>A<CD1> central_sep1 0.322254
+R<THR>A<N> R<TYR>A<CD1> central_sep2 0.910061
+R<THR>A<N> R<TYR>A<CD1> sep1 0.136173
+R<THR>A<N> R<TYR>A<CD1> sep2 0.581458
+R<THR>A<N> R<TYR>A<CE1> central_sep1 1.80311
+R<THR>A<N> R<TYR>A<CE1> central_sep2 0.779234
+R<THR>A<N> R<TYR>A<CE1> sep1 2.04012
+R<THR>A<N> R<TYR>A<CE1> sep2 0.347027
+R<THR>A<N> R<TYR>A<CG> central_sep1 0.302094
+R<THR>A<N> R<TYR>A<CG> central_sep2 2.48944
+R<THR>A<N> R<TYR>A<CG> sep1 -0.976574
+R<THR>A<N> R<TYR>A<CG> sep2 0.699904
+R<THR>A<N> R<TYR>A<CZ> central_sep1 2.58383
+R<THR>A<N> R<TYR>A<CZ> central_sep2 1.61843
+R<THR>A<N> R<TYR>A<CZ> sep1 2.24197
+R<THR>A<N> R<TYR>A<CZ> sep2 0.41602
+R<THR>A<N> R<TYR>A<N> central_sep1 1.63532
+R<THR>A<N> R<TYR>A<N> central_sep2 1.65336
+R<THR>A<N> R<TYR>A<N> sep1 -2.08232
+R<THR>A<N> R<TYR>A<N> sep2 1.37728
+R<THR>A<N> R<TYR>A<O> central_sep1 -1.4758
+R<THR>A<N> R<TYR>A<O> central_sep2 -1.2654
+R<THR>A<N> R<TYR>A<O> sep1 0.142849
+R<THR>A<N> R<TYR>A<O> sep2 1.05957
+R<THR>A<N> R<TYR>A<OH> central_sep1 1.87086
+R<THR>A<N> R<TYR>A<OH> central_sep2 0.21501
+R<THR>A<N> R<TYR>A<OH> sep1 3.25733
+R<THR>A<N> R<TYR>A<OH> sep2 0.281394
+R<THR>A<N> R<VAL>A<C> central_sep1 0.203739
+R<THR>A<N> R<VAL>A<C> central_sep2 3.84198
+R<THR>A<N> R<VAL>A<C> sep1 -1.39349
+R<THR>A<N> R<VAL>A<C> sep2 2.10144
+R<THR>A<N> R<VAL>A<CA> central_sep1 3.52693
+R<THR>A<N> R<VAL>A<CA> central_sep2 1.87442
+R<THR>A<N> R<VAL>A<CA> sep1 -2.57514
+R<THR>A<N> R<VAL>A<CA> sep2 1.23021
+R<THR>A<N> R<VAL>A<CB> central_sep1 0.910582
+R<THR>A<N> R<VAL>A<CB> central_sep2 0.821351
+R<THR>A<N> R<VAL>A<CB> sep1 -1.47733
+R<THR>A<N> R<VAL>A<CB> sep2 0.638626
+R<THR>A<N> R<VAL>A<CG1> central_sep1 0.293009
+R<THR>A<N> R<VAL>A<CG1> central_sep2 0.714281
+R<THR>A<N> R<VAL>A<CG1> sep1 -0.668064
+R<THR>A<N> R<VAL>A<CG1> sep2 0.592002
+R<THR>A<N> R<VAL>A<CG2> central_sep1 0.603898
+R<THR>A<N> R<VAL>A<CG2> central_sep2 0.899425
+R<THR>A<N> R<VAL>A<CG2> sep1 1.00095
+R<THR>A<N> R<VAL>A<CG2> sep2 0.653721
+R<THR>A<N> R<VAL>A<N> central_sep1 1.40784
+R<THR>A<N> R<VAL>A<N> central_sep2 1.86475
+R<THR>A<N> R<VAL>A<N> sep1 -1.89621
+R<THR>A<N> R<VAL>A<N> sep2 1.15627
+R<THR>A<N> R<VAL>A<O> central_sep1 -1.35548
+R<THR>A<N> R<VAL>A<O> central_sep2 -1.53054
+R<THR>A<N> R<VAL>A<O> sep1 0.00146697
+R<THR>A<N> R<VAL>A<O> sep2 0.810802
+R<THR>A<N> c<solvent> . 1.62814
+R<THR>A<O> R<THR>A<O> central_sep1 0.882213
+R<THR>A<O> R<THR>A<O> central_sep2 0.202154
+R<THR>A<O> R<THR>A<O> sep1 0.866687
+R<THR>A<O> R<THR>A<O> sep2 0.704221
+R<THR>A<O> R<THR>A<OG1> central_sep1 -0.812256
+R<THR>A<O> R<THR>A<OG1> central_sep2 -0.0441299
+R<THR>A<O> R<THR>A<OG1> sep1 0.617465
+R<THR>A<O> R<THR>A<OG1> sep2 0.0972419
+R<THR>A<O> R<TRP>A<C> central_sep1 -0.867588
+R<THR>A<O> R<TRP>A<C> central_sep2 2.47407
+R<THR>A<O> R<TRP>A<C> sep1 -1.33206
+R<THR>A<O> R<TRP>A<C> sep2 1.33472
+R<THR>A<O> R<TRP>A<CA> central_sep1 0.852018
+R<THR>A<O> R<TRP>A<CA> central_sep2 -1.04284
+R<THR>A<O> R<TRP>A<CA> sep1 -2.08863
+R<THR>A<O> R<TRP>A<CA> sep2 0.487974
+R<THR>A<O> R<TRP>A<CB> central_sep1 -1.07342
+R<THR>A<O> R<TRP>A<CB> central_sep2 -0.23421
+R<THR>A<O> R<TRP>A<CB> sep1 0.335382
+R<THR>A<O> R<TRP>A<CB> sep2 -0.220324
+R<THR>A<O> R<TRP>A<CD1> central_sep1 -0.929321
+R<THR>A<O> R<TRP>A<CD1> central_sep2 -0.41314
+R<THR>A<O> R<TRP>A<CD1> sep1 0.842107
+R<THR>A<O> R<TRP>A<CD1> sep2 0.0345937
+R<THR>A<O> R<TRP>A<CD2> central_sep1 0.35585
+R<THR>A<O> R<TRP>A<CD2> central_sep2 1.52197
+R<THR>A<O> R<TRP>A<CD2> sep1 0.390152
+R<THR>A<O> R<TRP>A<CD2> sep2 0.834669
+R<THR>A<O> R<TRP>A<CE2> central_sep1 0.502905
+R<THR>A<O> R<TRP>A<CE2> central_sep2 1.99305
+R<THR>A<O> R<TRP>A<CE2> sep1 1.01367
+R<THR>A<O> R<TRP>A<CE2> sep2 0.351261
+R<THR>A<O> R<TRP>A<CE3> central_sep1 0.072291
+R<THR>A<O> R<TRP>A<CE3> central_sep2 -0.115126
+R<THR>A<O> R<TRP>A<CE3> sep1 1.10587
+R<THR>A<O> R<TRP>A<CE3> sep2 0.0635516
+R<THR>A<O> R<TRP>A<CG> central_sep1 -0.183985
+R<THR>A<O> R<TRP>A<CG> central_sep2 2.08449
+R<THR>A<O> R<TRP>A<CG> sep1 0.0277016
+R<THR>A<O> R<TRP>A<CG> sep2 0.106056
+R<THR>A<O> R<TRP>A<CH2> central_sep1 2.32362
+R<THR>A<O> R<TRP>A<CH2> central_sep2 -0.208692
+R<THR>A<O> R<TRP>A<CH2> sep1 3.20474
+R<THR>A<O> R<TRP>A<CH2> sep2 -0.40453
+R<THR>A<O> R<TRP>A<CZ2> central_sep1 1.69246
+R<THR>A<O> R<TRP>A<CZ2> central_sep2 -0.373164
+R<THR>A<O> R<TRP>A<CZ2> sep1 2.44762
+R<THR>A<O> R<TRP>A<CZ2> sep2 -0.171028
+R<THR>A<O> R<TRP>A<CZ3> central_sep1 1.07792
+R<THR>A<O> R<TRP>A<CZ3> central_sep2 -0.263081
+R<THR>A<O> R<TRP>A<CZ3> sep1 2.34385
+R<THR>A<O> R<TRP>A<CZ3> sep2 0.0374097
+R<THR>A<O> R<TRP>A<N> central_sep1 -1.54176
+R<THR>A<O> R<TRP>A<N> central_sep2 -0.984132
+R<THR>A<O> R<TRP>A<N> sep1 0.241145
+R<THR>A<O> R<TRP>A<N> sep2 0.481059
+R<THR>A<O> R<TRP>A<NE1> central_sep1 0.380634
+R<THR>A<O> R<TRP>A<NE1> central_sep2 -0.836203
+R<THR>A<O> R<TRP>A<NE1> sep1 1.07115
+R<THR>A<O> R<TRP>A<NE1> sep2 -0.201488
+R<THR>A<O> R<TRP>A<O> central_sep1 0.747476
+R<THR>A<O> R<TRP>A<O> central_sep2 0.704646
+R<THR>A<O> R<TRP>A<O> sep1 0.944535
+R<THR>A<O> R<TRP>A<O> sep2 0.938868
+R<THR>A<O> R<TYR>A<C> central_sep1 -0.750038
+R<THR>A<O> R<TYR>A<C> central_sep2 2.46807
+R<THR>A<O> R<TYR>A<C> sep1 -1.10607
+R<THR>A<O> R<TYR>A<C> sep2 1.06118
+R<THR>A<O> R<TYR>A<CA> central_sep1 0.816519
+R<THR>A<O> R<TYR>A<CA> central_sep2 -0.893859
+R<THR>A<O> R<TYR>A<CA> sep1 -2.06058
+R<THR>A<O> R<TYR>A<CA> sep2 0.491535
+R<THR>A<O> R<TYR>A<CB> central_sep1 -1.12399
+R<THR>A<O> R<TYR>A<CB> central_sep2 -0.256403
+R<THR>A<O> R<TYR>A<CB> sep1 0.314164
+R<THR>A<O> R<TYR>A<CB> sep2 -0.514955
+R<THR>A<O> R<TYR>A<CD1> central_sep1 -0.696599
+R<THR>A<O> R<TYR>A<CD1> central_sep2 -0.325126
+R<THR>A<O> R<TYR>A<CD1> sep1 0.66172
+R<THR>A<O> R<TYR>A<CD1> sep2 0.202361
+R<THR>A<O> R<TYR>A<CE1> central_sep1 0.322814
+R<THR>A<O> R<TYR>A<CE1> central_sep2 -0.24351
+R<THR>A<O> R<TYR>A<CE1> sep1 1.21237
+R<THR>A<O> R<TYR>A<CE1> sep2 0.179157
+R<THR>A<O> R<TYR>A<CG> central_sep1 0.323967
+R<THR>A<O> R<TYR>A<CG> central_sep2 1.82859
+R<THR>A<O> R<TYR>A<CG> sep1 -0.0639957
+R<THR>A<O> R<TYR>A<CG> sep2 -0.099359
+R<THR>A<O> R<TYR>A<CZ> central_sep1 0.745955
+R<THR>A<O> R<TYR>A<CZ> central_sep2 1.23728
+R<THR>A<O> R<TYR>A<CZ> sep1 1.03107
+R<THR>A<O> R<TYR>A<CZ> sep2 0.0735013
+R<THR>A<O> R<TYR>A<N> central_sep1 -1.61082
+R<THR>A<O> R<TYR>A<N> central_sep2 -1.20719
+R<THR>A<O> R<TYR>A<N> sep1 0.260671
+R<THR>A<O> R<TYR>A<N> sep2 0.743924
+R<THR>A<O> R<TYR>A<O> central_sep1 0.60634
+R<THR>A<O> R<TYR>A<O> central_sep2 0.450627
+R<THR>A<O> R<TYR>A<O> sep1 0.908024
+R<THR>A<O> R<TYR>A<O> sep2 0.801788
+R<THR>A<O> R<TYR>A<OH> central_sep1 1.81273
+R<THR>A<O> R<TYR>A<OH> central_sep2 -0.26719
+R<THR>A<O> R<TYR>A<OH> sep1 2.73388
+R<THR>A<O> R<TYR>A<OH> sep2 -0.115084
+R<THR>A<O> R<VAL>A<C> central_sep1 -0.650749
+R<THR>A<O> R<VAL>A<C> central_sep2 2.7162
+R<THR>A<O> R<VAL>A<C> sep1 -1.10527
+R<THR>A<O> R<VAL>A<C> sep2 1.46824
+R<THR>A<O> R<VAL>A<CA> central_sep1 1.18964
+R<THR>A<O> R<VAL>A<CA> central_sep2 -1.1467
+R<THR>A<O> R<VAL>A<CA> sep1 -2.1821
+R<THR>A<O> R<VAL>A<CA> sep2 0.509713
+R<THR>A<O> R<VAL>A<CB> central_sep1 -1.07537
+R<THR>A<O> R<VAL>A<CB> central_sep2 -0.276871
+R<THR>A<O> R<VAL>A<CB> sep1 0.367323
+R<THR>A<O> R<VAL>A<CB> sep2 -0.878255
+R<THR>A<O> R<VAL>A<CG1> central_sep1 -0.387063
+R<THR>A<O> R<VAL>A<CG1> central_sep2 -0.248958
+R<THR>A<O> R<VAL>A<CG1> sep1 1.03219
+R<THR>A<O> R<VAL>A<CG1> sep2 0.268258
+R<THR>A<O> R<VAL>A<CG2> central_sep1 -0.773294
+R<THR>A<O> R<VAL>A<CG2> central_sep2 -0.0554816
+R<THR>A<O> R<VAL>A<CG2> sep1 0.707903
+R<THR>A<O> R<VAL>A<CG2> sep2 0.138444
+R<THR>A<O> R<VAL>A<N> central_sep1 -1.49138
+R<THR>A<O> R<VAL>A<N> central_sep2 -1.53895
+R<THR>A<O> R<VAL>A<N> sep1 0.143545
+R<THR>A<O> R<VAL>A<N> sep2 0.96481
+R<THR>A<O> R<VAL>A<O> central_sep1 0.917183
+R<THR>A<O> R<VAL>A<O> central_sep2 0.191488
+R<THR>A<O> R<VAL>A<O> sep1 1.02951
+R<THR>A<O> R<VAL>A<O> sep2 0.703132
+R<THR>A<O> c<solvent> . 0.462412
+R<THR>A<OG1> R<THR>A<OG1> central_sep1 -1.00564
+R<THR>A<OG1> R<THR>A<OG1> central_sep2 -1.20486
+R<THR>A<OG1> R<THR>A<OG1> sep1 0.516932
+R<THR>A<OG1> R<THR>A<OG1> sep2 -0.457102
+R<THR>A<OG1> R<TRP>A<C> central_sep1 1.62821
+R<THR>A<OG1> R<TRP>A<C> central_sep2 1.17548
+R<THR>A<OG1> R<TRP>A<C> sep1 -0.629462
+R<THR>A<OG1> R<TRP>A<C> sep2 0.168099
+R<THR>A<OG1> R<TRP>A<CA> central_sep1 0.216929
+R<THR>A<OG1> R<TRP>A<CA> central_sep2 0.225443
+R<THR>A<OG1> R<TRP>A<CA> sep1 0.878045
+R<THR>A<OG1> R<TRP>A<CA> sep2 0.424275
+R<THR>A<OG1> R<TRP>A<CB> central_sep1 -0.177229
+R<THR>A<OG1> R<TRP>A<CB> central_sep2 -0.325141
+R<THR>A<OG1> R<TRP>A<CB> sep1 1.41844
+R<THR>A<OG1> R<TRP>A<CB> sep2 0.109222
+R<THR>A<OG1> R<TRP>A<CD1> central_sep1 -0.564506
+R<THR>A<OG1> R<TRP>A<CD1> central_sep2 -0.286835
+R<THR>A<OG1> R<TRP>A<CD1> sep1 1.09697
+R<THR>A<OG1> R<TRP>A<CD1> sep2 -0.413073
+R<THR>A<OG1> R<TRP>A<CD2> central_sep1 0.487352
+R<THR>A<OG1> R<TRP>A<CD2> central_sep2 1.00285
+R<THR>A<OG1> R<TRP>A<CD2> sep1 1.17645
+R<THR>A<OG1> R<TRP>A<CD2> sep2 0.172018
+R<THR>A<OG1> R<TRP>A<CE2> central_sep1 -0.127568
+R<THR>A<OG1> R<TRP>A<CE2> central_sep2 1.17606
+R<THR>A<OG1> R<TRP>A<CE2> sep1 1.13147
+R<THR>A<OG1> R<TRP>A<CE2> sep2 -0.0669424
+R<THR>A<OG1> R<TRP>A<CE3> central_sep1 -0.0551496
+R<THR>A<OG1> R<TRP>A<CE3> central_sep2 0.0950422
+R<THR>A<OG1> R<TRP>A<CE3> sep1 1.67332
+R<THR>A<OG1> R<TRP>A<CE3> sep2 0.219323
+R<THR>A<OG1> R<TRP>A<CG> central_sep1 1.86232
+R<THR>A<OG1> R<TRP>A<CG> central_sep2 1.28179
+R<THR>A<OG1> R<TRP>A<CG> sep1 1.34167
+R<THR>A<OG1> R<TRP>A<CG> sep2 -0.181907
+R<THR>A<OG1> R<TRP>A<CH2> central_sep1 2.23603
+R<THR>A<OG1> R<TRP>A<CH2> central_sep2 -0.40074
+R<THR>A<OG1> R<TRP>A<CH2> sep1 2.54423
+R<THR>A<OG1> R<TRP>A<CH2> sep2 -0.457445
+R<THR>A<OG1> R<TRP>A<CZ2> central_sep1 1.20028
+R<THR>A<OG1> R<TRP>A<CZ2> central_sep2 -0.501968
+R<THR>A<OG1> R<TRP>A<CZ2> sep1 1.76941
+R<THR>A<OG1> R<TRP>A<CZ2> sep2 -0.757834
+R<THR>A<OG1> R<TRP>A<CZ3> central_sep1 1.22964
+R<THR>A<OG1> R<TRP>A<CZ3> central_sep2 -0.177862
+R<THR>A<OG1> R<TRP>A<CZ3> sep1 1.60403
+R<THR>A<OG1> R<TRP>A<CZ3> sep2 -0.0873193
+R<THR>A<OG1> R<TRP>A<N> central_sep1 -0.363016
+R<THR>A<OG1> R<TRP>A<N> central_sep2 0.151168
+R<THR>A<OG1> R<TRP>A<N> sep1 -0.0405267
+R<THR>A<OG1> R<TRP>A<N> sep2 0.497824
+R<THR>A<OG1> R<TRP>A<NE1> central_sep1 -0.0244641
+R<THR>A<OG1> R<TRP>A<NE1> central_sep2 -1.32552
+R<THR>A<OG1> R<TRP>A<NE1> sep1 1.00711
+R<THR>A<OG1> R<TRP>A<NE1> sep2 -0.479286
+R<THR>A<OG1> R<TRP>A<O> central_sep1 -0.826423
+R<THR>A<OG1> R<TRP>A<O> central_sep2 0.126675
+R<THR>A<OG1> R<TRP>A<O> sep1 0.638523
+R<THR>A<OG1> R<TRP>A<O> sep2 0.364728
+R<THR>A<OG1> R<TYR>A<C> central_sep1 1.53811
+R<THR>A<OG1> R<TYR>A<C> central_sep2 0.89711
+R<THR>A<OG1> R<TYR>A<C> sep1 -0.597577
+R<THR>A<OG1> R<TYR>A<C> sep2 0.0793422
+R<THR>A<OG1> R<TYR>A<CA> central_sep1 0.134827
+R<THR>A<OG1> R<TYR>A<CA> central_sep2 0.076843
+R<THR>A<OG1> R<TYR>A<CA> sep1 0.859162
+R<THR>A<OG1> R<TYR>A<CA> sep2 0.183485
+R<THR>A<OG1> R<TYR>A<CB> central_sep1 -0.301664
+R<THR>A<OG1> R<TYR>A<CB> central_sep2 -0.445503
+R<THR>A<OG1> R<TYR>A<CB> sep1 1.51287
+R<THR>A<OG1> R<TYR>A<CB> sep2 0.150568
+R<THR>A<OG1> R<TYR>A<CD1> central_sep1 -0.0844631
+R<THR>A<OG1> R<TYR>A<CD1> central_sep2 -0.20835
+R<THR>A<OG1> R<TYR>A<CD1> sep1 1.26101
+R<THR>A<OG1> R<TYR>A<CD1> sep2 -0.0682491
+R<THR>A<OG1> R<TYR>A<CE1> central_sep1 0.220979
+R<THR>A<OG1> R<TYR>A<CE1> central_sep2 -0.453953
+R<THR>A<OG1> R<TYR>A<CE1> sep1 1.46794
+R<THR>A<OG1> R<TYR>A<CE1> sep2 -0.375035
+R<THR>A<OG1> R<TYR>A<CG> central_sep1 2.10546
+R<THR>A<OG1> R<TYR>A<CG> central_sep2 1.57376
+R<THR>A<OG1> R<TYR>A<CG> sep1 1.60196
+R<THR>A<OG1> R<TYR>A<CG> sep2 -0.426549
+R<THR>A<OG1> R<TYR>A<CZ> central_sep1 0.435961
+R<THR>A<OG1> R<TYR>A<CZ> central_sep2 0.872553
+R<THR>A<OG1> R<TYR>A<CZ> sep1 0.953276
+R<THR>A<OG1> R<TYR>A<CZ> sep2 -0.64209
+R<THR>A<OG1> R<TYR>A<N> central_sep1 -0.487193
+R<THR>A<OG1> R<TYR>A<N> central_sep2 0.23553
+R<THR>A<OG1> R<TYR>A<N> sep1 0.213062
+R<THR>A<OG1> R<TYR>A<N> sep2 0.547931
+R<THR>A<OG1> R<TYR>A<O> central_sep1 -0.79461
+R<THR>A<OG1> R<TYR>A<O> central_sep2 0.0964308
+R<THR>A<OG1> R<TYR>A<O> sep1 0.780996
+R<THR>A<OG1> R<TYR>A<O> sep2 0.32871
+R<THR>A<OG1> R<TYR>A<OH> central_sep1 1.67229
+R<THR>A<OG1> R<TYR>A<OH> central_sep2 -0.787272
+R<THR>A<OG1> R<TYR>A<OH> sep1 1.73341
+R<THR>A<OG1> R<TYR>A<OH> sep2 -0.465459
+R<THR>A<OG1> R<VAL>A<C> central_sep1 2.23749
+R<THR>A<OG1> R<VAL>A<C> central_sep2 1.28385
+R<THR>A<OG1> R<VAL>A<C> sep1 -0.847482
+R<THR>A<OG1> R<VAL>A<C> sep2 0.0895806
+R<THR>A<OG1> R<VAL>A<CA> central_sep1 0.574111
+R<THR>A<OG1> R<VAL>A<CA> central_sep2 0.223268
+R<THR>A<OG1> R<VAL>A<CA> sep1 1.31522
+R<THR>A<OG1> R<VAL>A<CA> sep2 0.516432
+R<THR>A<OG1> R<VAL>A<CB> central_sep1 -0.0846225
+R<THR>A<OG1> R<VAL>A<CB> central_sep2 -0.556188
+R<THR>A<OG1> R<VAL>A<CB> sep1 1.18204
+R<THR>A<OG1> R<VAL>A<CB> sep2 -0.459694
+R<THR>A<OG1> R<VAL>A<CG1> central_sep1 -0.241683
+R<THR>A<OG1> R<VAL>A<CG1> central_sep2 -0.409053
+R<THR>A<OG1> R<VAL>A<CG1> sep1 1.76151
+R<THR>A<OG1> R<VAL>A<CG1> sep2 -0.0871601
+R<THR>A<OG1> R<VAL>A<CG2> central_sep1 0.0757275
+R<THR>A<OG1> R<VAL>A<CG2> central_sep2 -0.435613
+R<THR>A<OG1> R<VAL>A<CG2> sep1 1.87695
+R<THR>A<OG1> R<VAL>A<CG2> sep2 -0.0295708
+R<THR>A<OG1> R<VAL>A<N> central_sep1 -0.136496
+R<THR>A<OG1> R<VAL>A<N> central_sep2 0.0683917
+R<THR>A<OG1> R<VAL>A<N> sep1 0.351391
+R<THR>A<OG1> R<VAL>A<N> sep2 0.614313
+R<THR>A<OG1> R<VAL>A<O> central_sep1 -0.627354
+R<THR>A<OG1> R<VAL>A<O> central_sep2 -0.0786221
+R<THR>A<OG1> R<VAL>A<O> sep1 0.719047
+R<THR>A<OG1> R<VAL>A<O> sep2 0.210841
+R<THR>A<OG1> c<solvent> . -0.0596713
+R<TRP>A<C> R<TRP>A<C> central_sep1 4.03998
+R<TRP>A<C> R<TRP>A<C> central_sep2 2.30437
+R<TRP>A<C> R<TRP>A<C> sep1 -2.35664
+R<TRP>A<C> R<TRP>A<C> sep2 0.522332
+R<TRP>A<C> R<TRP>A<CA> central_sep1 2.73271
+R<TRP>A<C> R<TRP>A<CA> central_sep2 2.82741
+R<TRP>A<C> R<TRP>A<CA> sep1 -2.65581
+R<TRP>A<C> R<TRP>A<CA> sep2 0.504282
+R<TRP>A<C> R<TRP>A<CB> central_sep1 1.43257
+R<TRP>A<C> R<TRP>A<CB> central_sep2 0.463497
+R<TRP>A<C> R<TRP>A<CB> sep1 -0.381385
+R<TRP>A<C> R<TRP>A<CB> sep2 -0.883225
+R<TRP>A<C> R<TRP>A<CD1> central_sep1 -0.68081
+R<TRP>A<C> R<TRP>A<CD1> central_sep2 -0.622762
+R<TRP>A<C> R<TRP>A<CD1> sep1 -0.241278
+R<TRP>A<C> R<TRP>A<CD1> sep2 -1.31339
+R<TRP>A<C> R<TRP>A<CD2> central_sep1 -0.774651
+R<TRP>A<C> R<TRP>A<CD2> central_sep2 1.54389
+R<TRP>A<C> R<TRP>A<CD2> sep1 -0.388166
+R<TRP>A<C> R<TRP>A<CD2> sep2 0.00756566
+R<TRP>A<C> R<TRP>A<CE2> central_sep1 0.583264
+R<TRP>A<C> R<TRP>A<CE2> central_sep2 0.841482
+R<TRP>A<C> R<TRP>A<CE2> sep1 1.11287
+R<TRP>A<C> R<TRP>A<CE2> sep2 0.265501
+R<TRP>A<C> R<TRP>A<CE3> central_sep1 -0.675723
+R<TRP>A<C> R<TRP>A<CE3> central_sep2 -1.59882
+R<TRP>A<C> R<TRP>A<CE3> sep1 0.5092
+R<TRP>A<C> R<TRP>A<CE3> sep2 -1.00066
+R<TRP>A<C> R<TRP>A<CG> central_sep1 1.09133
+R<TRP>A<C> R<TRP>A<CG> central_sep2 1.27048
+R<TRP>A<C> R<TRP>A<CG> sep1 -1.11433
+R<TRP>A<C> R<TRP>A<CG> sep2 -0.351792
+R<TRP>A<C> R<TRP>A<CH2> central_sep1 2.87073
+R<TRP>A<C> R<TRP>A<CH2> central_sep2 -0.864323
+R<TRP>A<C> R<TRP>A<CH2> sep1 4.0258
+R<TRP>A<C> R<TRP>A<CH2> sep2 -1.17372
+R<TRP>A<C> R<TRP>A<CZ2> central_sep1 1.97936
+R<TRP>A<C> R<TRP>A<CZ2> central_sep2 -0.630411
+R<TRP>A<C> R<TRP>A<CZ2> sep1 2.76168
+R<TRP>A<C> R<TRP>A<CZ2> sep2 -0.884107
+R<TRP>A<C> R<TRP>A<CZ3> central_sep1 0.96123
+R<TRP>A<C> R<TRP>A<CZ3> central_sep2 -1.37178
+R<TRP>A<C> R<TRP>A<CZ3> sep1 1.82231
+R<TRP>A<C> R<TRP>A<CZ3> sep2 -1.37056
+R<TRP>A<C> R<TRP>A<N> central_sep1 -0.869068
+R<TRP>A<C> R<TRP>A<N> central_sep2 3.61179
+R<TRP>A<C> R<TRP>A<N> sep1 -1.88692
+R<TRP>A<C> R<TRP>A<N> sep2 1.62169
+R<TRP>A<C> R<TRP>A<NE1> central_sep1 1.52302
+R<TRP>A<C> R<TRP>A<NE1> central_sep2 -0.184905
+R<TRP>A<C> R<TRP>A<NE1> sep1 1.74491
+R<TRP>A<C> R<TRP>A<NE1> sep2 -1.3228
+R<TRP>A<C> R<TRP>A<O> central_sep1 -0.896188
+R<TRP>A<C> R<TRP>A<O> central_sep2 1.61347
+R<TRP>A<C> R<TRP>A<O> sep1 -1.11611
+R<TRP>A<C> R<TRP>A<O> sep2 0.591419
+R<TRP>A<C> R<TYR>A<C> central_sep1 4.42169
+R<TRP>A<C> R<TYR>A<C> central_sep2 3.5604
+R<TRP>A<C> R<TYR>A<C> sep1 -2.4767
+R<TRP>A<C> R<TYR>A<C> sep2 2.4131
+R<TRP>A<C> R<TYR>A<CA> central_sep1 3.09674
+R<TRP>A<C> R<TYR>A<CA> central_sep2 1.99725
+R<TRP>A<C> R<TYR>A<CA> sep1 -2.70518
+R<TRP>A<C> R<TYR>A<CA> sep2 0.717786
+R<TRP>A<C> R<TYR>A<CB> central_sep1 1.87424
+R<TRP>A<C> R<TYR>A<CB> central_sep2 0.369689
+R<TRP>A<C> R<TYR>A<CB> sep1 -0.266365
+R<TRP>A<C> R<TYR>A<CB> sep2 -0.446942
+R<TRP>A<C> R<TYR>A<CD1> central_sep1 -0.892914
+R<TRP>A<C> R<TYR>A<CD1> central_sep2 -0.371776
+R<TRP>A<C> R<TYR>A<CD1> sep1 -0.59868
+R<TRP>A<C> R<TYR>A<CD1> sep2 -0.865392
+R<TRP>A<C> R<TYR>A<CE1> central_sep1 0.901507
+R<TRP>A<C> R<TYR>A<CE1> central_sep2 -0.0372614
+R<TRP>A<C> R<TYR>A<CE1> sep1 1.61681
+R<TRP>A<C> R<TYR>A<CE1> sep2 -0.538366
+R<TRP>A<C> R<TYR>A<CG> central_sep1 1.20329
+R<TRP>A<C> R<TYR>A<CG> central_sep2 0.924578
+R<TRP>A<C> R<TYR>A<CG> sep1 -1.93634
+R<TRP>A<C> R<TYR>A<CG> sep2 -0.0855114
+R<TRP>A<C> R<TYR>A<CZ> central_sep1 1.57163
+R<TRP>A<C> R<TYR>A<CZ> central_sep2 0.503154
+R<TRP>A<C> R<TYR>A<CZ> sep1 2.12385
+R<TRP>A<C> R<TYR>A<CZ> sep2 0.0278634
+R<TRP>A<C> R<TYR>A<N> central_sep1 -0.603702
+R<TRP>A<C> R<TYR>A<N> central_sep2 4.62972
+R<TRP>A<C> R<TYR>A<N> sep1 -1.62556
+R<TRP>A<C> R<TYR>A<N> sep2 1.79005
+R<TRP>A<C> R<TYR>A<O> central_sep1 -0.765823
+R<TRP>A<C> R<TYR>A<O> central_sep2 1.84056
+R<TRP>A<C> R<TYR>A<O> sep1 -1.1845
+R<TRP>A<C> R<TYR>A<O> sep2 0.935501
+R<TRP>A<C> R<TYR>A<OH> central_sep1 3.19331
+R<TRP>A<C> R<TYR>A<OH> central_sep2 0.336357
+R<TRP>A<C> R<TYR>A<OH> sep1 4.1806
+R<TRP>A<C> R<TYR>A<OH> sep2 -0.0989732
+R<TRP>A<C> R<VAL>A<C> central_sep2 4.56477
+R<TRP>A<C> R<VAL>A<C> sep1 -2.49397
+R<TRP>A<C> R<VAL>A<C> sep2 3.66212
+R<TRP>A<C> R<VAL>A<CA> central_sep1 4.19788
+R<TRP>A<C> R<VAL>A<CA> central_sep2 3.41581
+R<TRP>A<C> R<VAL>A<CA> sep1 -2.59048
+R<TRP>A<C> R<VAL>A<CA> sep2 1.09526
+R<TRP>A<C> R<VAL>A<CB> central_sep1 1.38462
+R<TRP>A<C> R<VAL>A<CB> central_sep2 0.831512
+R<TRP>A<C> R<VAL>A<CB> sep1 0.00297216
+R<TRP>A<C> R<VAL>A<CB> sep2 -0.71361
+R<TRP>A<C> R<VAL>A<CG1> central_sep1 0.225725
+R<TRP>A<C> R<VAL>A<CG1> central_sep2 0.305449
+R<TRP>A<C> R<VAL>A<CG1> sep1 -0.378425
+R<TRP>A<C> R<VAL>A<CG1> sep2 -0.604275
+R<TRP>A<C> R<VAL>A<CG2> central_sep1 0.294362
+R<TRP>A<C> R<VAL>A<CG2> central_sep2 -0.036316
+R<TRP>A<C> R<VAL>A<CG2> sep1 -0.815898
+R<TRP>A<C> R<VAL>A<CG2> sep2 -0.597938
+R<TRP>A<C> R<VAL>A<N> central_sep1 -0.337833
+R<TRP>A<C> R<VAL>A<N> central_sep2 3.41488
+R<TRP>A<C> R<VAL>A<N> sep1 -1.43859
+R<TRP>A<C> R<VAL>A<N> sep2 1.79176
+R<TRP>A<C> R<VAL>A<O> central_sep1 -0.520525
+R<TRP>A<C> R<VAL>A<O> central_sep2 2.59222
+R<TRP>A<C> R<VAL>A<O> sep1 -0.879804
+R<TRP>A<C> R<VAL>A<O> sep2 1.42332
+R<TRP>A<C> c<solvent> . 2.30258
+R<TRP>A<CA> R<TRP>A<CA> central_sep1 0.339693
+R<TRP>A<CA> R<TRP>A<CA> central_sep2 -0.768655
+R<TRP>A<CA> R<TRP>A<CA> sep1 1.7768
+R<TRP>A<CA> R<TRP>A<CA> sep2 0.11435
+R<TRP>A<CA> R<TRP>A<CB> central_sep1 -1.13537
+R<TRP>A<CA> R<TRP>A<CB> central_sep2 -0.690256
+R<TRP>A<CA> R<TRP>A<CB> sep1 1.36355
+R<TRP>A<CA> R<TRP>A<CB> sep2 -0.0297194
+R<TRP>A<CA> R<TRP>A<CD1> central_sep1 -0.252624
+R<TRP>A<CA> R<TRP>A<CD1> central_sep2 -0.845282
+R<TRP>A<CA> R<TRP>A<CD1> sep1 0.453523
+R<TRP>A<CA> R<TRP>A<CD1> sep2 -0.362857
+R<TRP>A<CA> R<TRP>A<CD2> central_sep1 -0.0686188
+R<TRP>A<CA> R<TRP>A<CD2> central_sep2 -0.42784
+R<TRP>A<CA> R<TRP>A<CD2> sep1 0.134817
+R<TRP>A<CA> R<TRP>A<CD2> sep2 -1.38291
+R<TRP>A<CA> R<TRP>A<CE2> central_sep1 -0.21659
+R<TRP>A<CA> R<TRP>A<CE2> central_sep2 -0.572185
+R<TRP>A<CA> R<TRP>A<CE2> sep1 1.00252
+R<TRP>A<CA> R<TRP>A<CE2> sep2 -1.38832
+R<TRP>A<CA> R<TRP>A<CE3> central_sep1 -1.46419
+R<TRP>A<CA> R<TRP>A<CE3> central_sep2 -0.967275
+R<TRP>A<CA> R<TRP>A<CE3> sep1 0.600177
+R<TRP>A<CA> R<TRP>A<CE3> sep2 -0.951186
+R<TRP>A<CA> R<TRP>A<CG> central_sep1 0.800569
+R<TRP>A<CA> R<TRP>A<CG> central_sep2 -0.222682
+R<TRP>A<CA> R<TRP>A<CG> sep1 0.338803
+R<TRP>A<CA> R<TRP>A<CG> sep2 -2.05507
+R<TRP>A<CA> R<TRP>A<CH2> central_sep1 1.36213
+R<TRP>A<CA> R<TRP>A<CH2> central_sep2 -1.06658
+R<TRP>A<CA> R<TRP>A<CH2> sep1 2.39266
+R<TRP>A<CA> R<TRP>A<CH2> sep2 -0.900519
+R<TRP>A<CA> R<TRP>A<CZ2> central_sep1 0.907392
+R<TRP>A<CA> R<TRP>A<CZ2> central_sep2 -0.979087
+R<TRP>A<CA> R<TRP>A<CZ2> sep1 2.38564
+R<TRP>A<CA> R<TRP>A<CZ2> sep2 -0.774164
+R<TRP>A<CA> R<TRP>A<CZ3> central_sep1 0.593357
+R<TRP>A<CA> R<TRP>A<CZ3> central_sep2 -1.21304
+R<TRP>A<CA> R<TRP>A<CZ3> sep1 0.431442
+R<TRP>A<CA> R<TRP>A<CZ3> sep2 -0.800397
+R<TRP>A<CA> R<TRP>A<N> central_sep1 2.39836
+R<TRP>A<CA> R<TRP>A<N> central_sep2 0.662778
+R<TRP>A<CA> R<TRP>A<N> sep1 -2.14307
+R<TRP>A<CA> R<TRP>A<N> sep2 0.892914
+R<TRP>A<CA> R<TRP>A<NE1> central_sep1 0.480948
+R<TRP>A<CA> R<TRP>A<NE1> central_sep2 -0.368134
+R<TRP>A<CA> R<TRP>A<NE1> sep1 1.64816
+R<TRP>A<CA> R<TRP>A<NE1> sep2 -0.671542
+R<TRP>A<CA> R<TRP>A<O> central_sep1 1.12936
+R<TRP>A<CA> R<TRP>A<O> central_sep2 -1.24077
+R<TRP>A<CA> R<TRP>A<O> sep1 -1.97952
+R<TRP>A<CA> R<TRP>A<O> sep2 -0.431678
+R<TRP>A<CA> R<TYR>A<C> central_sep1 3.1091
+R<TRP>A<CA> R<TYR>A<C> central_sep2 2.77292
+R<TRP>A<CA> R<TYR>A<C> sep1 -2.79508
+R<TRP>A<CA> R<TYR>A<C> sep2 0.528123
+R<TRP>A<CA> R<TYR>A<CA> central_sep1 0.55946
+R<TRP>A<CA> R<TYR>A<CA> central_sep2 -0.586191
+R<TRP>A<CA> R<TYR>A<CA> sep1 3.12064
+R<TRP>A<CA> R<TYR>A<CA> sep2 0.315905
+R<TRP>A<CA> R<TYR>A<CB> central_sep1 -0.850041
+R<TRP>A<CA> R<TYR>A<CB> central_sep2 -0.398318
+R<TRP>A<CA> R<TYR>A<CB> sep1 1.26109
+R<TRP>A<CA> R<TYR>A<CB> sep2 -0.148816
+R<TRP>A<CA> R<TYR>A<CD1> central_sep1 -0.216126
+R<TRP>A<CA> R<TYR>A<CD1> central_sep2 -0.499112
+R<TRP>A<CA> R<TYR>A<CD1> sep1 -0.204191
+R<TRP>A<CA> R<TYR>A<CD1> sep2 -0.346634
+R<TRP>A<CA> R<TYR>A<CE1> central_sep1 0.727656
+R<TRP>A<CA> R<TYR>A<CE1> central_sep2 -0.391854
+R<TRP>A<CA> R<TYR>A<CE1> sep1 1.29547
+R<TRP>A<CA> R<TYR>A<CE1> sep2 -0.362074
+R<TRP>A<CA> R<TYR>A<CG> central_sep1 1.70683
+R<TRP>A<CA> R<TYR>A<CG> central_sep2 -0.212807
+R<TRP>A<CA> R<TYR>A<CG> sep1 1.40472
+R<TRP>A<CA> R<TYR>A<CG> sep2 -1.14191
+R<TRP>A<CA> R<TYR>A<CZ> central_sep1 0.944372
+R<TRP>A<CA> R<TYR>A<CZ> central_sep2 -0.0181352
+R<TRP>A<CA> R<TYR>A<CZ> sep1 1.51414
+R<TRP>A<CA> R<TYR>A<CZ> sep2 -1.19245
+R<TRP>A<CA> R<TYR>A<N> central_sep1 2.25532
+R<TRP>A<CA> R<TYR>A<N> central_sep2 1.45801
+R<TRP>A<CA> R<TYR>A<N> sep1 -2.22237
+R<TRP>A<CA> R<TYR>A<N> sep2 0.924216
+R<TRP>A<CA> R<TYR>A<O> central_sep1 0.67475
+R<TRP>A<CA> R<TYR>A<O> central_sep2 -1.45276
+R<TRP>A<CA> R<TYR>A<O> sep1 -2.06594
+R<TRP>A<CA> R<TYR>A<O> sep2 0.181874
+R<TRP>A<CA> R<TYR>A<OH> central_sep1 1.85842
+R<TRP>A<CA> R<TYR>A<OH> central_sep2 -0.351256
+R<TRP>A<CA> R<TYR>A<OH> sep1 2.54444
+R<TRP>A<CA> R<TYR>A<OH> sep2 -0.150556
+R<TRP>A<CA> R<VAL>A<C> central_sep2 3.51015
+R<TRP>A<CA> R<VAL>A<C> sep1 -2.79026
+R<TRP>A<CA> R<VAL>A<C> sep2 0.948465
+R<TRP>A<CA> R<VAL>A<CA> central_sep1 1.26979
+R<TRP>A<CA> R<VAL>A<CA> central_sep2 -0.0676477
+R<TRP>A<CA> R<VAL>A<CA> sep1 3.82219
+R<TRP>A<CA> R<VAL>A<CA> sep2 0.690527
+R<TRP>A<CA> R<VAL>A<CB> central_sep1 -1.03412
+R<TRP>A<CA> R<VAL>A<CB> central_sep2 -0.451796
+R<TRP>A<CA> R<VAL>A<CB> sep1 1.17597
+R<TRP>A<CA> R<VAL>A<CB> sep2 0.104775
+R<TRP>A<CA> R<VAL>A<CG1> central_sep1 0.82276
+R<TRP>A<CA> R<VAL>A<CG1> central_sep2 -0.113602
+R<TRP>A<CA> R<VAL>A<CG1> sep1 1.32272
+R<TRP>A<CA> R<VAL>A<CG1> sep2 0.227315
+R<TRP>A<CA> R<VAL>A<CG2> central_sep1 -0.124248
+R<TRP>A<CA> R<VAL>A<CG2> central_sep2 -0.329585
+R<TRP>A<CA> R<VAL>A<CG2> sep1 1.34915
+R<TRP>A<CA> R<VAL>A<CG2> sep2 0.273091
+R<TRP>A<CA> R<VAL>A<N> central_sep1 2.72472
+R<TRP>A<CA> R<VAL>A<N> central_sep2 1.32945
+R<TRP>A<CA> R<VAL>A<N> sep1 -2.2359
+R<TRP>A<CA> R<VAL>A<N> sep2 0.244134
+R<TRP>A<CA> R<VAL>A<O> central_sep1 0.791216
+R<TRP>A<CA> R<VAL>A<O> central_sep2 -1.21435
+R<TRP>A<CA> R<VAL>A<O> sep1 -1.93859
+R<TRP>A<CA> R<VAL>A<O> sep2 0.164966
+R<TRP>A<CA> c<solvent> . 1.598
+R<TRP>A<CB> R<TRP>A<CB> central_sep1 -0.755957
+R<TRP>A<CB> R<TRP>A<CB> central_sep2 -1.78098
+R<TRP>A<CB> R<TRP>A<CB> sep1 1.39059
+R<TRP>A<CB> R<TRP>A<CB> sep2 -0.533617
+R<TRP>A<CB> R<TRP>A<CD1> central_sep1 -0.540169
+R<TRP>A<CB> R<TRP>A<CD1> central_sep2 -1.32231
+R<TRP>A<CB> R<TRP>A<CD1> sep1 0.821914
+R<TRP>A<CB> R<TRP>A<CD1> sep2 -1.06659
+R<TRP>A<CB> R<TRP>A<CD2> central_sep1 -0.507183
+R<TRP>A<CB> R<TRP>A<CD2> central_sep2 -1.52136
+R<TRP>A<CB> R<TRP>A<CD2> sep1 -0.251285
+R<TRP>A<CB> R<TRP>A<CD2> sep2 -1.99986
+R<TRP>A<CB> R<TRP>A<CE2> central_sep1 -1.23748
+R<TRP>A<CB> R<TRP>A<CE2> central_sep2 -1.49964
+R<TRP>A<CB> R<TRP>A<CE2> sep1 -0.303037
+R<TRP>A<CB> R<TRP>A<CE2> sep2 -2.0258
+R<TRP>A<CB> R<TRP>A<CE3> central_sep1 -1.14799
+R<TRP>A<CB> R<TRP>A<CE3> central_sep2 -2.09785
+R<TRP>A<CB> R<TRP>A<CE3> sep1 0.504418
+R<TRP>A<CB> R<TRP>A<CE3> sep2 -1.35373
+R<TRP>A<CB> R<TRP>A<CG> central_sep1 0.716074
+R<TRP>A<CB> R<TRP>A<CG> central_sep2 -1.09249
+R<TRP>A<CB> R<TRP>A<CG> sep1 0.0423014
+R<TRP>A<CB> R<TRP>A<CG> sep2 -2.3215
+R<TRP>A<CB> R<TRP>A<CH2> central_sep1 0.105479
+R<TRP>A<CB> R<TRP>A<CH2> central_sep2 -2.0748
+R<TRP>A<CB> R<TRP>A<CH2> sep1 1.06091
+R<TRP>A<CB> R<TRP>A<CH2> sep2 -1.85478
+R<TRP>A<CB> R<TRP>A<CZ2> central_sep1 -0.329783
+R<TRP>A<CB> R<TRP>A<CZ2> central_sep2 -1.76937
+R<TRP>A<CB> R<TRP>A<CZ2> sep1 1.36626
+R<TRP>A<CB> R<TRP>A<CZ2> sep2 -1.53798
+R<TRP>A<CB> R<TRP>A<CZ3> central_sep1 -0.655332
+R<TRP>A<CB> R<TRP>A<CZ3> central_sep2 -2.08009
+R<TRP>A<CB> R<TRP>A<CZ3> sep1 0.778855
+R<TRP>A<CB> R<TRP>A<CZ3> sep2 -1.89918
+R<TRP>A<CB> R<TRP>A<N> central_sep1 1.13319
+R<TRP>A<CB> R<TRP>A<N> central_sep2 0.362695
+R<TRP>A<CB> R<TRP>A<N> sep1 -1.02277
+R<TRP>A<CB> R<TRP>A<N> sep2 0.286607
+R<TRP>A<CB> R<TRP>A<NE1> central_sep1 -0.557155
+R<TRP>A<CB> R<TRP>A<NE1> central_sep2 -1.09448
+R<TRP>A<CB> R<TRP>A<NE1> sep1 0.682999
+R<TRP>A<CB> R<TRP>A<NE1> sep2 -1.38822
+R<TRP>A<CB> R<TRP>A<O> central_sep1 -1.61698
+R<TRP>A<CB> R<TRP>A<O> central_sep2 -0.874582
+R<TRP>A<CB> R<TRP>A<O> sep1 0.432307
+R<TRP>A<CB> R<TRP>A<O> sep2 -0.771257
+R<TRP>A<CB> R<TYR>A<C> central_sep1 1.32058
+R<TRP>A<CB> R<TYR>A<C> central_sep2 0.596299
+R<TRP>A<CB> R<TYR>A<C> sep1 -0.359846
+R<TRP>A<CB> R<TYR>A<C> sep2 -0.823395
+R<TRP>A<CB> R<TYR>A<CA> central_sep1 -0.925269
+R<TRP>A<CB> R<TYR>A<CA> central_sep2 -0.230345
+R<TRP>A<CB> R<TYR>A<CA> sep1 1.01611
+R<TRP>A<CB> R<TYR>A<CA> sep2 0.258699
+R<TRP>A<CB> R<TYR>A<CB> central_sep1 -0.242862
+R<TRP>A<CB> R<TYR>A<CB> central_sep2 -1.53025
+R<TRP>A<CB> R<TYR>A<CB> sep1 1.8671
+R<TRP>A<CB> R<TYR>A<CB> sep2 -0.758156
+R<TRP>A<CB> R<TYR>A<CD1> central_sep1 -0.451029
+R<TRP>A<CB> R<TYR>A<CD1> central_sep2 -1.38706
+R<TRP>A<CB> R<TYR>A<CD1> sep1 1.00077
+R<TRP>A<CB> R<TYR>A<CD1> sep2 -0.987987
+R<TRP>A<CB> R<TYR>A<CE1> central_sep1 -0.512406
+R<TRP>A<CB> R<TYR>A<CE1> central_sep2 -1.28089
+R<TRP>A<CB> R<TYR>A<CE1> sep1 1.20812
+R<TRP>A<CB> R<TYR>A<CE1> sep2 -1.06676
+R<TRP>A<CB> R<TYR>A<CG> central_sep1 0.950711
+R<TRP>A<CB> R<TYR>A<CG> central_sep2 -1.10505
+R<TRP>A<CB> R<TYR>A<CG> sep1 0.752685
+R<TRP>A<CB> R<TYR>A<CG> sep2 -2.23576
+R<TRP>A<CB> R<TYR>A<CZ> central_sep1 -0.47498
+R<TRP>A<CB> R<TYR>A<CZ> central_sep2 -1.35821
+R<TRP>A<CB> R<TYR>A<CZ> sep1 0.0853622
+R<TRP>A<CB> R<TYR>A<CZ> sep2 -1.81213
+R<TRP>A<CB> R<TYR>A<N> central_sep1 1.22
+R<TRP>A<CB> R<TYR>A<N> central_sep2 0.386781
+R<TRP>A<CB> R<TYR>A<N> sep1 -1.22335
+R<TRP>A<CB> R<TYR>A<N> sep2 0.136335
+R<TRP>A<CB> R<TYR>A<O> central_sep1 -1.3666
+R<TRP>A<CB> R<TYR>A<O> central_sep2 -0.695086
+R<TRP>A<CB> R<TYR>A<O> sep1 0.373458
+R<TRP>A<CB> R<TYR>A<O> sep2 -0.733121
+R<TRP>A<CB> R<TYR>A<OH> central_sep1 0.762644
+R<TRP>A<CB> R<TYR>A<OH> central_sep2 -1.10112
+R<TRP>A<CB> R<TYR>A<OH> sep1 2.0224
+R<TRP>A<CB> R<TYR>A<OH> sep2 -0.754185
+R<TRP>A<CB> R<VAL>A<C> central_sep1 2.53637
+R<TRP>A<CB> R<VAL>A<C> central_sep2 1.23737
+R<TRP>A<CB> R<VAL>A<C> sep1 -0.159743
+R<TRP>A<CB> R<VAL>A<C> sep2 -0.383111
+R<TRP>A<CB> R<VAL>A<CA> central_sep1 -0.608643
+R<TRP>A<CB> R<VAL>A<CA> central_sep2 -0.206631
+R<TRP>A<CB> R<VAL>A<CA> sep1 1.76891
+R<TRP>A<CB> R<VAL>A<CA> sep2 0.4742
+R<TRP>A<CB> R<VAL>A<CB> central_sep1 0.0480773
+R<TRP>A<CB> R<VAL>A<CB> central_sep2 -1.42089
+R<TRP>A<CB> R<VAL>A<CB> sep1 1.54077
+R<TRP>A<CB> R<VAL>A<CB> sep2 -0.825132
+R<TRP>A<CB> R<VAL>A<CG1> central_sep1 -0.0027131
+R<TRP>A<CB> R<VAL>A<CG1> central_sep2 -1.31171
+R<TRP>A<CB> R<VAL>A<CG1> sep1 1.73113
+R<TRP>A<CB> R<VAL>A<CG1> sep2 -0.437254
+R<TRP>A<CB> R<VAL>A<CG2> central_sep1 -0.44722
+R<TRP>A<CB> R<VAL>A<CG2> central_sep2 -1.35774
+R<TRP>A<CB> R<VAL>A<CG2> sep1 1.69115
+R<TRP>A<CB> R<VAL>A<CG2> sep2 -0.509189
+R<TRP>A<CB> R<VAL>A<N> central_sep1 2.04951
+R<TRP>A<CB> R<VAL>A<N> central_sep2 0.879932
+R<TRP>A<CB> R<VAL>A<N> sep1 -1.04701
+R<TRP>A<CB> R<VAL>A<N> sep2 0.614785
+R<TRP>A<CB> R<VAL>A<O> central_sep1 -1.15012
+R<TRP>A<CB> R<VAL>A<O> central_sep2 -0.355866
+R<TRP>A<CB> R<VAL>A<O> sep1 0.608272
+R<TRP>A<CB> R<VAL>A<O> sep2 -0.643426
+R<TRP>A<CB> c<solvent> . 0.850904
+R<TRP>A<CD1> R<TRP>A<CD1> central_sep1 -0.655143
+R<TRP>A<CD1> R<TRP>A<CD1> central_sep2 -1.39741
+R<TRP>A<CD1> R<TRP>A<CD1> sep1 1.13467
+R<TRP>A<CD1> R<TRP>A<CD1> sep2 -1.12887
+R<TRP>A<CD1> R<TRP>A<CD2> central_sep1 -0.653131
+R<TRP>A<CD1> R<TRP>A<CD2> central_sep2 -1.477
+R<TRP>A<CD1> R<TRP>A<CD2> sep1 0.498078
+R<TRP>A<CD1> R<TRP>A<CD2> sep2 -1.71059
+R<TRP>A<CD1> R<TRP>A<CE2> central_sep1 -0.786284
+R<TRP>A<CD1> R<TRP>A<CE2> central_sep2 -1.26938
+R<TRP>A<CD1> R<TRP>A<CE2> sep1 0.304515
+R<TRP>A<CD1> R<TRP>A<CE2> sep2 -2.04084
+R<TRP>A<CD1> R<TRP>A<CE3> central_sep1 -0.962536
+R<TRP>A<CD1> R<TRP>A<CE3> central_sep2 -1.46123
+R<TRP>A<CD1> R<TRP>A<CE3> sep1 0.828522
+R<TRP>A<CD1> R<TRP>A<CE3> sep2 -1.23416
+R<TRP>A<CD1> R<TRP>A<CG> central_sep1 0.627111
+R<TRP>A<CD1> R<TRP>A<CG> central_sep2 -1.14419
+R<TRP>A<CD1> R<TRP>A<CG> sep1 0.0421148
+R<TRP>A<CD1> R<TRP>A<CG> sep2 -2.49149
+R<TRP>A<CD1> R<TRP>A<CH2> central_sep1 0.452681
+R<TRP>A<CD1> R<TRP>A<CH2> central_sep2 -1.44578
+R<TRP>A<CD1> R<TRP>A<CH2> sep1 1.36859
+R<TRP>A<CD1> R<TRP>A<CH2> sep2 -1.583
+R<TRP>A<CD1> R<TRP>A<CZ2> central_sep1 0.156808
+R<TRP>A<CD1> R<TRP>A<CZ2> central_sep2 -1.19902
+R<TRP>A<CD1> R<TRP>A<CZ2> sep1 1.03873
+R<TRP>A<CD1> R<TRP>A<CZ2> sep2 -1.49152
+R<TRP>A<CD1> R<TRP>A<CZ3> central_sep1 -0.482722
+R<TRP>A<CD1> R<TRP>A<CZ3> central_sep2 -1.56142
+R<TRP>A<CD1> R<TRP>A<CZ3> sep1 0.769807
+R<TRP>A<CD1> R<TRP>A<CZ3> sep2 -1.49297
+R<TRP>A<CD1> R<TRP>A<N> central_sep1 -0.190151
+R<TRP>A<CD1> R<TRP>A<N> central_sep2 0.359298
+R<TRP>A<CD1> R<TRP>A<N> sep1 0.252323
+R<TRP>A<CD1> R<TRP>A<N> sep2 -0.184723
+R<TRP>A<CD1> R<TRP>A<NE1> central_sep1 -0.0836976
+R<TRP>A<CD1> R<TRP>A<NE1> central_sep2 -1.0205
+R<TRP>A<CD1> R<TRP>A<NE1> sep1 0.640048
+R<TRP>A<CD1> R<TRP>A<NE1> sep2 -1.42594
+R<TRP>A<CD1> R<TRP>A<O> central_sep1 -1.08646
+R<TRP>A<CD1> R<TRP>A<O> central_sep2 -1.09904
+R<TRP>A<CD1> R<TRP>A<O> sep1 0.770321
+R<TRP>A<CD1> R<TRP>A<O> sep2 -0.459029
+R<TRP>A<CD1> R<TYR>A<C> central_sep1 -0.854669
+R<TRP>A<CD1> R<TYR>A<C> central_sep2 -0.0339876
+R<TRP>A<CD1> R<TYR>A<C> sep1 -0.377308
+R<TRP>A<CD1> R<TYR>A<C> sep2 -0.808668
+R<TRP>A<CD1> R<TYR>A<CA> central_sep1 0.186227
+R<TRP>A<CD1> R<TYR>A<CA> central_sep2 -0.375933
+R<TRP>A<CD1> R<TYR>A<CA> sep1 0.253509
+R<TRP>A<CD1> R<TYR>A<CA> sep2 -0.284481
+R<TRP>A<CD1> R<TYR>A<CB> central_sep1 -0.439631
+R<TRP>A<CD1> R<TYR>A<CB> central_sep2 -1.10341
+R<TRP>A<CD1> R<TYR>A<CB> sep1 1.02462
+R<TRP>A<CD1> R<TYR>A<CB> sep2 -0.649208
+R<TRP>A<CD1> R<TYR>A<CD1> central_sep1 -0.463582
+R<TRP>A<CD1> R<TYR>A<CD1> central_sep2 -0.986714
+R<TRP>A<CD1> R<TYR>A<CD1> sep1 1.18998
+R<TRP>A<CD1> R<TYR>A<CD1> sep2 -0.99008
+R<TRP>A<CD1> R<TYR>A<CE1> central_sep1 -0.101719
+R<TRP>A<CD1> R<TYR>A<CE1> central_sep2 -1.04465
+R<TRP>A<CD1> R<TYR>A<CE1> sep1 0.971061
+R<TRP>A<CD1> R<TYR>A<CE1> sep2 -1.21202
+R<TRP>A<CD1> R<TYR>A<CG> central_sep1 0.619731
+R<TRP>A<CD1> R<TYR>A<CG> central_sep2 -0.923621
+R<TRP>A<CD1> R<TYR>A<CG> sep1 0.575864
+R<TRP>A<CD1> R<TYR>A<CG> sep2 -1.81402
+R<TRP>A<CD1> R<TYR>A<CZ> central_sep1 -0.198114
+R<TRP>A<CD1> R<TYR>A<CZ> central_sep2 -0.917071
+R<TRP>A<CD1> R<TYR>A<CZ> sep1 0.712665
+R<TRP>A<CD1> R<TYR>A<CZ> sep2 -1.66289
+R<TRP>A<CD1> R<TYR>A<N> central_sep1 0.21018
+R<TRP>A<CD1> R<TYR>A<N> central_sep2 0.468463
+R<TRP>A<CD1> R<TYR>A<N> sep1 0.496467
+R<TRP>A<CD1> R<TYR>A<N> sep2 0.0994809
+R<TRP>A<CD1> R<TYR>A<O> central_sep1 -0.923016
+R<TRP>A<CD1> R<TYR>A<O> central_sep2 -0.539941
+R<TRP>A<CD1> R<TYR>A<O> sep1 0.965588
+R<TRP>A<CD1> R<TYR>A<O> sep2 -0.34065
+R<TRP>A<CD1> R<TYR>A<OH> central_sep1 0.689929
+R<TRP>A<CD1> R<TYR>A<OH> central_sep2 -0.745934
+R<TRP>A<CD1> R<TYR>A<OH> sep1 1.78454
+R<TRP>A<CD1> R<TYR>A<OH> sep2 -1.13681
+R<TRP>A<CD1> R<VAL>A<C> central_sep1 -0.577316
+R<TRP>A<CD1> R<VAL>A<C> central_sep2 0.247012
+R<TRP>A<CD1> R<VAL>A<C> sep1 -0.570983
+R<TRP>A<CD1> R<VAL>A<C> sep2 -0.480612
+R<TRP>A<CD1> R<VAL>A<CA> central_sep1 0.454325
+R<TRP>A<CD1> R<VAL>A<CA> central_sep2 0.230879
+R<TRP>A<CD1> R<VAL>A<CA> sep1 0.563073
+R<TRP>A<CD1> R<VAL>A<CA> sep2 0.107915
+R<TRP>A<CD1> R<VAL>A<CB> central_sep1 0.0311805
+R<TRP>A<CD1> R<VAL>A<CB> central_sep2 -0.746135
+R<TRP>A<CD1> R<VAL>A<CB> sep1 0.998091
+R<TRP>A<CD1> R<VAL>A<CB> sep2 -0.936887
+R<TRP>A<CD1> R<VAL>A<CG1> central_sep1 -0.202228
+R<TRP>A<CD1> R<VAL>A<CG1> central_sep2 -0.975119
+R<TRP>A<CD1> R<VAL>A<CG1> sep1 1.51925
+R<TRP>A<CD1> R<VAL>A<CG1> sep2 -0.411014
+R<TRP>A<CD1> R<VAL>A<CG2> central_sep1 -0.036056
+R<TRP>A<CD1> R<VAL>A<CG2> central_sep2 -0.9563
+R<TRP>A<CD1> R<VAL>A<CG2> sep1 1.44661
+R<TRP>A<CD1> R<VAL>A<CG2> sep2 -0.450316
+R<TRP>A<CD1> R<VAL>A<N> central_sep1 0.427488
+R<TRP>A<CD1> R<VAL>A<N> central_sep2 0.770088
+R<TRP>A<CD1> R<VAL>A<N> sep1 0.540265
+R<TRP>A<CD1> R<VAL>A<N> sep2 0.375369
+R<TRP>A<CD1> R<VAL>A<O> central_sep1 -0.762971
+R<TRP>A<CD1> R<VAL>A<O> central_sep2 -0.322945
+R<TRP>A<CD1> R<VAL>A<O> sep1 0.922366
+R<TRP>A<CD1> R<VAL>A<O> sep2 -0.0629271
+R<TRP>A<CD1> c<solvent> . 0.494774
+R<TRP>A<CD2> R<TRP>A<CD2> central_sep1 1.6276
+R<TRP>A<CD2> R<TRP>A<CD2> central_sep2 -1.04681
+R<TRP>A<CD2> R<TRP>A<CD2> sep1 3.61954
+R<TRP>A<CD2> R<TRP>A<CD2> sep2 -1.41677
+R<TRP>A<CD2> R<TRP>A<CE2> central_sep1 1.97347
+R<TRP>A<CD2> R<TRP>A<CE2> central_sep2 -0.334276
+R<TRP>A<CD2> R<TRP>A<CE2> sep1 2.10838
+R<TRP>A<CD2> R<TRP>A<CE2> sep2 -1.30623
+R<TRP>A<CD2> R<TRP>A<CE3> central_sep1 -1.20647
+R<TRP>A<CD2> R<TRP>A<CE3> central_sep2 -2.06791
+R<TRP>A<CD2> R<TRP>A<CE3> sep1 0.295829
+R<TRP>A<CD2> R<TRP>A<CE3> sep2 -2.13626
+R<TRP>A<CD2> R<TRP>A<CG> central_sep1 1.82802
+R<TRP>A<CD2> R<TRP>A<CG> central_sep2 -1.47419
+R<TRP>A<CD2> R<TRP>A<CG> sep1 2.36991
+R<TRP>A<CD2> R<TRP>A<CG> sep2 -1.77351
+R<TRP>A<CD2> R<TRP>A<CH2> central_sep1 0.13257
+R<TRP>A<CD2> R<TRP>A<CH2> central_sep2 -1.6874
+R<TRP>A<CD2> R<TRP>A<CH2> sep1 1.1815
+R<TRP>A<CD2> R<TRP>A<CH2> sep2 -2.28159
+R<TRP>A<CD2> R<TRP>A<CZ2> central_sep1 -0.18214
+R<TRP>A<CD2> R<TRP>A<CZ2> central_sep2 -1.4409
+R<TRP>A<CD2> R<TRP>A<CZ2> sep1 0.731459
+R<TRP>A<CD2> R<TRP>A<CZ2> sep2 -2.21424
+R<TRP>A<CD2> R<TRP>A<CZ3> central_sep1 -0.631087
+R<TRP>A<CD2> R<TRP>A<CZ3> central_sep2 -1.64461
+R<TRP>A<CD2> R<TRP>A<CZ3> sep1 0.303404
+R<TRP>A<CD2> R<TRP>A<CZ3> sep2 -2.10045
+R<TRP>A<CD2> R<TRP>A<N> central_sep1 -1.05497
+R<TRP>A<CD2> R<TRP>A<N> central_sep2 0.326194
+R<TRP>A<CD2> R<TRP>A<N> sep1 0.0197951
+R<TRP>A<CD2> R<TRP>A<N> sep2 -0.460673
+R<TRP>A<CD2> R<TRP>A<NE1> central_sep1 -0.0827654
+R<TRP>A<CD2> R<TRP>A<NE1> central_sep2 -1.45204
+R<TRP>A<CD2> R<TRP>A<NE1> sep1 0.939374
+R<TRP>A<CD2> R<TRP>A<NE1> sep2 -1.83951
+R<TRP>A<CD2> R<TRP>A<O> central_sep1 -0.0990869
+R<TRP>A<CD2> R<TRP>A<O> central_sep2 0.975149
+R<TRP>A<CD2> R<TRP>A<O> sep1 0.700233
+R<TRP>A<CD2> R<TRP>A<O> sep2 0.566895
+R<TRP>A<CD2> R<TYR>A<C> central_sep1 -0.259675
+R<TRP>A<CD2> R<TYR>A<C> central_sep2 0.705285
+R<TRP>A<CD2> R<TYR>A<C> sep1 -0.213306
+R<TRP>A<CD2> R<TYR>A<C> sep2 -0.0331645
+R<TRP>A<CD2> R<TYR>A<CA> central_sep1 0.242175
+R<TRP>A<CD2> R<TYR>A<CA> central_sep2 -0.219556
+R<TRP>A<CD2> R<TYR>A<CA> sep1 0.561315
+R<TRP>A<CD2> R<TYR>A<CA> sep2 -1.12674
+R<TRP>A<CD2> R<TYR>A<CB> central_sep1 -0.539767
+R<TRP>A<CD2> R<TYR>A<CB> central_sep2 -1.41533
+R<TRP>A<CD2> R<TYR>A<CB> sep1 0.0543647
+R<TRP>A<CD2> R<TYR>A<CB> sep2 -1.8385
+R<TRP>A<CD2> R<TYR>A<CD1> central_sep1 -0.930703
+R<TRP>A<CD2> R<TYR>A<CD1> central_sep2 -1.58173
+R<TRP>A<CD2> R<TYR>A<CD1> sep1 0.380024
+R<TRP>A<CD2> R<TYR>A<CD1> sep2 -1.60402
+R<TRP>A<CD2> R<TYR>A<CE1> central_sep1 0.536319
+R<TRP>A<CD2> R<TYR>A<CE1> central_sep2 -0.532387
+R<TRP>A<CD2> R<TYR>A<CE1> sep1 1.02332
+R<TRP>A<CD2> R<TYR>A<CE1> sep2 -1.34453
+R<TRP>A<CD2> R<TYR>A<CG> central_sep1 1.49045
+R<TRP>A<CD2> R<TYR>A<CG> central_sep2 -1.21705
+R<TRP>A<CD2> R<TYR>A<CG> sep1 1.77347
+R<TRP>A<CD2> R<TYR>A<CG> sep2 -1.87822
+R<TRP>A<CD2> R<TYR>A<CZ> central_sep1 2.13176
+R<TRP>A<CD2> R<TYR>A<CZ> central_sep2 0.644375
+R<TRP>A<CD2> R<TYR>A<CZ> sep1 2.33698
+R<TRP>A<CD2> R<TYR>A<CZ> sep2 -0.482454
+R<TRP>A<CD2> R<TYR>A<N> central_sep1 -0.543107
+R<TRP>A<CD2> R<TYR>A<N> central_sep2 0.844138
+R<TRP>A<CD2> R<TYR>A<N> sep1 0.212243
+R<TRP>A<CD2> R<TYR>A<N> sep2 0.208975
+R<TRP>A<CD2> R<TYR>A<O> central_sep1 0.189947
+R<TRP>A<CD2> R<TYR>A<O> central_sep2 0.984998
+R<TRP>A<CD2> R<TYR>A<O> sep1 0.512175
+R<TRP>A<CD2> R<TYR>A<O> sep2 0.194002
+R<TRP>A<CD2> R<TYR>A<OH> central_sep1 1.68333
+R<TRP>A<CD2> R<TYR>A<OH> central_sep2 0.456451
+R<TRP>A<CD2> R<TYR>A<OH> sep1 1.59416
+R<TRP>A<CD2> R<TYR>A<OH> sep2 -1.0254
+R<TRP>A<CD2> R<VAL>A<C> central_sep1 -0.314957
+R<TRP>A<CD2> R<VAL>A<C> central_sep2 1.68634
+R<TRP>A<CD2> R<VAL>A<C> sep1 -0.658283
+R<TRP>A<CD2> R<VAL>A<C> sep2 0.750212
+R<TRP>A<CD2> R<VAL>A<CA> central_sep1 0.248281
+R<TRP>A<CD2> R<VAL>A<CA> central_sep2 0.885207
+R<TRP>A<CD2> R<VAL>A<CA> sep1 1.21194
+R<TRP>A<CD2> R<VAL>A<CA> sep2 -0.137672
+R<TRP>A<CD2> R<VAL>A<CB> central_sep1 0.0104052
+R<TRP>A<CD2> R<VAL>A<CB> central_sep2 -1.05743
+R<TRP>A<CD2> R<VAL>A<CB> sep1 0.405361
+R<TRP>A<CD2> R<VAL>A<CB> sep2 -1.65598
+R<TRP>A<CD2> R<VAL>A<CG1> central_sep1 -0.362296
+R<TRP>A<CD2> R<VAL>A<CG1> central_sep2 -1.15455
+R<TRP>A<CD2> R<VAL>A<CG1> sep1 0.409267
+R<TRP>A<CD2> R<VAL>A<CG1> sep2 -1.62568
+R<TRP>A<CD2> R<VAL>A<CG2> central_sep1 -0.108666
+R<TRP>A<CD2> R<VAL>A<CG2> central_sep2 -1.3278
+R<TRP>A<CD2> R<VAL>A<CG2> sep1 0.391145
+R<TRP>A<CD2> R<VAL>A<CG2> sep2 -1.66203
+R<TRP>A<CD2> R<VAL>A<N> central_sep1 0.025259
+R<TRP>A<CD2> R<VAL>A<N> central_sep2 1.60756
+R<TRP>A<CD2> R<VAL>A<N> sep1 0.216294
+R<TRP>A<CD2> R<VAL>A<N> sep2 1.11442
+R<TRP>A<CD2> R<VAL>A<O> central_sep1 0.780304
+R<TRP>A<CD2> R<VAL>A<O> central_sep2 1.25357
+R<TRP>A<CD2> R<VAL>A<O> sep1 0.560287
+R<TRP>A<CD2> R<VAL>A<O> sep2 0.750018
+R<TRP>A<CD2> c<solvent> . 1.36838
+R<TRP>A<CE2> R<TRP>A<CE2> central_sep1 1.62194
+R<TRP>A<CE2> R<TRP>A<CE2> central_sep2 -0.747225
+R<TRP>A<CE2> R<TRP>A<CE2> sep1 1.2167
+R<TRP>A<CE2> R<TRP>A<CE2> sep2 -1.34006
+R<TRP>A<CE2> R<TRP>A<CE3> central_sep1 -1.19883
+R<TRP>A<CE2> R<TRP>A<CE3> central_sep2 -1.86518
+R<TRP>A<CE2> R<TRP>A<CE3> sep1 -0.227444
+R<TRP>A<CE2> R<TRP>A<CE3> sep2 -2.24015
+R<TRP>A<CE2> R<TRP>A<CG> central_sep1 0.960052
+R<TRP>A<CE2> R<TRP>A<CG> central_sep2 -1.31711
+R<TRP>A<CE2> R<TRP>A<CG> sep1 1.12164
+R<TRP>A<CE2> R<TRP>A<CG> sep2 -1.70824
+R<TRP>A<CE2> R<TRP>A<CH2> central_sep1 1.12369
+R<TRP>A<CE2> R<TRP>A<CH2> central_sep2 -1.2753
+R<TRP>A<CE2> R<TRP>A<CH2> sep1 0.854456
+R<TRP>A<CE2> R<TRP>A<CH2> sep2 -2.30952
+R<TRP>A<CE2> R<TRP>A<CZ2> central_sep1 0.908033
+R<TRP>A<CE2> R<TRP>A<CZ2> central_sep2 -1.2431
+R<TRP>A<CE2> R<TRP>A<CZ2> sep1 0.902327
+R<TRP>A<CE2> R<TRP>A<CZ2> sep2 -2.11306
+R<TRP>A<CE2> R<TRP>A<CZ3> central_sep1 -0.354788
+R<TRP>A<CE2> R<TRP>A<CZ3> central_sep2 -1.35081
+R<TRP>A<CE2> R<TRP>A<CZ3> sep1 0.0764616
+R<TRP>A<CE2> R<TRP>A<CZ3> sep2 -2.19253
+R<TRP>A<CE2> R<TRP>A<N> central_sep1 1.40532
+R<TRP>A<CE2> R<TRP>A<N> central_sep2 -0.169662
+R<TRP>A<CE2> R<TRP>A<N> sep1 1.3262
+R<TRP>A<CE2> R<TRP>A<N> sep2 -0.78101
+R<TRP>A<CE2> R<TRP>A<NE1> central_sep1 0.066677
+R<TRP>A<CE2> R<TRP>A<NE1> central_sep2 -1.16268
+R<TRP>A<CE2> R<TRP>A<NE1> sep1 0.877317
+R<TRP>A<CE2> R<TRP>A<NE1> sep2 -1.97509
+R<TRP>A<CE2> R<TRP>A<O> central_sep1 0.724804
+R<TRP>A<CE2> R<TRP>A<O> central_sep2 1.22621
+R<TRP>A<CE2> R<TRP>A<O> sep1 0.860541
+R<TRP>A<CE2> R<TRP>A<O> sep2 0.347645
+R<TRP>A<CE2> R<TYR>A<C> central_sep1 1.02406
+R<TRP>A<CE2> R<TYR>A<C> central_sep2 0.556219
+R<TRP>A<CE2> R<TYR>A<C> sep1 1.05575
+R<TRP>A<CE2> R<TYR>A<C> sep2 -0.369325
+R<TRP>A<CE2> R<TYR>A<CA> central_sep1 0.924591
+R<TRP>A<CE2> R<TYR>A<CA> central_sep2 -0.322772
+R<TRP>A<CE2> R<TYR>A<CA> sep1 1.37076
+R<TRP>A<CE2> R<TYR>A<CA> sep2 -1.1332
+R<TRP>A<CE2> R<TYR>A<CB> central_sep1 -1.07688
+R<TRP>A<CE2> R<TYR>A<CB> central_sep2 -1.4437
+R<TRP>A<CE2> R<TYR>A<CB> sep1 -0.224122
+R<TRP>A<CE2> R<TYR>A<CB> sep2 -1.88051
+R<TRP>A<CE2> R<TYR>A<CD1> central_sep1 -0.883387
+R<TRP>A<CE2> R<TYR>A<CD1> central_sep2 -1.4157
+R<TRP>A<CE2> R<TYR>A<CD1> sep1 0.354214
+R<TRP>A<CE2> R<TYR>A<CD1> sep2 -1.87865
+R<TRP>A<CE2> R<TYR>A<CE1> central_sep1 0.202206
+R<TRP>A<CE2> R<TYR>A<CE1> central_sep2 -0.405697
+R<TRP>A<CE2> R<TYR>A<CE1> sep1 1.02498
+R<TRP>A<CE2> R<TYR>A<CE1> sep2 -1.66582
+R<TRP>A<CE2> R<TYR>A<CG> central_sep1 0.899432
+R<TRP>A<CE2> R<TYR>A<CG> central_sep2 -1.1637
+R<TRP>A<CE2> R<TYR>A<CG> sep1 1.06142
+R<TRP>A<CE2> R<TYR>A<CG> sep2 -1.75533
+R<TRP>A<CE2> R<TYR>A<CZ> central_sep1 1.69163
+R<TRP>A<CE2> R<TYR>A<CZ> central_sep2 0.338753
+R<TRP>A<CE2> R<TYR>A<CZ> sep1 1.17388
+R<TRP>A<CE2> R<TYR>A<CZ> sep2 -0.553432
+R<TRP>A<CE2> R<TYR>A<N> central_sep1 2.04154
+R<TRP>A<CE2> R<TYR>A<N> central_sep2 0.515317
+R<TRP>A<CE2> R<TYR>A<N> sep1 1.73423
+R<TRP>A<CE2> R<TYR>A<N> sep2 -0.185946
+R<TRP>A<CE2> R<TYR>A<O> central_sep1 0.924605
+R<TRP>A<CE2> R<TYR>A<O> central_sep2 1.48289
+R<TRP>A<CE2> R<TYR>A<O> sep1 0.878126
+R<TRP>A<CE2> R<TYR>A<O> sep2 0.258677
+R<TRP>A<CE2> R<TYR>A<OH> central_sep1 2.69234
+R<TRP>A<CE2> R<TYR>A<OH> central_sep2 0.955376
+R<TRP>A<CE2> R<TYR>A<OH> sep1 2.17493
+R<TRP>A<CE2> R<TYR>A<OH> sep2 -0.827054
+R<TRP>A<CE2> R<VAL>A<C> central_sep1 0.578871
+R<TRP>A<CE2> R<VAL>A<C> central_sep2 1.64362
+R<TRP>A<CE2> R<VAL>A<C> sep1 1.52773
+R<TRP>A<CE2> R<VAL>A<C> sep2 0.63528
+R<TRP>A<CE2> R<VAL>A<CA> central_sep1 0.941287
+R<TRP>A<CE2> R<VAL>A<CA> central_sep2 0.483519
+R<TRP>A<CE2> R<VAL>A<CA> sep1 1.52326
+R<TRP>A<CE2> R<VAL>A<CA> sep2 -0.193259
+R<TRP>A<CE2> R<VAL>A<CB> central_sep1 -0.384118
+R<TRP>A<CE2> R<VAL>A<CB> central_sep2 -1.17632
+R<TRP>A<CE2> R<VAL>A<CB> sep1 0.614963
+R<TRP>A<CE2> R<VAL>A<CB> sep2 -1.38975
+R<TRP>A<CE2> R<VAL>A<CG1> central_sep1 -0.672765
+R<TRP>A<CE2> R<VAL>A<CG1> central_sep2 -1.07567
+R<TRP>A<CE2> R<VAL>A<CG1> sep1 0.376705
+R<TRP>A<CE2> R<VAL>A<CG1> sep2 -1.64792
+R<TRP>A<CE2> R<VAL>A<CG2> central_sep1 -0.648804
+R<TRP>A<CE2> R<VAL>A<CG2> central_sep2 -1.19303
+R<TRP>A<CE2> R<VAL>A<CG2> sep1 0.722966
+R<TRP>A<CE2> R<VAL>A<CG2> sep2 -1.76997
+R<TRP>A<CE2> R<VAL>A<N> central_sep1 2.41696
+R<TRP>A<CE2> R<VAL>A<N> central_sep2 1.12206
+R<TRP>A<CE2> R<VAL>A<N> sep1 2.22782
+R<TRP>A<CE2> R<VAL>A<N> sep2 0.258003
+R<TRP>A<CE2> R<VAL>A<O> central_sep1 0.868266
+R<TRP>A<CE2> R<VAL>A<O> central_sep2 1.89633
+R<TRP>A<CE2> R<VAL>A<O> sep1 1.49319
+R<TRP>A<CE2> R<VAL>A<O> sep2 0.667176
+R<TRP>A<CE2> c<solvent> . 1.32701
+R<TRP>A<CE3> R<TRP>A<CE3> central_sep1 -1.15868
+R<TRP>A<CE3> R<TRP>A<CE3> central_sep2 -1.94357
+R<TRP>A<CE3> R<TRP>A<CE3> sep1 0.166671
+R<TRP>A<CE3> R<TRP>A<CE3> sep2 -1.85965
+R<TRP>A<CE3> R<TRP>A<CG> central_sep1 -0.853299
+R<TRP>A<CE3> R<TRP>A<CG> central_sep2 -1.57328
+R<TRP>A<CE3> R<TRP>A<CG> sep1 -0.838829
+R<TRP>A<CE3> R<TRP>A<CG> sep2 -2.74577
+R<TRP>A<CE3> R<TRP>A<CH2> central_sep1 -0.20795
+R<TRP>A<CE3> R<TRP>A<CH2> central_sep2 -1.78692
+R<TRP>A<CE3> R<TRP>A<CH2> sep1 1.03551
+R<TRP>A<CE3> R<TRP>A<CH2> sep2 -1.92236
+R<TRP>A<CE3> R<TRP>A<CZ2> central_sep1 -0.612188
+R<TRP>A<CE3> R<TRP>A<CZ2> central_sep2 -1.60489
+R<TRP>A<CE3> R<TRP>A<CZ2> sep1 0.817826
+R<TRP>A<CE3> R<TRP>A<CZ2> sep2 -1.81001
+R<TRP>A<CE3> R<TRP>A<CZ3> central_sep1 -0.907829
+R<TRP>A<CE3> R<TRP>A<CZ3> central_sep2 -1.73291
+R<TRP>A<CE3> R<TRP>A<CZ3> sep1 0.714194
+R<TRP>A<CE3> R<TRP>A<CZ3> sep2 -2.02612
+R<TRP>A<CE3> R<TRP>A<N> central_sep1 -0.723097
+R<TRP>A<CE3> R<TRP>A<N> central_sep2 -0.604282
+R<TRP>A<CE3> R<TRP>A<N> sep1 0.380911
+R<TRP>A<CE3> R<TRP>A<N> sep2 -0.400295
+R<TRP>A<CE3> R<TRP>A<NE1> central_sep1 -0.660573
+R<TRP>A<CE3> R<TRP>A<NE1> central_sep2 -1.19295
+R<TRP>A<CE3> R<TRP>A<NE1> sep1 0.765375
+R<TRP>A<CE3> R<TRP>A<NE1> sep2 -1.55822
+R<TRP>A<CE3> R<TRP>A<O> central_sep1 -0.232478
+R<TRP>A<CE3> R<TRP>A<O> central_sep2 -0.581815
+R<TRP>A<CE3> R<TRP>A<O> sep1 1.02019
+R<TRP>A<CE3> R<TRP>A<O> sep2 -0.295392
+R<TRP>A<CE3> R<TYR>A<C> central_sep1 -0.760281
+R<TRP>A<CE3> R<TYR>A<C> central_sep2 -1.83279
+R<TRP>A<CE3> R<TYR>A<C> sep1 0.323229
+R<TRP>A<CE3> R<TYR>A<C> sep2 -0.958636
+R<TRP>A<CE3> R<TYR>A<CA> central_sep1 -1.31418
+R<TRP>A<CE3> R<TYR>A<CA> central_sep2 -0.59978
+R<TRP>A<CE3> R<TYR>A<CA> sep1 0.826527
+R<TRP>A<CE3> R<TYR>A<CA> sep2 -0.695412
+R<TRP>A<CE3> R<TYR>A<CB> central_sep1 -0.991395
+R<TRP>A<CE3> R<TYR>A<CB> central_sep2 -1.98699
+R<TRP>A<CE3> R<TYR>A<CB> sep1 0.535731
+R<TRP>A<CE3> R<TYR>A<CB> sep2 -1.34107
+R<TRP>A<CE3> R<TYR>A<CD1> central_sep1 -0.995851
+R<TRP>A<CE3> R<TYR>A<CD1> central_sep2 -1.3915
+R<TRP>A<CE3> R<TYR>A<CD1> sep1 0.519791
+R<TRP>A<CE3> R<TYR>A<CD1> sep2 -1.47799
+R<TRP>A<CE3> R<TYR>A<CE1> central_sep1 -0.638366
+R<TRP>A<CE3> R<TYR>A<CE1> central_sep2 -0.950017
+R<TRP>A<CE3> R<TYR>A<CE1> sep1 1.22962
+R<TRP>A<CE3> R<TYR>A<CE1> sep2 -1.13693
+R<TRP>A<CE3> R<TYR>A<CG> central_sep1 -0.497648
+R<TRP>A<CE3> R<TYR>A<CG> central_sep2 -1.74771
+R<TRP>A<CE3> R<TYR>A<CG> sep1 -0.334606
+R<TRP>A<CE3> R<TYR>A<CG> sep2 -2.51661
+R<TRP>A<CE3> R<TYR>A<CZ> central_sep1 -0.38942
+R<TRP>A<CE3> R<TYR>A<CZ> central_sep2 -0.936693
+R<TRP>A<CE3> R<TYR>A<CZ> sep1 0.416683
+R<TRP>A<CE3> R<TYR>A<CZ> sep2 -1.52818
+R<TRP>A<CE3> R<TYR>A<N> central_sep1 -0.593866
+R<TRP>A<CE3> R<TYR>A<N> central_sep2 -0.481018
+R<TRP>A<CE3> R<TYR>A<N> sep1 0.572865
+R<TRP>A<CE3> R<TYR>A<N> sep2 -0.649248
+R<TRP>A<CE3> R<TYR>A<O> central_sep1 -0.351775
+R<TRP>A<CE3> R<TYR>A<O> central_sep2 -0.733593
+R<TRP>A<CE3> R<TYR>A<O> sep1 1.01671
+R<TRP>A<CE3> R<TYR>A<O> sep2 -0.386716
+R<TRP>A<CE3> R<TYR>A<OH> central_sep1 0.396709
+R<TRP>A<CE3> R<TYR>A<OH> central_sep2 -0.619023
+R<TRP>A<CE3> R<TYR>A<OH> sep1 2.29308
+R<TRP>A<CE3> R<TYR>A<OH> sep2 -0.517139
+R<TRP>A<CE3> R<VAL>A<C> central_sep1 -0.642375
+R<TRP>A<CE3> R<VAL>A<C> central_sep2 -1.19904
+R<TRP>A<CE3> R<VAL>A<C> sep1 0.394026
+R<TRP>A<CE3> R<VAL>A<C> sep2 -0.753753
+R<TRP>A<CE3> R<VAL>A<CA> central_sep1 -1.10547
+R<TRP>A<CE3> R<VAL>A<CA> central_sep2 -0.0249128
+R<TRP>A<CE3> R<VAL>A<CA> sep1 1.01982
+R<TRP>A<CE3> R<VAL>A<CA> sep2 -0.243973
+R<TRP>A<CE3> R<VAL>A<CB> central_sep1 -1.05747
+R<TRP>A<CE3> R<VAL>A<CB> central_sep2 -1.16228
+R<TRP>A<CE3> R<VAL>A<CB> sep1 0.932936
+R<TRP>A<CE3> R<VAL>A<CB> sep2 -1.24865
+R<TRP>A<CE3> R<VAL>A<CG1> central_sep1 -0.655342
+R<TRP>A<CE3> R<VAL>A<CG1> central_sep2 -1.37631
+R<TRP>A<CE3> R<VAL>A<CG1> sep1 1.27784
+R<TRP>A<CE3> R<VAL>A<CG1> sep2 -0.971799
+R<TRP>A<CE3> R<VAL>A<CG2> central_sep1 -0.91834
+R<TRP>A<CE3> R<VAL>A<CG2> central_sep2 -1.35792
+R<TRP>A<CE3> R<VAL>A<CG2> sep1 1.26882
+R<TRP>A<CE3> R<VAL>A<CG2> sep2 -1.13726
+R<TRP>A<CE3> R<VAL>A<N> central_sep1 -0.134029
+R<TRP>A<CE3> R<VAL>A<N> central_sep2 -0.0054719
+R<TRP>A<CE3> R<VAL>A<N> sep1 0.817233
+R<TRP>A<CE3> R<VAL>A<N> sep2 0.155913
+R<TRP>A<CE3> R<VAL>A<O> central_sep1 0.0563911
+R<TRP>A<CE3> R<VAL>A<O> central_sep2 -0.35258
+R<TRP>A<CE3> R<VAL>A<O> sep1 1.38602
+R<TRP>A<CE3> R<VAL>A<O> sep2 -0.088522
+R<TRP>A<CE3> c<solvent> . 1.30254
+R<TRP>A<CG> R<TRP>A<CG> central_sep1 1.04697
+R<TRP>A<CG> R<TRP>A<CG> central_sep2 -2.21677
+R<TRP>A<CG> R<TRP>A<CG> sep1 3.05969
+R<TRP>A<CG> R<TRP>A<CG> sep2 -1.95304
+R<TRP>A<CG> R<TRP>A<CH2> central_sep1 0.191882
+R<TRP>A<CG> R<TRP>A<CH2> central_sep2 -1.72158
+R<TRP>A<CG> R<TRP>A<CH2> sep1 0.78397
+R<TRP>A<CG> R<TRP>A<CH2> sep2 -2.89665
+R<TRP>A<CG> R<TRP>A<CZ2> central_sep1 -0.0261793
+R<TRP>A<CG> R<TRP>A<CZ2> central_sep2 -1.50786
+R<TRP>A<CG> R<TRP>A<CZ2> sep1 -0.15192
+R<TRP>A<CG> R<TRP>A<CZ2> sep2 -2.83808
+R<TRP>A<CG> R<TRP>A<CZ3> central_sep1 -0.126011
+R<TRP>A<CG> R<TRP>A<CZ3> central_sep2 -1.57792
+R<TRP>A<CG> R<TRP>A<CZ3> sep1 -0.255856
+R<TRP>A<CG> R<TRP>A<CZ3> sep2 -2.83501
+R<TRP>A<CG> R<TRP>A<N> central_sep1 -1.26422
+R<TRP>A<CG> R<TRP>A<N> central_sep2 0.820533
+R<TRP>A<CG> R<TRP>A<N> sep1 -0.912785
+R<TRP>A<CG> R<TRP>A<N> sep2 -0.156996
+R<TRP>A<CG> R<TRP>A<NE1> central_sep1 0.602014
+R<TRP>A<CG> R<TRP>A<NE1> central_sep2 -1.06632
+R<TRP>A<CG> R<TRP>A<NE1> sep1 0.254906
+R<TRP>A<CG> R<TRP>A<NE1> sep2 -2.1839
+R<TRP>A<CG> R<TRP>A<O> central_sep1 -0.236819
+R<TRP>A<CG> R<TRP>A<O> central_sep2 0.905415
+R<TRP>A<CG> R<TRP>A<O> sep1 0.177569
+R<TRP>A<CG> R<TRP>A<O> sep2 -0.401015
+R<TRP>A<CG> R<TYR>A<C> central_sep1 0.889
+R<TRP>A<CG> R<TYR>A<C> central_sep2 0.950131
+R<TRP>A<CG> R<TYR>A<C> sep1 -1.06661
+R<TRP>A<CG> R<TYR>A<C> sep2 -0.11119
+R<TRP>A<CG> R<TYR>A<CA> central_sep1 0.407411
+R<TRP>A<CG> R<TYR>A<CA> central_sep2 0.20701
+R<TRP>A<CG> R<TYR>A<CA> sep1 0.795324
+R<TRP>A<CG> R<TYR>A<CA> sep2 -1.51456
+R<TRP>A<CG> R<TYR>A<CB> central_sep1 0.488739
+R<TRP>A<CG> R<TYR>A<CB> central_sep2 -0.910678
+R<TRP>A<CG> R<TYR>A<CB> sep1 0.306125
+R<TRP>A<CG> R<TYR>A<CB> sep2 -2.12539
+R<TRP>A<CG> R<TYR>A<CD1> central_sep1 0.136198
+R<TRP>A<CG> R<TYR>A<CD1> central_sep2 -1.25225
+R<TRP>A<CG> R<TYR>A<CD1> sep1 -0.112169
+R<TRP>A<CG> R<TYR>A<CD1> sep2 -2.33275
+R<TRP>A<CG> R<TYR>A<CE1> central_sep1 1.4853
+R<TRP>A<CG> R<TYR>A<CE1> central_sep2 -0.83163
+R<TRP>A<CG> R<TYR>A<CE1> sep1 0.562974
+R<TRP>A<CG> R<TYR>A<CE1> sep2 -2.0506
+R<TRP>A<CG> R<TYR>A<CG> central_sep1 1.48605
+R<TRP>A<CG> R<TYR>A<CG> central_sep2 -1.55404
+R<TRP>A<CG> R<TYR>A<CG> sep1 1.47884
+R<TRP>A<CG> R<TYR>A<CG> sep2 -2.23732
+R<TRP>A<CG> R<TYR>A<CZ> central_sep1 0.893321
+R<TRP>A<CG> R<TYR>A<CZ> central_sep2 -0.830576
+R<TRP>A<CG> R<TYR>A<CZ> sep1 0.74375
+R<TRP>A<CG> R<TYR>A<CZ> sep2 -1.48391
+R<TRP>A<CG> R<TYR>A<N> central_sep1 -0.754924
+R<TRP>A<CG> R<TYR>A<N> central_sep2 1.25329
+R<TRP>A<CG> R<TYR>A<N> sep1 -0.453367
+R<TRP>A<CG> R<TYR>A<N> sep2 -0.114036
+R<TRP>A<CG> R<TYR>A<O> central_sep1 -0.0677681
+R<TRP>A<CG> R<TYR>A<O> central_sep2 1.0685
+R<TRP>A<CG> R<TYR>A<O> sep1 0.017584
+R<TRP>A<CG> R<TYR>A<O> sep2 -0.588185
+R<TRP>A<CG> R<TYR>A<OH> central_sep1 1.97928
+R<TRP>A<CG> R<TYR>A<OH> central_sep2 0.0544519
+R<TRP>A<CG> R<TYR>A<OH> sep1 0.678342
+R<TRP>A<CG> R<TYR>A<OH> sep2 -1.68991
+R<TRP>A<CG> R<VAL>A<C> central_sep1 1.69034
+R<TRP>A<CG> R<VAL>A<C> central_sep2 1.70578
+R<TRP>A<CG> R<VAL>A<C> sep1 -1.25313
+R<TRP>A<CG> R<VAL>A<C> sep2 0.140259
+R<TRP>A<CG> R<VAL>A<CA> central_sep1 0.583203
+R<TRP>A<CG> R<VAL>A<CA> central_sep2 0.441861
+R<TRP>A<CG> R<VAL>A<CA> sep1 1.26851
+R<TRP>A<CG> R<VAL>A<CA> sep2 -0.152737
+R<TRP>A<CG> R<VAL>A<CB> central_sep1 0.630204
+R<TRP>A<CG> R<VAL>A<CB> central_sep2 -0.864557
+R<TRP>A<CG> R<VAL>A<CB> sep1 0.6962
+R<TRP>A<CG> R<VAL>A<CB> sep2 -2.09283
+R<TRP>A<CG> R<VAL>A<CG1> central_sep1 1.10035
+R<TRP>A<CG> R<VAL>A<CG1> central_sep2 -0.877136
+R<TRP>A<CG> R<VAL>A<CG1> sep1 0.311412
+R<TRP>A<CG> R<VAL>A<CG1> sep2 -2.24104
+R<TRP>A<CG> R<VAL>A<CG2> central_sep1 1.32292
+R<TRP>A<CG> R<VAL>A<CG2> central_sep2 -0.998051
+R<TRP>A<CG> R<VAL>A<CG2> sep1 0.641433
+R<TRP>A<CG> R<VAL>A<CG2> sep2 -2.37975
+R<TRP>A<CG> R<VAL>A<N> central_sep1 0.285305
+R<TRP>A<CG> R<VAL>A<N> central_sep2 1.6667
+R<TRP>A<CG> R<VAL>A<N> sep1 -0.86513
+R<TRP>A<CG> R<VAL>A<N> sep2 0.477177
+R<TRP>A<CG> R<VAL>A<O> central_sep1 0.0152549
+R<TRP>A<CG> R<VAL>A<O> central_sep2 1.89842
+R<TRP>A<CG> R<VAL>A<O> sep1 0.175338
+R<TRP>A<CG> R<VAL>A<O> sep2 -0.156321
+R<TRP>A<CG> c<solvent> . 1.56957
+R<TRP>A<CH2> R<TRP>A<CH2> central_sep1 0.743315
+R<TRP>A<CH2> R<TRP>A<CH2> central_sep2 -2.21152
+R<TRP>A<CH2> R<TRP>A<CH2> sep1 1.45516
+R<TRP>A<CH2> R<TRP>A<CH2> sep2 -2.35372
+R<TRP>A<CH2> R<TRP>A<CZ2> central_sep1 0.575211
+R<TRP>A<CH2> R<TRP>A<CZ2> central_sep2 -1.88894
+R<TRP>A<CH2> R<TRP>A<CZ2> sep1 1.57537
+R<TRP>A<CH2> R<TRP>A<CZ2> sep2 -1.96627
+R<TRP>A<CH2> R<TRP>A<CZ3> central_sep1 0.203405
+R<TRP>A<CH2> R<TRP>A<CZ3> central_sep2 -1.98119
+R<TRP>A<CH2> R<TRP>A<CZ3> sep1 0.434711
+R<TRP>A<CH2> R<TRP>A<CZ3> sep2 -2.12329
+R<TRP>A<CH2> R<TRP>A<N> central_sep1 2.79127
+R<TRP>A<CH2> R<TRP>A<N> central_sep2 -0.49403
+R<TRP>A<CH2> R<TRP>A<N> sep1 2.56564
+R<TRP>A<CH2> R<TRP>A<N> sep2 -0.715853
+R<TRP>A<CH2> R<TRP>A<NE1> central_sep1 0.606232
+R<TRP>A<CH2> R<TRP>A<NE1> central_sep2 -1.14269
+R<TRP>A<CH2> R<TRP>A<NE1> sep1 1.21953
+R<TRP>A<CH2> R<TRP>A<NE1> sep2 -1.76726
+R<TRP>A<CH2> R<TRP>A<O> central_sep1 3.03075
+R<TRP>A<CH2> R<TRP>A<O> central_sep2 -0.808922
+R<TRP>A<CH2> R<TRP>A<O> sep1 3.52093
+R<TRP>A<CH2> R<TRP>A<O> sep2 -0.758859
+R<TRP>A<CH2> R<TYR>A<C> central_sep1 2.29601
+R<TRP>A<CH2> R<TYR>A<C> central_sep2 -0.729749
+R<TRP>A<CH2> R<TYR>A<C> sep1 2.9291
+R<TRP>A<CH2> R<TYR>A<C> sep2 -1.18372
+R<TRP>A<CH2> R<TYR>A<CA> central_sep1 1.58458
+R<TRP>A<CH2> R<TYR>A<CA> central_sep2 -0.934317
+R<TRP>A<CH2> R<TYR>A<CA> sep1 2.84366
+R<TRP>A<CH2> R<TYR>A<CA> sep2 -0.686179
+R<TRP>A<CH2> R<TYR>A<CB> central_sep1 0.27109
+R<TRP>A<CH2> R<TYR>A<CB> central_sep2 -1.85159
+R<TRP>A<CH2> R<TYR>A<CB> sep1 1.38478
+R<TRP>A<CH2> R<TYR>A<CB> sep2 -1.612
+R<TRP>A<CH2> R<TYR>A<CD1> central_sep1 0.302666
+R<TRP>A<CH2> R<TYR>A<CD1> central_sep2 -1.56823
+R<TRP>A<CH2> R<TYR>A<CD1> sep1 1.30905
+R<TRP>A<CH2> R<TYR>A<CD1> sep2 -1.67341
+R<TRP>A<CH2> R<TYR>A<CE1> central_sep1 0.454124
+R<TRP>A<CH2> R<TYR>A<CE1> central_sep2 -1.38152
+R<TRP>A<CH2> R<TYR>A<CE1> sep1 0.910854
+R<TRP>A<CH2> R<TYR>A<CE1> sep2 -1.49478
+R<TRP>A<CH2> R<TYR>A<CG> central_sep1 0.486289
+R<TRP>A<CH2> R<TYR>A<CG> central_sep2 -1.72724
+R<TRP>A<CH2> R<TYR>A<CG> sep1 0.45059
+R<TRP>A<CH2> R<TYR>A<CG> sep2 -2.76277
+R<TRP>A<CH2> R<TYR>A<CZ> central_sep1 1.11667
+R<TRP>A<CH2> R<TYR>A<CZ> central_sep2 -1.11729
+R<TRP>A<CH2> R<TYR>A<CZ> sep1 1.40399
+R<TRP>A<CH2> R<TYR>A<CZ> sep2 -2.0795
+R<TRP>A<CH2> R<TYR>A<N> central_sep1 2.83322
+R<TRP>A<CH2> R<TYR>A<N> central_sep2 -0.219038
+R<TRP>A<CH2> R<TYR>A<N> sep1 3.0834
+R<TRP>A<CH2> R<TYR>A<N> sep2 -0.705759
+R<TRP>A<CH2> R<TYR>A<O> central_sep1 2.02908
+R<TRP>A<CH2> R<TYR>A<O> central_sep2 -0.591672
+R<TRP>A<CH2> R<TYR>A<O> sep1 3.1627
+R<TRP>A<CH2> R<TYR>A<O> sep2 -0.621919
+R<TRP>A<CH2> R<TYR>A<OH> central_sep1 1.64214
+R<TRP>A<CH2> R<TYR>A<OH> central_sep2 -0.89218
+R<TRP>A<CH2> R<TYR>A<OH> sep1 1.57674
+R<TRP>A<CH2> R<TYR>A<OH> sep2 -1.0465
+R<TRP>A<CH2> R<VAL>A<C> central_sep1 3.0527
+R<TRP>A<CH2> R<VAL>A<C> central_sep2 -0.294018
+R<TRP>A<CH2> R<VAL>A<C> sep1 3.81587
+R<TRP>A<CH2> R<VAL>A<C> sep2 -0.849036
+R<TRP>A<CH2> R<VAL>A<CA> central_sep1 2.51757
+R<TRP>A<CH2> R<VAL>A<CA> central_sep2 -0.533009
+R<TRP>A<CH2> R<VAL>A<CA> sep1 3.78553
+R<TRP>A<CH2> R<VAL>A<CA> sep2 -0.469626
+R<TRP>A<CH2> R<VAL>A<CB> central_sep1 1.40461
+R<TRP>A<CH2> R<VAL>A<CB> central_sep2 -1.15644
+R<TRP>A<CH2> R<VAL>A<CB> sep1 1.74355
+R<TRP>A<CH2> R<VAL>A<CB> sep2 -1.56726
+R<TRP>A<CH2> R<VAL>A<CG1> central_sep1 0.96868
+R<TRP>A<CH2> R<VAL>A<CG1> central_sep2 -1.57503
+R<TRP>A<CH2> R<VAL>A<CG1> sep1 1.45606
+R<TRP>A<CH2> R<VAL>A<CG1> sep2 -1.18137
+R<TRP>A<CH2> R<VAL>A<CG2> central_sep1 0.791084
+R<TRP>A<CH2> R<VAL>A<CG2> central_sep2 -1.57078
+R<TRP>A<CH2> R<VAL>A<CG2> sep1 1.51797
+R<TRP>A<CH2> R<VAL>A<CG2> sep2 -1.2095
+R<TRP>A<CH2> R<VAL>A<N> central_sep1 3.38849
+R<TRP>A<CH2> R<VAL>A<N> central_sep2 0.372682
+R<TRP>A<CH2> R<VAL>A<N> sep1 3.83295
+R<TRP>A<CH2> R<VAL>A<N> sep2 -0.0634631
+R<TRP>A<CH2> R<VAL>A<O> central_sep1 2.77079
+R<TRP>A<CH2> R<VAL>A<O> central_sep2 -0.233813
+R<TRP>A<CH2> R<VAL>A<O> sep1 3.62311
+R<TRP>A<CH2> R<VAL>A<O> sep2 -0.142801
+R<TRP>A<CH2> c<solvent> . 0.473928
+R<TRP>A<CZ2> R<TRP>A<CZ2> central_sep1 0.678504
+R<TRP>A<CZ2> R<TRP>A<CZ2> central_sep2 -1.74864
+R<TRP>A<CZ2> R<TRP>A<CZ2> sep1 1.81688
+R<TRP>A<CZ2> R<TRP>A<CZ2> sep2 -1.84721
+R<TRP>A<CZ2> R<TRP>A<CZ3> central_sep1 0.0120594
+R<TRP>A<CZ2> R<TRP>A<CZ3> central_sep2 -1.67281
+R<TRP>A<CZ2> R<TRP>A<CZ3> sep1 0.569699
+R<TRP>A<CZ2> R<TRP>A<CZ3> sep2 -1.79756
+R<TRP>A<CZ2> R<TRP>A<N> central_sep1 2.15934
+R<TRP>A<CZ2> R<TRP>A<N> central_sep2 -0.443148
+R<TRP>A<CZ2> R<TRP>A<N> sep1 2.46919
+R<TRP>A<CZ2> R<TRP>A<N> sep2 -0.569335
+R<TRP>A<CZ2> R<TRP>A<NE1> central_sep1 0.550179
+R<TRP>A<CZ2> R<TRP>A<NE1> central_sep2 -1.05509
+R<TRP>A<CZ2> R<TRP>A<NE1> sep1 1.39748
+R<TRP>A<CZ2> R<TRP>A<NE1> sep2 -1.72095
+R<TRP>A<CZ2> R<TRP>A<O> central_sep1 1.04272
+R<TRP>A<CZ2> R<TRP>A<O> central_sep2 -0.829146
+R<TRP>A<CZ2> R<TRP>A<O> sep1 2.80564
+R<TRP>A<CZ2> R<TRP>A<O> sep2 -0.821208
+R<TRP>A<CZ2> R<TYR>A<C> central_sep1 2.24085
+R<TRP>A<CZ2> R<TYR>A<C> central_sep2 -0.661396
+R<TRP>A<CZ2> R<TYR>A<C> sep1 2.92004
+R<TRP>A<CZ2> R<TYR>A<C> sep2 -0.829291
+R<TRP>A<CZ2> R<TYR>A<CA> central_sep1 1.59206
+R<TRP>A<CZ2> R<TYR>A<CA> central_sep2 -0.902896
+R<TRP>A<CZ2> R<TYR>A<CA> sep1 2.56259
+R<TRP>A<CZ2> R<TYR>A<CA> sep2 -0.476128
+R<TRP>A<CZ2> R<TYR>A<CB> central_sep1 -0.136111
+R<TRP>A<CZ2> R<TYR>A<CB> central_sep2 -1.56977
+R<TRP>A<CZ2> R<TYR>A<CB> sep1 1.45992
+R<TRP>A<CZ2> R<TYR>A<CB> sep2 -1.20725
+R<TRP>A<CZ2> R<TYR>A<CD1> central_sep1 -0.086216
+R<TRP>A<CZ2> R<TYR>A<CD1> central_sep2 -1.32073
+R<TRP>A<CZ2> R<TYR>A<CD1> sep1 1.15638
+R<TRP>A<CZ2> R<TYR>A<CD1> sep2 -1.48924
+R<TRP>A<CZ2> R<TYR>A<CE1> central_sep1 0.482258
+R<TRP>A<CZ2> R<TYR>A<CE1> central_sep2 -1.25301
+R<TRP>A<CZ2> R<TYR>A<CE1> sep1 1.23393
+R<TRP>A<CZ2> R<TYR>A<CE1> sep2 -1.43199
+R<TRP>A<CZ2> R<TYR>A<CG> central_sep1 -0.0395285
+R<TRP>A<CZ2> R<TYR>A<CG> central_sep2 -1.49119
+R<TRP>A<CZ2> R<TYR>A<CG> sep1 0.114846
+R<TRP>A<CZ2> R<TYR>A<CG> sep2 -2.70613
+R<TRP>A<CZ2> R<TYR>A<CZ> central_sep1 1.05792
+R<TRP>A<CZ2> R<TYR>A<CZ> central_sep2 -1.2206
+R<TRP>A<CZ2> R<TYR>A<CZ> sep1 1.53425
+R<TRP>A<CZ2> R<TYR>A<CZ> sep2 -2.03458
+R<TRP>A<CZ2> R<TYR>A<N> central_sep1 2.30943
+R<TRP>A<CZ2> R<TYR>A<N> central_sep2 -0.00954932
+R<TRP>A<CZ2> R<TYR>A<N> sep1 2.81603
+R<TRP>A<CZ2> R<TYR>A<N> sep2 -0.234155
+R<TRP>A<CZ2> R<TYR>A<O> central_sep1 1.54803
+R<TRP>A<CZ2> R<TYR>A<O> central_sep2 -0.619722
+R<TRP>A<CZ2> R<TYR>A<O> sep1 2.38575
+R<TRP>A<CZ2> R<TYR>A<O> sep2 -0.450692
+R<TRP>A<CZ2> R<TYR>A<OH> central_sep1 1.31683
+R<TRP>A<CZ2> R<TYR>A<OH> central_sep2 -0.988445
+R<TRP>A<CZ2> R<TYR>A<OH> sep1 1.97461
+R<TRP>A<CZ2> R<TYR>A<OH> sep2 -1.12516
+R<TRP>A<CZ2> R<VAL>A<C> central_sep1 2.9712
+R<TRP>A<CZ2> R<VAL>A<C> central_sep2 0.0695808
+R<TRP>A<CZ2> R<VAL>A<C> sep1 3.84662
+R<TRP>A<CZ2> R<VAL>A<C> sep2 -0.556624
+R<TRP>A<CZ2> R<VAL>A<CA> central_sep1 1.86986
+R<TRP>A<CZ2> R<VAL>A<CA> central_sep2 -0.344136
+R<TRP>A<CZ2> R<VAL>A<CA> sep1 3.27237
+R<TRP>A<CZ2> R<VAL>A<CA> sep2 -0.117777
+R<TRP>A<CZ2> R<VAL>A<CB> central_sep1 0.373784
+R<TRP>A<CZ2> R<VAL>A<CB> central_sep2 -0.981543
+R<TRP>A<CZ2> R<VAL>A<CB> sep1 1.50289
+R<TRP>A<CZ2> R<VAL>A<CB> sep2 -1.23989
+R<TRP>A<CZ2> R<VAL>A<CG1> central_sep1 0.2662
+R<TRP>A<CZ2> R<VAL>A<CG1> central_sep2 -1.23323
+R<TRP>A<CZ2> R<VAL>A<CG1> sep1 1.47439
+R<TRP>A<CZ2> R<VAL>A<CG1> sep2 -0.899228
+R<TRP>A<CZ2> R<VAL>A<CG2> central_sep1 0.261594
+R<TRP>A<CZ2> R<VAL>A<CG2> central_sep2 -1.19763
+R<TRP>A<CZ2> R<VAL>A<CG2> sep1 1.44563
+R<TRP>A<CZ2> R<VAL>A<CG2> sep2 -0.978256
+R<TRP>A<CZ2> R<VAL>A<N> central_sep1 3.0092
+R<TRP>A<CZ2> R<VAL>A<N> central_sep2 0.427625
+R<TRP>A<CZ2> R<VAL>A<N> sep1 3.50369
+R<TRP>A<CZ2> R<VAL>A<N> sep2 0.200619
+R<TRP>A<CZ2> R<VAL>A<O> central_sep1 2.23175
+R<TRP>A<CZ2> R<VAL>A<O> central_sep2 -0.360398
+R<TRP>A<CZ2> R<VAL>A<O> sep1 2.92429
+R<TRP>A<CZ2> R<VAL>A<O> sep2 -0.116812
+R<TRP>A<CZ2> c<solvent> . 0.387086
+R<TRP>A<CZ3> R<TRP>A<CZ3> central_sep1 -0.684118
+R<TRP>A<CZ3> R<TRP>A<CZ3> central_sep2 -2.04029
+R<TRP>A<CZ3> R<TRP>A<CZ3> sep1 0.415043
+R<TRP>A<CZ3> R<TRP>A<CZ3> sep2 -2.2566
+R<TRP>A<CZ3> R<TRP>A<N> central_sep1 0.401066
+R<TRP>A<CZ3> R<TRP>A<N> central_sep2 -0.760887
+R<TRP>A<CZ3> R<TRP>A<N> sep1 1.45251
+R<TRP>A<CZ3> R<TRP>A<N> sep2 -0.829366
+R<TRP>A<CZ3> R<TRP>A<NE1> central_sep1 -0.24619
+R<TRP>A<CZ3> R<TRP>A<NE1> central_sep2 -1.26914
+R<TRP>A<CZ3> R<TRP>A<NE1> sep1 0.297761
+R<TRP>A<CZ3> R<TRP>A<NE1> sep2 -1.63826
+R<TRP>A<CZ3> R<TRP>A<O> central_sep1 0.962785
+R<TRP>A<CZ3> R<TRP>A<O> central_sep2 -1.09548
+R<TRP>A<CZ3> R<TRP>A<O> sep1 2.38513
+R<TRP>A<CZ3> R<TRP>A<O> sep2 -0.829047
+R<TRP>A<CZ3> R<TYR>A<C> central_sep1 0.566397
+R<TRP>A<CZ3> R<TYR>A<C> central_sep2 -1.15946
+R<TRP>A<CZ3> R<TYR>A<C> sep1 1.5097
+R<TRP>A<CZ3> R<TYR>A<C> sep2 -1.62255
+R<TRP>A<CZ3> R<TYR>A<CA> central_sep1 0.79159
+R<TRP>A<CZ3> R<TYR>A<CA> central_sep2 -1.12711
+R<TRP>A<CZ3> R<TYR>A<CA> sep1 0.634032
+R<TRP>A<CZ3> R<TYR>A<CA> sep2 -0.973876
+R<TRP>A<CZ3> R<TYR>A<CB> central_sep1 -0.521307
+R<TRP>A<CZ3> R<TYR>A<CB> central_sep2 -1.89482
+R<TRP>A<CZ3> R<TYR>A<CB> sep1 0.954712
+R<TRP>A<CZ3> R<TYR>A<CB> sep2 -1.66094
+R<TRP>A<CZ3> R<TYR>A<CD1> central_sep1 -0.606032
+R<TRP>A<CZ3> R<TYR>A<CD1> central_sep2 -1.47487
+R<TRP>A<CZ3> R<TYR>A<CD1> sep1 0.828396
+R<TRP>A<CZ3> R<TYR>A<CD1> sep2 -1.69694
+R<TRP>A<CZ3> R<TYR>A<CE1> central_sep1 -0.501675
+R<TRP>A<CZ3> R<TYR>A<CE1> central_sep2 -1.20367
+R<TRP>A<CZ3> R<TYR>A<CE1> sep1 0.657966
+R<TRP>A<CZ3> R<TYR>A<CE1> sep2 -1.43839
+R<TRP>A<CZ3> R<TYR>A<CG> central_sep1 -0.0747253
+R<TRP>A<CZ3> R<TYR>A<CG> central_sep2 -1.52742
+R<TRP>A<CZ3> R<TYR>A<CG> sep1 -0.289126
+R<TRP>A<CZ3> R<TYR>A<CG> sep2 -2.6486
+R<TRP>A<CZ3> R<TYR>A<CZ> central_sep1 -0.111319
+R<TRP>A<CZ3> R<TYR>A<CZ> central_sep2 -0.954527
+R<TRP>A<CZ3> R<TYR>A<CZ> sep1 0.333399
+R<TRP>A<CZ3> R<TYR>A<CZ> sep2 -1.79811
+R<TRP>A<CZ3> R<TYR>A<N> central_sep1 0.853516
+R<TRP>A<CZ3> R<TYR>A<N> central_sep2 -0.425401
+R<TRP>A<CZ3> R<TYR>A<N> sep1 1.78538
+R<TRP>A<CZ3> R<TYR>A<N> sep2 -0.532301
+R<TRP>A<CZ3> R<TYR>A<O> central_sep1 0.803588
+R<TRP>A<CZ3> R<TYR>A<O> central_sep2 -0.686055
+R<TRP>A<CZ3> R<TYR>A<O> sep1 2.29354
+R<TRP>A<CZ3> R<TYR>A<O> sep2 -0.543697
+R<TRP>A<CZ3> R<TYR>A<OH> central_sep1 0.826005
+R<TRP>A<CZ3> R<TYR>A<OH> central_sep2 -0.714882
+R<TRP>A<CZ3> R<TYR>A<OH> sep1 0.959024
+R<TRP>A<CZ3> R<TYR>A<OH> sep2 -0.818591
+R<TRP>A<CZ3> R<VAL>A<C> central_sep1 1.77448
+R<TRP>A<CZ3> R<VAL>A<C> central_sep2 -0.458672
+R<TRP>A<CZ3> R<VAL>A<C> sep1 2.03078
+R<TRP>A<CZ3> R<VAL>A<C> sep2 -1.11876
+R<TRP>A<CZ3> R<VAL>A<CA> central_sep1 1.30186
+R<TRP>A<CZ3> R<VAL>A<CA> central_sep2 -0.570784
+R<TRP>A<CZ3> R<VAL>A<CA> sep1 1.04353
+R<TRP>A<CZ3> R<VAL>A<CA> sep2 -0.584837
+R<TRP>A<CZ3> R<VAL>A<CB> central_sep1 0.582568
+R<TRP>A<CZ3> R<VAL>A<CB> central_sep2 -1.19595
+R<TRP>A<CZ3> R<VAL>A<CB> sep1 0.957391
+R<TRP>A<CZ3> R<VAL>A<CB> sep2 -1.61443
+R<TRP>A<CZ3> R<VAL>A<CG1> central_sep1 -0.0938965
+R<TRP>A<CZ3> R<VAL>A<CG1> central_sep2 -1.50176
+R<TRP>A<CZ3> R<VAL>A<CG1> sep1 1.12148
+R<TRP>A<CZ3> R<VAL>A<CG1> sep2 -1.2146
+R<TRP>A<CZ3> R<VAL>A<CG2> central_sep1 -0.0406708
+R<TRP>A<CZ3> R<VAL>A<CG2> central_sep2 -1.59971
+R<TRP>A<CZ3> R<VAL>A<CG2> sep1 0.68681
+R<TRP>A<CZ3> R<VAL>A<CG2> sep2 -1.16936
+R<TRP>A<CZ3> R<VAL>A<N> central_sep1 1.96922
+R<TRP>A<CZ3> R<VAL>A<N> central_sep2 0.0687794
+R<TRP>A<CZ3> R<VAL>A<N> sep1 2.17196
+R<TRP>A<CZ3> R<VAL>A<N> sep2 -0.14936
+R<TRP>A<CZ3> R<VAL>A<O> central_sep1 0.979863
+R<TRP>A<CZ3> R<VAL>A<O> central_sep2 -0.428476
+R<TRP>A<CZ3> R<VAL>A<O> sep1 3.12955
+R<TRP>A<CZ3> R<VAL>A<O> sep2 0.095308
+R<TRP>A<CZ3> c<solvent> . 0.814357
+R<TRP>A<N> R<TRP>A<N> central_sep1 3.14774
+R<TRP>A<N> R<TRP>A<N> central_sep2 1.72159
+R<TRP>A<N> R<TRP>A<N> sep1 -2.29472
+R<TRP>A<N> R<TRP>A<N> sep2 0.266239
+R<TRP>A<N> R<TRP>A<NE1> central_sep1 2.46523
+R<TRP>A<N> R<TRP>A<NE1> central_sep2 -0.19544
+R<TRP>A<N> R<TRP>A<NE1> sep1 1.5743
+R<TRP>A<N> R<TRP>A<NE1> sep2 -0.106112
+R<TRP>A<N> R<TRP>A<O> central_sep1 -2.16219
+R<TRP>A<N> R<TRP>A<O> central_sep2 -1.4857
+R<TRP>A<N> R<TRP>A<O> sep1 0.0856357
+R<TRP>A<N> R<TRP>A<O> sep2 -0.0789542
+R<TRP>A<N> R<TYR>A<C> central_sep1 -0.711791
+R<TRP>A<N> R<TYR>A<C> central_sep2 2.81298
+R<TRP>A<N> R<TYR>A<C> sep1 -1.64951
+R<TRP>A<N> R<TYR>A<C> sep2 1.22454
+R<TRP>A<N> R<TYR>A<CA> central_sep1 2.44919
+R<TRP>A<N> R<TYR>A<CA> central_sep2 1.33606
+R<TRP>A<N> R<TYR>A<CA> sep1 -2.33024
+R<TRP>A<N> R<TYR>A<CA> sep2 1.04778
+R<TRP>A<N> R<TYR>A<CB> central_sep1 1.3571
+R<TRP>A<N> R<TYR>A<CB> central_sep2 0.4756
+R<TRP>A<N> R<TYR>A<CB> sep1 -1.28378
+R<TRP>A<N> R<TYR>A<CB> sep2 0.323622
+R<TRP>A<N> R<TYR>A<CD1> central_sep1 -0.0759907
+R<TRP>A<N> R<TYR>A<CD1> central_sep2 0.401549
+R<TRP>A<N> R<TYR>A<CD1> sep1 0.0981114
+R<TRP>A<N> R<TYR>A<CD1> sep2 0.0293718
+R<TRP>A<N> R<TYR>A<CE1> central_sep1 1.41472
+R<TRP>A<N> R<TYR>A<CE1> central_sep2 0.191383
+R<TRP>A<N> R<TYR>A<CE1> sep1 2.09892
+R<TRP>A<N> R<TYR>A<CE1> sep2 -0.115161
+R<TRP>A<N> R<TYR>A<CG> central_sep1 0.165142
+R<TRP>A<N> R<TYR>A<CG> central_sep2 1.35986
+R<TRP>A<N> R<TYR>A<CG> sep1 -0.619135
+R<TRP>A<N> R<TYR>A<CG> sep2 0.164872
+R<TRP>A<N> R<TYR>A<CZ> central_sep1 2.52147
+R<TRP>A<N> R<TYR>A<CZ> central_sep2 0.246397
+R<TRP>A<N> R<TYR>A<CZ> sep1 1.96278
+R<TRP>A<N> R<TYR>A<CZ> sep2 -0.321258
+R<TRP>A<N> R<TYR>A<N> central_sep1 1.84463
+R<TRP>A<N> R<TYR>A<N> central_sep2 1.20839
+R<TRP>A<N> R<TYR>A<N> sep1 -2.20962
+R<TRP>A<N> R<TYR>A<N> sep2 0.881199
+R<TRP>A<N> R<TYR>A<O> central_sep1 -1.87159
+R<TRP>A<N> R<TYR>A<O> central_sep2 -1.72391
+R<TRP>A<N> R<TYR>A<O> sep1 0.302523
+R<TRP>A<N> R<TYR>A<O> sep2 0.383056
+R<TRP>A<N> R<TYR>A<OH> central_sep1 2.39079
+R<TRP>A<N> R<TYR>A<OH> central_sep2 -0.260679
+R<TRP>A<N> R<TYR>A<OH> sep1 3.42996
+R<TRP>A<N> R<TYR>A<OH> sep2 0.0791022
+R<TRP>A<N> R<VAL>A<C> central_sep1 -0.0373548
+R<TRP>A<N> R<VAL>A<C> central_sep2 4.37994
+R<TRP>A<N> R<VAL>A<C> sep1 -1.43383
+R<TRP>A<N> R<VAL>A<C> sep2 2.56605
+R<TRP>A<N> R<VAL>A<CA> central_sep1 2.70419
+R<TRP>A<N> R<VAL>A<CA> central_sep2 1.95225
+R<TRP>A<N> R<VAL>A<CA> sep1 -2.19926
+R<TRP>A<N> R<VAL>A<CA> sep2 1.21397
+R<TRP>A<N> R<VAL>A<CB> central_sep1 1.98163
+R<TRP>A<N> R<VAL>A<CB> central_sep2 0.916676
+R<TRP>A<N> R<VAL>A<CB> sep1 -1.37696
+R<TRP>A<N> R<VAL>A<CB> sep2 0.386557
+R<TRP>A<N> R<VAL>A<CG1> central_sep1 0.233395
+R<TRP>A<N> R<VAL>A<CG1> central_sep2 0.52019
+R<TRP>A<N> R<VAL>A<CG1> sep1 -0.416537
+R<TRP>A<N> R<VAL>A<CG1> sep2 0.364025
+R<TRP>A<N> R<VAL>A<CG2> central_sep1 0.822849
+R<TRP>A<N> R<VAL>A<CG2> central_sep2 0.628617
+R<TRP>A<N> R<VAL>A<CG2> sep1 1.24783
+R<TRP>A<N> R<VAL>A<CG2> sep2 0.451858
+R<TRP>A<N> R<VAL>A<N> central_sep1 2.48584
+R<TRP>A<N> R<VAL>A<N> central_sep2 1.8531
+R<TRP>A<N> R<VAL>A<N> sep1 -1.84166
+R<TRP>A<N> R<VAL>A<N> sep2 1.02844
+R<TRP>A<N> R<VAL>A<O> central_sep1 -1.64117
+R<TRP>A<N> R<VAL>A<O> central_sep2 -1.64695
+R<TRP>A<N> R<VAL>A<O> sep1 0.312942
+R<TRP>A<N> R<VAL>A<O> sep2 0.57441
+R<TRP>A<N> c<solvent> . 1.89879
+R<TRP>A<NE1> R<TRP>A<NE1> central_sep1 0.302009
+R<TRP>A<NE1> R<TRP>A<NE1> central_sep2 -0.945752
+R<TRP>A<NE1> R<TRP>A<NE1> sep1 0.745754
+R<TRP>A<NE1> R<TRP>A<NE1> sep2 -1.44811
+R<TRP>A<NE1> R<TRP>A<O> central_sep1 0.0591388
+R<TRP>A<NE1> R<TRP>A<O> central_sep2 -1.39171
+R<TRP>A<NE1> R<TRP>A<O> sep1 0.959537
+R<TRP>A<NE1> R<TRP>A<O> sep2 -0.595792
+R<TRP>A<NE1> R<TYR>A<C> central_sep1 0.820065
+R<TRP>A<NE1> R<TYR>A<C> central_sep2 -0.142813
+R<TRP>A<NE1> R<TYR>A<C> sep1 1.56702
+R<TRP>A<NE1> R<TYR>A<C> sep2 -0.856885
+R<TRP>A<NE1> R<TYR>A<CA> central_sep1 0.624155
+R<TRP>A<NE1> R<TYR>A<CA> central_sep2 -0.195155
+R<TRP>A<NE1> R<TYR>A<CA> sep1 1.58246
+R<TRP>A<NE1> R<TYR>A<CA> sep2 -0.53419
+R<TRP>A<NE1> R<TYR>A<CB> central_sep1 -0.375137
+R<TRP>A<NE1> R<TYR>A<CB> central_sep2 -0.894807
+R<TRP>A<NE1> R<TYR>A<CB> sep1 0.903152
+R<TRP>A<NE1> R<TYR>A<CB> sep2 -1.08676
+R<TRP>A<NE1> R<TYR>A<CD1> central_sep1 -0.0313767
+R<TRP>A<NE1> R<TYR>A<CD1> central_sep2 -0.911624
+R<TRP>A<NE1> R<TYR>A<CD1> sep1 0.88435
+R<TRP>A<NE1> R<TYR>A<CD1> sep2 -1.06638
+R<TRP>A<NE1> R<TYR>A<CE1> central_sep1 0.46766
+R<TRP>A<NE1> R<TYR>A<CE1> central_sep2 -0.907124
+R<TRP>A<NE1> R<TYR>A<CE1> sep1 0.801995
+R<TRP>A<NE1> R<TYR>A<CE1> sep2 -1.45772
+R<TRP>A<NE1> R<TYR>A<CG> central_sep1 1.78416
+R<TRP>A<NE1> R<TYR>A<CG> central_sep2 -1.0692
+R<TRP>A<NE1> R<TYR>A<CG> sep1 0.335055
+R<TRP>A<NE1> R<TYR>A<CG> sep2 -1.89409
+R<TRP>A<NE1> R<TYR>A<CZ> central_sep1 0.0910603
+R<TRP>A<NE1> R<TYR>A<CZ> central_sep2 -0.77999
+R<TRP>A<NE1> R<TYR>A<CZ> sep1 1.12134
+R<TRP>A<NE1> R<TYR>A<CZ> sep2 -1.83549
+R<TRP>A<NE1> R<TYR>A<N> central_sep1 2.06248
+R<TRP>A<NE1> R<TYR>A<N> central_sep2 0.209447
+R<TRP>A<NE1> R<TYR>A<N> sep1 1.95706
+R<TRP>A<NE1> R<TYR>A<N> sep2 -0.0571771
+R<TRP>A<NE1> R<TYR>A<O> central_sep1 0.0328305
+R<TRP>A<NE1> R<TYR>A<O> central_sep2 -1.21336
+R<TRP>A<NE1> R<TYR>A<O> sep1 1.14855
+R<TRP>A<NE1> R<TYR>A<O> sep2 -0.220243
+R<TRP>A<NE1> R<TYR>A<OH> central_sep1 0.706542
+R<TRP>A<NE1> R<TYR>A<OH> central_sep2 -1.39019
+R<TRP>A<NE1> R<TYR>A<OH> sep1 1.41489
+R<TRP>A<NE1> R<TYR>A<OH> sep2 -1.03846
+R<TRP>A<NE1> R<VAL>A<C> central_sep1 2.32294
+R<TRP>A<NE1> R<VAL>A<C> central_sep2 0.742559
+R<TRP>A<NE1> R<VAL>A<C> sep1 1.94802
+R<TRP>A<NE1> R<VAL>A<C> sep2 -0.169921
+R<TRP>A<NE1> R<VAL>A<CA> central_sep1 0.9421
+R<TRP>A<NE1> R<VAL>A<CA> central_sep2 0.290988
+R<TRP>A<NE1> R<VAL>A<CA> sep1 2.55577
+R<TRP>A<NE1> R<VAL>A<CA> sep2 0.141993
+R<TRP>A<NE1> R<VAL>A<CB> central_sep1 -0.10922
+R<TRP>A<NE1> R<VAL>A<CB> central_sep2 -0.605495
+R<TRP>A<NE1> R<VAL>A<CB> sep1 0.666352
+R<TRP>A<NE1> R<VAL>A<CB> sep2 -1.04083
+R<TRP>A<NE1> R<VAL>A<CG1> central_sep1 -0.0789099
+R<TRP>A<NE1> R<VAL>A<CG1> central_sep2 -0.6941
+R<TRP>A<NE1> R<VAL>A<CG1> sep1 1.12939
+R<TRP>A<NE1> R<VAL>A<CG1> sep2 -0.814038
+R<TRP>A<NE1> R<VAL>A<CG2> central_sep1 0.103387
+R<TRP>A<NE1> R<VAL>A<CG2> central_sep2 -0.659741
+R<TRP>A<NE1> R<VAL>A<CG2> sep1 1.1688
+R<TRP>A<NE1> R<VAL>A<CG2> sep2 -0.799357
+R<TRP>A<NE1> R<VAL>A<N> central_sep1 2.63767
+R<TRP>A<NE1> R<VAL>A<N> central_sep2 0.828935
+R<TRP>A<NE1> R<VAL>A<N> sep1 2.28005
+R<TRP>A<NE1> R<VAL>A<N> sep2 0.207951
+R<TRP>A<NE1> R<VAL>A<O> central_sep1 0.274544
+R<TRP>A<NE1> R<VAL>A<O> central_sep2 -0.804452
+R<TRP>A<NE1> R<VAL>A<O> sep1 1.35878
+R<TRP>A<NE1> R<VAL>A<O> sep2 0.0294807
+R<TRP>A<NE1> c<solvent> . 0.293238
+R<TRP>A<O> R<TRP>A<O> central_sep1 0.77176
+R<TRP>A<O> R<TRP>A<O> central_sep2 -0.211043
+R<TRP>A<O> R<TRP>A<O> sep1 1.00406
+R<TRP>A<O> R<TRP>A<O> sep2 0.207201
+R<TRP>A<O> R<TYR>A<C> central_sep1 -0.809557
+R<TRP>A<O> R<TYR>A<C> central_sep2 1.84867
+R<TRP>A<O> R<TYR>A<C> sep1 -1.14536
+R<TRP>A<O> R<TYR>A<C> sep2 0.87843
+R<TRP>A<O> R<TYR>A<CA> central_sep1 0.997597
+R<TRP>A<O> R<TYR>A<CA> central_sep2 -1.05589
+R<TRP>A<O> R<TYR>A<CA> sep1 -2.01183
+R<TRP>A<O> R<TYR>A<CA> sep2 0.30373
+R<TRP>A<O> R<TYR>A<CB> central_sep1 -1.46173
+R<TRP>A<O> R<TYR>A<CB> central_sep2 -0.612954
+R<TRP>A<O> R<TYR>A<CB> sep1 0.3495
+R<TRP>A<O> R<TYR>A<CB> sep2 -0.747139
+R<TRP>A<O> R<TYR>A<CD1> central_sep1 -0.635886
+R<TRP>A<O> R<TYR>A<CD1> central_sep2 -0.545751
+R<TRP>A<O> R<TYR>A<CD1> sep1 0.694157
+R<TRP>A<O> R<TYR>A<CD1> sep2 -0.094431
+R<TRP>A<O> R<TYR>A<CE1> central_sep1 0.600054
+R<TRP>A<O> R<TYR>A<CE1> central_sep2 -0.419299
+R<TRP>A<O> R<TYR>A<CE1> sep1 1.41455
+R<TRP>A<O> R<TYR>A<CE1> sep2 -0.144177
+R<TRP>A<O> R<TYR>A<CG> central_sep1 0.455259
+R<TRP>A<O> R<TYR>A<CG> central_sep2 1.90831
+R<TRP>A<O> R<TYR>A<CG> sep1 -0.41699
+R<TRP>A<O> R<TYR>A<CG> sep2 -0.173167
+R<TRP>A<O> R<TYR>A<CZ> central_sep1 1.54395
+R<TRP>A<O> R<TYR>A<CZ> central_sep2 1.21192
+R<TRP>A<O> R<TYR>A<CZ> sep1 1.30323
+R<TRP>A<O> R<TYR>A<CZ> sep2 0.00945464
+R<TRP>A<O> R<TYR>A<N> central_sep1 -2.03166
+R<TRP>A<O> R<TYR>A<N> central_sep2 -1.58828
+R<TRP>A<O> R<TYR>A<N> sep1 0.214114
+R<TRP>A<O> R<TYR>A<N> sep2 0.379961
+R<TRP>A<O> R<TYR>A<O> central_sep1 0.808423
+R<TRP>A<O> R<TYR>A<O> central_sep2 0.0854456
+R<TRP>A<O> R<TYR>A<O> sep1 1.01872
+R<TRP>A<O> R<TYR>A<O> sep2 0.491243
+R<TRP>A<O> R<TYR>A<OH> central_sep1 1.83539
+R<TRP>A<O> R<TYR>A<OH> central_sep2 -0.590847
+R<TRP>A<O> R<TYR>A<OH> sep1 2.79725
+R<TRP>A<O> R<TYR>A<OH> sep2 -0.210808
+R<TRP>A<O> R<VAL>A<C> central_sep1 -0.531215
+R<TRP>A<O> R<VAL>A<C> central_sep2 2.63123
+R<TRP>A<O> R<VAL>A<C> sep1 -0.824457
+R<TRP>A<O> R<VAL>A<C> sep2 1.70673
+R<TRP>A<O> R<VAL>A<CA> central_sep1 1.2709
+R<TRP>A<O> R<VAL>A<CA> central_sep2 -1.05022
+R<TRP>A<O> R<VAL>A<CA> sep1 -1.92694
+R<TRP>A<O> R<VAL>A<CA> sep2 0.43562
+R<TRP>A<O> R<VAL>A<CB> central_sep1 -1.38526
+R<TRP>A<O> R<VAL>A<CB> central_sep2 -0.354725
+R<TRP>A<O> R<VAL>A<CB> sep1 0.55457
+R<TRP>A<O> R<VAL>A<CB> sep2 -0.905075
+R<TRP>A<O> R<VAL>A<CG1> central_sep1 -0.307472
+R<TRP>A<O> R<VAL>A<CG1> central_sep2 -0.278834
+R<TRP>A<O> R<VAL>A<CG1> sep1 1.21961
+R<TRP>A<O> R<VAL>A<CG1> sep2 0.460902
+R<TRP>A<O> R<VAL>A<CG2> central_sep1 -0.780795
+R<TRP>A<O> R<VAL>A<CG2> central_sep2 -0.118695
+R<TRP>A<O> R<VAL>A<CG2> sep1 0.761248
+R<TRP>A<O> R<VAL>A<CG2> sep2 0.171633
+R<TRP>A<O> R<VAL>A<N> central_sep1 -1.78522
+R<TRP>A<O> R<VAL>A<N> central_sep2 -1.78022
+R<TRP>A<O> R<VAL>A<N> sep1 0.258421
+R<TRP>A<O> R<VAL>A<N> sep2 1.10307
+R<TRP>A<O> R<VAL>A<O> central_sep1 0.764664
+R<TRP>A<O> R<VAL>A<O> central_sep2 0.0757999
+R<TRP>A<O> R<VAL>A<O> sep1 1.11016
+R<TRP>A<O> R<VAL>A<O> sep2 0.786182
+R<TRP>A<O> c<solvent> . 0.796365
+R<TYR>A<C> R<TYR>A<C> central_sep1 4.11354
+R<TYR>A<C> R<TYR>A<C> central_sep2 2.17371
+R<TYR>A<C> R<TYR>A<C> sep1 -2.54497
+R<TYR>A<C> R<TYR>A<C> sep2 2.34784
+R<TYR>A<C> R<TYR>A<CA> central_sep1 3.05459
+R<TYR>A<C> R<TYR>A<CA> central_sep2 2.04753
+R<TYR>A<C> R<TYR>A<CA> sep1 -2.86125
+R<TYR>A<C> R<TYR>A<CA> sep2 0.547836
+R<TYR>A<C> R<TYR>A<CB> central_sep1 1.59799
+R<TYR>A<C> R<TYR>A<CB> central_sep2 0.230475
+R<TYR>A<C> R<TYR>A<CB> sep1 -0.518233
+R<TYR>A<C> R<TYR>A<CB> sep2 -0.773033
+R<TYR>A<C> R<TYR>A<CD1> central_sep1 -0.771667
+R<TYR>A<C> R<TYR>A<CD1> central_sep2 -0.468476
+R<TYR>A<C> R<TYR>A<CD1> sep1 -0.650862
+R<TYR>A<C> R<TYR>A<CD1> sep2 -0.884206
+R<TYR>A<C> R<TYR>A<CE1> central_sep1 0.564962
+R<TYR>A<C> R<TYR>A<CE1> central_sep2 -0.183154
+R<TYR>A<C> R<TYR>A<CE1> sep1 1.3904
+R<TYR>A<C> R<TYR>A<CE1> sep2 -0.684407
+R<TYR>A<C> R<TYR>A<CG> central_sep1 0.54798
+R<TYR>A<C> R<TYR>A<CG> central_sep2 1.06651
+R<TYR>A<C> R<TYR>A<CG> sep1 -1.89636
+R<TYR>A<C> R<TYR>A<CG> sep2 -0.165798
+R<TYR>A<C> R<TYR>A<CZ> central_sep1 0.810595
+R<TYR>A<C> R<TYR>A<CZ> central_sep2 0.464343
+R<TYR>A<C> R<TYR>A<CZ> sep1 1.72695
+R<TYR>A<C> R<TYR>A<CZ> sep2 -0.206661
+R<TYR>A<C> R<TYR>A<N> central_sep1 -0.523674
+R<TYR>A<C> R<TYR>A<N> central_sep2 2.2664
+R<TYR>A<C> R<TYR>A<N> sep1 -1.66209
+R<TYR>A<C> R<TYR>A<N> sep2 1.55289
+R<TYR>A<C> R<TYR>A<O> central_sep1 -0.692768
+R<TYR>A<C> R<TYR>A<O> central_sep2 1.79287
+R<TYR>A<C> R<TYR>A<O> sep1 -1.30606
+R<TYR>A<C> R<TYR>A<O> sep2 0.829885
+R<TYR>A<C> R<TYR>A<OH> central_sep1 2.96586
+R<TYR>A<C> R<TYR>A<OH> central_sep2 0.469611
+R<TYR>A<C> R<TYR>A<OH> sep1 3.6805
+R<TYR>A<C> R<TYR>A<OH> sep2 -0.320216
+R<TYR>A<C> R<VAL>A<C> central_sep1 4.20521
+R<TYR>A<C> R<VAL>A<C> central_sep2 4.90456
+R<TYR>A<C> R<VAL>A<C> sep1 -2.45221
+R<TYR>A<C> R<VAL>A<C> sep2 2.84679
+R<TYR>A<C> R<VAL>A<CA> central_sep1 3.80314
+R<TYR>A<C> R<VAL>A<CA> central_sep2 3.13725
+R<TYR>A<C> R<VAL>A<CA> sep1 -2.66763
+R<TYR>A<C> R<VAL>A<CA> sep2 0.655397
+R<TYR>A<C> R<VAL>A<CB> central_sep1 1.86639
+R<TYR>A<C> R<VAL>A<CB> central_sep2 0.736931
+R<TYR>A<C> R<VAL>A<CB> sep1 0.0928994
+R<TYR>A<C> R<VAL>A<CB> sep2 -0.680317
+R<TYR>A<C> R<VAL>A<CG1> central_sep1 0.161969
+R<TYR>A<C> R<VAL>A<CG1> central_sep2 0.11538
+R<TYR>A<C> R<VAL>A<CG1> sep1 -0.495575
+R<TYR>A<C> R<VAL>A<CG1> sep2 -0.787909
+R<TYR>A<C> R<VAL>A<CG2> central_sep1 0.341019
+R<TYR>A<C> R<VAL>A<CG2> central_sep2 -0.139491
+R<TYR>A<C> R<VAL>A<CG2> sep1 -0.928641
+R<TYR>A<C> R<VAL>A<CG2> sep2 -0.670569
+R<TYR>A<C> R<VAL>A<N> central_sep1 0.0643068
+R<TYR>A<C> R<VAL>A<N> central_sep2 2.7924
+R<TYR>A<C> R<VAL>A<N> sep1 -1.36585
+R<TYR>A<C> R<VAL>A<N> sep2 1.78665
+R<TYR>A<C> R<VAL>A<O> central_sep1 -0.547878
+R<TYR>A<C> R<VAL>A<O> central_sep2 2.87874
+R<TYR>A<C> R<VAL>A<O> sep1 -0.778317
+R<TYR>A<C> R<VAL>A<O> sep2 1.13718
+R<TYR>A<C> c<solvent> . 2.17883
+R<TYR>A<CA> R<TYR>A<CA> central_sep1 1.35047
+R<TYR>A<CA> R<TYR>A<CA> central_sep2 -0.502086
+R<TYR>A<CA> R<TYR>A<CA> sep1 3.21093
+R<TYR>A<CA> R<TYR>A<CA> sep2 0.13616
+R<TYR>A<CA> R<TYR>A<CB> central_sep1 -0.65205
+R<TYR>A<CA> R<TYR>A<CB> central_sep2 -0.400476
+R<TYR>A<CA> R<TYR>A<CB> sep1 1.3432
+R<TYR>A<CA> R<TYR>A<CB> sep2 -0.0756286
+R<TYR>A<CA> R<TYR>A<CD1> central_sep1 -0.193316
+R<TYR>A<CA> R<TYR>A<CD1> central_sep2 -0.568349
+R<TYR>A<CA> R<TYR>A<CD1> sep1 -0.152724
+R<TYR>A<CA> R<TYR>A<CD1> sep2 -0.505346
+R<TYR>A<CA> R<TYR>A<CE1> central_sep1 0.746603
+R<TYR>A<CA> R<TYR>A<CE1> central_sep2 -0.514823
+R<TYR>A<CA> R<TYR>A<CE1> sep1 1.24488
+R<TYR>A<CA> R<TYR>A<CE1> sep2 -0.427957
+R<TYR>A<CA> R<TYR>A<CG> central_sep1 0.849766
+R<TYR>A<CA> R<TYR>A<CG> central_sep2 -0.1095
+R<TYR>A<CA> R<TYR>A<CG> sep1 1.16669
+R<TYR>A<CA> R<TYR>A<CG> sep2 -1.32871
+R<TYR>A<CA> R<TYR>A<CZ> central_sep1 0.78631
+R<TYR>A<CA> R<TYR>A<CZ> central_sep2 -0.514392
+R<TYR>A<CA> R<TYR>A<CZ> sep1 1.41149
+R<TYR>A<CA> R<TYR>A<CZ> sep2 -1.14931
+R<TYR>A<CA> R<TYR>A<N> central_sep1 2.03879
+R<TYR>A<CA> R<TYR>A<N> central_sep2 1.08976
+R<TYR>A<CA> R<TYR>A<N> sep1 -2.39537
+R<TYR>A<CA> R<TYR>A<N> sep2 0.670063
+R<TYR>A<CA> R<TYR>A<O> central_sep1 0.815969
+R<TYR>A<CA> R<TYR>A<O> central_sep2 -1.34364
+R<TYR>A<CA> R<TYR>A<O> sep1 -2.16932
+R<TYR>A<CA> R<TYR>A<O> sep2 0.149032
+R<TYR>A<CA> R<TYR>A<OH> central_sep1 1.4271
+R<TYR>A<CA> R<TYR>A<OH> central_sep2 -0.600855
+R<TYR>A<CA> R<TYR>A<OH> sep1 2.66634
+R<TYR>A<CA> R<TYR>A<OH> sep2 -0.301052
+R<TYR>A<CA> R<VAL>A<C> central_sep1 4.84399
+R<TYR>A<CA> R<VAL>A<C> central_sep2 3.05357
+R<TYR>A<CA> R<VAL>A<C> sep1 -2.79842
+R<TYR>A<CA> R<VAL>A<C> sep2 0.984856
+R<TYR>A<CA> R<VAL>A<CA> central_sep1 1.8026
+R<TYR>A<CA> R<VAL>A<CA> central_sep2 0.0339305
+R<TYR>A<CA> R<VAL>A<CA> sep1 3.50947
+R<TYR>A<CA> R<VAL>A<CA> sep2 0.364165
+R<TYR>A<CA> R<VAL>A<CB> central_sep1 -0.692172
+R<TYR>A<CA> R<VAL>A<CB> central_sep2 -0.264407
+R<TYR>A<CA> R<VAL>A<CB> sep1 1.41329
+R<TYR>A<CA> R<VAL>A<CB> sep2 -0.0604062
+R<TYR>A<CA> R<VAL>A<CG1> central_sep1 1.03304
+R<TYR>A<CA> R<VAL>A<CG1> central_sep2 -0.268336
+R<TYR>A<CA> R<VAL>A<CG1> sep1 1.39174
+R<TYR>A<CA> R<VAL>A<CG1> sep2 0.161595
+R<TYR>A<CA> R<VAL>A<CG2> central_sep1 0.316256
+R<TYR>A<CA> R<VAL>A<CG2> central_sep2 -0.401438
+R<TYR>A<CA> R<VAL>A<CG2> sep1 1.41204
+R<TYR>A<CA> R<VAL>A<CG2> sep2 0.241825
+R<TYR>A<CA> R<VAL>A<N> central_sep1 2.46209
+R<TYR>A<CA> R<VAL>A<N> central_sep2 1.20217
+R<TYR>A<CA> R<VAL>A<N> sep1 -2.31437
+R<TYR>A<CA> R<VAL>A<N> sep2 0.291428
+R<TYR>A<CA> R<VAL>A<O> central_sep1 0.802164
+R<TYR>A<CA> R<VAL>A<O> central_sep2 -1.21667
+R<TYR>A<CA> R<VAL>A<O> sep1 -1.99323
+R<TYR>A<CA> R<VAL>A<O> sep2 0.340674
+R<TYR>A<CA> c<solvent> . 1.53348
+R<TYR>A<CB> R<TYR>A<CB> central_sep1 -0.261177
+R<TYR>A<CB> R<TYR>A<CB> central_sep2 -1.6337
+R<TYR>A<CB> R<TYR>A<CB> sep1 1.65778
+R<TYR>A<CB> R<TYR>A<CB> sep2 -0.855319
+R<TYR>A<CB> R<TYR>A<CD1> central_sep1 -0.51074
+R<TYR>A<CB> R<TYR>A<CD1> central_sep2 -1.43351
+R<TYR>A<CB> R<TYR>A<CD1> sep1 0.83305
+R<TYR>A<CB> R<TYR>A<CD1> sep2 -1.16677
+R<TYR>A<CB> R<TYR>A<CE1> central_sep1 -0.655165
+R<TYR>A<CB> R<TYR>A<CE1> central_sep2 -1.31959
+R<TYR>A<CB> R<TYR>A<CE1> sep1 1.0064
+R<TYR>A<CB> R<TYR>A<CE1> sep2 -1.13555
+R<TYR>A<CB> R<TYR>A<CG> central_sep1 0.550933
+R<TYR>A<CB> R<TYR>A<CG> central_sep2 -1.35538
+R<TYR>A<CB> R<TYR>A<CG> sep1 0.507071
+R<TYR>A<CB> R<TYR>A<CG> sep2 -2.44604
+R<TYR>A<CB> R<TYR>A<CZ> central_sep1 -0.756731
+R<TYR>A<CB> R<TYR>A<CZ> central_sep2 -1.40427
+R<TYR>A<CB> R<TYR>A<CZ> sep1 0.0205364
+R<TYR>A<CB> R<TYR>A<CZ> sep2 -1.8255
+R<TYR>A<CB> R<TYR>A<N> central_sep1 1.28654
+R<TYR>A<CB> R<TYR>A<N> central_sep2 0.471072
+R<TYR>A<CB> R<TYR>A<N> sep1 -1.36997
+R<TYR>A<CB> R<TYR>A<N> sep2 0.161549
+R<TYR>A<CB> R<TYR>A<O> central_sep1 -1.39177
+R<TYR>A<CB> R<TYR>A<O> central_sep2 -0.7253
+R<TYR>A<CB> R<TYR>A<O> sep1 0.223487
+R<TYR>A<CB> R<TYR>A<O> sep2 -0.937164
+R<TYR>A<CB> R<TYR>A<OH> central_sep1 0.78044
+R<TYR>A<CB> R<TYR>A<OH> central_sep2 -1.02061
+R<TYR>A<CB> R<TYR>A<OH> sep1 1.55867
+R<TYR>A<CB> R<TYR>A<OH> sep2 -0.906937
+R<TYR>A<CB> R<VAL>A<C> central_sep1 2.32046
+R<TYR>A<CB> R<VAL>A<C> central_sep2 0.921886
+R<TYR>A<CB> R<VAL>A<C> sep1 -0.220159
+R<TYR>A<CB> R<VAL>A<C> sep2 -0.486839
+R<TYR>A<CB> R<VAL>A<CA> central_sep1 -0.523203
+R<TYR>A<CB> R<VAL>A<CA> central_sep2 -0.228437
+R<TYR>A<CB> R<VAL>A<CA> sep1 1.61871
+R<TYR>A<CB> R<VAL>A<CA> sep2 0.297057
+R<TYR>A<CB> R<VAL>A<CB> central_sep1 0.0631377
+R<TYR>A<CB> R<VAL>A<CB> central_sep2 -1.41732
+R<TYR>A<CB> R<VAL>A<CB> sep1 1.59492
+R<TYR>A<CB> R<VAL>A<CB> sep2 -0.857059
+R<TYR>A<CB> R<VAL>A<CG1> central_sep1 -0.0775203
+R<TYR>A<CB> R<VAL>A<CG1> central_sep2 -1.42639
+R<TYR>A<CB> R<VAL>A<CG1> sep1 1.61882
+R<TYR>A<CB> R<VAL>A<CG1> sep2 -0.513616
+R<TYR>A<CB> R<VAL>A<CG2> central_sep1 -0.475152
+R<TYR>A<CB> R<VAL>A<CG2> central_sep2 -1.42631
+R<TYR>A<CB> R<VAL>A<CG2> sep1 1.5819
+R<TYR>A<CB> R<VAL>A<CG2> sep2 -0.496839
+R<TYR>A<CB> R<VAL>A<N> central_sep1 1.70187
+R<TYR>A<CB> R<VAL>A<N> central_sep2 0.749158
+R<TYR>A<CB> R<VAL>A<N> sep1 -1.10596
+R<TYR>A<CB> R<VAL>A<N> sep2 0.551803
+R<TYR>A<CB> R<VAL>A<O> central_sep1 -1.10056
+R<TYR>A<CB> R<VAL>A<O> central_sep2 -0.352351
+R<TYR>A<CB> R<VAL>A<O> sep1 0.524154
+R<TYR>A<CB> R<VAL>A<O> sep2 -0.810227
+R<TYR>A<CB> c<solvent> . 0.917591
+R<TYR>A<CD1> R<TYR>A<CD1> central_sep1 -0.846264
+R<TYR>A<CD1> R<TYR>A<CD1> central_sep2 -1.37519
+R<TYR>A<CD1> R<TYR>A<CD1> sep1 0.849041
+R<TYR>A<CD1> R<TYR>A<CD1> sep2 -1.46781
+R<TYR>A<CD1> R<TYR>A<CE1> central_sep1 -0.351681
+R<TYR>A<CD1> R<TYR>A<CE1> central_sep2 -1.19885
+R<TYR>A<CD1> R<TYR>A<CE1> sep1 0.837513
+R<TYR>A<CD1> R<TYR>A<CE1> sep2 -1.31702
+R<TYR>A<CD1> R<TYR>A<CG> central_sep1 -0.172689
+R<TYR>A<CD1> R<TYR>A<CG> central_sep2 -1.42932
+R<TYR>A<CD1> R<TYR>A<CG> sep1 -0.175124
+R<TYR>A<CD1> R<TYR>A<CG> sep2 -2.3399
+R<TYR>A<CD1> R<TYR>A<CZ> central_sep1 -0.632435
+R<TYR>A<CD1> R<TYR>A<CZ> central_sep2 -1.23571
+R<TYR>A<CD1> R<TYR>A<CZ> sep1 0.295338
+R<TYR>A<CD1> R<TYR>A<CZ> sep2 -1.77002
+R<TYR>A<CD1> R<TYR>A<N> central_sep1 0.0142357
+R<TYR>A<CD1> R<TYR>A<N> central_sep2 0.3714
+R<TYR>A<CD1> R<TYR>A<N> sep1 0.0249999
+R<TYR>A<CD1> R<TYR>A<N> sep2 -0.0720253
+R<TYR>A<CD1> R<TYR>A<O> central_sep1 -0.688065
+R<TYR>A<CD1> R<TYR>A<O> central_sep2 -0.647818
+R<TYR>A<CD1> R<TYR>A<O> sep1 0.769829
+R<TYR>A<CD1> R<TYR>A<O> sep2 -0.101023
+R<TYR>A<CD1> R<TYR>A<OH> central_sep1 0.209501
+R<TYR>A<CD1> R<TYR>A<OH> central_sep2 -0.876415
+R<TYR>A<CD1> R<TYR>A<OH> sep1 1.71171
+R<TYR>A<CD1> R<TYR>A<OH> sep2 -0.881146
+R<TYR>A<CD1> R<VAL>A<C> central_sep1 -0.701152
+R<TYR>A<CD1> R<VAL>A<C> central_sep2 -0.280588
+R<TYR>A<CD1> R<VAL>A<C> sep1 -0.778217
+R<TYR>A<CD1> R<VAL>A<C> sep2 -0.662231
+R<TYR>A<CD1> R<VAL>A<CA> central_sep1 0.311687
+R<TYR>A<CD1> R<VAL>A<CA> central_sep2 -0.0398209
+R<TYR>A<CD1> R<VAL>A<CA> sep1 0.00712649
+R<TYR>A<CD1> R<VAL>A<CA> sep2 -0.22065
+R<TYR>A<CD1> R<VAL>A<CB> central_sep1 -0.0304625
+R<TYR>A<CD1> R<VAL>A<CB> central_sep2 -0.963469
+R<TYR>A<CD1> R<VAL>A<CB> sep1 1.08699
+R<TYR>A<CD1> R<VAL>A<CB> sep2 -1.26545
+R<TYR>A<CD1> R<VAL>A<CG1> central_sep1 -0.0835306
+R<TYR>A<CD1> R<VAL>A<CG1> central_sep2 -1.2824
+R<TYR>A<CD1> R<VAL>A<CG1> sep1 1.20173
+R<TYR>A<CD1> R<VAL>A<CG1> sep2 -0.965266
+R<TYR>A<CD1> R<VAL>A<CG2> central_sep1 -0.135563
+R<TYR>A<CD1> R<VAL>A<CG2> central_sep2 -1.31951
+R<TYR>A<CD1> R<VAL>A<CG2> sep1 1.08242
+R<TYR>A<CD1> R<VAL>A<CG2> sep2 -1.01485
+R<TYR>A<CD1> R<VAL>A<N> central_sep1 0.393337
+R<TYR>A<CD1> R<VAL>A<N> central_sep2 0.674364
+R<TYR>A<CD1> R<VAL>A<N> sep1 0.130845
+R<TYR>A<CD1> R<VAL>A<N> sep2 0.235157
+R<TYR>A<CD1> R<VAL>A<O> central_sep1 -0.572646
+R<TYR>A<CD1> R<VAL>A<O> central_sep2 -0.552639
+R<TYR>A<CD1> R<VAL>A<O> sep1 0.780093
+R<TYR>A<CD1> R<VAL>A<O> sep2 0.0792328
+R<TYR>A<CD1> c<solvent> . 0.756829
+R<TYR>A<CE1> R<TYR>A<CE1> central_sep1 -0.308511
+R<TYR>A<CE1> R<TYR>A<CE1> central_sep2 -1.14964
+R<TYR>A<CE1> R<TYR>A<CE1> sep1 0.737591
+R<TYR>A<CE1> R<TYR>A<CE1> sep2 -1.34508
+R<TYR>A<CE1> R<TYR>A<CG> central_sep1 1.10397
+R<TYR>A<CE1> R<TYR>A<CG> central_sep2 -0.934621
+R<TYR>A<CE1> R<TYR>A<CG> sep1 0.275197
+R<TYR>A<CE1> R<TYR>A<CG> sep2 -2.17519
+R<TYR>A<CE1> R<TYR>A<CZ> central_sep1 0.0585609
+R<TYR>A<CE1> R<TYR>A<CZ> central_sep2 -0.737563
+R<TYR>A<CE1> R<TYR>A<CZ> sep1 0.67418
+R<TYR>A<CE1> R<TYR>A<CZ> sep2 -1.68366
+R<TYR>A<CE1> R<TYR>A<N> central_sep1 1.39332
+R<TYR>A<CE1> R<TYR>A<N> central_sep2 0.148999
+R<TYR>A<CE1> R<TYR>A<N> sep1 1.98807
+R<TYR>A<CE1> R<TYR>A<N> sep2 -0.123119
+R<TYR>A<CE1> R<TYR>A<O> central_sep1 0.409253
+R<TYR>A<CE1> R<TYR>A<O> central_sep2 -0.503053
+R<TYR>A<CE1> R<TYR>A<O> sep1 1.20252
+R<TYR>A<CE1> R<TYR>A<O> sep2 -0.0422512
+R<TYR>A<CE1> R<TYR>A<OH> central_sep1 1.19596
+R<TYR>A<CE1> R<TYR>A<OH> central_sep2 -0.878838
+R<TYR>A<CE1> R<TYR>A<OH> sep1 0.915605
+R<TYR>A<CE1> R<TYR>A<OH> sep2 -0.999825
+R<TYR>A<CE1> R<VAL>A<C> central_sep1 1.00733
+R<TYR>A<CE1> R<VAL>A<C> central_sep2 0.415644
+R<TYR>A<CE1> R<VAL>A<C> sep1 1.72576
+R<TYR>A<CE1> R<VAL>A<C> sep2 -0.307216
+R<TYR>A<CE1> R<VAL>A<CA> central_sep1 1.31686
+R<TYR>A<CE1> R<VAL>A<CA> central_sep2 0.0154723
+R<TYR>A<CE1> R<VAL>A<CA> sep1 1.89539
+R<TYR>A<CE1> R<VAL>A<CA> sep2 -0.102387
+R<TYR>A<CE1> R<VAL>A<CB> central_sep1 0.128765
+R<TYR>A<CE1> R<VAL>A<CB> central_sep2 -0.981689
+R<TYR>A<CE1> R<VAL>A<CB> sep1 0.805404
+R<TYR>A<CE1> R<VAL>A<CB> sep2 -1.27854
+R<TYR>A<CE1> R<VAL>A<CG1> central_sep1 -0.150008
+R<TYR>A<CE1> R<VAL>A<CG1> central_sep2 -1.16762
+R<TYR>A<CE1> R<VAL>A<CG1> sep1 1.29121
+R<TYR>A<CE1> R<VAL>A<CG1> sep2 -0.830546
+R<TYR>A<CE1> R<VAL>A<CG2> central_sep1 -0.0913295
+R<TYR>A<CE1> R<VAL>A<CG2> central_sep2 -1.24079
+R<TYR>A<CE1> R<VAL>A<CG2> sep1 1.45444
+R<TYR>A<CE1> R<VAL>A<CG2> sep2 -0.794133
+R<TYR>A<CE1> R<VAL>A<N> central_sep1 2.00111
+R<TYR>A<CE1> R<VAL>A<N> central_sep2 0.723044
+R<TYR>A<CE1> R<VAL>A<N> sep1 2.13822
+R<TYR>A<CE1> R<VAL>A<N> sep2 0.259729
+R<TYR>A<CE1> R<VAL>A<O> central_sep1 0.522858
+R<TYR>A<CE1> R<VAL>A<O> central_sep2 -0.201063
+R<TYR>A<CE1> R<VAL>A<O> sep1 1.49362
+R<TYR>A<CE1> R<VAL>A<O> sep2 0.251082
+R<TYR>A<CE1> c<solvent> . 0.356394
+R<TYR>A<CG> R<TYR>A<CG> central_sep1 1.30718
+R<TYR>A<CG> R<TYR>A<CG> central_sep2 -2.07769
+R<TYR>A<CG> R<TYR>A<CG> sep1 1.67356
+R<TYR>A<CG> R<TYR>A<CG> sep2 -2.39308
+R<TYR>A<CG> R<TYR>A<CZ> central_sep1 0.396979
+R<TYR>A<CG> R<TYR>A<CZ> central_sep2 -0.929649
+R<TYR>A<CG> R<TYR>A<CZ> sep1 0.224615
+R<TYR>A<CG> R<TYR>A<CZ> sep2 -1.8527
+R<TYR>A<CG> R<TYR>A<N> central_sep1 0.379109
+R<TYR>A<CG> R<TYR>A<N> central_sep2 1.28183
+R<TYR>A<CG> R<TYR>A<N> sep1 -0.842827
+R<TYR>A<CG> R<TYR>A<N> sep2 -0.000626869
+R<TYR>A<CG> R<TYR>A<O> central_sep1 0.308892
+R<TYR>A<CG> R<TYR>A<O> central_sep2 1.39706
+R<TYR>A<CG> R<TYR>A<O> sep1 -0.0673457
+R<TYR>A<CG> R<TYR>A<O> sep2 -0.507736
+R<TYR>A<CG> R<TYR>A<OH> central_sep1 1.46494
+R<TYR>A<CG> R<TYR>A<OH> central_sep2 0.395624
+R<TYR>A<CG> R<TYR>A<OH> sep1 0.326667
+R<TYR>A<CG> R<TYR>A<OH> sep2 -1.67832
+R<TYR>A<CG> R<VAL>A<C> central_sep1 1.97878
+R<TYR>A<CG> R<VAL>A<C> central_sep2 1.4675
+R<TYR>A<CG> R<VAL>A<C> sep1 -2.02388
+R<TYR>A<CG> R<VAL>A<C> sep2 0.487432
+R<TYR>A<CG> R<VAL>A<CA> central_sep1 1.83222
+R<TYR>A<CG> R<VAL>A<CA> central_sep2 0.722106
+R<TYR>A<CG> R<VAL>A<CA> sep1 1.70307
+R<TYR>A<CG> R<VAL>A<CA> sep2 -0.522329
+R<TYR>A<CG> R<VAL>A<CB> central_sep1 1.09709
+R<TYR>A<CG> R<VAL>A<CB> central_sep2 -0.525587
+R<TYR>A<CG> R<VAL>A<CB> sep1 0.951161
+R<TYR>A<CG> R<VAL>A<CB> sep2 -2.02162
+R<TYR>A<CG> R<VAL>A<CG1> central_sep1 1.21393
+R<TYR>A<CG> R<VAL>A<CG1> central_sep2 -1.07788
+R<TYR>A<CG> R<VAL>A<CG1> sep1 0.486155
+R<TYR>A<CG> R<VAL>A<CG1> sep2 -2.24653
+R<TYR>A<CG> R<VAL>A<CG2> central_sep1 1.18852
+R<TYR>A<CG> R<VAL>A<CG2> central_sep2 -1.11902
+R<TYR>A<CG> R<VAL>A<CG2> sep1 0.841938
+R<TYR>A<CG> R<VAL>A<CG2> sep2 -2.3277
+R<TYR>A<CG> R<VAL>A<N> central_sep1 0.547832
+R<TYR>A<CG> R<VAL>A<N> central_sep2 2.36291
+R<TYR>A<CG> R<VAL>A<N> sep1 -1.02043
+R<TYR>A<CG> R<VAL>A<N> sep2 0.703275
+R<TYR>A<CG> R<VAL>A<O> central_sep1 0.641311
+R<TYR>A<CG> R<VAL>A<O> central_sep2 1.62445
+R<TYR>A<CG> R<VAL>A<O> sep1 0.0387452
+R<TYR>A<CG> R<VAL>A<O> sep2 -0.0201126
+R<TYR>A<CG> c<solvent> . 1.40794
+R<TYR>A<CZ> R<TYR>A<CZ> central_sep1 2.78726
+R<TYR>A<CZ> R<TYR>A<CZ> central_sep2 0.0636982
+R<TYR>A<CZ> R<TYR>A<CZ> sep1 2.23512
+R<TYR>A<CZ> R<TYR>A<CZ> sep2 -0.986274
+R<TYR>A<CZ> R<TYR>A<N> central_sep1 2.43982
+R<TYR>A<CZ> R<TYR>A<N> central_sep2 0.282776
+R<TYR>A<CZ> R<TYR>A<N> sep1 2.01268
+R<TYR>A<CZ> R<TYR>A<N> sep2 -0.439086
+R<TYR>A<CZ> R<TYR>A<O> central_sep1 1.13462
+R<TYR>A<CZ> R<TYR>A<O> central_sep2 0.98944
+R<TYR>A<CZ> R<TYR>A<O> sep1 1.1592
+R<TYR>A<CZ> R<TYR>A<O> sep2 -0.0913219
+R<TYR>A<CZ> R<TYR>A<OH> central_sep1 2.18578
+R<TYR>A<CZ> R<TYR>A<OH> central_sep2 0.36659
+R<TYR>A<CZ> R<TYR>A<OH> sep1 1.66155
+R<TYR>A<CZ> R<TYR>A<OH> sep2 -1.26921
+R<TYR>A<CZ> R<VAL>A<C> central_sep1 1.33093
+R<TYR>A<CZ> R<VAL>A<C> central_sep2 1.49524
+R<TYR>A<CZ> R<VAL>A<C> sep1 1.8383
+R<TYR>A<CZ> R<VAL>A<C> sep2 0.393146
+R<TYR>A<CZ> R<VAL>A<CA> central_sep1 1.63529
+R<TYR>A<CZ> R<VAL>A<CA> central_sep2 0.17371
+R<TYR>A<CZ> R<VAL>A<CA> sep1 2.21268
+R<TYR>A<CZ> R<VAL>A<CA> sep2 -0.37721
+R<TYR>A<CZ> R<VAL>A<CB> central_sep1 0.114488
+R<TYR>A<CZ> R<VAL>A<CB> central_sep2 -1.11317
+R<TYR>A<CZ> R<VAL>A<CB> sep1 0.841693
+R<TYR>A<CZ> R<VAL>A<CB> sep2 -1.55019
+R<TYR>A<CZ> R<VAL>A<CG1> central_sep1 -0.564156
+R<TYR>A<CZ> R<VAL>A<CG1> central_sep2 -1.08359
+R<TYR>A<CZ> R<VAL>A<CG1> sep1 0.653011
+R<TYR>A<CZ> R<VAL>A<CG1> sep2 -1.58527
+R<TYR>A<CZ> R<VAL>A<CG2> central_sep1 -0.386107
+R<TYR>A<CZ> R<VAL>A<CG2> central_sep2 -1.12222
+R<TYR>A<CZ> R<VAL>A<CG2> sep1 0.847254
+R<TYR>A<CZ> R<VAL>A<CG2> sep2 -1.60174
+R<TYR>A<CZ> R<VAL>A<N> central_sep1 3.27566
+R<TYR>A<CZ> R<VAL>A<N> central_sep2 1.16308
+R<TYR>A<CZ> R<VAL>A<N> sep1 2.12634
+R<TYR>A<CZ> R<VAL>A<N> sep2 0.283379
+R<TYR>A<CZ> R<VAL>A<O> central_sep1 0.949806
+R<TYR>A<CZ> R<VAL>A<O> central_sep2 1.23723
+R<TYR>A<CZ> R<VAL>A<O> sep1 1.37467
+R<TYR>A<CZ> R<VAL>A<O> sep2 0.321443
+R<TYR>A<CZ> c<solvent> . 0.819711
+R<TYR>A<N> R<TYR>A<N> central_sep1 1.5405
+R<TYR>A<N> R<TYR>A<N> central_sep2 1.07068
+R<TYR>A<N> R<TYR>A<N> sep1 -2.33389
+R<TYR>A<N> R<TYR>A<N> sep2 0.780966
+R<TYR>A<N> R<TYR>A<O> central_sep1 -1.9425
+R<TYR>A<N> R<TYR>A<O> central_sep2 -1.7449
+R<TYR>A<N> R<TYR>A<O> sep1 0.17479
+R<TYR>A<N> R<TYR>A<O> sep2 0.528182
+R<TYR>A<N> R<TYR>A<OH> central_sep1 2.29009
+R<TYR>A<N> R<TYR>A<OH> central_sep2 -0.154306
+R<TYR>A<N> R<TYR>A<OH> sep1 3.20658
+R<TYR>A<N> R<TYR>A<OH> sep2 -0.171775
+R<TYR>A<N> R<VAL>A<C> central_sep1 -0.026074
+R<TYR>A<N> R<VAL>A<C> central_sep2 5.18241
+R<TYR>A<N> R<VAL>A<C> sep1 -1.35508
+R<TYR>A<N> R<VAL>A<C> sep2 1.95785
+R<TYR>A<N> R<VAL>A<CA> central_sep1 2.76712
+R<TYR>A<N> R<VAL>A<CA> central_sep2 1.58234
+R<TYR>A<N> R<VAL>A<CA> sep1 -2.22391
+R<TYR>A<N> R<VAL>A<CA> sep2 1.12932
+R<TYR>A<N> R<VAL>A<CB> central_sep1 2.08536
+R<TYR>A<N> R<VAL>A<CB> central_sep2 0.679386
+R<TYR>A<N> R<VAL>A<CB> sep1 -1.31028
+R<TYR>A<N> R<VAL>A<CB> sep2 0.480354
+R<TYR>A<N> R<VAL>A<CG1> central_sep1 0.25094
+R<TYR>A<N> R<VAL>A<CG1> central_sep2 0.40166
+R<TYR>A<N> R<VAL>A<CG1> sep1 -0.522834
+R<TYR>A<N> R<VAL>A<CG1> sep2 0.358522
+R<TYR>A<N> R<VAL>A<CG2> central_sep1 0.943271
+R<TYR>A<N> R<VAL>A<CG2> central_sep2 0.649404
+R<TYR>A<N> R<VAL>A<CG2> sep1 1.1825
+R<TYR>A<N> R<VAL>A<CG2> sep2 0.36686
+R<TYR>A<N> R<VAL>A<N> central_sep1 2.22571
+R<TYR>A<N> R<VAL>A<N> central_sep2 1.6152
+R<TYR>A<N> R<VAL>A<N> sep1 -1.84925
+R<TYR>A<N> R<VAL>A<N> sep2 0.885662
+R<TYR>A<N> R<VAL>A<O> central_sep1 -1.66912
+R<TYR>A<N> R<VAL>A<O> central_sep2 -1.87144
+R<TYR>A<N> R<VAL>A<O> sep1 0.277394
+R<TYR>A<N> R<VAL>A<O> sep2 0.559811
+R<TYR>A<N> c<solvent> . 1.96321
+R<TYR>A<O> R<TYR>A<O> central_sep1 0.603341
+R<TYR>A<O> R<TYR>A<O> central_sep2 -0.0333433
+R<TYR>A<O> R<TYR>A<O> sep1 0.782837
+R<TYR>A<O> R<TYR>A<O> sep2 0.539879
+R<TYR>A<O> R<TYR>A<OH> central_sep1 1.70975
+R<TYR>A<O> R<TYR>A<OH> central_sep2 -0.579971
+R<TYR>A<O> R<TYR>A<OH> sep1 2.49627
+R<TYR>A<O> R<TYR>A<OH> sep2 -0.192849
+R<TYR>A<O> R<VAL>A<C> central_sep1 -0.369941
+R<TYR>A<O> R<VAL>A<C> central_sep2 2.67669
+R<TYR>A<O> R<VAL>A<C> sep1 -0.776766
+R<TYR>A<O> R<VAL>A<C> sep2 1.46212
+R<TYR>A<O> R<VAL>A<CA> central_sep1 0.959591
+R<TYR>A<O> R<VAL>A<CA> central_sep2 -1.27577
+R<TYR>A<O> R<VAL>A<CA> sep1 -1.98556
+R<TYR>A<O> R<VAL>A<CA> sep2 0.36596
+R<TYR>A<O> R<VAL>A<CB> central_sep1 -1.20939
+R<TYR>A<O> R<VAL>A<CB> central_sep2 -0.445214
+R<TYR>A<O> R<VAL>A<CB> sep1 0.524205
+R<TYR>A<O> R<VAL>A<CB> sep2 -1.14678
+R<TYR>A<O> R<VAL>A<CG1> central_sep1 -0.347935
+R<TYR>A<O> R<VAL>A<CG1> central_sep2 -0.3762
+R<TYR>A<O> R<VAL>A<CG1> sep1 1.21813
+R<TYR>A<O> R<VAL>A<CG1> sep2 0.211269
+R<TYR>A<O> R<VAL>A<CG2> central_sep1 -0.735952
+R<TYR>A<O> R<VAL>A<CG2> central_sep2 -0.17193
+R<TYR>A<O> R<VAL>A<CG2> sep1 0.726877
+R<TYR>A<O> R<VAL>A<CG2> sep2 -0.0514444
+R<TYR>A<O> R<VAL>A<N> central_sep1 -1.66006
+R<TYR>A<O> R<VAL>A<N> central_sep2 -1.94569
+R<TYR>A<O> R<VAL>A<N> sep1 0.125469
+R<TYR>A<O> R<VAL>A<N> sep2 0.73496
+R<TYR>A<O> R<VAL>A<O> central_sep1 0.750456
+R<TYR>A<O> R<VAL>A<O> central_sep2 -0.0618113
+R<TYR>A<O> R<VAL>A<O> sep1 1.24968
+R<TYR>A<O> R<VAL>A<O> sep2 0.694338
+R<TYR>A<O> c<solvent> . 0.825499
+R<TYR>A<OH> R<TYR>A<OH> central_sep1 1.06582
+R<TYR>A<OH> R<TYR>A<OH> central_sep2 -1.17216
+R<TYR>A<OH> R<TYR>A<OH> sep1 2.00909
+R<TYR>A<OH> R<TYR>A<OH> sep2 -0.853562
+R<TYR>A<OH> R<VAL>A<C> central_sep1 3.68379
+R<TYR>A<OH> R<VAL>A<C> central_sep2 1.22264
+R<TYR>A<OH> R<VAL>A<C> sep1 4.7696
+R<TYR>A<OH> R<VAL>A<C> sep2 0.216505
+R<TYR>A<OH> R<VAL>A<CA> central_sep1 2.36419
+R<TYR>A<OH> R<VAL>A<CA> central_sep2 -0.0799454
+R<TYR>A<OH> R<VAL>A<CA> sep1 3.42712
+R<TYR>A<OH> R<VAL>A<CA> sep2 0.040714
+R<TYR>A<OH> R<VAL>A<CB> central_sep1 1.01824
+R<TYR>A<OH> R<VAL>A<CB> central_sep2 -0.630126
+R<TYR>A<OH> R<VAL>A<CB> sep1 1.32299
+R<TYR>A<OH> R<VAL>A<CB> sep2 -1.05422
+R<TYR>A<OH> R<VAL>A<CG1> central_sep1 1.23241
+R<TYR>A<OH> R<VAL>A<CG1> central_sep2 -0.807707
+R<TYR>A<OH> R<VAL>A<CG1> sep1 1.22534
+R<TYR>A<OH> R<VAL>A<CG1> sep2 -0.541095
+R<TYR>A<OH> R<VAL>A<CG2> central_sep1 1.50451
+R<TYR>A<OH> R<VAL>A<CG2> central_sep2 -0.777107
+R<TYR>A<OH> R<VAL>A<CG2> sep1 1.13244
+R<TYR>A<OH> R<VAL>A<CG2> sep2 -0.588383
+R<TYR>A<OH> R<VAL>A<N> central_sep1 2.42622
+R<TYR>A<OH> R<VAL>A<N> central_sep2 0.21528
+R<TYR>A<OH> R<VAL>A<N> sep1 3.42043
+R<TYR>A<OH> R<VAL>A<N> sep2 0.291729
+R<TYR>A<OH> R<VAL>A<O> central_sep1 2.2454
+R<TYR>A<OH> R<VAL>A<O> central_sep2 -0.284764
+R<TYR>A<OH> R<VAL>A<O> sep1 2.82169
+R<TYR>A<OH> R<VAL>A<O> sep2 0.0348697
+R<TYR>A<OH> c<solvent> . -0.109114
+R<VAL>A<C> R<VAL>A<C> central_sep1 6.08213
+R<VAL>A<C> R<VAL>A<C> central_sep2 4.06916
+R<VAL>A<C> R<VAL>A<C> sep1 -2.70037
+R<VAL>A<C> R<VAL>A<C> sep2 2.89622
+R<VAL>A<C> R<VAL>A<CA> central_sep1 4.1216
+R<VAL>A<C> R<VAL>A<CA> central_sep2 3.28091
+R<VAL>A<C> R<VAL>A<CA> sep1 -2.99111
+R<VAL>A<C> R<VAL>A<CA> sep2 1.01591
+R<VAL>A<C> R<VAL>A<CB> central_sep1 2.68787
+R<VAL>A<C> R<VAL>A<CB> central_sep2 1.14998
+R<VAL>A<C> R<VAL>A<CB> sep1 0.120808
+R<VAL>A<C> R<VAL>A<CB> sep2 -0.863342
+R<VAL>A<C> R<VAL>A<CG1> central_sep1 -0.0877349
+R<VAL>A<C> R<VAL>A<CG1> central_sep2 0.264976
+R<VAL>A<C> R<VAL>A<CG1> sep1 -0.924303
+R<VAL>A<C> R<VAL>A<CG1> sep2 -0.975716
+R<VAL>A<C> R<VAL>A<CG2> central_sep1 0.770511
+R<VAL>A<C> R<VAL>A<CG2> central_sep2 0.164975
+R<VAL>A<C> R<VAL>A<CG2> sep1 -1.24848
+R<VAL>A<C> R<VAL>A<CG2> sep2 -0.772209
+R<VAL>A<C> R<VAL>A<N> central_sep1 0.505458
+R<VAL>A<C> R<VAL>A<N> central_sep2 4.29018
+R<VAL>A<C> R<VAL>A<N> sep1 -1.149
+R<VAL>A<C> R<VAL>A<N> sep2 2.22636
+R<VAL>A<C> R<VAL>A<O> central_sep1 -0.382893
+R<VAL>A<C> R<VAL>A<O> central_sep2 3.07614
+R<VAL>A<C> R<VAL>A<O> sep1 -0.758153
+R<VAL>A<C> R<VAL>A<O> sep2 1.37662
+R<VAL>A<C> c<solvent> . 2.38596
+R<VAL>A<CA> R<VAL>A<CA> central_sep1 1.04763
+R<VAL>A<CA> R<VAL>A<CA> central_sep2 -0.888724
+R<VAL>A<CA> R<VAL>A<CA> sep1 3.82888
+R<VAL>A<CA> R<VAL>A<CA> sep2 0.171998
+R<VAL>A<CA> R<VAL>A<CB> central_sep1 -0.892095
+R<VAL>A<CA> R<VAL>A<CB> central_sep2 -1.00329
+R<VAL>A<CA> R<VAL>A<CB> sep1 1.28568
+R<VAL>A<CA> R<VAL>A<CB> sep2 -0.194508
+R<VAL>A<CA> R<VAL>A<CG1> central_sep1 1.39934
+R<VAL>A<CA> R<VAL>A<CG1> central_sep2 -0.484416
+R<VAL>A<CA> R<VAL>A<CG1> sep1 1.38894
+R<VAL>A<CA> R<VAL>A<CG1> sep2 0.00798969
+R<VAL>A<CA> R<VAL>A<CG2> central_sep1 0.336524
+R<VAL>A<CA> R<VAL>A<CG2> central_sep2 -0.586687
+R<VAL>A<CA> R<VAL>A<CG2> sep1 1.33952
+R<VAL>A<CA> R<VAL>A<CG2> sep2 -0.063585
+R<VAL>A<CA> R<VAL>A<N> central_sep1 2.82838
+R<VAL>A<CA> R<VAL>A<N> central_sep2 1.40431
+R<VAL>A<CA> R<VAL>A<N> sep1 -2.51854
+R<VAL>A<CA> R<VAL>A<N> sep2 0.465973
+R<VAL>A<CA> R<VAL>A<O> central_sep1 0.84649
+R<VAL>A<CA> R<VAL>A<O> central_sep2 -1.79028
+R<VAL>A<CA> R<VAL>A<O> sep1 -2.206
+R<VAL>A<CA> R<VAL>A<O> sep2 0.0417478
+R<VAL>A<CA> c<solvent> . 1.70247
+R<VAL>A<CB> R<VAL>A<CB> central_sep1 0.104566
+R<VAL>A<CB> R<VAL>A<CB> central_sep2 -1.70839
+R<VAL>A<CB> R<VAL>A<CB> sep1 1.40321
+R<VAL>A<CB> R<VAL>A<CB> sep2 -1.45842
+R<VAL>A<CB> R<VAL>A<CG1> central_sep1 0.244324
+R<VAL>A<CB> R<VAL>A<CG1> central_sep2 -1.40844
+R<VAL>A<CB> R<VAL>A<CG1> sep1 1.32084
+R<VAL>A<CB> R<VAL>A<CG1> sep2 -1.49091
+R<VAL>A<CB> R<VAL>A<CG2> central_sep1 0.339301
+R<VAL>A<CB> R<VAL>A<CG2> central_sep2 -1.60399
+R<VAL>A<CB> R<VAL>A<CG2> sep1 0.745318
+R<VAL>A<CB> R<VAL>A<CG2> sep2 -1.45502
+R<VAL>A<CB> R<VAL>A<N> central_sep1 2.25402
+R<VAL>A<CB> R<VAL>A<N> central_sep2 0.97809
+R<VAL>A<CB> R<VAL>A<N> sep1 -1.31522
+R<VAL>A<CB> R<VAL>A<N> sep2 0.605204
+R<VAL>A<CB> R<VAL>A<O> central_sep1 -1.29606
+R<VAL>A<CB> R<VAL>A<O> central_sep2 -0.596907
+R<VAL>A<CB> R<VAL>A<O> sep1 0.533758
+R<VAL>A<CB> R<VAL>A<O> sep2 -1.36113
+R<VAL>A<CB> c<solvent> . 0.877407
+R<VAL>A<CG1> R<VAL>A<CG1> central_sep1 -0.210061
+R<VAL>A<CG1> R<VAL>A<CG1> central_sep2 -1.8931
+R<VAL>A<CG1> R<VAL>A<CG1> sep1 2.21091
+R<VAL>A<CG1> R<VAL>A<CG1> sep2 -0.728624
+R<VAL>A<CG1> R<VAL>A<CG2> central_sep1 -0.986537
+R<VAL>A<CG1> R<VAL>A<CG2> central_sep2 -1.92735
+R<VAL>A<CG1> R<VAL>A<CG2> sep1 1.8739
+R<VAL>A<CG1> R<VAL>A<CG2> sep2 -0.647755
+R<VAL>A<CG1> R<VAL>A<N> central_sep1 0.339418
+R<VAL>A<CG1> R<VAL>A<N> central_sep2 0.260784
+R<VAL>A<CG1> R<VAL>A<N> sep1 -0.837417
+R<VAL>A<CG1> R<VAL>A<N> sep2 0.0972565
+R<VAL>A<CG1> R<VAL>A<O> central_sep1 -0.232772
+R<VAL>A<CG1> R<VAL>A<O> central_sep2 -0.635732
+R<VAL>A<CG1> R<VAL>A<O> sep1 0.761719
+R<VAL>A<CG1> R<VAL>A<O> sep2 -0.131934
+R<VAL>A<CG1> c<solvent> . 0.631553
+R<VAL>A<CG2> R<VAL>A<CG2> central_sep1 -0.4577
+R<VAL>A<CG2> R<VAL>A<CG2> central_sep2 -1.95541
+R<VAL>A<CG2> R<VAL>A<CG2> sep1 2.58773
+R<VAL>A<CG2> R<VAL>A<CG2> sep2 -0.71938
+R<VAL>A<CG2> R<VAL>A<N> central_sep1 0.813508
+R<VAL>A<CG2> R<VAL>A<N> central_sep2 0.443297
+R<VAL>A<CG2> R<VAL>A<N> sep1 1.19859
+R<VAL>A<CG2> R<VAL>A<N> sep2 0.197303
+R<VAL>A<CG2> R<VAL>A<O> central_sep1 -0.826983
+R<VAL>A<CG2> R<VAL>A<O> central_sep2 -0.35153
+R<VAL>A<CG2> R<VAL>A<O> sep1 0.586664
+R<VAL>A<CG2> R<VAL>A<O> sep2 -0.136113
+R<VAL>A<CG2> c<solvent> . 0.690128
+R<VAL>A<N> R<VAL>A<N> central_sep1 1.77286
+R<VAL>A<N> R<VAL>A<N> central_sep2 1.39866
+R<VAL>A<N> R<VAL>A<N> sep1 -1.6771
+R<VAL>A<N> R<VAL>A<N> sep2 0.51399
+R<VAL>A<N> R<VAL>A<O> central_sep1 -1.68449
+R<VAL>A<N> R<VAL>A<O> central_sep2 -2.19682
+R<VAL>A<N> R<VAL>A<O> sep1 -0.132119
+R<VAL>A<N> R<VAL>A<O> sep2 0.584094
+R<VAL>A<N> c<solvent> . 1.98414
+R<VAL>A<O> R<VAL>A<O> central_sep1 0.910284
+R<VAL>A<O> R<VAL>A<O> central_sep2 -0.402939
+R<VAL>A<O> R<VAL>A<O> sep1 1.09851
+R<VAL>A<O> R<VAL>A<O> sep2 0.374492
+R<VAL>A<O> c<solvent> . 0.829146
+EOF
+fi
+
+if [ "$RESOURCE_NAME" == "energy_means_and_sds" ]
+then
+cat << 'EOF'
+R<ALA>A<C> -0.361355 0.271633
+R<ALA>A<CA> -0.345553 0.267743
+R<ALA>A<CB> -0.3448 0.243304
+R<ALA>A<N> -0.366099 0.260687
+R<ALA>A<O> -0.345946 0.258291
+R<ARG>A<C> -0.314033 0.250329
+R<ARG>A<CA> -0.283062 0.235648
+R<ARG>A<CB> -0.282617 0.196033
+R<ARG>A<CD> -0.300179 0.166284
+R<ARG>A<CG> -0.286845 0.183697
+R<ARG>A<CZ> -0.311343 0.154622
+R<ARG>A<N> -0.326924 0.237998
+R<ARG>A<NE> -0.309583 0.161413
+R<ARG>A<NH1> -0.299401 0.14972
+R<ARG>A<O> -0.306149 0.235503
+R<ASN>A<C> -0.277629 0.234746
+R<ASN>A<CA> -0.239685 0.216018
+R<ASN>A<CB> -0.240536 0.192117
+R<ASN>A<CG> -0.243489 0.177516
+R<ASN>A<N> -0.285685 0.227598
+R<ASN>A<ND2> -0.248695 0.169529
+R<ASN>A<O> -0.275947 0.221397
+R<ASN>A<OD1> -0.240778 0.178939
+R<ASP>A<C> -0.276127 0.230521
+R<ASP>A<CA> -0.227304 0.211296
+R<ASP>A<CB> -0.234205 0.187007
+R<ASP>A<CG> -0.23162 0.164127
+R<ASP>A<N> -0.284671 0.219865
+R<ASP>A<O> -0.275534 0.213786
+R<ASP>A<OD1> -0.240172 0.170026
+R<CYS>A<C> -0.433833 0.263039
+R<CYS>A<CA> -0.452816 0.264808
+R<CYS>A<CB> -0.445575 0.241479
+R<CYS>A<N> -0.452772 0.25979
+R<CYS>A<O> -0.415418 0.249034
+R<CYS>A<SG> -0.453821 0.233319
+R<GLN>A<C> -0.288729 0.24214
+R<GLN>A<CA> -0.249327 0.227324
+R<GLN>A<CB> -0.247521 0.200981
+R<GLN>A<CD> -0.268025 0.170638
+R<GLN>A<CG> -0.244308 0.189226
+R<GLN>A<N> -0.294536 0.233243
+R<GLN>A<NE2> -0.263844 0.168541
+R<GLN>A<O> -0.283414 0.229182
+R<GLN>A<OE1> -0.269828 0.173859
+R<GLU>A<C> -0.274567 0.234897
+R<GLU>A<CA> -0.228705 0.219997
+R<GLU>A<CB> -0.228811 0.189035
+R<GLU>A<CD> -0.280044 0.165997
+R<GLU>A<CG> -0.246744 0.177932
+R<GLU>A<N> -0.280941 0.224805
+R<GLU>A<O> -0.271903 0.219933
+R<GLU>A<OE1> -0.289284 0.184738
+R<GLY>A<C> -0.284029 0.238359
+R<GLY>A<CA> -0.255495 0.224329
+R<GLY>A<N> -0.271878 0.243837
+R<GLY>A<O> -0.29364 0.234042
+R<HIS>A<C> -0.333108 0.26356
+R<HIS>A<CA> -0.304916 0.242045
+R<HIS>A<CB> -0.313616 0.232557
+R<HIS>A<CD2> -0.315305 0.202641
+R<HIS>A<CE1> -0.292742 0.17448
+R<HIS>A<CG> -0.321819 0.23152
+R<HIS>A<N> -0.33991 0.253808
+R<HIS>A<ND1> -0.297591 0.198435
+R<HIS>A<NE2> -0.310276 0.183333
+R<HIS>A<O> -0.331277 0.246533
+R<ILE>A<C> -0.450304 0.293395
+R<ILE>A<CA> -0.479819 0.309649
+R<ILE>A<CB> -0.518727 0.337553
+R<ILE>A<CD1> -0.514598 0.274205
+R<ILE>A<CG1> -0.518525 0.291153
+R<ILE>A<CG2> -0.506426 0.274073
+R<ILE>A<N> -0.461542 0.287267
+R<ILE>A<O> -0.449107 0.276286
+R<LEU>A<C> -0.428931 0.282663
+R<LEU>A<CA> -0.433988 0.288229
+R<LEU>A<CB> -0.462253 0.280208
+R<LEU>A<CD1> -0.494805 0.276094
+R<LEU>A<CD2> -0.484707 0.275624
+R<LEU>A<CG> -0.519465 0.308807
+R<LEU>A<N> -0.430719 0.273607
+R<LEU>A<O> -0.412602 0.269545
+R<LYS>A<C> -0.271316 0.243753
+R<LYS>A<CA> -0.231758 0.227465
+R<LYS>A<CB> -0.236498 0.193188
+R<LYS>A<CD> -0.26921 0.162298
+R<LYS>A<CE> -0.293129 0.175876
+R<LYS>A<CG> -0.246717 0.177021
+R<LYS>A<N> -0.288103 0.231916
+R<LYS>A<NZ> -0.334014 0.223843
+R<LYS>A<O> -0.268066 0.229215
+R<MET>A<C> -0.398077 0.27971
+R<MET>A<CA> -0.396421 0.286734
+R<MET>A<CB> -0.411255 0.273216
+R<MET>A<CE> -0.445468 0.264173
+R<MET>A<CG> -0.439682 0.275508
+R<MET>A<N> -0.391078 0.284179
+R<MET>A<O> -0.387303 0.263566
+R<MET>A<SD> -0.458938 0.273885
+R<PHE>A<C> -0.402941 0.27988
+R<PHE>A<CA> -0.4315 0.282044
+R<PHE>A<CB> -0.4593 0.272564
+R<PHE>A<CD1> -0.504217 0.279886
+R<PHE>A<CE1> -0.517273 0.287964
+R<PHE>A<CG> -0.567174 0.402211
+R<PHE>A<CZ> -0.525165 0.297149
+R<PHE>A<N> -0.414952 0.27603
+R<PHE>A<O> -0.410731 0.267482
+R<PRO>A<C> -0.251864 0.227495
+R<PRO>A<CA> -0.235571 0.22395
+R<PRO>A<CB> -0.253491 0.210246
+R<PRO>A<CD> -0.27945 0.208038
+R<PRO>A<CG> -0.285889 0.202525
+R<PRO>A<N> -0.265365 0.239899
+R<PRO>A<O> -0.274112 0.216166
+R<SER>A<C> -0.291562 0.250821
+R<SER>A<CA> -0.265312 0.240888
+R<SER>A<CB> -0.260352 0.203396
+R<SER>A<N> -0.305418 0.242504
+R<SER>A<O> -0.292216 0.235508
+R<SER>A<OG> -0.252789 0.197016
+R<THR>A<C> -0.340493 0.264137
+R<THR>A<CA> -0.30935 0.25289
+R<THR>A<CB> -0.301043 0.220135
+R<THR>A<CG2> -0.318906 0.220701
+R<THR>A<N> -0.336243 0.250223
+R<THR>A<O> -0.335836 0.244642
+R<THR>A<OG1> -0.280829 0.205848
+R<TRP>A<C> -0.390675 0.268288
+R<TRP>A<CA> -0.407684 0.260605
+R<TRP>A<CB> -0.427691 0.260025
+R<TRP>A<CD1> -0.396679 0.216544
+R<TRP>A<CD2> -0.514994 0.27336
+R<TRP>A<CE2> -0.495801 0.273607
+R<TRP>A<CE3> -0.5046 0.26119
+R<TRP>A<CG> -0.490856 0.349568
+R<TRP>A<CH2> -0.479774 0.256487
+R<TRP>A<CZ2> -0.451098 0.231715
+R<TRP>A<CZ3> -0.503666 0.264548
+R<TRP>A<N> -0.388018 0.255962
+R<TRP>A<NE1> -0.418557 0.220445
+R<TRP>A<O> -0.390417 0.252122
+R<TYR>A<C> -0.394996 0.277939
+R<TYR>A<CA> -0.397171 0.266279
+R<TYR>A<CB> -0.424335 0.262804
+R<TYR>A<CD1> -0.418049 0.235199
+R<TYR>A<CE1> -0.406279 0.217514
+R<TYR>A<CG> -0.462158 0.352833
+R<TYR>A<CZ> -0.420874 0.236456
+R<TYR>A<N> -0.395839 0.270795
+R<TYR>A<O> -0.392777 0.260632
+R<TYR>A<OH> -0.382486 0.195056
+R<VAL>A<C> -0.452268 0.294451
+R<VAL>A<CA> -0.47288 0.3119
+R<VAL>A<CB> -0.486325 0.312156
+R<VAL>A<CG1> -0.476699 0.272099
+R<VAL>A<CG2> -0.471999 0.267144
+R<VAL>A<N> -0.446777 0.287806
+R<VAL>A<O> -0.441403 0.275012
+EOF
+fi
diff --git a/voronota-volumes b/voronota-volumes
new file mode 100755
index 0000000..da09d28
--- /dev/null
+++ b/voronota-volumes
@@ -0,0 +1,180 @@
+#!/bin/bash
+
+function print_help_and_exit
+{
+cat >&2 << EOF
+
+'voronota-volumes' script provides a way for calculating and querying atomic volumes
+with just one command (without the need to construct a pipeline from 'voronota' calls).
+
+Basic options:
+    --input | -i                   string   *  input structure file in PDB format
+    --input-filter-query           string      input atoms filtering query parameters
+    --cache-dir                    string      path to cache directory
+    --sum-at-end                               flag to print sum of areas as the last line in output
+    --help | -h                                flag to display help message and exit
+
+Advanced options:
+    --atoms-query                  string      atoms query parameters
+    --per-residue                              flag to output per-residue results
+    --multiple-models                          flag to handle multiple models in PDB file
+
+Standard output (multiple lines):
+    {name} {volume}
+
+EOF
+exit 1
+}
+
+readonly ZEROARG=$0
+INFILE=""
+INPUT_FILTER_QUERY_PARAMETERS=""
+ATOMS_QUERY_PARAMETERS=""
+CACHE_DIRECTORY=""
+MULTIPLE_MODELS_CHAINS_OPTION=""
+SUM_AT_END=false
+PER_RESIDUE=false
+HELP_MODE=false
+
+while [[ $# > 0 ]]
+do
+	OPTION="$1"
+	OPTARG="$2"
+	shift
+	case $OPTION in
+	-i|--input)
+		INFILE="$OPTARG"
+		shift
+		;;
+	--input-filter-query)
+		INPUT_FILTER_QUERY_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--atoms-query)
+		ATOMS_QUERY_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--cache-dir)
+		CACHE_DIRECTORY="$OPTARG"
+		shift
+		;;
+	--multiple-models)
+		MULTIPLE_MODELS_CHAINS_OPTION="--multimodel-chains"
+		;;
+	--sum-at-end)
+		SUM_AT_END=true
+		;;
+	--per-residue)
+		PER_RESIDUE=true
+		;;
+	-h)
+		HELP_MODE=true
+		;;
+	*)
+		echo >&2 "Error: invalid command line option '$OPTION'"
+		exit 1
+		;;
+	esac
+done
+
+if [ -z "$INFILE" ] || $HELP_MODE
+then
+	print_help_and_exit
+fi
+
+if [[ $ZEROARG == *"/"* ]]
+then
+	cd $(dirname $ZEROARG)
+	export PATH=$(pwd):$PATH
+	cd - &> /dev/null
+fi
+
+command -v voronota &> /dev/null || { echo >&2 "Error: 'voronota' executable not in binaries path"; exit 1; }
+command -v voronota-resources &> /dev/null || { echo >&2 "Error: 'voronota-resources' executable not in binaries path"; exit 1; }
+
+if [ ! -s "$INFILE" ]
+then
+	echo >&2 "Error: input file does not exist"
+	exit 1
+fi
+
+readonly TMPLDIR=$(mktemp -d)
+trap "rm -r $TMPLDIR" EXIT
+
+{
+	if [[ "$INFILE" == *".gz" ]]
+	then
+		zcat "$INFILE"
+	else
+		cat "$INFILE"
+	fi
+} \
+| voronota get-balls-from-atoms-file \
+  --annotated $MULTIPLE_MODELS_CHAINS_OPTION \
+  --radii-file <(voronota-resources radii) \
+  --include-heteroatoms \
+| voronota query-balls \
+  --drop-altloc-indicators \
+| voronota query-balls $INPUT_FILTER_QUERY_PARAMETERS \
+> $TMPLDIR/balls
+
+if [ ! -s "$TMPLDIR/balls" ]
+then
+	echo >&2 "Error: no atoms in input file"
+	exit 1
+fi
+
+BALLS_MD5=""
+if [ -n "$CACHE_DIRECTORY" ]
+then
+	BALLS_MD5=$(cat $TMPLDIR/balls | md5sum | awk '{print $1}')
+	if [ -n "$BALLS_MD5" ]
+	then
+		BALLS_MD5="${BALLS_MD5}.voronota.volumes"
+		if [ -s "$CACHE_DIRECTORY/$BALLS_MD5" ]
+		then
+			cp $CACHE_DIRECTORY/$BALLS_MD5 $TMPLDIR/all_volumes
+		fi
+	fi
+fi
+
+if [ ! -s "$TMPLDIR/all_volumes" ]
+then
+	cat $TMPLDIR/balls \
+	| voronota calculate-contacts \
+	  --annotated \
+	  --volumes-output $TMPLDIR/all_volumes \
+	> /dev/null
+
+	if [ -n "$CACHE_DIRECTORY" ] && [ -n "$BALLS_MD5" ]
+	then
+		mkdir -p $CACHE_DIRECTORY
+		cp $TMPLDIR/all_volumes $CACHE_DIRECTORY/$BALLS_MD5
+	fi
+fi
+
+cat $TMPLDIR/all_volumes \
+| awk '{print $1 " c<volume> " $2 " 1 . ."}' \
+| voronota query-contacts \
+  --match-external-first <(cat $TMPLDIR/balls | voronota query-balls $ATOMS_QUERY_PARAMETERS) \
+| \
+{
+	if $PER_RESIDUE
+	then
+		voronota query-contacts --inter-residue --match-second 'c<volume>'
+	else
+		voronota query-contacts --match-second 'c<volume>'
+	fi
+} \
+> $TMPLDIR/result_as_contacts
+
+{
+cat $TMPLDIR/result_as_contacts
+if $SUM_AT_END
+then
+	cat $TMPLDIR/result_as_contacts \
+	| voronota query-contacts --summarize	
+fi
+} \
+| awk '{print $1 " " $3}' \
+| column -t
diff --git a/voronota-voromqa b/voronota-voromqa
new file mode 100755
index 0000000..30c4959
--- /dev/null
+++ b/voronota-voromqa
@@ -0,0 +1,1094 @@
+#!/bin/bash
+
+function print_help_and_exit
+{
+cat >&2 << EOF
+
+'voronota-voromqa' script is an implementation of VoroMQA method using Voronota.
+
+Basic options:
+    --input | -i                   string   *  input structure file in PDB format
+    --input-filter-query           string      input atoms filtering query parameters
+    --output-atom-scores           string      output text file with atom scores
+    --output-atom-scores-pdb       string      output PDB file with atom scores as B-factors
+    --output-residue-scores        string      output text file with residue scores
+    --output-residue-scores-pdb    string      output PDB file with residue scores as B-factors
+    --output-residue-scores-plot   string      output PNG image file with residue scores plot, requires R
+    --help | -h                                flag to display help message and exit
+
+Advanced options:
+    --cache-dir                    string      path to cache directory
+    --smoothing-window             number      residue scores smoothing window size, default is 5
+    --atoms-query                  string      atoms query parameters to define selection
+    --contacts-query               string      contacts query parameters to define selection
+    --output-selected-scores       string      output text file with selected atom scores
+    --reference-sequence           string      sequence file or string for residue renumbering
+    --output-sequence-alignment    string      output text file with sequence alignment
+    --multiple-models                          flag to handle multiple models in PDB file
+
+Standard output (one line):
+    {input file path} {global score} {number of residues} {number of atoms} [ {selection score} {number of selected atoms} ]
+
+EOF
+exit 1
+}
+
+readonly ZEROARG=$0
+INFILE=""
+REFERENCE_SEQUENCE=""
+INPUT_FILTER_QUERY_PARAMETERS=""
+OUTFILE_SEQUENCE_ALIGNMENT=""
+OUTFILE_BALLS=""
+OUTFILE_CONTACTS=""
+OUTFILE_ATOM_SCORES=""
+OUTFILE_ATOM_SCORES_PDB=""
+OUTFILE_RESIDUE_SCORES=""
+OUTFILE_RESIDUE_SCORES_PDB=""
+OUTFILE_ATOM_DEPTHS=""
+OUTFILE_CAMEO_RESIDUE_SCORES=""
+OUTFILE_PLOT=""
+OUTFILE_MAP=""
+OUTFILE_SCREENSHOT=""
+OUTFILE_SCORES_FOR_CASP=""
+OUTFILE_SCORES_FOR_CASP_PDB=""
+OUTFILE_SCORES_FOR_CASP_LOG=""
+OUTFILE_CUTTING_SUGGESTIONS=""
+OUTDIR_SUMMARY_FOR_POTENTIAL=""
+SMOOTHING_WINDOW="5"
+ATOMS_QUERY_PARAMETERS=""
+CONTACTS_QUERY_PARAMETERS=""
+OUTFILE_SELECTED_ATOM_SCORES=""
+CACHE_DIRECTORY=""
+MULTIPLE_MODELS_CHAINS_OPTION=""
+UNTEACHING_DIRECTORY=""
+REBUILD_SIDECHAINS_COMMAND=""
+SCREENSHOT_WIDTH="500"
+SCREENSHOT_HEIGHT="500"
+SCREENSHOT_BACKGROUND="black"
+PLOT_MODE="normal"
+SURFACE_CRAVING_ATOMS_OUTPUT=""
+SURFACE_CRAVING_ATOMS_OUTPUT_PDB=""
+SURFACE_CRAVING_RESIDUES_OUTPUT=""
+SURFACE_CRAVING_RESIDUES_OUTPUT_PDB=""
+SURFACE_CRAVING_ATOMS_ENERGIES_OUTPUT=""
+NEGLECT_SAS=false
+REINTERPRET_SAS=false
+MORE_LOGGING=false
+PRINT_ENERGY_OF_CONTACTS_SELECTION=false
+HELP_MODE=false
+
+while [[ $# > 0 ]]
+do
+	OPTION="$1"
+	OPTARG="$2"
+	shift
+	case $OPTION in
+	-i|--input)
+		INFILE="$OPTARG"
+		shift
+		;;
+	--reference-sequence)
+		REFERENCE_SEQUENCE="$OPTARG"
+		shift
+		;;
+	--input-filter-query)
+		INPUT_FILTER_QUERY_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--output-balls)
+		OUTFILE_BALLS="$OPTARG"
+		shift
+		;;
+	--output-contacts)
+		OUTFILE_CONTACTS="$OPTARG"
+		shift
+		;;
+	--output-sequence-alignment)
+		OUTFILE_SEQUENCE_ALIGNMENT="$OPTARG"
+		shift
+		;;
+	--output-atom-scores)
+		OUTFILE_ATOM_SCORES="$OPTARG"
+		shift
+		;;
+	--output-atom-scores-pdb)
+		OUTFILE_ATOM_SCORES_PDB="$OPTARG"
+		shift
+		;;
+	--output-residue-scores)
+		OUTFILE_RESIDUE_SCORES="$OPTARG"
+		shift
+		;;
+	--output-residue-scores-pdb)
+		OUTFILE_RESIDUE_SCORES_PDB="$OPTARG"
+		shift
+		;;
+	--output-atom-depth-values)
+		OUTFILE_ATOM_DEPTHS="$OPTARG"
+		shift
+		;;
+	--output-residue-scores-for-CAMEO)
+		OUTFILE_CAMEO_RESIDUE_SCORES="$OPTARG"
+		shift
+		;;
+	--output-residue-scores-plot)
+		OUTFILE_PLOT="$OPTARG"
+		shift
+		;;
+	--output-contacts-map-svg)
+		OUTFILE_MAP="$OPTARG"
+		shift
+		;;
+	--output-screenshot)
+		OUTFILE_SCREENSHOT="$OPTARG"
+		shift
+		;;
+	--output-scores-for-CASP)
+		OUTFILE_SCORES_FOR_CASP="$OPTARG"
+		shift
+		;;
+	--output-scores-for-CASP-pdb)
+		OUTFILE_SCORES_FOR_CASP_PDB="$OPTARG"
+		shift
+		;;
+	--output-scores-for-CASP-log)
+		OUTFILE_SCORES_FOR_CASP_LOG="$OPTARG"
+		shift
+		;;
+	--output-cutting-suggestions)
+		OUTFILE_CUTTING_SUGGESTIONS="$OPTARG"
+		shift
+		;;
+	--outdir-summary-for-potential)
+		OUTDIR_SUMMARY_FOR_POTENTIAL="$OPTARG"
+		shift
+		;;
+	--smoothing-window)
+		SMOOTHING_WINDOW="$OPTARG"
+		shift
+		;;
+	--atoms-query)
+		ATOMS_QUERY_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--contacts-query)
+		CONTACTS_QUERY_PARAMETERS="$OPTARG"
+		shift
+		;;
+	--output-selected-scores)
+		OUTFILE_SELECTED_ATOM_SCORES="$OPTARG"
+		shift
+		;;
+	--cache-dir)
+		CACHE_DIRECTORY="$OPTARG"
+		shift
+		;;
+	--unteaching-dir)
+		UNTEACHING_DIRECTORY="$OPTARG"
+		shift
+		;;
+	--rebuild-sidechains)
+		REBUILD_SIDECHAINS_COMMAND="$OPTARG"
+		shift
+		;;
+	--screenshot-width)
+		SCREENSHOT_WIDTH="$OPTARG"
+		shift
+		;;
+	--screenshot-height)
+		SCREENSHOT_HEIGHT="$OPTARG"
+		shift
+		;;
+	--screenshot-background)
+		SCREENSHOT_BACKGROUND="$OPTARG"
+		shift
+		;;
+	--surface-craving-atoms-output)
+		SURFACE_CRAVING_ATOMS_OUTPUT="$OPTARG"
+		shift
+		;;
+	--surface-craving-atoms-output-pdb)
+		SURFACE_CRAVING_ATOMS_OUTPUT_PDB="$OPTARG"
+		shift
+		;;
+	--surface-craving-residues-output)
+		SURFACE_CRAVING_RESIDUES_OUTPUT="$OPTARG"
+		shift
+		;;
+	--surface-craving-residues-output-pdb)
+		SURFACE_CRAVING_RESIDUES_OUTPUT_PDB="$OPTARG"
+		shift
+		;;
+	--surface-craving-atoms-energies-output)
+		SURFACE_CRAVING_ATOMS_ENERGIES_OUTPUT="$OPTARG"
+		shift
+		;;
+	--multiple-models)
+		MULTIPLE_MODELS_CHAINS_OPTION="--multimodel-chains"
+		;;
+	--small-plot)
+		PLOT_MODE="small"
+		;;
+	--neglect-SAS)
+		NEGLECT_SAS=true
+		;;
+	--reinterpret-SAS)
+		REINTERPRET_SAS=true
+		;;
+	--more-logging)
+		MORE_LOGGING=true
+		;;
+	--print-energy-of-contacts-selection)
+		PRINT_ENERGY_OF_CONTACTS_SELECTION=true
+		;;
+	-h|--help)
+		HELP_MODE=true
+		;;
+	*)
+		echo >&2 "Error: invalid command line option '$OPTION'"
+		exit 1
+		;;
+	esac
+done
+
+if [ -z "$INFILE" ] || $HELP_MODE
+then
+	print_help_and_exit
+fi
+
+if [ -n "$OUTFILE_CAMEO_RESIDUE_SCORES" ] && [ -n "$MULTIPLE_MODELS_CHAINS_OPTION" ]
+then
+	echo >&2 "Error: '--output-residue-scores-for-CAMEO' and '--multiple-models' cannot be used together"
+	exit 1
+fi
+
+if [ -n "$REBUILD_SIDECHAINS_COMMAND" ] && [ -n "$MULTIPLE_MODELS_CHAINS_OPTION" ]
+then
+	echo >&2 "Error: '--rebuild-side-chains' and '--multiple-models' cannot be used together"
+	exit 1
+fi
+
+if [ -n "$REBUILD_SIDECHAINS_COMMAND" ] && [ -n "$OUTFILE_CAMEO_RESIDUE_SCORES" ]
+then
+	echo >&2 "Error: '--rebuild-sidechains' and '--output-residue-scores-for-CAMEO' cannot be used together"
+	exit 1
+fi
+
+if [ -z "$REFERENCE_SEQUENCE" ] && [ -n "$OUTFILE_SEQUENCE_ALIGNMENT" ]
+then
+	echo >&2 "Error: '--output-sequence-alignment' cannot be used without '--reference-sequence'"
+	exit 1
+fi
+
+if [ -z "$REFERENCE_SEQUENCE" ] && [ -n "$OUTFILE_SCORES_FOR_CASP" ]
+then
+	echo >&2 "Error: '--output-scores-for-CASP' cannot be used without '--reference-sequence'"
+	exit 1
+fi
+
+if [ -z "$OUTFILE_SCORES_FOR_CASP" ] && [ -n "$OUTFILE_SCORES_FOR_CASP_PDB" ]
+then
+	echo >&2 "Error: '--output-scores-for-CASP-pdb' cannot be used without '--output-scores-for-CASP'"
+	exit 1
+fi
+
+if [ -z "$OUTFILE_SCORES_FOR_CASP" ] && [ -n "$OUTFILE_SCORES_FOR_CASP_LOG" ]
+then
+	echo >&2 "Error: '--output-scores-for-CASP-log' cannot be used without '--output-scores-for-CASP'"
+	exit 1
+fi
+
+if [[ "$ZEROARG" == *"/"* ]]
+then
+	cd $(dirname $ZEROARG)
+	export PATH=$(pwd):$PATH
+	cd - &> /dev/null
+fi
+
+command -v voronota &> /dev/null || { echo >&2 "Error: 'voronota' executable not in binaries path"; exit 1; }
+command -v voronota-resources &> /dev/null || { echo >&2 "Error: 'voronota-resources' executable not in binaries path"; exit 1; }
+
+if [ -n "$OUTFILE_PLOT" ]
+then
+	command -v R &> /dev/null || { echo >&2 "Error: 'R' command, needed for plotting, is not available"; exit 1; }
+fi
+
+if [ -n "$OUTFILE_SCREENSHOT" ]
+then
+	command -v pymol &> /dev/null || { echo >&2 "Error: 'pymol' command, needed for making screenshots, is not available"; exit 1; }
+fi
+
+if [ -n "$REBUILD_SIDECHAINS_COMMAND" ]
+then
+	command -v $REBUILD_SIDECHAINS_COMMAND &> /dev/null || { echo >&2 "Error: '$REBUILD_SIDECHAINS_COMMAND' command, requested for rebuilding side-chains, is not available"; exit 1; }
+fi
+
+readonly TMPLDIR=$(mktemp -d)
+trap "rm -r $TMPLDIR" EXIT
+
+if [ -n "$REFERENCE_SEQUENCE" ] && [ ! -s "$REFERENCE_SEQUENCE" ]
+then
+	if [ "$REFERENCE_SEQUENCE" == "$(echo $REFERENCE_SEQUENCE | tr -dc '[:alpha:]')" ]
+	then
+		echo "$REFERENCE_SEQUENCE" > "$TMPLDIR/reference_sequence_file"
+		REFERENCE_SEQUENCE="$TMPLDIR/reference_sequence_file"
+	else
+		echo >&2 "Error: invalid reference sequence"
+		exit 1
+	fi
+fi
+
+INFILE_CONTENTS=$INFILE
+if [[ "$INFILE" == *"://"* ]]
+then
+	INFILE_CONTENTS=$TMPLDIR/downloaded_input_file
+	curl -s "$INFILE" > $INFILE_CONTENTS
+fi
+
+if [ ! -s "$INFILE_CONTENTS" ]
+then
+	echo >&2 "Error: input file does not exist or is empty"
+	exit 1
+fi
+
+INFILE_CONTENTS_EXTRACTED=$INFILE_CONTENTS
+if [[ "$INFILE" == *".gz" ]]
+then
+	INFILE_CONTENTS_EXTRACTED=$TMPLDIR/extracted_input_file
+	zcat $INFILE_CONTENTS > $INFILE_CONTENTS_EXTRACTED
+	if [ ! -s "$INFILE_CONTENTS_EXTRACTED" ]
+	then
+		echo >&2 "Error: could not extract gzipped file"
+		exit 1
+	fi
+fi
+
+cat $INFILE_CONTENTS_EXTRACTED \
+| voronota get-balls-from-atoms-file \
+  --annotated $MULTIPLE_MODELS_CHAINS_OPTION \
+  --radii-file <(voronota-resources radii) \
+  --include-heteroatoms \
+| voronota query-balls \
+  --match 'R<LEU,ALA,GLY,VAL,GLU,SER,LYS,ILE,ASP,THR,ARG,PRO,ASN,PHE,GLN,TYR,HIS,MET,TRP,CYS,MSE,SEC>' \
+| voronota query-balls \
+  --drop-adjuncts \
+  --drop-altloc-indicators \
+| \
+{
+	if [ -n "$INPUT_FILTER_QUERY_PARAMETERS" ]
+	then
+		voronota query-balls $INPUT_FILTER_QUERY_PARAMETERS
+	else
+		cat
+	fi
+} \
+| \
+{
+	if [ -s "$REFERENCE_SEQUENCE" ]
+	then
+		voronota query-balls \
+		  --set-ref-seq-num-adjunct "$REFERENCE_SEQUENCE" \
+		  --ref-seq-alignment $TMPLDIR/sequence_alignment \
+		| voronota query-balls \
+		  --renumber-from-adjunct refseq \
+		| voronota query-balls \
+		  --drop-adjuncts
+	else
+		cat
+	fi
+} \
+| \
+{
+	if [ -n "$REBUILD_SIDECHAINS_COMMAND" ]
+	then
+		voronota query-balls \
+		  --match 'A<CA,C,N,O,OXT>' \
+		| voronota write-balls-to-atoms-file \
+		  --pdb-output $TMPLDIR/atoms_stripped.pdb \
+		> /dev/null
+
+		$REBUILD_SIDECHAINS_COMMAND -h \
+		  -i $TMPLDIR/atoms_stripped.pdb \
+		  -o $TMPLDIR/atoms_rebuilt.pdb \
+		> /dev/null
+
+		cat $TMPLDIR/atoms_rebuilt.pdb \
+		| voronota get-balls-from-atoms-file \
+		  --annotated \
+		  --radii-file <(voronota-resources radii) \
+		| voronota query-balls \
+		  --drop-adjuncts
+	else
+		cat
+	fi
+} \
+> $TMPLDIR/balls
+
+if $MORE_LOGGING && [ -f "$TMPLDIR/sequence_alignment" ]
+then
+	cat >&2 "$TMPLDIR/sequence_alignment"
+fi
+
+if [ -n "$OUTFILE_SEQUENCE_ALIGNMENT" ] && [ -f "$TMPLDIR/sequence_alignment" ]
+then
+	cp "$TMPLDIR/sequence_alignment" "$OUTFILE_SEQUENCE_ALIGNMENT"
+fi
+
+if [ ! -s "$TMPLDIR/balls" ]
+then
+	echo >&2 "Error: no atoms in input file"
+	exit 1
+fi
+
+if [ -n "$OUTFILE_BALLS" ]
+then
+	mkdir -p $(dirname $OUTFILE_BALLS)
+	cp "$TMPLDIR/balls" "$OUTFILE_BALLS"
+fi
+
+BALLS_MD5=""
+if [ -n "$CACHE_DIRECTORY" ]
+then
+	BALLS_MD5=$(cat $TMPLDIR/balls | md5sum | awk '{print $1}')
+	if [ -n "$BALLS_MD5" ]
+	then
+		BALLS_MD5="${BALLS_MD5}.voronota.voromqa"
+		if [ -d "$CACHE_DIRECTORY/$BALLS_MD5" ] && [ -s "$CACHE_DIRECTORY/$BALLS_MD5/all_contacts" ] && [ -s "$CACHE_DIRECTORY/$BALLS_MD5/atom_energies" ] && [ -s "$CACHE_DIRECTORY/$BALLS_MD5/depth_values" ]
+		then
+			cp -r $CACHE_DIRECTORY/$BALLS_MD5 $TMPLDIR/foundation
+		fi
+	fi
+fi
+
+if [ ! -d "$TMPLDIR/foundation" ]
+then
+	mkdir -p $TMPLDIR/foundation
+	
+	cat $TMPLDIR/balls \
+	| voronota calculate-contacts \
+	  --annotated \
+	  --tag-centrality \
+	| tee $TMPLDIR/foundation/raw_contacts \
+	| voronota query-contacts \
+	  --match-min-seq-sep 1 \
+	| voronota query-contacts \
+	  --match-first 'A<C>' \
+	  --match-second 'A<N>' \
+	  --match-max-seq-sep 1 \
+	  --match-max-dist 1.6 \
+	  --invert \
+	| voronota query-contacts \
+	  --match-min-seq-sep 1 \
+	  --match-max-seq-sep 1 \
+	  --set-tags 'sep1' \
+	| voronota query-contacts \
+	  --match-min-seq-sep 2 \
+	  --no-solvent \
+	  --set-tags 'sep2' \
+	| tee $TMPLDIR/foundation/all_contacts \
+	| awk '{print $1 " " $2 " " $5 " " $3}' \
+	| tr ';' '_' \
+	| tee $TMPLDIR/contacts \
+	| voronota score-contacts-energy \
+	  --potential-file <(voronota-resources energy_potential) \
+	  --atom-scores-file $TMPLDIR/foundation/atom_energies \
+	> /dev/null
+	
+	cat $TMPLDIR/contacts \
+	| voronota x-query-contacts-depth-values \
+	> $TMPLDIR/foundation/depth_values
+	
+	if [ -n "$CACHE_DIRECTORY" ] && [ -n "$BALLS_MD5" ]
+	then
+		mkdir -p $CACHE_DIRECTORY
+		cp -r $TMPLDIR/foundation $CACHE_DIRECTORY/$BALLS_MD5
+	fi
+fi
+
+if [ -n "$OUTFILE_CONTACTS" ]
+then
+	mkdir -p $(dirname $OUTFILE_CONTACTS)
+	cp "$TMPLDIR/foundation/all_contacts" "$OUTFILE_CONTACTS"
+fi
+
+if $NEGLECT_SAS
+then
+	cat $TMPLDIR/foundation/all_contacts \
+	| awk '{print $1 " " $2 " " $5 " " $3}' \
+	| tr ';' '_' \
+	| sed 's|c<solvent>\s\+.\s\+\S\+$|c<solvent> . 0.001|' \
+	| voronota score-contacts-energy \
+	  --potential-file <(voronota-resources energy_potential) \
+	  --atom-scores-file $TMPLDIR/foundation/atom_energies \
+	> /dev/null
+fi
+
+if $REINTERPRET_SAS
+then
+	cat $TMPLDIR/foundation/all_contacts \
+	| awk '{print $1 " " $2 " " $5 " " $3}' \
+	| tr ';' '_' \
+	| voronota score-contacts-energy \
+	  --potential-file <(voronota-resources energy_potential | voronota x-simulate-potential-for-membrane-proteins) \
+	  --atom-scores-file $TMPLDIR/foundation/atom_energies \
+	> /dev/null
+fi
+
+if [ -n "$OUTFILE_CUTTING_SUGGESTIONS" ]
+then
+	mkdir -p $(dirname "$OUTFILE_CUTTING_SUGGESTIONS")
+	cat $TMPLDIR/foundation/all_contacts \
+	| awk '{print $1 " " $2 " " $5 " " $3}' \
+	| tr ';' '_' \
+	| voronota x-score-contacts-global-energy-by-cuts \
+	  --potential-file <(voronota-resources energy_potential) \
+	  --limit-results 10 \
+	| column -t \
+	> "$OUTFILE_CUTTING_SUGGESTIONS"
+fi
+
+if [ -n "$OUTDIR_SUMMARY_FOR_POTENTIAL" ]
+then
+	mkdir -p "$OUTDIR_SUMMARY_FOR_POTENTIAL"
+
+	cat $TMPLDIR/balls \
+	| voronota query-balls \
+	  --chains-summary-output $TMPLDIR/chains_counts \
+	> /dev/null
+
+	cat $TMPLDIR/foundation/all_contacts \
+	| voronota query-contacts \
+	  --match-min-seq-sep 2 \
+	  --match-max-seq-sep 6 \
+	  --set-tags 'sep1' \
+	| sed 's/sep1;sep2/sep1/' \
+	| awk '{print $1 " " $2 " " $5 " " $3}' \
+	| tr ';' '_' \
+	| voronota score-contacts-potential \
+	  --multiply-areas $(cat $TMPLDIR/chains_counts | head -1 | awk '{print (24.0/$1*$2)}') \
+	> "$OUTDIR_SUMMARY_FOR_POTENTIAL/$(basename $INFILE .gz)"
+
+	exit 0
+fi
+
+if [ -n "$UNTEACHING_DIRECTORY" ] && [ -s "$UNTEACHING_DIRECTORY/contact_areas" ] && [ -s "$UNTEACHING_DIRECTORY/contact_categories" ]
+then
+	cat $TMPLDIR/balls \
+	| voronota query-balls \
+	  --chains-summary-output $TMPLDIR/chains_counts \
+	> /dev/null
+
+	{
+		cat $UNTEACHING_DIRECTORY/contact_areas
+		
+		cat $TMPLDIR/foundation/all_contacts \
+		| voronota query-contacts \
+		  --match-min-seq-sep 2 \
+		  --match-max-seq-sep 6 \
+		  --set-tags 'sep1' \
+		| sed 's/sep1;sep2/sep1/' \
+		| awk '{print $1 " " $2 " " $5 " " $3}' \
+		| tr ';' '_' \
+		| voronota score-contacts-potential \
+		  --multiply-areas $(cat $TMPLDIR/chains_counts | head -1 | awk '{print (24.0/$1*$2)}') \
+		| awk '{print $1 " " $2 " " $3 " -" $4}'
+	} \
+	| voronota score-contacts-potential \
+	  --input-contributions $UNTEACHING_DIRECTORY/contact_categories \
+	  --potential-file $TMPLDIR/untaught_potential \
+	> /dev/null
+
+	cat $TMPLDIR/foundation/all_contacts \
+	| awk '{print $1 " " $2 " " $5 " " $3}' \
+	| tr ';' '_' \
+	| voronota score-contacts-energy \
+	  --potential-file $TMPLDIR/untaught_potential \
+	  --atom-scores-file $TMPLDIR/foundation/atom_energies \
+	> /dev/null
+fi
+
+cat $TMPLDIR/foundation/atom_energies \
+| voronota score-contacts-quality \
+  --default-mean -0.34 \
+  --default-sd 0.19 \
+  --means-and-sds-file <(voronota-resources energy_means_and_sds) \
+  --external-weights-file $TMPLDIR/foundation/depth_values \
+  --smoothing-window $SMOOTHING_WINDOW \
+  --atom-scores-file $TMPLDIR/atom_quality_scores \
+  --residue-scores-file $TMPLDIR/residue_quality_scores \
+> $TMPLDIR/global_quality_score
+
+if [ ! -s "$TMPLDIR/global_quality_score" ] || [ ! -s "$TMPLDIR/atom_quality_scores" ] || [ ! -s "$TMPLDIR/residue_quality_scores" ]
+then
+	echo >&2 "Error: failed to calculate scores"
+	exit 1
+fi
+
+if [ -n "$ATOMS_QUERY_PARAMETERS" ] || [ -n "$CONTACTS_QUERY_PARAMETERS" ]
+then
+	cat $TMPLDIR/balls \
+	| voronota query-balls \
+	  --set-external-adjuncts $TMPLDIR/foundation/depth_values \
+	  --set-external-adjuncts-name depth \
+	| voronota query-balls $ATOMS_QUERY_PARAMETERS \
+	| awk '{print $1}' \
+	> $TMPLDIR/selection_by_atoms_query
+	
+	cat $TMPLDIR/foundation/all_contacts \
+	| voronota query-contacts $CONTACTS_QUERY_PARAMETERS \
+	| awk '{print $1 " " $2}' | tr ' ' '\n' | sort | uniq | grep -v solvent \
+	> $TMPLDIR/selection_by_contacts_query
+	
+	join -e EMPTY <(sort -k 1b,1 $TMPLDIR/selection_by_atoms_query) <(sort -k 1b,1 $TMPLDIR/selection_by_contacts_query) \
+	| grep -v EMPTY \
+	> $TMPLDIR/selection_by_queries
+	
+	join -e EMPTY <(sort -k 1b,1 $TMPLDIR/foundation/depth_values) <(sort -k 1b,1 $TMPLDIR/selection_by_queries) \
+	| grep -v EMPTY \
+	| awk '{print $1 " " $2}' \
+	> $TMPLDIR/scoring_domain
+	
+	join -e EMPTY <(sort -k 1b,1 $TMPLDIR/scoring_domain) <(sort -k 1b,1 $TMPLDIR/atom_quality_scores) \
+	| grep -v EMPTY \
+	> $TMPLDIR/scoring_table
+	
+	{
+		if [ -s "$TMPLDIR/scoring_table" ]
+		then
+			cat $TMPLDIR/scoring_table | awk '{sum+=$2;wsum+=($2*$3)} END {print (wsum/sum)}'
+			cat $TMPLDIR/scoring_table | wc -l
+		else
+			echo "0"
+			echo "0"
+		fi
+	} > $TMPLDIR/global_quality_score_of_selection
+fi
+
+if [ -n "$OUTFILE_ATOM_SCORES" ]
+then
+	mkdir -p $(dirname "$OUTFILE_ATOM_SCORES")
+	cp $TMPLDIR/atom_quality_scores "$OUTFILE_ATOM_SCORES"
+fi
+
+if [ -n "$OUTFILE_RESIDUE_SCORES" ]
+then
+	mkdir -p $(dirname "$OUTFILE_RESIDUE_SCORES")
+	cp $TMPLDIR/residue_quality_scores "$OUTFILE_RESIDUE_SCORES"
+fi
+
+if [ -n "$OUTFILE_SELECTED_ATOM_SCORES" ] && [ -f "$TMPLDIR/scoring_table" ]
+then
+	mkdir -p $(dirname "$OUTFILE_SELECTED_ATOM_SCORES")
+	cat $TMPLDIR/scoring_table \
+	| awk '{print $1 " " $3}' \
+	| sort -V \
+	> "$OUTFILE_SELECTED_ATOM_SCORES"
+fi
+
+if [ -n "$OUTFILE_ATOM_SCORES_PDB" ]
+then
+	mkdir -p $(dirname "$OUTFILE_ATOM_SCORES_PDB")
+	cat $TMPLDIR/balls \
+	| voronota query-balls \
+	  --drop-altloc-indicators \
+	  --set-adjuncts 'oc=1' \
+	  --set-external-adjuncts $TMPLDIR/atom_quality_scores \
+	  --set-external-adjuncts-name score \
+	| \
+	{
+		if [ -s "$TMPLDIR/selection_by_queries" ]
+		then
+			voronota query-balls \
+			  --match-external-annotations $TMPLDIR/selection_by_queries \
+			  --set-adjuncts 'oc=2'
+		else
+			cat
+		fi
+	} \
+	| voronota write-balls-to-atoms-file \
+	  --pdb-output "$OUTFILE_ATOM_SCORES_PDB" \
+	  --pdb-output-b-factor score \
+	> /dev/null
+fi
+
+if [ -n "$OUTFILE_RESIDUE_SCORES_PDB" ]
+then
+	mkdir -p $(dirname "$OUTFILE_RESIDUE_SCORES_PDB")
+	cat $TMPLDIR/balls \
+	| voronota query-balls \
+	  --drop-altloc-indicators \
+	  --set-adjuncts 'oc=1' \
+	  --set-external-adjuncts $TMPLDIR/residue_quality_scores \
+	  --set-external-adjuncts-name score \
+	| voronota write-balls-to-atoms-file \
+	  --pdb-output "$OUTFILE_RESIDUE_SCORES_PDB" \
+	  --pdb-output-b-factor score \
+	> /dev/null
+fi
+
+if [ -n "$OUTFILE_ATOM_DEPTHS" ]
+then
+	mkdir -p $(dirname $OUTFILE_ATOM_DEPTHS)
+	cp $TMPLDIR/foundation/depth_values "$OUTFILE_ATOM_DEPTHS"
+fi
+
+if [ -n "$OUTFILE_CAMEO_RESIDUE_SCORES" ]
+then
+	mkdir -p $(dirname $OUTFILE_CAMEO_RESIDUE_SCORES)
+	cat $TMPLDIR/balls \
+	| voronota query-balls \
+	  --set-external-adjuncts <(awk '{print $1 " " (10*(1-$2))}' $TMPLDIR/residue_quality_scores) \
+	  --set-external-adjuncts-name rqscore \
+	| voronota write-balls-to-atoms-file \
+	  --pdb-output $OUTFILE_CAMEO_RESIDUE_SCORES \
+	  --pdb-output-b-factor rqscore \
+	  --pdb-output-template $INFILE_CONTENTS_EXTRACTED \
+	> /dev/null
+fi
+
+if [ -n "$OUTFILE_PLOT" ]
+then
+
+mkdir -p $(dirname $OUTFILE_PLOT)
+
+cat $TMPLDIR/foundation/atom_energies \
+| voronota score-contacts-quality \
+  --default-mean -0.34 \
+  --default-sd 0.19 \
+  --means-and-sds-file <(voronota-resources energy_means_and_sds) \
+  --external-weights-file $TMPLDIR/foundation/depth_values \
+  --smoothing-window "$(echo "0,$SMOOTHING_WINDOW" | sed 's|^0,\(.\+,.\+\).*|\1|')" \
+  --residue-scores-file $TMPLDIR/residue_quality_scores_for_plot \
+> /dev/null
+
+cat $TMPLDIR/residue_quality_scores_for_plot \
+| voronota expand-descriptors \
+> $TMPLDIR/table_for_plot
+
+BACK_FILE="none"
+if [ -s "$TMPLDIR/selection_by_queries" ]
+then
+	cat $TMPLDIR/selection_by_queries \
+	| voronota expand-descriptors \
+	| awk '{print $1 " " $2}' | sort | uniq \
+	> $TMPLDIR/back_table_for_plot
+	if [ -s "$TMPLDIR/back_table_for_plot" ]
+	then
+		BACK_FILE="$TMPLDIR/back_table_for_plot"
+	fi
+fi
+
+R --slave --vanilla --args "$TMPLDIR/table_for_plot" "$BACK_FILE" "$OUTFILE_PLOT" "$PLOT_MODE" << 'EOF' &> /dev/null
+	args=commandArgs(TRUE);
+	infile=args[1];
+	back_infile=args[2];
+	outfile=args[3];
+	plot_mode=args[4];
+	
+	t=read.table(infile, header=FALSE, stringsAsFactors=FALSE);
+	chains=sort(union(t$V1, t$V1));
+	
+	back_t=c();
+	if(back_infile!="none")
+	{
+		back_t=read.table(back_infile, header=FALSE, stringsAsFactors=FALSE);
+	}
+	
+	if(plot_mode=="small")
+	{
+		png(filename=outfile, width=8*length(chains), height=2.5, units="in", res=80);
+		par(mfcol=c(1, length(chains)));
+		par(mar=c(2.7,3,1,1));
+	} else
+	{
+		png(filename=outfile, width=10, height=5*length(chains), units="in", res=200);
+		par(mfrow=c(length(chains), 1));
+	}
+
+	for(chain in chains)
+	{
+		title=ifelse(chain==".", "VoroMQA local scores for the unnamed chain", paste("VoroMQA local scores for chain ", chain, sep=""));
+		
+		st=t[which(t$V1==chain),];
+		resnums=st$V2;
+		v1=st$V8;
+		v2=st$V9;
+		N=length(v1);
+		mask=rep(0, N);
+		duplicate=identical(v1, v2);
+		
+		thick_color=rgb(0.0, 0.0, 0.0);
+		thick_color_back=rgb(1.0, 0.0, 0.0);
+		thin_color=ifelse(duplicate, thick_color, rgb(0.7, 0.7, 0.7));
+		thin_color_back=ifelse(duplicate, thick_color_back, rgb(1.0, 0.7, 0.7));
+		
+		if(plot_mode=="small")
+		{
+			plot(c(min(resnums),max(resnums)), c(0, 1), type="n", main="", xlab="", ylab="");
+		} else
+		{
+			plot(c(min(resnums),max(resnums)), c(0, 1), type="n", main=title, xlab="Residue number", ylab="Score");
+		}
+		
+		points(c(min(resnums)-50,max(resnums)+50), c(0.5, 0.5), type="l");
+		
+		back_resnums=c();
+		if(length(back_t)>0)
+		{
+			back_resnums=back_t$V2[which(back_t$V1==chain)];
+		}
+		
+		resnums_col=rep(thin_color, N);
+		resnums_col[which(is.element(resnums, back_resnums))]=thin_color_back;
+		i=1;
+		while(i<N)
+		{
+			if((resnums[i+1]-resnums[i])<2)
+			{
+				points(c(resnums[i], resnums[i+1]), c(v1[i], v1[i+1]), type="l", col=c(resnums_col[i], resnums_col[i+1]), lwd=1);
+				mask[i]=1; mask[i+1]=1;
+			}
+			i=i+1;
+		}
+		sel=which(mask==0);
+		if(length(sel)>0)
+		{
+			points(resnums[sel], v1[sel], col=resnums_col[sel], pch=16, cex=0.5);
+		}
+		
+		if(duplicate==FALSE)
+		{
+			resnums_col=rep(thick_color, N);
+			resnums_col[which(is.element(resnums, back_resnums))]=thick_color_back;
+			i=1;
+			while(i<N)
+			{
+				if((resnums[i+1]-resnums[i])<2)
+				{
+					points(c(resnums[i], resnums[i+1]), c(v2[i], v2[i+1]), type="l", col=c(resnums_col[i], resnums_col[i+1]), lwd=3);
+				}
+				i=i+1;
+			}
+			sel=which(mask==0);
+			if(length(sel)>0)
+			{
+				points(resnums[sel], v2[sel], col=resnums_col[sel], pch=16, cex=0.7);
+			}
+		}
+	}
+	
+	dev.off();
+EOF
+fi
+
+if [ -n "$OUTFILE_MAP" ]
+then
+	mkdir -p $(dirname $OUTFILE_MAP)
+	cat $TMPLDIR/foundation/all_contacts \
+	| voronota query-contacts \
+	  --drop-adjuncts \
+	  --set-external-means $TMPLDIR/atom_quality_scores \
+	| voronota query-contacts \
+	  --no-solvent \
+	  --match-adjuncts em=0:1 \
+	| sed 's|em=||' \
+	| awk '{print $1 " " $2 " " $3 " " $4 " " $5 " em=" ($3*$6)}' \
+	| voronota query-contacts \
+	  --inter-residue \
+	| sed 's|em=||' \
+	| awk '{print $1 " " $2 " " $3 " " $4 " " $5 " em=" ($6/$3)}' \
+	| voronota x-plot-contacts \
+	  --adjunct-gradient em \
+	  --adjunct-gradient-blue 1 \
+	  --adjunct-gradient-red 0 \
+	  --svg-output $TMPLDIR/map.svg \
+	> /dev/null
+	mv $TMPLDIR/map.svg $OUTFILE_MAP
+fi
+
+if [ -n "$OUTFILE_SCORES_FOR_CASP" ] && [ -s "$TMPLDIR/sequence_alignment" ]
+then
+	mkdir -p $(dirname "$OUTFILE_SCORES_FOR_CASP")
+	voronota x-write-qa-scores-in-casp-format \
+	  --name "$(basename $INFILE)" \
+	  --global-score "$(cat $TMPLDIR/global_quality_score)" \
+	  --sequence-length "$(cat $TMPLDIR/sequence_alignment | head -1 | tr -d '-' | tr -d ' ' | tr -d '\n' | tr -d '\t' | wc -c)" \
+	  --local-scores "$TMPLDIR/residue_quality_scores" \
+	  --wrap_size 20 \
+	  --completeness-threshold 0.85 \
+	  --converted-local-scores "$TMPLDIR/residue_quality_scores_for_casp" \
+	> "$OUTFILE_SCORES_FOR_CASP"
+	
+	if [ -n "$OUTFILE_SCORES_FOR_CASP_LOG" ]
+	then
+		mkdir -p $(dirname "$OUTFILE_SCORES_FOR_CASP_LOG")
+		paste \
+		  "$TMPLDIR/residue_quality_scores" \
+		  "$TMPLDIR/residue_quality_scores_for_casp" \
+		| column -t \
+		> "$OUTFILE_SCORES_FOR_CASP_LOG"
+	fi
+	
+	if [ -n "$OUTFILE_SCORES_FOR_CASP_PDB" ]
+	then
+		mkdir -p $(dirname "$OUTFILE_SCORES_FOR_CASP_PDB")
+		cat $TMPLDIR/balls \
+		| voronota query-balls \
+		  --drop-altloc-indicators \
+		  --set-adjuncts 'oc=1' \
+		  --set-external-adjuncts "$TMPLDIR/residue_quality_scores_for_casp" \
+		  --set-external-adjuncts-name score \
+		| voronota write-balls-to-atoms-file \
+		  --pdb-output "$OUTFILE_SCORES_FOR_CASP_PDB" \
+		  --pdb-output-b-factor score \
+		> /dev/null
+	fi
+fi
+
+if [ -n "$OUTFILE_SCREENSHOT" ]
+then
+	cat $TMPLDIR/balls \
+	| voronota query-balls \
+	  --drop-altloc-indicators \
+	  --set-adjuncts 'oc=1' \
+	  --set-external-adjuncts "$TMPLDIR/residue_quality_scores" \
+	  --set-external-adjuncts-name score \
+	| voronota write-balls-to-atoms-file \
+	  --pdb-output "$TMPLDIR/structure_for_screenshot.pdb" \
+	  --pdb-output-b-factor score \
+	> /dev/null
+	
+	mkdir -p $(dirname "$OUTFILE_SCREENSHOT")
+
+pymol -W "$SCREENSHOT_WIDTH" -H "$SCREENSHOT_HEIGHT" -p -c "$TMPLDIR/structure_for_screenshot.pdb" &> /dev/null << EOF
+	set all_states, on
+	hide all
+	bg_color $SCREENSHOT_BACKGROUND
+	show cartoon
+	spectrum b, red_white_blue, minimum=0, maximum=1
+	orient
+	center
+	zoom complete=1
+	save $OUTFILE_SCREENSHOT
+	quit
+EOF
+
+fi
+
+if $PRINT_ENERGY_OF_CONTACTS_SELECTION
+then
+	cat $TMPLDIR/foundation/all_contacts \
+	| voronota query-contacts $CONTACTS_QUERY_PARAMETERS \
+	| awk '{print $1 " " $2 " " $5 " " $3}' \
+	| tr ';' '_' \
+	| voronota score-contacts-energy \
+	  --potential-file <(voronota-resources energy_potential) \
+	| awk '{print $5 " " $2 " " $3 " " $4 " " ($4/($2+$3))}' \
+	> $TMPLDIR/energy_descriptor_of_contacts_selection
+fi
+
+{
+echo $INFILE
+cat $TMPLDIR/global_quality_score
+cat $TMPLDIR/balls | grep 'A<CA>' | wc -l
+cat $TMPLDIR/balls | wc -l
+if [ -s "$TMPLDIR/global_quality_score_of_selection" ]
+then
+	cat $TMPLDIR/global_quality_score_of_selection
+fi
+if [ -s "$TMPLDIR/energy_descriptor_of_contacts_selection" ]
+then
+	cat $TMPLDIR/energy_descriptor_of_contacts_selection
+fi
+} \
+| tr '\n' ' ' \
+| sed 's/\s$/\n/'
+
+if [ -n "$SURFACE_CRAVING_ATOMS_OUTPUT" ] || [ -n "$SURFACE_CRAVING_ATOMS_OUTPUT_PDB" ] || [ -n "$SURFACE_CRAVING_RESIDUES_OUTPUT" ] || [ -n "$SURFACE_CRAVING_RESIDUES_OUTPUT_PDB" ] || [ -n "$SURFACE_CRAVING_ATOMS_ENERGIES_OUTPUT" ]
+then
+	{
+		echo "c<solvent>"
+		cat $TMPLDIR/foundation/depth_values \
+		| egrep ' 1$' \
+		| awk '{print $1}'
+	} > $TMPLDIR/exposure_ids
+
+	cat $TMPLDIR/foundation/raw_contacts \
+	| voronota query-contacts \
+	  --match-external-first $TMPLDIR/exposure_ids \
+	  --match-external-second $TMPLDIR/exposure_ids \
+	| awk '{if($2=="c<solvent>") {print $1 " " $2 " " $5 " " $3} else {print $1 " " $2 " " $5 " 0"}}' \
+	| tr ';' '_' \
+	| voronota score-contacts-energy \
+	  --potential-file <(voronota-resources energy_potential) \
+	  --depth 3 \
+	  --atom-scores-file $TMPLDIR/surface_atom_energies \
+	> /dev/null
+	
+	cat $TMPLDIR/surface_atom_energies \
+	| voronota score-contacts-quality \
+	  --default-mean 0.13 \
+	  --default-sd 0.13 \
+	  --smoothing-window 0 \
+	  --atom-scores-file $TMPLDIR/surface_atom_quality_scores \
+	  --residue-scores-file $TMPLDIR/surface_residue_quality_scores \
+	> /dev/null
+	
+	cat $TMPLDIR/surface_atom_quality_scores \
+	| awk '{print $1 " " (1-$2)}' \
+	> $TMPLDIR/surface_atom_craving_scores
+	
+	cat $TMPLDIR/surface_residue_quality_scores \
+	| awk '{print $1 " " (1-$2)}' \
+	> $TMPLDIR/surface_residue_craving_scores
+	
+	if [ -n "$SURFACE_CRAVING_ATOMS_OUTPUT" ]
+	then
+		mkdir -p $(dirname "$SURFACE_CRAVING_ATOMS_OUTPUT")
+		cp $TMPLDIR/surface_atom_craving_scores "$SURFACE_CRAVING_ATOMS_OUTPUT"
+	fi
+	
+	if [ -n "$SURFACE_CRAVING_RESIDUES_OUTPUT" ]
+	then
+		mkdir -p $(dirname "$SURFACE_CRAVING_RESIDUES_OUTPUT")
+		cp $TMPLDIR/surface_residue_craving_scores "$SURFACE_CRAVING_RESIDUES_OUTPUT"
+	fi
+	
+	if [ -n "$SURFACE_CRAVING_ATOMS_ENERGIES_OUTPUT" ]
+	then
+		mkdir -p $(dirname "$SURFACE_CRAVING_ATOMS_ENERGIES_OUTPUT")
+		cp $TMPLDIR/surface_atom_energies "$SURFACE_CRAVING_ATOMS_ENERGIES_OUTPUT"
+	fi
+	
+	if [ -n "$SURFACE_CRAVING_ATOMS_OUTPUT_PDB" ]
+	then
+		mkdir -p $(dirname "$SURFACE_CRAVING_ATOMS_OUTPUT_PDB")
+		
+		cat $TMPLDIR/balls \
+		| voronota query-balls \
+		  --drop-altloc-indicators \
+		  --set-adjuncts 'oc=1' \
+		  --set-external-adjuncts $TMPLDIR/surface_atom_craving_scores \
+		  --set-external-adjuncts-name score \
+		| voronota write-balls-to-atoms-file \
+		  --pdb-output "$SURFACE_CRAVING_ATOMS_OUTPUT_PDB" \
+		  --pdb-output-b-factor score \
+		> /dev/null
+	fi
+	
+	if [ -n "$SURFACE_CRAVING_RESIDUES_OUTPUT_PDB" ]
+	then
+		mkdir -p $(dirname "$SURFACE_CRAVING_RESIDUES_OUTPUT_PDB")
+		
+		cat $TMPLDIR/balls \
+		| voronota query-balls \
+		  --drop-altloc-indicators \
+		  --set-adjuncts 'oc=1' \
+		  --set-external-adjuncts $TMPLDIR/surface_residue_craving_scores \
+		  --set-external-adjuncts-name score \
+		| voronota write-balls-to-atoms-file \
+		  --pdb-output "$SURFACE_CRAVING_RESIDUES_OUTPUT_PDB" \
+		  --pdb-output-b-factor score \
+		> /dev/null
+	fi
+fi
diff --git a/voronota.man b/voronota.man
new file mode 100644
index 0000000..c73bbc6
--- /dev/null
+++ b/voronota.man
@@ -0,0 +1,76 @@
+.TH VORONOTA 1 "May, 2017" 
+.SH NAME
+.PP
+Voronota - software for Voronoi tessellation-based analysis of
+macromolecular structures
+.SH SYNOPSIS
+.PP
+voronota \f[I]command\f[] [\f[I]options\f[]]\&...
+.PP
+voronota-voromqa [\f[I]options\f[]]\&...
+.PP
+voronota-cadscore [\f[I]options\f[]]\&...
+.PP
+voronota-contacts [\f[I]options\f[]]\&...
+.PP
+voronota-volumes [\f[I]options\f[]]\&...
+.SH DESCRIPTION
+.PP
+The analysis of macromolecular structures often requires a comprehensive
+definition of atomic neighborhoods.
+Such a definition can be based on the Voronoi diagram of balls, where
+each ball represents an atom of some van der Waals radius.
+Voronota is a software tool for finding all the vertices of the Voronoi
+diagram of balls.
+Such vertices correspond to the centers of the empty tangent spheres
+defined by quadruples of balls.
+Voronota is especially suitable for processing three-dimensional
+structures of biological macromolecules such as proteins and RNA.
+.PP
+Since version 1.2 Voronota also uses the Voronoi vertices to construct
+inter-atom contact surfaces and solvent accessible surfaces.
+Voronota provides tools to query contacts, generate contacts graphics,
+compare contacts and evaluate quality of protein structural models using
+contacts.
+.PP
+The list of all available Voronota commands is displayed when executing
+Voronota without any parameters.
+.PP
+Command help is shown when \f[C]--help\f[] command line option is
+present, for example:
+.IP
+.nf
+\f[C]
+voronota\ calculate-vertices\ --help
+\f[]
+.fi
+.PP
+Using \f[C]--help\f[] option without specific command results in
+printing help for all commands:
+.IP
+.nf
+\f[C]
+voronota\ --help
+\f[]
+.fi
+.PP
+There are several Voronota wrapper scripts, their interfaces can
+displayed similarly:
+.IP
+.nf
+\f[C]
+voronota-voromqa\ --help
+voronota-cadscore\ --help
+voronota-contacts\ --help
+voronota-volumes\ --help
+\f[]
+.fi
+.SH SEE ALSO
+.PP
+The \f[I]README\f[] file distributed with Voronota contains more
+detailed documentation.
+.PP
+The Voronota source code and all the supporting files may be downloaded
+from <https://bitbucket.org/kliment/voronota/downloads>.
+.SH AUTHORS
+Kliment Olechnovic.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/voronota.git



More information about the debian-science-commits mailing list